diff --git a/chart-unit.cabal b/chart-unit.cabal
--- a/chart-unit.cabal
+++ b/chart-unit.cabal
@@ -1,11 +1,5 @@
--- This file has been generated from package.yaml by hpack version 0.20.0.
---
--- see: https://github.com/sol/hpack
---
--- hash: c39db1e3a55127346b3e41e1ba315b1d704563184f7b39b9a3885f64e76b4387
-
 name:           chart-unit
-version:        0.6.1.0
+version:        0.6.2.0
 synopsis:       Native haskell charts.
 description:    <<https://tonyday567.github.io/other/mainExample.svg>>
                 .
@@ -32,57 +26,7 @@
 cabal-version:  >= 1.18
 
 extra-doc-files:
-    other/arrowChart_Example.svg
-    other/arrowHudExample.svg
-    other/arrowsExample.svg
-    other/axisExample.svg
-    other/barExample.svg
-    other/clippingExample.svg
-    other/glineChart_Example.svg
-    other/glineHudExample.svg
-    other/glyph_Example.svg
-    other/glyphChart_Example.svg
-    other/glyphHudExample.svg
-    other/glyphsExample.svg
-    other/gridExample.svg
-    other/histDiffExample.svg
-    other/hud.svg
-    other/hudExample.svg
-    other/labelledBarExample.svg
-    other/labelledExample.svg
-    other/legendExample.svg
-    other/lglyphChart_Example.svg
-    other/lglyphHudExample.svg
-    other/lglyphsExample.svg
-    other/lineChart_Example.svg
-    other/lineHudExample.svg
-    other/linesExample.svg
-    other/mainExample.svg
-    other/pixel_Example.svg
-    other/pixelChart_Example.svg
-    other/pixelHudExample.svg
-    other/pixelsExample.svg
-    other/q24Example.svg
-    other/q7Example.svg
-    other/rect_Example.svg
-    other/rectChart_Example.svg
-    other/rectHudExample.svg
-    other/rectsExample.svg
-    other/scaleExample.svg
-    other/scatterHistExample.svg
-    other/schoolbookExample.svg
-    other/scratch.svg
-    other/scratchpad.svg
-    other/skinnyExample.svg
-    other/test1.svg
-    other/test2.svg
-    other/testTextDiffs.svg
-    other/text_Example.svg
-    other/textChart_Example.svg
-    other/textHudExample.svg
-    other/textsExample.svg
-    other/timeExample.svg
-    other/withHudExample.svg
+    other/*.svg
 
 extra-source-files:
     stack.yaml
@@ -109,6 +53,7 @@
     , lens
     , linear
     , numhask
+    , numhask-prelude
     , numhask-range
     , palette
     , protolude
@@ -146,9 +91,10 @@
     , formatting
     , generic-lens-labels
     , lens
-    , mwc-probability >= 1.2.0 && < 2
+    , mwc-probability >= 2.0.2
     , mwc-random
     , numhask
+    , numhask-prelude
     , numhask-histogram
     , numhask-range
     , primitive
@@ -170,6 +116,7 @@
     , generic-lens-labels
     , lens
     , numhask
+    , numhask-prelude
     , numhask-range
   other-modules:
       Paths_chart_unit
@@ -187,6 +134,7 @@
     , generic-lens-labels
     , lens
     , numhask
+    , numhask-prelude
     , numhask-range
     , protolude
     , text
@@ -204,6 +152,7 @@
     , chart-unit
     , doctest
     , numhask
+    , numhask-prelude
     , numhask-range
     , tasty
     , tasty-hspec
diff --git a/examples/gallery.hs b/examples/gallery.hs
--- a/examples/gallery.hs
+++ b/examples/gallery.hs
@@ -31,7 +31,7 @@
 -- * example data generation
 -- Standard normal random variates in one dimension.
 rvs :: Gen (PrimState IO) -> Int -> IO [Double]
-rvs gen n = samples n standard gen
+rvs gen n = samples n standardNormal gen
 
 -- This generates n V2 random variates where the x and y parts are correlated.
 rvsCorr :: Gen (PrimState IO) -> Int -> Double -> IO [Pair Double]
diff --git a/examples/sourceExamples.hs b/examples/sourceExamples.hs
--- a/examples/sourceExamples.hs
+++ b/examples/sourceExamples.hs
@@ -13,9 +13,9 @@
 import Chart
 import Control.Lens
 import Data.Generics.Labels()
-import qualified Diagrams.Prelude as D
 import NumHask.Prelude
 import qualified Data.Text as Text
+import qualified Diagrams.Prelude as D
 
 -- * Chart.Core examples 
 scaleExample :: IO ()
@@ -49,33 +49,43 @@
          def, subt')]) $ 
   #legends .~
   [#chartType .~ zip ls ts $
-   #align .~ AlignRight $ def ] $
+   #align .~ AlignRight $
+   #text . #size .~ 0.2 $
+   def ] $
   #axes . each . #gap .~ 0.1 $
   x
 
 -- * Chart.Text examples
 text_Example :: Chart b
-text_Example = text_ def "Welcome to chart-unit!"
+text_Example = text_ (#textType .~ TextPath def $ def) "Welcome to chart-unit!"
 
+text_SvgExample :: Chart b
+text_SvgExample = text_
+  (#textType .~ TextSvg (#textBox .~ def $ #svgFont .~ Just "Comic Sans MS" $ def) $
+   #size .~ 0.2 $
+   def)
+  "abc & 0123 & POW!"
+
+text_PathExample :: Chart b
+text_PathExample = text_
+  (#textType .~ TextPath (#font .~ FromFontFile "other/Hasklig-Regular.svg" $ def) $
+   #size .~ 0.2 $
+   def)
+   "0123 <*> <$> <| |> <> <- -> => ::"
+
 ts :: [(Text, Pair Double)]
 ts = zip
   (map Text.singleton ['a' .. 'z'])
   [Pair (sin (x * 0.1)) x | x <- [0 .. 25]]
 
-textsExample :: Chart b
-textsExample = texts def ts
-
 textChart_Example :: Chart b
 textChart_Example =
-  textChart_ [#size .~ 0.33 $ def] widescreen [ts]
+  D.pad 1.1 $ textChart_ [#size .~ 0.33 $ def] widescreen [ts]
 
 labelledExample :: Chart b
-labelledExample =
-  labelled
-  (LabelOptions
-    (#alignH .~ AlignLeft $ #rotation .~ 45 $ def)
-    (Pair 1 1)
-    0.05)
+labelledExample = D.pad 1.1 $
+  labelled (LabelOptions
+    (#alignH .~ AlignLeft $ #rotation .~ 45 $ def) (Pair 1 1) 0.02)
   "a label"
   (glyph_ def)
 
@@ -95,7 +105,9 @@
 
 gopts :: [GlyphOptions]
 gopts =
-  [ #borderSize .~ 0.001 $ def
+  [ #borderSize .~ 0.001 $
+    #size .~ 0.1 $
+    def
   , #borderSize .~ 0.001 $
     #size .~ 0.1 $
     #color .~ rybColor 7 `withOpacity` 0.4 $
@@ -140,11 +152,12 @@
    ["sin", "cos"]
    (LegendGlyph <$> gopts) $
    #axes .~
-    [ #label . #text . #size .~ 0.2 $
+    [ #label . #text . #size .~ 0.3 $
       #tickStyle .~ TickPlaced pis $
-      #label . #text . #textType .~ TextPath (TextPathOptions Lin) $
+      #label . #text . #textType .~
+      TextPath (TextPathOptions (FromFontFile "other/SourceCodePro-Regular.svg")) $
       defXAxis
-    , defYAxis] $ def)
+    ] $ def)
   widescreen
   (range gdata)
   where
@@ -388,7 +401,7 @@
 legends' :: [(LegendType, Text)]
 legends' =
   [(LegendText def, "legend")] <> [(LegendPixel (blob ublue) 0.05, "pixel")] <>
-    -- [ (LegendArrow (def & #minStaffWidth .~ 0.01 & #minHeadLength .~ 0.03) 0.05, "arrow")] <>
+  -- [(LegendArrow (def & #minStaffWidth .~ 0.01 & #minHeadLength .~ 0.03) 0.05, "arrow")] <>
   [(LegendRect def 0.05, "rect")] <>
   [(LegendGLine def def 0.10, "glyph+line")] <>
   [(LegendGlyph def, "just a glyph")] <>
@@ -420,8 +433,8 @@
     ys = [1,2,3,5,8,0,-2,11,2,1]
 
 -- * difference between svg text and path text
-testTextDiffs :: Double -> Double -> Text -> (Double, Double, Double) -> Chart b
-testTextDiffs s ns txt (nb, nm, nt) =
+testTextDiffs :: Double -> Double -> Text -> (Double, Double, Double) -> Maybe Text -> Chart b
+testTextDiffs s ns txt (nb, nm, nt) fnt =
   D.pad 1.1 $ vert identity $ D.centerXY .
   (\(ah,av,txt) ->
      D.showOrigin' (D.OriginOpts red 0.001 0.001)
@@ -436,7 +449,7 @@
       (#alignV .~ av $
        #alignH .~ ah $
        #size .~ s $
-       #textType .~ TextSvg (TextSvgOptions ns nb nm nt) $
+       #textType .~ TextSvg (TextSvgOptions ns nb nm nt fnt 1.1 0.55 clear) $
        def) txt)) <$>
   ((\x y -> (x,y,txt)) <$>
    [AlignLeft, AlignCenter, AlignRight] <*>
@@ -446,10 +459,11 @@
 main = do
   scaleExample
   fileSvg "other/text_Example.svg" (#size .~ Pair 400 100 $ def) text_Example
-  fileSvg "other/textsExample.svg" (#size .~ Pair 400 100 $ def) textsExample
+  fileSvg "other/text_SvgExample.svg" (#size .~ Pair 400 100 $ def) text_SvgExample
+  fileSvg "other/text_PathExample.svg" (#size .~ Pair 400 100 $ def) text_PathExample
   fileSvg "other/textChart_Example.svg" (#size .~ Pair 400 100 $ def)
     textChart_Example
-  fileSvg "other/labelledExample.svg" (#size .~ Pair 300 100 $ def) labelledExample
+  fileSvg "other/labelledExample.svg" (#size .~ Pair 100 100 $ def) labelledExample
   fileSvg "other/textHudExample.svg" def $
     textHudExample <> textChart_Example
   fileSvg "other/glyph_Example.svg" (#size .~ Pair 400 100 $ def) glyph_Example
@@ -502,4 +516,4 @@
   -- tests
   putStrLn ("testing text differences" :: Text)
   fileSvg "other/testTextDiffs.svg" (#size .~ Pair 400 600 $ def) $
-    testTextDiffs 1 0.77 "abcdefghij012345" (0.25,-0.1,0.25)
+    testTextDiffs 1 0.77 "abcdefghij012345" (0.25,-0.1,0.25) (Just "san-serif")
diff --git a/other/Hasklig-Medium.svg b/other/Hasklig-Medium.svg
new file mode 100644
--- /dev/null
+++ b/other/Hasklig-Medium.svg
@@ -0,0 +1,3852 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170730 at Sun Jan 22 22:27:49 2017
+ By tony day
+Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved.
+</metadata>
+<defs>
+<font id="Hasklig-Medium" horiz-adv-x="600" >
+  <font-face 
+    font-family="Hasklig"
+    font-weight="500"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="2 11 5 9 3 4 3 2 2 4"
+    ascent="750"
+    descent="-250"
+    x-height="489"
+    cap-height="655"
+    bbox="-1136 -454 797 1060"
+    underline-thickness="50"
+    underline-position="-100"
+    stemh="80"
+    stemv="101"
+    unicode-range="U+0020-1F916"
+  />
+<missing-glyph 
+d="M55 0v660h490v-660h-490zM183 67h232l-64 118l-49 101h-4l-50 -101zM129 122l119 218l-119 220v-438zM298 394h4l47 94l57 104h-213l57 -104zM352 340l118 -218v438z" />
+    <glyph glyph-name="u1F3B5_uniFE0F" unicode="&#xfe0f;" 
+d="M174 -25c-54 0 -103 26 -103 79c0 63 67 120 160 120c26 0 51 -6 60 -12v532h58c10 -26 20 -35 70 -70c91 -64 117 -121 117 -198c0 -53 -19 -104 -36 -135l-39 14c10 32 13 56 13 92c0 62 -43 124 -120 148v-395c0 -115 -80 -175 -180 -175z" />
+    <glyph glyph-name="u1F3B5_uniFE0F" unicode="&#xfe0f;" 
+d="M174 -25c-54 0 -103 26 -103 79c0 63 67 120 160 120c26 0 51 -6 60 -12v532h58c10 -26 20 -35 70 -70c91 -64 117 -121 117 -198c0 -53 -19 -104 -36 -135l-39 14c10 32 13 56 13 92c0 62 -43 124 -120 148v-395c0 -115 -80 -175 -180 -175z" />
+    <glyph glyph-name="u1F3B6_uniFE0F" unicode="&#xfe0f;" 
+d="M102 -25c-53 0 -102 26 -102 79c0 63 62 120 150 120c27 0 52 -6 61 -12v512l388 60v-534c0 -115 -76 -175 -171 -175c-53 0 -102 26 -102 79c0 64 62 121 150 121c26 0 52 -6 61 -12v354l-263 -40v-377c0 -115 -77 -175 -172 -175z" />
+    <glyph glyph-name="u1F3B6_uniFE0F" unicode="&#xfe0f;" 
+d="M102 -25c-53 0 -102 26 -102 79c0 63 62 120 150 120c27 0 52 -6 61 -12v512l388 60v-534c0 -115 -76 -175 -171 -175c-53 0 -102 26 -102 79c0 64 62 121 150 121c26 0 52 -6 61 -12v354l-263 -40v-377c0 -115 -77 -175 -172 -175z" />
+    <glyph glyph-name="uni2611_uniFE0F" unicode="&#xfe0f;" 
+d="M243 105c-36 102 -81 189 -140 276l66 44c48 -76 87 -160 115 -241h4c42 143 110 286 191 410h-458v-557h526v519c-84 -122 -157 -270 -204 -439zM-26 -10v627l65 55h495c35 47 72 90 109 127l63 -57c-27 -25 -54 -53 -80 -84v-603l-56 -65h-596z" />
+    <glyph glyph-name="uni2713_uniFE0F" unicode="&#xfe0f;" 
+d="M144 -20c-40 110 -87 203 -153 296l66 44c54 -82 99 -174 130 -261h4c71 238 209 476 360 626l63 -57c-152 -142 -294 -362 -370 -636z" />
+    <glyph glyph-name="uni2665_uniFE0F" unicode="&#xfe0f;" 
+d="M302 -12h-4c-242 256 -292 380 -292 524c0 129 64 198 147 198c66 0 117 -31 145 -120h4c28 89 80 120 145 120c83 0 147 -69 147 -198c0 -144 -50 -268 -292 -524z" />
+    <glyph glyph-name="uni2663_uniFE0F" unicode="&#xfe0f;" 
+d="M102 0v44c90 13 150 58 173 204h-7c-27 -67 -79 -88 -129 -88c-79 0 -133 61 -133 151c0 94 64 141 141 141c24 0 44 -5 77 -20l4 4c-68 59 -76 115 -76 150c0 73 65 124 148 124s148 -51 148 -124c0 -35 -8 -91 -76 -150l4 -4c33 15 53 20 77 20c77 0 141 -47 141 -141
+c0 -90 -54 -151 -133 -151c-50 0 -102 21 -129 88h-7c23 -146 83 -191 173 -204v-44h-396z" />
+    <glyph glyph-name="uni2666_uniFE0F" unicode="&#xfe0f;" 
+d="M302 -12h-4l-296 365v4l296 364h4l296 -364v-4z" />
+    <glyph glyph-name="uni2660_uniFE0F" unicode="&#xfe0f;" 
+d="M102 0v44c90 13 150 58 173 204h-7c-30 -69 -77 -90 -131 -90c-74 0 -131 43 -131 136c0 121 62 195 292 427h4c230 -232 292 -306 292 -427c0 -93 -57 -136 -131 -136c-54 0 -101 21 -131 90h-7c23 -146 83 -191 173 -204v-44h-396z" />
+    <glyph glyph-name="uni263A_uniFE0F" unicode="&#xfe0f;" 
+d="M300 579c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM41 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM58 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM91 481c-10 0 -20 10 -20 22c0 10 10 20 20 20
+c12 0 20 -10 20 -20c0 -12 -8 -22 -20 -22zM134 524c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20s-7 -22 -20 -22zM186 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM242 572c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20
+s-7 -22 -20 -22zM565 308c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM559 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM542 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM509 481c-12 0 -20 10 -20 22
+c0 10 8 20 20 20c10 0 20 -10 20 -20c0 -12 -10 -22 -20 -22zM466 524c-13 0 -20 10 -20 22s7 20 20 20c10 0 20 -8 20 -20s-10 -22 -20 -22zM414 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM358 572c-13 0 -20 10 -20 22s7 20 20 20
+c10 0 20 -8 20 -20s-10 -22 -20 -22zM300 81c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM35 350c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM41 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20
+c0 12 8 22 20 22zM58 229c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM91 177c12 0 20 -8 20 -20s-8 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM134 134c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22z
+M186 104c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM242 86c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22zM559 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM542 229
+c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM509 177c10 0 20 -8 20 -20s-10 -20 -20 -20c-12 0 -20 8 -20 20s8 20 20 20zM466 134c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM414 104
+c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM358 86c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM300 207c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM444 288
+c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM409 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM358 213c10 0 20 -8 20 -20s-10 -20 -20 -20c-13 0 -20 8 -20 20s7 20 20 20zM156 288c12 0 20 -10 20 -22
+c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM191 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM242 213c13 0 20 -8 20 -20s-7 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM222 366c12 0 20 -8 20 -20s-8 -20 -20 -20
+s-20 8 -20 20s8 20 20 20zM262 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM222 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM262 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z
+M182 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM182 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM378 366c12 0 20 -8 20 -20s-8 -20 -20 -20s-20 8 -20 20s8 20 20 20zM338 396c12 0 20 -10 20 -22
+c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM378 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM338 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM418 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20
+s-20 10 -20 20c0 12 8 22 20 22zM418 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z" />
+    <glyph glyph-name="uni263B_uniFE0F" unicode="&#xfe0f;" 
+d="M300 56c-163 0 -275 115 -275 274s112 274 275 274s275 -115 275 -274s-112 -274 -275 -274zM219 345c31 0 49 27 49 64s-18 64 -49 64s-49 -27 -49 -64s18 -64 49 -64zM381 345c31 0 49 27 49 64s-18 64 -49 64s-49 -27 -49 -64s18 -64 49 -64zM300 147
+c91 0 145 45 160 127l-38 15c-19 -49 -62 -73 -122 -73s-103 24 -122 73l-38 -15c15 -82 69 -127 160 -127zM206 394c-9 0 -17 7 -17 19s8 19 17 19s17 -7 17 -19s-8 -19 -17 -19zM368 394c-9 0 -17 7 -17 19s8 19 17 19s17 -7 17 -19s-8 -19 -17 -19z" />
+    <glyph glyph-name="uni2764_uniFE0F" unicode="&#xfe0f;" 
+d="M302 13h-4c-94 185 -365 161 -365 442c0 129 81 198 195 198c87 0 145 -34 170 -130h4c25 96 83 130 170 130c114 0 195 -69 195 -198c0 -281 -271 -257 -365 -442z" />
+    <glyph glyph-name="uni2615_uniFE0F" unicode="&#xfe0f;" 
+d="M247 36c-170 0 -280 123 -280 392c0 126 105 196 280 196c158 0 251 -54 272 -153c77 -14 128 -58 128 -151c0 -104 -88 -173 -189 -173c-47 -76 -124 -111 -211 -111zM247 82c78 0 147 31 182 104c111 0 164 62 164 134c0 62 -39 110 -116 110c0 94 -82 150 -230 150
+c-147 0 -229 -60 -229 -160c0 -238 92 -338 229 -338zM247 327c-122 0 -179 31 -211 83c20 62 97 101 211 101s192 -40 212 -101c-33 -52 -90 -83 -212 -83zM452 251c12 37 18 73 20 110c37 0 55 -11 55 -47c0 -41 -34 -63 -75 -63zM306 419c-56 37 -90 48 -126 48
+c-31 0 -48 -12 -48 -26c0 -10 7 -17 29 -22c-22 -5 -29 -12 -29 -22c0 -14 17 -26 48 -26c36 0 70 11 126 48zM310 419c30 -17 52 -21 63 -21c14 0 26 7 26 21s-12 21 -26 21c-11 0 -33 -4 -63 -21z" />
+    <glyph glyph-name="u1F4A9_uniFE0F" unicode="&#xfe0f;" 
+d="M300 14c-214 0 -307 27 -307 146c0 64 29 102 92 118c-25 18 -36 46 -36 90c0 72 46 110 109 122c-11 12 -21 24 -21 52c0 100 125 58 182 120c96 -26 144 -64 144 -118c0 -26 -8 -40 -21 -54c63 -12 109 -50 109 -122c0 -44 -11 -72 -36 -90c63 -16 92 -54 92 -118
+c0 -119 -93 -146 -307 -146zM300 109c81 0 135 36 143 115h-286c8 -79 62 -115 143 -115zM147 312l29 -2c2 46 13 65 37 65s35 -19 37 -65l29 2c-1 86 -24 120 -66 120s-65 -34 -66 -120zM321 312l29 -2c2 46 13 65 37 65s35 -19 37 -65l29 2c-1 86 -24 120 -66 120
+s-65 -34 -66 -120z" />
+    <glyph glyph-name="u1F916_uniFE0F" unicode="&#xfe0f;" 
+d="M300 36c-120 0 -221 58 -266 169c-43 11 -64 57 -64 143c0 49 14 73 46 82c30 130 135 194 284 194s254 -64 284 -194c32 -9 46 -33 46 -82c0 -86 -21 -132 -64 -143c-45 -111 -146 -169 -266 -169zM300 87c135 0 237 82 237 263c0 158 -90 223 -237 223
+s-237 -65 -237 -223c0 -181 102 -263 237 -263zM300 258c-128 0 -191 24 -191 96c0 110 74 160 191 160s191 -50 191 -160c0 -72 -63 -96 -191 -96zM148 332l32 -2c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM316 332l32 -2
+c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM300 149c-20 0 -37 8 -37 26c0 12 7 16 37 16s37 -4 37 -16c0 -18 -17 -26 -37 -26z" />
+    <glyph glyph-name="u1F512_uniFE0F" unicode="&#xfe0f;" 
+d="M81 -70l-40 35v520l40 35h46v150c0 119 63 186 173 186s173 -67 173 -186v-150h46l40 -35v-520l-40 -35h-438zM247 61l43 -19h20l43 19l-25 168c38 15 55 42 55 78c0 47 -37 82 -83 82s-83 -35 -83 -82c0 -36 17 -63 55 -78zM206 520h188v141c0 74 -31 118 -94 118
+s-94 -44 -94 -118v-141z" />
+    <glyph glyph-name=".notdef" 
+d="M55 0v660h490v-660h-490zM183 67h232l-64 118l-49 101h-4l-50 -101zM129 122l119 218l-119 220v-438zM298 394h4l47 94l57 104h-213l57 -104zM352 340l118 -218v438z" />
+    <glyph glyph-name="space" unicode=" " 
+ />
+    <glyph glyph-name="A" unicode="A" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102z" />
+    <glyph glyph-name="B" unicode="B" 
+d="M92 0v655h195c134 0 229 -43 229 -160c0 -64 -37 -123 -114 -143v-4c95 -15 149 -67 149 -156c0 -130 -102 -192 -248 -192h-211zM192 383h83c101 0 143 34 143 101c0 65 -47 89 -140 89h-86v-190zM192 82h99c104 0 162 35 162 116c0 75 -56 105 -162 105h-99v-221z" />
+    <glyph glyph-name="C" unicode="C" 
+d="M352 -12c-162 0 -290 123 -290 338c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61c-52 -61 -119 -95 -206 -95z" />
+    <glyph glyph-name="D" unicode="D" 
+d="M83 0v655h166c196 0 307 -112 307 -325c0 -212 -111 -330 -302 -330h-171zM183 81h60c137 0 210 86 210 249s-73 244 -210 244h-60v-493z" />
+    <glyph glyph-name="E" unicode="E" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422z" />
+    <glyph glyph-name="F" unicode="F" 
+d="M126 0v655h410v-84h-310v-203h263v-85h-263v-283h-100z" />
+    <glyph glyph-name="G" unicode="G" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77z" />
+    <glyph glyph-name="H" unicode="H" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-101z" />
+    <glyph glyph-name="I" unicode="I" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420z" />
+    <glyph glyph-name="J" unicode="J" 
+d="M275 -12c-73 0 -152 32 -200 109l61 61c37 -56 88 -83 136 -83c87 0 127 43 127 146v351h-269v84h369v-443c0 -124 -56 -225 -224 -225z" />
+    <glyph glyph-name="K" unicode="K" 
+d="M90 0v655h101v-313h3l254 313h113l-205 -252l228 -403h-112l-178 328l-103 -127v-201h-101z" />
+    <glyph glyph-name="L" unicode="L" 
+d="M127 0v655h99v-571h315v-84h-414z" />
+    <glyph glyph-name="M" unicode="M" 
+d="M68 0v655h116l85 -267l29 -102h4l29 102l85 267h116v-655h-92v295c0 67 11 191 16 251h-3l-41 -141l-83 -231h-62l-82 231l-40 141h-3c7 -60 16 -184 16 -251v-295h-90z" />
+    <glyph glyph-name="N" unicode="N" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96z" />
+    <glyph glyph-name="O" unicode="O" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255z" />
+    <glyph glyph-name="P" unicode="P" 
+d="M95 0v655h207c144 0 245 -50 245 -197c0 -142 -103 -208 -245 -208h-107v-250h-100zM195 331h97c106 0 156 40 156 127s-52 117 -156 117h-97v-244z" />
+    <glyph glyph-name="Q" unicode="Q" 
+d="M300 70c91 0 152 92 152 260c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -168 61 -260 152 -260zM482 -167c-118 0 -195 67 -230 160c-124 24 -207 144 -207 337c0 214 105 337 255 337s255 -123 255 -337c0 -188 -79 -307 -198 -335c23 -54 75 -78 137 -78
+c20 0 37 4 50 10l18 -78c-21 -9 -48 -16 -80 -16z" />
+    <glyph glyph-name="R" unicode="R" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228z" />
+    <glyph glyph-name="S" unicode="S" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191z" />
+    <glyph glyph-name="T" unicode="T" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-100z" />
+    <glyph glyph-name="U" unicode="U" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261z" />
+    <glyph glyph-name="V" unicode="V" 
+d="M242 0l-207 655h106l99 -341c22 -76 37 -140 60 -215h4c24 75 39 139 61 215l98 341h102l-206 -655h-117z" />
+    <glyph glyph-name="W" unicode="W" 
+d="M105 0l-96 656h109l40 -396c5 -55 8 -91 11 -154h3c11 63 20 99 32 154l59 228h84l56 -228c13 -54 21 -91 32 -154h4c3 63 5 100 10 154l39 396h104l-92 -656h-118l-58 248c-9 40 -17 80 -22 120h-3c-6 -40 -12 -80 -22 -120l-57 -248h-115z" />
+    <glyph glyph-name="X" unicode="X" 
+d="M45 0l194 338l-182 317h111l85 -156c16 -30 31 -59 51 -98h4c18 39 31 68 47 98l82 156h106l-182 -322l194 -333h-110l-92 165c-18 33 -36 66 -56 106h-4c-19 -40 -36 -73 -53 -106l-90 -165h-105z" />
+    <glyph glyph-name="Y" unicode="Y" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100z" />
+    <glyph glyph-name="Z" unicode="Z" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478z" />
+    <glyph glyph-name="a" unicode="a" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69z" />
+    <glyph glyph-name="b" unicode="b" 
+d="M325 -12c-47 0 -103 24 -147 66h-3l-9 -54h-78v709h99v-188l-4 -90h3c42 42 101 70 156 70c129 0 202 -98 202 -249c0 -167 -105 -264 -219 -264zM306 70c77 0 136 65 136 181c0 102 -38 167 -126 167c-40 0 -85 -20 -129 -66v-231c41 -37 87 -51 119 -51z" />
+    <glyph glyph-name="c" unicode="c" 
+d="M345 -12c-153 0 -269 94 -269 256c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64c-55 -48 -125 -75 -196 -75z" />
+    <glyph glyph-name="d" unicode="d" 
+d="M267 -12c-127 0 -211 94 -211 256c0 159 106 257 219 257c57 0 100 -22 140 -61h3l-5 87v182h99v-709h-81l-8 60h-3c-39 -39 -95 -72 -153 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175z" />
+    <glyph glyph-name="e" unicode="e" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134z" />
+    <glyph glyph-name="f" unicode="f" 
+d="M235 0v409h-137v75l137 5v34c0 117 63 198 202 198c50 0 98 -10 143 -28l-22 -73c-37 16 -69 22 -110 22c-81 0 -115 -43 -115 -117v-36h195v-80h-195v-409h-98z" />
+    <glyph glyph-name="g" unicode="g" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76z" />
+    <glyph glyph-name="h" unicode="h" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99z" />
+    <glyph glyph-name="i" unicode="i" 
+d="M306 0v409h-219v80h318v-489h-99zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="j" unicode="j" 
+d="M194 -212c-53 0 -103 14 -142 33l31 73c36 -17 73 -26 108 -26c90 0 115 45 115 125v416h-219v80h318v-490c0 -120 -48 -211 -211 -211zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="k" unicode="k" 
+d="M98 0v709h99v-462h4l241 242h111l-192 -194l216 -295h-109l-168 234l-103 -104v-130h-99z" />
+    <glyph glyph-name="l" unicode="l" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28z" />
+    <glyph glyph-name="m" unicode="m" 
+d="M52 0v489h78l8 -64h2c23 44 54 76 110 76c47 0 77 -28 90 -84c26 50 57 84 113 84c69 0 109 -55 109 -153v-348h-97v341c0 49 -14 75 -45 75c-30 0 -47 -23 -70 -68v-348h-86v341c0 49 -13 75 -44 75c-30 0 -50 -23 -71 -68v-348h-97z" />
+    <glyph glyph-name="n" unicode="n" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99z" />
+    <glyph glyph-name="o" unicode="o" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175z" />
+    <glyph glyph-name="p" unicode="p" 
+d="M88 -200v689h81l8 -60h3c44 42 105 72 163 72c129 0 201 -98 201 -249c0 -167 -105 -264 -220 -264c-45 0 -98 22 -139 60h-3l5 -88v-160h-99zM305 70c78 0 137 65 137 181c0 102 -38 167 -126 167c-40 0 -85 -20 -129 -66v-231c41 -37 87 -51 118 -51z" />
+    <glyph glyph-name="q" unicode="q" 
+d="M413 -200v170l5 88h-3c-38 -40 -92 -70 -149 -70c-126 0 -210 94 -210 256c0 159 106 257 219 257c58 0 103 -22 147 -65h3l9 53h78v-689h-99zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175z" />
+    <glyph glyph-name="r" unicode="r" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99z" />
+    <glyph glyph-name="s" unicode="s" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149z" />
+    <glyph glyph-name="t" unicode="t" 
+d="M392 -12c-145 0 -194 83 -194 205v216h-134v75l138 5l13 155h82v-155h231v-80h-231v-216c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-44 -15 -92 -28 -155 -28z" />
+    <glyph glyph-name="u" unicode="u" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93z" />
+    <glyph glyph-name="v" unicode="v" 
+d="M246 0l-200 489h100l103 -266c19 -49 35 -97 52 -145h4c17 48 32 96 51 145l103 266h95l-196 -489h-112z" />
+    <glyph glyph-name="w" unicode="w" 
+d="M107 0l-100 489h98l50 -269c9 -47 15 -90 21 -137h4c6 47 16 91 26 137l53 229h88l52 -229c10 -47 22 -90 28 -137h4c8 47 12 90 20 137l50 269h92l-97 -489h-123l-48 214c-8 36 -16 84 -23 144h-4c-7 -56 -14 -103 -22 -144l-47 -214h-122z" />
+    <glyph glyph-name="x" unicode="x" 
+d="M57 0l182 254l-169 235h108l71 -100c17 -27 37 -56 55 -83h4c17 27 36 57 52 84l65 99h105l-170 -245l182 -244h-108l-78 104c-19 28 -41 60 -62 88h-4c-18 -29 -37 -58 -56 -88l-72 -104h-105z" />
+    <glyph glyph-name="y" unicode="y" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174z" />
+    <glyph glyph-name="z" unicode="z" 
+d="M71 0v53l313 356h-278v80h419v-53l-315 -356h324v-80h-463z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM331 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM374 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68
+c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57
+s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM162 731v67h276v-67h-276z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 703c-94 0 -142 56 -150 131l58 10c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 698c-59 0 -101 37 -101 93s42 93 101 93c58 0 101 -37 101 -93s-43 -93 -101 -93zM300 739c26 0 48 19 48 52
+c0 32 -22 51 -48 51c-27 0 -49 -19 -49 -51c0 -33 22 -52 49 -52z" />
+    <glyph glyph-name="Aringacute" unicode="&#x1fa;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 698c-59 0 -101 37 -101 93c0 29 11 53 30 69l144 118l42 -58l-79 -41c39 -12 65 -44 65 -88
+c0 -56 -43 -93 -101 -93zM300 739c26 0 48 19 48 52c0 32 -22 51 -48 51c-27 0 -49 -19 -49 -51c0 -33 22 -52 49 -52z" />
+    <glyph glyph-name="uni01CD" unicode="&#x1cd;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM247 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" 
+d="M513 -226c-60 0 -106 32 -106 93c0 62 48 108 86 133h-25l-56 188h-228l-56 -188h-102l216 655h116l216 -655c-53 -19 -92 -63 -92 -110c0 -32 24 -48 51 -48c20 0 36 9 48 20l28 -51c-24 -21 -58 -37 -96 -37zM235 357l-27 -90h181l-27 90c-22 71 -43 144 -62 218h-4
+c-19 -74 -39 -147 -61 -218z" />
+    <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM265 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM429 762l-34 37l98 91l39 -45z" />
+    <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM171 762l-93 85l39 43l88 -93z" />
+    <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM421 753l-11 38c23 5 41 14 41 34c0 24 -19 34 -69 37l10 47
+c86 -3 127 -29 127 -75c0 -53 -46 -74 -98 -81z" />
+    <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM205 695l-40 30l92 88h86l92 -88l-40 -30l-93 66h-4zM364 839c-61 0 -86 48 -123 48c-23 0 -33 -15 -37 -44l-51 6
+c3 58 28 96 83 96c61 0 86 -48 123 -48c23 0 33 16 37 44l51 -6c-3 -57 -28 -96 -83 -96z" />
+    <glyph glyph-name="uni1EAC" unicode="&#x1eac;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71
+s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EAE" unicode="&#x1eae;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 703c-94 0 -142 56 -150 131l53 10c9 -49 41 -85 97 -85s88 36 97 85l53 -10c-8 -75 -56 -131 -150 -131zM307 804
+l-49 33l95 122l62 -42z" />
+    <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 703c-94 0 -142 56 -150 131l53 10c9 -49 41 -85 97 -85s88 36 97 85l53 -10c-8 -75 -56 -131 -150 -131zM293 804
+l-108 113l62 42l95 -122z" />
+    <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 703c-94 0 -142 56 -150 131l53 10c9 -49 41 -85 97 -85s88 36 97 85l53 -10c-8 -75 -56 -131 -150 -131zM275 802
+l-11 37c23 6 41 15 41 35c0 24 -19 34 -69 37l10 46c86 -3 127 -28 127 -74c0 -53 -46 -74 -98 -81z" />
+    <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 706c-94 0 -140 49 -147 108l53 9c7 -34 34 -65 94 -65s87 31 94 65l53 -9c-7 -59 -53 -108 -147 -108zM364 844
+c-61 0 -86 48 -123 48c-23 0 -33 -16 -37 -44l-51 6c3 57 28 96 83 96c61 0 86 -48 123 -48c23 0 33 16 37 44l51 -6c-3 -57 -28 -96 -83 -96z" />
+    <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 703c-94 0 -142 56 -150 131l58 10c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131zM300 -223
+c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" 
+d="M237 372l-41 -113h120v319h-4c-24 -71 -50 -139 -75 -206zM-2 0l252 655h333v-84h-177v-186h139v-84h-139v-217h186v-84h-276v180h-149l-65 -180h-104z" />
+    <glyph glyph-name="AEacute" unicode="&#x1fc;" 
+d="M237 372l-41 -113h120v319h-4c-24 -71 -50 -139 -75 -206zM-2 0l252 655h333v-84h-177v-186h139v-84h-139v-217h186v-84h-276v180h-149l-65 -180h-104zM382 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni01E2" unicode="&#x1e2;" 
+d="M237 372l-41 -113h120v319h-4c-24 -71 -50 -139 -75 -206zM-2 0l252 655h333v-84h-177v-186h139v-84h-139v-217h186v-84h-276v180h-149l-65 -180h-104zM275 731v67h276v-67h-276z" />
+    <glyph glyph-name="uni0243" unicode="&#x243;" 
+d="M100 0v164h-78v60l78 6v425h192c134 0 228 -43 228 -159c0 -63 -36 -120 -114 -140v-4c96 -16 150 -68 150 -158c0 -131 -102 -194 -248 -194h-208zM199 80h97c103 0 161 36 161 120c0 77 -55 109 -161 109h-97v-79h133v-66h-133v-84zM199 384h81c101 0 143 34 143 102
+c0 65 -47 89 -140 89h-84v-191z" />
+    <glyph glyph-name="uni1E06" unicode="&#x1e06;" 
+d="M92 0v655h195c134 0 229 -43 229 -160c0 -64 -37 -123 -114 -143v-4c95 -15 149 -67 149 -156c0 -130 -102 -192 -248 -192h-211zM192 383h83c101 0 143 34 143 101c0 65 -47 89 -140 89h-86v-190zM192 82h99c104 0 162 35 162 116c0 75 -56 105 -162 105h-99v-221z
+M170 -176v67h274v-67h-274z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" 
+d="M257 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l34 80c-143 19 -251 139 -251 336c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61
+c-47 -55 -107 -88 -182 -94l-19 -52c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" 
+d="M352 -12c-162 0 -290 123 -290 338c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61c-52 -61 -119 -95 -206 -95zM317 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" 
+d="M352 -12c-162 0 -290 123 -290 338c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61c-52 -61 -119 -95 -206 -95zM238 695l-43 30l100 112h106l100 -112
+l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" 
+d="M352 -12c-162 0 -290 123 -290 338c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61c-52 -61 -119 -95 -206 -95zM295 705l-100 112l43 30l108 -90h4l108 90
+l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" 
+d="M352 -12c-162 0 -290 123 -290 338c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61c-52 -61 -119 -95 -206 -95zM348 710c-38 0 -67 26 -67 65
+c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" 
+d="M83 0v655h166c196 0 307 -112 307 -325c0 -212 -111 -330 -302 -330h-171zM183 81h60c137 0 210 86 210 249s-73 244 -210 244h-60v-493zM247 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="uni1E0C" unicode="&#x1e0c;" 
+d="M83 0v655h166c196 0 307 -112 307 -325c0 -212 -111 -330 -302 -330h-171zM183 81h60c137 0 210 86 210 249s-73 244 -210 244h-60v-493zM295 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E0E" unicode="&#x1e0e;" 
+d="M83 0v655h166c196 0 307 -112 307 -325c0 -212 -111 -330 -302 -330h-171zM183 81h60c137 0 210 86 210 249s-73 244 -210 244h-60v-493zM158 -176v67h274v-67h-274z" />
+    <glyph glyph-name="uni1E10" unicode="&#x1e10;" 
+d="M183 81h60c137 0 210 86 210 249s-73 244 -210 244h-60v-493zM194 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l38 90h-171v655h166c196 0 307 -112 307 -325c0 -187 -86 -301 -237 -325l-25 -68c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" 
+d="M83 0v310h-74v59l74 6v280h167c194 0 306 -112 306 -325c0 -212 -112 -330 -301 -330h-172zM182 81h61c136 0 209 86 209 249s-73 244 -209 244h-61v-199h135v-65h-135v-229z" />
+    <glyph glyph-name="uni018A" unicode="&#x18a;" 
+d="M204 0v580c-70 -15 -104 -68 -104 -133c0 -60 24 -92 70 -120l-44 -67c-68 34 -110 90 -110 181c0 131 83 226 256 226c198 0 299 -115 299 -330c0 -219 -101 -337 -262 -337h-105zM299 81h19c98 0 153 88 153 256c0 158 -53 242 -172 248v-504z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM360 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM298 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM219 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM276 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM233 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM425 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM191 731v67h276v-67h-276z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM329 703c-94 0 -142 56 -150 131l58 10c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM329 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" 
+d="M458 -226c-60 0 -106 32 -106 93c0 60 43 108 85 133h-327v655h411v-84h-311v-187h263v-84h-263v-216h321v-84h-4c-50 -6 -100 -59 -100 -110c0 -33 26 -48 53 -48c19 0 35 10 46 20l28 -51c-24 -21 -58 -37 -96 -37z" />
+    <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM330 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EBA" unicode="&#x1eba;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM294 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM403 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM234 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM458 762l-34 37l98 91l39 -45z" />
+    <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM234 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM200 762l-93 85l39 43l88 -93z" />
+    <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM234 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM450 753l-11 38c23 5 41 14 41 34c0 24 -19 34 -69 37l10 47c86 -3 127 -29 127 -75c0 -53 -46 -74 -98 -81z" />
+    <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM234 695l-40 30l92 88h86l92 -88l-40 -30l-93 66h-4zM393 839c-61 0 -86 48 -123 48c-23 0 -33 -15 -37 -44l-51 6c3 58 28 96 83 96c61 0 86 -48 123 -48c23 0 33 16 37 44l51 -6c-3 -57 -28 -96 -83 -96z
+" />
+    <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM219 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4zM330 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E16" unicode="&#x1e16;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM191 731v67h276v-67h-276zM307 829l-35 45l130 104l44 -56z" />
+    <glyph glyph-name="uni01F4" unicode="&#x1f4;" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM299 693l-44 50l149 131
+l55 -66z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM220 695l-43 30l100 112h106
+l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM330 703
+c-94 0 -142 56 -150 131l58 10c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM330 710c-38 0 -67 26 -67 65
+c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni0122" unicode="&#x122;" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM237 -230l-8 46
+c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="Gcaron" unicode="&#x1e6;" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM277 705l-100 112l43 30
+l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="uni1E20" unicode="&#x1e20;" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM192 731v67h276v-67h-276z" />
+    <glyph glyph-name="uni00470303" 
+d="M339 -12c-166 0 -288 123 -288 338c0 214 124 341 293 341c87 0 145 -41 184 -81l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77zM404 705
+c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="uni0193" unicode="&#x193;" 
+d="M528 586l-56 -63c-31 33 -68 57 -128 57c-113 0 -190 -96 -190 -251c0 -157 68 -254 191 -254c40 0 78 13 100 34v156h-121v82h213v-282c-42 -42 -114 -77 -198 -77c-166 0 -288 123 -288 338c0 214 124 341 293 341c25 0 47 -3 67 -9c-3 12 -5 25 -5 37
+c0 65 48 113 120 113c30 0 51 -7 68 -13l-19 -75c-10 4 -19 8 -32 8c-33 0 -53 -22 -53 -52c0 -35 14 -56 38 -90z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-101zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="uni1E26" unicode="&#x1e26;" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-101zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="uni1E24" unicode="&#x1e24;" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-101zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E28" unicode="&#x1e28;" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-18l-23 -63c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l38 90h-20z" />
+    <glyph glyph-name="uni1E2A" unicode="&#x1e2a;" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-101zM300 -232c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" 
+d="M8 484v59l67 6v106h101v-106h248v106h101v-106h67v-65h-67v-484h-101v299h-248v-299h-101v484h-67zM176 386h248v98h-248v-98z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM331 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM374 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM162 731v67h276v-67h-276z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM300 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni01CF" unicode="&#x1cf;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM247 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" 
+d="M310 -226c-60 0 -106 32 -106 93c0 58 40 104 72 133h-186v84h160v487h-160v84h420v-84h-160v-487h160v-84h-156c-52 -34 -75 -74 -75 -110c0 -33 26 -48 52 -48c20 0 36 10 47 20l28 -51c-24 -21 -58 -37 -96 -37z" />
+    <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM265 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni1ECA" unicode="&#x1eca;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM300 703c-94 0 -142 56 -150 131l58 10c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" 
+d="M275 -12c-73 0 -152 32 -200 109l61 61c37 -56 88 -83 136 -83c87 0 127 43 127 146v351h-269v84h369v-443c0 -124 -56 -225 -224 -225zM215 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="uni0136" unicode="&#x136;" 
+d="M90 0v655h101v-313h3l254 313h113l-205 -252l228 -403h-112l-178 328l-103 -127v-201h-101zM244 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E32" unicode="&#x1e32;" 
+d="M90 0v655h101v-313h3l254 313h113l-205 -252l228 -403h-112l-178 328l-103 -127v-201h-101zM335 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E34" unicode="&#x1e34;" 
+d="M90 0v655h101v-313h3l254 313h113l-205 -252l228 -403h-112l-178 328l-103 -127v-201h-101zM198 -176v67h274v-67h-274z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" 
+d="M127 0v655h99v-571h315v-84h-414zM159 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" 
+d="M127 0v655h99v-571h315v-84h-414zM379 513l-4 270h89l-1 -86l-17 -184h-67z" />
+    <glyph glyph-name="uni013B" unicode="&#x13b;" 
+d="M127 0v655h99v-571h315v-84h-414zM254 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E36" unicode="&#x1e36;" 
+d="M127 0v655h99v-571h315v-84h-414zM345 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E38" unicode="&#x1e38;" 
+d="M127 0v655h99v-571h315v-84h-414zM52 731v67h276v-67h-276zM345 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E3A" unicode="&#x1e3a;" 
+d="M127 0v655h99v-571h315v-84h-414zM208 -176v67h274v-67h-274z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" 
+d="M40 178l-34 62l121 66v349h99v-304l203 109l34 -62l-237 -127v-187h315v-84h-414v226z" />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" 
+d="M127 0v655h99v-571h315v-84h-414zM469 281c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E3E" unicode="&#x1e3e;" 
+d="M68 0v655h116l85 -267l29 -102h4l29 102l85 267h116v-655h-92v295c0 67 11 191 16 251h-3l-41 -141l-83 -231h-62l-82 231l-40 141h-3c7 -60 16 -184 16 -251v-295h-90zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni1E40" unicode="&#x1e40;" 
+d="M68 0v655h116l85 -267l29 -102h4l29 102l85 267h116v-655h-92v295c0 67 11 191 16 251h-3l-41 -141l-83 -231h-62l-82 231l-40 141h-3c7 -60 16 -184 16 -251v-295h-90zM300 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni1E42" unicode="&#x1e42;" 
+d="M68 0v655h116l85 -267l29 -102h4l29 102l85 267h116v-655h-92v295c0 67 11 191 16 251h-3l-41 -141l-83 -231h-62l-82 231l-40 141h-3c7 -60 16 -184 16 -251v-295h-90zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM279 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni01F8" unicode="&#x1f8;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM341 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM257 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM384 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5
+c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="uni0145" unicode="&#x145;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM209 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E44" unicode="&#x1e44;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM310 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni1E46" unicode="&#x1e46;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E48" unicode="&#x1e48;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96zM163 -176v67h274v-67h-274z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM331 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z
+" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM374 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62
+l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM204 711c-33 0 -57 24 -57 57s24 56 57 56
+c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM162 731v67h276v-67h-276z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM230 700l-51 25l94 155l66 -38zM397 700l-51 25l95 155
+l65 -38z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM300 703c-94 0 -142 56 -150 131l58 10
+c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131z" />
+    <glyph glyph-name="uni01D1" unicode="&#x1d1;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM247 705l-100 112l43 30l108 -90h4l108 90l43 -30
+l-100 -112h-106z" />
+    <glyph glyph-name="uni01EA" unicode="&#x1ea;" 
+d="M319 -226c-60 0 -107 32 -107 93c0 53 35 93 70 122c-155 14 -237 157 -237 341c0 211 105 337 255 337s255 -127 255 -337c0 -175 -67 -282 -180 -331c-59 -25 -87 -70 -87 -109c0 -33 26 -48 52 -48c19 0 35 10 47 20l27 -51c-24 -21 -57 -37 -95 -37zM300 73
+c91 0 152 91 152 257c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -166 61 -257 152 -257z" />
+    <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71
+s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1ECE" unicode="&#x1ece;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM265 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40
+l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4z
+M429 762l-34 37l98 91l39 -45z" />
+    <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4z
+M171 762l-93 85l39 43l88 -93z" />
+    <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4z
+M421 753l-11 38c23 5 41 14 41 34c0 24 -19 34 -69 37l10 47c86 -3 127 -29 127 -75c0 -53 -46 -74 -98 -81z" />
+    <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM205 695l-40 30l92 88h86l92 -88l-40 -30l-93 66h-4z
+M364 839c-61 0 -86 48 -123 48c-23 0 -33 -15 -37 -44l-51 6c3 58 28 96 83 96c61 0 86 -48 123 -48c23 0 33 16 37 44l51 -6c-3 -57 -28 -96 -83 -96z" />
+    <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z
+M300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="Ohorn" unicode="&#x1a0;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337c41 0 79 -9 113 -27c48 11 72 38 72 85c0 21 -7 44 -15 60l76 32c14 -22 25 -52 25 -85c0 -70 -40 -113 -107 -131c57 -57 91 -149 91 -271c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255
+c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255z" />
+    <glyph glyph-name="uni1EDA" unicode="&#x1eda;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337c41 0 79 -9 113 -27c48 11 72 38 72 85c0 21 -7 44 -15 60l76 32c14 -22 25 -52 25 -85c0 -70 -40 -113 -107 -131c57 -57 91 -149 91 -271c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255
+c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni1EDC" unicode="&#x1edc;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337c41 0 79 -9 113 -27c48 11 72 38 72 85c0 21 -7 44 -15 60l76 32c14 -22 25 -52 25 -85c0 -70 -40 -113 -107 -131c57 -57 91 -149 91 -271c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255
+c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM331 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="uni1EDE" unicode="&#x1ede;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337c41 0 79 -9 113 -27c48 11 72 38 72 85c0 21 -7 44 -15 60l76 32c14 -22 25 -52 25 -85c0 -70 -40 -113 -107 -131c57 -57 91 -149 91 -271c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255
+c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM265 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337c41 0 79 -9 113 -27c48 11 72 38 72 85c0 21 -7 44 -15 60l76 32c14 -22 25 -52 25 -85c0 -70 -40 -113 -107 -131c57 -57 91 -149 91 -271c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255
+c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM354 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337c41 0 79 -9 113 -27c48 11 72 38 72 85c0 21 -7 44 -15 60l76 32c14 -22 25 -52 25 -85c0 -70 -40 -113 -107 -131c57 -57 91 -149 91 -271c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255
+c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E52" unicode="&#x1e52;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM162 731v67h276v-67h-276zM278 829l-35 45l130 104l44 -56z
+" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" 
+d="M300 -12c-59 0 -111 19 -152 56l-54 -79l-62 40l67 98c-34 56 -54 133 -54 227c0 214 105 337 255 337c58 0 110 -19 151 -54l52 76l62 -40l-65 -94c35 -56 55 -132 55 -225c0 -217 -105 -342 -255 -342zM148 330c0 -51 6 -95 17 -131l231 335c-25 30 -58 46 -96 46
+c-91 0 -152 -92 -152 -250zM300 75c91 0 152 94 152 255c0 50 -6 94 -17 130l-232 -337c25 -31 59 -48 97 -48z" />
+    <glyph glyph-name="Oslashacute" unicode="&#x1fe;" 
+d="M300 -12c-59 0 -111 19 -152 56l-54 -79l-62 40l67 98c-34 56 -54 133 -54 227c0 214 105 337 255 337c58 0 110 -19 151 -54l52 76l62 -40l-65 -94c35 -56 55 -132 55 -225c0 -217 -105 -342 -255 -342zM148 330c0 -51 6 -95 17 -131l231 335c-25 30 -58 46 -96 46
+c-91 0 -152 -92 -152 -250zM300 75c91 0 152 94 152 255c0 50 -6 94 -17 130l-232 -337c25 -31 59 -48 97 -48zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="OE" unicode="&#x152;" 
+d="M294 0c-163 0 -265 118 -265 330c0 213 105 326 269 326h284v-84h-185v-188h141v-84h-141v-216h195v-84h-298zM286 81h21v493h-21c-102 0 -154 -80 -154 -244s52 -249 154 -249z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228zM272 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228zM250 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="uni1E58" unicode="&#x1e58;" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228zM303 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni0156" unicode="&#x156;" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228zM229 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79
+c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E5A" unicode="&#x1e5a;" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228zM320 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E5C" unicode="&#x1e5c;" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228zM165 731v67h276v-67h-276zM320 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71
+c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E5E" unicode="&#x1e5e;" 
+d="M92 0v655h211c135 0 235 -48 235 -189c0 -101 -55 -162 -138 -187l161 -279h-113l-149 266h-107v-266h-100zM192 347h99c96 0 148 39 148 119s-52 109 -148 109h-99v-228zM183 -176v67h274v-67h-274z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191zM286 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191zM207 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191zM264 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Scarondot" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191zM317 820c-33 0 -58 23 -58 57s25 58 58 58s58 -24 58 -58s-25 -57 -58 -57zM264 705l-105 107l33 35l123 -90h4l123 90l33 -35l-105 -107h-106z" />
+    <glyph glyph-name="uni015E" unicode="&#x15e;" 
+d="M224 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l33 79c-84 5 -159 40 -216 96l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64
+c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101l89 -39c82 -32 144 -79 144 -175c0 -95 -73 -175 -198 -189l-19 -53c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni0218" unicode="&#x218;" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191zM219 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E60" unicode="&#x1e60;" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191zM317 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni1E62" unicode="&#x1e62;" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191zM310 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E9E" unicode="&#x1e9e;" 
+d="M391 -12c-66 0 -124 27 -159 70l45 63c30 -34 61 -51 103 -51c54 0 88 41 88 98c0 59 -34 108 -158 133l-7 62l113 147c-20 52 -59 75 -112 75c-79 0 -129 -55 -129 -172v-413h-101v430c0 143 84 237 230 237c114 0 184 -64 215 -162l-111 -142
+c122 -44 164 -106 164 -195c0 -102 -65 -180 -181 -180z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-100zM247 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="uni0162" unicode="&#x162;" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-18l-23 -63c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l38 90h-19z" />
+    <glyph glyph-name="uni021A" unicode="&#x21a;" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-100zM209 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E6C" unicode="&#x1e6c;" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-100zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E6E" unicode="&#x1e6e;" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-100zM163 -176v67h274v-67h-274z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" 
+d="M110 300v61l91 4h49v206h-211v84h522v-84h-211v-206h140v-65h-140v-300h-100v300h-140z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM331 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM374 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5
+c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56
+c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM162 731v67h276v-67h-276z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM300 703c-94 0 -142 56 -150 131l58 10c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM300 698c-59 0 -101 37 -101 93s42 93 101 93c58 0 101 -37 101 -93s-43 -93 -101 -93zM300 739c26 0 48 19 48 52
+c0 32 -22 51 -48 51c-27 0 -49 -19 -49 -51c0 -33 22 -52 49 -52z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM230 700l-51 25l94 155l66 -38zM397 700l-51 25l95 155l65 -38z" />
+    <glyph glyph-name="uni01D3" unicode="&#x1d3;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM247 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" 
+d="M319 -226c-60 0 -107 32 -107 93c0 58 42 100 67 122c-127 8 -204 92 -204 260v406h101v-412c0 -120 50 -168 124 -168c75 0 128 48 128 168v412h97v-406c0 -137 -46 -210 -136 -247c-79 -34 -101 -74 -101 -112c0 -33 26 -48 52 -48c19 0 35 10 47 20l27 -51
+c-24 -21 -57 -37 -95 -37z" />
+    <glyph glyph-name="uni01D5" unicode="&#x1d5;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49
+c28 0 49 -20 49 -49s-21 -50 -49 -50zM162 864v52h276v-52h-276z" />
+    <glyph glyph-name="uni01D7" unicode="&#x1d7;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49
+c28 0 49 -20 49 -49s-21 -50 -49 -50zM302 824l-44 29l95 126l62 -42z" />
+    <glyph glyph-name="uni01D9" unicode="&#x1d9;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49
+c28 0 49 -20 49 -49s-21 -50 -49 -50zM257 843l-97 97l40 31l98 -75h4l98 75l40 -31l-97 -97h-86z" />
+    <glyph glyph-name="uni01DB" unicode="&#x1db;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49
+c28 0 49 -20 49 -49s-21 -50 -49 -50zM298 824l-113 113l62 42l95 -126z" />
+    <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h97v-406c0 -184 -88 -261 -224 -261zM265 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="Uhorn" unicode="&#x1af;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h42c51 5 82 23 82 80c0 22 -7 44 -15 60l76 33c14 -22 25 -53 25 -86c0 -78 -48 -113 -113 -128v-365c0 -184 -88 -261 -224 -261z" />
+    <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h42c51 5 82 23 82 80c0 22 -7 44 -15 60l76 33c14 -22 25 -53 25 -86c0 -78 -48 -113 -113 -128v-365c0 -184 -88 -261 -224 -261zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni1EEA" unicode="&#x1eea;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h42c51 5 82 23 82 80c0 22 -7 44 -15 60l76 33c14 -22 25 -53 25 -86c0 -78 -48 -113 -113 -128v-365c0 -184 -88 -261 -224 -261zM331 693l-160 115l55 66l149 -131z
+" />
+    <glyph glyph-name="uni1EEC" unicode="&#x1eec;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h42c51 5 82 23 82 80c0 22 -7 44 -15 60l76 33c14 -22 25 -53 25 -86c0 -78 -48 -113 -113 -128v-365c0 -184 -88 -261 -224 -261zM265 696l-10 44c31 7 54 18 54 41
+c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni1EEE" unicode="&#x1eee;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h42c51 5 82 23 82 80c0 22 -7 44 -15 60l76 33c14 -22 25 -53 25 -86c0 -78 -48 -113 -113 -128v-365c0 -184 -88 -261 -224 -261zM374 705c-74 0 -102 67 -145 67
+c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" 
+d="M301 -12c-136 0 -226 77 -226 261v406h101v-412c0 -120 51 -168 125 -168c75 0 127 48 127 168v412h42c51 5 82 23 82 80c0 22 -7 44 -15 60l76 33c14 -22 25 -53 25 -86c0 -78 -48 -113 -113 -128v-365c0 -184 -88 -261 -224 -261zM300 -223c-42 0 -74 28 -74 71
+c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E7E" unicode="&#x1e7e;" 
+d="M242 0l-207 655h106l99 -341c22 -76 37 -140 60 -215h4c24 75 39 139 61 215l98 341h102l-206 -655h-117zM302 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="Wgrave" unicode="&#x1e80;" 
+d="M105 0l-96 656h109l40 -396c5 -55 8 -91 11 -154h3c11 63 20 99 32 154l59 228h84l56 -228c13 -54 21 -91 32 -154h4c3 63 5 100 10 154l39 396h104l-92 -656h-118l-58 248c-9 40 -17 80 -22 120h-3c-6 -40 -12 -80 -22 -120l-57 -248h-115zM331 693l-160 115l55 66
+l149 -131z" />
+    <glyph glyph-name="Wacute" unicode="&#x1e82;" 
+d="M105 0l-96 656h109l40 -396c5 -55 8 -91 11 -154h3c11 63 20 99 32 154l59 228h84l56 -228c13 -54 21 -91 32 -154h4c3 63 5 100 10 154l39 396h104l-92 -656h-118l-58 248c-9 40 -17 80 -22 120h-3c-6 -40 -12 -80 -22 -120l-57 -248h-115zM269 693l-44 50l149 131
+l55 -66z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" 
+d="M105 0l-96 656h109l40 -396c5 -55 8 -91 11 -154h3c11 63 20 99 32 154l59 228h84l56 -228c13 -54 21 -91 32 -154h4c3 63 5 100 10 154l39 396h104l-92 -656h-118l-58 248c-9 40 -17 80 -22 120h-3c-6 -40 -12 -80 -22 -120l-57 -248h-115zM190 695l-43 30l100 112h106
+l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Wdieresis" unicode="&#x1e84;" 
+d="M105 0l-96 656h109l40 -396c5 -55 8 -91 11 -154h3c11 63 20 99 32 154l59 228h84l56 -228c13 -54 21 -91 32 -154h4c3 63 5 100 10 154l39 396h104l-92 -656h-118l-58 248c-9 40 -17 80 -22 120h-3c-6 -40 -12 -80 -22 -120l-57 -248h-115zM204 711c-33 0 -57 24 -57 57
+s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="Ygrave" unicode="&#x1ef2;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM331 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56
+s-24 -57 -57 -57z" />
+    <glyph glyph-name="uni1E8E" unicode="&#x1e8e;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM300 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM265 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM374 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5
+c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478zM287 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478zM265 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478zM318 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni1E90" unicode="&#x1e90;" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478zM208 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="uni1E92" unicode="&#x1e92;" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478zM310 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E94" unicode="&#x1e94;" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478zM173 -176v67h274v-67h-274z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" 
+d="M83 0v310h-74v59l74 6v280h167c194 0 306 -112 306 -325c0 -212 -112 -330 -301 -330h-172zM182 81h61c136 0 209 86 209 249s-73 244 -209 244h-61v-199h135v-65h-135v-229z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" 
+d="M94 0v655h100v-107h111c144 0 245 -50 245 -198c0 -142 -103 -207 -245 -207h-111v-143h-100zM194 223h101c106 0 156 40 156 127c0 88 -52 117 -156 117h-101v-244z" />
+    <glyph glyph-name="uni018F" unicode="&#x18f;" 
+d="M301 -12c-147 0 -245 132 -245 338c0 10 1 20 2 29h396c-6 147 -62 226 -160 226c-51 0 -94 -23 -125 -56l-48 69c42 42 101 73 180 73c155 0 252 -127 252 -338s-103 -341 -252 -341zM301 74c82 0 141 67 151 207h-297c9 -142 64 -207 146 -207z" />
+    <glyph glyph-name="Eng" unicode="&#x14a;" 
+d="M374 -12c-26 0 -59 5 -77 15l23 88c12 -5 25 -9 43 -9c50 0 85 54 85 252c0 185 -53 246 -133 246c-45 0 -101 -37 -135 -89v-491h-100v655h97v-73c42 49 98 85 161 85c122 0 213 -89 213 -333c0 -247 -61 -346 -177 -346z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" 
+d="M102 0v655h100v-655h-100zM349 -169c-34 0 -60 6 -79 13l19 77c14 -4 31 -9 48 -9c48 0 61 33 61 92v651h100v-653c0 -101 -39 -171 -149 -171z" />
+    <glyph glyph-name="uni004C00B7004C" 
+d="M60 0v655h90v-570h125v-85h-215zM248 278c-43 0 -76 32 -76 82c0 49 33 79 76 79c44 0 78 -30 78 -79c0 -50 -34 -82 -78 -82zM346 0v655h90v-570h124v-85h-214z" />
+    <glyph glyph-name="uni01320301" 
+d="M102 0v655h100v-655h-100zM349 -169c-34 0 -60 6 -79 13l19 77c14 -4 31 -9 48 -9c48 0 61 33 61 92v651h100v-653c0 -101 -39 -171 -149 -171zM121 693l-44 50l149 131l55 -66zM417 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM337 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM303 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM198 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM391 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM219 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM421 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM183 598v67h274v-67h-274z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 569c-73 0 -115 43 -115 98s42 98 115 98s115 -43 115 -98s-42 -98 -115 -98zM320 610c30 0 53 25 53 57s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="aringacute" unicode="&#x1fb;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 569c-73 0 -115 43 -115 98c0 33 15 62 44 80l140 105l41 -56l-74 -35c51 -12 79 -49 79 -94c0 -55 -42 -98 -115 -98zM320 610c30 0 53 25 53 57s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="uni01CE" unicode="&#x1ce;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM270 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" 
+d="M453 -226c-59 0 -106 31 -106 95c0 61 44 105 93 134l-9 60h-3c-52 -40 -120 -75 -187 -75c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294
+c-73 -29 -102 -71 -102 -111c0 -36 28 -52 57 -52c21 0 39 9 51 19l26 -46c-25 -21 -61 -36 -99 -36zM269 67c52 0 102 24 152 65v116c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69z" />
+    <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM285 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM215 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM465 637l-41 32l86 122l56 -38z" />
+    <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM215 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM175 637l-111 114l56 40l96 -119z" />
+    <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM215 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM441 638l-9 38c24 7 40 16 40 37c0 24 -19 36 -68 39l8 46c86 -3 129 -28 129 -75c0 -56 -48 -75 -100 -85z" />
+    <glyph glyph-name="uni1EAB" unicode="&#x1eab;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM215 569l-33 39l98 87h80l98 -87l-33 -39l-103 66h-4zM383 712c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-50 5c6 57 29 94 77 94c57 0 85 -42 121 -42c19 0 27 13 32 41l50 -5c-6 -58 -29 -94 -77 -94z" />
+    <glyph glyph-name="uni1EAD" unicode="&#x1ead;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM198 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 571c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM319 684l-46 33l89 128l61 -46z" />
+    <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 571c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM321 684l-104 115l61 46l89 -128z" />
+    <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 571c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM291 686l-9 40c26 5 45 16 45 36c0 24 -21 36 -74 39l8 58c89 -3 135 -33 135 -86
+c0 -57 -51 -79 -105 -87z" />
+    <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 571c-100 0 -141 55 -147 109l54 9c5 -32 33 -64 93 -64s88 32 93 64l54 -9c-6 -54 -47 -109 -147 -109zM383 711c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-55 5c6 57 31 94 82 94c57 0 85 -42 121 -42
+c19 0 27 13 32 41l55 -5c-6 -58 -31 -94 -82 -94z" />
+    <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" 
+d="M146 -12c-75 0 -129 52 -129 135c0 99 73 160 243 182c-3 87 -35 115 -81 115c-39 0 -79 -18 -111 -39l-36 67c44 28 98 53 155 53c56 0 97 -27 121 -94c34 67 85 94 137 94c102 0 151 -105 151 -227c0 -21 -2 -42 -5 -58h-254c7 -93 50 -148 118 -148c35 0 65 12 91 30
+l35 -66c-34 -26 -81 -44 -129 -44c-67 0 -118 31 -151 84c-48 -55 -99 -84 -155 -84zM174 66c32 0 70 19 102 60c-10 33 -16 70 -16 111v6c-120 -17 -153 -57 -153 -110c0 -42 27 -67 67 -67zM438 423c-44 0 -90 -37 -100 -136h179c-3 92 -29 136 -79 136z" />
+    <glyph glyph-name="aeacute" unicode="&#x1fd;" 
+d="M146 -12c-75 0 -129 52 -129 135c0 99 73 160 243 182c-3 87 -35 115 -81 115c-39 0 -79 -18 -111 -39l-36 67c44 28 98 53 155 53c56 0 97 -27 121 -94c34 67 85 94 137 94c102 0 151 -105 151 -227c0 -21 -2 -42 -5 -58h-254c7 -93 50 -148 118 -148c35 0 65 12 91 30
+l35 -66c-34 -26 -81 -44 -129 -44c-67 0 -118 31 -151 84c-48 -55 -99 -84 -155 -84zM174 66c32 0 70 19 102 60c-10 33 -16 70 -16 111v6c-120 -17 -153 -57 -153 -110c0 -42 27 -67 67 -67zM438 423c-44 0 -90 -37 -100 -136h179c-3 92 -29 136 -79 136zM297 566l-51 49
+l145 172l69 -67z" />
+    <glyph glyph-name="uni01E3" unicode="&#x1e3;" 
+d="M146 -12c-75 0 -129 52 -129 135c0 99 73 160 243 182c-3 87 -35 115 -81 115c-39 0 -79 -18 -111 -39l-36 67c44 28 98 53 155 53c56 0 97 -27 121 -94c34 67 85 94 137 94c102 0 151 -105 151 -227c0 -21 -2 -42 -5 -58h-254c7 -93 50 -148 118 -148c35 0 65 12 91 30
+l35 -66c-34 -26 -81 -44 -129 -44c-67 0 -118 31 -151 84c-48 -55 -99 -84 -155 -84zM174 66c32 0 70 19 102 60c-10 33 -16 70 -16 111v6c-120 -17 -153 -57 -153 -110c0 -42 27 -67 67 -67zM438 423c-44 0 -90 -37 -100 -136h179c-3 92 -29 136 -79 136zM177 598v67h274
+v-67h-274z" />
+    <glyph glyph-name="uni0180" unicode="&#x180;" 
+d="M325 -12c-47 0 -103 24 -147 66h-3l-9 -54h-78v560h-72v62l72 5v82h98v-82h205v-67h-205v-63l-3 -86h3c42 43 101 70 156 70c129 0 201 -94 201 -239c0 -161 -104 -254 -218 -254zM306 70c77 0 135 62 135 171c0 96 -37 157 -125 157c-40 0 -84 -20 -130 -66v-211
+c42 -37 88 -51 120 -51z" />
+    <glyph glyph-name="uni1E07" unicode="&#x1e07;" 
+d="M325 -12c-47 0 -103 24 -147 66h-3l-9 -54h-78v709h99v-188l-4 -90h3c42 42 101 70 156 70c129 0 202 -98 202 -249c0 -167 -105 -264 -219 -264zM306 70c77 0 136 65 136 181c0 102 -38 167 -126 167c-40 0 -85 -20 -129 -66v-231c41 -37 87 -51 119 -51zM173 -176v67
+h274v-67h-274z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" 
+d="M254 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l34 80c-135 13 -234 105 -234 254c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64
+c-48 -42 -107 -68 -168 -74l-19 -52c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" 
+d="M345 -12c-153 0 -269 94 -269 256c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64c-55 -48 -125 -75 -196 -75zM328 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" 
+d="M345 -12c-153 0 -269 94 -269 256c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64c-55 -48 -125 -75 -196 -75zM223 566l-40 38l112 137h100l112 -137l-40 -38
+l-120 108h-4z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" 
+d="M345 -12c-153 0 -269 94 -269 256c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64c-55 -48 -125 -75 -196 -75zM295 575l-112 137l40 38l120 -108h4l120 108l40 -38
+l-112 -137h-100z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" 
+d="M345 -12c-153 0 -269 94 -269 256c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64c-55 -48 -125 -75 -196 -75zM345 584c-42 0 -74 28 -74 71c0 42 32 71 74 71
+s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" 
+d="M245 -12c-118 0 -196 94 -196 256c0 159 98 257 204 257c53 0 91 -23 130 -61h3l-5 87v182h94v-709h-76l-8 60h-3c-38 -38 -89 -72 -143 -72zM267 70c41 0 77 23 114 66v232c-38 35 -71 50 -106 50c-71 0 -129 -67 -129 -173c0 -112 45 -175 121 -175zM539 548l-4 270h89
+l-1 -86l-17 -184h-67z" />
+    <glyph glyph-name="uni1E0D" unicode="&#x1e0d;" 
+d="M267 -12c-127 0 -211 94 -211 256c0 159 106 257 219 257c57 0 100 -22 140 -61h3l-5 87v182h99v-709h-81l-8 60h-3c-39 -39 -95 -72 -153 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 -223
+c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E0F" unicode="&#x1e0f;" 
+d="M267 -12c-127 0 -211 94 -211 256c0 159 106 257 219 257c57 0 100 -22 140 -61h3l-5 87v182h99v-709h-81l-8 60h-3c-39 -39 -95 -72 -153 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM168 -176v67h274
+v-67h-274z" />
+    <glyph glyph-name="uni1E11" unicode="&#x1e11;" 
+d="M290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM200 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l33 78c-120 6 -199 99 -199 256c0 159 106 257 219 257c57 0 100 -22 140 -61h3l-5 87v182h99v-709h-81
+l-8 60h-3c-26 -26 -61 -50 -98 -63l-22 -60c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" 
+d="M267 -12c-127 0 -210 89 -210 245c0 154 105 248 218 248c58 0 101 -24 140 -61h3l-4 87v53h-170v67h170v82h98v-82h72v-61l-72 -6v-560h-81l-8 61h-3c-39 -40 -96 -73 -153 -73zM289 70c45 0 86 22 125 66v212c-40 36 -78 50 -115 50c-78 0 -140 -64 -140 -163
+c0 -105 48 -165 130 -165z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM332 566
+l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM298 566
+l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM193 566
+l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM265 575
+l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM214 584
+c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM416 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM178 598v67
+h274v-67h-274z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM315 571
+c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" 
+d="M420 -226c-62 0 -106 31 -106 95c0 51 29 90 73 128c-29 -10 -48 -9 -57 -9c-148 0 -265 94 -265 255s120 258 250 258c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-102 -71 -136 -107 -136 -156
+c0 -36 27 -53 58 -53c21 0 38 8 51 19l26 -46c-25 -22 -61 -36 -99 -36zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM315 584
+c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM315 -223
+c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM280 571
+l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM386 576
+c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM210 569
+l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM460 637l-41 32l86 122l56 -38z" />
+    <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM210 569
+l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM170 637l-111 114l56 40l96 -119z" />
+    <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM210 569
+l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM436 638l-9 38c24 7 40 16 40 37c0 24 -19 36 -68 39l8 46c86 -3 129 -28 129 -75c0 -56 -48 -75 -100 -85z" />
+    <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM210 569
+l-33 39l98 87h80l98 -87l-33 -39l-103 66h-4zM378 712c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-50 5c6 57 29 94 77 94c57 0 85 -42 121 -42c19 0 27 13 32 41l50 -5c-6 -58 -29 -94 -77 -94z" />
+    <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM193 566
+l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4zM315 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E17" unicode="&#x1e17;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM178 598v67
+h274v-67h-274zM283 707l-37 44l137 101l44 -55z" />
+    <glyph glyph-name="uni01F5" unicode="&#x1f5;" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM290 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM185 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM307 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM307 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni0123" unicode="&#x123;" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM348 573c-93 10 -123 33 -123 79c0 61 62 90 173 95l8 -46c-82 -5 -107 -19 -107 -45c0 -24 23 -36 69 -40z" />
+    <glyph glyph-name="gcaron" unicode="&#x1e7;" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM257 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni1E21" unicode="&#x1e21;" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM170 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni00670303" 
+d="M291 -221c-139 0 -224 47 -224 133c0 40 27 77 79 106v4c-26 15 -50 40 -50 81c0 32 22 67 58 92v4c-34 25 -61 68 -61 126c0 109 91 176 197 176c28 0 52 -4 74 -12h201v-78h-119c19 -21 36 -54 36 -89c0 -107 -85 -167 -192 -167c-24 0 -53 5 -79 16
+c-22 -14 -34 -30 -34 -51c0 -35 34 -51 97 -51h104c127 0 190 -34 190 -117c0 -95 -108 -173 -277 -173zM290 219c56 0 102 40 102 106c0 64 -46 106 -102 106s-103 -42 -103 -106c0 -66 47 -106 103 -106zM301 -152c104 0 170 42 170 87c0 43 -35 54 -104 54h-87
+c-30 0 -54 2 -74 8c-41 -23 -56 -48 -56 -73c0 -47 54 -76 151 -76zM378 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM25 755l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="uni1E27" unicode="&#x1e27;" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM39 771c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM231 771c-32 0 -56 24 -56 57
+s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="uni1E25" unicode="&#x1e25;" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM313 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E96" unicode="&#x1e96;" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM176 -176v67h274v-67h-274z" />
+    <glyph glyph-name="uni1E29" unicode="&#x1e29;" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-18l-23 -63c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l38 90h-18z" />
+    <glyph glyph-name="uni1E2B" unicode="&#x1e2b;" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM313 -232c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" 
+d="M88 0v560h-72v61l72 6v82h98v-82h205v-67h-205v-59l-6 -110h4c46 50 102 90 177 90c114 0 166 -71 166 -198v-283h-99v270c0 85 -28 126 -101 126c-54 0 -89 -27 -141 -79v-317h-98z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" 
+d="M306 0v409h-219v80h318v-489h-99zM364 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" 
+d="M306 0v409h-219v80h318v-489h-99zM330 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" 
+d="M306 0v409h-219v80h318v-489h-99zM225 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" 
+d="M306 0v409h-219v80h318v-489h-99zM418 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" 
+d="M306 0v409h-219v80h318v-489h-99zM246 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM448 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" 
+d="M306 0v409h-219v80h318v-489h-99zM210 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni01D0" unicode="&#x1d0;" 
+d="M306 0v409h-219v80h318v-489h-99zM297 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" 
+d="M352 -226c-60 0 -107 31 -107 95c0 57 40 101 86 131h-25v409h-219v80h318v-493c-61 -27 -89 -68 -89 -107c0 -35 27 -52 58 -52c20 0 37 9 51 19l25 -46c-24 -21 -60 -36 -98 -36zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z
+" />
+    <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" 
+d="M306 0v409h-219v80h318v-489h-99zM312 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" 
+d="M306 0v409h-219v80h318v-489h-99zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71zM347 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" 
+d="M306 0v409h-219v80h318v-489h-99zM347 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" 
+d="M306 0v409h-219v80h318v-489h-99z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" 
+d="M194 -212c-53 0 -103 14 -142 33l31 73c36 -17 73 -26 108 -26c90 0 115 45 115 125v416h-219v80h318v-490c0 -120 -48 -211 -211 -211zM225 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="uni0137" unicode="&#x137;" 
+d="M98 0v709h99v-462h4l241 242h111l-192 -194l216 -295h-109l-168 234l-103 -104v-130h-99zM241 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E33" unicode="&#x1e33;" 
+d="M98 0v709h99v-462h4l241 242h111l-192 -194l216 -295h-109l-168 234l-103 -104v-130h-99zM332 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E35" unicode="&#x1e35;" 
+d="M98 0v709h99v-462h4l241 242h111l-192 -194l216 -295h-109l-168 234l-103 -104v-130h-99zM195 -176v67h274v-67h-274z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" 
+d="M98 0v489h99v-241l3 1l242 240h111l-191 -196l215 -293h-109l-166 228l-105 -100v-128h-99z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28zM251 753l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28zM407 548l-4 270h89l-1 -86l-17 -184h-67z" />
+    <glyph glyph-name="uni013C" unicode="&#x13c;" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28zM290 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E37" unicode="&#x1e37;" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28zM381 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E39" unicode="&#x1e39;" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28zM144 791v67h276v-67h-276zM381 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E3B" unicode="&#x1e3b;" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28zM244 -176v67h274v-67h-274z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" 
+d="M404 -12c-109 0 -168 65 -168 183v149l-101 -60l-35 64l136 78v228h-168v79h267v-259l141 79l34 -64l-175 -98v-202c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28z" />
+    <glyph glyph-name="ldot" unicode="&#x140;" 
+d="M362 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28zM565 280c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E3F" unicode="&#x1e3f;" 
+d="M52 0v489h78l8 -64h2c23 44 54 76 110 76c47 0 77 -28 90 -84c26 50 57 84 113 84c69 0 109 -55 109 -153v-348h-97v341c0 49 -14 75 -45 75c-30 0 -47 -23 -70 -68v-348h-86v341c0 49 -13 75 -44 75c-30 0 -50 -23 -71 -68v-348h-97zM300 567l-51 49l145 172l69 -67z
+" />
+    <glyph glyph-name="uni1E41" unicode="&#x1e41;" 
+d="M52 0v489h78l8 -64h2c23 44 54 76 110 76c47 0 77 -28 90 -84c26 50 57 84 113 84c69 0 109 -55 109 -153v-348h-97v341c0 49 -14 75 -45 75c-30 0 -47 -23 -70 -68v-348h-86v341c0 49 -13 75 -44 75c-30 0 -50 -23 -71 -68v-348h-97zM317 585c-42 0 -74 28 -74 71
+c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E43" unicode="&#x1e43;" 
+d="M52 0v489h78l8 -64h2c23 44 54 76 110 76c47 0 77 -28 90 -84c26 50 57 84 113 84c69 0 109 -55 109 -153v-348h-97v341c0 49 -14 75 -45 75c-30 0 -47 -23 -70 -68v-348h-86v341c0 49 -13 75 -44 75c-30 0 -50 -23 -71 -68v-348h-97zM307 -223c-42 0 -74 28 -74 71
+c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM300 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni01F9" unicode="&#x1f9;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM334 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM267 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM388 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4
+c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni0146" unicode="&#x146;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM220 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E45" unicode="&#x1e45;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM317 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E47" unicode="&#x1e47;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM311 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E49" unicode="&#x1e49;" 
+d="M88 0v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99zM174 -176v67h274v-67h-274z" />
+    <glyph glyph-name="napostrophe" unicode="&#x149;" 
+d="M201 0v489h82l8 -74h4c45 48 94 86 163 86c103 0 152 -69 152 -193v-308h-99v295c0 82 -26 120 -88 120c-46 0 -77 -24 -123 -73v-342h-99zM2 334l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83c58 0 97 -48 97 -131
+c0 -102 -55 -185 -151 -233z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM317 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM283 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM178 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM371 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4
+c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM199 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62z
+M401 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM163 598v67h274v-67h-274z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM244 567l-54 25l87 174l69 -32zM402 567l-54 25l87 174l69 -32z" />
+    <glyph glyph-name="uni01D2" unicode="&#x1d2;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM250 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni01EB" unicode="&#x1eb;" 
+d="M323 -226c-59 0 -104 31 -104 95c0 53 33 93 66 120c-130 9 -229 104 -229 255c0 163 115 257 244 257s244 -94 244 -257c0 -134 -69 -201 -172 -246c-53 -24 -83 -70 -83 -109c0 -35 29 -52 56 -52c24 0 41 9 53 19l25 -46c-23 -21 -59 -36 -100 -36zM300 68
+c87 0 142 69 142 176c0 105 -55 175 -142 175s-142 -70 -142 -175c0 -107 55 -176 142 -176z" />
+    <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71
+c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM265 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64
+c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM195 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM445 637l-41 32
+l86 122l56 -38z" />
+    <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM195 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM155 637l-111 114
+l56 40l96 -119z" />
+    <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM195 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM421 638l-9 38
+c24 7 40 16 40 37c0 24 -19 36 -68 39l8 46c86 -3 129 -28 129 -75c0 -56 -48 -75 -100 -85z" />
+    <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM195 569l-33 39l98 87h80l98 -87l-33 -39l-103 66h-4zM363 712
+c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-50 5c6 57 29 94 77 94c57 0 85 -42 121 -42c19 0 27 13 32 41l50 -5c-6 -58 -29 -94 -77 -94z" />
+    <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM178 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4zM300 -223
+c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM300 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98
+s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="uni1E53" unicode="&#x1e53;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM163 598v67h274v-67h-274zM268 707l-37 44l137 101l44 -55z" />
+    <glyph glyph-name="ohorn" unicode="&#x1a1;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257c36 0 71 -7 103 -22c50 14 80 43 80 100c0 21 -5 44 -15 59l75 35c15 -23 25 -55 25 -87c0 -78 -49 -121 -109 -142c51 -44 85 -112 85 -200c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175
+s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175z" />
+    <glyph glyph-name="uni1EDB" unicode="&#x1edb;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257c36 0 71 -7 103 -22c50 14 80 43 80 100c0 21 -5 44 -15 59l75 35c15 -23 25 -55 25 -87c0 -78 -49 -121 -109 -142c51 -44 85 -112 85 -200c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175
+s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM283 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni1EDD" unicode="&#x1edd;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257c36 0 71 -7 103 -22c50 14 80 43 80 100c0 21 -5 44 -15 59l75 35c15 -23 25 -55 25 -87c0 -78 -49 -121 -109 -142c51 -44 85 -112 85 -200c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175
+s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM317 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="uni1EDF" unicode="&#x1edf;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257c36 0 71 -7 103 -22c50 14 80 43 80 100c0 21 -5 44 -15 59l75 35c15 -23 25 -55 25 -87c0 -78 -49 -121 -109 -142c51 -44 85 -112 85 -200c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175
+s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM265 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257c36 0 71 -7 103 -22c50 14 80 43 80 100c0 21 -5 44 -15 59l75 35c15 -23 25 -55 25 -87c0 -78 -49 -121 -109 -142c51 -44 85 -112 85 -200c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175
+s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM351 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257c36 0 71 -7 103 -22c50 14 80 43 80 100c0 21 -5 44 -15 59l75 35c15 -23 25 -55 25 -87c0 -78 -49 -121 -109 -142c51 -44 85 -112 85 -200c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175
+s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" 
+d="M300 -12c-51 0 -99 15 -139 42l-50 -59l-49 43l51 60c-35 42 -56 99 -56 169c0 164 114 258 243 258c51 0 99 -14 139 -42l50 59l49 -43l-51 -60c35 -43 56 -101 56 -172c0 -161 -114 -255 -243 -255zM159 243c0 -35 6 -67 18 -93l206 243c-22 19 -50 29 -83 29
+c-86 0 -141 -73 -141 -179zM300 66c86 0 141 73 141 177c0 36 -6 69 -18 96l-207 -243c23 -19 51 -30 84 -30z" />
+    <glyph glyph-name="oslashacute" unicode="&#x1ff;" 
+d="M300 -12c-51 0 -99 15 -139 42l-50 -59l-49 43l51 60c-35 42 -56 99 -56 169c0 164 114 258 243 258c51 0 99 -14 139 -42l50 59l49 -43l-51 -60c35 -43 56 -101 56 -172c0 -161 -114 -255 -243 -255zM159 243c0 -35 6 -67 18 -93l206 243c-22 19 -50 29 -83 29
+c-86 0 -141 -73 -141 -179zM300 66c86 0 141 73 141 177c0 36 -6 69 -18 96l-207 -243c23 -19 51 -30 84 -30zM283 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="oe" unicode="&#x153;" 
+d="M192 69c53 0 86 71 86 175c0 105 -33 176 -86 176c-59 0 -89 -70 -89 -177c0 -104 30 -174 89 -174zM186 -12c-99 0 -175 94 -175 255c0 164 77 258 176 258c59 0 102 -36 128 -113c26 77 77 113 134 113c98 0 147 -104 147 -227c0 -21 -2 -42 -5 -58h-241
+c7 -100 53 -148 113 -148c32 0 57 12 83 30l35 -66c-33 -26 -77 -44 -122 -44c-61 0 -116 33 -143 109c-27 -76 -70 -109 -130 -109zM440 423c-45 0 -81 -44 -89 -136h166c-3 92 -28 136 -77 136z" />
+    <glyph glyph-name="racute" unicode="&#x155;" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99zM330 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni0157" unicode="&#x157;" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99zM105 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99zM297 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni1E59" unicode="&#x1e59;" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E5B" unicode="&#x1e5b;" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99zM196 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E5D" unicode="&#x1e5d;" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99zM210 598v67h274v-67h-274zM196 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E5F" unicode="&#x1e5f;" 
+d="M138 0v489h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-278h-99zM59 -176v67h274v-67h-274z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149zM289 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149zM184 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149zM256 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="scarondot" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149zM306 701c-35 0 -61 24 -61 60c0 37 26 62 61 62s61 -25 61 -62c0 -36 -26 -60 -61 -60zM256 575l-112 137l35 33l125 -111h4l125 111l35 -33l-112 -137h-100z" />
+    <glyph glyph-name="uni015F" unicode="&#x15f;" 
+d="M222 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l34 79c-83 6 -158 38 -211 75l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50
+c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74c160 -35 200 -76 200 -152c0 -75 -67 -138 -189 -148l-19 -52c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni0219" unicode="&#x219;" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149zM217 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E61" unicode="&#x1e61;" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149zM306 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E63" unicode="&#x1e63;" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149zM308 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" 
+d="M400 -12c-56 0 -100 16 -143 43l37 69c36 -25 67 -36 103 -36c49 0 76 31 76 69c0 105 -190 90 -190 227c0 89 83 119 83 202c0 45 -29 80 -78 80c-68 0 -108 -49 -108 -140v-502h-99v513c0 123 75 208 208 208c111 0 170 -72 170 -153c0 -99 -83 -131 -83 -196
+c0 -89 190 -76 190 -231c0 -86 -63 -153 -166 -153z" />
+    <glyph glyph-name="longs" unicode="&#x17f;" 
+d="M235 0v409h-137v75l137 5v34c0 117 63 198 202 198c50 0 98 -10 143 -28l-22 -73c-37 16 -69 22 -110 22c-81 0 -115 -43 -115 -117v-525h-98z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" 
+d="M392 -12c-145 0 -194 83 -194 205v216h-134v75l138 5l13 155h82v-155h231v-80h-231v-216c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-44 -15 -92 -28 -155 -28zM396 548l-4 270h89l-1 -86l-17 -184h-67z" />
+    <glyph glyph-name="uni0163" unicode="&#x163;" 
+d="M294 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l34 81c-113 15 -152 93 -152 202v216h-134v75l138 5l13 155h82v-155h231v-80h-231v-216c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-39 -13 -81 -25 -134 -28l-19 -51c46 -11 73 -31 73 -72
+c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni021B" unicode="&#x21b;" 
+d="M392 -12c-145 0 -194 83 -194 205v216h-134v75l138 5l13 155h82v-155h231v-80h-231v-216c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-44 -15 -92 -28 -155 -28zM285 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79
+c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E6D" unicode="&#x1e6d;" 
+d="M392 -12c-145 0 -194 83 -194 205v216h-134v75l138 5l13 155h82v-155h231v-80h-231v-216c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-44 -15 -92 -28 -155 -28zM376 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E6F" unicode="&#x1e6f;" 
+d="M392 -12c-145 0 -194 83 -194 205v216h-134v75l138 5l13 155h82v-155h231v-80h-231v-216c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-44 -15 -92 -28 -155 -28zM239 -176v67h274v-67h-274z" />
+    <glyph glyph-name="uni1E97" unicode="&#x1e97;" 
+d="M392 -12c-145 0 -194 83 -194 205v216h-134v75l138 5l13 155h82v-155h231v-80h-231v-216c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-44 -15 -92 -28 -155 -28zM162 721c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM364 721
+c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" 
+d="M65 219v61l133 6v123h-134v75l138 5l13 155h82v-155h231v-80h-231v-123h212v-67h-212v-26c0 -84 29 -125 118 -125c43 0 78 8 112 21l20 -73c-44 -15 -92 -28 -155 -28c-145 0 -194 83 -194 205v26h-133z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM312 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM278 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM173 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM366 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73
+l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM194 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM396 584c-36 0 -62 27 -62 62s26 62 62 62
+s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM158 598v67h274v-67h-274z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM295 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM295 569c-73 0 -115 43 -115 98s42 98 115 98s115 -43 115 -98s-42 -98 -115 -98zM295 610c30 0 53 25 53 57
+s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM239 567l-54 25l87 174l69 -32zM397 567l-54 25l87 174l69 -32z" />
+    <glyph glyph-name="uni01D4" unicode="&#x1d4;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM245 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" 
+d="M443 -226c-59 0 -106 31 -106 95c0 59 44 101 93 130l-9 82h-4c-48 -55 -103 -93 -177 -93c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-493c-73 -29 -102 -69 -102 -107c0 -35 28 -52 57 -52c21 0 39 9 51 19l26 -46
+c-25 -21 -61 -36 -99 -36z" />
+    <glyph glyph-name="uni01D6" unicode="&#x1d6;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM195 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM395 584c-29 0 -50 21 -50 49
+s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM157 752v52h275v-52h-275z" />
+    <glyph glyph-name="uni01D8" unicode="&#x1d8;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM195 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM395 584c-29 0 -50 21 -50 49
+s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM292 707l-41 27l81 120l56 -39z" />
+    <glyph glyph-name="uni01DA" unicode="&#x1da;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM195 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM395 584c-29 0 -50 21 -50 49
+s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM255 724l-93 92l34 33l97 -71h4l97 71l34 -33l-93 -92h-80z" />
+    <glyph glyph-name="uni01DC" unicode="&#x1dc;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM195 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM395 584c-29 0 -50 21 -50 49
+s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM298 707l-96 108l56 39l81 -120z" />
+    <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM309 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h99v-489h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM260 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uhorn" unicode="&#x1b0;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h21c46 5 87 26 87 95c0 21 -5 44 -15 60l75 34c15 -23 25 -55 25 -87c0 -76 -45 -115 -94 -134v-457h-81l-8 81h-4c-48 -55 -103 -93 -177 -93z" />
+    <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h21c46 5 87 26 87 95c0 21 -5 44 -15 60l75 34c15 -23 25 -55 25 -87c0 -76 -45 -115 -94 -134v-457h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM278 566l-51 49l145 172
+l69 -67z" />
+    <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h21c46 5 87 26 87 95c0 21 -5 44 -15 60l75 34c15 -23 25 -55 25 -87c0 -76 -45 -115 -94 -134v-457h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM312 566l-163 154l69 67
+l145 -172z" />
+    <glyph glyph-name="uni1EED" unicode="&#x1eed;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h21c46 5 87 26 87 95c0 21 -5 44 -15 60l75 34c15 -23 25 -55 25 -87c0 -76 -45 -115 -94 -134v-457h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM260 571l-10 45
+c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1EEF" unicode="&#x1eef;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h21c46 5 87 26 87 95c0 21 -5 44 -15 60l75 34c15 -23 25 -55 25 -87c0 -76 -45 -115 -94 -134v-457h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM356 576
+c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" 
+d="M240 -12c-115 0 -167 70 -167 198v303h99v-290c0 -86 28 -126 102 -126c51 0 89 23 137 81v335h21c46 5 87 26 87 95c0 21 -5 44 -15 60l75 34c15 -23 25 -55 25 -87c0 -76 -45 -115 -94 -134v-457h-81l-8 81h-4c-48 -55 -103 -93 -177 -93zM309 -223
+c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E7F" unicode="&#x1e7f;" 
+d="M246 0l-200 489h100l103 -266c19 -49 35 -97 52 -145h4c17 48 32 96 51 145l103 266h95l-196 -489h-112zM300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="wgrave" unicode="&#x1e81;" 
+d="M107 0l-100 489h98l50 -269c9 -47 15 -90 21 -137h4c6 47 16 91 26 137l53 229h88l52 -229c10 -47 22 -90 28 -137h4c8 47 12 90 20 137l50 269h92l-97 -489h-123l-48 214c-8 36 -16 84 -23 144h-4c-7 -56 -14 -103 -22 -144l-47 -214h-122zM317 566l-163 154l69 67
+l145 -172z" />
+    <glyph glyph-name="wacute" unicode="&#x1e83;" 
+d="M107 0l-100 489h98l50 -269c9 -47 15 -90 21 -137h4c6 47 16 91 26 137l53 229h88l52 -229c10 -47 22 -90 28 -137h4c8 47 12 90 20 137l50 269h92l-97 -489h-123l-48 214c-8 36 -16 84 -23 144h-4c-7 -56 -14 -103 -22 -144l-47 -214h-122zM283 566l-51 49l145 172
+l69 -67z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" 
+d="M107 0l-100 489h98l50 -269c9 -47 15 -90 21 -137h4c6 47 16 91 26 137l53 229h88l52 -229c10 -47 22 -90 28 -137h4c8 47 12 90 20 137l50 269h92l-97 -489h-123l-48 214c-8 36 -16 84 -23 144h-4c-7 -56 -14 -103 -22 -144l-47 -214h-122zM178 566l-40 38l112 137h100
+l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="wdieresis" unicode="&#x1e85;" 
+d="M107 0l-100 489h98l50 -269c9 -47 15 -90 21 -137h4c6 47 16 91 26 137l53 229h88l52 -229c10 -47 22 -90 28 -137h4c8 47 12 90 20 137l50 269h92l-97 -489h-123l-48 214c-8 36 -16 84 -23 144h-4c-7 -56 -14 -103 -22 -144l-47 -214h-122zM199 584c-36 0 -61 27 -61 62
+s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM401 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="ygrave" unicode="&#x1ef3;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM322 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM288 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM183 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM204 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62
+s-26 -62 -62 -62zM406 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="uni1E8F" unicode="&#x1e8f;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM305 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71
+c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM466 -218c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71
+c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM270 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64
+c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM376 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4
+c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" 
+d="M71 0v53l313 356h-278v80h419v-53l-315 -356h324v-80h-463zM307 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" 
+d="M71 0v53l313 356h-278v80h419v-53l-315 -356h324v-80h-463zM274 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" 
+d="M71 0v53l313 356h-278v80h419v-53l-315 -356h324v-80h-463zM324 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E91" unicode="&#x1e91;" 
+d="M71 0v53l313 356h-278v80h419v-53l-315 -356h324v-80h-463zM202 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="uni1E93" unicode="&#x1e93;" 
+d="M71 0v53l313 356h-278v80h419v-53l-315 -356h324v-80h-463zM313 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E95" unicode="&#x1e95;" 
+d="M71 0v53l313 356h-278v80h419v-53l-315 -356h324v-80h-463zM176 -176v67h274v-67h-274z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" 
+d="M297 -12c-128 0 -240 90 -240 235c0 138 98 226 226 226c59 0 116 -27 151 -75c-18 82 -56 142 -111 192l-151 -77l-33 56l128 65c-33 21 -70 42 -110 61l45 62c51 -24 100 -51 144 -83l137 69l32 -54l-116 -60c85 -80 141 -189 141 -346c0 -160 -93 -271 -243 -271z
+M300 69c96 0 146 74 146 186c0 14 0 28 -1 41c-43 56 -96 77 -146 77c-97 0 -151 -61 -151 -150c0 -94 69 -154 152 -154z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" 
+d="M88 -200v909h99v-194l-4 -84h3c43 42 100 70 155 70c129 0 203 -98 203 -249c0 -167 -107 -264 -220 -264c-48 0 -99 24 -138 60h-3l4 -88v-160h-99zM305 70c76 0 137 65 137 181c0 102 -38 167 -127 167c-40 0 -84 -20 -128 -66v-231c40 -37 86 -51 118 -51z" />
+    <glyph glyph-name="eng" unicode="&#x14b;" 
+d="M383 -184c-34 0 -61 7 -79 14l19 75c13 -5 29 -9 47 -9c46 0 58 35 58 96v298c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99v489h81l8 -79h4c49 51 104 91 180 91c114 0 166 -71 166 -198v-310c0 -105 -40 -177 -144 -177z" />
+    <glyph glyph-name="uni0237" unicode="&#x237;" 
+d="M194 -212c-53 0 -103 14 -142 33l31 73c36 -17 73 -26 108 -26c90 0 115 45 115 125v416h-219v80h318v-490c0 -120 -48 -211 -211 -211z" />
+    <glyph glyph-name="ij" unicode="&#x133;" 
+d="M103 0v489h99v-489h-99zM153 582c-38 0 -67 25 -67 63s29 63 67 63c39 0 67 -25 67 -63s-28 -63 -67 -63zM367 -212c-32 0 -57 6 -75 13l19 75c13 -4 28 -8 44 -8c46 0 58 33 58 91v530h99v-529c0 -102 -38 -172 -145 -172zM463 582c-38 0 -67 25 -67 63s29 63 67 63
+c39 0 67 -25 67 -63s-28 -63 -67 -63z" />
+    <glyph glyph-name="uni006C00B7006C" 
+d="M231 -12c-92 0 -141 65 -141 183v459h-103v79h193v-544c0 -69 26 -96 64 -96c13 0 25 6 45 14l24 -74c-29 -10 -49 -21 -82 -21zM292 278c-43 0 -76 32 -76 82c0 49 33 79 76 79c44 0 78 -30 78 -79c0 -50 -34 -82 -78 -82zM541 -12c-91 0 -140 65 -140 183v459h-103v79
+h193v-544c0 -69 26 -96 64 -96c14 0 26 6 45 14l24 -74c-29 -10 -49 -21 -83 -21z" />
+    <glyph glyph-name="uni01330301" 
+d="M103 0v489h99v-489h-99zM367 -212c-32 0 -57 6 -75 13l19 75c13 -4 28 -8 44 -8c46 0 58 33 58 91v530h99v-529c0 -102 -38 -172 -145 -172zM127 566l-51 49l145 172l69 -67zM437 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni0250" unicode="&#x250;" 
+d="M293 -12c-134 0 -204 77 -204 206v295h81l8 -64h3c53 41 120 76 187 76c94 0 165 -55 165 -141c0 -110 -99 -164 -345 -182c3 -61 36 -110 122 -110c60 0 118 28 166 56l37 -67c-54 -34 -135 -69 -220 -69zM188 241c192 14 249 53 249 111c0 49 -44 70 -97 70
+c-52 0 -102 -25 -152 -66v-115z" />
+    <glyph glyph-name="uni0252" unicode="&#x252;" 
+d="M324 -12c-47 0 -102 24 -146 66h-3l-9 -54h-78v489h81l8 -61h3c39 40 100 73 163 73c128 0 201 -98 201 -248c0 -168 -104 -265 -220 -265zM305 70c77 0 137 65 137 177c0 106 -40 171 -128 171c-44 0 -89 -21 -127 -66v-231c41 -37 85 -51 118 -51z" />
+    <glyph glyph-name="uni0253" unicode="&#x253;" 
+d="M325 -12c-47 0 -103 24 -147 66h-3l-9 -54h-78v527c0 112 59 194 189 194c37 0 73 -10 98 -20l-21 -74c-22 9 -45 15 -66 15c-68 0 -98 -40 -101 -110l-5 -111h4c43 43 101 70 156 70c128 0 201 -96 201 -244c0 -164 -104 -259 -218 -259zM306 70c77 0 135 64 135 176
+c0 99 -38 163 -125 163c-40 0 -85 -20 -129 -66v-222c41 -37 87 -51 119 -51z" />
+    <glyph glyph-name="uni0254" unicode="&#x254;" 
+d="M256 -12c-74 0 -144 27 -198 75l44 64c37 -32 86 -58 144 -58c104 0 176 70 176 175s-71 175 -166 175c-54 0 -98 -18 -139 -51l-49 63c42 39 107 70 194 70c141 0 262 -94 262 -257c0 -162 -118 -256 -268 -256z" />
+    <glyph glyph-name="uni0255" unicode="&#x255;" 
+d="M363 66c67 0 103 23 103 53c0 23 -17 39 -58 39c-35 0 -82 -29 -124 -78c24 -9 50 -14 79 -14zM187 -100l-79 33c16 43 35 82 57 117c-55 44 -89 110 -89 194c0 163 127 257 271 257c82 0 142 -29 184 -70l-47 -61c-37 34 -80 53 -132 53c-101 0 -178 -71 -178 -179
+c0 -51 17 -93 45 -123c63 69 135 106 196 106c81 0 127 -42 127 -107c0 -73 -62 -132 -182 -132c-45 0 -88 8 -126 22c-19 -32 -35 -70 -47 -110z" />
+    <glyph glyph-name="uni0256" unicode="&#x256;" 
+d="M545 -174c-90 0 -132 56 -132 140l2 91h-3c-36 -39 -90 -69 -147 -69c-125 0 -209 94 -209 256c0 159 106 257 218 257c57 0 99 -23 138 -61h3l-5 87v182h99v-720c0 -54 12 -84 49 -84c12 0 24 4 34 8l19 -74c-15 -7 -38 -13 -66 -13zM289 70c43 0 83 22 121 66v232
+c-39 37 -79 50 -117 50c-73 0 -135 -67 -135 -173c0 -112 50 -175 131 -175z" />
+    <glyph glyph-name="uni0257" unicode="&#x257;" 
+d="M265 -12c-126 0 -209 94 -209 256c0 159 105 257 217 257c55 0 98 -22 138 -61h3l-2 87v47c0 89 43 148 141 148c26 0 44 -4 60 -10l-19 -74c-9 3 -17 5 -28 5c-43 0 -58 -32 -58 -87v-556h-81l-8 60h-3c-38 -39 -94 -72 -151 -72zM288 70c43 0 83 22 121 66v232
+c-39 37 -79 50 -117 50c-73 0 -134 -67 -134 -173c0 -112 49 -175 130 -175z" />
+    <glyph glyph-name="uni0258" unicode="&#x258;" 
+d="M289 423c-76 0 -132 -45 -140 -134h286c-15 87 -73 134 -146 134zM270 -12c-75 0 -139 25 -189 57l34 63c44 -26 89 -42 143 -42c95 0 167 49 178 150h-372c-2 12 -3 35 -3 54c0 136 92 231 235 231c129 0 239 -98 239 -258s-118 -255 -265 -255z" />
+    <glyph glyph-name="uni0251" unicode="&#x251;" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175z" />
+    <glyph glyph-name="uni0299" unicode="&#x299;" 
+d="M114 0v489h227c113 0 195 -35 195 -125c0 -51 -31 -88 -85 -104v-3c58 -15 105 -48 105 -117c0 -98 -88 -140 -206 -140h-236zM211 289h118c79 0 111 24 111 65s-32 60 -107 60h-122v-125zM211 75h131c80 0 116 23 116 71c0 44 -40 70 -121 70h-126v-141z" />
+    <glyph glyph-name="uni0259" unicode="&#x259;" 
+d="M295 -12c-148 0 -230 99 -230 237c0 20 3 42 5 54h371c-12 97 -73 144 -166 144c-55 0 -100 -16 -144 -43l-35 63c51 33 115 58 191 58c147 0 252 -96 252 -256c0 -162 -110 -257 -244 -257zM293 66c80 0 136 47 148 140h-287c7 -93 57 -140 139 -140z" />
+    <glyph glyph-name="uni025A" unicode="&#x25a;" 
+d="M213 -12c-125 0 -187 96 -196 214l292 129c-22 67 -64 93 -116 93c-48 0 -80 -16 -114 -39l-34 66c45 31 95 50 156 50c91 0 160 -47 194 -132l73 33l49 -20c5 -75 20 -92 48 -92c13 0 24 7 33 14l24 -50c-16 -12 -37 -25 -64 -25c-40 0 -82 21 -97 94l-49 -21
+c3 -20 5 -42 5 -65c0 -145 -81 -249 -204 -249zM212 65c67 0 112 60 112 151c0 17 -1 32 -2 46l-220 -96c17 -74 59 -101 110 -101z" />
+    <glyph glyph-name="uni025B" unicode="&#x25b;" 
+d="M318 -12c-137 0 -232 53 -232 149c0 68 48 103 114 120v4c-57 21 -90 61 -90 107c0 91 91 133 218 133c79 0 145 -24 199 -61l-38 -64c-47 30 -94 47 -156 47c-83 0 -125 -23 -125 -68c0 -44 46 -66 135 -66h56v-73h-70c-95 0 -145 -20 -145 -70c0 -52 52 -80 151 -80
+c62 0 116 17 161 56l42 -64c-61 -52 -129 -70 -220 -70z" />
+    <glyph glyph-name="uni025C" unicode="&#x25c;" 
+d="M280 -12c-80 0 -150 17 -222 73l42 64c56 -44 114 -59 171 -59c99 0 151 28 151 79c0 50 -47 71 -135 71h-93v73h82c83 0 125 24 125 68s-42 66 -129 66c-67 0 -112 -16 -163 -52l-39 65c58 42 125 65 208 65c129 0 219 -43 219 -134c0 -46 -27 -86 -87 -107v-4
+c68 -17 110 -51 110 -120c0 -95 -99 -148 -240 -148z" />
+    <glyph glyph-name="uni025E" unicode="&#x25e;" 
+d="M324 -12c-152 0 -267 87 -267 255c0 170 126 258 262 258c110 0 196 -42 196 -134c0 -47 -28 -90 -84 -107v-4c61 -13 108 -52 108 -120c0 -95 -86 -148 -215 -148zM326 66c73 0 115 28 115 79c0 48 -47 71 -113 71h-34v73h28c61 0 98 25 98 66c0 45 -38 68 -97 68
+c-95 0 -166 -64 -166 -180c0 -120 65 -177 169 -177z" />
+    <glyph glyph-name="uni025F" unicode="&#x25f;" 
+d="M194 -212c-53 0 -103 14 -142 33l31 73c36 -17 73 -26 108 -26c90 0 115 45 115 125v208h-188v63l188 6v139h-219v80h318v-219h158v-69h-158v-202c0 -120 -48 -211 -211 -211z" />
+    <glyph glyph-name="uni0260" unicode="&#x260;" 
+d="M276 -211c-61 0 -130 19 -185 54l36 68c48 -30 103 -43 149 -43c88 0 132 46 134 116l4 88h-3c-36 -37 -90 -65 -146 -65c-125 0 -208 94 -208 245c0 152 107 249 219 249c55 0 98 -24 135 -61h3l-2 45c0 85 43 150 142 150c26 0 44 -4 60 -10l-19 -74c-8 3 -18 5 -28 5
+c-43 0 -58 -34 -58 -87v-486c0 -122 -86 -194 -233 -194zM289 88c43 0 82 22 121 67v213c-39 37 -79 50 -117 50c-74 0 -135 -66 -135 -165c0 -102 50 -165 131 -165z" />
+    <glyph glyph-name="uni0261" unicode="&#x261;" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165z" />
+    <glyph glyph-name="uni0262" unicode="&#x262;" 
+d="M338 -12c-144 0 -264 88 -264 256c0 161 126 257 269 257c87 0 141 -32 183 -69l-47 -61c-35 28 -70 52 -130 52c-93 0 -174 -63 -174 -179c0 -112 71 -178 168 -178c39 0 73 12 98 32v104h-123v69h210v-214c-42 -40 -111 -69 -190 -69z" />
+    <glyph glyph-name="uni0263" unicode="&#x263;" 
+d="M302 -220c-80 0 -127 50 -127 125c0 47 26 87 63 156l-192 428h101l104 -256c18 -45 31 -76 49 -121h4c19 45 32 76 50 121l104 256h96l-187 -427c37 -69 63 -110 63 -157c0 -75 -47 -125 -128 -125zM302 -154c30 0 45 24 45 57c0 32 -18 67 -43 112h-5
+c-24 -45 -41 -83 -41 -112c0 -33 16 -57 44 -57z" />
+    <glyph glyph-name="uni0264" unicode="&#x264;" 
+d="M300 -12c-116 0 -190 64 -190 172c0 70 50 137 122 199c-37 41 -67 60 -102 60c-18 0 -35 -5 -47 -14l-30 72c21 15 57 24 90 24c54 0 105 -30 157 -86c52 56 103 86 157 86c33 0 69 -9 90 -24l-30 -72c-12 9 -29 14 -47 14c-36 0 -65 -19 -102 -60
+c71 -62 122 -129 122 -199c0 -108 -74 -172 -190 -172zM300 69c59 0 95 39 95 94c0 52 -39 102 -95 150c-56 -48 -95 -98 -95 -150c0 -55 36 -94 95 -94z" />
+    <glyph glyph-name="uni0265" unicode="&#x265;" 
+d="M413 -200v168l6 110c-49 -50 -104 -90 -180 -90c-114 0 -166 70 -166 198v303h99v-290c0 -86 28 -126 102 -126c52 0 89 27 139 78v338h99v-689h-99z" />
+    <glyph glyph-name="uni0266" unicode="&#x266;" 
+d="M88 0v527c0 112 59 194 189 194c37 0 73 -10 98 -20l-21 -74c-22 9 -45 15 -66 15c-68 0 -98 -40 -101 -110l-7 -131h4c46 50 102 90 177 90c114 0 166 -70 166 -198v-293h-99v280c0 86 -28 126 -102 126c-52 0 -89 -27 -139 -78v-328h-99z" />
+    <glyph glyph-name="uni0267" unicode="&#x267;" 
+d="M378 -184c-34 0 -62 7 -81 14l19 75c14 -5 31 -9 49 -9c51 0 63 35 63 96v288c0 86 -28 126 -102 126c-52 0 -89 -27 -139 -78v-328h-99v527c0 112 59 194 189 194c37 0 72 -10 98 -20l-21 -74c-22 9 -45 15 -66 15c-68 0 -98 -40 -101 -110l-7 -131h4
+c46 50 102 90 177 90c114 0 166 -70 166 -198v-300c0 -105 -39 -177 -149 -177z" />
+    <glyph glyph-name="uni029C" unicode="&#x29c;" 
+d="M88 0v489h99v-193h226v193h99v-489h-99v209h-226v-209h-99z" />
+    <glyph glyph-name="uni0268" unicode="&#x268;" 
+d="M128 204v60l178 6v139h-219v80h318v-219h158v-66h-158v-204h-99v204h-178zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni026A" unicode="&#x26a;" 
+d="M84 0v80h166v329h-166v80h432v-80h-167v-329h167v-80h-432z" />
+    <glyph glyph-name="uni029D" unicode="&#x29d;" 
+d="M417 -245c-19 38 -39 69 -59 95c-33 -39 -85 -62 -156 -62c-98 0 -154 55 -154 121c0 65 49 108 139 108c38 0 79 -8 119 -27v419h-219v80h318v-498c0 -23 -3 -44 -8 -64c35 -34 68 -78 97 -136zM200 -134c50 0 79 19 93 47c-35 24 -72 35 -107 35c-42 0 -60 -16 -60 -38
+c0 -24 25 -44 74 -44zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni029E" unicode="&#x29e;" 
+d="M403 -200v442h-4l-257 -242h-118l216 204l-192 285h102l151 -227l102 96v131h99v-689h-99z" />
+    <glyph glyph-name="uni026B" unicode="&#x26b;" 
+d="M404 -12c-109 0 -168 65 -168 183v202c-14 8 -27 13 -42 13c-27 0 -40 -28 -43 -71l-65 12c4 77 34 130 100 130c19 0 35 -3 50 -9v182h-168v79h267v-319c13 -7 27 -12 41 -12c27 0 40 28 43 71l65 -12c-4 -76 -34 -130 -99 -130c-19 0 -35 3 -50 9v-151
+c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28z" />
+    <glyph glyph-name="uni026C" unicode="&#x26c;" 
+d="M223 295c-112 0 -156 44 -156 106c0 52 40 90 94 90c34 0 58 -12 75 -29v168h-168v79h267v-347h138v-67h-138v-130c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28c-109 0 -168 65 -168 183v124h-13zM205 362h31v6c0 28 -20 61 -68 61
+c-18 0 -31 -12 -31 -31c0 -22 22 -36 68 -36z" />
+    <glyph glyph-name="uni026D" unicode="&#x26d;" 
+d="M403 -184c-109 0 -167 65 -167 183v631h-168v79h267v-716c0 -68 38 -95 92 -95c26 0 53 6 88 20l24 -74c-46 -15 -80 -28 -136 -28z" />
+    <glyph glyph-name="uni026E" unicode="&#x26e;" 
+d="M361 -212c-99 0 -161 38 -204 79l47 63c35 -33 79 -60 147 -60c71 0 127 53 127 137c0 77 -47 122 -123 122c-32 0 -45 -4 -67 -14l-38 51l184 243h-266v-409h-99v709h99v-220h388v-53l-180 -237c133 5 202 -83 202 -189c0 -142 -103 -222 -217 -222z" />
+    <glyph glyph-name="uni029F" unicode="&#x29f;" 
+d="M141 0v489h99v-409h293v-80h-392z" />
+    <glyph glyph-name="uni026F" unicode="&#x26f;" 
+d="M548 489v-489h-78l-8 64h-2c-23 -44 -54 -76 -110 -76c-47 0 -77 28 -90 84c-26 -50 -57 -84 -113 -84c-69 0 -109 55 -109 153v348h97v-341c0 -49 14 -75 45 -75c30 0 47 23 70 68v348h86v-341c0 -49 13 -75 44 -75c30 0 50 23 71 68v348h97z" />
+    <glyph glyph-name="uni0270" unicode="&#x270;" 
+d="M454 -200v167l7 99h-4c-24 -47 -52 -78 -107 -78c-47 0 -77 28 -91 83c-25 -50 -56 -83 -112 -83c-69 0 -109 55 -109 153v348h97v-341c0 -50 14 -75 45 -75c30 0 47 23 70 68v348h86v-341c0 -50 13 -75 44 -75c30 0 50 23 71 68v348h97v-689h-94z" />
+    <glyph glyph-name="uni0271" unicode="&#x271;" 
+d="M432 -184c-28 0 -52 5 -68 12l18 75c11 -4 24 -7 38 -7c38 0 45 31 45 81v364c0 49 -14 75 -45 75c-30 0 -47 -23 -70 -68v-348h-86v341c0 49 -13 75 -44 75c-30 0 -50 -23 -71 -68v-348h-97v489h78l8 -64h2c23 44 53 76 110 76c47 0 77 -28 90 -84c26 50 57 84 113 84
+c69 0 109 -55 109 -153v-375c0 -94 -36 -157 -130 -157z" />
+    <glyph glyph-name="uni0272" unicode="&#x272;" 
+d="M58 -184c-28 0 -51 6 -66 13l19 75c10 -4 22 -8 34 -8c37 0 48 29 48 83v510h82l8 -79h4c49 51 102 91 175 91c114 0 165 -71 165 -198v-303h-99v290c0 89 -29 125 -98 125c-52 0 -87 -26 -138 -78v-357c0 -98 -34 -164 -134 -164z" />
+    <glyph glyph-name="uni0273" unicode="&#x273;" 
+d="M557 -184c-100 0 -134 66 -134 164v310c0 89 -30 125 -99 125c-52 0 -87 -26 -137 -78v-337h-99v489h81l8 -79h4c49 51 102 91 175 91c114 0 166 -71 166 -198v-324c0 -54 11 -83 48 -83c12 0 24 4 34 8l19 -75c-15 -7 -38 -13 -66 -13z" />
+    <glyph glyph-name="uni0274" unicode="&#x274;" 
+d="M90 0v489h94l174 -258c19 -30 44 -74 64 -104h3c-4 62 -9 125 -9 176v186h94v-489h-94l-174 258c-19 29 -45 73 -64 104h-4c5 -63 10 -125 10 -177v-185h-94z" />
+    <glyph glyph-name="uni0275" unicode="&#x275;" 
+d="M300 -12c-130 0 -243 88 -243 255c0 170 113 258 243 258s243 -88 243 -258c0 -167 -113 -255 -243 -255zM300 425c-77 0 -132 -49 -146 -136h292c-14 87 -69 136 -146 136zM300 65c83 0 140 55 149 151h-298c9 -96 66 -151 149 -151z" />
+    <glyph glyph-name="uni0276" unicode="&#x276;" 
+d="M239 -12c-112 0 -210 87 -210 256s98 257 210 257c33 0 59 -3 100 -12h240v-81h-182v-119h146v-73h-146v-136h192v-80h-250c-39 -9 -67 -12 -100 -12zM247 68c19 0 41 5 60 10v331c-18 5 -40 11 -60 11c-64 0 -116 -56 -116 -176c0 -124 52 -176 116 -176z" />
+    <glyph glyph-name="uni0278" unicode="&#x278;" 
+d="M135 245c0 -107 50 -170 119 -176v351c-69 -6 -119 -69 -119 -175zM465 245c0 106 -50 169 -119 175v-351c69 6 119 69 119 176zM254 -200v192c-115 8 -215 97 -215 253s100 244 215 252v212h92v-212c115 -8 215 -96 215 -252s-100 -245 -215 -253v-192h-92z" />
+    <glyph glyph-name="uni0279" unicode="&#x279;" 
+d="M462 489v-489h-82l-8 114h-3c-50 -79 -126 -126 -213 -126c-38 0 -66 6 -96 20l22 85c33 -11 52 -16 89 -16c70 0 138 36 192 134v278h99z" />
+    <glyph glyph-name="uni027A" unicode="&#x27a;" 
+d="M156 -12c-38 0 -66 6 -96 20l22 84c33 -11 52 -16 89 -16c70 0 138 36 192 135v498h99v-709h-82l-8 113h-3c-50 -79 -126 -125 -213 -125z" />
+    <glyph glyph-name="uni027B" unicode="&#x27b;" 
+d="M443 -184c-104 0 -140 63 -140 162v115h-3c-35 -66 -89 -105 -154 -105c-27 0 -56 5 -86 20l22 84c28 -11 45 -16 75 -16c47 0 102 30 136 117v296h99v-500c0 -66 16 -93 64 -93c17 0 38 6 53 13l22 -74c-22 -10 -54 -19 -88 -19z" />
+    <glyph glyph-name="uni027D" unicode="&#x27d;" 
+d="M332 -184c-145 0 -194 83 -194 206v467h82l8 -114h3c50 79 126 126 213 126c38 0 66 -6 96 -20l-22 -85c-33 11 -52 16 -89 16c-70 0 -138 -36 -192 -134v-257c0 -84 29 -125 118 -125c44 0 78 8 112 21l20 -73c-44 -15 -91 -28 -155 -28z" />
+    <glyph glyph-name="uni027E" unicode="&#x27e;" 
+d="M138 0v251c0 156 94 250 259 250c58 0 107 -8 143 -20l-22 -85c-43 14 -69 17 -110 17c-87 0 -171 -52 -171 -183v-230h-99z" />
+    <glyph glyph-name="uni0280" unicode="&#x280;" 
+d="M92 0v489h244c107 0 189 -38 189 -150c0 -82 -52 -128 -117 -147l142 -192h-111l-130 183h-117v-183h-100zM192 256h128c68 0 107 28 107 81c0 54 -39 75 -107 75h-128v-156z" />
+    <glyph glyph-name="uni0281" unicode="&#x281;" 
+d="M508 489v-489h-244c-107 0 -189 38 -189 150c0 82 52 128 117 147l-142 192h111l130 -183h117v183h100zM408 233h-128c-68 0 -107 -28 -107 -81c0 -54 39 -75 107 -75h128v156z" />
+    <glyph glyph-name="uni0282" unicode="&#x282;" 
+d="M201 -184c-96 0 -134 61 -134 172v76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149c-54 0 -106 12 -151 29v-43c0 -49 13 -80 59 -80c16 0 31 4 44 8l19 -73c-18 -7 -43 -13 -76 -13z" />
+    <glyph glyph-name="uni0283" unicode="&#x283;" 
+d="M186 -212c-56 0 -96 14 -134 33l31 71c29 -14 58 -24 90 -24c63 0 79 42 79 112v550c0 116 46 192 175 192c51 0 84 -13 119 -30l-26 -72c-29 14 -52 23 -81 23c-70 0 -88 -43 -88 -112v-550c0 -116 -43 -193 -165 -193z" />
+    <glyph glyph-name="uni0284" unicode="&#x284;" 
+d="M186 -212c-56 0 -96 14 -134 33l31 71c29 -14 58 -24 90 -24c63 0 79 42 79 112v242h-169v61l169 6v241c0 116 46 192 175 192c51 0 84 -13 119 -30l-26 -72c-29 14 -52 23 -81 23c-70 0 -88 -43 -88 -112v-242h167v-67h-167v-241c0 -116 -43 -193 -165 -193z" />
+    <glyph glyph-name="uni0287" unicode="&#x287;" 
+d="M208 501c145 0 194 -83 194 -205v-216h134v-75l-138 -5l-13 -155h-82v155h-231v80h231v216c0 84 -29 125 -118 125c-43 0 -78 -8 -112 -21l-20 73c44 15 92 28 155 28z" />
+    <glyph glyph-name="uni0288" unicode="&#x288;" 
+d="M392 -184c-145 0 -194 83 -194 206v387h-134v75l138 5l13 155h82v-155h231v-80h-231v-388c0 -84 29 -125 118 -125c43 0 79 8 112 21l20 -73c-44 -15 -100 -28 -155 -28z" />
+    <glyph glyph-name="uni0289" unicode="&#x289;" 
+d="M274 74c47 0 78 22 119 75v108h-203v-64c0 -85 25 -119 84 -119zM240 -12c-103 0 -149 69 -149 193v76h-92v61l92 6v165h99v-165h203v165h99v-165h98v-67h-98v-257h-82l-7 74h-2c-45 -53 -93 -86 -161 -86z" />
+    <glyph glyph-name="uni028A" unicode="&#x28a;" 
+d="M300 -12c-153 0 -241 108 -241 219c0 94 47 159 89 200v2h-101v80h202v-65c-52 -48 -90 -105 -90 -196c0 -86 48 -159 141 -159s141 73 141 159c0 91 -38 148 -90 196v65h202v-80h-101v-2c42 -41 89 -106 89 -200c0 -111 -88 -219 -241 -219z" />
+    <glyph glyph-name="uni028B" unicode="&#x28b;" 
+d="M297 -12c-130 0 -224 72 -224 228v273h99v-267c0 -109 56 -153 129 -153c90 0 141 89 141 211c0 94 -26 142 -80 142c-16 0 -20 -1 -32 -5l-14 76c19 5 35 8 66 8c97 0 162 -65 162 -206c0 -179 -84 -307 -247 -307z" />
+    <glyph glyph-name="uni028C" unicode="&#x28c;" 
+d="M354 489l200 -489h-100l-103 266c-19 49 -35 97 -52 145h-4c-17 -48 -32 -96 -51 -145l-103 -266h-95l196 489h112z" />
+    <glyph glyph-name="uni028D" unicode="&#x28d;" 
+d="M493 489l100 -489h-98l-50 269c-9 47 -15 90 -21 137h-4c-6 -47 -16 -91 -26 -137l-53 -229h-88l-52 229c-10 47 -22 90 -28 137h-4c-8 -47 -12 -90 -20 -137l-50 -269h-92l97 489h123l48 -214c8 -36 16 -84 23 -144h4c7 56 14 103 22 144l47 214h122z" />
+    <glyph glyph-name="uni028E" unicode="&#x28e;" 
+d="M44 0l220 545c39 104 96 176 206 176c24 0 48 -4 66 -10l-20 -77c-12 4 -26 7 -41 7c-61 0 -97 -42 -119 -96l-24 -59l223 -486h-99l-110 255c-18 44 -37 95 -57 142h-4c-16 -46 -34 -97 -50 -142l-97 -255h-94z" />
+    <glyph glyph-name="uni028F" unicode="&#x28f;" 
+d="M252 0v160l-201 329h106l77 -130c22 -44 44 -80 66 -126h4c22 46 42 82 66 126l76 130h105l-200 -329v-160h-99z" />
+    <glyph glyph-name="uni0290" unicode="&#x290;" 
+d="M558 -184c-100 0 -135 66 -135 154v30h-352v53l308 356h-273v80h413v-53l-309 -356h312v-101c0 -54 12 -83 49 -83c12 0 24 4 34 8l19 -75c-15 -7 -38 -13 -66 -13z" />
+    <glyph glyph-name="uni0291" unicode="&#x291;" 
+d="M358 -115l-65 11c7 38 14 72 22 104h-244v53l302 356h-267v80h394v-53l-301 -356c52 -1 97 -3 141 -4c37 98 88 150 149 150c56 0 95 -36 95 -95c0 -74 -53 -131 -162 -131h-41c-8 -33 -16 -71 -23 -115zM446 75c47 0 71 26 71 54c0 21 -13 32 -32 32
+c-26 0 -54 -25 -79 -86h40z" />
+    <glyph glyph-name="uni0292" unicode="&#x292;" 
+d="M286 -212c-111 0 -178 46 -229 94l47 63c43 -40 94 -75 173 -75c84 0 152 55 152 141c0 80 -57 128 -155 128c-41 0 -56 -8 -92 -24l-37 52l237 242h-287v80h412v-53l-221 -233c10 2 20 3 30 3c132 0 213 -80 213 -192c0 -145 -116 -226 -243 -226z" />
+    <glyph glyph-name="uni02A4" unicode="&#x2a4;" 
+d="M174 70c31 0 54 28 71 69v229c-19 32 -38 50 -66 50c-51 0 -87 -68 -87 -173c0 -110 29 -175 82 -175zM447 -212c-65 0 -106 24 -142 58l44 63c25 -24 51 -40 89 -40c50 0 86 45 86 138c0 79 -30 122 -82 122c-19 0 -28 -4 -45 -13l-36 60l137 233h-167v-409h-67l-8 54
+h-3c-22 -36 -56 -66 -100 -66c-90 0 -155 96 -155 255c0 157 75 258 162 258c37 0 67 -21 88 -54h2l-5 93v169h86v-220h266v-53l-131 -232h2c94 -1 150 -87 150 -197c0 -135 -72 -219 -171 -219z" />
+    <glyph glyph-name="uni02A6" unicode="&#x2a6;" 
+d="M328 -12c-174 0 -236 70 -236 191v230h-71v75l75 5l12 155h83v-155h178c20 8 44 12 70 12c50 0 95 -18 131 -49l-36 -56c-30 22 -55 33 -87 33c-35 0 -57 -19 -57 -52c0 -81 185 -77 185 -240c0 -93 -64 -149 -247 -149zM336 64c113 0 150 29 150 74
+c0 113 -190 105 -190 242c0 10 1 20 3 29h-108v-230c0 -82 40 -115 145 -115z" />
+    <glyph glyph-name="uni02A7" unicode="&#x2a7;" 
+d="M357 -212c-31 0 -56 6 -73 13l19 75c13 -4 28 -8 44 -8c42 0 53 33 53 91v450h-193v-252c0 -58 18 -89 65 -89c19 0 39 5 56 12l18 -74c-27 -9 -59 -18 -93 -18c-107 0 -145 69 -145 170v251h-71v75l75 5l13 155h82v-155h193v65c0 98 42 168 152 168c27 0 48 -6 64 -13
+l-19 -74c-10 4 -22 8 -34 8c-51 0 -64 -33 -64 -92v-591c0 -102 -39 -172 -142 -172z" />
+    <glyph glyph-name="uni0294" unicode="&#x294;" 
+d="M230 0v312c131 75 184 123 184 204c0 76 -52 124 -141 124c-71 0 -122 -37 -156 -78l-51 63c45 50 113 96 215 96c128 0 233 -69 233 -202c0 -115 -76 -176 -185 -248v-271h-99z" />
+    <glyph glyph-name="uni0295" unicode="&#x295;" 
+d="M269 0v271c-109 72 -185 133 -185 248c0 133 105 202 233 202c102 0 171 -46 215 -96l-51 -63c-34 41 -85 78 -156 78c-89 0 -141 -48 -141 -124c0 -81 53 -129 184 -204v-312h-99z" />
+    <glyph glyph-name="uni02A1" unicode="&#x2a1;" 
+d="M230 0v248h-161v61l76 5h100c109 63 169 128 169 202c0 76 -50 124 -137 124c-72 0 -123 -38 -160 -78l-51 63c45 49 115 96 220 96c126 0 228 -68 228 -203c0 -89 -64 -153 -137 -204h147v-66h-195v-248h-99z" />
+    <glyph glyph-name="uni02A2" unicode="&#x2a2;" 
+d="M270 0v248h-194v61l76 5h70c-73 51 -137 115 -137 204c0 135 101 203 228 203c105 0 174 -47 221 -96l-52 -63c-36 40 -88 78 -160 78c-87 0 -138 -48 -138 -124c0 -74 61 -139 170 -202h176v-66h-161v-248h-99z" />
+    <glyph glyph-name="uni01C2" unicode="&#x1c2;" 
+d="M251 -200v348h-171v61l171 5v111h-171v61l171 4v319h98v-319h171v-65h-171v-111h171v-66h-171v-348h-98z" />
+    <glyph glyph-name="uni0298" unicode="&#x298;" 
+d="M300 -12c-146 0 -244 116 -244 369c0 240 98 364 244 364s244 -124 244 -364c0 -253 -98 -369 -244 -369zM300 69c84 0 151 74 151 288c0 199 -67 283 -151 283s-150 -84 -150 -283c0 -214 66 -288 150 -288zM300 292c-35 0 -65 28 -65 65c0 40 30 67 65 67
+s65 -27 65 -67c0 -37 -30 -65 -65 -65z" />
+    <glyph glyph-name="uni014A.a" 
+d="M392 -169c-32 0 -57 6 -74 12l19 77c12 -4 26 -8 40 -8c40 0 49 36 49 88h-11l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-653c0 -102 -37 -171 -130 -171z" />
+    <glyph glyph-name="a.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175z" />
+    <glyph glyph-name="agrave.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM322 566l-163 154
+l69 67l145 -172z" />
+    <glyph glyph-name="aacute.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM288 566l-51 49
+l145 172l69 -67z" />
+    <glyph glyph-name="acircumflex.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM183 566l-40 38
+l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="atilde.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM376 576
+c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="adieresis.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM204 584
+c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM406 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="amacron.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM168 598v67h274v-67
+h-274z" />
+    <glyph glyph-name="abreve.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 571
+c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="aring.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 569
+c-73 0 -115 43 -115 98s42 98 115 98s115 -43 115 -98s-42 -98 -115 -98zM305 610c30 0 53 25 53 57s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="aringacute.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 569
+c-73 0 -115 43 -115 98c0 32 14 59 39 77l145 108l41 -56l-74 -35c51 -12 79 -49 79 -94c0 -55 -42 -98 -115 -98zM305 610c30 0 53 25 53 57s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="uni01CE.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM255 575l-112 137
+l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni1EA1.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 -223
+c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EA3.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM270 571l-10 45
+c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1EA5.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM200 569l-33 39l98 92
+h80l98 -92l-33 -39l-103 70h-4zM450 637l-41 32l86 122l56 -38z" />
+    <glyph glyph-name="uni1EA7.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM200 569l-33 39l98 92
+h80l98 -92l-33 -39l-103 70h-4zM160 637l-111 114l56 40l96 -119z" />
+    <glyph glyph-name="uni1EA9.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM200 569l-33 39l98 92
+h80l98 -92l-33 -39l-103 70h-4zM426 638l-9 38c24 7 40 16 40 37c0 24 -19 36 -68 39l8 46c86 -3 129 -28 129 -75c0 -56 -48 -75 -100 -85z" />
+    <glyph glyph-name="uni1EAB.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM200 569l-33 39l98 87
+h80l98 -87l-33 -39l-103 66h-4zM368 712c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-50 5c6 57 29 94 77 94c57 0 85 -42 121 -42c19 0 27 13 32 41l50 -5c-6 -58 -29 -94 -77 -94z" />
+    <glyph glyph-name="uni1EAD.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM183 566l-40 38
+l112 137h100l112 -137l-40 -38l-120 108h-4zM305 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EAF.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 571
+c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM304 684l-46 33l89 128l61 -46z" />
+    <glyph glyph-name="uni1EB1.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 571
+c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM306 684l-104 115l61 46l89 -128z" />
+    <glyph glyph-name="uni1EB3.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 571
+c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM276 686l-9 40c26 5 45 16 45 36c0 24 -21 36 -74 39l8 58c89 -3 135 -33 135 -86c0 -57 -51 -79 -105 -87z" />
+    <glyph glyph-name="uni1EB5.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 571
+c-100 0 -141 55 -147 109l54 9c5 -32 33 -64 93 -64s88 32 93 64l54 -9c-6 -54 -47 -109 -147 -109zM368 711c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-55 5c6 57 31 94 82 94c57 0 85 -42 121 -42c19 0 27 13 32 41l55 -5c-6 -58 -31 -94 -82 -94z" />
+    <glyph glyph-name="uni1EB7.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 571
+c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153zM305 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="aogonek.a" 
+d="M450 -226c-57 0 -102 31 -102 95c0 59 41 103 84 130l-9 61h-3c-39 -39 -96 -72 -154 -72c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-493c-69 -28 -93 -69 -93 -107c0 -35 25 -52 53 -52c19 0 35 9 46 19l26 -46
+c-24 -21 -58 -36 -94 -36zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175z" />
+    <glyph glyph-name="g.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165z" />
+    <glyph glyph-name="uni01F5.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM293 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="gcircumflex.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM188 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="gbreve.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM310 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="gdotaccent.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM310 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni0123.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM351 573c-93 10 -123 33 -123 79c0 61 62 90 173 95l8 -46c-82 -5 -107 -19 -107 -45c0 -24 23 -36 69 -40z" />
+    <glyph glyph-name="gcaron.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM260 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni1E21.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM173 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni00670303.a" 
+d="M277 -212c-61 0 -132 17 -186 52l35 70c49 -30 105 -43 151 -43c88 0 136 47 139 117l3 88h-3c-37 -37 -93 -65 -150 -65c-125 0 -210 94 -210 245c0 152 104 249 221 249c56 0 104 -24 145 -65h3l9 53h78v-499c0 -125 -84 -202 -235 -202zM290 88c43 0 84 22 123 67v213
+c-39 37 -77 50 -117 50c-74 0 -139 -66 -139 -165c0 -102 52 -165 133 -165zM381 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="i.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM327 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="dotlessi.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469z" />
+    <glyph glyph-name="igrave.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM341 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="iacute.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM307 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="icircumflex.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM202 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="itilde.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM395 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="idieresis.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM223 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM425 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="imacron.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM187 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni01D0.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM274 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="iogonek.a" 
+d="M342 -226c-59 0 -106 31 -106 95c0 56 38 100 77 131h-218v80h191v329h-168v80h267v-409h179v-80h-175c-58 -35 -82 -75 -82 -111c0 -35 27 -52 57 -52c20 0 37 9 51 19l26 -46c-25 -21 -61 -36 -99 -36zM324 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71
+c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1EC9.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM289 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1ECB.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM327 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71zM324 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni012D.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM324 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="uni0268.a" 
+d="M113 219v61l173 6v123h-168v80h267v-203h163v-67h-163v-139h179v-80h-469v80h191v139h-173zM327 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="iogonek.d" 
+d="M352 -226c-60 0 -107 31 -107 95c0 57 40 101 86 131h-25v409h-219v80h318v-493c-61 -27 -89 -68 -89 -107c0 -35 27 -52 58 -52c20 0 37 9 51 19l25 -46c-24 -21 -60 -36 -98 -36z" />
+    <glyph glyph-name="iogonek.da" 
+d="M342 -226c-59 0 -106 31 -106 95c0 56 38 100 77 131h-218v80h191v329h-168v80h267v-409h179v-80h-175c-58 -35 -82 -75 -82 -111c0 -35 27 -52 57 -52c20 0 37 9 51 19l26 -46c-25 -21 -61 -36 -99 -36z" />
+    <glyph glyph-name="uni0268.d" 
+d="M128 204v60l178 6v139h-219v80h318v-219h158v-66h-158v-204h-99v204h-178z" />
+    <glyph glyph-name="uni0268.da" 
+d="M113 219v61l173 6v123h-168v80h267v-203h163v-67h-163v-139h179v-80h-469v80h191v139h-173z" />
+    <glyph glyph-name="uni029D.d" 
+d="M417 -245c-19 38 -39 69 -59 95c-33 -39 -85 -62 -156 -62c-98 0 -154 55 -154 121c0 65 49 108 139 108c38 0 79 -8 119 -27v419h-219v80h318v-498c0 -23 -3 -44 -8 -64c35 -34 68 -78 97 -136zM200 -134c50 0 79 19 93 47c-35 24 -72 35 -107 35c-42 0 -60 -16 -60 -38
+c0 -24 25 -44 74 -44z" />
+    <glyph glyph-name="l.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469z" />
+    <glyph glyph-name="lacute.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469zM301 753l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="lcaron.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469zM457 548l-4 270h89l-1 -86l-17 -184h-67z" />
+    <glyph glyph-name="uni013C.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469zM236 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni1E37.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469zM327 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E39.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469zM194 791v67h276v-67h-276zM327 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni1E3B.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469zM190 -176v67h274v-67h-274z" />
+    <glyph glyph-name="lslash.a" 
+d="M95 0v80h191v240l-102 -60l-34 64l136 78v228h-168v79h267v-259l141 79l34 -64l-175 -98v-287h179v-80h-469z" />
+    <glyph glyph-name="ldot.a" 
+d="M41 0v80h191v550h-168v79h267v-629h179v-80h-469zM565 280c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni006C00B7006C.a" 
+d="M-7 0v80h109v550h-104v79h193v-629h96v-80h-294zM314 0v80h99v550h-104v79h193v-629h106v-80h-294zM304 295c-34 0 -61 25 -61 64c0 38 27 63 61 63s61 -25 61 -63c0 -39 -27 -64 -61 -64z" />
+    <glyph glyph-name="uni026B.a" 
+d="M95 0v80h191v293c-14 8 -27 13 -42 13c-27 0 -40 -28 -43 -71l-65 12c4 77 34 130 100 130c19 0 35 -3 50 -9v182h-168v79h267v-319c13 -7 27 -12 41 -12c27 0 40 28 43 71l65 -12c-4 -76 -34 -130 -99 -130c-19 0 -35 3 -50 9v-236h179v-80h-469z" />
+    <glyph glyph-name="uni026C.a" 
+d="M266 302c-101 0 -142 40 -142 93c0 47 38 83 93 83c31 0 53 -10 69 -25v177h-168v79h267v-354h137v-53h-137v-222h179v-80h-469v80h191v222h-20zM255 355h31v9c0 28 -20 62 -64 62c-27 0 -39 -14 -39 -32c0 -21 17 -39 72 -39z" />
+    <glyph glyph-name="Alpha" unicode="&#x391;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102z" />
+    <glyph glyph-name="Beta" unicode="&#x392;" 
+d="M92 0v655h195c134 0 229 -43 229 -160c0 -64 -37 -123 -114 -143v-4c95 -15 149 -67 149 -156c0 -130 -102 -192 -248 -192h-211zM192 383h83c101 0 143 34 143 101c0 65 -47 89 -140 89h-86v-190zM192 82h99c104 0 162 35 162 116c0 75 -56 105 -162 105h-99v-221z" />
+    <glyph glyph-name="Gamma" unicode="&#x393;" 
+d="M128 0v655h408v-84h-308v-571h-100z" />
+    <glyph glyph-name="uni0394" unicode="&#x394;" 
+d="M40 0v60l202 595h116l202 -595v-60h-520zM148 84h302l-86 271c-22 69 -43 144 -63 218h-4c-22 -74 -43 -149 -63 -218z" />
+    <glyph glyph-name="Epsilon" unicode="&#x395;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422z" />
+    <glyph glyph-name="Zeta" unicode="&#x396;" 
+d="M63 0v60l350 512h-319v84h442v-61l-351 -511h356v-84h-478z" />
+    <glyph glyph-name="Eta" unicode="&#x397;" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-101z" />
+    <glyph glyph-name="Theta" unicode="&#x398;" 
+d="M300 -12c-150 0 -255 131 -255 342s105 337 255 337s255 -127 255 -337c0 -211 -105 -342 -255 -342zM300 75c91 0 152 100 152 255s-61 250 -152 250s-152 -95 -152 -250s61 -255 152 -255zM209 299v87h182v-87h-182z" />
+    <glyph glyph-name="Iota" unicode="&#x399;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420z" />
+    <glyph glyph-name="Kappa" unicode="&#x39a;" 
+d="M90 0v655h101v-313h3l254 313h113l-205 -252l228 -403h-112l-178 328l-103 -127v-201h-101z" />
+    <glyph glyph-name="Lambda" unicode="&#x39b;" 
+d="M35 0l206 655h117l207 -655h-106l-99 342c-22 75 -37 139 -60 214h-4c-24 -75 -39 -139 -61 -214l-98 -342h-102z" />
+    <glyph glyph-name="Mu" unicode="&#x39c;" 
+d="M68 0v655h116l85 -267l29 -102h4l29 102l85 267h116v-655h-92v295c0 67 11 191 16 251h-3l-41 -141l-83 -231h-62l-82 231l-40 141h-3c7 -60 16 -184 16 -251v-295h-90z" />
+    <glyph glyph-name="Nu" unicode="&#x39d;" 
+d="M78 0v655h107l191 -389l61 -138h3c-4 66 -14 144 -14 215v312h96v-655h-107l-191 389l-61 138h-3c4 -68 14 -143 14 -213v-314h-96z" />
+    <glyph glyph-name="Xi" unicode="&#x39e;" 
+d="M69 0v84h462v-84h-462zM142 300v84h316v-84h-316zM79 571v84h442v-84h-442z" />
+    <glyph glyph-name="Omicron" unicode="&#x39f;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255z" />
+    <glyph glyph-name="Pi" unicode="&#x3a0;" 
+d="M75 0v655h450v-655h-101v571h-248v-571h-101z" />
+    <glyph glyph-name="Rho" unicode="&#x3a1;" 
+d="M95 0v655h207c144 0 245 -50 245 -197c0 -142 -103 -208 -245 -208h-107v-250h-100zM195 331h97c106 0 156 40 156 127s-52 117 -156 117h-97v-244z" />
+    <glyph glyph-name="Sigma" unicode="&#x3a3;" 
+d="M72 0v60l220 272l-216 263v60h429v-84h-304l192 -237l-195 -250h336v-84h-462z" />
+    <glyph glyph-name="Tau" unicode="&#x3a4;" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-100z" />
+    <glyph glyph-name="Upsilon" unicode="&#x3a5;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100z" />
+    <glyph glyph-name="Phi" unicode="&#x3a6;" 
+d="M116 331c0 -107 54 -179 141 -189v372c-87 -9 -141 -78 -141 -183zM484 331c0 105 -55 174 -141 183v-372c86 10 141 82 141 189zM257 -22v87c-141 10 -234 107 -234 266c0 157 93 250 234 260v86h86v-86c141 -10 234 -103 234 -260c0 -159 -93 -256 -234 -266v-87h-86z
+" />
+    <glyph glyph-name="Chi" unicode="&#x3a7;" 
+d="M45 0l194 338l-182 317h111l85 -156c16 -30 31 -59 51 -98h4c18 39 31 68 47 98l82 156h106l-182 -322l194 -333h-110l-92 165c-18 33 -36 66 -56 106h-4c-19 -40 -36 -73 -53 -106l-90 -165h-105z" />
+    <glyph glyph-name="Psi" unicode="&#x3a8;" 
+d="M253 0v237c-134 8 -215 84 -215 236v182h95v-177c0 -101 40 -154 120 -162v339h94v-339c80 8 120 61 120 162v177h95v-182c0 -152 -81 -228 -215 -236v-237h-94z" />
+    <glyph glyph-name="uni03A9" unicode="&#x3a9;" 
+d="M36 0v81h116v4c-52 52 -107 142 -107 268c0 183 99 314 255 314s255 -131 255 -314c0 -126 -55 -216 -107 -268v-4h116v-81h-215v73c61 66 103 144 103 272c0 135 -54 235 -152 235s-152 -100 -152 -235c0 -128 42 -206 103 -272v-73h-215z" />
+    <glyph glyph-name="Alphatonos" unicode="&#x386;" 
+d="M256 357l-25 -90h164l-24 90c-20 71 -37 131 -56 209h-4c-20 -78 -35 -138 -55 -209zM55 0l202 655h115l202 -655h-106l-51 188h-208l-52 -188h-102zM94 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="Epsilontonos" unicode="&#x388;" 
+d="M203 0v655h318v-84h-228v-187h180v-84h-180v-216h238v-84h-328zM84 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="Etatonos" unicode="&#x389;" 
+d="M195 0v655h90v-269h159v269h90v-655h-90v299h-159v-299h-90zM84 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="Iotatonos" unicode="&#x38a;" 
+d="M189 0v84h110v487h-110v84h321v-84h-111v-487h111v-84h-321zM84 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="Iotadieresis" unicode="&#x3aa;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="Omicrontonos" unicode="&#x38c;" 
+d="M350 -12c-121 0 -205 126 -205 342c0 221 84 337 205 337c120 0 205 -116 205 -337s-85 -342 -205 -342zM350 75c65 0 108 80 108 255s-43 250 -108 250c-66 0 -109 -75 -109 -250s43 -255 109 -255zM84 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="Upsilontonos" unicode="&#x38e;" 
+d="M354 0v230l-162 425h91l65 -185c18 -55 34 -101 51 -152h4c16 51 33 100 50 152l66 185h88l-162 -425v-230h-91zM99 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="Upsilondieresis" unicode="&#x3ab;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56
+s-24 -57 -57 -57z" />
+    <glyph glyph-name="Omegatonos" unicode="&#x38f;" 
+d="M135 0v81h94v4c-51 76 -83 161 -83 283c0 174 79 299 203 299s203 -125 203 -299c0 -122 -32 -207 -84 -283v-4h95v-81h-178v73c48 80 71 157 71 277c0 142 -39 230 -107 230s-108 -88 -108 -230c0 -120 24 -197 71 -277v-73h-177zM84 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="alpha" unicode="&#x3b1;" 
+d="M249 -12c-116 0 -196 89 -196 249c0 167 104 264 216 264c63 0 127 -31 156 -120h3l20 108h98c-26 -125 -62 -285 -62 -370c0 -33 21 -50 48 -50c10 0 23 3 33 7l14 -74c-15 -7 -38 -14 -70 -14c-60 0 -99 28 -104 95h-3c-41 -65 -89 -95 -153 -95zM271 70
+c61 0 121 64 127 140l7 90c-25 94 -78 118 -119 118c-66 0 -131 -59 -131 -180c0 -108 44 -168 116 -168z" />
+    <glyph glyph-name="beta" unicode="&#x3b2;" 
+d="M88 -178v668c0 132 66 231 206 231c101 0 196 -56 196 -175c0 -71 -34 -124 -100 -162v-4c93 -15 158 -86 158 -185c0 -135 -97 -207 -197 -207c-59 0 -121 18 -170 72c3 -81 5 -158 7 -238h-100zM325 70c68 0 124 48 124 131c0 70 -42 125 -126 125c-16 0 -32 -2 -48 -6
+l-13 75c96 18 132 81 132 143c0 70 -46 104 -99 104c-69 0 -110 -57 -111 -168c-2 -111 -3 -221 -3 -332c45 -57 97 -72 144 -72z" />
+    <glyph glyph-name="gamma" unicode="&#x3b3;" 
+d="M245 -178c4 43 5 67 5 124c0 147 -100 392 -209 531l100 24c64 -82 133 -236 168 -386h4c67 120 117 242 132 374h99c-32 -166 -78 -282 -208 -482c9 -59 11 -129 11 -185h-102z" />
+    <glyph glyph-name="delta" unicode="&#x3b4;" 
+d="M300 -12c-125 0 -238 83 -238 223c0 115 85 188 187 224c-74 49 -136 98 -136 174c0 60 54 112 172 112c72 0 151 -13 240 -43l-23 -77c-93 32 -163 45 -218 45c-52 0 -75 -21 -75 -45c0 -48 66 -84 161 -143c98 -61 168 -124 168 -238c0 -138 -89 -232 -238 -232z
+M302 69c90 0 139 57 139 151c0 76 -53 125 -118 168c-104 -23 -166 -84 -166 -175c0 -89 69 -144 145 -144z" />
+    <glyph glyph-name="epsilon" unicode="&#x3b5;" 
+d="M323 -12c-146 0 -237 54 -237 148c0 69 48 103 111 120v4c-58 21 -88 63 -88 107c0 91 91 134 218 134c71 0 140 -22 195 -62l-38 -65c-47 34 -98 49 -153 49c-80 0 -124 -24 -124 -69c0 -40 41 -65 130 -65c20 0 40 1 63 3v-78c-28 2 -53 3 -78 3
+c-93 0 -138 -23 -138 -72s47 -79 149 -79c55 0 107 11 163 55l41 -65c-72 -54 -134 -68 -214 -68z" />
+    <glyph glyph-name="zeta" unicode="&#x3b6;" 
+d="M469 -185l-79 30c34 42 48 61 48 88c0 29 -27 38 -127 59c-106 21 -203 71 -203 232c0 151 145 311 302 412c-62 -1 -197 -2 -271 -6v79h385v-79h-5c-161 -91 -309 -266 -309 -401c0 -106 56 -139 159 -159c109 -20 158 -44 158 -113c0 -31 -17 -84 -58 -142z" />
+    <glyph glyph-name="eta" unicode="&#x3b7;" 
+d="M418 -178c4 158 7 340 7 473c0 86 -24 120 -87 120c-54 0 -92 -21 -145 -94v-321h-99v350c0 39 -1 87 -8 139h89l8 -93h3c52 70 106 105 184 105c106 0 148 -69 148 -193v-486h-100z" />
+    <glyph glyph-name="theta" unicode="&#x3b8;" 
+d="M300 -12c-142 0 -232 116 -232 369c0 240 90 364 232 364s232 -124 232 -364c0 -253 -90 -369 -232 -369zM300 640c-73 0 -128 -65 -134 -247h268c-6 182 -61 247 -134 247zM300 69c74 0 129 62 135 255h-270c6 -193 61 -255 135 -255z" />
+    <glyph glyph-name="iota" unicode="&#x3b9;" 
+d="M398 -12c-117 0 -162 65 -162 183v238h-160v80h260c-2 -108 -7 -234 -7 -324c0 -68 31 -96 93 -96c23 0 54 6 83 20l24 -74c-34 -15 -74 -27 -131 -27z" />
+    <glyph glyph-name="kappa" unicode="&#x3ba;" 
+d="M467 -9c-53 64 -126 155 -176 249c-18 -20 -37 -43 -56 -67c-25 -33 -39 -81 -39 -147v-26h-93v350c0 39 -1 93 -10 139h98c7 -28 9 -72 9 -116v-137h4c79 133 204 237 327 265l10 -93c-61 -16 -122 -50 -185 -104c54 -101 147 -220 223 -304z" />
+    <glyph glyph-name="lambda" unicode="&#x3bb;" 
+d="M157 -9l-107 9l222 497l-7 21c-27 83 -61 119 -117 119c-28 0 -46 -7 -64 -16l-24 81c26 11 52 19 99 19c106 0 158 -63 206 -206l194 -515h-107l-133 385h-4z" />
+    <glyph glyph-name="uni03BC" unicode="&#x3bc;" 
+d="M79 -190v679h99v-290c0 -85 29 -126 94 -126c46 0 89 17 134 97v319h100c-3 -128 -7 -275 -7 -383c0 -27 13 -37 30 -37c5 0 9 0 18 2l13 -74c-13 -5 -31 -9 -54 -9c-55 0 -83 27 -90 101h-3c-36 -66 -88 -98 -144 -98c-40 0 -75 9 -98 46c1 -96 2 -148 8 -227h-100z" />
+    <glyph glyph-name="nu" unicode="&#x3bd;" 
+d="M248 0c-35 190 -120 353 -207 477l100 24c70 -102 144 -265 170 -400h4c62 123 120 261 131 388h99c-27 -171 -93 -313 -201 -489h-96z" />
+    <glyph glyph-name="xi" unicode="&#x3be;" 
+d="M471 -185l-79 30c34 42 48 61 48 88c0 29 -26 39 -127 59c-113 23 -208 66 -208 193c0 93 72 165 156 190v4c-64 27 -109 74 -109 141c0 50 26 91 70 115c-50 0 -78 -1 -139 -5v79h441v-79h-143c-71 0 -129 -41 -129 -112c0 -64 63 -112 129 -112c32 0 51 0 82 5v-83
+c-33 6 -57 6 -88 6c-87 0 -168 -50 -168 -135c0 -89 68 -110 169 -128c113 -22 153 -45 153 -114c0 -31 -16 -83 -58 -142z" />
+    <glyph glyph-name="omicron" unicode="&#x3bf;" 
+d="M300 -12c-128 0 -240 94 -240 256c0 163 112 257 240 257s240 -94 240 -257c0 -162 -112 -256 -240 -256zM300 69c86 0 138 70 138 175s-52 175 -138 175s-138 -70 -138 -175s52 -175 138 -175z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" 
+d="M505 -12c-86 0 -117 49 -117 135c0 44 4 185 5 285h-178c0 -131 -5 -275 -14 -414l-99 6c16 141 21 283 21 408h-100v76l70 5h484v-81h-89c-6 -104 -7 -251 -7 -291c0 -34 15 -48 45 -48c7 0 14 2 26 5l13 -74c-15 -6 -34 -12 -60 -12z" />
+    <glyph glyph-name="rho" unicode="&#x3c1;" 
+d="M88 -178v423c0 174 103 256 230 256c145 0 226 -94 226 -249c0 -167 -104 -264 -212 -264c-54 0 -108 14 -151 65c3 -84 5 -149 7 -231h-100zM312 70c72 0 130 65 130 181c0 102 -39 167 -128 167c-71 0 -132 -58 -132 -170v-119c43 -50 88 -59 130 -59z" />
+    <glyph glyph-name="sigma" unicode="&#x3c3;" 
+d="M288 -12c-126 0 -232 89 -232 251c0 171 115 250 237 250h280v-84c-56 5 -99 8 -154 9v-4c60 -33 95 -98 95 -185c0 -149 -98 -237 -226 -237zM289 69c76 0 129 63 129 165c0 92 -46 173 -128 173c-76 0 -132 -53 -132 -168c0 -105 55 -170 131 -170z" />
+    <glyph glyph-name="tau" unicode="&#x3c4;" 
+d="M378 -12c-95 0 -128 54 -128 150v271h-188v75l71 5h405v-80h-190c-3 -98 -4 -194 -4 -277c0 -45 20 -63 58 -63c20 0 39 4 61 11l14 -75c-25 -10 -61 -17 -99 -17z" />
+    <glyph glyph-name="upsilon" unicode="&#x3c5;" 
+d="M294 -12c-138 0 -215 75 -215 213c0 49 4 100 4 149c0 39 -1 87 -8 139h96c7 -34 8 -72 8 -116c0 -47 -6 -122 -6 -179c0 -89 56 -125 122 -125c79 0 135 59 135 190c0 66 -11 135 -39 219l96 23c26 -79 43 -158 43 -238c0 -176 -94 -275 -236 -275z" />
+    <glyph glyph-name="phi" unicode="&#x3c6;" 
+d="M135 245c0 -107 50 -170 119 -176v351c-69 -6 -119 -69 -119 -175zM465 245c0 106 -50 169 -119 175v-351c69 6 119 69 119 176zM254 -178v170c-115 8 -215 97 -215 253s100 244 215 252v126h92v-126c115 -8 215 -96 215 -252s-100 -245 -215 -253v-170h-92z" />
+    <glyph glyph-name="chi" unicode="&#x3c7;" 
+d="M153 -190l-101 12l202 342l-199 313l98 24l149 -250h4l125 238h104l-182 -324l212 -331l-97 -24l-162 273h-4z" />
+    <glyph glyph-name="psi" unicode="&#x3c8;" 
+d="M256 -178v166c-143 3 -204 98 -204 228v135c0 38 -1 86 -8 138h94c6 -34 7 -72 7 -116c0 -53 -2 -127 -2 -163c0 -84 34 -142 113 -142v555h91v-554c77 6 120 64 120 187c0 73 -8 134 -39 222l91 23c28 -82 41 -155 41 -242c0 -167 -77 -264 -213 -271v-166h-91z" />
+    <glyph glyph-name="omega" unicode="&#x3c9;" 
+d="M191 -12c-92 0 -160 83 -160 247c0 98 38 190 87 266l88 -38c-54 -82 -81 -150 -81 -246c0 -93 29 -148 72 -148c36 0 63 32 63 115c0 41 -4 76 -9 130h95c-6 -54 -8 -89 -8 -130c0 -87 25 -115 61 -115c42 0 71 54 71 163c0 94 -20 152 -73 233l89 36
+c49 -76 83 -152 83 -263c0 -165 -62 -250 -158 -250c-46 0 -88 24 -110 80h-4c-22 -56 -60 -80 -106 -80z" />
+    <glyph glyph-name="uni03C2" unicode="&#x3c2;" 
+d="M444 -182l-79 30c33 42 52 68 52 96c0 32 -17 50 -105 68c-114 25 -226 82 -226 243c0 157 125 246 264 246c80 0 136 -28 178 -68l-49 -63c-40 35 -74 49 -124 49c-96 0 -167 -65 -167 -164c0 -106 70 -142 168 -162c117 -26 149 -54 149 -126c0 -34 -20 -91 -61 -149z
+" />
+    <glyph glyph-name="uni03D0" unicode="&#x3d0;" 
+d="M328 -12c-112 0 -240 63 -240 240v262c0 132 67 230 209 230c98 0 193 -55 193 -174c0 -71 -39 -128 -106 -162v-4c98 -11 164 -87 164 -188c0 -130 -98 -204 -220 -204zM184 474c-1 -39 -1 -72 -2 -102c162 31 212 84 212 166c0 70 -46 104 -97 104
+c-73 0 -111 -59 -113 -168zM325 74c72 0 124 50 124 124c0 72 -41 128 -126 128c-19 0 -64 -6 -142 -27v-58c0 -133 88 -167 144 -167z" />
+    <glyph glyph-name="uni03D1" unicode="&#x3d1;" 
+d="M166 533c0 -77 52 -164 268 -135c-7 176 -66 243 -154 242c-67 -1 -114 -43 -114 -107zM298 -12c-132 0 -202 72 -202 193c0 50 -1 77 -8 108h93c7 -18 8 -54 8 -95c0 -90 48 -125 113 -125c75 0 129 55 133 267c-284 -39 -362 103 -362 200c0 110 90 185 203 185
+c168 0 256 -130 256 -361c0 -266 -89 -372 -234 -372z" />
+    <glyph glyph-name="uni03D5" unicode="&#x3d5;" 
+d="M135 245c0 -107 50 -170 119 -176v351c-69 -6 -119 -69 -119 -175zM465 245c0 106 -50 169 -119 175v-351c69 6 119 69 119 176zM254 -178v170c-115 8 -215 97 -215 253s100 244 215 252v126h92v-126c115 -8 215 -96 215 -252s-100 -245 -215 -253v-170h-92z" />
+    <glyph glyph-name="phi.a" 
+d="M254 -178v169c-117 8 -221 92 -221 256c0 97 46 187 107 259l72 -58c-55 -67 -85 -126 -85 -211c0 -101 50 -161 127 -170v219c0 152 65 215 154 215c100 0 159 -92 159 -244c0 -163 -103 -258 -219 -265c1 -57 2 -114 4 -170h-98zM345 294c0 -75 0 -151 1 -227
+c75 8 127 73 127 184c0 106 -24 167 -69 167c-36 0 -59 -34 -59 -124z" />
+    <glyph glyph-name="alphatonos" unicode="&#x3ac;" 
+d="M249 -12c-116 0 -196 89 -196 249c0 167 104 264 216 264c63 0 127 -31 156 -120h3l20 108h98c-26 -125 -62 -285 -62 -370c0 -33 21 -50 48 -50c10 0 23 3 33 7l14 -74c-15 -7 -38 -14 -70 -14c-60 0 -99 28 -104 95h-3c-41 -65 -89 -95 -153 -95zM271 70
+c61 0 121 64 127 140l7 90c-25 94 -78 118 -119 118c-66 0 -131 -59 -131 -180c0 -108 44 -168 116 -168zM352 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="epsilontonos" unicode="&#x3ad;" 
+d="M323 -12c-146 0 -237 54 -237 148c0 69 48 103 111 120v4c-58 21 -88 63 -88 107c0 91 91 134 218 134c71 0 140 -22 195 -62l-38 -65c-47 34 -98 49 -153 49c-80 0 -124 -24 -124 -69c0 -40 41 -65 130 -65c20 0 40 1 63 3v-78c-28 2 -53 3 -78 3
+c-93 0 -138 -23 -138 -72s47 -79 149 -79c55 0 107 11 163 55l41 -65c-72 -54 -134 -68 -214 -68zM362 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="etatonos" unicode="&#x3ae;" 
+d="M418 -178c4 158 7 340 7 473c0 86 -24 120 -87 120c-54 0 -92 -21 -145 -94v-321h-99v350c0 39 -1 87 -8 139h89l8 -93h3c52 70 106 105 184 105c106 0 148 -69 148 -193v-486h-100zM352 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="iotatonos" unicode="&#x3af;" 
+d="M398 -12c-117 0 -162 65 -162 183v238h-160v80h260c-2 -108 -7 -234 -7 -324c0 -68 31 -96 93 -96c23 0 54 6 83 20l24 -74c-34 -15 -74 -27 -131 -27zM308 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="iotadieresis" unicode="&#x3ca;" 
+d="M398 -12c-117 0 -162 65 -162 183v238h-160v80h260c-2 -108 -7 -234 -7 -324c0 -68 31 -96 93 -96c23 0 54 6 83 20l24 -74c-34 -15 -74 -27 -131 -27zM180 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM382 584c-36 0 -62 27 -62 62
+s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="omicrontonos" unicode="&#x3cc;" 
+d="M300 -12c-128 0 -240 94 -240 256c0 163 112 257 240 257s240 -94 240 -257c0 -162 -112 -256 -240 -256zM300 69c86 0 138 70 138 175s-52 175 -138 175s-138 -70 -138 -175s52 -175 138 -175zM327 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="upsilontonos" unicode="&#x3cd;" 
+d="M294 -12c-138 0 -215 75 -215 213c0 49 4 100 4 149c0 39 -1 87 -8 139h96c7 -34 8 -72 8 -116c0 -47 -6 -122 -6 -179c0 -89 56 -125 122 -125c79 0 135 59 135 190c0 66 -11 135 -39 219l96 23c26 -79 43 -158 43 -238c0 -176 -94 -275 -236 -275zM322 559l-67 11
+l44 237l100 -17z" />
+    <glyph glyph-name="upsilondieresis" unicode="&#x3cb;" 
+d="M294 -12c-138 0 -215 75 -215 213c0 49 4 100 4 149c0 39 -1 87 -8 139h96c7 -34 8 -72 8 -116c0 -47 -6 -122 -6 -179c0 -89 56 -125 122 -125c79 0 135 59 135 190c0 66 -11 135 -39 219l96 23c26 -79 43 -158 43 -238c0 -176 -94 -275 -236 -275zM194 584
+c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM396 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="omegatonos" unicode="&#x3ce;" 
+d="M191 -12c-92 0 -160 83 -160 247c0 98 38 190 87 266l88 -38c-54 -82 -81 -150 -81 -246c0 -93 29 -148 72 -148c36 0 63 32 63 115c0 41 -4 76 -9 130h95c-6 -54 -8 -89 -8 -130c0 -87 25 -115 61 -115c42 0 71 54 71 163c0 94 -20 152 -73 233l89 36
+c49 -76 83 -152 83 -263c0 -165 -62 -250 -158 -250c-46 0 -88 24 -110 80h-4c-22 -56 -60 -80 -106 -80zM327 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="iotadieresistonos" unicode="&#x390;" 
+d="M398 -12c-117 0 -162 65 -162 183v238h-160v80h260c-2 -108 -7 -234 -7 -324c0 -68 31 -96 93 -96c23 0 54 6 83 20l24 -74c-34 -15 -74 -27 -131 -27zM161 592c-28 0 -50 19 -50 48c0 30 22 49 50 49c27 0 49 -19 49 -49c0 -29 -22 -48 -49 -48zM236 575l47 232l77 -14
+l-75 -227zM401 592c-27 0 -49 19 -49 48c0 30 22 49 49 49c28 0 50 -19 50 -49c0 -29 -22 -48 -50 -48z" />
+    <glyph glyph-name="upsilondieresistonos" unicode="&#x3b0;" 
+d="M294 -12c-138 0 -215 75 -215 213c0 49 4 100 4 149c0 39 -1 87 -8 139h96c7 -34 8 -72 8 -116c0 -47 -6 -122 -6 -179c0 -89 56 -125 122 -125c79 0 135 59 135 190c0 66 -11 135 -39 219l96 23c26 -79 43 -158 43 -238c0 -176 -94 -275 -236 -275zM175 592
+c-28 0 -50 19 -50 48c0 30 22 49 50 49c27 0 49 -19 49 -49c0 -29 -22 -48 -49 -48zM250 575l47 232l77 -14l-75 -227zM415 592c-27 0 -49 19 -49 48c0 30 22 49 49 49c28 0 50 -19 50 -49c0 -29 -22 -48 -50 -48z" />
+    <glyph glyph-name="uni03D7" unicode="&#x3d7;" 
+d="M445 -187l-116 9c51 53 100 114 137 170c-53 64 -125 155 -175 248c-18 -20 -37 -43 -56 -67c-25 -33 -39 -81 -39 -147v-26h-93v350c0 39 -1 93 -10 139h98c7 -28 9 -72 9 -116v-137h4c79 133 204 237 327 265l10 -93c-61 -16 -122 -50 -185 -104
+c54 -101 147 -220 223 -304c-44 -70 -97 -143 -134 -187z" />
+    <glyph glyph-name="uni03D9" unicode="&#x3d9;" 
+d="M300 66c89 0 140 69 140 178c0 106 -51 175 -140 175s-140 -69 -140 -175c0 -109 51 -178 140 -178zM255 -178v170c-110 19 -197 108 -197 252c0 164 111 257 242 257s242 -93 242 -257c0 -142 -84 -231 -193 -251c3 -60 4 -104 6 -171h-100z" />
+    <glyph glyph-name="uni03DB" unicode="&#x3db;" 
+d="M443 -182l-77 30c34 42 51 69 51 94c0 31 -11 49 -105 70c-116 27 -225 86 -225 233c0 166 117 244 269 244h161v-84c-44 2 -100 2 -154 2c-105 0 -175 -52 -175 -162c0 -93 65 -130 168 -152c117 -26 149 -54 149 -126c0 -34 -20 -91 -62 -149z" />
+    <glyph glyph-name="uni03DD" unicode="&#x3dd;" 
+d="M138 -178v667h386v-80h-294l2 -202h262v-68h-261c0 -107 2 -202 5 -317h-100z" />
+    <glyph glyph-name="uni03E1" unicode="&#x3e1;" 
+d="M514 -180l-96 12c13 65 18 125 18 186c0 37 -3 74 -8 110c-80 -36 -156 -73 -243 -118l-41 83l267 120c-10 39 -23 77 -39 113c-91 -40 -173 -80 -270 -130l-41 83l271 122c-53 87 -127 162 -220 218l62 74c231 -146 359 -398 359 -676c0 -67 -6 -131 -19 -197z" />
+    <glyph glyph-name="uni037E" unicode="&#x37e;" 
+d="M300 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM220 -214l-27 61c83 35 125 85 127 159c-5 -1 -11 -1 -16 -1c-47 0 -86 28 -86 82c0 53 40 83 88 83c64 0 98 -53 98 -139c0 -120 -67 -204 -184 -245z" />
+    <glyph glyph-name="anoteleia" unicode="&#x387;" 
+d="M300 327c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="anoteleia.cap" 
+d="M300 501c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="uni0374" unicode="&#x374;" 
+d="M251 433l21 256h98l-17 -101l-38 -155h-64z" />
+    <glyph glyph-name="uni0375" unicode="&#x375;" 
+d="M230 0l17 101l38 155h64l-21 -256h-98z" />
+    <glyph glyph-name="tonos" unicode="&#x384;" 
+d="M327 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="tonos.cap" 
+d="M299 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="dieresistonos" unicode="&#x385;" 
+d="M180 592c-28 0 -50 19 -50 48c0 30 22 49 50 49c27 0 49 -19 49 -49c0 -29 -22 -48 -49 -48zM255 575l47 232l77 -14l-75 -227zM420 592c-27 0 -49 19 -49 48c0 30 22 49 49 49c28 0 50 -19 50 -49c0 -29 -22 -48 -50 -48z" />
+    <glyph glyph-name="uni037A" unicode="&#x37a;" 
+d="M347 -205c-61 0 -86 37 -86 101v44h74c-1 -16 -2 -36 -2 -50c0 -23 15 -31 32 -31c6 0 9 0 21 2l11 -57c-14 -5 -27 -9 -50 -9z" />
+    <glyph glyph-name="uni1FBE" unicode="&#x1fbe;" 
+d="M349 -12c-79 0 -107 47 -107 127v294h100c-4 -104 -7 -212 -7 -300c0 -29 15 -40 37 -40c9 0 19 2 30 6l13 -74c-16 -7 -35 -13 -66 -13z" />
+    <glyph glyph-name="uni1FBD" unicode="&#x1fbd;" 
+d="M265 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1FBF" unicode="&#x1fbf;" 
+d="M265 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni1FFE" unicode="&#x1ffe;" 
+d="M335 572c-63 9 -119 35 -119 96c0 62 51 98 151 101l6 -64c-56 -3 -82 -18 -82 -45c0 -25 23 -37 54 -44z" />
+    <glyph glyph-name="uni1FEF" unicode="&#x1fef;" 
+d="M271 557l-70 202l100 17l37 -206z" />
+    <glyph glyph-name="uni1FFD" unicode="&#x1ffd;" 
+d="M327 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="uni1FCD" unicode="&#x1fcd;" 
+d="M173 576l-10 43c25 7 43 19 43 44s-23 38 -72 41l5 59c86 -3 137 -34 137 -89c0 -62 -53 -87 -103 -98zM366 558l-65 202l86 16l37 -206z" />
+    <glyph glyph-name="uni1FDD" unicode="&#x1fdd;" 
+d="M232 576c-50 11 -103 36 -103 98c0 55 51 86 137 89l5 -59c-49 -3 -72 -16 -72 -41s18 -37 43 -44zM361 558l-65 202l86 16l37 -206z" />
+    <glyph glyph-name="uni1FCE" unicode="&#x1fce;" 
+d="M173 576l-10 43c25 7 43 19 43 44s-23 38 -72 41l5 59c86 -3 137 -34 137 -89c0 -62 -53 -87 -103 -98zM369 558l-58 12l40 206l86 -16z" />
+    <glyph glyph-name="uni1FDE" unicode="&#x1fde;" 
+d="M242 576c-50 11 -103 36 -103 98c0 55 51 86 137 89l5 -59c-49 -3 -72 -16 -72 -41s18 -37 43 -44zM306 570l40 206l86 -16l-68 -202z" />
+    <glyph glyph-name="uni1FCF" unicode="&#x1fcf;" 
+d="M363 718c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-55 4c6 58 31 95 82 95c57 0 85 -42 121 -42c19 0 27 13 32 41l55 -5c-6 -58 -31 -94 -82 -94zM271 562l-9 37c23 5 40 14 40 26c0 18 -19 27 -68 30l8 44c86 -3 129 -22 129 -63c0 -43 -48 -65 -100 -74z" />
+    <glyph glyph-name="uni1FDF" unicode="&#x1fdf;" 
+d="M329 562c-52 9 -100 31 -100 74c0 41 43 60 129 63l8 -44c-49 -3 -68 -12 -68 -30c0 -12 17 -21 40 -26zM155 723c6 58 31 95 82 95c57 0 85 -42 121 -42c19 0 27 13 32 41l55 -5c-6 -58 -31 -94 -82 -94c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41z" />
+    <glyph glyph-name="uni1FC0" unicode="&#x1fc0;" 
+d="M371 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni1FED" unicode="&#x1fed;" 
+d="M182 592c-26 0 -46 18 -46 46s20 45 46 45c25 0 45 -17 45 -45s-20 -46 -45 -46zM294 564l-66 201l75 16l40 -206zM418 592c-25 0 -45 18 -45 46s20 45 45 45c26 0 46 -17 46 -45s-20 -46 -46 -46z" />
+    <glyph glyph-name="uni1FEE" unicode="&#x1fee;" 
+d="M180 592c-28 0 -50 19 -50 48c0 30 22 49 50 49c27 0 49 -19 49 -49c0 -29 -22 -48 -49 -48zM255 575l47 232l77 -14l-75 -227zM420 592c-27 0 -49 19 -49 48c0 30 22 49 49 49c28 0 50 -19 50 -49c0 -29 -22 -48 -50 -48z" />
+    <glyph glyph-name="uni1FC1" unicode="&#x1fc1;" 
+d="M200 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM400 584c-29 0 -50 21 -50 49s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM370 709c-69 0 -90 48 -135 48c-22 0 -38 -14 -42 -44l-48 5c4 57 34 97 85 97c69 0 90 -48 135 -48
+c22 0 38 14 42 44l48 -5c-4 -57 -34 -97 -85 -97z" />
+    <glyph glyph-name="uni1FBD.cap" 
+d="M262 453l-10 43c30 11 54 28 54 62c0 30 -26 49 -82 51l10 54c97 -3 146 -36 146 -94c0 -74 -55 -104 -118 -116z" />
+    <glyph glyph-name="uni1FFE.cap" 
+d="M341 453c-63 12 -118 42 -118 116c0 58 49 91 146 94l10 -54c-55 -2 -82 -21 -82 -51c0 -34 24 -51 54 -62z" />
+    <glyph glyph-name="uni1FEF.cap" 
+d="M292 458l-53 199l88 13l29 -199z" />
+    <glyph glyph-name="uni1FFD.cap" 
+d="M299 378l-66 12l38 300l91 -12z" />
+    <glyph glyph-name="uni1FCD.cap" 
+d="M197 457l-12 43c23 13 41 31 41 58c0 31 -21 51 -67 55l11 54c79 -3 126 -37 126 -98c0 -62 -51 -97 -99 -112zM383 458l-53 199l88 13l29 -199z" />
+    <glyph glyph-name="uni1FDD.cap" 
+d="M257 457c-48 15 -99 50 -99 112c0 61 47 95 126 98l11 -54c-46 -4 -67 -24 -67 -55c0 -27 18 -45 41 -58zM381 458l-53 199l89 13l29 -199z" />
+    <glyph glyph-name="uni1FCE.cap" 
+d="M197 457l-12 43c23 13 41 31 41 58c0 31 -21 51 -67 55l11 54c79 -3 126 -37 126 -98c0 -62 -51 -97 -99 -112zM395 458l-65 13l29 199l88 -13z" />
+    <glyph glyph-name="uni1FDE.cap" 
+d="M259 457c-48 15 -98 50 -98 112c0 61 47 95 126 98l11 -54c-46 -4 -67 -24 -67 -55c0 -27 18 -45 40 -58zM331 471l29 199l88 -13l-53 -199z" />
+    <glyph glyph-name="uni1FCF.cap" 
+d="M350 586c-48 0 -65 34 -96 34c-16 0 -26 -6 -29 -30l-47 7c5 52 27 74 72 74c48 0 65 -34 96 -34c16 0 26 6 29 30l47 -7c-5 -52 -27 -74 -72 -74zM271 430l-9 36c23 5 40 14 40 27c0 17 -19 26 -68 29l8 44c86 -3 129 -22 129 -63c0 -43 -48 -65 -100 -73z" />
+    <glyph glyph-name="uni1FDF.cap" 
+d="M329 430c-52 8 -100 30 -100 73c0 41 43 60 129 63l8 -44c-49 -3 -68 -12 -68 -29c0 -13 17 -22 40 -27zM350 586c-48 0 -65 34 -96 34c-16 0 -26 -6 -29 -30l-47 7c5 52 27 74 72 74c48 0 65 -34 96 -34c16 0 26 6 29 30l47 -7c-5 -52 -27 -74 -72 -74z" />
+    <glyph glyph-name="uni0410" unicode="&#x410;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102z" />
+    <glyph glyph-name="uni0411" unicode="&#x411;" 
+d="M92 0v655h416v-84h-316v-187h117c139 0 242 -49 242 -183c0 -140 -96 -201 -238 -201h-221zM192 82h107c103 0 154 32 154 115c0 78 -53 107 -156 107h-105v-222z" />
+    <glyph glyph-name="uni0412" unicode="&#x412;" 
+d="M92 0v655h195c134 0 229 -43 229 -160c0 -64 -37 -123 -114 -143v-4c95 -15 149 -67 149 -156c0 -130 -102 -192 -248 -192h-211zM192 383h83c101 0 143 34 143 101c0 65 -47 89 -140 89h-86v-190zM192 82h99c104 0 162 35 162 116c0 75 -56 105 -162 105h-99v-221z" />
+    <glyph glyph-name="uni0413" unicode="&#x413;" 
+d="M128 0v655h408v-84h-308v-571h-100z" />
+    <glyph glyph-name="uni0414" unicode="&#x414;" 
+d="M29 -188l-10 212v60h30c25 10 52 65 82 234c22 126 34 201 53 337h322v-571h75v-60l-10 -212h-88v188h-366v-188h-88zM220 303c-18 -105 -40 -175 -66 -219h252v487h-144c-17 -104 -23 -163 -42 -268z" />
+    <glyph glyph-name="uni0415" unicode="&#x415;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422z" />
+    <glyph glyph-name="uni0416" unicode="&#x416;" 
+d="M2 0l131 350l-38 150c-17 62 -37 71 -57 71c-7 0 -15 -2 -21 -4l-16 94c10 4 29 6 42 6c53 0 95 -19 123 -118l45 -165h45v271h88v-271h45l45 165c27 99 67 118 120 118c13 0 35 -2 45 -6l-16 -94c-6 2 -14 4 -21 4c-20 0 -40 -9 -57 -71l-38 -150l131 -350h-102l-98 300
+h-54v-300h-88v300h-54l-98 -300h-102z" />
+    <glyph glyph-name="uni0417" unicode="&#x417;" 
+d="M299 -12c-94 0 -173 29 -241 96l55 69c57 -56 112 -78 185 -78c83 0 148 42 148 119c0 76 -59 111 -166 111h-77v76h57c109 0 153 36 153 102c0 65 -52 97 -123 97c-60 0 -110 -23 -153 -60l-52 66c51 49 126 81 208 81c132 0 218 -64 218 -170c0 -67 -33 -123 -94 -146
+v-4c73 -16 127 -73 127 -159c0 -128 -108 -200 -245 -200z" />
+    <glyph glyph-name="uni0418" unicode="&#x418;" 
+d="M74 0v655h94v-312c0 -71 -9 -149 -13 -215h2l61 138l200 389h108v-655h-94v314c0 70 9 145 13 213h-2l-61 -138l-200 -389h-108z" />
+    <glyph glyph-name="uni0419" unicode="&#x419;" 
+d="M74 0v655h94v-312c0 -71 -9 -149 -13 -215h2l61 138l200 389h108v-655h-94v314c0 70 9 145 13 213h-2l-61 -138l-200 -389h-108zM304 703c-115 0 -154 59 -158 129l85 4c2 -45 22 -80 73 -80s71 35 73 80l85 -4c-4 -70 -43 -129 -158 -129z" />
+    <glyph glyph-name="uni041A" unicode="&#x41a;" 
+d="M93 0v655h100v-271h94l85 162c51 98 91 121 154 121c14 0 30 -2 41 -7l-17 -92c-9 3 -19 4 -25 4c-29 0 -48 -11 -82 -77l-76 -145l217 -350h-109l-187 300h-95v-300h-100z" />
+    <glyph glyph-name="uni041B" unicode="&#x41b;" 
+d="M62 -12c-25 0 -43 2 -62 9l20 91c9 -3 17 -5 28 -5c31 0 51 18 82 171c28 138 47 258 73 401h322v-655h-101v571h-144c-19 -113 -35 -215 -56 -328c-40 -205 -81 -255 -162 -255z" />
+    <glyph glyph-name="uni041C" unicode="&#x41c;" 
+d="M68 0v655h116l85 -267l29 -102h4l29 102l85 267h116v-655h-92v295c0 67 11 191 16 251h-3l-41 -141l-83 -231h-62l-82 231l-40 141h-3c7 -60 16 -184 16 -251v-295h-90z" />
+    <glyph glyph-name="uni041D" unicode="&#x41d;" 
+d="M75 0v655h101v-269h248v269h101v-655h-101v299h-248v-299h-101z" />
+    <glyph glyph-name="uni041E" unicode="&#x41e;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255z" />
+    <glyph glyph-name="uni041F" unicode="&#x41f;" 
+d="M75 0v655h450v-655h-101v571h-248v-571h-101z" />
+    <glyph glyph-name="uni0420" unicode="&#x420;" 
+d="M95 0v655h207c144 0 245 -50 245 -197c0 -142 -103 -208 -245 -208h-107v-250h-100zM195 331h97c106 0 156 40 156 127s-52 117 -156 117h-97v-244z" />
+    <glyph glyph-name="uni0421" unicode="&#x421;" 
+d="M352 -12c-162 0 -290 123 -290 338c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61c-52 -61 -119 -95 -206 -95z" />
+    <glyph glyph-name="uni0422" unicode="&#x422;" 
+d="M250 0v571h-211v84h522v-84h-211v-571h-100z" />
+    <glyph glyph-name="uni0423" unicode="&#x423;" 
+d="M178 -12c-31 0 -51 4 -69 11l20 88c11 -4 22 -7 44 -7c38 0 62 15 78 48l13 30l-223 497h106l111 -265l50 -137h4l48 137l102 265h101l-212 -528c-34 -86 -85 -139 -173 -139z" />
+    <glyph glyph-name="uni0424" unicode="&#x424;" 
+d="M116 331c0 -102 47 -164 141 -174v343c-94 -10 -141 -68 -141 -169zM484 331c0 101 -47 159 -141 169v-343c94 10 141 72 141 174zM257 -12v93c-149 12 -234 99 -234 250c0 149 85 233 234 245v91h86v-91c149 -12 234 -96 234 -245c0 -151 -85 -238 -234 -250v-93h-86z
+" />
+    <glyph glyph-name="uni0425" unicode="&#x425;" 
+d="M45 0l194 338l-182 317h111l85 -156c16 -30 31 -59 51 -98h4c18 39 31 68 47 98l82 156h106l-182 -322l194 -333h-110l-92 165c-18 33 -36 66 -56 106h-4c-19 -40 -36 -73 -53 -106l-90 -165h-105z" />
+    <glyph glyph-name="uni0426" unicode="&#x426;" 
+d="M75 0v655h100v-571h247v571h100v-571h71v-60l-9 -212h-83v188h-426z" />
+    <glyph glyph-name="uni0427" unicode="&#x427;" 
+d="M422 0v286c-32 -5 -68 -9 -119 -9c-151 0 -243 58 -243 222v156h98v-156c0 -106 54 -141 155 -141c48 0 82 4 109 9v288h100v-655h-100z" />
+    <glyph glyph-name="uni0428" unicode="&#x428;" 
+d="M37 0v655h91v-570h128v570h88v-570h128v570h91v-655h-526z" />
+    <glyph glyph-name="uni0429" unicode="&#x429;" 
+d="M36 0v655h87v-570h119v570h85v-570h118v570h88v-570h63v-61l-10 -212h-79v188h-471z" />
+    <glyph glyph-name="uni042A" unicode="&#x42a;" 
+d="M192 0v571h-171v84h271v-261h48c131 0 232 -57 232 -189c0 -145 -91 -205 -226 -205h-154zM292 80h44c92 0 141 37 141 123c0 74 -51 111 -147 111h-38v-234z" />
+    <glyph glyph-name="uni042B" unicode="&#x42b;" 
+d="M50 0v655h90v-261h31c127 0 214 -55 214 -189c0 -145 -86 -205 -214 -205h-121zM140 80h25c87 0 134 37 134 123c0 76 -46 111 -136 111h-23v-234zM460 0v655h90v-655h-90z" />
+    <glyph glyph-name="uni042C" unicode="&#x42c;" 
+d="M92 0v655h100v-261h112c145 0 245 -55 245 -189c0 -145 -99 -205 -245 -205h-212zM192 80h102c102 0 157 37 157 123c0 76 -53 111 -159 111h-100v-234z" />
+    <glyph glyph-name="uni042D" unicode="&#x42d;" 
+d="M255 -12c-88 0 -157 34 -213 95l54 63c43 -44 92 -71 157 -71c107 0 176 74 184 225h-264v84h262c-13 129 -78 196 -184 196c-55 0 -103 -23 -140 -60l-54 65c42 43 116 82 199 82c165 0 281 -116 281 -341s-121 -338 -282 -338z" />
+    <glyph glyph-name="uni042E" unicode="&#x42e;" 
+d="M381 -12c-103 0 -170 99 -176 311h-68v-299h-96v655h96v-269h69c10 194 76 281 175 281c116 0 187 -103 187 -336c0 -234 -71 -343 -187 -343zM381 75c56 0 87 69 87 256c0 186 -31 249 -87 249c-52 0 -86 -63 -86 -249c0 -187 34 -256 86 -256z" />
+    <glyph glyph-name="uni042F" unicode="&#x42f;" 
+d="M409 0v266h-109l-162 -266h-115l179 278c-83 24 -142 84 -142 188c0 141 101 189 235 189h214v-655h-100zM307 347h102v228h-102c-95 0 -148 -29 -148 -109s53 -119 148 -119z" />
+    <glyph glyph-name="uni0400" unicode="&#x400;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM360 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="uni0401" unicode="&#x401;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM233 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM425 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="uni0402" unicode="&#x402;" 
+d="M412 -12c-24 0 -49 4 -65 10l17 79c8 -4 23 -7 34 -7c36 0 81 24 81 121c0 90 -49 130 -129 130c-28 0 -59 -4 -80 -9v-312h-101v571h-160v84h458v-84h-197v-177c27 4 63 9 95 9c118 0 209 -61 209 -211c0 -156 -78 -204 -162 -204z" />
+    <glyph glyph-name="uni0403" unicode="&#x403;" 
+d="M128 0v655h408v-84h-308v-571h-100zM269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni0404" unicode="&#x404;" 
+d="M354 -12c-168 0 -291 113 -291 338s126 341 295 341c81 0 146 -39 185 -82l-54 -65c-34 36 -76 60 -129 60c-106 0 -180 -67 -195 -196h262v-84h-264c8 -152 80 -225 195 -225c60 0 106 27 146 71l54 -63c-53 -61 -119 -95 -204 -95z" />
+    <glyph glyph-name="uni0405" unicode="&#x405;" 
+d="M303 -12c-94 0 -178 36 -240 97l58 68c50 -47 116 -78 188 -78c83 0 130 38 130 92c0 64 -48 82 -114 109l-92 41c-67 26 -140 75 -140 171c0 102 91 179 221 179c81 0 154 -32 205 -82l-52 -64c-43 37 -91 59 -158 59c-69 0 -115 -33 -115 -86c0 -57 56 -78 114 -101
+l89 -39c82 -32 144 -79 144 -175c0 -105 -89 -191 -238 -191z" />
+    <glyph glyph-name="uni0406" unicode="&#x406;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420z" />
+    <glyph glyph-name="uni0407" unicode="&#x407;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420zM204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="uni0408" unicode="&#x408;" 
+d="M275 -12c-73 0 -152 32 -200 109l61 61c37 -56 88 -83 136 -83c87 0 127 43 127 146v351h-269v84h369v-443c0 -124 -56 -225 -224 -225z" />
+    <glyph glyph-name="uni0409" unicode="&#x409;" 
+d="M37 -12c-15 0 -30 1 -47 7l20 92c6 -2 11 -4 18 -4c21 0 37 15 55 155c18 143 26 281 29 417h250v-261h20c114 0 194 -55 194 -189c0 -144 -81 -205 -199 -205h-103v571h-81c-4 -112 -12 -215 -26 -354c-20 -182 -57 -229 -130 -229zM362 81h14c77 0 115 36 115 122
+c0 76 -38 111 -117 111h-12v-233z" />
+    <glyph glyph-name="uni040A" unicode="&#x40a;" 
+d="M37 0v655h90v-269h135v269h90v-261h30c114 0 193 -55 193 -189c0 -144 -78 -205 -193 -205h-120v299h-135v-299h-90zM352 81h24c74 0 112 33 112 122c0 79 -38 111 -114 111h-22v-233z" />
+    <glyph glyph-name="uni040B" unicode="&#x40b;" 
+d="M169 0v571h-160v84h457v-84h-197v-177c29 4 63 9 95 9c126 0 203 -56 203 -191v-212h-98v212c0 78 -40 109 -120 109c-27 0 -58 -4 -80 -9v-312h-100z" />
+    <glyph glyph-name="uni040C" unicode="&#x40c;" 
+d="M93 0v655h100v-271h94l85 162c51 98 91 121 154 121c14 0 30 -2 41 -7l-17 -92c-9 3 -19 4 -25 4c-29 0 -48 -11 -82 -77l-76 -145l217 -350h-109l-187 300h-95v-300h-100zM289 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni040D" unicode="&#x40d;" 
+d="M74 0v655h94v-312c0 -71 -9 -149 -13 -215h2l61 138l200 389h108v-655h-94v314c0 70 9 145 13 213h-2l-61 -138l-200 -389h-108zM335 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="uni040E" unicode="&#x40e;" 
+d="M178 -12c-31 0 -51 4 -69 11l20 88c11 -4 22 -7 44 -7c38 0 62 15 78 48l13 30l-223 497h106l111 -265l50 -137h4l48 137l102 265h101l-212 -528c-34 -86 -85 -139 -173 -139zM305 703c-115 0 -154 59 -158 129l85 4c2 -45 22 -80 73 -80s71 35 73 80l85 -4
+c-4 -70 -43 -129 -158 -129z" />
+    <glyph glyph-name="uni040F" unicode="&#x40f;" 
+d="M72 0v655h100v-571h256v571h100v-655h-177l-9 -188h-83v188h-187z" />
+    <glyph glyph-name="uni0462" unicode="&#x462;" 
+d="M153 0v501h-132v80h132v118h100v-118h219v-80h-219v-126h58c143 0 245 -48 245 -174c0 -145 -95 -201 -239 -201h-164zM253 79h54c101 0 151 32 151 118c0 75 -49 106 -157 106h-48v-224z" />
+    <glyph glyph-name="uni0472" unicode="&#x472;" 
+d="M300 -12c-150 0 -255 123 -255 342s105 337 255 337s255 -119 255 -337c0 -219 -105 -342 -255 -342zM300 584c-85 0 -142 -71 -154 -201h308c-12 130 -69 201 -154 201zM300 71c89 0 148 81 155 231h-310c7 -150 66 -231 155 -231z" />
+    <glyph glyph-name="uni0474" unicode="&#x474;" 
+d="M236 0l-206 655h106l99 -341c21 -77 37 -140 60 -215h4c20 75 33 138 54 215l57 205c27 103 65 148 141 148c24 0 37 -3 54 -10l-19 -91c-7 3 -16 6 -27 6c-29 0 -45 -25 -58 -71l-141 -501h-124z" />
+    <glyph glyph-name="uni0490" unicode="&#x490;" 
+d="M128 0v655h306l17 172h85l-10 -256h-298v-571h-100z" />
+    <glyph glyph-name="uni0492" unicode="&#x492;" 
+d="M136 0v295h-79v61l79 5v294h392v-84h-291v-210h162v-66h-162v-295h-101z" />
+    <glyph glyph-name="uni0496" unicode="&#x496;" 
+d="M535 -188v188h-39l-98 300h-54v-300h-88v300h-54l-98 -300h-102l131 350l-38 150c-17 62 -37 71 -57 71c-7 0 -15 -2 -21 -4l-16 94c10 4 29 6 42 6c53 0 95 -19 123 -118l45 -165h45v271h88v-271h45l45 165c27 99 67 118 120 118c13 0 35 -2 45 -6l-16 -94
+c-6 2 -14 4 -21 4c-20 0 -40 -9 -57 -71l-38 -150l100 -266h47v-60l-10 -212h-69z" />
+    <glyph glyph-name="uni0498" unicode="&#x498;" 
+d="M256 -188v177c-75 8 -141 37 -198 94l55 69c57 -56 112 -78 185 -78c83 0 148 42 148 119c0 76 -59 111 -166 111h-77v76h57c109 0 153 36 153 102c0 65 -52 97 -123 97c-60 0 -110 -23 -153 -60l-52 66c51 49 126 81 208 81c132 0 218 -64 218 -170
+c0 -67 -33 -123 -94 -146v-4c73 -16 127 -73 127 -159c0 -110 -80 -179 -190 -196l-9 -179h-89z" />
+    <glyph glyph-name="uni049A" unicode="&#x49a;" 
+d="M504 -188v188h-29l-187 300h-95v-300h-100v655h100v-271h94l85 162c51 98 91 121 154 121c14 0 30 -2 41 -7l-17 -92c-9 3 -19 4 -25 4c-29 0 -48 -11 -82 -77l-76 -145l165 -266h60v-60l-9 -212h-79z" />
+    <glyph glyph-name="uni04A0" unicode="&#x4a0;" 
+d="M197 0v571h-176v84h266v-271h62l69 162c42 101 76 121 133 121c13 0 26 -3 36 -7l-17 -91c-6 2 -13 3 -19 3c-19 0 -36 -11 -67 -77l-65 -146l181 -349h-94l-159 300h-60v-300h-90z" />
+    <glyph glyph-name="uni04A2" unicode="&#x4a2;" 
+d="M75 0v655h101v-269h246v269h100v-571h71v-60l-9 -212h-77v188h-85v299h-246v-299h-101z" />
+    <glyph glyph-name="uni04AA" unicode="&#x4aa;" 
+d="M307 -188v179c-140 21 -245 140 -245 335c0 213 126 341 298 341c80 0 144 -39 184 -81l-56 -63c-33 35 -74 57 -128 57c-117 0 -195 -96 -195 -251c0 -157 78 -254 197 -254c57 0 101 25 140 69l56 -61c-41 -48 -92 -80 -154 -91l-9 -180h-88z" />
+    <glyph glyph-name="uni04AE" unicode="&#x4ae;" 
+d="M250 0v230l-217 425h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-217 -425v-230h-100z" />
+    <glyph glyph-name="uni04B0" unicode="&#x4b0;" 
+d="M100 217v61l90 4h33l-190 373h106l90 -185c24 -51 46 -100 71 -152h4c25 52 49 101 73 152l87 185h103l-190 -373h123v-65h-150v-217h-100v217h-150z" />
+    <glyph glyph-name="uni04B2" unicode="&#x4b2;" 
+d="M487 -188v188h-42l-92 165c-18 33 -36 66 -56 106h-4c-19 -40 -36 -73 -53 -106l-90 -165h-105l194 338l-182 317h111l85 -156c16 -30 31 -59 51 -98h4c18 39 31 68 47 98l82 156h106l-182 -322l145 -249h67v-60l-10 -212h-76z" />
+    <glyph glyph-name="uni04B6" unicode="&#x4b6;" 
+d="M415 0v286c-31 -5 -66 -9 -115 -9c-150 0 -240 58 -240 222v156h98v-156c0 -106 53 -141 151 -141c47 0 81 4 106 9v288h100v-571h72v-60l-10 -212h-83v188h-79z" />
+    <glyph glyph-name="uni04BA" unicode="&#x4ba;" 
+d="M83 0v655h100v-253c32 5 65 10 114 10c150 0 241 -58 241 -221v-191h-98v191c0 105 -53 139 -153 139c-46 0 -78 -4 -104 -9v-321h-100z" />
+    <glyph glyph-name="uni04C0" unicode="&#x4c0;" 
+d="M90 0v84h160v487h-160v84h420v-84h-160v-487h160v-84h-420z" />
+    <glyph glyph-name="uni04C1" unicode="&#x4c1;" 
+d="M2 0l131 350l-38 150c-17 62 -37 71 -57 71c-7 0 -15 -2 -21 -4l-16 94c10 4 29 6 42 6c53 0 95 -19 123 -118l45 -165h45v271h88v-271h45l45 165c27 99 67 118 120 118c13 0 35 -2 45 -6l-16 -94c-6 2 -14 4 -21 4c-20 0 -40 -9 -57 -71l-38 -150l131 -350h-102l-98 300
+h-54v-300h-88v300h-54l-98 -300h-102zM300 703c-115 0 -154 59 -158 129l85 4c2 -45 22 -80 73 -80s71 35 73 80l85 -4c-4 -70 -43 -129 -158 -129z" />
+    <glyph glyph-name="uni04D0" unicode="&#x4d0;" 
+d="M235 357l-27 -90h181l-27 90c-21 71 -43 144 -62 218h-4c-19 -74 -40 -147 -61 -218zM26 0l216 655h116l216 -655h-106l-56 188h-228l-56 -188h-102zM300 703c-115 0 -154 59 -158 129l85 4c2 -45 22 -80 73 -80s71 35 73 80l85 -4c-4 -70 -43 -129 -158 -129z" />
+    <glyph glyph-name="uni04D4" unicode="&#x4d4;" 
+d="M237 372l-41 -113h120v319h-4c-24 -71 -50 -139 -75 -206zM-2 0l252 655h333v-84h-177v-186h139v-84h-139v-217h186v-84h-276v180h-149l-65 -180h-104z" />
+    <glyph glyph-name="uni04D6" unicode="&#x4d6;" 
+d="M109 0v655h412v-84h-312v-187h264v-84h-264v-216h322v-84h-422zM329 703c-115 0 -154 59 -158 129l85 4c2 -45 22 -80 73 -80s71 35 73 80l85 -4c-4 -70 -43 -129 -158 -129z" />
+    <glyph glyph-name="uni04D8" unicode="&#x4d8;" 
+d="M301 -12c-147 0 -245 132 -245 338c0 10 1 20 2 29h396c-6 147 -62 226 -160 226c-51 0 -94 -23 -125 -56l-48 69c42 42 101 73 180 73c155 0 252 -127 252 -338s-103 -341 -252 -341zM301 74c82 0 141 67 151 207h-297c9 -142 64 -207 146 -207z" />
+    <glyph glyph-name="uni04E2" unicode="&#x4e2;" 
+d="M74 0v655h94v-312c0 -71 -9 -149 -13 -215h2l61 138l200 389h108v-655h-94v314c0 70 9 145 13 213h-2l-61 -138l-200 -389h-108zM166 731v67h276v-67h-276z" />
+    <glyph glyph-name="uni04E6" unicode="&#x4e6;" 
+d="M300 -12c-150 0 -255 125 -255 342c0 214 105 337 255 337s255 -123 255 -337c0 -217 -105 -342 -255 -342zM300 75c91 0 152 94 152 255c0 158 -61 250 -152 250s-152 -92 -152 -250c0 -161 61 -255 152 -255zM204 711c-33 0 -57 24 -57 57s24 56 57 56
+c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="uni04E8" unicode="&#x4e8;" 
+d="M300 -12c-150 0 -255 123 -255 342s105 337 255 337s255 -119 255 -337c0 -219 -105 -342 -255 -342zM300 584c-85 0 -142 -71 -154 -201h308c-12 130 -69 201 -154 201zM300 71c89 0 148 81 155 231h-310c7 -150 66 -231 155 -231z" />
+    <glyph glyph-name="uni04EE" unicode="&#x4ee;" 
+d="M178 -12c-31 0 -51 4 -69 11l20 88c11 -4 22 -7 44 -7c38 0 62 15 78 48l13 30l-223 497h106l111 -265l50 -137h4l48 137l102 265h101l-212 -528c-34 -86 -85 -139 -173 -139zM167 731v67h276v-67h-276z" />
+    <glyph glyph-name="uni04F2" unicode="&#x4f2;" 
+d="M178 -12c-31 0 -51 4 -69 11l20 88c11 -4 22 -7 44 -7c38 0 62 15 78 48l13 30l-223 497h106l111 -265l50 -137h4l48 137l102 265h101l-212 -528c-34 -86 -85 -139 -173 -139zM235 700l-51 25l94 155l66 -38zM402 700l-51 25l95 155l65 -38z" />
+    <glyph glyph-name="uni0430" unicode="&#x430;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69z" />
+    <glyph glyph-name="uni0431" unicode="&#x431;" 
+d="M310 -12c-152 0 -239 118 -239 311c0 315 124 375 312 403c59 9 79 13 111 28l20 -88c-27 -19 -66 -27 -110 -33c-154 -23 -217 -38 -233 -216c42 50 102 76 163 76c116 0 200 -83 200 -228c0 -154 -95 -253 -224 -253zM309 69c78 0 123 69 123 172
+c0 97 -45 153 -124 153c-46 0 -97 -19 -141 -81v-35c0 -129 49 -209 142 -209z" />
+    <glyph glyph-name="uni0432" unicode="&#x432;" 
+d="M99 0v489h227c113 0 195 -35 195 -125c0 -51 -31 -88 -85 -104v-3c58 -15 105 -48 105 -117c0 -98 -88 -140 -206 -140h-236zM196 289h118c79 0 111 24 111 65s-32 60 -107 60h-122v-125zM196 75h131c80 0 116 23 116 71c0 44 -40 70 -121 70h-126v-141z" />
+    <glyph glyph-name="uni0433" unicode="&#x433;" 
+d="M138 0v489h386v-80h-287v-409h-99z" />
+    <glyph glyph-name="uni0434" unicode="&#x434;" 
+d="M213 258c-10 -86 -27 -142 -49 -178h227v329h-161zM46 -172l-10 188v64h26c26 14 46 46 65 198l25 211h338v-409h73v-64l-10 -188h-85v172h-337v-172h-85z" />
+    <glyph glyph-name="uni0435" unicode="&#x435;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134z" />
+    <glyph glyph-name="uni0436" unicode="&#x436;" 
+d="M5 0l127 264l-31 84c-17 48 -37 57 -58 57c-8 0 -12 0 -18 -2l-14 92c8 5 19 6 32 6c54 0 94 -22 124 -102l40 -110h49v200h88v-200h49l40 110c30 80 70 102 124 102c13 0 24 -2 32 -6l-14 -92c-6 2 -10 2 -18 2c-21 0 -41 -9 -58 -57l-31 -84l127 -264h-99l-94 216h-58
+v-216h-88v216h-58l-94 -216h-99z" />
+    <glyph glyph-name="uni0437" unicode="&#x437;" 
+d="M280 -12c-80 0 -150 17 -222 73l42 64c56 -44 114 -59 171 -59c99 0 151 28 151 79c0 50 -47 71 -135 71h-93v73h82c83 0 125 24 125 68s-42 66 -129 66c-67 0 -112 -16 -163 -52l-39 65c58 42 125 65 208 65c129 0 219 -43 219 -134c0 -46 -27 -86 -87 -107v-4
+c68 -17 110 -51 110 -120c0 -95 -99 -148 -240 -148z" />
+    <glyph glyph-name="uni0438" unicode="&#x438;" 
+d="M93 0v489h96v-186c0 -51 -5 -116 -9 -178h4c17 30 45 74 62 104l170 260h91v-489h-96v185c0 52 5 117 9 179h-4c-17 -30 -45 -75 -62 -104l-170 -260h-91z" />
+    <glyph glyph-name="uni0439" unicode="&#x439;" 
+d="M93 0v489h96v-186c0 -51 -5 -116 -9 -178h4c17 30 45 74 62 104l170 260h91v-489h-96v185c0 52 5 117 9 179h-4c-17 -30 -45 -75 -62 -104l-170 -260h-91zM313 572c-113 0 -157 68 -161 152l80 4c2 -57 21 -100 81 -100s79 43 81 100l80 -4c-4 -84 -48 -152 -161 -152z
+" />
+    <glyph glyph-name="uni043A" unicode="&#x43a;" 
+d="M101 0v489h99v-196h116l55 104c44 83 78 104 136 104c13 0 26 -3 37 -7l-17 -92c-8 2 -13 4 -22 4c-25 0 -40 -11 -68 -63l-47 -87l175 -256h-109l-140 214h-116v-214h-99z" />
+    <glyph glyph-name="uni043B" unicode="&#x43b;" 
+d="M74 -12c-20 0 -34 3 -49 9l18 90c7 -2 14 -4 23 -4c32 0 54 29 62 96c13 103 25 206 37 310h338v-489h-99v409h-161c-10 -85 -20 -171 -31 -256c-15 -109 -61 -165 -138 -165z" />
+    <glyph glyph-name="uni043C" unicode="&#x43c;" 
+d="M57 0v489h118l83 -213c15 -40 29 -78 41 -117h4c14 39 29 77 42 117l80 213h118v-489h-92v194c0 46 7 129 12 180h-4c-14 -39 -31 -84 -45 -122l-80 -207h-67l-83 207c-14 38 -29 83 -43 122h-4c4 -51 11 -134 11 -180v-194h-91z" />
+    <glyph glyph-name="uni043D" unicode="&#x43d;" 
+d="M88 0v489h99v-193h226v193h99v-489h-99v209h-226v-209h-99z" />
+    <glyph glyph-name="uni043E" unicode="&#x43e;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175z" />
+    <glyph glyph-name="uni043F" unicode="&#x43f;" 
+d="M88 0v489h424v-489h-99v409h-226v-409h-99z" />
+    <glyph glyph-name="uni0440" unicode="&#x440;" 
+d="M88 -200v689h81l8 -60h3c44 42 105 72 163 72c129 0 201 -98 201 -249c0 -167 -105 -264 -220 -264c-45 0 -98 22 -139 60h-3l5 -88v-160h-99zM305 70c78 0 137 65 137 181c0 102 -38 167 -126 167c-40 0 -85 -20 -129 -66v-231c41 -37 87 -51 118 -51z" />
+    <glyph glyph-name="uni0441" unicode="&#x441;" 
+d="M345 -12c-153 0 -269 94 -269 256c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64c-55 -48 -125 -75 -196 -75z" />
+    <glyph glyph-name="uni0442" unicode="&#x442;" 
+d="M250 0v409h-188v80h476v-80h-188v-409h-100z" />
+    <glyph glyph-name="uni0443" unicode="&#x443;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174z" />
+    <glyph glyph-name="uni0444" unicode="&#x444;" 
+d="M254 -200v148l3 74c-22 -17 -47 -34 -79 -34c-89 0 -149 93 -149 255c0 160 72 258 149 258c33 0 58 -16 79 -34l-3 73v169h92v-169l-3 -76c24 21 56 37 87 37c88 0 141 -98 141 -250c0 -166 -72 -263 -151 -263c-27 0 -54 15 -77 34l3 -74v-148h-92zM203 70
+c21 0 37 10 54 32v287c-17 19 -37 29 -58 29c-45 0 -76 -67 -76 -174c0 -110 27 -174 80 -174zM399 70c49 0 78 66 78 181c0 102 -19 167 -75 167c-20 0 -40 -10 -59 -30v-288c19 -21 40 -30 56 -30z" />
+    <glyph glyph-name="uni0445" unicode="&#x445;" 
+d="M57 0l182 254l-169 235h108l71 -100c17 -27 37 -56 55 -83h4c17 27 36 57 52 84l65 99h105l-170 -245l182 -244h-108l-78 104c-19 28 -41 60 -62 88h-4c-18 -29 -37 -58 -56 -88l-72 -104h-105z" />
+    <glyph glyph-name="uni0446" unicode="&#x446;" 
+d="M88 0v489h99v-409h214v409h99v-409h72v-64l-9 -188h-86v172h-389z" />
+    <glyph glyph-name="uni0447" unicode="&#x447;" 
+d="M399 0v189c-38 -8 -58 -11 -107 -11c-131 0 -210 51 -210 186v125h99v-125c0 -76 39 -107 131 -107c32 0 56 4 87 11v221h99v-489h-99z" />
+    <glyph glyph-name="uni0448" unicode="&#x448;" 
+d="M52 0v489h95v-409h109v409h88v-409h109v409h95v-489h-496z" />
+    <glyph glyph-name="uni0449" unicode="&#x449;" 
+d="M52 0v489h94v-409h106v409h86v-409h106v409h94v-409h59v-64l-9 -188h-78v172h-458z" />
+    <glyph glyph-name="uni044A" unicode="&#x44a;" 
+d="M192 0v409h-158v80h257v-174h65c117 0 198 -45 198 -156c0 -113 -81 -159 -198 -159h-164zM291 78h57c74 0 110 25 110 81s-36 80 -110 80h-57v-161z" />
+    <glyph glyph-name="uni044B" unicode="&#x44b;" 
+d="M62 0v489h89v-174h60c106 0 179 -45 179 -156c0 -113 -73 -159 -179 -159h-149zM151 78h52c68 0 101 25 101 81s-33 80 -101 80h-52v-161zM449 0v489h89v-489h-89z" />
+    <glyph glyph-name="uni044C" unicode="&#x44c;" 
+d="M114 0v489h99v-174h111c120 0 203 -45 203 -156c0 -113 -83 -159 -203 -159h-210zM213 78h103c78 0 115 25 115 81s-37 80 -115 80h-103v-161z" />
+    <glyph glyph-name="uni044D" unicode="&#x44d;" 
+d="M255 -12c-74 0 -145 24 -196 70l40 60c35 -32 89 -52 146 -52c104 0 173 48 183 150h-240v73h237c-16 91 -81 134 -172 134c-60 0 -104 -19 -140 -49l-45 59c42 38 105 68 191 68c145 0 264 -83 264 -258c0 -170 -114 -255 -268 -255z" />
+    <glyph glyph-name="uni044E" unicode="&#x44e;" 
+d="M387 -12c-94 0 -165 73 -176 218h-73v-206h-97v489h97v-195h74c14 138 84 207 175 207c107 0 181 -84 181 -258c0 -171 -74 -255 -181 -255zM383 69c52 0 86 53 86 174c0 122 -34 177 -86 177c-54 0 -89 -55 -89 -177c0 -121 35 -174 89 -174z" />
+    <glyph glyph-name="uni044F" unicode="&#x44f;" 
+d="M408 0v183h-116l-131 -183h-111l142 192c-65 19 -117 65 -117 147c0 112 82 150 189 150h244v-489h-100zM280 256h128v156h-128c-68 0 -107 -21 -107 -75c0 -53 39 -81 107 -81z" />
+    <glyph glyph-name="uni0450" unicode="&#x450;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM332 566
+l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="uni0451" unicode="&#x451;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM214 584
+c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM416 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="uni0452" unicode="&#x452;" 
+d="M330 -212c-28 0 -51 6 -66 14l19 74c11 -4 25 -8 39 -8c66 0 117 60 117 294c0 170 -42 234 -124 234c-45 0 -79 -27 -129 -79v-317h-98v561h-72v61l72 5v82h98v-82h205v-66h-205v-60l-6 -109h4c44 49 96 89 164 89c125 0 193 -107 193 -308c0 -297 -81 -385 -211 -385z
+" />
+    <glyph glyph-name="uni0453" unicode="&#x453;" 
+d="M138 0v489h386v-80h-287v-409h-99zM328 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni0454" unicode="&#x454;" 
+d="M346 -12c-154 0 -269 85 -269 255c0 173 126 258 276 258c79 0 136 -28 179 -65l-45 -62c-37 31 -81 49 -134 49c-92 0 -161 -45 -178 -134h247v-73h-250c11 -101 79 -150 184 -150c58 0 109 23 146 54l39 -62c-54 -47 -124 -70 -195 -70z" />
+    <glyph glyph-name="uni0455" unicode="&#x455;" 
+d="M306 -12c-93 0 -180 35 -239 76l44 64c57 -40 123 -64 208 -64c75 0 111 30 111 67c0 35 -20 56 -143 82c-129 27 -190 71 -190 145c0 82 73 143 209 143c77 0 151 -31 200 -64l-46 -62c-47 31 -103 50 -163 50c-74 0 -101 -28 -101 -62c0 -38 39 -54 134 -74
+c160 -35 200 -76 200 -152c0 -82 -80 -149 -224 -149z" />
+    <glyph glyph-name="uni0456" unicode="&#x456;" 
+d="M306 0v409h-219v80h318v-489h-99zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni0457" unicode="&#x457;" 
+d="M306 0v409h-219v80h318v-489h-99zM246 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM448 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="uni0458" unicode="&#x458;" 
+d="M194 -212c-53 0 -103 14 -142 33l31 73c36 -17 73 -26 108 -26c90 0 115 45 115 125v416h-219v80h318v-490c0 -120 -48 -211 -211 -211zM347 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni0459" unicode="&#x459;" 
+d="M39 -12c-19 0 -33 3 -48 9l18 90c6 -2 12 -4 20 -4c23 0 44 26 55 96c14 101 20 200 26 310h255v-174h14c107 0 182 -45 182 -156c0 -113 -75 -159 -182 -159h-105v409h-84c-6 -87 -11 -181 -24 -272c-16 -100 -62 -149 -127 -149zM365 78h6c73 0 105 26 105 81
+c0 56 -32 80 -105 80h-6v-161z" />
+    <glyph glyph-name="uni045A" unicode="&#x45a;" 
+d="M52 0v489h93v-193h116v193h93v-174h24c109 0 180 -45 180 -156c0 -113 -71 -159 -180 -159h-117v209h-116v-209h-93zM354 78h15c70 0 102 25 102 81c0 57 -32 80 -102 80h-15v-161z" />
+    <glyph glyph-name="uni045B" unicode="&#x45b;" 
+d="M88 0v560h-72v61l72 6v82h98v-82h205v-67h-205v-59l-6 -110h4c46 50 102 90 177 90c114 0 166 -71 166 -198v-283h-99v270c0 85 -28 126 -101 126c-54 0 -89 -27 -141 -79v-317h-98z" />
+    <glyph glyph-name="uni045C" unicode="&#x45c;" 
+d="M101 0v489h99v-196h116l55 104c44 83 78 104 136 104c13 0 26 -3 37 -7l-17 -92c-8 2 -13 4 -22 4c-25 0 -40 -11 -68 -63l-47 -87l175 -256h-109l-140 214h-116v-214h-99zM303 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni045D" unicode="&#x45d;" 
+d="M93 0v489h96v-186c0 -51 -5 -116 -9 -178h4c17 30 45 74 62 104l170 260h91v-489h-96v185c0 52 5 117 9 179h-4c-17 -30 -45 -75 -62 -104l-170 -260h-91zM330 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="uni045E" unicode="&#x45e;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM305 572c-113 0 -157 68 -161 152l80 4c2 -57 21 -100 81 -100
+s79 43 81 100l80 -4c-4 -84 -48 -152 -161 -152z" />
+    <glyph glyph-name="uni045F" unicode="&#x45f;" 
+d="M95 0v489h99v-409h212v409h99v-489h-154l-11 -172h-84l-4 172h-157z" />
+    <glyph glyph-name="uni0463" unicode="&#x463;" 
+d="M186 0v435h-148v80h148v109h99v-109h176v-80h-176v-120h66c117 0 198 -45 198 -156c0 -113 -81 -159 -198 -159h-165zM285 78h58c74 0 110 25 110 81s-36 80 -110 80h-58v-161z" />
+    <glyph glyph-name="uni0473" unicode="&#x473;" 
+d="M300 -12c-130 0 -243 88 -243 255c0 170 113 258 243 258s243 -88 243 -258c0 -167 -113 -255 -243 -255zM300 425c-77 0 -132 -49 -146 -136h292c-14 87 -69 136 -146 136zM300 65c83 0 140 55 149 151h-298c9 -96 66 -151 149 -151z" />
+    <glyph glyph-name="uni0475" unicode="&#x475;" 
+d="M240 0l-179 489h101l91 -266c15 -47 30 -97 44 -145h4c12 48 27 97 40 145l41 129c28 101 60 149 131 149c24 0 37 -3 54 -10l-19 -87c-7 3 -15 6 -25 6c-28 0 -41 -25 -56 -71l-106 -339h-121z" />
+    <glyph glyph-name="uni0491" unicode="&#x491;" 
+d="M151 0v489h261l17 172h81l-9 -252h-251v-409h-99z" />
+    <glyph glyph-name="uni0493" unicode="&#x493;" 
+d="M142 0v202h-76v60l76 6v221h382v-80h-283v-141h166v-66h-166v-202h-99z" />
+    <glyph glyph-name="uni0497" unicode="&#x497;" 
+d="M530 -172v172h-34l-94 216h-58v-216h-88v216h-58l-94 -216h-99l127 264l-31 84c-17 48 -37 57 -58 57c-8 0 -12 0 -18 -2l-14 92c8 5 19 6 32 6c54 0 94 -22 124 -102l40 -110h49v200h88v-200h49l40 110c30 80 70 102 124 102c13 0 24 -2 32 -6l-14 -92c-6 2 -10 2 -18 2
+c-21 0 -41 -9 -58 -57l-31 -84l89 -184h51v-64l-10 -188h-68z" />
+    <glyph glyph-name="uni0499" unicode="&#x499;" 
+d="M243 -172l-4 162c-63 5 -121 25 -181 71l42 64c56 -44 114 -59 171 -59c99 0 151 28 151 79c0 50 -47 71 -135 71h-93v73h82c83 0 125 24 125 68s-42 66 -129 66c-67 0 -112 -16 -163 -52l-39 65c58 42 125 65 208 65c129 0 219 -43 219 -134c0 -46 -27 -86 -87 -107v-4
+c68 -17 110 -51 110 -120c0 -82 -73 -132 -183 -145l-11 -163h-83z" />
+    <glyph glyph-name="uni049B" unicode="&#x49b;" 
+d="M494 -172v172h-38l-140 214h-116v-214h-99v489h99v-196h116l55 104c44 83 78 104 136 104c13 0 26 -3 37 -7l-17 -92c-8 2 -13 4 -22 4c-25 0 -40 -11 -68 -63l-47 -87l120 -176h68v-64l-9 -188h-75z" />
+    <glyph glyph-name="uni04A1" unicode="&#x4a1;" 
+d="M195 0v409h-163v80h252v-196h84l39 104c32 86 72 104 125 104c12 0 23 -2 32 -6l-17 -92c-6 2 -10 3 -17 3c-21 0 -38 -9 -58 -63l-35 -92l149 -251h-95l-123 214h-84v-214h-89z" />
+    <glyph glyph-name="uni04A3" unicode="&#x4a3;" 
+d="M88 0v489h99v-193h214v193h99v-409h72v-64l-9 -188h-86v172h-76v209h-214v-209h-99z" />
+    <glyph glyph-name="uni04AB" unicode="&#x4ab;" 
+d="M296 -172l-4 164c-126 19 -216 109 -216 252c0 163 127 257 275 257c80 0 140 -31 180 -70l-48 -63c-39 32 -79 51 -127 51c-105 0 -178 -70 -178 -175s71 -175 175 -175c59 0 106 26 145 58l43 -64c-43 -38 -96 -63 -151 -71l-10 -164h-84z" />
+    <glyph glyph-name="uni04AF" unicode="&#x4af;" 
+d="M254 -200v193l-208 496h101l102 -259c19 -49 36 -99 52 -145h4c16 46 32 96 51 145l102 259h96l-201 -496v-193h-99z" />
+    <glyph glyph-name="uni04B1" unicode="&#x4b1;" 
+d="M96 0v59l78 6h52l-180 424h100l103 -259c19 -50 36 -99 52 -145h4c16 46 32 95 51 145l102 259h96l-174 -424h124v-65h-151v-200h-99v200h-158z" />
+    <glyph glyph-name="uni04B3" unicode="&#x4b3;" 
+d="M470 -172v172h-36l-78 104c-19 28 -41 60 -62 88h-4c-18 -29 -37 -58 -56 -88l-72 -104h-105l182 254l-169 235h108l71 -100c17 -27 37 -56 55 -83h4c17 27 36 57 52 84l65 99h105l-170 -245l122 -164h82v-64l-9 -188h-85z" />
+    <glyph glyph-name="uni04B7" unicode="&#x4b7;" 
+d="M391 0v189c-37 -7 -56 -11 -103 -11c-129 0 -206 51 -206 181v130h99v-130c0 -71 38 -102 127 -102c31 0 54 4 83 11v221h99v-409h73v-64l-10 -188h-84v172h-78z" />
+    <glyph glyph-name="uni04BB" unicode="&#x4bb;" 
+d="M88 0v709h99v-188l-6 -110h3c46 50 102 90 177 90c114 0 166 -71 166 -198v-303h-99v290c0 85 -28 125 -102 125c-52 0 -89 -26 -139 -78v-337h-99z" />
+    <glyph glyph-name="uni04C2" unicode="&#x4c2;" 
+d="M5 0l127 264l-31 84c-17 48 -37 57 -58 57c-8 0 -12 0 -18 -2l-14 92c8 5 19 6 32 6c54 0 94 -22 124 -102l40 -110h49v200h88v-200h49l40 110c30 80 70 102 124 102c13 0 24 -2 32 -6l-14 -92c-6 2 -10 2 -18 2c-21 0 -41 -9 -58 -57l-31 -84l127 -264h-99l-94 216h-58
+v-216h-88v216h-58l-94 -216h-99zM300 572c-113 0 -157 68 -161 152l80 4c2 -57 21 -100 81 -100s79 43 81 100l80 -4c-4 -84 -48 -152 -161 -152z" />
+    <glyph glyph-name="uni04CF" unicode="&#x4cf;" 
+d="M404 -12c-109 0 -168 65 -168 183v459h-168v79h267v-544c0 -68 38 -96 92 -96c27 0 55 7 88 21l24 -74c-47 -18 -80 -28 -135 -28z" />
+    <glyph glyph-name="uni04D1" unicode="&#x4d1;" 
+d="M241 -12c-94 0 -165 55 -165 141c0 110 99 163 345 182c-3 60 -35 109 -122 109c-60 0 -118 -27 -166 -55l-37 67c54 33 135 69 220 69c135 0 204 -78 204 -207v-294h-81l-8 63h-3c-52 -40 -120 -75 -187 -75zM269 67c52 0 102 24 152 65v116
+c-192 -15 -249 -53 -249 -112c0 -49 44 -69 97 -69zM320 572c-113 0 -157 68 -161 152l80 4c2 -57 21 -100 81 -100s79 43 81 100l80 -4c-4 -84 -48 -152 -161 -152z" />
+    <glyph glyph-name="uni04D5" unicode="&#x4d5;" 
+d="M146 -12c-75 0 -129 52 -129 135c0 99 73 160 243 182c-3 87 -35 115 -81 115c-39 0 -79 -18 -111 -39l-36 67c44 28 98 53 155 53c56 0 97 -27 121 -94c34 67 85 94 137 94c102 0 151 -105 151 -227c0 -21 -2 -42 -5 -58h-254c7 -93 50 -148 118 -148c35 0 65 12 91 30
+l35 -66c-34 -26 -81 -44 -129 -44c-67 0 -118 31 -151 84c-48 -55 -99 -84 -155 -84zM174 66c32 0 70 19 102 60c-10 33 -16 70 -16 111v6c-120 -17 -153 -57 -153 -110c0 -42 27 -67 67 -67zM438 423c-44 0 -90 -37 -100 -136h179c-3 92 -29 136 -79 136z" />
+    <glyph glyph-name="uni04D7" unicode="&#x4d7;" 
+d="M330 -12c-148 0 -265 94 -265 257c0 159 120 256 250 256c144 0 225 -95 225 -231c0 -21 -2 -41 -4 -54h-372c11 -101 83 -150 179 -150c54 0 98 16 142 43l35 -63c-50 -33 -115 -58 -190 -58zM318 423c-74 0 -137 -47 -152 -134h285c-7 89 -57 134 -133 134zM315 572
+c-113 0 -157 68 -161 152l80 4c2 -57 21 -100 81 -100s79 43 81 100l80 -4c-4 -84 -48 -152 -161 -152z" />
+    <glyph glyph-name="uni04D9" unicode="&#x4d9;" 
+d="M295 -12c-148 0 -230 99 -230 237c0 20 3 42 5 54h371c-12 97 -73 144 -166 144c-55 0 -100 -16 -144 -43l-35 63c51 33 115 58 191 58c147 0 252 -96 252 -256c0 -162 -110 -257 -244 -257zM293 66c80 0 136 47 148 140h-287c7 -93 57 -140 139 -140z" />
+    <glyph glyph-name="uni04E3" unicode="&#x4e3;" 
+d="M93 0v489h96v-186c0 -51 -5 -116 -9 -178h4c17 30 45 74 62 104l170 260h91v-489h-96v185c0 52 5 117 9 179h-4c-17 -30 -45 -75 -62 -104l-170 -260h-91zM176 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni04E7" unicode="&#x4e7;" 
+d="M300 -12c-128 0 -244 94 -244 256c0 163 116 257 244 257s244 -94 244 -257c0 -162 -116 -256 -244 -256zM300 69c87 0 142 70 142 175s-55 175 -142 175s-142 -70 -142 -175s55 -175 142 -175zM199 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62z
+M401 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="uni04E9" unicode="&#x4e9;" 
+d="M300 -12c-130 0 -243 88 -243 255c0 170 113 258 243 258s243 -88 243 -258c0 -167 -113 -255 -243 -255zM300 425c-77 0 -132 -49 -146 -136h292c-14 87 -69 136 -146 136zM300 65c83 0 140 55 149 151h-298c9 -96 66 -151 149 -151z" />
+    <glyph glyph-name="uni04EF" unicode="&#x4ef;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM168 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni04F3" unicode="&#x4f3;" 
+d="M134 -205c-24 0 -49 4 -67 10l20 77c12 -4 27 -7 42 -7c65 0 104 40 126 94l13 34l-223 486h99l110 -255c18 -44 37 -95 57 -143h4c16 47 34 98 50 143l97 255h94l-209 -520c-39 -104 -99 -174 -213 -174zM249 567l-54 25l87 174l69 -32zM407 567l-54 25l87 174l69 -32z
+" />
+    <glyph glyph-name="uni0430.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175z" />
+    <glyph glyph-name="uni04D1.a" 
+d="M266 -12c-125 0 -210 94 -210 256c0 159 105 257 221 257c55 0 101 -22 145 -65h3l9 53h78v-489h-81l-8 60h-3c-39 -39 -96 -72 -154 -72zM290 70c44 0 85 22 123 66v232c-39 37 -77 50 -116 50c-76 0 -139 -67 -139 -173c0 -112 49 -175 132 -175zM305 572
+c-113 0 -157 68 -161 152l80 4c2 -57 21 -100 81 -100s79 43 81 100l80 -4c-4 -84 -48 -152 -161 -152z" />
+    <glyph glyph-name="uni0431.srb" 
+d="M295 -12c-115 0 -215 83 -215 217c0 120 75 189 186 223c-66 45 -131 89 -131 146c0 101 88 114 230 130c89 7 109 12 139 26l20 -88c-28 -16 -69 -25 -111 -29c-138 -15 -181 -13 -181 -52c0 -32 64 -50 138 -102c89 -62 151 -123 151 -237c0 -138 -88 -234 -226 -234z
+M297 69c80 0 130 61 130 155c0 74 -43 117 -100 160c-96 -24 -155 -86 -155 -175c0 -85 60 -140 125 -140z" />
+    <glyph glyph-name="uni0456.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM327 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni0457.a" 
+d="M95 0v80h191v329h-168v80h267v-409h179v-80h-469zM223 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM425 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="uni04CF.a" 
+d="M95 0v80h191v550h-168v79h267v-629h179v-80h-469z" />
+    <glyph glyph-name="uni2116" unicode="&#x2116;" 
+d="M30 -12c-7 0 -20 0 -29 3l-6 78c20 0 29 9 29 42v526h98c18 -59 99 -336 114 -398c10 -31 24 -94 33 -125h4c-10 125 -20 203 -20 290v138c0 71 24 107 75 107c8 0 20 -1 30 -3l5 -77c-19 0 -29 -9 -29 -43v-526h-100c-15 59 -96 337 -112 399c-9 31 -25 94 -33 124h-4
+c11 -124 20 -202 20 -290v-138c0 -71 -24 -107 -75 -107zM497 274c-62 0 -116 51 -116 163s54 162 116 162s115 -50 115 -162s-53 -163 -115 -163zM497 338c30 0 46 31 46 99s-16 99 -46 99s-46 -31 -46 -99s16 -99 46 -99zM411 163v60h173v-60h-173z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" 
+d="M237 -12c-122 0 -200 79 -200 183c0 86 56 140 118 185c-27 54 -43 106 -43 152c0 88 58 159 148 159c86 0 135 -55 135 -134c0 -84 -70 -138 -137 -190c39 -60 94 -119 150 -167c33 50 58 111 75 182h91c-22 -85 -56 -163 -102 -232c38 -28 75 -47 107 -57l-25 -81
+c-44 13 -90 37 -138 72c-48 -44 -106 -72 -179 -72zM196 509c0 -33 10 -68 27 -105c52 37 94 74 94 128c0 36 -15 66 -56 66c-40 0 -65 -37 -65 -89zM248 66c37 0 72 17 104 45c-60 52 -115 115 -158 180c-36 -33 -62 -69 -62 -114c0 -67 51 -111 116 -111z" />
+    <glyph glyph-name="zero" unicode="0" 
+d="M300 -12c-143 0 -233 120 -233 333c0 214 90 328 233 328s233 -114 233 -328c0 -213 -90 -333 -233 -333zM300 67c82 0 142 75 142 254s-60 250 -142 250s-142 -71 -142 -250s60 -254 142 -254zM300 257c-36 0 -66 26 -66 69s30 69 66 69s66 -26 66 -69s-30 -69 -66 -69z
+" />
+    <glyph glyph-name="one" unicode="1" 
+d="M93 0v81h180v444h-142v62c78 11 125 26 168 50h73v-556h161v-81h-440z" />
+    <glyph glyph-name="two" unicode="2" 
+d="M69 0v58c208 181 327 292 327 395c0 70 -43 117 -130 117c-57 0 -107 -34 -146 -74l-56 55c60 61 123 98 215 98c129 0 212 -76 212 -191c0 -117 -118 -235 -278 -380c38 3 81 6 117 6h195v-84h-456z" />
+    <glyph glyph-name="three" unicode="3" 
+d="M285 -12c-110 0 -185 41 -232 90l49 64c42 -39 100 -73 176 -73c82 0 144 41 144 107c0 70 -59 117 -222 117v74c145 0 200 47 200 110c0 57 -49 93 -122 93c-57 0 -108 -26 -150 -63l-52 62c55 47 124 80 206 80c126 0 218 -60 218 -165c0 -74 -54 -122 -133 -149v-4
+c84 -19 155 -74 155 -160c0 -115 -108 -183 -237 -183z" />
+    <glyph glyph-name="four" unicode="4" 
+d="M361 0v170h-323v67l305 401h111v-390h95v-78h-95v-170h-93zM142 248h219v174c1 36 3 83 5 120h-5c-20 -33 -44 -65 -66 -97z" />
+    <glyph glyph-name="five" unicode="5" 
+d="M285 -12c-113 0 -182 42 -232 88l48 64c42 -37 93 -71 172 -71c85 0 152 51 152 134c0 82 -59 129 -147 129c-50 0 -79 -12 -123 -37l-50 32l20 310h369v-84h-282l-15 -171c34 14 65 23 109 23c120 0 219 -62 219 -199c0 -139 -116 -218 -240 -218z" />
+    <glyph glyph-name="six" unicode="6" 
+d="M320 -12c-137 0 -247 99 -247 309c0 251 129 352 268 352c81 0 142 -31 185 -70l-54 -61c-32 30 -77 50 -124 50c-95 0 -179 -65 -183 -256c50 50 114 80 174 80c116 0 198 -65 198 -197c0 -125 -101 -207 -217 -207zM319 65c69 0 125 49 125 130s-45 124 -125 124
+c-47 0 -104 -23 -151 -80c14 -118 69 -174 151 -174z" />
+    <glyph glyph-name="seven" unicode="7" 
+d="M217 0c11 234 64 377 206 553h-355v84h466v-61c-167 -189 -204 -326 -215 -576h-102z" />
+    <glyph glyph-name="eight" unicode="8" 
+d="M302 -12c-145 0 -236 73 -236 175c0 85 65 134 133 166v4c-53 34 -96 82 -96 149c0 101 85 167 202 167c125 0 201 -70 201 -171c0 -60 -44 -113 -96 -149v-4c69 -34 124 -76 124 -165c0 -97 -84 -172 -232 -172zM350 353c47 37 71 76 71 119c0 60 -42 105 -118 105
+c-65 0 -111 -36 -111 -95c0 -69 68 -100 158 -129zM304 60c85 0 136 40 136 103c0 81 -82 102 -188 139c-56 -31 -97 -71 -97 -129c0 -67 59 -113 149 -113z" />
+    <glyph glyph-name="nine" unicode="9" 
+d="M281 318c47 0 104 23 151 80c-14 118 -69 174 -151 174c-69 0 -125 -49 -125 -130s45 -124 125 -124zM259 -12c-81 0 -142 31 -184 70l54 61c31 -30 76 -50 123 -50c95 0 179 65 183 256c-50 -50 -114 -80 -174 -80c-116 0 -198 65 -198 197c0 125 101 207 217 207
+c137 0 248 -99 248 -309c0 -251 -130 -352 -269 -352z" />
+    <glyph glyph-name="zero.a" 
+d="M300 -12c-143 0 -233 120 -233 333c0 214 90 328 233 328s233 -114 233 -328c0 -213 -90 -333 -233 -333zM300 575c-39 0 -74 -17 -99 -54l229 -325c8 34 12 76 12 125c0 182 -60 254 -142 254zM300 62c40 0 74 18 99 57l-229 326c-8 -33 -12 -75 -12 -124
+c0 -182 60 -259 142 -259z" />
+    <glyph glyph-name="one.a" 
+d="M93 0v81h180v415l-111 -80l-50 56l182 165h78v-556h161v-81h-440z" />
+    <glyph glyph-name="zero.onum" 
+d="M300 -12c-143 0 -233 109 -233 303c0 191 90 296 233 296s233 -105 233 -296c0 -194 -90 -303 -233 -303zM300 67c82 0 142 67 142 224c0 153 -60 217 -142 217s-142 -64 -142 -217c0 -157 60 -224 142 -224zM300 227c-36 0 -66 27 -66 69s30 69 66 69s66 -27 66 -69
+s-30 -69 -66 -69z" />
+    <glyph glyph-name="one.onum" 
+d="M93 0v81h180v381h-142v63c78 11 125 27 168 50h73v-494h161v-81h-440z" />
+    <glyph glyph-name="two.onum" 
+d="M69 0v58c210 139 327 246 327 328c0 73 -43 121 -130 121c-57 0 -107 -33 -146 -73l-56 55c60 60 123 98 215 98c129 0 212 -77 212 -196c0 -101 -102 -199 -260 -313c38 3 82 6 118 6h176v-84h-456z" />
+    <glyph glyph-name="three.onum" 
+d="M285 -87c-110 0 -185 41 -232 90l49 64c42 -39 100 -72 176 -72c82 0 144 42 144 111c0 73 -59 119 -222 119v74c145 0 200 48 200 113c0 58 -49 95 -122 95c-57 0 -108 -25 -150 -62l-52 62c55 47 124 80 206 80c126 0 218 -62 218 -167c0 -76 -54 -126 -133 -153v-4
+c84 -19 155 -73 155 -162c0 -118 -108 -188 -237 -188z" />
+    <glyph glyph-name="four.onum" 
+d="M361 -75v166h-323v67l305 417h111v-406h95v-78h-95v-166h-93zM141 169h220v191c1 36 3 83 5 120h-5c-20 -34 -43 -68 -65 -101z" />
+    <glyph glyph-name="five.onum" 
+d="M285 -87c-113 0 -182 42 -232 88l48 64c42 -37 93 -70 172 -70c85 0 152 52 152 138c0 85 -59 132 -147 132c-50 0 -79 -12 -123 -37l-50 31l20 316h369v-85h-282l-15 -176c34 16 65 24 109 24c120 0 219 -62 219 -202c0 -142 -116 -223 -240 -223z" />
+    <glyph glyph-name="six.onum" 
+d="M321 -12c-137 0 -247 99 -247 309c0 251 129 352 268 352c81 0 142 -31 185 -70l-54 -61c-32 30 -77 50 -124 50c-95 0 -179 -65 -183 -256c50 50 114 80 174 80c116 0 198 -65 198 -197c0 -125 -101 -207 -217 -207zM320 65c69 0 125 49 125 130s-45 124 -125 124
+c-47 0 -104 -23 -151 -80c14 -118 69 -174 151 -174z" />
+    <glyph glyph-name="seven.onum" 
+d="M217 -75c11 238 63 387 206 565h-355v85h466v-61c-167 -191 -204 -334 -215 -589h-102z" />
+    <glyph glyph-name="eight.onum" 
+d="M302 -12c-145 0 -236 73 -236 175c0 85 65 134 133 166v4c-53 34 -96 82 -96 149c0 101 85 167 202 167c125 0 201 -70 201 -171c0 -60 -44 -113 -96 -149v-4c69 -34 124 -76 124 -165c0 -97 -84 -172 -232 -172zM350 353c47 37 71 76 71 119c0 60 -42 105 -118 105
+c-65 0 -111 -36 -111 -95c0 -69 68 -100 158 -129zM304 60c85 0 136 40 136 103c0 81 -82 102 -188 139c-56 -31 -97 -71 -97 -129c0 -67 59 -113 149 -113z" />
+    <glyph glyph-name="nine.onum" 
+d="M281 244c47 0 104 23 152 81c-11 125 -68 185 -152 185c-69 0 -125 -49 -125 -134s45 -132 125 -132zM259 -87c-81 0 -142 31 -184 70l54 61c31 -29 76 -49 123 -49c94 0 175 63 183 256c-51 -49 -114 -80 -174 -80c-116 0 -198 70 -198 205c0 128 101 211 217 211
+c137 0 248 -99 248 -309c0 -262 -130 -365 -269 -365z" />
+    <glyph glyph-name="zero.b" 
+d="M300 -12c-143 0 -233 109 -233 303c0 192 90 296 233 296s233 -104 233 -296c0 -194 -90 -303 -233 -303zM300 513c-35 0 -67 -12 -91 -39l217 -306c10 32 16 73 16 123c0 157 -60 222 -142 222zM300 62c36 0 67 13 91 40l-217 309c-10 -31 -16 -71 -16 -120
+c0 -161 60 -229 142 -229z" />
+    <glyph glyph-name="one.b" 
+d="M93 0v81h180v360l-106 -77l-50 56l177 155h78v-494h161v-81h-440z" />
+    <glyph glyph-name="zero.cap" 
+d="M300 -12c-143 0 -233 123 -233 342c0 221 90 337 233 337s233 -116 233 -337c0 -219 -90 -342 -233 -342zM300 67c82 0 142 78 142 263s-60 259 -142 259s-142 -74 -142 -259s60 -263 142 -263zM300 267c-36 0 -66 25 -66 68s30 69 66 69s66 -26 66 -69s-30 -68 -66 -68z
+" />
+    <glyph glyph-name="one.cap" 
+d="M93 0v81h180v462h-142v62c78 11 125 26 168 50h73v-574h161v-81h-440z" />
+    <glyph glyph-name="two.cap" 
+d="M69 0v58c208 182 327 294 327 398c0 78 -43 132 -130 132c-57 0 -107 -33 -146 -74l-56 55c60 61 123 98 215 98c129 0 212 -82 212 -207c0 -117 -117 -236 -278 -382c38 3 81 6 117 6h195v-84h-456z" />
+    <glyph glyph-name="three.cap" 
+d="M285 -12c-110 0 -185 41 -232 90l49 64c42 -39 100 -73 176 -73c82 0 144 43 144 112c0 73 -59 121 -222 121v74c145 0 200 49 200 115c0 60 -49 97 -122 97c-57 0 -108 -26 -150 -63l-52 62c55 47 124 80 206 80c126 0 218 -61 218 -169c0 -77 -54 -127 -133 -154v-4
+c84 -19 155 -76 155 -164c0 -118 -108 -188 -237 -188z" />
+    <glyph glyph-name="four.cap" 
+d="M361 0v175h-323v67l305 413h111v-402h95v-78h-95v-175h-93zM141 253h220v184c1 38 3 86 5 123h-3c-21 -34 -46 -67 -68 -100z" />
+    <glyph glyph-name="five.cap" 
+d="M285 -12c-113 0 -182 42 -232 88l48 68c43 -38 93 -75 172 -75c85 0 152 53 152 139c0 84 -59 133 -147 133c-50 0 -79 -12 -123 -37l-50 32l20 319h369v-84h-282l-15 -180c34 14 65 23 109 23c120 0 219 -63 219 -203c0 -143 -116 -223 -240 -223z" />
+    <glyph glyph-name="six.cap" 
+d="M320 -12c-137 0 -247 102 -247 318c0 258 129 361 268 361c81 0 142 -31 185 -70l-54 -60c-32 29 -77 49 -124 49c-96 0 -179 -67 -183 -265c50 50 114 80 174 80c116 0 198 -67 198 -201c0 -128 -101 -212 -217 -212zM319 65c69 0 125 51 125 135s-45 128 -125 128
+c-47 0 -104 -23 -151 -80c13 -124 69 -183 151 -183z" />
+    <glyph glyph-name="seven.cap" 
+d="M217 0c11 242 61 391 206 571h-355v84h466v-61c-170 -192 -204 -337 -215 -594h-102z" />
+    <glyph glyph-name="eight.cap" 
+d="M302 -12c-145 0 -236 76 -236 180c0 87 65 139 133 171v4c-53 34 -96 84 -96 154c0 103 85 170 202 170c125 0 201 -72 201 -175c0 -62 -43 -118 -96 -154v-4c69 -34 124 -77 124 -169c0 -100 -84 -177 -232 -177zM350 362c48 38 71 80 71 124c0 62 -42 109 -118 109
+c-65 0 -111 -38 -111 -98c0 -73 68 -106 158 -135zM304 60c85 0 136 42 136 108c0 83 -82 106 -188 143c-57 -31 -97 -73 -97 -133c0 -70 59 -118 149 -118z" />
+    <glyph glyph-name="nine.cap" 
+d="M281 327c47 0 104 23 151 80c-13 124 -69 184 -151 184c-69 0 -125 -52 -125 -136s45 -128 125 -128zM259 -12c-81 0 -142 31 -184 70l54 61c31 -30 76 -50 123 -50c96 0 179 67 183 265c-50 -49 -114 -80 -174 -80c-116 0 -198 66 -198 201c0 129 101 212 217 212
+c137 0 248 -102 248 -318c0 -257 -130 -361 -269 -361z" />
+    <glyph glyph-name="zero.c" 
+d="M300 -12c-143 0 -233 123 -233 342c0 221 90 337 233 337s233 -116 233 -337c0 -219 -90 -342 -233 -342zM300 594c-40 0 -75 -18 -100 -58l229 -340c8 36 13 81 13 134c0 189 -60 264 -142 264zM300 62c40 0 75 19 101 61l-230 340c-8 -36 -13 -80 -13 -133
+c0 -189 60 -268 142 -268z" />
+    <glyph glyph-name="one.c" 
+d="M93 0v81h180v440l-106 -77l-50 56l177 155h78v-574h161v-81h-440z" />
+    <glyph glyph-name="period" unicode="." 
+d="M300 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="comma" unicode="," 
+d="M220 -214l-27 61c83 35 125 85 127 159c-5 -1 -11 -1 -16 -1c-47 0 -86 28 -86 82c0 53 40 83 88 83c64 0 98 -53 98 -139c0 -120 -67 -204 -184 -245z" />
+    <glyph glyph-name="colon" unicode=":" 
+d="M300 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM300 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="semicolon" unicode=";" 
+d="M300 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM220 -214l-27 61c83 35 125 85 127 159c-5 -1 -11 -1 -16 -1c-47 0 -86 28 -86 82c0 53 40 83 88 83c64 0 98 -53 98 -139c0 -120 -67 -204 -184 -245z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" 
+d="M99 -12c-43 0 -76 34 -76 80c0 48 33 81 76 81s75 -33 75 -81c0 -46 -32 -80 -75 -80zM300 -12c-43 0 -75 34 -75 80c0 48 32 81 75 81s75 -33 75 -81c0 -46 -32 -80 -75 -80zM501 -12c-43 0 -75 34 -75 80c0 48 32 81 75 81s76 -33 76 -81c0 -46 -33 -80 -76 -80z" />
+    <glyph glyph-name="exclam" unicode="!" 
+d="M267 238l-13 328l-3 104h98l-3 -104l-13 -328h-66zM300 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84z" />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" 
+d="M251 -181l3 103l13 328h66l13 -328l3 -103h-98zM300 334c-44 0 -80 32 -80 83s36 84 80 84s80 -33 80 -84s-36 -83 -80 -83z" />
+    <glyph glyph-name="question" unicode="?" 
+d="M236 238c-23 141 151 180 151 275c0 51 -36 88 -101 88c-48 0 -88 -22 -123 -55l-57 52c46 49 109 84 187 84c112 0 190 -59 190 -158c0 -135 -176 -160 -160 -286h-87zM286 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" 
+d="M307 -193c-112 0 -190 59 -190 157c0 136 176 160 160 286h87c23 -140 -151 -179 -151 -274c0 -51 36 -88 101 -88c48 0 88 21 123 54l57 -52c-46 -48 -109 -83 -187 -83zM314 334c-44 0 -80 32 -80 83s36 84 80 84s80 -33 80 -84s-36 -83 -80 -83z" />
+    <glyph glyph-name="quotesingle" unicode="'" 
+d="M268 340l-28 228l-3 118h126l-3 -118l-28 -228h-64z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" 
+d="M149 340l-28 228l-3 118h126l-3 -118l-28 -228h-64zM387 340l-28 228l-3 118h126l-3 -118l-28 -228h-64z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" 
+d="M300 334c-58 0 -97 49 -97 131c0 102 55 185 151 233l30 -56c-63 -34 -101 -84 -105 -152c8 3 16 5 24 5c45 0 76 -32 76 -77c0 -50 -33 -84 -79 -84z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" 
+d="M244 334l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83c58 0 97 -48 97 -131c0 -102 -55 -185 -151 -233z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" 
+d="M181 334c-58 0 -97 49 -97 131c0 102 55 185 151 233l30 -56c-63 -34 -101 -84 -105 -152c8 3 16 5 24 5c45 0 76 -32 76 -77c0 -50 -33 -84 -79 -84zM419 334c-58 0 -97 49 -97 131c0 102 55 185 151 233l30 -56c-63 -34 -101 -84 -105 -152c8 3 16 5 24 5
+c45 0 76 -32 76 -77c0 -50 -33 -84 -79 -84z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" 
+d="M125 334l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83c58 0 97 -48 97 -131c0 -102 -55 -185 -151 -233zM363 334l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83
+c58 0 97 -48 97 -131c0 -102 -55 -185 -151 -233z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" 
+d="M244 -228l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83c58 0 97 -48 97 -131c0 -102 -55 -185 -151 -233z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" 
+d="M125 -228l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83c58 0 97 -48 97 -131c0 -102 -55 -185 -151 -233zM363 -228l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83
+c58 0 97 -48 97 -131c0 -102 -55 -185 -151 -233z" />
+    <glyph glyph-name="quotereversed" unicode="&#x201b;" 
+d="M356 334c-96 48 -151 131 -151 233c0 83 39 131 97 131c46 0 79 -34 79 -83c0 -46 -31 -77 -76 -77c-8 0 -16 2 -24 5c4 -68 42 -119 106 -153z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" 
+d="M349 45l-158 158v98l158 158l45 -40l-127 -167l127 -168z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" 
+d="M251 45l-45 39l127 168l-127 167l45 40l158 -158v-98z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" 
+d="M230 45l-158 158v98l158 158l45 -40l-127 -167l127 -168zM468 45l-158 158v98l158 158l45 -40l-127 -167l127 -168z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" 
+d="M132 45l-45 39l127 168l-127 167l45 40l158 -158v-98zM370 45l-45 39l127 168l-127 167l45 40l158 -158v-98z" />
+    <glyph glyph-name="hyphen" unicode="-" 
+d="M81 294v72h438v-72h-438z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" 
+d="M81 294v72h438v-72h-438z" />
+    <glyph glyph-name="uni2010" unicode="&#x2010;" 
+d="M81 294v72h438v-72h-438z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M80 212v81h440v-81h-440z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" 
+d="M0 212v81h600v-81h-600z" />
+    <glyph glyph-name="figuredash" unicode="&#x2012;" 
+d="M80 212v81h440v-81h-440z" />
+    <glyph glyph-name="uni2015" unicode="&#x2015;" 
+d="M0 212v81h600v-81h-600z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" 
+d="M300 256c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" 
+d="M300 111c-83 0 -153 62 -153 151s70 151 153 151s153 -62 153 -151s-70 -151 -153 -151z" />
+    <glyph glyph-name="uni25E6" unicode="&#x25e6;" 
+d="M300 98c-97 0 -166 71 -166 164s69 164 166 164s166 -71 166 -164s-69 -164 -166 -164zM300 153c61 0 104 45 104 109s-43 109 -104 109s-104 -45 -104 -109s43 -109 104 -109z" />
+    <glyph glyph-name="uni25AA" unicode="&#x25aa;" 
+d="M162 125v274h276v-274h-276z" />
+    <glyph glyph-name="uni25AB" unicode="&#x25ab;" 
+d="M148 112v300h304v-300h-304zM205 163h190v198h-190v-198z" />
+    <glyph glyph-name="uni25B4" unicode="&#x25b4;" 
+d="M135 125v3l164 301h2l164 -301v-3h-330z" />
+    <glyph glyph-name="uni25B5" unicode="&#x25b5;" 
+d="M110 112v3l189 339h2l189 -339v-3h-380zM196 162h208l-104 195z" />
+    <glyph glyph-name="uni25B8" unicode="&#x25b8;" 
+d="M162 97v332h3l301 -165v-3l-301 -164h-3z" />
+    <glyph glyph-name="uni25B9" unicode="&#x25b9;" 
+d="M148 72v381h3l339 -189v-3l-339 -189h-3zM198 159l195 104l-195 103v-207z" />
+    <glyph glyph-name="uni25BE" unicode="&#x25be;" 
+d="M299 95l-164 301v3h330v-3l-164 -301h-2z" />
+    <glyph glyph-name="uni25BF" unicode="&#x25bf;" 
+d="M299 70l-189 339v3h380v-3l-189 -339h-2zM300 167l104 195h-208z" />
+    <glyph glyph-name="uni25C2" unicode="&#x25c2;" 
+d="M435 97l-301 164v3l301 165h3v-332h-3z" />
+    <glyph glyph-name="uni25C3" unicode="&#x25c3;" 
+d="M449 72l-339 189v3l339 189h3v-381h-3zM402 159v207l-195 -103z" />
+    <glyph glyph-name="invbullet" unicode="&#x25d8;" 
+d="M149 113v298h302v-298h-302zM300 125c80 0 139 58 139 137s-59 137 -139 137s-139 -58 -139 -137s59 -137 139 -137z" />
+    <glyph glyph-name="filledrect" unicode="&#x25ac;" 
+d="M0 192v121h600v-121h-600z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M60 -146v81h480v-81h-480z" />
+    <glyph glyph-name="underscoredbl" unicode="&#x2017;" 
+d="M60 -135v70h480v-70h-480zM60 -265v70h480v-70h-480z" />
+    <glyph glyph-name="uni203E" unicode="&#x203e;" 
+d="M62 579v62h476v-62h-476z" />
+    <glyph glyph-name="uni203F" unicode="&#x203f;" 
+d="M300 -232c-166 0 -320 43 -455 126l28 48c128 -76 287 -107 427 -107s299 31 427 107l28 -48c-135 -83 -289 -126 -455 -126z" />
+    <glyph glyph-name="parenleft" unicode="(" 
+d="M422 -176c-137 109 -221 262 -221 454s84 345 221 454l55 -47c-130 -114 -190 -242 -190 -407s60 -293 190 -407z" />
+    <glyph glyph-name="parenright" unicode=")" 
+d="M178 -176l-55 47c130 114 190 242 190 407s-60 293 -190 407l55 47c137 -109 221 -262 221 -454s-84 -345 -221 -454z" />
+    <glyph glyph-name="bracketleft" unicode="[" 
+d="M219 -152v860h281v-55h-204v-750h204v-55h-281z" />
+    <glyph glyph-name="bracketright" unicode="]" 
+d="M100 -152v55h204v750h-204v55h281v-860h-281z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M435 -152c-126 0 -185 31 -185 136c0 72 9 120 9 187c0 38 -27 76 -143 77v60c116 1 143 39 143 77c0 63 -9 118 -9 187c0 105 59 136 185 136h65v-55h-49c-97 0 -118 -23 -118 -86c0 -56 6 -115 6 -176c0 -67 -24 -99 -94 -111v-4c70 -12 94 -44 94 -111
+c0 -66 -6 -117 -6 -176c0 -63 21 -86 118 -86h49v-55h-65z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M100 -152v55h49c97 0 119 23 119 86c0 59 -6 110 -6 176c0 67 23 99 93 111v4c-70 12 -93 44 -93 111c0 61 6 120 6 176c0 63 -22 86 -119 86h-49v55h65c127 0 185 -31 185 -136c0 -69 -9 -124 -9 -187c0 -38 27 -76 143 -77v-60c-116 -1 -143 -39 -143 -77
+c0 -67 9 -115 9 -187c0 -105 -58 -136 -185 -136h-65z" />
+    <glyph glyph-name="slash" unicode="/" 
+d="M93 -160l328 870h86l-328 -870h-86z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M256 -250v1000h88v-1000h-88z" />
+    <glyph glyph-name="backslash" unicode="\" 
+d="M421 -160l-328 870h86l328 -870h-86z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M256 -250v440h88v-440h-88zM256 310v440h88v-440h-88z" />
+    <glyph glyph-name="asterisk" unicode="*" 
+d="M181 106l-48 33l106 163l-160 70l17 52l167 -52l9 187h56l9 -187l167 52l17 -52l-160 -70l106 -163l-48 -33l-119 155z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" 
+d="M259 -80l6 558l-148 -6v82l148 -6l-6 164h82l-6 -164l148 6v-82l-148 6l6 -558h-82z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" 
+d="M259 -80l6 164l-148 -6v82l148 -8l-6 164l6 164l-148 -8v82l148 -6l-6 164h82l-6 -164l148 6v-82l-148 8l6 -164l-6 -164l148 8v-82l-148 6l6 -164h-82z" />
+    <glyph glyph-name="section" unicode="&#xa7;" 
+d="M284 -69c-73 0 -140 27 -183 74l59 53c34 -33 72 -52 124 -52c51 0 79 28 79 62c0 105 -277 85 -277 271c0 56 36 101 89 129c-19 21 -31 47 -31 82c0 74 55 136 158 136c69 0 126 -28 166 -60l-47 -63c-33 27 -70 47 -114 47c-51 0 -73 -25 -73 -57
+c0 -98 280 -86 280 -269c0 -63 -34 -101 -89 -131c17 -21 28 -47 28 -80c0 -82 -66 -142 -169 -142zM171 345c0 -81 116 -100 199 -148c39 18 59 40 59 79c0 83 -115 103 -198 150c-38 -19 -60 -44 -60 -81z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M310 219c-138 0 -244 69 -244 220c0 160 103 216 236 216h42v-436h-34zM398 -80v735h98v-735h-98z" />
+    <glyph glyph-name="uni2016" unicode="&#x2016;" 
+d="M146 -250v1000h88v-1000h-88zM366 -250v1000h88v-1000h-88z" />
+    <glyph glyph-name="exclamdbl" unicode="&#x203c;" 
+d="M132 238l-13 328l-3 104h98l-3 -104l-13 -328h-66zM165 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84zM392 238l-13 328l-3 104h98l-3 -104l-13 -328h-66zM425 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83
+c0 -51 -36 -84 -80 -84z" />
+    <glyph glyph-name="uni2047" unicode="&#x2047;" 
+d="M96 238c-24 137 102 191 102 293c0 39 -22 70 -64 70c-29 0 -50 -12 -75 -42l-47 58c39 43 85 65 140 65c84 0 142 -56 142 -133c0 -141 -134 -185 -116 -311h-82zM146 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84zM376 238
+c-24 137 102 191 102 293c0 39 -22 70 -64 70c-29 0 -51 -12 -75 -42l-47 58c39 43 85 65 140 65c84 0 142 -56 142 -133c0 -141 -134 -185 -116 -311h-82zM426 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84z" />
+    <glyph glyph-name="uni2049" unicode="&#x2049;" 
+d="M376 238c-24 137 102 191 102 293c0 39 -22 70 -64 70c-29 0 -51 -12 -75 -42l-47 58c39 43 85 65 140 65c84 0 142 -56 142 -133c0 -141 -134 -185 -116 -311h-82zM426 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84zM127 238l-13 328
+l-3 104h98l-3 -104l-13 -328h-66zM160 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84z" />
+    <glyph glyph-name="uni2048" unicode="&#x2048;" 
+d="M96 238c-24 137 102 191 102 293c0 39 -22 70 -64 70c-29 0 -50 -12 -75 -42l-47 58c39 43 85 65 140 65c84 0 142 -56 142 -133c0 -141 -134 -185 -116 -311h-82zM146 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84zM407 238l-13 328
+l-3 104h98l-3 -104l-13 -328h-66zM440 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84z" />
+    <glyph glyph-name="uni203D" unicode="&#x203d;" 
+d="M248 238l-13 208l-6 80h83l-1 -80l-2 -89c37 45 90 77 90 149c0 58 -44 99 -119 99c-54 0 -98 -21 -137 -62l-57 52c49 54 122 87 201 87c121 0 203 -65 203 -160c0 -159 -182 -176 -173 -284h-69zM281 -12c-41 0 -75 33 -75 80c0 48 34 81 75 81c42 0 75 -33 75 -81
+c0 -47 -33 -80 -75 -80z" />
+    <glyph glyph-name="uni2E18" unicode="&#x2e18;" 
+d="M352 251l13 -208l6 -80h-83l1 80l2 89c-37 -45 -90 -77 -90 -149c0 -58 44 -99 119 -99c54 0 98 21 137 62l57 -52c-49 -54 -122 -87 -201 -87c-121 0 -203 65 -203 160c0 159 182 176 173 284h69zM319 501c41 0 75 -33 75 -80c0 -48 -34 -81 -75 -81
+c-42 0 -75 33 -75 81c0 47 33 80 75 80z" />
+    <glyph glyph-name="uni231C" unicode="&#x231c;" 
+d="M219 0v698h281v-55h-204v-643h-77z" />
+    <glyph glyph-name="uni231D" unicode="&#x231d;" 
+d="M304 0v642h-204v55h281v-697h-77z" />
+    <glyph glyph-name="uni231E" unicode="&#x231e;" 
+d="M219 -99v736h77v-680h204v-56h-281z" />
+    <glyph glyph-name="uni231F" unicode="&#x231f;" 
+d="M100 -99v56h204v680h77v-736h-281z" />
+    <glyph glyph-name="uni27E6" unicode="&#x27e6;" 
+d="M176 -152v860h324v-55h-162v-750h162v-55h-324zM237 -97h45v750h-45v-750z" />
+    <glyph glyph-name="uni27E7" unicode="&#x27e7;" 
+d="M100 -152v55h162v750h-162v55h324v-860h-324zM318 -97h45v750h-45v-750z" />
+    <glyph glyph-name="uni2E22" unicode="&#x2e22;" 
+d="M219 278v430h281v-55h-204v-375h-77z" />
+    <glyph glyph-name="uni2E23" unicode="&#x2e23;" 
+d="M304 278v365h-204v55h281v-420h-77z" />
+    <glyph glyph-name="uni2E24" unicode="&#x2e24;" 
+d="M219 -152v430h77v-375h204v-55h-281z" />
+    <glyph glyph-name="uni2E25" unicode="&#x2e25;" 
+d="M100 -152v55h204v375h77v-430h-281z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" 
+d="M300 -10c-153 0 -273 129 -273 334c0 204 120 330 273 330s273 -126 273 -330c0 -205 -120 -334 -273 -334zM300 36c133 0 222 116 222 288s-89 284 -222 284s-222 -112 -222 -284s89 -288 222 -288zM309 126c-93 0 -165 74 -165 197c0 117 79 190 167 190
+c49 0 80 -21 107 -47l-40 -45c-20 18 -37 29 -62 29c-58 0 -95 -53 -95 -127c0 -83 35 -134 91 -134c32 0 53 14 75 31l35 -49c-31 -26 -64 -45 -113 -45z" />
+    <glyph glyph-name="uni2117" unicode="&#x2117;" 
+d="M300 -10c-153 0 -273 129 -273 334c0 204 120 330 273 330s273 -126 273 -330c0 -205 -120 -334 -273 -334zM300 36c133 0 222 116 222 288s-89 284 -222 284s-222 -112 -222 -284s89 -288 222 -288zM189 138v363h118c78 0 140 -35 140 -121c0 -90 -64 -133 -140 -133
+h-43v-109h-75zM264 303h33c49 0 76 23 76 75c0 46 -28 65 -76 65h-33v-140z" />
+    <glyph glyph-name="registered" unicode="&#xae;" 
+d="M300 317c-105 0 -191 81 -191 198s86 199 191 199c104 0 190 -82 190 -199s-86 -198 -190 -198zM300 357c84 0 147 64 147 158s-63 159 -147 159s-148 -65 -148 -159s64 -158 148 -158zM225 417v201h79c43 0 79 -18 79 -65c0 -24 -14 -46 -37 -55l45 -81h-49l-34 67h-38
+v-67h-45zM270 519h24c26 0 41 11 41 31c0 19 -11 32 -39 32h-26v-63z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" 
+d="M85 365v248h-92v63h252v-63h-91v-248h-69zM288 365v311h79l42 -109l25 -78h4l25 78l42 109h79v-311h-63v126l8 108h-4l-66 -177h-47l-66 177h-4l8 -108v-126h-62z" />
+    <glyph glyph-name="uni2120" unicode="&#x2120;" 
+d="M121 353c-44 0 -80 17 -112 48l37 43c24 -23 47 -38 79 -38c28 0 44 14 44 35c0 23 -12 28 -40 42l-45 23c-30 15 -59 39 -59 87c0 53 42 91 107 91c38 0 74 -17 99 -38l-34 -45c-21 16 -44 30 -67 30c-28 0 -42 -17 -42 -35s13 -27 39 -39l45 -22c39 -18 61 -41 61 -88
+c0 -49 -43 -94 -112 -94zM288 365v311h79l42 -109l25 -78h4l25 78l42 109h79v-311h-63v126l8 108h-4l-66 -177h-47l-66 177h-4l8 -108v-126h-62z" />
+    <glyph glyph-name="at" unicode="@" 
+d="M340 -145c-158 0 -295 135 -295 396c0 259 130 387 295 387c142 0 207 -105 207 -240v-298h-57l-8 56h-4c-28 -37 -77 -68 -129 -68c-71 0 -129 53 -129 134c0 103 95 150 261 171v14c0 90 -44 167 -145 167c-113 0 -219 -106 -219 -326c0 -213 102 -329 226 -329
+c60 0 100 16 139 43l32 -52c-53 -35 -106 -55 -174 -55zM370 156c34 0 69 20 102 57v117c-126 -18 -175 -49 -175 -106c0 -43 28 -68 73 -68z" />
+    <glyph glyph-name="at.case" 
+d="M340 -20c-158 0 -295 116 -295 341c0 233 134 346 299 346c138 0 203 -94 203 -208v-289h-57l-8 57h-4c-28 -38 -77 -69 -129 -69c-71 0 -129 53 -129 134c0 103 95 150 261 171v10c0 70 -44 130 -141 130c-114 0 -223 -90 -223 -285c0 -177 102 -274 226 -274
+c60 0 100 16 139 43l32 -52c-53 -35 -106 -55 -174 -55zM370 226c34 0 69 20 102 57v117c-126 -18 -175 -49 -175 -106c0 -43 28 -68 73 -68z" />
+    <glyph glyph-name="numbersign" unicode="#" 
+d="M324 0l25 200h-126l-24 -200h-62l25 200h-79v66h87l17 139h-84v66h92l22 179h61l-22 -179h126l22 179h61l-22 -179h80v-66h-88l-17 -139h85v-66h-93l-24 -200h-62zM357 266l17 139h-126l-17 -139h126z" />
+    <glyph glyph-name="asterisk.a" 
+d="M198 307l-48 33l89 145l-140 56l17 53l147 -41l9 159h56l9 -158l147 40l17 -53l-140 -56l89 -145l-48 -33l-102 136z" />
+    <glyph glyph-name="hyphen.a" 
+d="M131 212v81h338v-81h-338z" />
+    <glyph glyph-name="uni00AD.a" 
+d="M131 212v81h338v-81h-338z" />
+    <glyph glyph-name="uni2010.a" 
+d="M131 212v81h338v-81h-338z" />
+    <glyph glyph-name="dollar.a" 
+d="M199 463c0 -34 37 -54 86 -73l27 147h-14c-61 0 -99 -28 -99 -74zM314 115c71 0 109 31 109 77c0 40 -41 64 -93 85l-30 -162h14zM302 34c-6 0 -12 0 -17 1l-28 -149l-64 8l28 150c-54 14 -105 39 -141 70l45 68c34 -23 71 -43 111 -55l32 174c-81 31 -165 70 -165 160
+c0 96 83 157 202 157c8 0 15 0 22 -1l25 134l64 -8l-25 -137c44 -14 78 -38 108 -67l-51 -58c-26 19 -48 33 -73 43l-29 -157c84 -31 173 -72 173 -168c0 -97 -85 -165 -217 -165z" />
+    <glyph glyph-name="zero.sups" unicode="&#x2070;" 
+d="M300 377c-97 0 -163 76 -163 208c0 131 66 206 163 206s163 -75 163 -206c0 -132 -66 -208 -163 -208zM300 436c52 0 90 48 90 149c0 102 -38 147 -90 147s-90 -45 -90 -147c0 -101 38 -149 90 -149z" />
+    <glyph glyph-name="one.sups" unicode="&#xb9;" 
+d="M172 389v64h123v237h-106v48c57 8 88 18 121 41h61v-326h111v-64h-310z" />
+    <glyph glyph-name="two.sups" unicode="&#xb2;" 
+d="M160 389l-5 43c130 107 202 163 202 220c0 47 -31 76 -81 76c-35 0 -67 -21 -90 -54l-44 40c33 48 86 77 145 77c86 0 144 -45 144 -128c0 -71 -65 -126 -155 -210h173v-64h-289z" />
+    <glyph glyph-name="three.sups" unicode="&#xb3;" 
+d="M297 377c-69 0 -127 30 -159 77l49 38c25 -37 62 -56 104 -56c46 0 83 24 83 64c0 42 -39 65 -124 65v46c73 0 109 26 109 65c0 34 -29 56 -75 56c-31 0 -63 -18 -85 -45l-45 39c37 43 82 65 142 65c74 0 138 -40 138 -106c0 -45 -25 -74 -76 -94c55 -12 91 -46 91 -96
+c0 -72 -70 -118 -152 -118z" />
+    <glyph glyph-name="four.sups" unicode="&#x2074;" 
+d="M343 389v100h-198v38l149 264l56 -28l-126 -222h119v113h68v-113h58v-52h-58v-100h-68z" />
+    <glyph glyph-name="five.sups" unicode="&#x2075;" 
+d="M299 377c-73 0 -128 30 -161 77l49 38c26 -37 59 -56 106 -56c49 0 84 34 84 79c0 50 -39 79 -91 79c-31 0 -53 -12 -75 -29l-35 24l18 190h239v-65h-178l-9 -84c21 8 46 12 68 12c76 0 138 -47 138 -130c0 -79 -65 -135 -153 -135z" />
+    <glyph glyph-name="six.sups" unicode="&#x2076;" 
+d="M313 377c-102 0 -166 76 -166 199c0 142 77 215 184 215c53 0 84 -14 110 -33l-30 -50c-21 15 -45 24 -77 24c-63 0 -108 -45 -116 -136c28 26 66 39 105 39c83 0 132 -50 132 -124c0 -76 -61 -134 -142 -134zM311 436c43 0 75 29 75 73s-28 73 -79 73
+c-30 0 -60 -9 -89 -39c7 -72 44 -107 93 -107z" />
+    <glyph glyph-name="seven.sups" unicode="&#x2077;" 
+d="M243 389c8 132 47 216 126 326h-214v64h298v-41c-96 -123 -124 -214 -131 -349h-79z" />
+    <glyph glyph-name="eight.sups" unicode="&#x2078;" 
+d="M299 377c-95 0 -151 49 -151 108c0 49 32 85 83 108v4c-44 26 -68 49 -68 90c0 63 56 104 136 104c83 0 138 -40 138 -104c0 -43 -29 -72 -69 -92v-4c55 -24 82 -55 82 -104c0 -62 -59 -110 -151 -110zM320 616c38 25 48 44 48 68c0 32 -27 52 -70 52
+c-41 0 -66 -21 -66 -51c0 -36 35 -52 88 -69zM299 430c51 0 81 28 81 61c0 45 -49 55 -103 78c-41 -22 -59 -47 -59 -77c0 -32 27 -62 81 -62z" />
+    <glyph glyph-name="nine.sups" unicode="&#x2079;" 
+d="M291 587c30 0 60 9 89 39c-7 72 -44 106 -93 106c-43 0 -75 -28 -75 -73c0 -43 28 -72 79 -72zM267 377c-52 0 -86 15 -110 33l30 51c21 -15 46 -25 77 -25c64 0 108 46 116 137c-28 -27 -65 -40 -105 -40c-83 0 -132 51 -132 124c0 76 61 134 142 134
+c102 0 166 -75 166 -198c0 -142 -77 -216 -184 -216z" />
+    <glyph glyph-name="parenleft.sups" unicode="&#x207d;" 
+d="M340 308c-77 88 -108 161 -108 276c0 114 31 187 108 276l54 -30c-68 -83 -90 -159 -90 -246s22 -162 90 -247z" />
+    <glyph glyph-name="parenright.sups" unicode="&#x207e;" 
+d="M261 308l-55 29c68 85 90 160 90 247s-22 163 -90 246l55 30c76 -89 107 -162 107 -276c0 -115 -31 -188 -107 -276z" />
+    <glyph glyph-name="period.sups" 
+d="M300 379c-30 0 -53 21 -53 54c0 32 23 54 53 54s53 -22 53 -54c0 -33 -23 -54 -53 -54z" />
+    <glyph glyph-name="comma.sups" 
+d="M258 269l-18 43c43 16 68 40 67 76c-2 -1 -4 -1 -6 -1c-27 0 -52 16 -52 49c0 31 24 51 53 51c38 0 61 -28 61 -81c0 -64 -40 -115 -105 -137z" />
+    <glyph glyph-name="zero.subs" unicode="&#x2080;" 
+d="M300 -192c-97 0 -163 76 -163 208c0 131 66 206 163 206s163 -75 163 -206c0 -132 -66 -208 -163 -208zM300 -133c52 0 90 48 90 149c0 102 -38 147 -90 147s-90 -45 -90 -147c0 -101 38 -149 90 -149z" />
+    <glyph glyph-name="one.subs" unicode="&#x2081;" 
+d="M172 -180v64h123v237h-106v48c57 8 88 18 121 41h61v-326h111v-64h-310z" />
+    <glyph glyph-name="two.subs" unicode="&#x2082;" 
+d="M160 -180l-5 43c130 107 202 163 202 220c0 47 -31 76 -81 76c-35 0 -67 -21 -90 -54l-44 40c33 48 86 77 145 77c86 0 144 -45 144 -128c0 -71 -65 -126 -155 -210h173v-64h-289z" />
+    <glyph glyph-name="three.subs" unicode="&#x2083;" 
+d="M297 -192c-69 0 -127 30 -159 77l49 38c25 -37 62 -56 104 -56c46 0 83 24 83 64c0 42 -39 65 -124 65v46c73 0 109 26 109 65c0 34 -29 56 -75 56c-31 0 -63 -18 -85 -45l-45 39c37 43 82 65 142 65c74 0 138 -40 138 -106c0 -45 -25 -74 -76 -94c55 -12 91 -46 91 -96
+c0 -72 -70 -118 -152 -118z" />
+    <glyph glyph-name="four.subs" unicode="&#x2084;" 
+d="M343 -180v100h-198v38l149 264l56 -28l-126 -222h119v113h68v-113h58v-52h-58v-100h-68z" />
+    <glyph glyph-name="five.subs" unicode="&#x2085;" 
+d="M299 -192c-73 0 -128 30 -161 77l49 38c26 -37 59 -56 106 -56c49 0 84 34 84 79c0 50 -39 79 -91 79c-31 0 -53 -12 -75 -29l-35 24l18 190h239v-65h-178l-9 -84c21 8 46 12 68 12c76 0 138 -47 138 -130c0 -79 -65 -135 -153 -135z" />
+    <glyph glyph-name="six.subs" unicode="&#x2086;" 
+d="M313 -192c-102 0 -166 76 -166 199c0 142 77 215 184 215c53 0 84 -14 110 -33l-30 -50c-21 15 -45 24 -77 24c-63 0 -108 -45 -116 -136c28 26 66 39 105 39c83 0 132 -50 132 -124c0 -76 -61 -134 -142 -134zM311 -133c43 0 75 29 75 73s-28 73 -79 73
+c-30 0 -60 -9 -89 -39c7 -72 44 -107 93 -107z" />
+    <glyph glyph-name="seven.subs" unicode="&#x2087;" 
+d="M243 -180c8 132 47 216 126 326h-214v64h298v-41c-96 -123 -124 -214 -131 -349h-79z" />
+    <glyph glyph-name="eight.subs" unicode="&#x2088;" 
+d="M299 -192c-95 0 -151 49 -151 108c0 49 32 85 83 108v4c-44 26 -68 49 -68 90c0 63 56 104 136 104c83 0 138 -40 138 -104c0 -43 -29 -72 -69 -92v-4c55 -24 82 -55 82 -104c0 -62 -59 -110 -151 -110zM320 47c38 25 48 44 48 68c0 32 -27 52 -70 52
+c-41 0 -66 -21 -66 -51c0 -36 35 -52 88 -69zM299 -139c51 0 81 28 81 61c0 45 -49 55 -103 78c-41 -22 -59 -47 -59 -77c0 -32 27 -62 81 -62z" />
+    <glyph glyph-name="nine.subs" unicode="&#x2089;" 
+d="M291 18c30 0 60 9 89 39c-7 72 -44 106 -93 106c-43 0 -75 -28 -75 -73c0 -43 28 -72 79 -72zM267 -192c-52 0 -86 15 -110 33l30 51c21 -15 46 -25 77 -25c64 0 108 46 116 137c-28 -27 -65 -40 -105 -40c-83 0 -132 51 -132 124c0 76 61 134 142 134
+c102 0 166 -75 166 -198c0 -142 -77 -216 -184 -216z" />
+    <glyph glyph-name="parenleft.subs" unicode="&#x208d;" 
+d="M340 -261c-77 88 -108 161 -108 276c0 114 31 187 108 276l54 -30c-68 -83 -90 -159 -90 -246s22 -162 90 -247z" />
+    <glyph glyph-name="parenright.subs" unicode="&#x208e;" 
+d="M261 -261l-55 29c68 85 90 160 90 247s-22 163 -90 246l55 30c76 -89 107 -162 107 -276c0 -115 -31 -188 -107 -276z" />
+    <glyph glyph-name="period.subs" 
+d="M300 -190c-30 0 -53 21 -53 54c0 32 23 54 53 54s53 -22 53 -54c0 -33 -23 -54 -53 -54z" />
+    <glyph glyph-name="comma.subs" 
+d="M258 -300l-18 43c43 16 68 40 67 76c-2 -1 -4 -1 -6 -1c-27 0 -52 16 -52 49c0 31 24 51 53 51c38 0 61 -28 61 -81c0 -64 -40 -115 -105 -137z" />
+    <glyph glyph-name="zero.dnom" 
+d="M300 -12c-82 0 -142 63 -142 167s60 164 142 164s142 -60 142 -164s-60 -167 -142 -167zM300 45c39 0 70 34 70 110c0 77 -31 107 -70 107s-70 -30 -70 -107c0 -76 31 -110 70 -110z" />
+    <glyph glyph-name="one.dnom" 
+d="M286 0v226h-81v47c46 7 68 16 97 34h59v-307h-75z" />
+    <glyph glyph-name="two.dnom" 
+d="M180 0v41c98 73 157 121 157 163c0 33 -20 54 -56 54c-25 0 -49 -16 -67 -40l-45 39c31 36 72 62 122 62c73 0 119 -39 119 -105c0 -52 -50 -98 -111 -152h125v-62h-244z" />
+    <glyph glyph-name="three.dnom" 
+d="M300 -12c-45 0 -93 17 -130 51l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77
+c0 -59 -55 -95 -124 -95z" />
+    <glyph glyph-name="four.dnom" 
+d="M330 0v70h-161v37l109 212l54 -23l-93 -177h91v95h67v-95h51v-49h-51v-70h-67z" />
+    <glyph glyph-name="five.dnom" 
+d="M301 -12c-52 0 -92 17 -131 51l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21l-33 22l15 157h196v-63h-138l-8 -61c14 7 34 11 53 11c66 0 111 -36 111 -99s-54 -107 -127 -107z" />
+    <glyph glyph-name="six.dnom" 
+d="M313 -12c-82 0 -141 61 -141 156c0 108 62 175 157 175c41 0 71 -15 97 -35l-30 -45c-17 13 -37 23 -63 23c-55 0 -87 -39 -92 -106c24 20 54 33 88 33c66 0 102 -37 102 -95c0 -59 -50 -106 -118 -106zM311 45c33 0 52 19 52 49c0 28 -17 47 -53 47
+c-25 0 -47 -10 -68 -30c8 -47 39 -66 69 -66z" />
+    <glyph glyph-name="seven.dnom" 
+d="M248 0c6 100 34 163 97 245h-164v62h249v-41c-83 -92 -100 -160 -105 -266h-77z" />
+    <glyph glyph-name="eight.dnom" 
+d="M300 -12c-76 0 -128 41 -128 89c0 41 32 64 64 80v4c-29 18 -53 35 -53 72c0 51 54 86 117 86c67 0 118 -36 118 -86c0 -37 -26 -56 -53 -70v-4c35 -16 63 -37 63 -82c0 -50 -55 -89 -128 -89zM318 181c23 14 32 30 32 48c0 22 -18 38 -50 38c-29 0 -49 -15 -49 -36
+c0 -26 30 -38 67 -50zM300 39c31 0 60 17 60 41c0 32 -37 44 -78 56c-27 -13 -42 -33 -42 -54c0 -25 27 -43 60 -43z" />
+    <glyph glyph-name="nine.dnom" 
+d="M291 166c25 0 47 9 67 29c-7 48 -38 67 -68 67c-33 0 -52 -20 -52 -49c0 -28 17 -47 53 -47zM272 -12c-40 0 -71 14 -97 35l30 45c17 -13 37 -23 63 -23c55 0 86 38 91 105c-24 -20 -53 -32 -87 -32c-66 0 -102 37 -102 95s50 106 118 106c82 0 141 -61 141 -156
+c0 -108 -62 -175 -157 -175z" />
+    <glyph glyph-name="parenleft.dnom" 
+d="M336 -80c-66 68 -105 139 -105 241c0 101 39 172 105 240l55 -36c-59 -61 -85 -128 -85 -204c0 -77 26 -143 85 -204z" />
+    <glyph glyph-name="parenright.dnom" 
+d="M264 -80l-55 37c59 61 85 127 85 204c0 76 -26 143 -85 204l55 36c66 -68 105 -139 105 -240c0 -102 -39 -173 -105 -241z" />
+    <glyph glyph-name="period.dnom" 
+d="M300 -10c-30 0 -53 21 -53 53c0 33 23 55 53 55s53 -22 53 -55c0 -32 -23 -53 -53 -53z" />
+    <glyph glyph-name="comma.dnom" 
+d="M258 -121l-18 44c43 15 68 39 67 76c-2 -1 -4 -1 -6 -1c-27 0 -52 16 -52 48s24 52 53 52c38 0 61 -28 61 -81c0 -64 -40 -115 -105 -138z" />
+    <glyph glyph-name="zero.numr" 
+d="M300 282c-82 0 -142 63 -142 167s60 164 142 164s142 -60 142 -164s-60 -167 -142 -167zM300 339c39 0 70 34 70 110c0 77 -31 107 -70 107s-70 -30 -70 -107c0 -76 31 -110 70 -110z" />
+    <glyph glyph-name="one.numr" 
+d="M286 294v226h-81v47c46 7 68 16 97 34h59v-307h-75z" />
+    <glyph glyph-name="two.numr" 
+d="M180 294v41c98 73 157 121 157 163c0 33 -20 54 -56 54c-25 0 -49 -16 -67 -40l-45 39c31 36 72 62 122 62c73 0 119 -39 119 -105c0 -52 -50 -98 -111 -152h125v-62h-244z" />
+    <glyph glyph-name="three.numr" 
+d="M300 282c-45 0 -93 17 -130 51l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77
+c0 -59 -55 -95 -124 -95z" />
+    <glyph glyph-name="four.numr" 
+d="M330 294v70h-161v37l109 212l54 -23l-93 -177h91v95h67v-95h51v-49h-51v-70h-67z" />
+    <glyph glyph-name="five.numr" 
+d="M301 282c-52 0 -92 17 -131 51l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21l-33 22l15 157h196v-63h-138l-8 -61c14 7 34 11 53 11c66 0 111 -36 111 -99s-54 -107 -127 -107z" />
+    <glyph glyph-name="six.numr" 
+d="M313 282c-82 0 -141 61 -141 156c0 108 62 175 157 175c41 0 71 -15 97 -35l-30 -45c-17 13 -37 23 -63 23c-55 0 -87 -39 -92 -106c24 20 54 33 88 33c66 0 102 -37 102 -95c0 -59 -50 -106 -118 -106zM311 339c33 0 52 19 52 49c0 28 -17 47 -53 47
+c-25 0 -47 -10 -68 -30c8 -47 39 -66 69 -66z" />
+    <glyph glyph-name="seven.numr" 
+d="M248 294c6 100 34 163 97 245h-164v62h249v-41c-83 -92 -100 -160 -105 -266h-77z" />
+    <glyph glyph-name="eight.numr" 
+d="M300 282c-76 0 -128 41 -128 89c0 41 32 64 64 80v4c-29 18 -53 35 -53 72c0 51 54 86 117 86c67 0 118 -36 118 -86c0 -37 -26 -56 -53 -70v-4c35 -16 63 -37 63 -82c0 -50 -55 -89 -128 -89zM318 475c23 14 32 30 32 48c0 22 -18 38 -50 38c-29 0 -49 -15 -49 -36
+c0 -26 30 -38 67 -50zM300 333c31 0 60 17 60 41c0 32 -37 44 -78 56c-27 -13 -42 -33 -42 -54c0 -25 27 -43 60 -43z" />
+    <glyph glyph-name="nine.numr" 
+d="M291 460c25 0 47 9 67 29c-7 48 -38 67 -68 67c-33 0 -52 -20 -52 -49c0 -28 17 -47 53 -47zM272 282c-40 0 -71 14 -97 35l30 45c17 -13 37 -23 63 -23c55 0 86 38 91 105c-24 -20 -53 -32 -87 -32c-66 0 -102 37 -102 95s50 106 118 106c82 0 141 -61 141 -156
+c0 -108 -62 -175 -157 -175z" />
+    <glyph glyph-name="parenleft.numr" 
+d="M336 214c-66 68 -105 139 -105 241c0 101 39 172 105 240l55 -36c-59 -61 -85 -128 -85 -204c0 -77 26 -143 85 -204z" />
+    <glyph glyph-name="parenright.numr" 
+d="M264 214l-55 37c59 61 85 127 85 204c0 76 -26 143 -85 204l55 36c66 -68 105 -139 105 -240c0 -102 -39 -173 -105 -241z" />
+    <glyph glyph-name="period.numr" 
+d="M300 284c-30 0 -53 21 -53 53c0 33 23 55 53 55s53 -22 53 -55c0 -32 -23 -53 -53 -53z" />
+    <glyph glyph-name="comma.numr" 
+d="M258 173l-18 44c43 15 68 39 67 76c-2 -1 -4 -1 -6 -1c-27 0 -52 16 -52 48s24 52 53 52c38 0 61 -28 61 -81c0 -64 -40 -115 -105 -138z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" 
+d="M265 382c-61 0 -106 38 -106 94c0 69 67 108 217 119c-3 38 -21 67 -73 67c-36 0 -72 -14 -104 -33l-28 50c37 22 91 42 146 42c87 0 133 -50 133 -138v-193h-61l-5 37h-2c-32 -26 -73 -45 -117 -45zM285 438c33 0 61 14 91 37v76c-107 -10 -146 -33 -146 -68
+c0 -32 25 -45 55 -45z" />
+    <glyph glyph-name="ordfeminine.a" 
+d="M274 382c-84 0 -139 62 -139 169c0 106 68 170 145 170c36 0 65 -13 94 -40h3l5 32h60v-323h-61l-6 35h-2c-25 -24 -62 -43 -99 -43zM292 443c27 0 52 11 75 37v152c-24 20 -49 28 -73 28c-45 0 -83 -40 -83 -108c0 -71 31 -109 81 -109z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" 
+d="M300 382c-85 0 -160 62 -160 169c0 108 75 170 160 170s160 -62 160 -170c0 -107 -75 -169 -160 -169zM300 442c53 0 84 44 84 109c0 66 -31 110 -84 110s-84 -44 -84 -110c0 -65 31 -109 84 -109z" />
+    <glyph glyph-name="a.sups" unicode="&#x1d43;" 
+d="M265 382c-61 0 -106 38 -106 94c0 69 67 108 217 119c-3 38 -21 67 -73 67c-36 0 -72 -14 -104 -33l-28 50c37 22 91 42 146 42c87 0 133 -50 133 -138v-193h-61l-5 37h-2c-32 -26 -73 -45 -117 -45zM285 438c33 0 61 14 91 37v76c-107 -10 -146 -33 -146 -68
+c0 -32 25 -45 55 -45z" />
+    <glyph glyph-name="b.sups" unicode="&#x1d47;" 
+d="M329 382c-32 0 -66 15 -95 41h-1l-7 -33h-59v470h74v-126l-2 -54c29 24 65 41 100 41c86 0 135 -65 135 -165c0 -110 -70 -174 -145 -174zM313 443c48 0 84 39 84 113c0 65 -23 104 -77 104c-26 0 -51 -12 -79 -37v-153c26 -20 51 -27 72 -27z" />
+    <glyph glyph-name="c.sups" unicode="&#x1d9c;" 
+d="M346 382c-95 0 -168 62 -168 169c0 108 82 170 174 170c46 0 80 -17 104 -38l-36 -47c-19 16 -40 25 -64 25c-60 0 -102 -44 -102 -110c0 -65 40 -109 100 -109c31 0 57 13 77 28l31 -47c-33 -26 -74 -41 -116 -41z" />
+    <glyph glyph-name="d.sups" unicode="&#x1d48;" 
+d="M274 382c-84 0 -139 62 -139 169c0 106 69 170 144 170c39 0 64 -14 91 -36l-3 53v122h75v-470h-61l-6 35h-2c-26 -24 -62 -43 -99 -43zM292 443c28 0 51 11 75 37v152c-25 20 -48 28 -72 28c-47 0 -84 -40 -84 -108c0 -71 30 -109 81 -109z" />
+    <glyph glyph-name="e.sups" unicode="&#x1d49;" 
+d="M320 382c-99 0 -177 62 -177 169c0 104 79 170 165 170c99 0 151 -63 151 -153c0 -15 -2 -28 -3 -37h-244c9 -62 57 -92 116 -92c35 0 65 8 93 24l25 -46c-36 -23 -80 -35 -126 -35zM312 664c-45 0 -87 -25 -98 -81h182c-6 58 -39 81 -84 81z" />
+    <glyph glyph-name="f.sups" unicode="&#x1da0;" 
+d="M272 390v265h-78v55l78 3v24c0 77 43 130 138 130c34 0 65 -7 94 -17l-15 -54c-23 8 -45 13 -71 13c-51 0 -73 -27 -73 -71v-25h124v-58h-124v-265h-73z" />
+    <glyph glyph-name="g.sups" unicode="&#x1d4d;" 
+d="M294 246c-91 0 -149 29 -149 86c0 25 19 50 53 69v2c-18 10 -34 27 -34 54c0 22 16 45 40 61v3c-23 16 -42 45 -42 83c0 74 61 117 133 117c19 0 37 -3 51 -8h134v-55h-77c12 -13 22 -33 22 -56c0 -72 -57 -110 -130 -110c-16 0 -32 3 -50 9c-13 -8 -20 -18 -20 -31
+c0 -22 20 -31 61 -31h68c85 0 129 -23 129 -79c0 -64 -73 -114 -189 -114zM295 538c35 0 63 25 63 66c0 40 -28 66 -63 66s-63 -26 -63 -66c0 -41 28 -66 63 -66zM303 294c66 0 109 26 109 54c0 26 -24 32 -68 32h-54c-21 0 -36 2 -49 5c-25 -13 -34 -28 -34 -43
+c0 -30 34 -48 96 -48z" />
+    <glyph glyph-name="h.sups" unicode="&#x2b0;" 
+d="M170 390v470h74v-126l-4 -67c30 29 66 54 114 54c75 0 108 -47 108 -129v-202h-74v193c0 51 -17 75 -61 75c-32 0 -52 -15 -83 -44v-224h-74z" />
+    <glyph glyph-name="i.sups" unicode="&#x2071;" 
+d="M311 390v265h-137v58h211v-323h-74zM343 771c-31 0 -53 20 -53 50s22 51 53 51s54 -21 54 -51s-23 -50 -54 -50z" />
+    <glyph glyph-name="j.sups" unicode="&#x2b2;" 
+d="M229 252c-35 0 -66 10 -91 23l23 53c23 -12 45 -17 65 -17c57 0 73 28 73 79v265h-137v58h211v-320c0 -79 -32 -141 -144 -141zM332 771c-31 0 -54 20 -54 50s23 51 54 51s53 -21 53 -51s-22 -50 -53 -50z" />
+    <glyph glyph-name="k.sups" unicode="&#x1d4f;" 
+d="M181 390v470h75v-298h2l147 151h83l-125 -130l138 -193h-81l-101 144l-63 -61v-83h-75z" />
+    <glyph glyph-name="l.sups" unicode="&#x2e1;" 
+d="M380 382c-76 0 -110 45 -110 121v298h-78v59h153v-361c0 -42 19 -57 53 -57c15 0 28 3 48 10l14 -57c-27 -7 -47 -13 -80 -13z" />
+    <glyph glyph-name="m.sups" unicode="&#x1d50;" 
+d="M65 390v323h58l7 -45h3c27 29 57 53 101 53s75 -20 90 -59c30 31 64 59 108 59c72 0 101 -52 101 -128v-203h-72v193c0 48 -12 76 -55 76c-21 0 -42 -13 -71 -42v-227h-72v193c0 48 -12 76 -55 76c-21 0 -42 -13 -71 -42v-227h-72z" />
+    <glyph glyph-name="n.sups" unicode="&#x207f;" 
+d="M170 390v323h61l6 -47h3c30 30 65 55 114 55c74 0 108 -47 108 -129v-202h-74v193c0 51 -17 75 -61 75c-32 0 -52 -15 -83 -44v-224h-74z" />
+    <glyph glyph-name="o.sups" unicode="&#x1d52;" 
+d="M300 382c-85 0 -160 62 -160 169c0 108 75 170 160 170s160 -62 160 -170c0 -107 -75 -169 -160 -169zM300 442c53 0 84 44 84 109c0 66 -31 110 -84 110s-84 -44 -84 -110c0 -65 31 -109 84 -109z" />
+    <glyph glyph-name="p.sups" unicode="&#x1d56;" 
+d="M167 260v453h61l5 -35h3c29 24 66 43 104 43c86 0 134 -65 134 -165c0 -110 -70 -174 -145 -174c-31 0 -61 13 -90 36l2 -54v-104h-74zM313 443c48 0 84 39 84 113c0 65 -23 104 -77 104c-26 0 -50 -12 -79 -37v-153c26 -20 51 -27 72 -27z" />
+    <glyph glyph-name="q.sups" 
+d="M367 260v108l4 54c-26 -23 -60 -40 -97 -40c-84 0 -139 62 -139 169c0 106 69 170 144 170c39 0 66 -13 95 -40h3l5 32h60v-453h-75zM292 443c28 0 51 11 75 37v152c-25 20 -48 28 -72 28c-47 0 -84 -40 -84 -108c0 -71 30 -109 81 -109z" />
+    <glyph glyph-name="r.sups" unicode="&#x2b3;" 
+d="M236 390v323h61l6 -74h3c29 52 75 82 126 82c26 0 44 -4 64 -13l-15 -63c-22 7 -35 10 -60 10c-39 0 -81 -23 -111 -87v-178h-74z" />
+    <glyph glyph-name="s.sups" unicode="&#x2e2;" 
+d="M306 382c-56 0 -111 20 -148 46l34 46c34 -23 69 -37 116 -37c49 0 72 18 72 40c0 28 -43 41 -86 53c-55 17 -118 41 -118 95c0 55 52 96 139 96c51 0 94 -18 126 -39l-34 -45c-28 17 -56 28 -91 28c-46 0 -66 -16 -66 -36c0 -26 40 -37 82 -49c58 -17 121 -38 121 -98
+c0 -55 -52 -100 -147 -100z" />
+    <glyph glyph-name="t.sups" unicode="&#x1d57;" 
+d="M368 382c-99 0 -133 55 -133 137v136h-75v55l79 3l9 99h62v-99h140v-58h-140v-136c0 -53 20 -79 76 -79c24 0 45 6 64 14l14 -54c-26 -10 -60 -18 -96 -18z" />
+    <glyph glyph-name="u.sups" unicode="&#x1d58;" 
+d="M262 382c-73 0 -107 46 -107 128v203h74v-194c0 -51 16 -74 60 -74c32 0 54 12 83 46v222h74v-323h-60l-7 49h-2c-30 -34 -66 -57 -115 -57z" />
+    <glyph glyph-name="v.sups" unicode="&#x1d5b;" 
+d="M255 390l-122 323h76l58 -169c11 -33 20 -65 31 -98h2c10 33 19 65 30 98l58 169h71l-118 -323h-86z" />
+    <glyph glyph-name="w.sups" unicode="&#x2b7;" 
+d="M136 390l-88 323h74l41 -171l18 -93h3l21 93l45 171h63l48 -171l21 -93h3l20 93l39 171h69l-85 -323h-87l-39 154l-20 90h-2l-19 -90l-40 -154h-85z" />
+    <glyph glyph-name="x.sups" unicode="&#x2e3;" 
+d="M150 390l111 169l-103 154h80l40 -62c9 -18 22 -37 33 -55h3c9 18 19 37 29 55l35 62h78l-104 -163l111 -160h-80l-44 65c-11 19 -25 39 -37 57h-2c-11 -18 -22 -38 -33 -57l-40 -65h-77z" />
+    <glyph glyph-name="y.sups" unicode="&#x2b8;" 
+d="M199 256c-18 0 -31 3 -44 7l14 56c7 -1 17 -4 25 -4c38 0 60 24 73 57l6 21l-136 320h75l63 -161c11 -28 21 -60 32 -91h2c10 29 18 62 27 91l55 161h72l-127 -339c-26 -72 -64 -118 -137 -118z" />
+    <glyph glyph-name="z.sups" unicode="&#x1dbb;" 
+d="M147 390v39l201 226h-178v58h283v-39l-201 -226h207v-58h-312z" />
+    <glyph glyph-name="egrave.sups" 
+d="M325 761l-115 110l51 48l104 -122zM320 382c-99 0 -177 62 -177 169c0 104 79 170 165 170c99 0 151 -63 151 -153c0 -15 -2 -28 -3 -37h-244c9 -62 57 -92 116 -92c35 0 65 8 93 24l25 -46c-36 -23 -80 -35 -126 -35zM312 664c-45 0 -87 -25 -98 -81h182
+c-6 58 -39 81 -84 81z" />
+    <glyph glyph-name="eacute.sups" 
+d="M298 761l-40 36l104 122l51 -48zM320 382c-99 0 -177 62 -177 169c0 104 79 170 165 170c99 0 151 -63 151 -153c0 -15 -2 -28 -3 -37h-244c9 -62 57 -92 116 -92c35 0 65 8 93 24l25 -46c-36 -23 -80 -35 -126 -35zM312 664c-45 0 -87 -25 -98 -81h182
+c-6 58 -39 81 -84 81z" />
+    <glyph glyph-name="eogonek.sups" 
+d="M384 238c-40 0 -73 20 -73 65c0 32 18 58 46 82c-14 -3 -28 -3 -37 -3c-99 0 -177 62 -177 169c0 104 79 170 165 170c99 0 151 -63 151 -153c0 -15 -2 -28 -3 -37h-244c9 -62 57 -93 116 -93c35 0 65 9 93 25l25 -46c-63 -42 -83 -68 -83 -100c0 -23 18 -32 35 -32
+c15 0 26 6 34 14l19 -35c-17 -14 -41 -26 -67 -26zM312 664c-45 0 -87 -25 -98 -81h182c-6 58 -39 81 -84 81z" />
+    <glyph glyph-name="uni0259.sups" unicode="&#x2094;" 
+d="M297 382c-99 0 -156 67 -156 157c0 15 2 29 3 37h243c-8 60 -51 89 -107 89c-33 0 -63 -8 -91 -24l-25 46c35 23 79 36 125 36c95 0 168 -63 168 -170c0 -104 -75 -171 -160 -171zM295 439c45 0 83 26 92 85h-183c5 -60 42 -85 91 -85z" />
+    <glyph glyph-name="uni0266.sups" 
+d="M170 390v344c0 78 39 131 127 131c27 0 53 -8 76 -16l-15 -55c-18 7 -34 12 -52 12c-44 0 -62 -27 -63 -71l-3 -76c30 29 66 54 114 54c75 0 108 -47 108 -129v-194h-74v184c0 52 -17 76 -61 76c-32 0 -52 -16 -83 -44v-216h-74z" />
+    <glyph glyph-name="uni02E0" unicode="&#x2e0;" 
+d="M302 246c-56 0 -88 33 -88 84c0 31 14 59 40 104l-112 279h75l55 -157c9 -30 19 -52 28 -81h3c9 29 19 51 29 81l54 157h72l-110 -278c25 -46 40 -73 40 -105c0 -51 -31 -84 -86 -84zM302 294c17 0 26 13 26 30c0 22 -9 47 -26 77h-3c-15 -30 -24 -57 -24 -77
+c0 -17 9 -30 27 -30z" />
+    <glyph glyph-name="uni02E4" unicode="&#x2e4;" 
+d="M277 390v176c-67 45 -121 90 -121 166c0 86 75 132 159 132c65 0 110 -27 140 -59l-39 -46c-24 25 -54 45 -95 45c-53 0 -90 -28 -90 -74c0 -52 37 -91 119 -135v-205h-73z" />
+    <glyph glyph-name="a.supa" 
+d="M274 382c-84 0 -139 62 -139 169c0 106 68 170 145 170c36 0 65 -13 94 -40h3l5 32h60v-323h-61l-6 35h-2c-25 -24 -62 -43 -99 -43zM292 443c27 0 52 11 75 37v152c-24 20 -49 28 -73 28c-45 0 -83 -40 -83 -108c0 -71 31 -109 81 -109z" />
+    <glyph glyph-name="g.supa" 
+d="M282 254c-40 0 -88 12 -125 35l26 50c33 -19 69 -28 99 -28c57 0 84 29 85 71l2 52c-24 -22 -58 -39 -95 -39c-84 0 -139 63 -139 161c0 101 72 165 145 165c36 0 65 -13 93 -38h2l6 30h61v-331c0 -81 -59 -128 -160 -128zM292 455c27 0 51 12 75 38v139
+c-24 20 -49 28 -73 28c-46 0 -83 -40 -83 -103s31 -102 81 -102z" />
+    <glyph glyph-name="i.supa" 
+d="M330 771c-31 0 -53 20 -53 50s22 51 53 51s54 -21 54 -51s-23 -50 -54 -50zM171 390v58h127v207h-112v58h186v-265h119v-58h-320z" />
+    <glyph glyph-name="colon.sups" 
+d="M300 379c-30 0 -53 21 -53 54c0 32 23 54 53 54s53 -22 53 -54c0 -33 -23 -54 -53 -54zM300 600c-30 0 -53 21 -53 54c0 32 23 54 53 54s53 -22 53 -54c0 -33 -23 -54 -53 -54z" />
+    <glyph glyph-name="hyphen.sups" 
+d="M220 528v53h160v-53h-160z" />
+    <glyph glyph-name="endash.sups" 
+d="M166 531v48h268v-48h-268z" />
+    <glyph glyph-name="emdash.sups" 
+d="M61 531v48h478v-48h-478z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" 
+d="M104 78l-52 52l83 84c-22 31 -35 70 -35 115c0 46 13 85 35 115l-83 85l52 52l88 -89c31 22 69 34 108 34s77 -12 108 -34l88 89l52 -52l-84 -85c23 -30 36 -69 36 -115c0 -45 -14 -84 -36 -115l84 -84l-52 -52l-88 89c-31 -22 -70 -34 -108 -34c-39 0 -77 12 -108 34z
+M300 205c61 0 110 49 110 124s-49 125 -110 125s-110 -50 -110 -125s49 -124 110 -124z" />
+    <glyph glyph-name="dollar" unicode="$" 
+d="M80 114l45 68c53 -37 113 -67 185 -67c70 0 108 31 108 77c0 113 -310 93 -310 269c0 85 65 143 163 155v131h69v-130c72 -7 119 -38 159 -78l-51 -58c-46 35 -81 56 -145 56c-61 0 -99 -28 -99 -74c0 -100 311 -81 311 -264c0 -86 -68 -149 -175 -162v-147h-69v145
+c-71 7 -144 38 -191 79z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" 
+d="M75 0v61c79 34 123 98 123 173c0 16 -2 31 -6 47h-117v61l96 4c-14 38 -29 76 -29 114c0 116 86 189 215 189c81 0 137 -31 178 -77l-56 -55c-30 30 -65 51 -116 51c-81 0 -127 -44 -127 -112c0 -37 13 -73 25 -110h185v-65h-167c3 -15 5 -31 5 -48
+c0 -65 -21 -104 -67 -145v-4h319v-84h-461z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" 
+d="M250 0v155h-178v54h178v62h-178v53h154l-179 313h102l84 -161c22 -44 43 -88 66 -134h4c23 46 44 90 67 134l84 161h99l-180 -313h155v-53h-179v-62h179v-54h-179v-155h-99z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" 
+d="M376 -12c-132 0 -231 88 -257 244h-65v50l59 4c-1 10 -1 20 -1 31s0 22 1 32h-59v50l65 5c27 154 129 245 270 245c68 0 131 -32 172 -78l-57 -55c-33 32 -70 55 -118 55c-90 0 -147 -62 -166 -167h283v-55h-289c-1 -9 -1 -19 -1 -29c0 -11 0 -22 1 -33h249v-55h-242
+c19 -104 76 -165 161 -165c54 0 94 23 131 66l57 -52c-51 -59 -112 -93 -194 -93z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" 
+d="M206 309c0 -82 39 -139 107 -157v314c-67 -19 -107 -76 -107 -157zM313 -35v102c-122 15 -204 100 -204 242c0 139 88 224 204 242v103h59v-100c57 -4 98 -29 129 -58l-47 -62c-25 22 -51 35 -82 38v-325c39 3 71 22 96 43l42 -62c-39 -35 -88 -57 -138 -62v-101h-59z
+" />
+    <glyph glyph-name="uni0192" unicode="&#x192;" 
+d="M135 -97c-38 0 -68 9 -86 18l16 74c18 -7 38 -12 58 -13c65 1 88 48 102 153l22 200h-100v70l71 5h37l6 52c19 136 68 205 186 205c33 0 71 -9 93 -20l-23 -74c-17 8 -36 14 -64 14c-62 0 -88 -54 -96 -117l-7 -60h135v-75h-143l-26 -224c-15 -121 -57 -208 -181 -208z
+" />
+    <glyph glyph-name="colonmonetary" unicode="&#x20a1;" 
+d="M366 571c-6 0 -12 0 -18 -1l-57 -487c16 -8 34 -14 54 -16l59 499c-12 3 -25 5 -38 5zM193 320c0 -86 18 -153 52 -197l51 433c-67 -33 -103 -117 -103 -236zM219 -102l14 120c-87 48 -141 152 -141 299c0 179 83 297 214 325l13 107l49 -8l-11 -92h15c14 0 27 -1 41 -4
+l12 104l49 -8l-13 -112c31 -14 58 -34 81 -58l-58 -55c-11 10 -22 20 -33 28l-56 -475c38 8 68 30 98 64l57 -52c-45 -52 -98 -84 -164 -91l-12 -100l-49 8l11 91c-19 1 -38 4 -55 9l-13 -108z" />
+    <glyph glyph-name="lira" unicode="&#x20a4;" 
+d="M75 0v61c79 34 123 98 123 171h-122v50l85 5h29c-5 21 -13 41 -20 62h-94v52l75 3c-5 18 -9 37 -9 56c0 116 86 189 215 189c81 0 137 -31 178 -77l-56 -55c-30 30 -65 51 -116 51c-81 0 -127 -44 -127 -112c0 -18 3 -35 7 -52h203v-55h-186c7 -20 13 -41 18 -62h168v-55
+h-162c0 -64 -21 -103 -67 -144v-4h319v-84h-461z" />
+    <glyph glyph-name="uni20A6" unicode="&#x20a6;" 
+d="M171 553l10 -152h52l-58 152h-4zM425 83h4l-10 152h-51zM115 0v235h-74v46l74 5v64h-74v46l74 5v236h97l92 -236h106v236h75v-236h72v-51h-72v-64h72v-51h-72v-235h-97l-91 235h-107v-235h-75zM416 286l-5 64h-88l25 -64h68zM277 286l-24 64h-69l5 -64h88z" />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" 
+d="M126 0v407h-89v60l89 5v165h157c120 0 213 -45 227 -165h74v-65h-74c-15 -116 -109 -170 -227 -170h-63v-237h-94zM220 571v-99h196c-12 71 -61 99 -144 99h-52zM220 303h52c83 0 132 36 144 104h-196v-104z" />
+    <glyph glyph-name="uni20A9" unicode="&#x20a9;" 
+d="M298 518l-12 -164h28l-12 164h-4zM408 77h4l11 134l7 84h-43l9 -84zM134 0l-35 295h-76v53l69 6l-34 283h90l26 -283h52l26 243h103l26 -243h54l25 283h83l-31 -283h64v-59h-70l-32 -295h-122l-32 295h-39l-30 -295h-117zM195 77h4l12 134l9 84h-41l8 -84z" />
+    <glyph glyph-name="dong" unicode="&#x20ab;" 
+d="M272 112c-101 0 -167 67 -167 189c0 111 85 179 174 179c51 0 82 -16 113 -44h3l-5 78v30h-155v55h155v62h83v-62h77v-50l-77 -5v-422h-68l-7 43h-3c-32 -32 -72 -53 -123 -53zM291 181c36 0 67 14 99 48v144c-33 26 -58 37 -95 37c-56 0 -104 -46 -104 -109
+c0 -77 37 -120 100 -120zM117 0v55h388v-55h-388z" />
+    <glyph glyph-name="uni20B1" unicode="&#x20b1;" 
+d="M126 0v365h-90v43l90 6v55h-90v43l90 6v119h157c103 0 186 -33 217 -119h85v-49h-75c1 -10 2 -20 2 -31c0 -8 0 -16 -1 -24h74v-49h-84c-30 -87 -115 -128 -218 -128h-63v-237h-94zM220 571v-53h179c-22 37 -66 53 -126 53h-53zM418 438c0 11 -1 22 -2 31h-196v-55h197
+c1 8 1 16 1 24zM220 303h53c63 0 107 21 129 62h-182v-62z" />
+    <glyph glyph-name="uni20B2" unicode="&#x20b2;" 
+d="M307 -110v100c-134 17 -227 135 -227 327c0 186 90 306 227 328v102h69v-99c59 -7 114 -38 151 -79l-57 -55c-34 34 -71 57 -119 57c-109 0 -170 -96 -170 -251c0 -157 62 -251 166 -251c37 0 74 14 92 31v157h-105v82h195v-278c-43 -39 -95 -64 -153 -71v-100h-69z" />
+    <glyph glyph-name="uni20B4" unicode="&#x20b4;" 
+d="M324 -12c-126 0 -206 65 -206 172c0 26 5 50 14 70h-73v50l70 5h39c22 24 49 44 76 62h-185v51l71 5h196c31 24 53 51 53 86c0 47 -36 82 -94 82c-51 0 -81 -20 -120 -61l-51 55c45 50 94 84 175 84c111 0 186 -65 186 -162c0 -33 -9 -60 -24 -84h87v-56h-138
+c-27 -23 -58 -42 -87 -62h225v-55h-292c-19 -21 -31 -45 -31 -75c0 -52 37 -88 109 -88c56 0 102 27 147 69l45 -65c-51 -51 -124 -83 -192 -83z" />
+    <glyph glyph-name="uni20B5" unicode="&#x20b5;" 
+d="M193 320c0 -140 49 -231 135 -249v496c-88 -20 -135 -111 -135 -247zM328 -110v99c-140 14 -236 133 -236 328c0 189 93 310 236 329v96h60v-94c61 -5 116 -35 153 -77l-57 -55c-28 27 -58 47 -96 53v-500c41 6 74 28 105 64l57 -52c-44 -51 -96 -83 -162 -91v-100h-60z
+" />
+    <glyph glyph-name="uni20B9" unicode="&#x20b9;" 
+d="M103 239v80h78c101 0 163 34 173 105h-251v51l77 5h171c-16 56 -76 77 -170 77h-78v80h422v-55h-156c43 -21 72 -57 82 -102h74v-56h-72c-9 -97 -72 -153 -162 -175l202 -249h-112l-190 239h-88z" />
+    <glyph glyph-name="uni20BA" unicode="&#x20ba;" 
+d="M150 -12v262l-87 -40l-25 48l112 52v68l-87 -40l-25 48l112 52v199h100v-150l164 78l26 -48l-190 -90v-68l164 79l26 -49l-190 -90v-218c95 5 205 59 205 155c0 10 0 22 -5 40l82 20c6 -22 8 -40 8 -55c0 -172 -164 -258 -390 -253z" />
+    <glyph glyph-name="uni20AE" unicode="&#x20ae;" 
+d="M118 244l-25 49l157 74v195h-200v75h500v-75h-200v-152l132 61l25 -46l-157 -75v-68l132 61l25 -46l-157 -75v-222h-100v179l-132 -62l-25 48l157 74v68z" />
+    <glyph glyph-name="uni20B8" unicode="&#x20b8;" 
+d="M250 0v464h-200v50l87 5h413v-55h-200v-464h-100zM50 582v55h500v-55h-500z" />
+    <glyph glyph-name="uni20BD" unicode="&#x20bd;" 
+d="M151 0v159h-114v50l114 5v62h-114v51l114 5v305h179c133 0 233 -52 233 -178c0 -129 -103 -183 -233 -183h-85v-62h252v-55h-252v-159h-94zM245 332h77c94 0 148 42 148 123c0 84 -54 116 -148 116h-77v-239z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" 
+d="M143 0v117h-78v61l78 4v455h391v-84h-292v-178h245v-84h-245v-109h156v-65h-156v-117h-99z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" 
+d="M81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52z" />
+    <glyph glyph-name="uni2215" unicode="&#x2215;" 
+d="M81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52z" />
+    <glyph glyph-name="slash.frac" 
+d="M81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52z" />
+    <glyph glyph-name="percent" unicode="%" 
+d="M168 318c-82 0 -142 63 -142 167s60 164 142 164s142 -60 142 -164s-60 -167 -142 -167zM168 375c39 0 70 34 70 110c0 77 -31 107 -70 107s-70 -30 -70 -107c0 -76 31 -110 70 -110zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM432 -12
+c-82 0 -142 63 -142 167s60 164 142 164s142 -60 142 -164s-60 -167 -142 -167zM432 45c39 0 70 34 70 110c0 77 -31 107 -70 107s-70 -30 -70 -107c0 -76 31 -110 70 -110z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" 
+d="M163 389c-70 0 -119 49 -119 132c0 81 49 128 119 128s120 -47 120 -128c0 -83 -50 -132 -120 -132zM163 436c33 0 58 26 58 85c0 58 -25 81 -58 81c-32 0 -57 -24 -57 -81c0 -59 25 -85 57 -85zM117 276l-15 34l447 201l28 -68zM163 -12c-70 0 -119 49 -119 132
+c0 81 49 128 119 128s120 -47 120 -128c0 -83 -50 -132 -120 -132zM163 35c33 0 58 26 58 85c0 58 -25 81 -58 81c-32 0 -57 -24 -57 -81c0 -59 25 -85 57 -85zM438 -12c-70 0 -120 49 -120 132c0 81 50 128 120 128s119 -47 119 -128c0 -83 -49 -132 -119 -132zM438 35
+c32 0 57 26 57 85c0 58 -25 81 -57 81c-33 0 -58 -24 -58 -81c0 -59 25 -85 58 -85z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM462 0v70h-161v37l109 212l54 -23l-93 -177h91v95h67v-95h51v-49h-51v-70h-67z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM322 0v41c98 73 157 121 157 163c0 33 -20 54 -56 54c-25 0 -49 -16 -67 -40l-45 39c31 36 72 62 122 62c73 0 119 -39 119 -105
+c0 -52 -50 -98 -111 -152h125v-62h-244z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" 
+d="M158 318c-45 0 -93 17 -130 51l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77
+c0 -59 -55 -95 -124 -95zM102 31l-56 52l184 185l38 -35zM412 387l-38 35l166 202l56 -52zM462 0v70h-161v37l109 212l54 -23l-93 -177h91v95h67v-95h51v-49h-51v-70h-67z" />
+    <glyph glyph-name="onethird" unicode="&#x2153;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM442 -12c-45 0 -93 17 -130 51l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39
+c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77c0 -59 -55 -95 -124 -95z" />
+    <glyph glyph-name="twothirds" unicode="&#x2154;" 
+d="M38 330v41c98 73 157 121 157 163c0 33 -20 54 -56 54c-25 0 -49 -16 -67 -40l-45 39c31 36 72 62 122 62c73 0 119 -39 119 -105c0 -52 -50 -98 -111 -152h125v-62h-244zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM442 -12c-45 0 -93 17 -130 51
+l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77c0 -59 -55 -95 -124 -95z" />
+    <glyph glyph-name="uni2155" unicode="&#x2155;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM443 -12c-52 0 -92 17 -131 51l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21l-33 22l15 157h196v-63h-138
+l-8 -61c14 7 34 11 53 11c66 0 111 -36 111 -99s-54 -107 -127 -107z" />
+    <glyph glyph-name="uni2156" unicode="&#x2156;" 
+d="M38 330v41c98 73 157 121 157 163c0 33 -20 54 -56 54c-25 0 -49 -16 -67 -40l-45 39c31 36 72 62 122 62c73 0 119 -39 119 -105c0 -52 -50 -98 -111 -152h125v-62h-244zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM443 -12c-52 0 -92 17 -131 51
+l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21l-33 22l15 157h196v-63h-138l-8 -61c14 7 34 11 53 11c66 0 111 -36 111 -99s-54 -107 -127 -107z" />
+    <glyph glyph-name="uni2157" unicode="&#x2157;" 
+d="M158 318c-45 0 -93 17 -130 51l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77
+c0 -59 -55 -95 -124 -95zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM443 -12c-52 0 -92 17 -131 51l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21l-33 22l15 157h196v-63h-138l-8 -61c14 7 34 11 53 11
+c66 0 111 -36 111 -99s-54 -107 -127 -107z" />
+    <glyph glyph-name="uni2158" unicode="&#x2158;" 
+d="M188 330v70h-161v37l109 212l54 -23l-93 -177h91v95h67v-95h51v-49h-51v-70h-67zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM443 -12c-52 0 -92 17 -131 51l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21
+l-33 22l15 157h196v-63h-138l-8 -61c14 7 34 11 53 11c66 0 111 -36 111 -99s-54 -107 -127 -107z" />
+    <glyph glyph-name="uni2159" unicode="&#x2159;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM455 -12c-82 0 -141 61 -141 156c0 108 62 175 157 175c41 0 71 -15 97 -35l-30 -45c-17 13 -37 23 -63 23c-55 0 -87 -39 -92 -106c24 20 54 33 88 33
+c66 0 102 -37 102 -95c0 -59 -50 -106 -118 -106zM453 45c33 0 52 19 52 49c0 28 -17 47 -53 47c-25 0 -47 -10 -68 -30c8 -47 39 -66 69 -66z" />
+    <glyph glyph-name="uni215A" unicode="&#x215a;" 
+d="M159 318c-52 0 -92 17 -131 51l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21l-33 22l15 157h196v-63h-138l-8 -61c14 7 34 11 53 11c66 0 111 -36 111 -99s-54 -107 -127 -107zM81 31l-56 52l184 185l38 -35zM391 387l-38 35
+l166 202l56 -52zM455 -12c-82 0 -141 61 -141 156c0 108 62 175 157 175c41 0 71 -15 97 -35l-30 -45c-17 13 -37 23 -63 23c-55 0 -87 -39 -92 -106c24 20 54 33 88 33c66 0 102 -37 102 -95c0 -59 -50 -106 -118 -106zM453 45c33 0 52 19 52 49c0 28 -17 47 -53 47
+c-25 0 -47 -10 -68 -30c8 -47 39 -66 69 -66z" />
+    <glyph glyph-name="uni2150" unicode="&#x2150;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM390 0c6 100 34 163 97 245h-164v62h249v-41c-83 -92 -100 -160 -105 -266h-77z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM442 -12c-76 0 -128 41 -128 89c0 41 32 64 64 80v4c-29 18 -53 35 -53 72c0 51 54 86 117 86c67 0 118 -36 118 -86c0 -37 -26 -56 -53 -70v-4
+c35 -16 63 -37 63 -82c0 -50 -55 -89 -128 -89zM460 181c23 14 32 30 32 48c0 22 -18 38 -50 38c-29 0 -49 -15 -49 -36c0 -26 30 -38 67 -50zM442 39c31 0 60 17 60 41c0 32 -37 44 -78 56c-27 -13 -42 -33 -42 -54c0 -25 27 -43 60 -43z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" 
+d="M158 318c-45 0 -93 17 -130 51l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77
+c0 -59 -55 -95 -124 -95zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM442 -12c-76 0 -128 41 -128 89c0 41 32 64 64 80v4c-29 18 -53 35 -53 72c0 51 54 86 117 86c67 0 118 -36 118 -86c0 -37 -26 -56 -53 -70v-4c35 -16 63 -37 63 -82
+c0 -50 -55 -89 -128 -89zM460 181c23 14 32 30 32 48c0 22 -18 38 -50 38c-29 0 -49 -15 -49 -36c0 -26 30 -38 67 -50zM442 39c31 0 60 17 60 41c0 32 -37 44 -78 56c-27 -13 -42 -33 -42 -54c0 -25 27 -43 60 -43z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" 
+d="M159 318c-52 0 -92 17 -131 51l34 46c23 -22 52 -40 90 -40c35 0 60 19 60 52c0 34 -24 52 -61 52c-24 0 -41 -8 -61 -21l-33 22l15 157h196v-63h-138l-8 -61c14 7 34 11 53 11c66 0 111 -36 111 -99s-54 -107 -127 -107zM81 31l-56 52l184 185l38 -35zM391 387l-38 35
+l166 202l56 -52zM442 -12c-76 0 -128 41 -128 89c0 41 32 64 64 80v4c-29 18 -53 35 -53 72c0 51 54 86 117 86c67 0 118 -36 118 -86c0 -37 -26 -56 -53 -70v-4c35 -16 63 -37 63 -82c0 -50 -55 -89 -128 -89zM460 181c23 14 32 30 32 48c0 22 -18 38 -50 38
+c-29 0 -49 -15 -49 -36c0 -26 30 -38 67 -50zM442 39c31 0 60 17 60 41c0 32 -37 44 -78 56c-27 -13 -42 -33 -42 -54c0 -25 27 -43 60 -43z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" 
+d="M106 330c6 100 34 163 97 245h-164v62h249v-41c-83 -92 -100 -160 -105 -266h-77zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM442 -12c-76 0 -128 41 -128 89c0 41 32 64 64 80v4c-29 18 -53 35 -53 72c0 51 54 86 117 86c67 0 118 -36 118 -86
+c0 -37 -26 -56 -53 -70v-4c35 -16 63 -37 63 -82c0 -50 -55 -89 -128 -89zM460 181c23 14 32 30 32 48c0 22 -18 38 -50 38c-29 0 -49 -15 -49 -36c0 -26 30 -38 67 -50zM442 39c31 0 60 17 60 41c0 32 -37 44 -78 56c-27 -13 -42 -33 -42 -54c0 -25 27 -43 60 -43z" />
+    <glyph glyph-name="uni2151" unicode="&#x2151;" 
+d="M144 330v226h-81v47c46 7 68 16 97 34h59v-307h-75zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM433 166c25 0 47 9 67 29c-7 48 -38 67 -68 67c-33 0 -52 -20 -52 -49c0 -28 17 -47 53 -47zM414 -12c-40 0 -71 14 -97 35l30 45c17 -13 37 -23 63 -23
+c55 0 86 38 91 105c-24 -20 -53 -32 -87 -32c-66 0 -102 37 -102 95s50 106 118 106c82 0 141 -61 141 -156c0 -108 -62 -175 -157 -175z" />
+    <glyph glyph-name="uni2152" unicode="&#x2152;" 
+d="M157 401v155h-82v48c46 6 69 16 98 33h59v-236h-75zM117 276l-15 34l447 201l28 -68zM157 0v155h-82v48c46 6 69 16 98 33h59v-236h-75zM438 -12c-70 0 -120 49 -120 132c0 81 50 128 120 128s119 -47 119 -128c0 -83 -49 -132 -119 -132zM438 35c32 0 57 26 57 85
+c0 58 -25 81 -57 81c-33 0 -58 -24 -58 -81c0 -59 25 -85 58 -85z" />
+    <glyph glyph-name="uni2189" unicode="&#x2189;" 
+d="M168 318c-82 0 -142 63 -142 167s60 164 142 164s142 -60 142 -164s-60 -167 -142 -167zM168 375c39 0 70 34 70 110c0 77 -31 107 -70 107s-70 -30 -70 -107c0 -76 31 -110 70 -110zM81 31l-56 52l184 185l38 -35zM391 387l-38 35l166 202l56 -52zM442 -12
+c-45 0 -93 17 -130 51l34 46c21 -22 55 -40 89 -40c33 0 57 13 57 43c0 31 -29 47 -90 47v42c51 0 76 17 76 46c0 24 -16 39 -51 39c-23 0 -51 -13 -71 -32l-34 45c27 26 72 44 120 44c63 0 109 -33 109 -85c0 -38 -16 -60 -55 -74c44 -11 70 -37 70 -77
+c0 -59 -55 -95 -124 -95z" />
+    <glyph glyph-name="plus" unicode="+" 
+d="M262 101v193h-181v72h181v193h76v-193h181v-72h-181v-193h-76z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" 
+d="M81 294v72h438v-72h-438z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" 
+d="M149 122l-52 53l151 155l-151 154l52 53l151 -156l151 156l52 -53l-151 -154l151 -155l-52 -53l-151 156z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" 
+d="M300 450c-35 0 -61 24 -61 60c0 35 26 59 61 59s61 -24 61 -59c0 -36 -26 -60 -61 -60zM300 90c-35 0 -61 24 -61 60c0 35 26 59 61 59s61 -24 61 -59c0 -36 -26 -60 -61 -60zM81 294v72h438v-72h-438z" />
+    <glyph glyph-name="uni2219" unicode="&#x2219;" 
+d="M297 256c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="equal" unicode="=" 
+d="M81 404v72h438v-72h-438zM81 184v72h438v-72h-438z" />
+    <glyph glyph-name="equivalence" unicode="&#x2261;" 
+d="M81 513v72h438v-72h-438zM81 294v72h438v-72h-438zM81 75v72h438v-72h-438z" />
+    <glyph glyph-name="less" unicode="&#x3c;" 
+d="M496 44l-377 252v72l377 252v-93l-292 -193v-4l292 -193v-93z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" 
+d="M104 44v93l292 193v4l-292 193v93l377 -252v-72z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" 
+d="M81 0v73h438v-73h-438zM519 153l-438 150v87l438 150v-84l-201 -66l-136 -41v-4l136 -42l201 -66v-84z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" 
+d="M81 0v73h438v-73h-438zM81 153v84l201 66l136 42v4l-136 41l-201 66v84l438 -150v-87z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" 
+d="M262 135v166h-181v73h181v185h76v-185h181v-73h-181v-166h-76zM81 0v73h438v-73h-438z" />
+    <glyph glyph-name="asciicircum" unicode="^" 
+d="M105 281l153 389h84l153 -389h-84l-61 164l-48 134h-4l-48 -134l-61 -164h-84z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" 
+d="M106 59l75 125h-100v73h141l87 146h-228v73h269l75 125h69l-75 -125h100v-73h-141l-87 -146h228v-73h-269l-75 -125h-69z" />
+    <glyph glyph-name="asciitilde" unicode="~" 
+d="M387 253c-80 0 -120 82 -176 82c-30 0 -57 -20 -79 -85l-62 27c37 97 89 130 143 130c80 0 120 -82 176 -82c31 0 57 19 79 85l62 -28c-37 -96 -89 -129 -143 -129z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" 
+d="M387 363c-80 0 -120 82 -176 82c-30 0 -57 -20 -79 -85l-62 27c37 97 89 130 143 130c80 0 120 -82 176 -82c31 0 57 19 79 85l62 -28c-37 -96 -89 -129 -143 -129zM387 143c-80 0 -120 82 -176 82c-30 0 -57 -20 -79 -85l-62 27c37 97 89 130 143 130
+c80 0 120 -82 176 -82c31 0 57 19 79 85l62 -28c-37 -96 -89 -129 -143 -129z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" 
+d="M442 101v193h-361v72h438v-265h-77z" />
+    <glyph glyph-name="revlogicalnot" unicode="&#x2310;" 
+d="M81 101v265h438v-72h-361v-193h-77z" />
+    <glyph glyph-name="intersection" unicode="&#x2229;" 
+d="M90 101v252c0 132 88 220 210 220s210 -88 210 -220v-252h-76v240c0 100 -53 155 -134 155s-134 -55 -134 -155v-240h-76z" />
+    <glyph glyph-name="orthogonal" unicode="&#x221f;" 
+d="M81 101v458h77v-385h361v-73h-438z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" 
+d="M447 143c-72 0 -120 33 -172 116h-4c-30 -48 -74 -95 -141 -95c-75 0 -136 71 -136 158c0 110 64 175 150 175c65 0 108 -42 138 -96h4c43 70 93 112 164 112c89 0 156 -73 156 -176c0 -119 -67 -194 -159 -194zM144 238c40 0 72 28 96 80c-30 61 -62 86 -99 86
+c-44 0 -72 -30 -72 -79s33 -87 75 -87zM443 236c55 0 88 45 88 98c0 62 -36 105 -95 105c-44 0 -82 -29 -119 -96c41 -77 77 -107 126 -107z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" 
+d="M300 421c-70 0 -130 53 -130 131c0 80 60 133 130 133c71 0 131 -53 131 -133c0 -78 -60 -131 -131 -131zM300 473c44 0 74 33 74 79c0 48 -30 81 -74 81c-43 0 -73 -33 -73 -81c0 -46 30 -79 73 -79z" />
+    <glyph glyph-name="uni2032" unicode="&#x2032;" 
+d="M250 413l22 276h98l-18 -111l-37 -165h-65z" />
+    <glyph glyph-name="uni2033" unicode="&#x2033;" 
+d="M154 413l22 276h98l-18 -111l-37 -165h-65zM346 413l22 276h98l-18 -111l-37 -165h-65z" />
+    <glyph glyph-name="uni2035" unicode="&#x2035;" 
+d="M285 413l-37 165l-18 111h98l22 -276h-65z" />
+    <glyph glyph-name="uni00B5" unicode="&#xb5;" 
+d="M79 -190v679h99v-290c0 -85 29 -126 94 -126c46 0 89 17 134 97v319h100c-3 -128 -7 -275 -7 -383c0 -27 13 -37 30 -37c5 0 9 0 18 2l13 -74c-13 -5 -31 -9 -54 -9c-55 0 -83 27 -90 101h-3c-36 -66 -88 -98 -144 -98c-40 0 -75 9 -98 46c1 -96 2 -148 8 -227h-100z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" 
+d="M258 -12c-100 0 -186 73 -186 193c0 134 84 228 216 228c53 0 105 -25 144 -69v28c0 154 -47 223 -132 223c-41 0 -78 -18 -109 -50l-45 62c45 43 100 69 165 69c135 0 216 -106 216 -306c0 -226 -109 -378 -269 -378zM268 69c76 0 135 66 156 191c-40 52 -84 71 -126 71
+c-88 0 -133 -59 -133 -144c0 -73 48 -118 103 -118z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" 
+d="M226 -158c-22 0 -40 3 -50 7l11 74c9 -3 21 -4 35 -4c55 0 66 51 66 152c0 148 -41 333 -41 486c0 132 25 233 151 233c21 0 41 -4 50 -7l-11 -74c-9 3 -21 4 -35 4c-54 0 -66 -53 -66 -154c0 -147 41 -331 41 -484c0 -133 -26 -233 -151 -233z" />
+    <glyph glyph-name="integraltp" unicode="&#x2320;" 
+d="M348 -400h-90v957c0 132 26 233 152 233c20 0 40 -4 49 -7l-11 -74c-9 3 -21 4 -35 4c-54 0 -65 -53 -65 -154v-959z" />
+    <glyph glyph-name="integralbt" unicode="&#x2321;" 
+d="M196 -158c-21 0 -40 3 -50 7l11 74c9 -3 21 -4 35 -4c55 0 66 51 66 152v929h90v-925c0 -133 -27 -233 -152 -233z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" 
+d="M298 -91l-150 423l-72 -31l-21 51l144 62l111 -333c7 -22 13 -45 18 -68h4c4 23 8 46 13 68l173 739h69l-217 -911h-72z" />
+    <glyph glyph-name="uni2206" unicode="&#x2206;" 
+d="M40 0v60l202 595h116l202 -595v-60h-520zM148 84h302l-86 271c-22 69 -43 144 -63 218h-4c-22 -74 -43 -149 -63 -218z" />
+    <glyph glyph-name="uni2126" unicode="&#x2126;" 
+d="M36 0v81h116v4c-52 52 -107 142 -107 268c0 183 99 314 255 314s255 -131 255 -314c0 -126 -55 -216 -107 -268v-4h116v-81h-215v73c61 66 103 144 103 272c0 135 -54 235 -152 235s-152 -100 -152 -235c0 -128 42 -206 103 -272v-73h-215z" />
+    <glyph glyph-name="uni2200" unicode="&#x2200;" 
+d="M574 655l-216 -655h-116l-216 655h106l56 -188h228l56 188h102zM300 80h4c19 74 40 147 61 218l27 90h-181l27 -90c21 -71 43 -144 62 -218z" />
+    <glyph glyph-name="uni2203" unicode="&#x2203;" 
+d="M69 0v84h322v216h-264v84h264v187h-312v84h412v-655h-422z" />
+    <glyph glyph-name="uni2237" unicode="&#x2237;" 
+d="M160 412c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM160 63c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM440 412c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z
+M440 63c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" 
+d="M67 -120v62l230 316l-219 317v62h446v-84h-323v-4l200 -290l-210 -291v-4h360v-84h-484z" />
+    <glyph glyph-name="product" unicode="&#x220f;" 
+d="M45 -120v757h510v-757h-101v670h-309v-670h-100z" />
+    <glyph glyph-name="uni2105" unicode="&#x2105;" 
+d="M168 318c-81 0 -142 61 -142 165c0 105 71 166 147 166c43 0 73 -18 96 -39l-36 -44c-17 15 -34 25 -56 25c-45 0 -78 -43 -78 -108c0 -64 31 -107 77 -107c28 0 50 14 68 30l31 -46c-31 -26 -68 -42 -107 -42zM82 31l-56 52l184 185l38 -35zM392 387l-38 35l166 202
+l56 -52zM432 -12c-82 0 -142 63 -142 167s60 164 142 164s142 -60 142 -164s-60 -167 -142 -167zM432 45c39 0 70 34 70 110c0 77 -31 107 -70 107s-70 -30 -70 -107c0 -76 31 -110 70 -110z" />
+    <glyph glyph-name="uni2113" unicode="&#x2113;" 
+d="M363 -12c-83 0 -154 49 -167 165c-17 -12 -34 -23 -52 -34l-39 61c32 20 61 41 89 61v255c0 158 67 224 157 224c82 0 138 -58 138 -159c0 -124 -70 -234 -198 -338v-25c0 -94 39 -127 86 -127c40 0 68 22 92 44l39 -60c-36 -33 -84 -67 -145 -67zM291 512v-189
+c73 73 115 150 115 238c0 60 -22 84 -52 84c-34 0 -63 -39 -63 -133z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" 
+d="M300 -12c-151 0 -274 150 -274 336s123 336 274 336s274 -150 274 -336v-8h-414c-2 0 -4 -2 -4 -4v-224c0 -8 4 -14 8 -20c34 -38 84 -60 138 -60c70 0 136 44 182 112h38c-54 -80 -132 -132 -222 -132zM160 334h280c4 0 6 2 6 6v224c0 8 -4 16 -10 22
+c-34 34 -84 54 -134 54c-54 0 -104 -22 -138 -58c-4 -6 -8 -15 -8 -22v-220c0 -4 2 -6 4 -6z" />
+    <glyph glyph-name="uni2190" unicode="&#x2190;" 
+d="M290 -16l-274 266v4l274 266l49 -55l-187 -173h417v-80h-417l187 -173z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" 
+d="M260 -25v418l-173 -188l-55 49l266 274h4l266 -274l-55 -49l-173 188v-418h-80z" />
+    <glyph glyph-name="uni2192" unicode="&#x2192;" 
+d="M309 -16l-49 55l187 173h-417v80h417l-187 173l49 55l274 -266v-4z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" 
+d="M298 -25l-266 274l55 49l173 -188v418h80v-418l173 188l55 -49l-266 -274h-4z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" 
+d="M460 28l-296 295l11 -254l-74 -4l-5 381l3 3l381 -5l-4 -74l-255 10l295 -295z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" 
+d="M133 28l-57 56l295 296l-254 -11l-4 74l381 5l3 -3l-5 -381l-74 4l10 255z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" 
+d="M500 55l-381 5l4 74l255 -10l-296 295l57 57l296 -295l-11 254l74 4l5 -381z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" 
+d="M106 55l-3 3l5 381l74 -4l-10 -255l295 295l57 -56l-295 -296l254 11l4 -74z" />
+    <glyph glyph-name="uni21D0" unicode="&#x21d0;" 
+d="M290 -16l-274 266v4l274 266l49 -55l-103 -94h333v-62h-402l-60 -55v-4l60 -55h402v-62h-333l103 -94z" />
+    <glyph glyph-name="uni21D1" unicode="&#x21d1;" 
+d="M87 205l-55 49l266 274h4l266 -274l-55 -49l-94 103v-333h-62v402l-55 60h-4l-55 -60v-402h-62v333z" />
+    <glyph glyph-name="uni21D2" unicode="&#x21d2;" 
+d="M309 -16l-49 55l103 94h-333v62h402l60 55v4l-60 55h-402v62h333l-103 94l49 55l274 -266v-4z" />
+    <glyph glyph-name="uni21D3" unicode="&#x21d3;" 
+d="M298 -25l-266 274l55 49l94 -103v333h62v-402l55 -60h4l55 60v402h62v-333l94 103l55 -49l-266 -274h-4z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" 
+d="M612 254v-4l-179 -216l-54 44l117 134h-392l117 -134l-54 -44l-179 216v4l179 216l54 -44l-117 -134h392l-117 134l54 44z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" 
+d="M302 -57h-4l-216 179l44 54l134 -117v385l-134 -117l-44 54l216 179h4l216 -179l-44 -54l-134 117v-385l134 117l44 -54z" />
+    <glyph glyph-name="arrowupdnbse" unicode="&#x21a8;" 
+d="M60 -147v76h480v-76h-480zM302 -57h-4l-216 179l44 54l134 -117v385l-134 -117l-44 54l216 179h4l216 -179l-44 -54l-134 117v-385l134 117l44 -54z" />
+    <glyph glyph-name="uni25CF" unicode="&#x25cf;" 
+d="M300 101c-133 0 -230 98 -230 229s97 229 230 229s230 -98 230 -229s-97 -229 -230 -229z" />
+    <glyph glyph-name="uni25CB" unicode="&#x25cb;" 
+d="M300 89c-142 0 -244 103 -244 241s102 241 244 241s244 -103 244 -241s-102 -241 -244 -241zM300 145c103 0 179 78 179 185s-76 185 -179 185s-179 -78 -179 -185s76 -185 179 -185z" />
+    <glyph glyph-name="uni25A0" unicode="&#x25a0;" 
+d="M83 113v434h434v-434h-434z" />
+    <glyph glyph-name="uni25A1" unicode="&#x25a1;" 
+d="M68 98v464h464v-464h-464zM130 155h340v350h-340v-350z" />
+    <glyph glyph-name="uni2752" unicode="&#x2752;" 
+d="M68 98v412l62 52h402v-406l-55 -58h-409zM115 142h346v352h-346v-352z" />
+    <glyph glyph-name="uni25C6" unicode="&#x25c6;" 
+d="M300 71l-270 269l270 270l270 -270z" />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" 
+d="M63 104v3l236 489h2l236 -489v-3h-474z" />
+    <glyph glyph-name="uni25B3" unicode="&#x25b3;" 
+d="M63 104v3l236 489h2l236 -489v-3h-474zM150 155h300l-150 320z" />
+    <glyph glyph-name="uni25B6" unicode="&#x25b6;" 
+d="M64 108v474h3l489 -235v-3l-489 -236h-3z" />
+    <glyph glyph-name="uni25B7" unicode="&#x25b7;" 
+d="M64 108v474h3l489 -235v-3l-489 -236h-3zM119 198l316 147l-316 147v-294z" />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" 
+d="M299 84l-236 489v3h474v-3l-236 -489h-2z" />
+    <glyph glyph-name="uni25BD" unicode="&#x25bd;" 
+d="M299 84l-236 489v3h474v-3l-236 -489h-2zM300 205l150 320h-300z" />
+    <glyph glyph-name="uni25C0" unicode="&#x25c0;" 
+d="M533 108l-489 236v3l489 235h3v-474h-3z" />
+    <glyph glyph-name="uni25C1" unicode="&#x25c1;" 
+d="M533 108l-489 236v3l489 235h3v-474h-3zM481 198v294l-315 -147z" />
+    <glyph glyph-name="triagrt" unicode="&#x25ba;" 
+d="M19 108v474h3l604 -235v-3l-604 -236h-3z" />
+    <glyph glyph-name="triaglf" unicode="&#x25c4;" 
+d="M578 108l-604 236v3l604 235h3v-474h-3z" />
+    <glyph glyph-name="invcircle" unicode="&#x25d9;" 
+d="M62 94v472h476v-472h-476zM300 98c137 0 234 99 234 232s-97 232 -234 232s-234 -99 -234 -232s97 -232 234 -232zM300 154c-98 0 -169 74 -169 176s71 176 169 176s169 -74 169 -176s-71 -176 -169 -176z" />
+    <glyph glyph-name="uni25C9" unicode="&#x25c9;" 
+d="M300 90c-136 0 -248 96 -248 250c0 153 112 250 248 250s248 -97 248 -250c0 -154 -112 -250 -248 -250zM300 145c101 0 190 74 190 195c0 122 -89 195 -190 195s-190 -73 -190 -195c0 -121 89 -195 190 -195zM300 203c-72 0 -134 55 -134 137s62 138 134 138
+s134 -56 134 -138s-62 -137 -134 -137z" />
+    <glyph glyph-name="uni2610" unicode="&#x2610;" 
+d="M-26 -10v627l65 55h587v-617l-56 -65h-596zM21 37h526v557h-526v-557z" />
+    <glyph glyph-name="uni2611" unicode="&#x2611;" 
+d="M243 105c-36 102 -81 189 -140 276l66 44c48 -76 87 -160 115 -241h4c42 143 110 286 191 410h-458v-557h526v519c-84 -122 -157 -270 -204 -439zM-26 -10v627l65 55h495c35 47 72 90 109 127l63 -57c-27 -25 -54 -53 -80 -84v-603l-56 -65h-596z" />
+    <glyph glyph-name="uni2713" unicode="&#x2713;" 
+d="M144 -20c-40 110 -87 203 -153 296l66 44c54 -82 99 -174 130 -261h4c71 238 209 476 360 626l63 -57c-152 -142 -294 -362 -370 -636z" />
+    <glyph glyph-name="musicalnote" unicode="&#x266a;" 
+d="M174 -25c-54 0 -103 26 -103 79c0 63 67 120 160 120c26 0 51 -6 60 -12v532h58c10 -26 20 -35 70 -70c91 -64 117 -121 117 -198c0 -53 -19 -104 -36 -135l-39 14c10 32 13 56 13 92c0 62 -43 124 -120 148v-395c0 -115 -80 -175 -180 -175z" />
+    <glyph glyph-name="musicalnotedbl" unicode="&#x266b;" 
+d="M102 -25c-53 0 -102 26 -102 79c0 63 62 120 150 120c27 0 52 -6 61 -12v512l388 60v-534c0 -115 -76 -175 -171 -175c-53 0 -102 26 -102 79c0 64 62 121 150 121c26 0 52 -6 61 -12v354l-263 -40v-377c0 -115 -77 -175 -172 -175z" />
+    <glyph glyph-name="heart" unicode="&#x2665;" 
+d="M302 -12h-4c-242 256 -292 380 -292 524c0 129 64 198 147 198c66 0 117 -31 145 -120h4c28 89 80 120 145 120c83 0 147 -69 147 -198c0 -144 -50 -268 -292 -524z" />
+    <glyph glyph-name="club" unicode="&#x2663;" 
+d="M102 0v44c90 13 150 58 173 204h-7c-27 -67 -79 -88 -129 -88c-79 0 -133 61 -133 151c0 94 64 141 141 141c24 0 44 -5 77 -20l4 4c-68 59 -76 115 -76 150c0 73 65 124 148 124s148 -51 148 -124c0 -35 -8 -91 -76 -150l4 -4c33 15 53 20 77 20c77 0 141 -47 141 -141
+c0 -90 -54 -151 -133 -151c-50 0 -102 21 -129 88h-7c23 -146 83 -191 173 -204v-44h-396z" />
+    <glyph glyph-name="diamond" unicode="&#x2666;" 
+d="M302 -12h-4l-296 365v4l296 364h4l296 -364v-4z" />
+    <glyph glyph-name="spade" unicode="&#x2660;" 
+d="M102 0v44c90 13 150 58 173 204h-7c-30 -69 -77 -90 -131 -90c-74 0 -131 43 -131 136c0 121 62 195 292 427h4c230 -232 292 -306 292 -427c0 -93 -57 -136 -131 -136c-54 0 -101 21 -131 90h-7c23 -146 83 -191 173 -204v-44h-396z" />
+    <glyph glyph-name="smileface" unicode="&#x263a;" 
+d="M300 36c-173 0 -295 123 -295 294s122 294 295 294s295 -123 295 -294s-122 -294 -295 -294zM300 87c140 0 237 99 237 243s-97 243 -237 243s-237 -99 -237 -243s97 -243 237 -243zM221 338c-31 0 -50 27 -50 66s19 66 50 66s50 -27 50 -66s-19 -66 -50 -66zM379 338
+c-31 0 -50 27 -50 66s19 66 50 66s50 -27 50 -66s-19 -66 -50 -66zM300 152c-88 0 -144 48 -155 128l38 15c17 -49 60 -72 117 -72s100 23 117 72l38 -15c-11 -80 -67 -128 -155 -128zM236 397c8 0 13 6 13 15s-5 15 -13 15s-13 -6 -13 -15s5 -15 13 -15zM394 397
+c8 0 13 6 13 15s-5 15 -13 15s-13 -6 -13 -15s5 -15 13 -15z" />
+    <glyph glyph-name="invsmileface" unicode="&#x263b;" 
+d="M300 56c-163 0 -275 115 -275 274s112 274 275 274s275 -115 275 -274s-112 -274 -275 -274zM219 345c31 0 49 27 49 64s-18 64 -49 64s-49 -27 -49 -64s18 -64 49 -64zM381 345c31 0 49 27 49 64s-18 64 -49 64s-49 -27 -49 -64s18 -64 49 -64zM300 147
+c91 0 145 45 160 127l-38 15c-19 -49 -62 -73 -122 -73s-103 24 -122 73l-38 -15c15 -82 69 -127 160 -127zM206 394c-9 0 -17 7 -17 19s8 19 17 19s17 -7 17 -19s-8 -19 -17 -19zM368 394c-9 0 -17 7 -17 19s8 19 17 19s17 -7 17 -19s-8 -19 -17 -19z" />
+    <glyph glyph-name="uni2764" unicode="&#x2764;" 
+d="M302 13h-4c-94 185 -365 161 -365 442c0 129 81 198 195 198c87 0 145 -34 170 -130h4c25 96 83 130 170 130c114 0 195 -69 195 -198c0 -281 -271 -257 -365 -442z" />
+    <glyph glyph-name="uni2615" unicode="&#x2615;" 
+d="M247 36c-170 0 -280 123 -280 392c0 126 105 196 280 196c158 0 251 -54 272 -153c77 -14 128 -58 128 -151c0 -104 -88 -173 -189 -173c-47 -76 -124 -111 -211 -111zM247 82c78 0 147 31 182 104c111 0 164 62 164 134c0 62 -39 110 -116 110c0 94 -82 150 -230 150
+c-147 0 -229 -60 -229 -160c0 -238 92 -338 229 -338zM247 327c-122 0 -179 31 -211 83c20 62 97 101 211 101s192 -40 212 -101c-33 -52 -90 -83 -212 -83zM452 251c12 37 18 73 20 110c37 0 55 -11 55 -47c0 -41 -34 -63 -75 -63zM306 419c-56 37 -90 48 -126 48
+c-31 0 -48 -12 -48 -26c0 -10 7 -17 29 -22c-22 -5 -29 -12 -29 -22c0 -14 17 -26 48 -26c36 0 70 11 126 48zM310 419c30 -17 52 -21 63 -21c14 0 26 7 26 21s-12 21 -26 21c-11 0 -33 -4 -63 -21z" />
+    <glyph glyph-name="u1F4A9" unicode="&#x1f4a9;" 
+d="M300 14c-214 0 -307 27 -307 146c0 64 29 102 92 118c-25 18 -36 46 -36 90c0 72 46 110 109 122c-11 12 -21 24 -21 52c0 100 125 58 182 120c96 -26 144 -64 144 -118c0 -26 -8 -40 -21 -54c63 -12 109 -50 109 -122c0 -44 -11 -72 -36 -90c63 -16 92 -54 92 -118
+c0 -119 -93 -146 -307 -146zM300 109c81 0 135 36 143 115h-286c8 -79 62 -115 143 -115zM147 312l29 -2c2 46 13 65 37 65s35 -19 37 -65l29 2c-1 86 -24 120 -66 120s-65 -34 -66 -120zM321 312l29 -2c2 46 13 65 37 65s35 -19 37 -65l29 2c-1 86 -24 120 -66 120
+s-65 -34 -66 -120z" />
+    <glyph glyph-name="u1F916" unicode="&#x1f916;" 
+d="M300 36c-120 0 -221 58 -266 169c-43 11 -64 57 -64 143c0 49 14 73 46 82c30 130 135 194 284 194s254 -64 284 -194c32 -9 46 -33 46 -82c0 -86 -21 -132 -64 -143c-45 -111 -146 -169 -266 -169zM300 87c135 0 237 82 237 263c0 158 -90 223 -237 223
+s-237 -65 -237 -223c0 -181 102 -263 237 -263zM300 258c-128 0 -191 24 -191 96c0 110 74 160 191 160s191 -50 191 -160c0 -72 -63 -96 -191 -96zM148 332l32 -2c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM316 332l32 -2
+c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM300 149c-20 0 -37 8 -37 26c0 12 7 16 37 16s37 -4 37 -16c0 -18 -17 -26 -37 -26z" />
+    <glyph glyph-name="u1F512" unicode="&#x1f512;" 
+d="M81 -70l-40 35v520l40 35h46v150c0 119 63 186 173 186s173 -67 173 -186v-150h46l40 -35v-520l-40 -35h-438zM247 61l43 -19h20l43 19l-25 168c38 15 55 42 55 78c0 47 -37 82 -83 82s-83 -35 -83 -82c0 -36 17 -63 55 -78zM206 520h188v141c0 74 -31 118 -94 118
+s-94 -44 -94 -118v-141z" />
+    <glyph glyph-name="female" unicode="&#x2640;" 
+d="M300 303c94 0 165 71 165 169c0 99 -71 169 -165 169c-95 0 -166 -70 -166 -169c0 -98 71 -169 166 -169zM262 -49v123h-141v73h141v94c-121 16 -206 110 -206 231c0 134 103 235 244 235s244 -101 244 -235c0 -121 -85 -215 -206 -231v-94h141v-73h-141v-123h-76z" />
+    <glyph glyph-name="male" unicode="&#x2642;" 
+d="M229 5c-141 0 -244 101 -244 235c0 133 103 235 244 235c47 0 90 -12 127 -32l146 142l-164 -8v69l276 2l3 -3l-2 -276h-69l8 164l-136 -141c34 -41 54 -93 54 -152c0 -134 -103 -235 -243 -235zM229 71c95 0 166 70 166 169s-71 169 -166 169s-165 -70 -165 -169
+s70 -169 165 -169z" />
+    <glyph glyph-name="sun" unicode="&#x263c;" 
+d="M300 196c77 0 132 55 132 134s-55 134 -132 134s-132 -55 -132 -134s55 -134 132 -134zM501 79l-86 87c-23 -15 -49 -26 -78 -32v-114h-74v114c-28 5 -54 16 -76 31l-88 -86l-51 51l86 85c-17 23 -29 50 -35 79h-105v72h105c6 28 17 53 33 76l-84 86l51 51l85 -86
+c23 16 50 27 79 33v114h74v-114c28 -6 55 -17 77 -32l87 85l51 -51l-86 -84c17 -23 29 -50 35 -78h105v-72h-105c-6 -28 -18 -54 -34 -77l85 -87z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" 
+d="M257 -10l-166 338l166 338h86l166 -338l-166 -338h-86zM298 73h4l62 130l60 125l-60 124l-62 131h-4l-62 -131l-60 -124l60 -125z" />
+    <glyph glyph-name="house" unicode="&#x2302;" 
+d="M45 0v360l213 306h84l213 -306v-360h-510zM129 70h342v265l-91 137l-78 121h-4l-78 -121l-91 -137v-265z" />
+    <glyph glyph-name="uni02B9" unicode="&#x2b9;" 
+d="M250 413l22 276h98l-18 -111l-37 -165h-65z" />
+    <glyph glyph-name="uni02BB" unicode="&#x2bb;" 
+d="M300 334c-58 0 -97 49 -97 131c0 102 55 185 151 233l30 -56c-63 -34 -101 -84 -105 -152c8 3 16 5 24 5c45 0 76 -32 76 -77c0 -50 -33 -84 -79 -84z" />
+    <glyph glyph-name="uni02BC" unicode="&#x2bc;" 
+d="M244 334l-31 56c64 34 102 85 106 153c-8 -3 -16 -5 -24 -5c-45 0 -76 31 -76 77c0 49 33 83 79 83c58 0 97 -48 97 -131c0 -102 -55 -185 -151 -233z" />
+    <glyph glyph-name="uni02BE" unicode="&#x2be;" 
+d="M225 538v57c74 0 112 32 112 88c0 55 -38 88 -112 88v57c126 4 188 -54 188 -145s-62 -149 -188 -145z" />
+    <glyph glyph-name="uni02BF" unicode="&#x2bf;" 
+d="M375 538c-126 -4 -188 54 -188 145s62 149 188 145v-57c-74 0 -112 -33 -112 -88c0 -56 38 -88 112 -88v-57z" />
+    <glyph glyph-name="uni02C1" unicode="&#x2c1;" 
+d="M277 442v88c-67 45 -121 90 -121 166c0 86 75 132 159 132c65 0 110 -27 140 -59l-39 -46c-24 25 -54 45 -95 45c-53 0 -90 -28 -90 -74c0 -52 37 -91 119 -135v-117h-73z" />
+    <glyph glyph-name="uni02D0" unicode="&#x2d0;" 
+d="M192 0l102 176h12l102 -176h-216zM294 336l-102 175h216l-102 -175h-12z" />
+    <glyph glyph-name="uni02D1" unicode="&#x2d1;" 
+d="M294 336l-102 175h216l-102 -175h-12z" />
+    <glyph glyph-name="uni02DE" unicode="&#x2de;" 
+d="M330 229c-43 0 -81 24 -101 96l-111 -46v74l157 65c15 -105 36 -129 62 -129c17 0 29 7 39 14l24 -50c-17 -12 -39 -24 -70 -24z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M317 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M283 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M178 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M250 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni02C8" unicode="&#x2c8;" 
+d="M268 392l-26 330h116l-26 -330h-64z" />
+    <glyph glyph-name="uni02C9" unicode="&#x2c9;" 
+d="M163 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni02CA" unicode="&#x2ca;" 
+d="M283 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni02CB" unicode="&#x2cb;" 
+d="M317 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="uni02CC" unicode="&#x2cc;" 
+d="M242 -257l26 331h64l26 -331h-116z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M371 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M199 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM401 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M163 598v67h274v-67h-274z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M300 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M300 569c-73 0 -115 43 -115 98s42 98 115 98s115 -43 115 -98s-42 -98 -115 -98zM300 610c30 0 53 25 53 57s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M244 567l-54 25l87 174l69 -32zM402 567l-54 25l87 174l69 -32z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M300 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M209 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l42 99h62l-26 -72c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M311 -226c-59 0 -105 31 -105 95c0 62 48 108 84 134h64c-47 -35 -77 -72 -77 -114c0 -36 29 -52 56 -52c24 0 42 9 53 19l25 -46c-23 -21 -59 -36 -100 -36z" />
+    <glyph glyph-name="uni25CC" unicode="&#x25cc;" 
+d="M299 -12c-19 0 -36 13 -36 39c0 24 17 37 36 37c22 0 38 -13 38 -37c0 -26 -16 -39 -38 -39zM193 15c-19 0 -36 14 -36 40c0 23 17 36 36 36c21 0 38 -13 38 -36c0 -26 -16 -40 -38 -40zM405 15c-19 0 -36 14 -36 40c0 23 17 36 36 36c20 0 37 -13 37 -36
+c0 -26 -14 -40 -37 -40zM115 97c-19 0 -36 14 -36 38c0 25 17 39 36 39c22 0 38 -14 38 -39c0 -24 -15 -38 -38 -38zM484 97c-20 0 -37 14 -37 38c0 25 17 39 37 39s37 -14 37 -39c0 -24 -15 -38 -37 -38zM87 206c-19 0 -36 14 -36 39c0 24 17 37 36 37c22 0 39 -13 39 -37
+c0 -25 -16 -39 -39 -39zM511 206c-21 0 -37 14 -37 39c0 24 16 37 37 37c19 0 37 -13 37 -37c0 -25 -15 -39 -37 -39zM115 316c-19 0 -36 14 -36 39s17 38 36 38c22 0 38 -13 38 -38s-15 -39 -38 -39zM484 315c-20 0 -37 14 -37 39c0 24 17 38 37 38s37 -14 37 -38
+c0 -25 -15 -39 -37 -39zM193 398c-19 0 -36 14 -36 37c0 26 17 39 36 39c21 0 38 -13 38 -39c0 -23 -16 -37 -38 -37zM405 397c-19 0 -36 15 -36 38c0 25 17 39 36 39c20 0 37 -14 37 -39c0 -23 -14 -38 -37 -38zM299 424c-19 0 -36 14 -36 39c0 24 17 38 36 38
+c22 0 38 -14 38 -38c0 -25 -16 -39 -38 -39z" />
+    <glyph glyph-name="uni0300" unicode="&#x300;" 
+d="M317 566l-163 154l69 67l145 -172z" />
+    <glyph glyph-name="uni0300.cap" 
+d="M331 693l-160 115l55 66l149 -131z" />
+    <glyph glyph-name="uni0300.g" 
+d="M271 557l-70 202l100 17l37 -206z" />
+    <glyph glyph-name="uni0301" unicode="&#x301;" 
+d="M283 566l-51 49l145 172l69 -67z" />
+    <glyph glyph-name="uni0301.cap" 
+d="M269 693l-44 50l149 131l55 -66z" />
+    <glyph glyph-name="uni0301.g" 
+d="M327 559l-67 11l44 237l100 -17z" />
+    <glyph glyph-name="uni0302" unicode="&#x302;" 
+d="M178 566l-40 38l112 137h100l112 -137l-40 -38l-120 108h-4z" />
+    <glyph glyph-name="uni0302.cap" 
+d="M190 695l-43 30l100 112h106l100 -112l-43 -30l-108 91h-4z" />
+    <glyph glyph-name="uni0303" unicode="&#x303;" 
+d="M371 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni0303.cap" 
+d="M374 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="uni0304" unicode="&#x304;" 
+d="M163 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni0304.cap" 
+d="M162 731v67h276v-67h-276z" />
+    <glyph glyph-name="uni0305" unicode="&#x305;" 
+d="M163 598v67h274v-67h-274z" />
+    <glyph glyph-name="uni0305.cap" 
+d="M162 731v67h276v-67h-276z" />
+    <glyph glyph-name="uni0306" unicode="&#x306;" 
+d="M300 571c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="uni0306.c" 
+d="M300 572c-113 0 -157 68 -161 152l80 4c2 -57 21 -100 81 -100s79 43 81 100l80 -4c-4 -84 -48 -152 -161 -152z" />
+    <glyph glyph-name="uni0306.cap" 
+d="M300 703c-94 0 -142 56 -150 131l58 10c8 -46 38 -80 92 -80s84 34 92 80l58 -10c-8 -75 -56 -131 -150 -131z" />
+    <glyph glyph-name="uni0306.ccap" 
+d="M300 703c-115 0 -154 59 -158 129l85 4c2 -45 22 -80 73 -80s71 35 73 80l85 -4c-4 -70 -43 -129 -158 -129z" />
+    <glyph glyph-name="uni0307" unicode="&#x307;" 
+d="M300 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni0307.cap" 
+d="M300 710c-38 0 -67 26 -67 65c0 37 29 63 67 63s67 -26 67 -63c0 -39 -29 -65 -67 -65z" />
+    <glyph glyph-name="uni0308" unicode="&#x308;" 
+d="M199 584c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM401 584c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="uni0308.cap" 
+d="M204 711c-33 0 -57 24 -57 57s24 56 57 56c32 0 56 -23 56 -56s-24 -57 -56 -57zM396 711c-32 0 -56 24 -56 57s24 56 56 56c33 0 57 -23 57 -56s-24 -57 -57 -57z" />
+    <glyph glyph-name="uni0309" unicode="&#x309;" 
+d="M265 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni0309.cap" 
+d="M265 696l-10 44c31 7 54 18 54 41c0 24 -26 37 -82 40l10 55c97 -3 146 -32 146 -84c0 -61 -55 -87 -118 -96z" />
+    <glyph glyph-name="uni0310" unicode="&#x310;" 
+d="M300 571c-111 0 -160 75 -166 153l55 10c7 -53 44 -103 111 -103c66 0 104 50 111 103l55 -10c-6 -78 -55 -153 -166 -153zM300 701c-35 0 -61 24 -61 60c0 37 26 62 61 62s61 -25 61 -62c0 -36 -26 -60 -61 -60z" />
+    <glyph glyph-name="uni0310.cap" 
+d="M300 703c-99 0 -150 56 -160 131l53 10c10 -50 47 -85 107 -85s97 35 107 85l53 -10c-9 -75 -61 -131 -160 -131zM300 820c-33 0 -58 23 -58 57s25 58 58 58s58 -24 58 -58s-25 -57 -58 -57z" />
+    <glyph glyph-name="uni030A" unicode="&#x30a;" 
+d="M300 569c-73 0 -115 43 -115 98s42 98 115 98s115 -43 115 -98s-42 -98 -115 -98zM300 610c30 0 53 25 53 57s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="uni030A.cap" 
+d="M300 698c-59 0 -101 37 -101 93s42 93 101 93c58 0 101 -37 101 -93s-43 -93 -101 -93zM300 739c26 0 48 19 48 52c0 32 -22 51 -48 51c-27 0 -49 -19 -49 -51c0 -33 22 -52 49 -52z" />
+    <glyph glyph-name="uni030B" unicode="&#x30b;" 
+d="M244 567l-54 25l87 174l69 -32zM402 567l-54 25l87 174l69 -32z" />
+    <glyph glyph-name="uni030B.cap" 
+d="M230 700l-51 25l94 155l66 -38zM397 700l-51 25l95 155l65 -38z" />
+    <glyph glyph-name="uni030C" unicode="&#x30c;" 
+d="M250 575l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni030C.cap" 
+d="M247 705l-100 112l43 30l108 -90h4l108 90l43 -30l-100 -112h-106z" />
+    <glyph glyph-name="uni030C.a" 
+d="M254 548l-4 270h89l-1 -86l-17 -184h-67z" />
+    <glyph glyph-name="uni030F" unicode="&#x30f;" 
+d="M198 567l-102 167l69 32l87 -174zM356 567l-102 167l69 32l87 -174z" />
+    <glyph glyph-name="uni030F.cap" 
+d="M203 700l-109 142l65 38l95 -155zM370 700l-109 142l66 38l94 -155z" />
+    <glyph glyph-name="uni0311" unicode="&#x311;" 
+d="M200 567l-60 10c5 77 51 153 160 153s155 -76 160 -153l-60 -10c-7 49 -38 98 -100 98s-93 -49 -100 -98z" />
+    <glyph glyph-name="uni0311.cap" 
+d="M208 701l-58 10c8 75 56 131 150 131s142 -56 150 -131l-58 -10c-8 46 -38 80 -92 80s-84 -34 -92 -80z" />
+    <glyph glyph-name="uni0312" unicode="&#x312;" 
+d="M305 556c-39 0 -64 28 -64 79c0 53 30 99 97 123l19 -38c-42 -17 -62 -38 -65 -66c4 2 9 3 14 3c25 0 50 -17 50 -50s-23 -51 -51 -51z" />
+    <glyph glyph-name="uni0312.g" 
+d="M335 572c-63 9 -119 35 -119 96c0 62 51 98 151 101l6 -64c-56 -3 -82 -18 -82 -45c0 -25 23 -37 54 -44z" />
+    <glyph glyph-name="uni0313" unicode="&#x313;" 
+d="M262 556l-19 37c42 17 62 39 66 67c-5 -2 -10 -3 -15 -3c-25 0 -50 16 -50 49s23 52 51 52c39 0 64 -29 64 -80c0 -52 -30 -98 -97 -122z" />
+    <glyph glyph-name="uni0313.g" 
+d="M265 571l-10 45c31 7 54 19 54 44c0 27 -26 42 -82 45l6 64c100 -3 151 -40 151 -101s-56 -88 -119 -97z" />
+    <glyph glyph-name="uni0318" unicode="&#x318;" 
+d="M336 -251v70h-115v54h115v70h61v-194h-61z" />
+    <glyph glyph-name="uni0319" unicode="&#x319;" 
+d="M203 -251v194h61v-70h115v-54h-115v-70h-61z" />
+    <glyph glyph-name="uni031A" unicode="&#x31a;" 
+d="M331 573v90h-110v54h168v-144h-58z" />
+    <glyph glyph-name="uni031B" unicode="&#x31b;" 
+d="M300 432l-9 46c52 9 80 37 80 90c0 21 -7 38 -15 56l75 34c14 -24 25 -50 25 -83c0 -90 -71 -134 -156 -143z" />
+    <glyph glyph-name="uni031C" unicode="&#x31c;" 
+d="M364 -257c-99 -3 -145 35 -145 97c0 61 46 100 145 97v-41c-50 0 -75 -22 -75 -56s25 -57 75 -57v-40z" />
+    <glyph glyph-name="uni031D" unicode="&#x31d;" 
+d="M181 -215v53h88v105h62v-105h88v-53h-238z" />
+    <glyph glyph-name="uni031E" unicode="&#x31e;" 
+d="M269 -251v105h-88v54h238v-54h-88v-105h-62z" />
+    <glyph glyph-name="uni031F" unicode="&#x31f;" 
+d="M269 -251v70h-88v54h88v70h62v-70h88v-54h-88v-70h-62z" />
+    <glyph glyph-name="uni0320" unicode="&#x320;" 
+d="M181 -151v53h238v-53h-238z" />
+    <glyph glyph-name="uni0323" unicode="&#x323;" 
+d="M300 -223c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="uni0324" unicode="&#x324;" 
+d="M199 -214c-36 0 -61 27 -61 62s25 62 61 62s62 -27 62 -62s-26 -62 -62 -62zM401 -214c-36 0 -62 27 -62 62s26 62 62 62s61 -27 61 -62s-25 -62 -61 -62z" />
+    <glyph glyph-name="uni0325" unicode="&#x325;" 
+d="M300 -247c-73 0 -115 43 -115 98s42 98 115 98s115 -43 115 -98s-42 -98 -115 -98zM300 -206c30 0 53 25 53 57s-23 56 -53 56s-53 -24 -53 -56s23 -57 53 -57z" />
+    <glyph glyph-name="uni0326" unicode="&#x326;" 
+d="M209 -230l-8 46c82 5 107 19 107 45c0 24 -23 36 -69 40l20 43c93 -10 123 -33 123 -79c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni0326.a" 
+d="M341 573c-93 10 -123 33 -123 79c0 61 62 90 173 95l8 -46c-82 -5 -107 -19 -107 -45c0 -24 23 -36 69 -40z" />
+    <glyph glyph-name="uni0327" unicode="&#x327;" 
+d="M209 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l42 99h62l-26 -72c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni0327.cap" 
+d="M209 -230l-8 46c82 5 107 19 107 48c0 24 -19 38 -77 46l42 99h62l-26 -72c46 -11 73 -31 73 -72c0 -61 -62 -90 -173 -95z" />
+    <glyph glyph-name="uni0328" unicode="&#x328;" 
+d="M311 -226c-59 0 -105 31 -105 95c0 62 48 108 84 134h64c-47 -35 -77 -72 -77 -114c0 -36 29 -52 56 -52c24 0 42 9 53 19l25 -46c-23 -21 -59 -36 -100 -36z" />
+    <glyph glyph-name="uni0328.cap" 
+d="M314 -226c-60 0 -107 32 -107 93c0 62 48 109 84 136h69c-47 -34 -77 -72 -77 -113c0 -33 26 -48 52 -48c20 0 35 10 47 20l27 -51c-23 -21 -57 -37 -95 -37z" />
+    <glyph glyph-name="uni0329" unicode="&#x329;" 
+d="M259 -267l6 198h70l6 -198h-82z" />
+    <glyph glyph-name="uni032A" unicode="&#x32a;" 
+d="M175 -224v143h250v-143h-55v90h-140v-90h-55z" />
+    <glyph glyph-name="uni032C" unicode="&#x32c;" 
+d="M250 -224l-112 137l40 38l120 -108h4l120 108l40 -38l-112 -137h-100z" />
+    <glyph glyph-name="uni032E" unicode="&#x32e;" 
+d="M300 -232c-109 0 -155 75 -160 153l60 10c7 -50 38 -98 100 -98s93 48 100 98l60 -10c-5 -78 -51 -153 -160 -153z" />
+    <glyph glyph-name="uni032F" unicode="&#x32f;" 
+d="M200 -240l-60 10c5 77 51 153 160 153s155 -76 160 -153l-60 -10c-7 49 -38 98 -100 98s-93 -49 -100 -98z" />
+    <glyph glyph-name="uni0330" unicode="&#x330;" 
+d="M371 -224c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni0331" unicode="&#x331;" 
+d="M163 -176v67h274v-67h-274z" />
+    <glyph glyph-name="uni0334" unicode="&#x334;" 
+d="M400 171c-91 0 -133 79 -191 79c-27 0 -40 -28 -43 -71l-65 12c4 77 34 130 100 130c91 0 132 -79 190 -79c27 0 40 28 43 71l65 -12c-4 -76 -34 -130 -99 -130z" />
+    <glyph glyph-name="uni0339" unicode="&#x339;" 
+d="M236 -257v40c50 0 75 23 75 57s-25 56 -75 56v41c99 3 145 -36 145 -97c0 -62 -46 -100 -145 -97z" />
+    <glyph glyph-name="uni033A" unicode="&#x33a;" 
+d="M175 -222v143h55v-90h140v90h55v-143h-250z" />
+    <glyph glyph-name="uni033B" unicode="&#x33b;" 
+d="M175 -242v168h250v-168h-250zM230 -198h140v81h-140v-81z" />
+    <glyph glyph-name="uni033C" unicode="&#x33c;" 
+d="M184 -237l-60 7c0 105 35 151 102 151c34 0 62 -17 73 -57h2c11 40 39 57 73 57c68 0 102 -46 102 -151l-60 -7c0 76 -17 94 -46 94c-30 0 -43 -27 -43 -73v-20h-54v20c0 46 -13 73 -43 73c-29 0 -46 -18 -46 -94z" />
+    <glyph glyph-name="uni033D" unicode="&#x33d;" 
+d="M237 565l-36 34l62 57l-62 57l36 33l63 -57l63 57l36 -33l-62 -57l62 -57l-36 -34l-63 57z" />
+    <glyph glyph-name="uni0342" unicode="&#x342;" 
+d="M371 576c-69 0 -98 79 -140 79c-28 0 -41 -28 -44 -73l-64 4c3 84 35 139 107 139c68 0 97 -78 140 -78c27 0 40 28 43 73l64 -4c-3 -84 -35 -140 -106 -140z" />
+    <glyph glyph-name="uni0342.cap" 
+d="M374 705c-74 0 -102 67 -145 67c-24 0 -42 -20 -46 -62l-65 5c4 83 46 129 108 129c74 0 102 -68 145 -68c24 0 41 21 46 62l65 -5c-4 -83 -46 -128 -108 -128z" />
+    <glyph glyph-name="uni0345" unicode="&#x345;" 
+d="M347 -205c-61 0 -86 37 -86 101v44h74c-1 -16 -2 -36 -2 -50c0 -23 15 -31 32 -31c6 0 9 0 21 2l11 -57c-14 -5 -27 -9 -50 -9z" />
+    <glyph glyph-name="uni035F" unicode="&#x35f;" 
+d="M-197 -175v66h994v-66h-994z" />
+    <glyph glyph-name="uni0361" unicode="&#x361;" 
+d="M-127 596l-28 49c135 83 289 126 455 126s320 -43 455 -126l-28 -49c-128 77 -287 108 -427 108s-299 -31 -427 -108z" />
+    <glyph glyph-name="uni03080301" 
+d="M200 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM400 584c-29 0 -50 21 -50 49s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM297 707l-41 27l81 120l56 -39z" />
+    <glyph glyph-name="uni03080301.cap" 
+d="M195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49c28 0 49 -20 49 -49s-21 -50 -49 -50zM302 824l-44 29l95 126l62 -42z" />
+    <glyph glyph-name="uni03080301.g" 
+d="M180 592c-28 0 -50 19 -50 48c0 30 22 49 50 49c27 0 49 -19 49 -49c0 -29 -22 -48 -49 -48zM255 575l47 232l77 -14l-75 -227zM420 592c-27 0 -49 19 -49 48c0 30 22 49 49 49c28 0 50 -19 50 -49c0 -29 -22 -48 -50 -48z" />
+    <glyph glyph-name="uni03080300" 
+d="M200 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM400 584c-29 0 -50 21 -50 49s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM303 707l-96 108l56 39l81 -120z" />
+    <glyph glyph-name="uni03080300.cap" 
+d="M195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49c28 0 49 -20 49 -49s-21 -50 -49 -50zM298 824l-113 113l62 42l95 -126z" />
+    <glyph glyph-name="uni03080300.g" 
+d="M182 592c-26 0 -46 18 -46 46s20 45 46 45c25 0 45 -17 45 -45s-20 -46 -45 -46zM294 564l-66 201l75 16l40 -206zM418 592c-25 0 -45 18 -45 46s20 45 45 45c26 0 46 -17 46 -45s-20 -46 -46 -46z" />
+    <glyph glyph-name="uni03080303" 
+d="M200 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM400 584c-29 0 -50 21 -50 49s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM370 709c-69 0 -90 48 -135 48c-22 0 -38 -14 -42 -44l-48 5c4 57 34 97 85 97c69 0 90 -48 135 -48
+c22 0 38 14 42 44l48 -5c-4 -57 -34 -97 -85 -97z" />
+    <glyph glyph-name="uni03080304" 
+d="M200 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM400 584c-29 0 -50 21 -50 49s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM162 752v52h275v-52h-275z" />
+    <glyph glyph-name="uni03080304.cap" 
+d="M195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49c28 0 49 -20 49 -49s-21 -50 -49 -50zM162 864v52h276v-52h-276z" />
+    <glyph glyph-name="uni0308030C" 
+d="M200 584c-28 0 -49 21 -49 49s21 50 49 50c29 0 50 -22 50 -50s-21 -49 -50 -49zM400 584c-29 0 -50 21 -50 49s21 50 50 50c28 0 49 -22 49 -50s-21 -49 -49 -49zM260 724l-93 92l34 33l97 -71h4l97 71l34 -33l-93 -92h-80z" />
+    <glyph glyph-name="uni0308030C.cap" 
+d="M195 711c-28 0 -49 21 -49 50s21 49 49 49c29 0 50 -20 50 -49s-21 -50 -50 -50zM405 711c-29 0 -50 21 -50 50s21 49 50 49c28 0 49 -20 49 -49s-21 -50 -49 -50zM257 843l-97 97l40 31l98 -75h4l98 75l40 -31l-97 -97h-86z" />
+    <glyph glyph-name="uni03020301" 
+d="M195 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM445 637l-41 32l86 122l56 -38z" />
+    <glyph glyph-name="uni03020301.cap" 
+d="M205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM429 762l-34 37l98 91l39 -45z" />
+    <glyph glyph-name="uni03020300" 
+d="M195 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM155 637l-111 114l56 40l96 -119z" />
+    <glyph glyph-name="uni03020300.cap" 
+d="M205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM171 762l-93 85l39 43l88 -93z" />
+    <glyph glyph-name="uni03020309" 
+d="M195 569l-33 39l98 92h80l98 -92l-33 -39l-103 70h-4zM421 638l-9 38c24 7 40 16 40 37c0 24 -19 36 -68 39l8 46c86 -3 129 -28 129 -75c0 -56 -48 -75 -100 -85z" />
+    <glyph glyph-name="uni03020309.cap" 
+d="M205 695l-40 30l92 93h86l92 -93l-40 -30l-93 70h-4zM421 753l-11 38c23 5 41 14 41 34c0 24 -19 34 -69 37l10 47c86 -3 127 -29 127 -75c0 -53 -46 -74 -98 -81z" />
+    <glyph glyph-name="uni03020303" 
+d="M195 569l-33 39l98 87h80l98 -87l-33 -39l-103 66h-4zM363 712c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-50 5c6 57 29 94 77 94c57 0 85 -42 121 -42c19 0 27 13 32 41l50 -5c-6 -58 -29 -94 -77 -94z" />
+    <glyph glyph-name="uni03020303.cap" 
+d="M205 695l-40 30l92 88h86l92 -88l-40 -30l-93 66h-4zM364 839c-61 0 -86 48 -123 48c-23 0 -33 -15 -37 -44l-51 6c3 58 28 96 83 96c61 0 86 -48 123 -48c23 0 33 16 37 44l51 -6c-3 -57 -28 -96 -83 -96z" />
+    <glyph glyph-name="uni03060301" 
+d="M300 571c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM299 684l-46 33l89 128l61 -46z" />
+    <glyph glyph-name="uni03060301.cap" 
+d="M300 703c-94 0 -142 56 -150 131l53 10c9 -49 41 -85 97 -85s88 36 97 85l53 -10c-8 -75 -56 -131 -150 -131zM307 804l-49 33l95 122l62 -42z" />
+    <glyph glyph-name="uni03060300" 
+d="M300 571c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM301 684l-104 115l61 46l89 -128z" />
+    <glyph glyph-name="uni03060300.cap" 
+d="M300 703c-94 0 -142 56 -150 131l53 10c9 -49 41 -85 97 -85s88 36 97 85l53 -10c-8 -75 -56 -131 -150 -131zM293 804l-108 113l62 42l95 -122z" />
+    <glyph glyph-name="uni03060309" 
+d="M300 571c-109 0 -155 75 -160 153l56 10c7 -53 39 -103 104 -103s97 50 104 103l56 -10c-5 -78 -51 -153 -160 -153zM271 686l-9 40c26 5 45 16 45 36c0 24 -21 36 -74 39l8 58c89 -3 135 -33 135 -86c0 -57 -51 -79 -105 -87z" />
+    <glyph glyph-name="uni03060309.cap" 
+d="M300 703c-94 0 -142 56 -150 131l53 10c9 -49 41 -85 97 -85s88 36 97 85l53 -10c-8 -75 -56 -131 -150 -131zM275 802l-11 37c23 6 41 15 41 35c0 24 -19 34 -69 37l10 46c86 -3 127 -28 127 -74c0 -53 -46 -74 -98 -81z" />
+    <glyph glyph-name="uni03060303" 
+d="M300 571c-100 0 -141 55 -147 109l54 9c5 -32 33 -64 93 -64s88 32 93 64l54 -9c-6 -54 -47 -109 -147 -109zM363 711c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-55 5c6 57 31 94 82 94c57 0 85 -42 121 -42c19 0 27 13 32 41l55 -5c-6 -58 -31 -94 -82 -94z" />
+    <glyph glyph-name="uni03060303.cap" 
+d="M300 706c-94 0 -140 49 -147 108l53 9c7 -34 34 -65 94 -65s87 31 94 65l53 -9c-7 -59 -53 -108 -147 -108zM364 844c-61 0 -86 48 -123 48c-23 0 -33 -16 -37 -44l-51 6c3 57 28 96 83 96c61 0 86 -48 123 -48c23 0 33 16 37 44l51 -6c-3 -57 -28 -96 -83 -96z" />
+    <glyph glyph-name="uni03020306" 
+d="M205 568l-37 27l92 85h80l92 -85l-37 -27l-93 62h-4zM300 709c-84 0 -119 44 -128 91l43 12c8 -28 30 -52 85 -52s77 24 85 52l43 -12c-9 -47 -44 -91 -128 -91z" />
+    <glyph glyph-name="uni03020306.cap" 
+d="M205 695l-38 30l90 88h86l90 -88l-38 -30l-93 70h-4zM300 844c-91 0 -135 43 -141 97l52 9c7 -29 32 -54 89 -54s82 25 89 54l52 -9c-6 -54 -50 -97 -141 -97z" />
+    <glyph glyph-name="uni03040301" 
+d="M163 598v67h274v-67h-274zM268 707l-37 44l137 101l44 -55z" />
+    <glyph glyph-name="uni03040301.cap" 
+d="M162 731v67h276v-67h-276zM278 829l-35 45l130 104l44 -56z" />
+    <glyph glyph-name="uni030C0307" 
+d="M300 701c-35 0 -61 24 -61 60c0 37 26 62 61 62s61 -25 61 -62c0 -36 -26 -60 -61 -60zM250 575l-112 137l35 33l125 -111h4l125 111l35 -33l-112 -137h-100z" />
+    <glyph glyph-name="uni030C0307.cap" 
+d="M300 820c-33 0 -58 23 -58 57s25 58 58 58s58 -24 58 -58s-25 -57 -58 -57zM247 705l-105 107l33 35l123 -90h4l123 90l33 -35l-105 -107h-106z" />
+    <glyph glyph-name="uni03120301" 
+d="M242 576c-50 11 -103 36 -103 98c0 55 51 86 137 89l5 -59c-49 -3 -72 -16 -72 -41s18 -37 43 -44zM306 570l40 206l86 -16l-68 -202z" />
+    <glyph glyph-name="uni03120300" 
+d="M232 576c-50 11 -103 36 -103 98c0 55 51 86 137 89l5 -59c-49 -3 -72 -16 -72 -41s18 -37 43 -44zM361 558l-65 202l86 16l37 -206z" />
+    <glyph glyph-name="uni03120303" 
+d="M329 562c-52 9 -100 31 -100 74c0 41 43 60 129 63l8 -44c-49 -3 -68 -12 -68 -30c0 -12 17 -21 40 -26zM155 723c6 58 31 95 82 95c57 0 85 -42 121 -42c19 0 27 13 32 41l55 -5c-6 -58 -31 -94 -82 -94c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41z" />
+    <glyph glyph-name="uni03130301" 
+d="M173 576l-10 43c25 7 43 19 43 44s-23 38 -72 41l5 59c86 -3 137 -34 137 -89c0 -62 -53 -87 -103 -98zM369 558l-58 12l40 206l86 -16z" />
+    <glyph glyph-name="uni03130300" 
+d="M173 576l-10 43c25 7 43 19 43 44s-23 38 -72 41l5 59c86 -3 137 -34 137 -89c0 -62 -53 -87 -103 -98zM366 558l-65 202l86 16l37 -206z" />
+    <glyph glyph-name="uni03130303" 
+d="M363 718c-57 0 -86 42 -121 42c-19 0 -27 -13 -32 -41l-55 4c6 58 31 95 82 95c57 0 85 -42 121 -42c19 0 27 13 32 41l55 -5c-6 -58 -31 -94 -82 -94zM271 562l-9 37c23 5 40 14 40 26c0 18 -19 27 -68 30l8 44c86 -3 129 -22 129 -63c0 -43 -48 -65 -100 -74z" />
+    <glyph glyph-name="uni00A0" unicode="&#xa0;" 
+ />
+    <glyph glyph-name="uni2007" unicode="&#x2007;" 
+ />
+    <glyph glyph-name="space.frac" 
+ />
+    <glyph glyph-name="nbspace.frac" 
+ />
+    <glyph glyph-name="uni2500" unicode="&#x2500;" 
+d="M-47 253v94h694v-94h-694z" />
+    <glyph glyph-name="uni2501" unicode="&#x2501;" 
+d="M-47 207v186h694v-186h-694z" />
+    <glyph glyph-name="uni2502" unicode="&#x2502;" 
+d="M253 -400v1400h94v-1400h-94z" />
+    <glyph glyph-name="uni2503" unicode="&#x2503;" 
+d="M207 -400v1400h186v-1400h-186z" />
+    <glyph glyph-name="uni2504" unicode="&#x2504;" 
+d="M433 253v94h134v-94h-134zM233 253v94h134v-94h-134zM33 253v94h134v-94h-134z" />
+    <glyph glyph-name="uni2505" unicode="&#x2505;" 
+d="M433 207v186h134v-186h-134zM233 207v186h134v-186h-134zM33 207v186h134v-186h-134z" />
+    <glyph glyph-name="uni2506" unicode="&#x2506;" 
+d="M253 567v266h94v-266h-94zM253 167v266h94v-266h-94zM253 -233v266h94v-266h-94z" />
+    <glyph glyph-name="uni2507" unicode="&#x2507;" 
+d="M207 567v266h186v-266h-186zM207 167v266h186v-266h-186zM207 -233v266h186v-266h-186z" />
+    <glyph glyph-name="uni2508" unicode="&#x2508;" 
+d="M469 253v94h112v-94h-112zM319 253v94h112v-94h-112zM169 253v94h112v-94h-112zM19 253v94h112v-94h-112z" />
+    <glyph glyph-name="uni2509" unicode="&#x2509;" 
+d="M469 207v186h112v-186h-112zM319 207v186h112v-186h-112zM169 207v186h112v-186h-112zM19 207v186h112v-186h-112z" />
+    <glyph glyph-name="uni250A" unicode="&#x250a;" 
+d="M253 638v225h94v-225h-94zM253 338v225h94v-225h-94zM253 38v225h94v-225h-94zM253 -263v225h94v-225h-94z" />
+    <glyph glyph-name="uni250B" unicode="&#x250b;" 
+d="M207 638v225h186v-225h-186zM207 338v225h186v-225h-186zM207 38v225h186v-225h-186zM207 -263v225h186v-225h-186z" />
+    <glyph glyph-name="uni250C" unicode="&#x250c;" 
+d="M647 253h-300v-653h-94v747h394v-94z" />
+    <glyph glyph-name="uni250D" unicode="&#x250d;" 
+d="M647 207h-300v-607h-94v793h394v-186z" />
+    <glyph glyph-name="uni250E" unicode="&#x250e;" 
+d="M647 253h-254v-653h-186v747h440v-94z" />
+    <glyph glyph-name="uni250F" unicode="&#x250f;" 
+d="M647 207h-254v-607h-186v793h440v-186z" />
+    <glyph glyph-name="uni2510" unicode="&#x2510;" 
+d="M347 -400h-94v653h-300v94h394v-747z" />
+    <glyph glyph-name="uni2511" unicode="&#x2511;" 
+d="M347 -400h-94v607h-300v186h394v-793z" />
+    <glyph glyph-name="uni2512" unicode="&#x2512;" 
+d="M393 -400h-186v653h-254v94h440v-747z" />
+    <glyph glyph-name="uni2513" unicode="&#x2513;" 
+d="M393 -400h-186v607h-254v186h440v-793z" />
+    <glyph glyph-name="uni2514" unicode="&#x2514;" 
+d="M647 253h-394v747h94v-653h300v-94z" />
+    <glyph glyph-name="uni2515" unicode="&#x2515;" 
+d="M647 207h-394v793h94v-607h300v-186z" />
+    <glyph glyph-name="uni2516" unicode="&#x2516;" 
+d="M207 253v747h186v-653h254v-94h-440z" />
+    <glyph glyph-name="uni2517" unicode="&#x2517;" 
+d="M207 207v793h186v-607h254v-186h-440z" />
+    <glyph glyph-name="uni2518" unicode="&#x2518;" 
+d="M347 253h-394v94h300v653h94v-747z" />
+    <glyph glyph-name="uni2519" unicode="&#x2519;" 
+d="M347 207h-394v186h300v607h94v-793z" />
+    <glyph glyph-name="uni251A" unicode="&#x251a;" 
+d="M-47 253v94h254v653h186v-747h-440z" />
+    <glyph glyph-name="uni251B" unicode="&#x251b;" 
+d="M-47 207v186h254v607h186v-793h-440z" />
+    <glyph glyph-name="uni251C" unicode="&#x251c;" 
+d="M647 253h-300v-653h-94v1400h94v-653h300v-94z" />
+    <glyph glyph-name="uni251D" unicode="&#x251d;" 
+d="M647 207h-300v-607h-94v1400h94v-607h300v-186z" />
+    <glyph glyph-name="uni251E" unicode="&#x251e;" 
+d="M647 253h-300v-653h-94v653h-46v747h186v-653h254v-94z" />
+    <glyph glyph-name="uni251F" unicode="&#x251f;" 
+d="M647 253h-254v-653h-186v747h46v653h94v-653h300v-94z" />
+    <glyph glyph-name="uni2520" unicode="&#x2520;" 
+d="M647 253h-254v-653h-186v1400h186v-653h254v-94z" />
+    <glyph glyph-name="uni2521" unicode="&#x2521;" 
+d="M647 207h-300v-607h-94v607h-46v793h186v-607h254v-186z" />
+    <glyph glyph-name="uni2522" unicode="&#x2522;" 
+d="M647 207h-254v-607h-186v793h46v607h94v-607h300v-186z" />
+    <glyph glyph-name="uni2523" unicode="&#x2523;" 
+d="M647 207h-254v-607h-186v1400h186v-607h254v-186z" />
+    <glyph glyph-name="uni2524" unicode="&#x2524;" 
+d="M347 -400h-94v653h-300v94h300v653h94v-1400z" />
+    <glyph glyph-name="uni2525" unicode="&#x2525;" 
+d="M347 -400h-94v607h-300v186h300v607h94v-1400z" />
+    <glyph glyph-name="uni2526" unicode="&#x2526;" 
+d="M347 -400h-94v653h-300v94h254v653h186v-747h-46v-653z" />
+    <glyph glyph-name="uni2527" unicode="&#x2527;" 
+d="M393 -400h-186v653h-254v94h300v653h94v-653h46v-747z" />
+    <glyph glyph-name="uni2528" unicode="&#x2528;" 
+d="M393 -400h-186v653h-254v94h254v653h186v-1400z" />
+    <glyph glyph-name="uni2529" unicode="&#x2529;" 
+d="M347 -400h-94v607h-300v186h254v607h186v-793h-46v-607z" />
+    <glyph glyph-name="uni252A" unicode="&#x252a;" 
+d="M393 -400h-186v607h-254v186h300v607h94v-607h46v-793z" />
+    <glyph glyph-name="uni252B" unicode="&#x252b;" 
+d="M393 -400h-186v607h-254v186h254v607h186v-1400z" />
+    <glyph glyph-name="uni252C" unicode="&#x252c;" 
+d="M647 253h-300v-653h-94v653h-300v94h694v-94z" />
+    <glyph glyph-name="uni252D" unicode="&#x252d;" 
+d="M347 -400h-94v607h-300v186h394v-46h300v-94h-300v-653z" />
+    <glyph glyph-name="uni252E" unicode="&#x252e;" 
+d="M647 207h-300v-607h-94v653h-300v94h300v46h394v-186z" />
+    <glyph glyph-name="uni252F" unicode="&#x252f;" 
+d="M647 207h-300v-607h-94v607h-300v186h694v-186z" />
+    <glyph glyph-name="uni2530" unicode="&#x2530;" 
+d="M647 253h-254v-653h-186v653h-254v94h694v-94z" />
+    <glyph glyph-name="uni2531" unicode="&#x2531;" 
+d="M647 253h-254v-653h-186v607h-254v186h440v-46h254v-94z" />
+    <glyph glyph-name="uni2532" unicode="&#x2532;" 
+d="M647 207h-254v-607h-186v653h-254v94h254v46h440v-186z" />
+    <glyph glyph-name="uni2533" unicode="&#x2533;" 
+d="M647 207h-254v-607h-186v607h-254v186h694v-186z" />
+    <glyph glyph-name="uni2534" unicode="&#x2534;" 
+d="M647 253h-694v94h300v653h94v-653h300v-94z" />
+    <glyph glyph-name="uni2535" unicode="&#x2535;" 
+d="M647 253h-300v-46h-394v186h300v607h94v-653h300v-94z" />
+    <glyph glyph-name="uni2536" unicode="&#x2536;" 
+d="M647 207h-394v46h-300v94h300v653h94v-607h300v-186z" />
+    <glyph glyph-name="uni2537" unicode="&#x2537;" 
+d="M647 207h-694v186h300v607h94v-607h300v-186z" />
+    <glyph glyph-name="uni2538" unicode="&#x2538;" 
+d="M647 253h-694v94h254v653h186v-653h254v-94z" />
+    <glyph glyph-name="uni2539" unicode="&#x2539;" 
+d="M-47 207v186h254v607h186v-653h254v-94h-254v-46h-440z" />
+    <glyph glyph-name="uni253A" unicode="&#x253a;" 
+d="M207 207v46h-254v94h254v653h186v-607h254v-186h-440z" />
+    <glyph glyph-name="uni253B" unicode="&#x253b;" 
+d="M647 207h-694v186h254v607h186v-607h254v-186z" />
+    <glyph glyph-name="uni253C" unicode="&#x253c;" 
+d="M647 253h-300v-653h-94v653h-300v94h300v653h94v-653h300v-94z" />
+    <glyph glyph-name="uni253D" unicode="&#x253d;" 
+d="M647 253h-300v-653h-94v607h-300v186h300v607h94v-653h300v-94z" />
+    <glyph glyph-name="uni253E" unicode="&#x253e;" 
+d="M647 207h-300v-607h-94v653h-300v94h300v653h94v-607h300v-186z" />
+    <glyph glyph-name="uni253F" unicode="&#x253f;" 
+d="M647 207h-300v-607h-94v607h-300v186h300v607h94v-607h300v-186z" />
+    <glyph glyph-name="uni2540" unicode="&#x2540;" 
+d="M647 253h-300v-653h-94v653h-300v94h254v653h186v-653h254v-94z" />
+    <glyph glyph-name="uni2541" unicode="&#x2541;" 
+d="M647 253h-254v-653h-186v653h-254v94h300v653h94v-653h300v-94z" />
+    <glyph glyph-name="uni2542" unicode="&#x2542;" 
+d="M647 253h-254v-653h-186v653h-254v94h254v653h186v-653h254v-94z" />
+    <glyph glyph-name="uni2543" unicode="&#x2543;" 
+d="M393 207h-46v-607h-94v607h-300v186h254v607h186v-653h254v-94h-254v-46z" />
+    <glyph glyph-name="uni2544" unicode="&#x2544;" 
+d="M647 207h-300v-607h-94v607h-46v46h-254v94h254v653h186v-607h254v-186z" />
+    <glyph glyph-name="uni2545" unicode="&#x2545;" 
+d="M393 -400h-186v607h-254v186h300v607h94v-607h46v-46h254v-94h-254v-653z" />
+    <glyph glyph-name="uni2546" unicode="&#x2546;" 
+d="M647 207h-254v-607h-186v653h-254v94h254v46h46v607h94v-607h300v-186z" />
+    <glyph glyph-name="uni2547" unicode="&#x2547;" 
+d="M647 207h-300v-607h-94v607h-300v186h254v607h186v-607h254v-186z" />
+    <glyph glyph-name="uni2548" unicode="&#x2548;" 
+d="M647 207h-254v-607h-186v607h-254v186h300v607h94v-607h300v-186z" />
+    <glyph glyph-name="uni2549" unicode="&#x2549;" 
+d="M647 253h-254v-653h-186v607h-254v186h254v607h186v-653h254v-94z" />
+    <glyph glyph-name="uni254A" unicode="&#x254a;" 
+d="M647 207h-254v-607h-186v653h-254v94h254v653h186v-607h254v-186z" />
+    <glyph glyph-name="uni254B" unicode="&#x254b;" 
+d="M647 207h-254v-607h-186v607h-254v186h254v607h186v-607h254v-186z" />
+    <glyph glyph-name="uni254C" unicode="&#x254c;" 
+d="M375 253v94h150v-94h-150zM75 253v94h150v-94h-150z" />
+    <glyph glyph-name="uni254D" unicode="&#x254d;" 
+d="M375 207v186h150v-186h-150zM75 207v186h150v-186h-150z" />
+    <glyph glyph-name="uni254E" unicode="&#x254e;" 
+d="M253 450v300h94v-300h-94zM253 -150v300h94v-300h-94z" />
+    <glyph glyph-name="uni254F" unicode="&#x254f;" 
+d="M207 450v300h186v-300h-186zM207 -150v300h186v-300h-186z" />
+    <glyph glyph-name="uni2550" unicode="&#x2550;" 
+d="M-47 347v93h694v-93h-694zM-47 160v93h694v-93h-694z" />
+    <glyph glyph-name="uni2551" unicode="&#x2551;" 
+d="M347 -400v1400h93v-1400h-93zM160 -400v1400h93v-1400h-93z" />
+    <glyph glyph-name="uni2552" unicode="&#x2552;" 
+d="M647 160h-300v-560h-94v840h394v-93h-300v-94h300v-93z" />
+    <glyph glyph-name="uni2553" unicode="&#x2553;" 
+d="M347 -400v653h-94v-653h-93v747h487v-94h-207v-653h-93z" />
+    <glyph glyph-name="uni2554" unicode="&#x2554;" 
+d="M647 347h-394v-747h-93v840h487v-93zM647 160h-207v-560h-93v653h300v-93z" />
+    <glyph glyph-name="uni2555" unicode="&#x2555;" 
+d="M347 -400h-94v560h-300v93h300v94h-300v93h394v-840z" />
+    <glyph glyph-name="uni2556" unicode="&#x2556;" 
+d="M347 -400v653h-94v-653h-93v653h-207v94h487v-747h-93z" />
+    <glyph glyph-name="uni2557" unicode="&#x2557;" 
+d="M440 -400h-93v747h-394v93h487v-840zM253 -400h-93v560h-207v93h300v-653z" />
+    <glyph glyph-name="uni2558" unicode="&#x2558;" 
+d="M253 160v840h94v-560h300v-93h-300v-94h300v-93h-394z" />
+    <glyph glyph-name="uni2559" unicode="&#x2559;" 
+d="M160 253v747h93v-653h94v653h93v-653h207v-94h-487z" />
+    <glyph glyph-name="uni255A" unicode="&#x255a;" 
+d="M347 347v653h93v-560h207v-93h-300zM160 160v840h93v-747h394v-93h-487z" />
+    <glyph glyph-name="uni255B" unicode="&#x255b;" 
+d="M347 160h-394v93h300v94h-300v93h300v560h94v-840z" />
+    <glyph glyph-name="uni255C" unicode="&#x255c;" 
+d="M440 253h-487v94h207v653h93v-653h94v653h93v-747z" />
+    <glyph glyph-name="uni255D" unicode="&#x255d;" 
+d="M253 347h-300v93h207v560h93v-653zM440 160h-487v93h394v747h93v-840z" />
+    <glyph glyph-name="uni255E" unicode="&#x255e;" 
+d="M647 160h-300v-560h-94v1400h94v-560h300v-93h-300v-94h300v-93z" />
+    <glyph glyph-name="uni255F" unicode="&#x255f;" 
+d="M160 -400v1400h93v-1400h-93zM647 253h-207v-653h-93v1400h93v-653h207v-94z" />
+    <glyph glyph-name="uni2560" unicode="&#x2560;" 
+d="M160 -400v1400h93v-1400h-93zM347 347v653h93v-560h207v-93h-300zM647 160h-207v-560h-93v653h300v-93z" />
+    <glyph glyph-name="uni2561" unicode="&#x2561;" 
+d="M347 -400h-94v560h-300v93h300v94h-300v93h300v560h94v-1400z" />
+    <glyph glyph-name="uni2562" unicode="&#x2562;" 
+d="M347 -400v1400h93v-1400h-93zM253 -400h-93v653h-207v94h207v653h93v-1400z" />
+    <glyph glyph-name="uni2563" unicode="&#x2563;" 
+d="M347 -400v1400h93v-1400h-93zM253 347h-300v93h207v560h93v-653zM253 -400h-93v560h-207v93h300v-653z" />
+    <glyph glyph-name="uni2564" unicode="&#x2564;" 
+d="M-47 347v93h694v-93h-694zM647 160h-300v-560h-94v560h-300v93h694v-93z" />
+    <glyph glyph-name="uni2565" unicode="&#x2565;" 
+d="M347 -400v653h-94v-653h-93v653h-207v94h694v-94h-207v-653h-93z" />
+    <glyph glyph-name="uni2566" unicode="&#x2566;" 
+d="M-47 347v93h694v-93h-694zM647 160h-207v-560h-93v653h300v-93zM253 -400h-93v560h-207v93h300v-653z" />
+    <glyph glyph-name="uni2567" unicode="&#x2567;" 
+d="M647 347h-694v93h300v560h94v-560h300v-93zM-47 160v93h694v-93h-694z" />
+    <glyph glyph-name="uni2568" unicode="&#x2568;" 
+d="M647 253h-694v94h207v653h93v-653h94v653h93v-653h207v-94z" />
+    <glyph glyph-name="uni2569" unicode="&#x2569;" 
+d="M347 347v653h93v-560h207v-93h-300zM253 347h-300v93h207v560h93v-653zM-47 160v93h694v-93h-694z" />
+    <glyph glyph-name="uni256A" unicode="&#x256a;" 
+d="M647 160h-300v-560h-94v560h-300v93h300v94h-300v93h300v560h94v-560h300v-93h-300v-94h300v-93z" />
+    <glyph glyph-name="uni256B" unicode="&#x256b;" 
+d="M347 -400v653h-94v-653h-93v653h-207v94h207v653h93v-653h94v653h93v-653h207v-94h-207v-653h-93z" />
+    <glyph glyph-name="uni256C" unicode="&#x256c;" 
+d="M347 347v653h93v-560h207v-93h-300zM253 347h-300v93h207v560h93v-653zM647 160h-207v-560h-93v653h300v-93zM253 -400h-93v560h-207v93h300v-653z" />
+    <glyph glyph-name="uni256D" unicode="&#x256d;" 
+d="M253 -400v400c0 191 156 347 347 347h47v-94h-47c-140 0 -253 -113 -253 -253v-400h-94z" />
+    <glyph glyph-name="uni256E" unicode="&#x256e;" 
+d="M347 0v-400h-94v400c0 140 -113 253 -253 253h-47v94h47c191 0 347 -156 347 -347z" />
+    <glyph glyph-name="uni256F" unicode="&#x256f;" 
+d="M347 1000v-400c0 -191 -156 -347 -347 -347h-47v94h47c140 0 253 113 253 253v400h94z" />
+    <glyph glyph-name="uni2570" unicode="&#x2570;" 
+d="M253 600v400h94v-400c0 -140 113 -253 253 -253h47v-94h-47c-191 0 -347 156 -347 347z" />
+    <glyph glyph-name="uni2571" unicode="&#x2571;" 
+d="M0 -196l548 1096h52v-104l-548 -1096h-52v104z" />
+    <glyph glyph-name="uni2572" unicode="&#x2572;" 
+d="M52 900l548 -1096v-104h-52l-548 1096v104h52z" />
+    <glyph glyph-name="uni2573" unicode="&#x2573;" 
+d="M548 -300l-248 496l-248 -496h-52v104l248 496l-248 496v104h52l248 -496l248 496h52v-104l-248 -496l248 -496v-104h-52z" />
+    <glyph glyph-name="uni2574" unicode="&#x2574;" 
+d="M-47 253v94h394v-94h-394z" />
+    <glyph glyph-name="uni2575" unicode="&#x2575;" 
+d="M253 253v747h94v-747h-94z" />
+    <glyph glyph-name="uni2576" unicode="&#x2576;" 
+d="M253 253v94h394v-94h-394z" />
+    <glyph glyph-name="uni2577" unicode="&#x2577;" 
+d="M253 -400v747h94v-747h-94z" />
+    <glyph glyph-name="uni2578" unicode="&#x2578;" 
+d="M-47 207v186h394v-186h-394z" />
+    <glyph glyph-name="uni2579" unicode="&#x2579;" 
+d="M207 253v747h186v-747h-186z" />
+    <glyph glyph-name="uni257A" unicode="&#x257a;" 
+d="M253 207v186h394v-186h-394z" />
+    <glyph glyph-name="uni257B" unicode="&#x257b;" 
+d="M207 -400v747h186v-747h-186z" />
+    <glyph glyph-name="uni257C" unicode="&#x257c;" 
+d="M647 207h-394v46h-300v94h300v46h394v-186z" />
+    <glyph glyph-name="uni257D" unicode="&#x257d;" 
+d="M393 -400h-186v747h46v653h94v-653h46v-747z" />
+    <glyph glyph-name="uni257E" unicode="&#x257e;" 
+d="M647 253h-300v-46h-394v186h394v-46h300v-94z" />
+    <glyph glyph-name="uni257F" unicode="&#x257f;" 
+d="M393 253h-46v-653h-94v653h-46v747h186v-747z" />
+    <glyph glyph-name="uni2580" unicode="&#x2580;" 
+d="M0 300v700h600v-700h-600z" />
+    <glyph glyph-name="uni2581" unicode="&#x2581;" 
+d="M0 -400v175h600v-175h-600z" />
+    <glyph glyph-name="uni2582" unicode="&#x2582;" 
+d="M0 -400v350h600v-350h-600z" />
+    <glyph glyph-name="uni2583" unicode="&#x2583;" 
+d="M0 -400v525h600v-525h-600z" />
+    <glyph glyph-name="uni2584" unicode="&#x2584;" 
+d="M0 -400v700h600v-700h-600z" />
+    <glyph glyph-name="uni2585" unicode="&#x2585;" 
+d="M0 -400v875h600v-875h-600z" />
+    <glyph glyph-name="uni2586" unicode="&#x2586;" 
+d="M0 -400v1050h600v-1050h-600z" />
+    <glyph glyph-name="uni2587" unicode="&#x2587;" 
+d="M0 -400v1225h600v-1225h-600z" />
+    <glyph glyph-name="uni2588" unicode="&#x2588;" 
+d="M0 -400v1400h600v-1400h-600z" />
+    <glyph glyph-name="uni2589" unicode="&#x2589;" 
+d="M0 -400v1400h525v-1400h-525z" />
+    <glyph glyph-name="uni258A" unicode="&#x258a;" 
+d="M0 -400v1400h450v-1400h-450z" />
+    <glyph glyph-name="uni258B" unicode="&#x258b;" 
+d="M0 -400v1400h375v-1400h-375z" />
+    <glyph glyph-name="uni258C" unicode="&#x258c;" 
+d="M0 -400v1400h300v-1400h-300z" />
+    <glyph glyph-name="uni258D" unicode="&#x258d;" 
+d="M0 -400v1400h225v-1400h-225z" />
+    <glyph glyph-name="uni258E" unicode="&#x258e;" 
+d="M0 -400v1400h150v-1400h-150z" />
+    <glyph glyph-name="uni258F" unicode="&#x258f;" 
+d="M0 -400v1400h75v-1400h-75z" />
+    <glyph glyph-name="uni2590" unicode="&#x2590;" 
+d="M300 -400v1400h300v-1400h-300z" />
+    <glyph glyph-name="uni2591" unicode="&#x2591;" 
+d="M464 900c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 900c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 900c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 800c0 13 11 24 24 24s24 -11 24 -24
+s-11 -24 -24 -24s-24 11 -24 24zM176 800c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 800c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 700c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 700
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 700c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 600c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 600c0 13 11 24 24 24s24 -11 24 -24
+s-11 -24 -24 -24s-24 11 -24 24zM-24 600c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 500c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 500c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 500
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 400c0 13 11 24 24 24s24 -11 24 -24
+s-11 -24 -24 -24s-24 11 -24 24zM464 300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 200
+c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 100c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM264 100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 0c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 0
+c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 0c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 -100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 -100c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM64 -100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 -200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 -200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 -200
+c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 -300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 -300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 -300c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM376 -400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 -400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 -400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24z" />
+    <glyph glyph-name="uni2592" unicode="&#x2592;" 
+d="M446 900c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 900c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 900c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 800c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM164 800c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 800c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 700c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 700
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 700c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 600c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 600c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM-36 600c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 500c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 500c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 500
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 400c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM446 300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 200
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 100c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM246 100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 0c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 0
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 0c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 -100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 -100c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM46 -100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 -200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 -200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 -200
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 -300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 -300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 -300c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM364 -400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 -400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 -400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36z" />
+    <glyph glyph-name="uni2593" unicode="&#x2593;" 
+d="M419 900c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 900c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 900c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 800c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM146 800c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 800c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 700c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 700
+c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 700c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 600c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 600c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM-54 600c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 500c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 500c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 500
+c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 400c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM419 300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 200
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 100c0 45 36 81 81 81s81 -36 81 -81
+s-36 -81 -81 -81s-81 36 -81 81zM219 100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 0c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 0
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 0c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 -100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 -100c0 45 36 81 81 81s81 -36 81 -81
+s-36 -81 -81 -81s-81 36 -81 81zM19 -100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 -200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 -200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 -200
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 -300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 -300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 -300c0 45 36 81 81 81s81 -36 81 -81
+s-36 -81 -81 -81s-81 36 -81 81zM346 -400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 -400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 -400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54z" />
+    <glyph glyph-name="uni2594" unicode="&#x2594;" 
+d="M0 825v175h600v-175h-600z" />
+    <glyph glyph-name="uni2595" unicode="&#x2595;" 
+d="M525 -400v1400h75v-1400h-75z" />
+    <glyph glyph-name="uni2596" unicode="&#x2596;" 
+d="M0 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni2597" unicode="&#x2597;" 
+d="M300 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni2598" unicode="&#x2598;" 
+d="M0 300v700h300v-700h-300z" />
+    <glyph glyph-name="uni2599" unicode="&#x2599;" 
+d="M0 -400v1400h300v-700h300v-700h-600z" />
+    <glyph glyph-name="uni259A" unicode="&#x259a;" 
+d="M0 300v700h300v-700h-300zM300 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni259B" unicode="&#x259b;" 
+d="M600 300h-300v-700h-300v1400h600v-700z" />
+    <glyph glyph-name="uni259C" unicode="&#x259c;" 
+d="M600 -400h-300v700h-300v700h600v-1400z" />
+    <glyph glyph-name="uni259D" unicode="&#x259d;" 
+d="M300 300v700h300v-700h-300z" />
+    <glyph glyph-name="uni259E" unicode="&#x259e;" 
+d="M300 300v700h300v-700h-300zM0 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni259F" unicode="&#x259f;" 
+d="M600 -400h-600v700h300v700h300v-1400z" />
+    <glyph glyph-name="uni202F" unicode="&#x202f;" 
+ />
+    <glyph glyph-name="uniFEFF" unicode="&#xfeff;" 
+ />
+    <glyph glyph-name="uniFE0E" unicode="&#xfe0e;" 
+d="M300 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM300 33c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM250 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21z
+M250 33c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM150 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21z
+M100 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 533c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 483
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 433c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM150 383c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM100 383
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 383c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 383c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 333
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 283c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 233c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 183
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 133c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 83c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 33
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM350 583c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM350 33c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 583
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM450 583c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM500 583c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 583
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 533c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 483c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 433
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM450 383c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM500 383c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 383
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 383c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 333c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 283
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 233c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 183c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 133
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 83c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 33c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21z" />
+    <glyph glyph-name="uniFE0F" unicode="&#xfe0f;" 
+d="M300 579c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM41 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM58 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM91 481c-10 0 -20 10 -20 22c0 10 10 20 20 20
+c12 0 20 -10 20 -20c0 -12 -8 -22 -20 -22zM134 524c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20s-7 -22 -20 -22zM186 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM242 572c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20
+s-7 -22 -20 -22zM565 308c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM559 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM542 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM509 481c-12 0 -20 10 -20 22
+c0 10 8 20 20 20c10 0 20 -10 20 -20c0 -12 -10 -22 -20 -22zM466 524c-13 0 -20 10 -20 22s7 20 20 20c10 0 20 -8 20 -20s-10 -22 -20 -22zM414 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM358 572c-13 0 -20 10 -20 22s7 20 20 20
+c10 0 20 -8 20 -20s-10 -22 -20 -22zM300 81c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM35 350c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM41 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20
+c0 12 8 22 20 22zM58 229c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM91 177c12 0 20 -8 20 -20s-8 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM134 134c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22z
+M186 104c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM242 86c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22zM559 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM542 229
+c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM509 177c10 0 20 -8 20 -20s-10 -20 -20 -20c-12 0 -20 8 -20 20s8 20 20 20zM466 134c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM414 104
+c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM358 86c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM300 207c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM444 288
+c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM409 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM358 213c10 0 20 -8 20 -20s-10 -20 -20 -20c-13 0 -20 8 -20 20s7 20 20 20zM156 288c12 0 20 -10 20 -22
+c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM191 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM242 213c13 0 20 -8 20 -20s-7 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM222 366c12 0 20 -8 20 -20s-8 -20 -20 -20
+s-20 8 -20 20s8 20 20 20zM262 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM222 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM262 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z
+M182 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM182 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM378 366c12 0 20 -8 20 -20s-8 -20 -20 -20s-20 8 -20 20s8 20 20 20zM338 396c12 0 20 -10 20 -22
+c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM378 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM338 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM418 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20
+s-20 10 -20 20c0 12 8 22 20 22zM418 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z" />
+    <glyph glyph-name="u1F3B5" unicode="&#x1f3b5;" 
+d="M174 -25c-54 0 -103 26 -103 79c0 63 67 120 160 120c26 0 51 -6 60 -12v532h58c10 -26 20 -35 70 -70c91 -64 117 -121 117 -198c0 -53 -19 -104 -36 -135l-39 14c10 32 13 56 13 92c0 62 -43 124 -120 148v-395c0 -115 -80 -175 -180 -175z" />
+    <glyph glyph-name="u1F3B6" unicode="&#x1f3b6;" 
+d="M102 -25c-53 0 -102 26 -102 79c0 63 62 120 150 120c27 0 52 -6 61 -12v512l388 60v-534c0 -115 -76 -175 -171 -175c-53 0 -102 26 -102 79c0 64 62 121 150 121c26 0 52 -6 61 -12v354l-263 -40v-377c0 -115 -77 -175 -172 -175z" />
+    <glyph glyph-name="f_i" unicode="&#xfb01;" 
+d="M106 0v409h-66v75l66 5v63c0 101 46 169 153 169c33 0 64 -8 86 -17l-20 -74c-18 8 -37 12 -54 12c-44 0 -66 -29 -66 -89v-64h100v-80h-100v-409h-99zM412 0v489h99v-489h-99zM462 584c-42 0 -74 28 -74 71c0 42 32 71 74 71s74 -29 74 -71c0 -43 -32 -71 -74 -71z" />
+    <glyph glyph-name="f_l" unicode="&#xfb02;" 
+d="M111 0v409h-66v75l66 5v63c0 101 46 169 153 169c32 0 63 -8 85 -17l-20 -74c-18 8 -37 12 -54 12c-43 0 -65 -29 -65 -89v-64h99v-80h-99v-409h-99zM498 -12c-72 0 -99 46 -99 124v597h99v-603c0 -27 12 -37 24 -37c5 0 9 0 18 2l12 -74c-12 -5 -29 -9 -54 -9z" />
+    <glyph glyph-name="uniE0A0" unicode="&#xe0a0;" 
+d="M187 -280h-98v282c0 321 315 213 315 495v218h-115l165 204l163 -204h-115v-242c0 -325 -315 -217 -315 -494v-259zM187 390l-98 -60v730h98v-670z" />
+    <glyph glyph-name="uniE0A1" unicode="&#xe0a1;" 
+d="M79 440v480h88v-407h218v-73h-306zM185 -166v478h99l169 -380h4l-24 216v164h88v-478h-100l-167 377h-4l23 -203v-174h-88z" />
+    <glyph glyph-name="uniE0A2" unicode="&#xe0a2;" 
+d="M81 -70l-40 35v520l40 35h46v150c0 119 63 186 173 186s173 -67 173 -186v-150h46l40 -35v-520l-40 -35h-438zM247 61l43 -19h20l43 19l-25 168c38 15 55 42 55 78c0 47 -37 82 -83 82s-83 -35 -83 -82c0 -36 17 -63 55 -78zM206 520h188v141c0 74 -31 118 -94 118
+s-94 -44 -94 -118v-141z" />
+    <glyph glyph-name="uniE0B0" unicode="&#xe0b0;" 
+d="M0 -280v1320l600 -660z" />
+    <glyph glyph-name="uniE0B1" unicode="&#xe0b1;" 
+d="M48 -222l-58 56l519 546l-519 546l58 56l567 -602z" />
+    <glyph glyph-name="uniE0B2" unicode="&#xe0b2;" 
+d="M610 -280l-610 660l610 660v-1320z" />
+    <glyph glyph-name="uniE0B3" unicode="&#xe0b3;" 
+d="M552 -222l-567 602l567 602l58 -56l-519 -546l519 -546z" />
+    <glyph glyph-name="uniE100" unicode="&#xe100;" 
+d="M77 519c0 -37 22 -82 56 -129c66 58 109 107 109 137c0 50 -45 76 -86 76c-36 0 -79 -31 -79 -84zM-339 598c-40 0 -65 -37 -65 -89c0 -37 15 -73 41 -109c60 38 110 76 110 132c0 47 -45 66 -86 66zM-355 65c50 -1 107 25 151 59c5 4 10 7 15 11
+c-71 58 -139 113 -192 167c-49 -36 -87 -74 -87 -125c0 -71 52 -111 113 -112zM152 56c58 0 114 24 163 61c-64 50 -129 109 -184 169c-62 -52 -130 -104 -192 -151c67 -51 132 -79 213 -79zM519 -5c-34 9 -83 36 -138 73c-66 -51 -146 -82 -231 -82c-108 0 -199 35 -274 96
+l-4 3c-6 -5 -13 -9 -19 -14c-66 -51 -157 -84 -232 -83c-96 1 -184 77 -184 183c0 87 64 141 133 187c-37 48 -60 98 -60 150c0 88 60 159 150 159c86 0 165 -41 165 -134c0 -85 -71 -138 -143 -187c52 -53 122 -106 194 -162c72 54 144 110 205 160c-51 65 -85 128 -85 175
+c0 93 64 148 161 148c86 0 168 -47 168 -139c0 -51 -61 -122 -143 -197c53 -58 121 -116 187 -163c49 55 85 124 96 190h94c-15 -86 -58 -170 -119 -236c41 -24 78 -41 108 -49z" />
+    <glyph glyph-name="uniE101" unicode="&#xe101;" 
+d="M81 106l-48 33l106 163l-160 70l17 52l167 -52l9 187h56l9 -187l167 52l17 -52l-160 -70l106 -163l-48 -33l-119 155zM-402 307l-48 33l89 145l-140 56l17 53l147 -41l9 159h56l9 -158l147 40l17 -53l-140 -56l89 -145l-48 -33l-102 136zM-919 106l-48 33l106 163
+l-160 70l17 52l167 -52l9 187h56l9 -187l167 52l17 -52l-160 -70l106 -163l-48 -33l-119 155z" />
+    <glyph glyph-name="uniE102" unicode="&#xe102;" 
+d="M481 374v-73l-534 -285v93l449 227v4l-450 221v93zM-502 452l33 48l163 -106l70 160l52 -17l-51 -165l196 -8v-62l-196 -8l51 -165l-52 -17l-70 160l-163 -106l-33 48l155 119z" />
+    <glyph glyph-name="uniE103" unicode="&#xe103;" 
+d="M371 -160l-328 870h86l328 -870h-86zM-129 -160l-328 870h86l328 -870h-86z" />
+    <glyph glyph-name="uniE104" unicode="&#xe104;" 
+d="M206 -250v1000h88v-1000h-88zM-294 -250v1000h88v-1000h-88z" />
+    <glyph glyph-name="uniE105" unicode="&#xe105;" 
+d="M481 368v-72l-639 -319v95l554 258v4l-553 257v94zM-344 -90v840h88v-840h-88z" />
+    <glyph glyph-name="uniE106" unicode="&#xe106;" 
+d="M210 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM210 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM-210 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z
+M-210 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="uniE107" unicode="&#xe107;" 
+d="M-519 403v73h1038v-73h-1038zM-519 184v73h1038v-73h-1038z" />
+    <glyph glyph-name="uniE108" unicode="&#xe108;" 
+d="M-1119 403v73h1638v-73h-1638zM-1119 184v73h1638v-73h-1638z" />
+    <glyph glyph-name="uniE109" unicode="&#xe109;" 
+d="M104 620l432 -288l-432 -288v93l73 48h-1296v72h1405l112 74l-108 72h-1409v73h1300l-77 51v93z" />
+    <glyph glyph-name="uniE10A" unicode="&#xe10a;" 
+d="M104 620l432 -288l-432 -288v93l73 48h-696v72h805l112 74l-108 72h-809v73h700l-77 51v93z" />
+    <glyph glyph-name="uniE10B" unicode="&#xe10b;" 
+d="M-1119 403v73h860l295 144v-73l-432 -213v-4l432 -208v-78l-287 140h-868v73h718l-80 39v72l72 35h-710zM-76 323v19l572 278v-93l-432 -193v-4l432 -193v-93z" />
+    <glyph glyph-name="uniE10C" unicode="&#xe10c;" 
+d="M217 238l-13 328l-3 104h98l-3 -104l-13 -328h-66zM250 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84zM-283 238l-13 328l-3 104h98l-3 -104l-13 -328h-66zM-250 -12c-44 0 -80 33 -80 84c0 50 36 83 80 83s80 -33 80 -83
+c0 -51 -36 -84 -80 -84z" />
+    <glyph glyph-name="uniE10D" unicode="&#xe10d;" 
+d="M76 341v-19l-572 -278v93l432 193v4l-432 193v93zM481 368v-72l-517 -252v73l432 213v4l-432 208v78z" />
+    <glyph glyph-name="uniE10E" unicode="&#xe10e;" 
+d="M-524 341v-19l-572 -278v93l432 193v4l-432 193v93zM-119 368v-72l-80 -39h718v-72h-866l-289 -141v73l432 213v4l-432 208v78l295 -144h860v-73h-710z" />
+    <glyph glyph-name="uniE10F" unicode="&#xe10f;" 
+d="M481 368v-72l-547 -252v73l462 213v4l-462 213v73zM36 341v-18l-632 -279v73l478 213v4l-478 213v73zM-494 341v-19l-602 -278v93l462 193v4l-462 193v93z" />
+    <glyph glyph-name="uniE110" unicode="&#xe110;" 
+d="M-119 368v-2h638v-72h-642l-513 -250v73l359 177h-305l-514 -250v93l432 193v4l-432 193v93l521 -254h305l-366 176v78z" />
+    <glyph glyph-name="uniE111" unicode="&#xe111;" 
+d="M519 370v-72h-635l-380 -254v93l294 196l-294 194v93l374 -250h641z" />
+    <glyph glyph-name="uniE112" unicode="&#xe112;" 
+d="M-519 294v72h863l-240 161v93l432 -289l-432 -287v93l233 157h-856z" />
+    <glyph glyph-name="uniE113" unicode="&#xe113;" 
+d="M-519 294v72h635l380 254v-93l-294 -196l294 -194v-93l-374 250h-641z" />
+    <glyph glyph-name="uniE114" unicode="&#xe114;" 
+d="M496 44l-515 251h-305l360 -173v-78l-516 251h-641v72h640v1l517 252v-73l-366 -180h305l521 253v-93l-432 -193v-4l432 -193v-93z" />
+    <glyph glyph-name="uniE115" unicode="&#xe115;" 
+d="M-481 296v72l534 286v-93l-449 -227v-4l445 -221l5 -93zM502 217l-33 -47l-163 105l-70 -159l-52 17l51 165l-186 8v61l186 8l-51 165l52 17l70 -159l163 105l33 -47l-155 -119z" />
+    <glyph glyph-name="uniE116" unicode="&#xe116;" 
+d="M481 368v-72l-575 -289v94l490 229v4l-496 230v93zM-1081 296v72l574 286v-93l-489 -227v-4l490 -221v-93zM-419 148l-48 33l106 163l-160 70l17 52l167 -52l9 187h56l9 -187l167 52l17 -52l-160 -70l106 -163l-48 -33l-119 155z" />
+    <glyph glyph-name="uniE117" unicode="&#xe117;" 
+d="M-481 296v72l638 341v-94l-553 -281v-4l553 -272v-94zM256 -90v840h88v-840h-88z" />
+    <glyph glyph-name="uniE118" unicode="&#xe118;" 
+d="M481 368v-72l-575 -289v94l490 229v4l-496 230v93zM-1081 296v72l574 286v-93l-489 -227v-4l490 -221v-93zM-344 -120v870h88v-870h-88z" />
+    <glyph glyph-name="uniE119" unicode="&#xe119;" 
+d="M481 368v-72l-575 -289v94l490 229v4l-497 232l1 91zM-1081 296v72l574 286v-93l-489 -227v-4l490 -223v-91zM-475 169l42 59c42 -30 86 -52 143 -52s83 21 83 58c0 90 -254 74 -254 215c0 67 54 115 131 127v99h59v-98c57 -6 96 -33 129 -65l-44 -49
+c-37 28 -62 45 -113 45c-49 0 -79 -21 -79 -58c0 -79 257 -62 257 -211c0 -69 -58 -123 -145 -134v-115h-59v114c-56 7 -113 34 -150 65z" />
+    <glyph glyph-name="uniE11A" unicode="&#xe11a;" 
+d="M-481 296v72l481 322l480 -320v-73l-481 -321zM395 336l-395 260l-396 -262v-4l395 -261l396 263v4z" />
+    <glyph glyph-name="uniE11B" unicode="&#xe11b;" 
+d="M-536 332l432 288v-93l-240 -161h860v-72h-854l234 -157v-93z" />
+    <glyph glyph-name="uniE11C" unicode="&#xe11c;" 
+d="M-76 323v19l572 278v-93l-432 -193v-4l432 -193v-93zM-481 296v72l517 252v-73l-432 -213v-4l432 -208v-78z" />
+    <glyph glyph-name="uniE11D" unicode="&#xe11d;" 
+d="M-1081 296v72l547 252v-73l-462 -213v-4l462 -213v-73zM-636 323v18l632 279v-73l-478 -213v-4l478 -213v-73zM-106 323v19l602 278v-93l-462 -193v-4l462 -193v-93z" />
+    <glyph glyph-name="uniE11E" unicode="&#xe11e;" 
+d="M481 368v-72l-575 -289v94l490 229v4l-496 230v93zM-338 101v193h-221v72h221v193h76v-193h221v-72h-221v-193h-76zM-1081 296v72l574 286v-93l-489 -227v-4l490 -221v-93z" />
+    <glyph glyph-name="uniE11F" unicode="&#xe11f;" 
+d="M-250 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM250 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="uniE120" unicode="&#xe120;" 
+d="M200 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM-300 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM-800 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z
+" />
+    <glyph glyph-name="uniE121" unicode="&#xe121;" 
+d="M-499 294v72h242v193h76v-193h362v193h76v-193h242v-72h-242v-193h-76v193h-362v-193h-76v193h-242z" />
+    <glyph glyph-name="uniE122" unicode="&#xe122;" 
+d="M-1119 294v72h306v193h76v-193h399v193h76v-193h399v193h76v-193h306v-72h-306v-193h-76v193h-399v-193h-76v193h-399v-193h-76v193h-306z" />
+    <glyph glyph-name="uniE123" unicode="&#xe123;" 
+d="M-437 -74l108 258h-190v73h221l61 146h-282v73h312l98 233h86l-98 -233h640v-73h-670l-61 -146h731v-73h-762l-108 -258h-86z" />
+    <glyph glyph-name="uniE124" unicode="&#xe124;" 
+d="M200 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM-300 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM-800 -12c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z
+M200 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM-300 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93zM-800 337c-51 0 -90 38 -90 93c0 54 39 93 90 93s90 -39 90 -93c0 -55 -39 -93 -90 -93z" />
+    <glyph glyph-name="uniE125" unicode="&#xe125;" 
+d="M104 44v93l73 48h-1062l-211 -141v93l292 193v4l-104 69h-1l-187 124v93l215 -144h1062l-77 51v93l433 -288zM-719 296l-58 -39h1063l112 74l-108 72h-1061l52 -35v-72z" />
+    <glyph glyph-name="uniE126" unicode="&#xe126;" 
+d="M-1119 294v72h967l-360 161v93l521 -254h305l-366 176v78l594 -288l-594 -288v73l359 177h-305l-514 -250v93l351 157h-958z" />
+    <glyph glyph-name="uniE127" unicode="&#xe127;" 
+d="M-704 41l-432 288l432 288v-93l-73 -48h958l-77 51v93l432 -288l-432 -288v93l73 48h-958l77 -51v-93zM-81 258v-1h367l112 74l-108 72h-809v1h-367l-112 -74l108 -72h809z" />
+    <glyph glyph-name="uniE128" unicode="&#xe128;" 
+d="M-998 330l108 -72l1067 -1l-58 39v72l53 35l-1058 1zM-704 41l-432 288l432 288v-93l-73 -48l1056 -1l217 145v-93l-292 -193v-4l292 -193v-93l-209 140l-1067 1l76 -51v-93z" />
+    <glyph glyph-name="uniE129" unicode="&#xe129;" 
+d="M-1136 332l432 288v-93l-240 -161h1288l-240 161v93l432 -289l-432 -287v93l233 157h-1275l234 -157v-93z" />
+    <glyph glyph-name="less_exclam_greater" 
+d="M481 368v-72l-575 -289v94l490 229v4l-496 230v93zM-1081 296v72l574 286v-93l-489 -227v-4l490 -221v-93zM-332 218l-14 348l-3 108h98l-3 -108l-14 -348h-64zM-380 42c0 50 36 83 80 83s80 -33 80 -83c0 -51 -36 -84 -80 -84s-80 33 -80 84z" />
+    <glyph glyph-name="LIG" 
+ />
+  </font>
+</defs></svg>
diff --git a/other/Hasklig-Regular.svg b/other/Hasklig-Regular.svg
new file mode 100644
--- /dev/null
+++ b/other/Hasklig-Regular.svg
@@ -0,0 +1,3869 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20161003 at Sat Feb 24 00:05:44 2018
+ By www-data
+Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved.
+</metadata>
+<defs>
+<font id="Hasklig-Regular" horiz-adv-x="600" >
+  <font-face 
+    font-family="Hasklig"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="2 11 5 9 3 4 3 2 2 4"
+    ascent="750"
+    descent="-250"
+    x-height="486"
+    cap-height="656"
+    bbox="-1127 -454 793 1060"
+    underline-thickness="50"
+    underline-position="-100"
+    stemh="67"
+    stemv="85"
+    unicode-range="U+0020-1F916"
+  />
+<missing-glyph 
+d="M62 0v660h476v-660h-476zM170 58h257l-73 132l-52 103h-4l-54 -103zM127 110l128 230l-128 232v-462zM298 387h4l49 94l66 119h-235l66 -119zM345 340l127 -230v462z" />
+    <glyph glyph-name="u1F3B5_uniFE0F" unicode="&#x1f3b5;" unicode="&#xfe0f;" 
+d="M178 -24c-54 0 -101 26 -101 76c0 61 64 117 157 117c26 0 52 -6 61 -12v537h50c10 -27 20 -36 70 -72c90 -64 114 -120 114 -196c0 -52 -17 -100 -32 -131l-35 13c10 32 13 56 13 92c0 63 -45 125 -125 150v-407c0 -110 -80 -167 -172 -167z" />
+    <glyph glyph-name="u1F3B5_uniFE0F" unicode="&#x266a;" unicode="&#xfe0f;" 
+d="M178 -24c-54 0 -101 26 -101 76c0 61 64 117 157 117c26 0 52 -6 61 -12v537h50c10 -27 20 -36 70 -72c90 -64 114 -120 114 -196c0 -52 -17 -100 -32 -131l-35 13c10 32 13 56 13 92c0 63 -45 125 -125 150v-407c0 -110 -80 -167 -172 -167z" />
+    <glyph glyph-name="u1F3B6_uniFE0F" unicode="&#x1f3b6;" unicode="&#xfe0f;" 
+d="M104 -24c-53 0 -100 26 -100 76c0 61 61 117 150 117c26 0 52 -6 61 -12v517l378 60v-539c0 -110 -78 -166 -167 -166c-53 0 -99 26 -99 76c0 61 60 117 149 117c26 0 52 -6 61 -12v363l-267 -42v-388c0 -110 -78 -167 -166 -167z" />
+    <glyph glyph-name="u1F3B6_uniFE0F" unicode="&#x266b;" unicode="&#xfe0f;" 
+d="M104 -24c-53 0 -100 26 -100 76c0 61 61 117 150 117c26 0 52 -6 61 -12v517l378 60v-539c0 -110 -78 -166 -167 -166c-53 0 -99 26 -99 76c0 61 60 117 149 117c26 0 52 -6 61 -12v363l-267 -42v-388c0 -110 -78 -167 -166 -167z" />
+    <glyph glyph-name="uni2611_uniFE0F" unicode="&#x2611;" unicode="&#xfe0f;" 
+d="M250 104c-37 102 -83 192 -140 277l56 38c49 -77 91 -163 118 -247h4c43 146 116 296 203 425h-473v-564h532v532c-90 -126 -167 -280 -214 -451zM-25 -10v630l61 51h508c35 46 71 87 108 124l54 -50c-27 -26 -55 -54 -81 -84v-610l-52 -61h-598z" />
+    <glyph glyph-name="uni2713_uniFE0F" unicode="&#x2713;" unicode="&#xfe0f;" 
+d="M145 -20c-40 110 -88 204 -151 295l56 38c55 -83 101 -176 132 -265h4c71 237 214 482 370 636l54 -50c-158 -147 -303 -374 -379 -644z" />
+    <glyph glyph-name="uni2665_uniFE0F" unicode="&#x2665;" unicode="&#xfe0f;" 
+d="M302 -12h-4c-241 258 -289 384 -289 527c0 130 63 198 145 198c65 0 116 -31 144 -120h4c28 89 80 120 144 120c82 0 145 -68 145 -198c0 -143 -48 -269 -289 -527z" />
+    <glyph glyph-name="uni2663_uniFE0F" unicode="&#x2663;" unicode="&#xfe0f;" 
+d="M105 0v40c88 13 150 58 173 208h-7c-28 -66 -79 -87 -129 -87c-79 0 -133 62 -133 152c0 93 63 141 141 141c23 0 43 -5 74 -20l4 4c-67 60 -75 115 -75 150c0 73 65 125 147 125s147 -52 147 -125c0 -35 -8 -90 -75 -150l4 -4c31 15 51 20 74 20c78 0 141 -48 141 -141
+c0 -90 -53 -152 -133 -152c-50 0 -101 21 -129 87h-7c23 -150 85 -195 173 -208v-40h-390z" />
+    <glyph glyph-name="uni2666_uniFE0F" unicode="&#x2666;" unicode="&#xfe0f;" 
+d="M302 -12h-4l-293 367v4l293 365h4l293 -365v-4z" />
+    <glyph glyph-name="uni2660_uniFE0F" unicode="&#x2660;" unicode="&#xfe0f;" 
+d="M105 0v40c88 13 150 58 173 208h-7c-30 -69 -78 -90 -133 -90c-74 0 -129 43 -129 136c0 121 61 196 289 430h4c228 -234 289 -309 289 -430c0 -93 -55 -136 -129 -136c-55 0 -103 21 -133 90h-7c23 -150 85 -195 173 -208v-40h-390z" />
+    <glyph glyph-name="uni263A_uniFE0F" unicode="&#x263a;" unicode="&#xfe0f;" 
+d="M300 579c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM41 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM58 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM91 481c-10 0 -20 10 -20 22c0 10 10 20 20 20
+c12 0 20 -10 20 -20c0 -12 -8 -22 -20 -22zM134 524c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20s-7 -22 -20 -22zM186 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM242 572c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20
+s-7 -22 -20 -22zM565 308c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM559 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM542 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM509 481c-12 0 -20 10 -20 22
+c0 10 8 20 20 20c10 0 20 -10 20 -20c0 -12 -10 -22 -20 -22zM466 524c-13 0 -20 10 -20 22s7 20 20 20c10 0 20 -8 20 -20s-10 -22 -20 -22zM414 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM358 572c-13 0 -20 10 -20 22s7 20 20 20
+c10 0 20 -8 20 -20s-10 -22 -20 -22zM300 81c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM35 350c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM41 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20
+c0 12 8 22 20 22zM58 229c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM91 177c12 0 20 -8 20 -20s-8 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM134 134c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22z
+M186 104c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM242 86c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22zM559 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM542 229
+c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM509 177c10 0 20 -8 20 -20s-10 -20 -20 -20c-12 0 -20 8 -20 20s8 20 20 20zM466 134c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM414 104
+c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM358 86c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM300 207c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM444 288
+c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM409 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM358 213c10 0 20 -8 20 -20s-10 -20 -20 -20c-13 0 -20 8 -20 20s7 20 20 20zM156 288c12 0 20 -10 20 -22
+c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM191 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM242 213c13 0 20 -8 20 -20s-7 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM222 366c12 0 20 -8 20 -20s-8 -20 -20 -20
+s-20 8 -20 20s8 20 20 20zM262 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM222 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM262 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z
+M182 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM182 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM378 366c12 0 20 -8 20 -20s-8 -20 -20 -20s-20 8 -20 20s8 20 20 20zM338 396c12 0 20 -10 20 -22
+c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM378 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM338 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM418 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20
+s-20 10 -20 20c0 12 8 22 20 22zM418 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z" />
+    <glyph glyph-name="uni263B_uniFE0F" unicode="&#x263b;" unicode="&#xfe0f;" 
+d="M300 59c-161 0 -271 114 -271 271s110 271 271 271s271 -114 271 -271s-110 -271 -271 -271zM220 345c30 0 47 27 47 63c0 35 -17 62 -47 62s-48 -27 -48 -62c0 -36 18 -63 48 -63zM380 345c30 0 48 27 48 63c0 35 -18 62 -48 62s-47 -27 -47 -62c0 -36 17 -63 47 -63z
+M300 149c90 0 145 46 159 129l-34 13c-20 -52 -64 -77 -125 -77s-105 25 -125 77l-34 -13c14 -83 69 -129 159 -129zM208 394c-9 0 -17 6 -17 18s8 19 17 19c8 0 16 -7 16 -19s-8 -18 -16 -18zM368 394c-9 0 -17 6 -17 18s8 19 17 19s17 -7 17 -19s-8 -18 -17 -18z" />
+    <glyph glyph-name="uni2764_uniFE0F" unicode="&#x2764;" unicode="&#xfe0f;" 
+d="M302 9h-4c-95 187 -369 162 -369 447c0 130 82 201 197 201c88 0 147 -35 172 -133h4c25 98 84 133 172 133c115 0 197 -71 197 -201c0 -285 -274 -260 -369 -447z" />
+    <glyph glyph-name="uni2615_uniFE0F" unicode="&#x2615;" unicode="&#xfe0f;" 
+d="M248 39c-170 0 -280 122 -280 389c0 125 105 193 280 193c161 0 254 -55 273 -154c77 -14 127 -56 127 -147c0 -101 -86 -169 -187 -169c-47 -77 -125 -112 -213 -112zM248 80c81 0 151 31 187 106c112 0 165 62 165 134c0 61 -39 110 -117 110c0 95 -84 152 -235 152
+c-150 0 -234 -62 -234 -162c0 -239 95 -340 234 -340zM248 326c-124 0 -184 31 -216 84c20 62 100 102 216 102c117 0 197 -41 217 -102c-33 -53 -92 -84 -217 -84zM458 250c13 37 19 75 21 112c39 0 57 -11 57 -48c0 -42 -36 -64 -78 -64zM310 419c-57 39 -94 50 -131 50
+c-33 0 -51 -13 -51 -27c0 -11 7 -18 31 -23c-24 -6 -31 -13 -31 -23c0 -14 18 -28 51 -28c37 0 74 12 131 51zM314 419c31 -18 54 -23 66 -23c14 0 26 9 26 23s-12 22 -26 22c-12 0 -35 -4 -66 -22z" />
+    <glyph glyph-name="u1F4A9_uniFE0F" unicode="&#x1f4a9;" unicode="&#xfe0f;" 
+d="M300 14c-212 0 -304 27 -304 146c0 64 29 102 91 118c-24 18 -36 46 -36 90c0 72 46 110 109 122c-12 12 -21 24 -21 52c0 100 123 58 180 120c95 -26 142 -64 142 -118c0 -26 -7 -40 -21 -54c63 -12 109 -50 109 -122c0 -44 -12 -72 -36 -90c62 -16 91 -54 91 -118
+c0 -119 -92 -146 -304 -146zM300 109c83 0 135 37 143 115h-286c8 -78 60 -115 143 -115zM148 312l28 -2c2 47 13 66 37 66s36 -19 38 -66l28 2c-1 86 -24 120 -66 120s-64 -34 -65 -120zM321 312l28 -2c2 47 14 66 38 66s35 -19 37 -66l28 2c-1 86 -23 120 -65 120
+s-65 -34 -66 -120z" />
+    <glyph glyph-name="u1F916_uniFE0F" unicode="&#x1f916;" unicode="&#xfe0f;" 
+d="M300 39c-119 0 -218 58 -263 169c-43 8 -63 53 -63 140c0 50 13 73 46 80c29 130 134 193 280 193s251 -63 280 -193c33 -7 46 -30 46 -80c0 -87 -20 -132 -63 -140c-45 -111 -144 -169 -263 -169zM300 84c136 0 240 83 240 266c0 162 -92 226 -240 226
+s-240 -64 -240 -226c0 -183 104 -266 240 -266zM300 258c-130 0 -193 24 -193 96c0 110 74 160 193 160s193 -50 193 -160c0 -72 -63 -96 -193 -96zM147 332l32 -2c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM317 332l32 -2
+c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM300 149c-20 0 -37 7 -37 24c0 12 7 15 37 15s37 -3 37 -15c0 -17 -17 -24 -37 -24z" />
+    <glyph glyph-name="u1F512_uniFE0F" unicode="&#x1f512;" unicode="&#xfe0f;" 
+d="M85 -70l-40 36v518l40 36h46v153c0 116 62 183 169 183s169 -67 169 -183v-153h46l40 -36v-518l-40 -36h-430zM246 59l44 -20h20l44 20l-26 169c39 15 56 43 56 79c0 47 -37 83 -84 83s-84 -36 -84 -83c0 -36 17 -64 56 -79zM199 520h202v145c0 79 -33 126 -101 126
+s-101 -47 -101 -126v-145z" />
+    <glyph glyph-name=".notdef" 
+d="M62 0v660h476v-660h-476zM170 58h257l-73 132l-52 103h-4l-54 -103zM127 110l128 230l-128 232v-462zM298 387h4l49 94l66 119h-235l66 -119zM345 340l127 -230v462z" />
+    <glyph glyph-name="space" unicode=" " 
+ />
+    <glyph glyph-name="A" unicode="A" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85z" />
+    <glyph glyph-name="B" unicode="B" 
+d="M99 0v656h186c134 0 225 -45 225 -160c0 -65 -37 -123 -115 -143v-4c96 -15 152 -67 152 -157c0 -129 -100 -192 -247 -192h-201zM182 380h89c112 0 157 36 157 109c0 71 -52 97 -153 97h-93v-206zM182 70h106c112 0 177 37 177 126c0 81 -62 114 -177 114h-106v-240z
+" />
+    <glyph glyph-name="C" unicode="C" 
+d="M351 -12c-162 0 -286 126 -286 340c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51c-52 -60 -116 -95 -203 -95z" />
+    <glyph glyph-name="D" unicode="D" 
+d="M87 0v656h162c197 0 304 -117 304 -325c0 -209 -107 -331 -300 -331h-166zM170 68h73c150 0 224 97 224 263c0 165 -74 257 -224 257h-73v-520z" />
+    <glyph glyph-name="E" unicode="E" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416z" />
+    <glyph glyph-name="F" unicode="F" 
+d="M133 0v656h403v-70h-319v-222h270v-70h-270v-294h-84z" />
+    <glyph glyph-name="G" unicode="G" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76z" />
+    <glyph glyph-name="H" unicode="H" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84z" />
+    <glyph glyph-name="I" unicode="I" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="J" unicode="J" 
+d="M276 -12c-73 0 -150 34 -195 109l52 51c37 -59 90 -87 141 -87c94 0 136 48 136 156v370h-275v70h358v-447c0 -122 -54 -222 -217 -222z" />
+    <glyph glyph-name="K" unicode="K" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84z" />
+    <glyph glyph-name="L" unicode="L" 
+d="M134 0v656h82v-585h325v-71h-407z" />
+    <glyph glyph-name="M" unicode="M" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328c0 64 10 176 14 232h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2c6 -56 14 -168 14 -232v-328h-78z" />
+    <glyph glyph-name="N" unicode="N" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80z" />
+    <glyph glyph-name="O" unicode="O" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270z" />
+    <glyph glyph-name="P" unicode="P" 
+d="M102 0v656h198c145 0 243 -49 243 -193c0 -138 -99 -203 -243 -203h-115v-260h-83zM185 328h105c115 0 169 42 169 135c0 95 -56 126 -169 126h-105v-261z" />
+    <glyph glyph-name="Q" unicode="Q" 
+d="M300 57c100 0 166 100 166 274c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -174 66 -274 166 -274zM481 -163c-116 0 -189 66 -221 154c-127 22 -212 145 -212 340c0 212 104 337 252 337s252 -125 252 -337c0 -191 -82 -313 -204 -338c23 -57 74 -85 142 -85
+c20 0 37 5 49 10l16 -67c-22 -8 -46 -14 -74 -14z" />
+    <glyph glyph-name="R" unicode="R" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244z" />
+    <glyph glyph-name="S" unicode="S" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187z" />
+    <glyph glyph-name="T" unicode="T" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84z" />
+    <glyph glyph-name="U" unicode="U" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260z" />
+    <glyph glyph-name="V" unicode="V" 
+d="M252 0l-209 656h88l106 -354c23 -78 39 -140 63 -217h4c24 77 41 139 63 217l105 354h85l-208 -656h-97z" />
+    <glyph glyph-name="W" unicode="W" 
+d="M110 0l-100 657h94l48 -412c6 -55 10 -87 13 -152h3c12 65 19 97 32 151l64 244h80l62 -244c14 -54 20 -86 32 -151h4c4 65 6 97 12 151l46 413h90l-96 -657h-104l-64 264c-10 40 -18 78 -24 118h-3c-7 -40 -13 -78 -23 -118l-64 -264h-102z" />
+    <glyph glyph-name="X" unicode="X" 
+d="M54 0l196 339l-183 317h92l92 -168c17 -30 32 -57 53 -95h4c18 38 31 65 47 95l90 168h88l-183 -321l196 -335h-92l-99 177c-18 32 -36 65 -58 105h-4c-19 -40 -36 -73 -53 -105l-98 -177h-88z" />
+    <glyph glyph-name="Y" unicode="Y" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84z" />
+    <glyph glyph-name="Z" unicode="Z" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474z" />
+    <glyph glyph-name="a" unicode="a" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78z" />
+    <glyph glyph-name="b" unicode="b" 
+d="M320 -12c-47 0 -105 25 -151 66h-3l-7 -54h-66v712h82v-194l-3 -94h3c44 45 106 74 163 74c131 0 202 -97 202 -247c0 -166 -104 -263 -220 -263zM307 57c85 0 148 73 148 193c0 107 -40 179 -137 179c-43 0 -93 -23 -143 -73v-242c46 -41 97 -57 132 -57z" />
+    <glyph glyph-name="c" unicode="c" 
+d="M346 -12c-152 0 -266 93 -266 254c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53c-54 -48 -121 -76 -193 -76z" />
+    <glyph glyph-name="d" unicode="d" 
+d="M271 -12c-127 0 -211 92 -211 254c0 158 106 256 221 256c58 0 103 -23 145 -63h3l-4 90v187h82v-712h-68l-7 64h-3c-40 -41 -98 -76 -158 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186z" />
+    <glyph glyph-name="e" unicode="e" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149z" />
+    <glyph glyph-name="f" unicode="f" 
+d="M242 0v419h-139v62l139 5v41c0 119 62 197 196 197c48 0 94 -9 140 -28l-19 -62c-40 18 -71 23 -113 23c-87 0 -123 -48 -123 -127v-44h204v-67h-204v-419h-81z" />
+    <glyph glyph-name="g" unicode="g" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83z" />
+    <glyph glyph-name="h" unicode="h" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82z" />
+    <glyph glyph-name="i" unicode="i" 
+d="M316 0v419h-226v67h308v-486h-82zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="j" unicode="j" 
+d="M194 -217c-51 0 -100 14 -139 33l27 61c35 -17 74 -27 111 -27c97 0 123 49 123 132v437h-226v67h308v-498c0 -120 -47 -205 -204 -205zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="k" unicode="k" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82z" />
+    <glyph glyph-name="l" unicode="l" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29z" />
+    <glyph glyph-name="m" unicode="m" 
+d="M58 0v486h66l7 -64h2c25 45 55 76 111 76c48 0 78 -28 92 -84c28 52 58 84 114 84c68 0 108 -53 108 -150v-348h-82v342c0 56 -16 85 -52 85c-34 0 -52 -25 -78 -75v-352h-76v342c0 56 -14 85 -50 85c-34 0 -56 -25 -80 -75v-352h-82z" />
+    <glyph glyph-name="n" unicode="n" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82z" />
+    <glyph glyph-name="o" unicode="o" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186z" />
+    <glyph glyph-name="p" unicode="p" 
+d="M93 -205v691h68l7 -62h3c45 43 108 74 168 74c131 0 201 -97 201 -248c0 -165 -104 -262 -221 -262c-45 0 -102 23 -145 63h-3l4 -92v-164h-82zM305 57c87 0 150 73 150 193c0 107 -40 179 -137 179c-43 0 -93 -23 -143 -73v-242c46 -41 97 -57 130 -57z" />
+    <glyph glyph-name="q" unicode="q" 
+d="M425 -205v177l4 90h-3c-40 -41 -96 -74 -156 -74c-126 0 -210 92 -210 254c0 158 106 256 221 256c59 0 104 -23 150 -66h3l7 54h66v-691h-82zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186z" />
+    <glyph glyph-name="r" unicode="r" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82z" />
+    <glyph glyph-name="s" unicode="s" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145z" />
+    <glyph glyph-name="t" unicode="t" 
+d="M394 -12c-142 0 -188 81 -188 201v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-44 -16 -91 -29 -152 -29z" />
+    <glyph glyph-name="u" unicode="u" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97z" />
+    <glyph glyph-name="v" unicode="v" 
+d="M256 0l-205 486h83l112 -276c20 -49 38 -97 55 -143h4c17 46 33 94 53 143l112 276h79l-201 -486h-92z" />
+    <glyph glyph-name="w" unicode="w" 
+d="M114 0l-106 486h82l58 -282c9 -46 16 -88 22 -134h4c6 46 17 89 28 134l60 252h82l58 -252c11 -46 24 -88 30 -134h4c8 46 13 88 22 134l58 282h76l-104 -486h-106l-56 232c-8 34 -16 82 -24 144h-4c-8 -62 -16 -110 -24 -144l-54 -232h-106z" />
+    <glyph glyph-name="x" unicode="x" 
+d="M64 0l185 252l-171 234h91l77 -107c17 -26 37 -55 57 -82h4c18 27 38 57 55 84l73 105h87l-173 -241l186 -245h-90l-85 112c-20 28 -43 60 -64 88h-4c-20 -29 -40 -57 -60 -88l-80 -112h-88z" />
+    <glyph glyph-name="y" unicode="y" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169z" />
+    <glyph glyph-name="z" unicode="z" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM375 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71
+c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50
+s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705c-93 0 -138 59 -146 129l50 8c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 699c-56 0 -97 36 -97 90c0 55 41 91 97 91c55 0 97 -36 97 -91c0 -54 -42 -90 -97 -90zM300 735c27 0 51 19 51 54
+c0 34 -24 54 -51 54c-29 0 -52 -20 -52 -54c0 -35 23 -54 52 -54z" />
+    <glyph glyph-name="Aringacute" unicode="&#x1fa;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 699c-56 0 -97 36 -97 90c0 32 14 58 37 74l132 105l37 -50l-79 -42c40 -11 67 -43 67 -87c0 -54 -42 -90 -97 -90z
+M300 735c27 0 51 19 51 54c0 34 -24 54 -51 54c-29 0 -52 -20 -52 -54c0 -35 23 -54 52 -54z" />
+    <glyph glyph-name="uni01CD" unicode="&#x1cd;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" 
+d="M515 -225c-58 0 -103 30 -103 91c0 62 47 108 87 134h-19l-62 200h-238l-63 -200h-85l221 656h94l221 -656c-51 -23 -91 -67 -91 -116c0 -34 25 -51 54 -51c22 0 38 10 50 21l26 -43c-23 -20 -54 -36 -92 -36zM232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4
+c-21 -76 -42 -148 -65 -221z" />
+    <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM268 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM421 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM179 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM415 754l-11 35c25 6 45 15 45 36c0 26 -21 36 -71 39l9 42
+c78 -3 120 -27 120 -73c0 -51 -44 -71 -92 -79z" />
+    <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4zM366 839c-64 0 -87 50 -128 50c-24 0 -34 -17 -38 -46l-45 5
+c3 51 25 91 79 91c64 0 87 -49 128 -49c24 0 34 17 38 46l45 -5c-3 -52 -25 -92 -79 -92z" />
+    <glyph glyph-name="uni1EAC" unicode="&#x1eac;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64
+s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EAE" unicode="&#x1eae;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705c-93 0 -138 59 -146 129l47 8c8 -49 40 -88 99 -88s91 39 99 88l47 -8c-8 -70 -53 -129 -146 -129zM303 803
+l-41 29l95 116l53 -36z" />
+    <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705c-93 0 -138 59 -146 129l47 8c8 -49 40 -88 99 -88s91 39 99 88l47 -8c-8 -70 -53 -129 -146 -129zM297 803
+l-107 109l53 36l95 -116z" />
+    <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705c-93 0 -138 59 -146 129l47 8c8 -49 40 -88 99 -88s91 39 99 88l47 -8c-8 -70 -53 -129 -146 -129zM277 800
+l-10 35c24 6 44 15 44 36c0 26 -21 36 -70 39l8 42c78 -3 121 -26 121 -73c0 -51 -45 -71 -93 -79z" />
+    <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 708c-93 0 -136 50 -143 106l46 8c7 -36 36 -69 97 -69s90 33 97 69l46 -8c-7 -56 -50 -106 -143 -106zM366 843
+c-64 0 -87 50 -128 50c-24 0 -34 -17 -38 -47l-45 5c3 52 25 92 79 92c64 0 87 -50 128 -50c24 0 34 17 38 46l45 -5c-3 -51 -25 -91 -79 -91z" />
+    <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705c-93 0 -138 59 -146 129l50 8c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129zM300 -215
+c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" 
+d="M231 377l-46 -119h132v332h-3c-27 -72 -56 -142 -83 -213zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87z" />
+    <glyph glyph-name="AEacute" unicode="&#x1fc;" 
+d="M231 377l-46 -119h132v332h-3c-27 -72 -56 -142 -83 -213zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87zM391 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni01E2" unicode="&#x1e2;" 
+d="M231 377l-46 -119h132v332h-3c-27 -72 -56 -142 -83 -213zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87zM286 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni0243" unicode="&#x243;" 
+d="M105 0v162h-79v56l79 6v432h186c134 0 225 -45 225 -160c0 -65 -37 -123 -115 -143v-4c96 -15 152 -67 152 -157c0 -129 -100 -192 -247 -192h-201zM188 70h106c112 0 177 37 177 126c0 81 -62 114 -177 114h-106v-86h142v-62h-142v-92zM188 380h89c112 0 157 36 157 109
+c0 71 -52 97 -153 97h-93v-206z" />
+    <glyph glyph-name="uni1E06" unicode="&#x1e06;" 
+d="M99 0v656h186c134 0 225 -45 225 -160c0 -65 -37 -123 -115 -143v-4c96 -15 152 -67 152 -157c0 -129 -100 -192 -247 -192h-201zM182 380h89c112 0 157 36 157 109c0 71 -52 97 -153 97h-93v-206zM182 70h106c112 0 177 37 177 126c0 81 -62 114 -177 114h-106v-240z
+M174 -170v57h266v-57h-266z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" 
+d="M263 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l32 78c-146 15 -254 138 -254 338c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51
+c-47 -55 -105 -88 -180 -94l-19 -53c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" 
+d="M351 -12c-162 0 -286 126 -286 340c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51c-52 -60 -116 -95 -203 -95zM317 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" 
+d="M351 -12c-162 0 -286 126 -286 340c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51c-52 -60 -116 -95 -203 -95zM234 699l-36 26l105 113h86l105 -113
+l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" 
+d="M351 -12c-162 0 -286 126 -286 340c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51c-52 -60 -116 -95 -203 -95zM303 706l-105 113l36 26l110 -92h4l110 92
+l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" 
+d="M351 -12c-162 0 -286 126 -286 340c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51c-52 -60 -116 -95 -203 -95zM346 714c-33 0 -59 23 -59 57
+c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" 
+d="M87 0v656h162c197 0 304 -117 304 -325c0 -209 -107 -331 -300 -331h-166zM170 68h73c150 0 224 97 224 263c0 165 -74 257 -224 257h-73v-520zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni1E0C" unicode="&#x1e0c;" 
+d="M87 0v656h162c197 0 304 -117 304 -325c0 -209 -107 -331 -300 -331h-166zM170 68h73c150 0 224 97 224 263c0 165 -74 257 -224 257h-73v-520zM294 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E0E" unicode="&#x1e0e;" 
+d="M87 0v656h162c197 0 304 -117 304 -325c0 -209 -107 -331 -300 -331h-166zM170 68h73c150 0 224 97 224 263c0 165 -74 257 -224 257h-73v-520zM161 -170v57h266v-57h-266z" />
+    <glyph glyph-name="uni1E10" unicode="&#x1e10;" 
+d="M170 68h73c150 0 224 97 224 263c0 165 -74 257 -224 257h-73v-520zM199 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l37 88h-7h-166v656h162c197 0 304 -117 304 -325c0 -185 -84 -302 -237 -326l-25 -69c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" 
+d="M87 0v314h-75v56l75 6v280h162c197 0 304 -117 304 -325c0 -209 -107 -331 -300 -331h-166zM170 68h73c149 0 223 97 223 263c0 165 -74 257 -223 257h-73v-212h144v-62h-144v-246z" />
+    <glyph glyph-name="uni018A" unicode="&#x18a;" 
+d="M209 0v595c-76 -15 -115 -73 -115 -146c0 -64 26 -99 76 -129l-40 -58c-68 34 -110 91 -110 183c0 129 84 223 249 223c201 0 298 -119 298 -330c0 -215 -97 -338 -259 -338h-99zM292 68h21c109 0 168 99 168 270c0 162 -57 255 -189 261v-531z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM360 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM302 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM219 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM288 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM240 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM422 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM197 735v57h268v-57h-268z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM331 705c-93 0 -138 59 -146 129l50 8c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM331 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" 
+d="M462 -225c-59 0 -103 30 -103 91c0 60 42 108 86 134h-330v656h405v-70h-321v-206h271v-71h-271v-238h331v-71h-4c-51 -8 -103 -63 -103 -116c0 -35 27 -51 55 -51c21 0 37 10 50 21l25 -43c-23 -20 -53 -36 -91 -36z" />
+    <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM333 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EBA" unicode="&#x1eba;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM299 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM406 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM452 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM210 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM446 754l-11 35c25 6 45 15 45 36c0 26 -21 36 -71 39l9 42c78 -3 120 -27 120 -73c0 -51 -44 -71 -92 -79z" />
+    <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4zM397 839c-64 0 -87 50 -128 50c-24 0 -34 -17 -38 -46l-45 5c3 51 25 91 79 91c64 0 87 -49 128 -49c24 0 34 17 38 46l45 -5c-3 -52 -25 -92 -79 -92z
+" />
+    <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM219 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4zM333 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E16" unicode="&#x1e16;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM197 735v57h268v-57h-268zM313 827l-31 38l121 103l39 -48z" />
+    <glyph glyph-name="uni01F4" unicode="&#x1f4;" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM301 697l-36 42l141 128
+l47 -55z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM218 699l-36 26l105 113h86
+l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM330 705
+c-93 0 -138 59 -146 129l50 8c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM330 714c-33 0 -59 23 -59 57
+c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni0122" unicode="&#x122;" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM243 -226l-8 40
+c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="Gcaron" unicode="&#x1e6;" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM287 706l-105 113l36 26
+l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni1E20" unicode="&#x1e20;" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM196 735v57h268v-57h-268z
+" />
+    <glyph glyph-name="uni00470303" 
+d="M337 -12c-165 0 -284 126 -284 340c0 212 121 340 291 340c87 0 144 -41 181 -80l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76zM405 709
+c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="uni0193" unicode="&#x193;" 
+d="M525 588l-47 -53c-32 34 -71 60 -134 60c-123 0 -204 -102 -204 -265c0 -165 73 -269 202 -269c46 0 89 15 114 39v171h-131v69h208v-276c-41 -42 -111 -76 -196 -76c-165 0 -284 126 -284 340c0 212 121 340 291 340c29 0 55 -5 78 -12c-5 14 -7 28 -7 43
+c0 62 45 105 111 105c27 0 47 -7 63 -13l-16 -63c-11 4 -20 9 -34 9c-34 0 -54 -24 -54 -54c0 -36 14 -57 40 -95z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni1E26" unicode="&#x1e26;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="uni1E24" unicode="&#x1e24;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E28" unicode="&#x1e28;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-13l-23 -64c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l37 88h-17z" />
+    <glyph glyph-name="uni1E2A" unicode="&#x1e2a;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM300 -231c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" 
+d="M10 484v56l69 6v110h84v-110h274v110h84v-110h69v-62h-69v-484h-84v309h-274v-309h-84v484h-69zM163 381h274v103h-274v-103z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM375 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM300 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni01CF" unicode="&#x1cf;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" 
+d="M311 -225c-58 0 -103 30 -103 91c0 56 38 102 71 134h-184v71h163v515h-163v70h410v-70h-163v-515h163v-71h-158c-51 -38 -74 -79 -74 -116c0 -35 27 -51 54 -51c22 0 38 10 50 21l25 -43c-23 -20 -53 -36 -91 -36z" />
+    <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM268 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni1ECA" unicode="&#x1eca;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM300 705c-93 0 -138 59 -146 129l50 8c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" 
+d="M276 -12c-73 0 -150 34 -195 109l52 51c37 -59 90 -87 141 -87c94 0 136 48 136 156v370h-275v70h358v-447c0 -122 -54 -222 -217 -222zM212 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni0136" unicode="&#x136;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84zM251 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E32" unicode="&#x1e32;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84zM338 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E34" unicode="&#x1e34;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84zM205 -170v57h266v-57h-266z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" 
+d="M134 0v656h82v-585h325v-71h-407zM160 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" 
+d="M134 0v656h82v-585h325v-71h-407zM382 514l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni013B" unicode="&#x13b;" 
+d="M134 0v656h82v-585h325v-71h-407zM262 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E36" unicode="&#x1e36;" 
+d="M134 0v656h82v-585h325v-71h-407zM349 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E38" unicode="&#x1e38;" 
+d="M134 0v656h82v-585h325v-71h-407zM55 735v57h268v-57h-268zM349 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E3A" unicode="&#x1e3a;" 
+d="M134 0v656h82v-585h325v-71h-407zM216 -170v57h266v-57h-266z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" 
+d="M39 181l-29 53l124 66v356h82v-319l211 113l29 -53l-240 -128v-198h325v-71h-407v233z" />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" 
+d="M134 0v656h82v-585h325v-71h-407zM467 286c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E3E" unicode="&#x1e3e;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328c0 64 10 176 14 232h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2c6 -56 14 -168 14 -232v-328h-78zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni1E40" unicode="&#x1e40;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328c0 64 10 176 14 232h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2c6 -56 14 -168 14 -232v-328h-78zM300 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni1E42" unicode="&#x1e42;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328c0 64 10 176 14 232h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2c6 -56 14 -168 14 -232v-328h-78zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM281 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni01F8" unicode="&#x1f8;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM339 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM267 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM385 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4
+c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="uni0145" unicode="&#x145;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM213 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E44" unicode="&#x1e44;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM310 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni1E46" unicode="&#x1e46;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E48" unicode="&#x1e48;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80zM167 -170v57h266v-57h-266z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4
+z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM375 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66
+l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50
+s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM228 703l-43 21l92 152l57 -32zM388 703l-43 21l93 152
+l56 -32z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM300 705c-93 0 -138 59 -146 129l50 8
+c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129z" />
+    <glyph glyph-name="uni01D1" unicode="&#x1d1;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26
+l-105 -113h-86z" />
+    <glyph glyph-name="uni01EA" unicode="&#x1ea;" 
+d="M318 -225c-59 0 -103 30 -103 91c0 53 34 92 71 123c-155 12 -238 154 -238 342c0 210 104 337 252 337s252 -128 252 -337c0 -175 -65 -284 -181 -333c-61 -26 -92 -73 -92 -114c0 -35 27 -51 55 -51c21 0 37 10 50 21l25 -43c-23 -20 -53 -36 -91 -36zM300 60
+c100 0 166 99 166 271c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -172 66 -271 166 -271z" />
+    <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64
+s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1ECE" unicode="&#x1ece;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM268 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42
+l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4z
+M421 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4z
+M179 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4z
+M415 754l-11 35c25 6 45 15 45 36c0 26 -21 36 -71 39l9 42c78 -3 120 -27 120 -73c0 -51 -44 -71 -92 -79z" />
+    <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM205 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4z
+M366 839c-64 0 -87 50 -128 50c-24 0 -34 -17 -38 -46l-45 5c3 51 25 91 79 91c64 0 87 -49 128 -49c24 0 34 17 38 46l45 -5c-3 -52 -25 -92 -79 -92z" />
+    <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4
+zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="Ohorn" unicode="&#x1a0;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337c41 0 78 -9 111 -28c53 11 78 40 78 86c0 20 -6 42 -15 58l65 29c14 -22 23 -51 23 -81c0 -68 -40 -110 -104 -126c59 -57 94 -151 94 -275c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270
+c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270z" />
+    <glyph glyph-name="uni1EDA" unicode="&#x1eda;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337c41 0 78 -9 111 -28c53 11 78 40 78 86c0 20 -6 42 -15 58l65 29c14 -22 23 -51 23 -81c0 -68 -40 -110 -104 -126c59 -57 94 -151 94 -275c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270
+c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni1EDC" unicode="&#x1edc;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337c41 0 78 -9 111 -28c53 11 78 40 78 86c0 20 -6 42 -15 58l65 29c14 -22 23 -51 23 -81c0 -68 -40 -110 -104 -126c59 -57 94 -151 94 -275c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270
+c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni1EDE" unicode="&#x1ede;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337c41 0 78 -9 111 -28c53 11 78 40 78 86c0 20 -6 42 -15 58l65 29c14 -22 23 -51 23 -81c0 -68 -40 -110 -104 -126c59 -57 94 -151 94 -275c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270
+c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM268 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337c41 0 78 -9 111 -28c53 11 78 40 78 86c0 20 -6 42 -15 58l65 29c14 -22 23 -51 23 -81c0 -68 -40 -110 -104 -126c59 -57 94 -151 94 -275c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270
+c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM355 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337c41 0 78 -9 111 -28c53 11 78 40 78 86c0 20 -6 42 -15 58l65 29c14 -22 23 -51 23 -81c0 -68 -40 -110 -104 -126c59 -57 94 -151 94 -275c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270
+c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E52" unicode="&#x1e52;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM166 735v57h268v-57h-268zM282 827l-31 38l121 103
+l39 -48z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" 
+d="M300 -12c-60 0 -112 21 -154 60l-54 -80l-56 36l67 98c-35 57 -55 135 -55 229c0 212 104 337 252 337c59 0 110 -20 152 -57l52 77l56 -36l-64 -94c36 -56 56 -133 56 -227c0 -215 -104 -343 -252 -343zM134 331c0 -59 8 -109 23 -150l249 364c-28 32 -64 50 -106 50
+c-100 0 -166 -99 -166 -264zM300 61c100 0 166 102 166 270c0 59 -8 109 -24 149l-250 -365c28 -35 65 -54 108 -54z" />
+    <glyph glyph-name="Oslashacute" unicode="&#x1fe;" 
+d="M300 -12c-60 0 -112 21 -154 60l-54 -80l-56 36l67 98c-35 57 -55 135 -55 229c0 212 104 337 252 337c59 0 110 -20 152 -57l52 77l56 -36l-64 -94c36 -56 56 -133 56 -227c0 -215 -104 -343 -252 -343zM134 331c0 -59 8 -109 23 -150l249 364c-28 32 -64 50 -106 50
+c-100 0 -166 -99 -166 -264zM300 61c100 0 166 102 166 270c0 59 -8 109 -24 149l-250 -365c28 -35 65 -54 108 -54zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="OE" unicode="&#x152;" 
+d="M296 0c-165 0 -263 122 -263 331c0 208 100 326 266 326h282v-70h-194v-207h148v-71h-148v-238h204v-71h-295zM289 68h22v520h-22c-114 0 -170 -91 -170 -257c0 -167 56 -263 170 -263z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244zM275 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244zM261 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni1E58" unicode="&#x1e58;" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244zM304 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z
+" />
+    <glyph glyph-name="uni0156" unicode="&#x156;" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244zM233 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77
+c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E5A" unicode="&#x1e5a;" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244zM320 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z
+" />
+    <glyph glyph-name="uni1E5C" unicode="&#x1e5c;" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244zM170 735v57h268v-57h-268zM320 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64
+c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E5E" unicode="&#x1e5e;" 
+d="M100 0v656h204c133 0 229 -48 229 -184c0 -102 -58 -163 -147 -186l167 -286h-95l-158 277h-117v-277h-83zM183 345h109c102 0 158 42 158 127c0 86 -56 117 -158 117h-109v-244zM187 -170v57h266v-57h-266z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187zM287 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187zM204 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187zM273 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Scarondot" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187zM316 821c-29 0 -52 21 -52 52s23 52 52 52s52 -21 52 -52s-23 -52 -52 -52zM273 706l-108 109l28 30l121 -92h4l121 92l28 -30l-108 -109h-86z" />
+    <glyph glyph-name="uni015E" unicode="&#x15e;" 
+d="M232 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l32 76c-89 5 -166 42 -221 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54
+c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109l92 -40c81 -33 145 -78 145 -175c0 -94 -72 -171 -193 -185l-20 -54c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni0218" unicode="&#x218;" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187zM226 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E60" unicode="&#x1e60;" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187zM316 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni1E62" unicode="&#x1e62;" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187zM313 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E9E" unicode="&#x1e9e;" 
+d="M390 -12c-65 0 -124 27 -161 73l40 53c33 -38 67 -56 114 -56c61 0 99 46 99 109c0 64 -35 117 -172 143l-6 54l124 154c-23 55 -66 81 -123 81c-86 0 -143 -59 -143 -186v-413h-84v428c0 147 87 240 227 240c111 0 178 -61 210 -154l-121 -151
+c132 -40 175 -105 175 -196c0 -102 -67 -179 -179 -179z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni0162" unicode="&#x162;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-14l-23 -64c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l37 88h-16z" />
+    <glyph glyph-name="uni021A" unicode="&#x21a;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM213 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E6C" unicode="&#x1e6c;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E6E" unicode="&#x1e6e;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM167 -170v57h266v-57h-266z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" 
+d="M116 306v58l90 4h52v218h-216v70h516v-70h-216v-218h142v-62h-142v-306h-84v306h-142z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM375 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4
+c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50
+s-22 -51 -51 -51z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM300 705c-93 0 -138 59 -146 129l50 8c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM300 699c-56 0 -97 36 -97 90c0 55 41 91 97 91c55 0 97 -36 97 -91c0 -54 -42 -90 -97 -90zM300 735c27 0 51 19 51 54
+c0 34 -24 54 -51 54c-29 0 -52 -20 -52 -54c0 -35 23 -54 52 -54z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM228 703l-43 21l92 152l57 -32zM388 703l-43 21l93 152l56 -32z" />
+    <glyph glyph-name="uni01D3" unicode="&#x1d3;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" 
+d="M318 -225c-59 0 -103 30 -103 91c0 57 40 99 67 123c-124 7 -203 88 -203 259v408h84v-410c0 -136 58 -185 137 -185s140 49 140 185v410h81v-408c0 -141 -48 -212 -138 -248c-79 -32 -104 -76 -104 -116c0 -35 27 -51 55 -51c21 0 37 10 50 21l25 -43
+c-23 -20 -53 -36 -91 -36z" />
+    <glyph glyph-name="uni01D5" unicode="&#x1d5;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45
+s45 -19 45 -45c0 -27 -19 -46 -45 -46zM166 861v46h268v-46h-268z" />
+    <glyph glyph-name="uni01D7" unicode="&#x1d7;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45
+s45 -19 45 -45c0 -27 -19 -46 -45 -46zM299 823l-37 26l95 119l53 -36z" />
+    <glyph glyph-name="uni01D9" unicode="&#x1d9;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45
+s45 -19 45 -45c0 -27 -19 -46 -45 -46zM264 839l-99 96l33 27l100 -75h4l100 75l33 -27l-99 -96h-72z" />
+    <glyph glyph-name="uni01DB" unicode="&#x1db;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45
+s45 -19 45 -45c0 -27 -19 -46 -45 -46zM301 823l-111 109l53 36l95 -119z" />
+    <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h81v-408c0 -188 -92 -260 -220 -260zM268 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="Uhorn" unicode="&#x1af;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h33c54 7 84 27 84 83c0 20 -6 42 -15 58l65 28c14 -22 23 -50 23 -80c0 -77 -48 -111 -109 -125v-372c0 -188 -92 -260 -220 -260z" />
+    <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h33c54 7 84 27 84 83c0 20 -6 42 -15 58l65 28c14 -22 23 -50 23 -80c0 -77 -48 -111 -109 -125v-372c0 -188 -92 -260 -220 -260zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni1EEA" unicode="&#x1eea;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h33c54 7 84 27 84 83c0 20 -6 42 -15 58l65 28c14 -22 23 -50 23 -80c0 -77 -48 -111 -109 -125v-372c0 -188 -92 -260 -220 -260zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni1EEC" unicode="&#x1eec;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h33c54 7 84 27 84 83c0 20 -6 42 -15 58l65 28c14 -22 23 -50 23 -80c0 -77 -48 -111 -109 -125v-372c0 -188 -92 -260 -220 -260zM268 698l-9 38c32 9 56 21 56 46
+c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni1EEE" unicode="&#x1eee;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h33c54 7 84 27 84 83c0 20 -6 42 -15 58l65 28c14 -22 23 -50 23 -80c0 -77 -48 -111 -109 -125v-372c0 -188 -92 -260 -220 -260zM375 709c-75 0 -101 71 -148 71
+c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" 
+d="M301 -12c-129 0 -222 72 -222 260v408h84v-410c0 -136 59 -185 138 -185s139 49 139 185v410h33c54 7 84 27 84 83c0 20 -6 42 -15 58l65 28c14 -22 23 -50 23 -80c0 -77 -48 -111 -109 -125v-372c0 -188 -92 -260 -220 -260zM300 -215c-37 0 -66 25 -66 64
+c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E7E" unicode="&#x1e7e;" 
+d="M252 0l-209 656h88l106 -354c23 -78 39 -140 63 -217h4c24 77 41 139 63 217l105 354h85l-208 -656h-97zM302 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="Wgrave" unicode="&#x1e80;" 
+d="M110 0l-100 657h94l48 -412c6 -55 10 -87 13 -152h3c12 65 19 97 32 151l64 244h80l62 -244c14 -54 20 -86 32 -151h4c4 65 6 97 12 151l46 413h90l-96 -657h-104l-64 264c-10 40 -18 78 -24 118h-3c-7 -40 -13 -78 -23 -118l-64 -264h-102zM329 697l-152 115l47 55
+l141 -128z" />
+    <glyph glyph-name="Wacute" unicode="&#x1e82;" 
+d="M110 0l-100 657h94l48 -412c6 -55 10 -87 13 -152h3c12 65 19 97 32 151l64 244h80l62 -244c14 -54 20 -86 32 -151h4c4 65 6 97 12 151l46 413h90l-96 -657h-104l-64 264c-10 40 -18 78 -24 118h-3c-7 -40 -13 -78 -23 -118l-64 -264h-102zM271 697l-36 42l141 128
+l47 -55z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" 
+d="M110 0l-100 657h94l48 -412c6 -55 10 -87 13 -152h3c12 65 19 97 32 151l64 244h80l62 -244c14 -54 20 -86 32 -151h4c4 65 6 97 12 151l46 413h90l-96 -657h-104l-64 264c-10 40 -18 78 -24 118h-3c-7 -40 -13 -78 -23 -118l-64 -264h-102zM188 699l-36 26l105 113h86
+l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Wdieresis" unicode="&#x1e84;" 
+d="M110 0l-100 657h94l48 -412c6 -55 10 -87 13 -152h3c12 65 19 97 32 151l64 244h80l62 -244c14 -54 20 -86 32 -151h4c4 65 6 97 12 151l46 413h90l-96 -657h-104l-64 264c-10 40 -18 78 -24 118h-3c-7 -40 -13 -78 -23 -118l-64 -264h-102zM209 715c-29 0 -51 21 -51 51
+s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="Ygrave" unicode="&#x1ef2;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="uni1E8E" unicode="&#x1e8e;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM300 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM268 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM375 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4
+c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM288 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM274 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM317 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni1E90" unicode="&#x1e90;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM205 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni1E92" unicode="&#x1e92;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM310 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E94" unicode="&#x1e94;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM177 -170v57h266v-57h-266z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" 
+d="M87 0v314h-75v56l75 6v280h162c197 0 304 -117 304 -325c0 -209 -107 -331 -300 -331h-166zM170 68h73c149 0 223 97 223 263c0 165 -74 257 -223 257h-73v-212h144v-62h-144v-246z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" 
+d="M101 0v656h84v-110h118c145 0 242 -50 242 -193c0 -139 -99 -203 -242 -203h-118v-150h-84zM185 218h107c115 0 170 41 170 135s-57 125 -170 125h-107v-260z" />
+    <glyph glyph-name="uni018F" unicode="&#x18f;" 
+d="M300 -12c-147 0 -241 135 -241 339c0 8 0 15 1 23h407c-5 157 -64 246 -170 246c-54 0 -99 -24 -132 -58l-40 57c41 42 99 73 176 73c155 0 249 -128 249 -338s-102 -342 -250 -342zM300 60c92 0 155 78 166 226h-325c10 -151 68 -226 159 -226z" />
+    <glyph glyph-name="Eng" unicode="&#x14a;" 
+d="M378 -12c-25 0 -57 5 -75 14l21 75c12 -6 26 -10 45 -10c54 0 94 60 94 268c0 197 -59 260 -148 260c-49 0 -110 -41 -147 -94v-501h-83v656h81v-77c43 49 103 89 167 89c124 0 216 -88 216 -333c0 -252 -63 -347 -171 -347z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" 
+d="M112 0v656h83v-656h-83zM351 -165c-31 0 -56 6 -74 13l16 66c14 -5 32 -10 49 -10c50 0 63 37 63 96v656h83v-659c0 -99 -38 -162 -137 -162z" />
+    <glyph glyph-name="uni004C00B7004C" 
+d="M68 0v656h76v-585h131v-71h-207zM246 272c-44 0 -78 32 -78 84s34 82 78 82s80 -30 80 -82s-36 -84 -80 -84zM348 0v656h76v-585h130v-71h-206z" />
+    <glyph glyph-name="uni01320301" 
+d="M112 0v656h83v-656h-83zM351 -165c-31 0 -56 6 -74 13l16 66c14 -5 32 -10 49 -10c50 0 63 37 63 96v656h83v-659c0 -99 -38 -162 -137 -162zM125 697l-36 42l141 128l47 -55zM417 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM341 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM299 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM200 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM392 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM223 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM417 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM187 601v57h266v-57h-266z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 569c-69 0 -110 42 -110 96s41 96 110 96s110 -42 110 -96s-41 -96 -110 -96zM320 606c32 0 57 26 57 59c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="aringacute" unicode="&#x1fb;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 569c-69 0 -110 42 -110 96c0 34 17 64 47 81l133 97l35 -50l-73 -35c49 -11 78 -48 78 -93c0 -54 -41 -96 -110 -96zM320 606c32 0 57 26 57 59c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="uni01CE" unicode="&#x1ce;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM279 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" 
+d="M456 -225c-58 0 -103 30 -103 93c0 60 43 105 95 137l-7 61h-3c-54 -42 -123 -78 -192 -78c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298
+c-72 -32 -101 -75 -101 -116c0 -38 29 -55 59 -55c22 0 40 9 52 21l24 -39c-23 -22 -55 -36 -93 -36zM268 54c55 0 110 26 165 72v128c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78z" />
+    <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM288 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM215 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM454 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM215 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM186 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM215 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM436 635l-9 35c25 7 42 18 42 39c0 26 -20 39 -69 41l7 41c78 -2 122 -26 122 -73c0 -53 -46 -72 -93 -83z" />
+    <glyph glyph-name="uni1EAB" unicode="&#x1eab;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM215 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM385 710c-58 0 -88 42 -126 42c-20 0 -28 -13 -33 -42l-43 4c5 52 25 89 72 89c59 0 88 -42 126 -42c20 0 28 13 33 42l43 -4c-5 -51 -25 -89 -72 -89z" />
+    <glyph glyph-name="uni1EAD" unicode="&#x1ead;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM200 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 571c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM315 679l-39 29l88 124l52 -40z" />
+    <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 571c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM325 679l-101 113l52 40l88 -124z" />
+    <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 571c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM293 682l-8 36c28 6 48 18 48 39c0 26 -22 39 -76 41l7 50c81 -2 129 -29 129 -82
+c0 -54 -50 -76 -100 -84z" />
+    <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 571c-98 0 -138 56 -144 107l47 8c5 -33 35 -68 97 -68s92 35 97 68l47 -8c-6 -51 -46 -107 -144 -107zM385 710c-58 0 -88 42 -126 42c-20 0 -28 -14 -33 -43l-47 5c5 51 27 88 76 88c59 0 88 -42 126 -42
+c20 0 28 14 33 42l47 -4c-5 -51 -27 -88 -76 -88z" />
+    <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" 
+d="M145 -12c-74 0 -128 50 -128 132c0 99 73 160 249 182c-3 95 -37 128 -88 128c-40 0 -83 -19 -114 -40l-31 56c40 26 95 52 152 52c58 0 100 -29 123 -100c33 71 86 100 140 100c101 0 149 -103 149 -222c0 -19 -2 -39 -4 -56h-261c5 -102 49 -165 125 -165
+c37 0 69 14 95 32l30 -56c-33 -24 -78 -43 -128 -43c-68 0 -118 32 -150 87c-47 -55 -100 -87 -159 -87zM167 54c37 0 81 24 116 69c-11 35 -17 75 -17 119v7c-135 -20 -173 -62 -173 -121c0 -47 30 -74 74 -74zM443 433c-50 0 -100 -41 -110 -149h197
+c-3 100 -31 149 -87 149z" />
+    <glyph glyph-name="aeacute" unicode="&#x1fd;" 
+d="M145 -12c-74 0 -128 50 -128 132c0 99 73 160 249 182c-3 95 -37 128 -88 128c-40 0 -83 -19 -114 -40l-31 56c40 26 95 52 152 52c58 0 100 -29 123 -100c33 71 86 100 140 100c101 0 149 -103 149 -222c0 -19 -2 -39 -4 -56h-261c5 -102 49 -165 125 -165
+c37 0 69 14 95 32l30 -56c-33 -24 -78 -43 -128 -43c-68 0 -118 32 -150 87c-47 -55 -100 -87 -159 -87zM167 54c37 0 81 24 116 69c-11 35 -17 75 -17 119v7c-135 -20 -173 -62 -173 -121c0 -47 30 -74 74 -74zM443 433c-50 0 -100 -41 -110 -149h197
+c-3 100 -31 149 -87 149zM295 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni01E3" unicode="&#x1e3;" 
+d="M145 -12c-74 0 -128 50 -128 132c0 99 73 160 249 182c-3 95 -37 128 -88 128c-40 0 -83 -19 -114 -40l-31 56c40 26 95 52 152 52c58 0 100 -29 123 -100c33 71 86 100 140 100c101 0 149 -103 149 -222c0 -19 -2 -39 -4 -56h-261c5 -102 49 -165 125 -165
+c37 0 69 14 95 32l30 -56c-33 -24 -78 -43 -128 -43c-68 0 -118 32 -150 87c-47 -55 -100 -87 -159 -87zM167 54c37 0 81 24 116 69c-11 35 -17 75 -17 119v7c-135 -20 -173 -62 -173 -121c0 -47 30 -74 74 -74zM443 433c-50 0 -100 -41 -110 -149h197
+c-3 100 -31 149 -87 149zM183 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni0180" unicode="&#x180;" 
+d="M320 -12c-47 0 -105 25 -151 66h-3l-7 -54h-66v562h-73v59l73 5v86h82v-86h213v-64h-213v-67l-3 -91h3c44 45 106 74 163 74c131 0 202 -93 202 -237c0 -160 -104 -253 -220 -253zM307 57c85 0 148 69 148 183c0 101 -40 169 -137 169c-43 0 -93 -23 -143 -73v-222
+c46 -41 97 -57 132 -57z" />
+    <glyph glyph-name="uni1E07" unicode="&#x1e07;" 
+d="M320 -12c-47 0 -105 25 -151 66h-3l-7 -54h-66v712h82v-194l-3 -94h3c44 45 106 74 163 74c131 0 202 -97 202 -247c0 -166 -104 -263 -220 -263zM307 57c85 0 148 73 148 193c0 107 -40 179 -137 179c-43 0 -93 -23 -143 -73v-242c46 -41 97 -57 132 -57zM177 -170v57
+h266v-57h-266z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" 
+d="M259 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l32 77c-136 12 -235 103 -235 253c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53
+c-48 -43 -106 -69 -169 -75l-19 -53c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" 
+d="M346 -12c-152 0 -266 93 -266 254c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53c-54 -48 -121 -76 -193 -76zM325 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" 
+d="M346 -12c-152 0 -266 93 -266 254c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53c-54 -48 -121 -76 -193 -76zM226 568l-35 32l114 140h82l114 -140l-35 -32
+l-118 113h-4z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" 
+d="M346 -12c-152 0 -266 93 -266 254c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53c-54 -48 -121 -76 -193 -76zM305 574l-114 140l35 32l118 -113h4l118 113
+l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" 
+d="M346 -12c-152 0 -266 93 -266 254c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53c-54 -48 -121 -76 -193 -76zM346 588c-37 0 -66 25 -66 64
+c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" 
+d="M254 -12c-120 0 -200 92 -200 254c0 158 100 256 210 256c55 0 96 -24 138 -63h3l-5 90v187h79v-712h-64l-7 64h-3c-39 -40 -93 -76 -151 -76zM271 57c45 0 87 25 129 73v242c-43 40 -80 57 -120 57c-80 0 -145 -75 -145 -186c0 -116 51 -186 136 -186zM548 548l-3 268
+h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni1E0D" unicode="&#x1e0d;" 
+d="M271 -12c-127 0 -211 92 -211 254c0 158 106 256 221 256c58 0 103 -23 145 -63h3l-4 90v187h82v-712h-68l-7 64h-3c-40 -41 -98 -76 -158 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 -215
+c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E0F" unicode="&#x1e0f;" 
+d="M271 -12c-127 0 -211 92 -211 254c0 158 106 256 221 256c58 0 103 -23 145 -63h3l-4 90v187h82v-712h-68l-7 64h-3c-40 -41 -98 -76 -158 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM171 -170v57h266
+v-57h-266z" />
+    <glyph glyph-name="uni1E11" unicode="&#x1e11;" 
+d="M288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM208 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l32 76c-123 4 -204 95 -204 254c0 158 106 256 221 256c58 0 103 -23 145 -63h3l-4 90v187h82v-712h-68
+l-7 64h-3c-29 -29 -66 -55 -107 -68l-22 -60c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" 
+d="M271 -12c-127 0 -211 88 -211 244c0 152 106 246 221 246c59 0 103 -24 145 -63h3l-4 90v57h-175v64h175v86h82v-86h73v-58l-73 -6v-562h-68l-7 64h-3c-40 -41 -98 -76 -158 -76zM288 57c48 0 94 25 137 73v222c-44 41 -86 57 -127 57c-85 0 -153 -72 -153 -176
+c0 -110 53 -176 143 -176z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM337 568
+l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM295 568
+l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM196 568
+l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM275 574
+l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM219 588
+c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM413 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM183 601
+v57h266v-57h-266z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM316 571
+c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" 
+d="M422 -225c-60 0 -103 30 -103 93c0 53 32 93 76 131c-34 -12 -55 -11 -65 -11c-146 0 -262 94 -262 254s118 256 248 256c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-102 -72 -138 -110 -138 -162
+c0 -37 28 -55 59 -55c23 0 40 9 53 21l24 -39c-24 -22 -56 -36 -94 -36zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM316 588
+c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM316 -215
+c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM284 572
+l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM388 577
+c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM211 570
+l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM450 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM211 570
+l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM182 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM211 570
+l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM432 635l-9 35c25 7 42 18 42 39c0 26 -20 39 -69 41l7 41c78 -2 122 -26 122 -73c0 -53 -46 -72 -93 -83z" />
+    <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM211 570
+l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM381 710c-58 0 -88 42 -126 42c-20 0 -28 -13 -33 -42l-43 4c5 52 25 89 72 89c59 0 88 -42 126 -42c20 0 28 13 33 42l43 -4c-5 -51 -25 -89 -72 -89z" />
+    <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM196 568
+l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4zM316 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E17" unicode="&#x1e17;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM183 601
+v57h266v-57h-266zM282 705l-32 39l135 99l38 -49z" />
+    <glyph glyph-name="uni01F5" unicode="&#x1f5;" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM286 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM187 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM307 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM307 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni0123" unicode="&#x123;" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM346 575c-87 10 -117 32 -117 77c0 58 59 86 165 92l8 -41c-84 -5 -109 -20 -109 -48c0 -26 25 -38 71 -42z" />
+    <glyph glyph-name="gcaron" unicode="&#x1e7;" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM266 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni1E21" unicode="&#x1e21;" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM174 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni00670303" 
+d="M296 -224c-142 0 -224 49 -224 135c0 39 28 78 80 108v4c-26 14 -50 39 -50 80c0 31 21 66 58 91v4c-33 25 -60 68 -60 126c0 106 88 174 191 174c28 0 51 -4 72 -12h201v-67h-126c22 -23 41 -59 41 -98c0 -104 -83 -167 -188 -167c-25 0 -55 6 -82 18
+c-24 -15 -38 -33 -38 -56c0 -38 37 -56 101 -56h109c125 0 185 -32 185 -114c0 -91 -105 -170 -270 -170zM291 209c62 0 112 45 112 115c0 68 -50 114 -112 114c-61 0 -112 -46 -112 -114c0 -70 51 -115 112 -115zM302 -164c113 0 183 47 183 97c0 46 -37 59 -111 59h-95
+c-28 0 -53 2 -74 8c-46 -25 -62 -53 -62 -81c0 -51 55 -83 159 -83zM379 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM19 759l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni1E27" unicode="&#x1e27;" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM40 775c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM222 775c-29 0 -50 21 -50 51s21 50 50 50
+s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="uni1E25" unicode="&#x1e25;" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM314 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E96" unicode="&#x1e96;" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM181 -170v57h266v-57h-266z" />
+    <glyph glyph-name="uni1E29" unicode="&#x1e29;" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-13l-23 -64c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l37 88h-15z" />
+    <glyph glyph-name="uni1E2B" unicode="&#x1e2b;" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM314 -231c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" 
+d="M93 0v562h-73v58l73 6v86h82v-86h213v-64h-213v-64l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-282h-82v271c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-319h-82z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" 
+d="M316 0v419h-226v67h308v-486h-82zM369 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" 
+d="M316 0v419h-226v67h308v-486h-82zM327 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" 
+d="M316 0v419h-226v67h308v-486h-82zM228 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" 
+d="M316 0v419h-226v67h308v-486h-82zM420 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" 
+d="M316 0v419h-226v67h308v-486h-82zM251 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM445 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" 
+d="M316 0v419h-226v67h308v-486h-82zM215 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni01D0" unicode="&#x1d0;" 
+d="M316 0v419h-226v67h308v-486h-82zM307 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" 
+d="M353 -225c-59 0 -104 30 -104 93c0 56 39 100 86 132h-19v419h-226v67h308v-491c-59 -29 -88 -71 -88 -111c0 -37 28 -55 60 -55c21 0 38 9 52 21l24 -39c-24 -22 -56 -36 -93 -36zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z
+" />
+    <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" 
+d="M316 0v419h-226v67h308v-486h-82zM316 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" 
+d="M316 0v419h-226v67h308v-486h-82zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64zM348 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" 
+d="M316 0v419h-226v67h308v-486h-82zM348 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" 
+d="M316 0v419h-226v67h308v-486h-82z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" 
+d="M194 -217c-51 0 -100 14 -139 33l27 61c35 -17 74 -27 111 -27c97 0 123 49 123 132v437h-226v67h308v-498c0 -120 -47 -205 -204 -205zM228 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="uni0137" unicode="&#x137;" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82zM248 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E33" unicode="&#x1e33;" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82zM335 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E35" unicode="&#x1e35;" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82zM202 -170v57h266v-57h-266z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" 
+d="M106 0v486h82v-256l3 1l263 255h94l-194 -193l220 -293h-92l-179 240l-115 -110v-130h-82z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29zM256 757l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29zM404 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni013C" unicode="&#x13c;" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29zM298 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E37" unicode="&#x1e37;" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29zM385 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E39" unicode="&#x1e39;" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29zM151 795v57h268v-57h-268zM385 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E3B" unicode="&#x1e3b;" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29zM252 -170v57h266v-57h-266z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" 
+d="M407 -12c-103 0 -160 60 -160 175v172l-108 -64l-29 54l137 80v240h-173v67h255v-269l148 84l28 -54l-176 -100v-216c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29z" />
+    <glyph glyph-name="ldot" unicode="&#x140;" 
+d="M368 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29zM569 285c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E3F" unicode="&#x1e3f;" 
+d="M58 0v486h66l7 -64h2c25 45 55 76 111 76c48 0 78 -28 92 -84c28 52 58 84 114 84c68 0 108 -53 108 -150v-348h-82v342c0 56 -16 85 -52 85c-34 0 -52 -25 -78 -75v-352h-76v342c0 56 -14 85 -50 85c-34 0 -56 -25 -80 -75v-352h-82zM294 568l-43 41l142 168l58 -56z
+" />
+    <glyph glyph-name="uni1E41" unicode="&#x1e41;" 
+d="M58 0v486h66l7 -64h2c25 45 55 76 111 76c48 0 78 -28 92 -84c28 52 58 84 114 84c68 0 108 -53 108 -150v-348h-82v342c0 56 -16 85 -52 85c-34 0 -52 -25 -78 -75v-352h-76v342c0 56 -14 85 -50 85c-34 0 -56 -25 -80 -75v-352h-82zM315 588c-37 0 -66 25 -66 64
+c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E43" unicode="&#x1e43;" 
+d="M58 0v486h66l7 -64h2c25 45 55 76 111 76c48 0 78 -28 92 -84c28 52 58 84 114 84c68 0 108 -53 108 -150v-348h-82v342c0 56 -16 85 -52 85c-34 0 -52 -25 -78 -75v-352h-76v342c0 56 -14 85 -50 85c-34 0 -56 -25 -80 -75v-352h-82zM308 -215c-37 0 -66 25 -66 64
+c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM297 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni01F9" unicode="&#x1f9;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM339 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM277 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM390 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4
+c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni0146" unicode="&#x146;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM226 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E45" unicode="&#x1e45;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM318 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E47" unicode="&#x1e47;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM313 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E49" unicode="&#x1e49;" 
+d="M93 0v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82zM180 -170v57h266v-57h-266z" />
+    <glyph glyph-name="napostrophe" unicode="&#x149;" 
+d="M196 0v486h68l7 -76h4c47 49 97 88 168 88c105 0 155 -66 155 -190v-308h-83v297c0 88 -29 130 -98 130c-52 0 -87 -28 -139 -81v-346h-82zM6 350l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78c53 0 90 -45 90 -121
+c0 -100 -54 -182 -143 -228z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z
+" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM372 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3
+c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM203 588c-32 0 -55 24 -55 56c0 31 23 56 55 56
+s55 -25 55 -56c0 -32 -23 -56 -55 -56zM397 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM167 601v57h266v-57h-266z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM243 568l-46 21l87 172l58 -28zM394 568l-46 21l87 172
+l58 -28z" />
+    <glyph glyph-name="uni01D2" unicode="&#x1d2;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM259 574l-114 140l35 32l118 -113h4l118 113l35 -32
+l-114 -140h-82z" />
+    <glyph glyph-name="uni01EB" unicode="&#x1eb;" 
+d="M324 -225c-57 0 -101 30 -101 93c0 52 33 93 68 121c-133 6 -231 103 -231 253c0 163 112 256 240 256s240 -93 240 -256c0 -135 -68 -200 -171 -245c-54 -24 -85 -72 -85 -113c0 -38 29 -55 57 -55c25 0 42 10 54 21l24 -39c-23 -21 -54 -36 -95 -36zM300 55
+c93 0 155 75 155 187s-62 188 -155 188s-155 -76 -155 -188s62 -187 155 -187z" />
+    <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64
+s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM268 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54
+c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4z
+M434 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4z
+M166 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4z
+M416 635l-9 35c25 7 42 18 42 39c0 26 -20 39 -69 41l7 41c78 -2 122 -26 122 -73c0 -53 -46 -72 -93 -83z" />
+    <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM195 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4z
+M365 710c-58 0 -88 42 -126 42c-20 0 -28 -13 -33 -42l-43 4c5 52 25 89 72 89c59 0 88 -42 126 -42c20 0 28 13 33 42l43 -4c-5 -51 -25 -89 -72 -89z" />
+    <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z
+M300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM300 571c-107 0 -151 77 -156 151l51 8
+c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="uni1E53" unicode="&#x1e53;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM167 601v57h266v-57h-266zM266 705l-32 39l135 99l38 -49z
+" />
+    <glyph glyph-name="ohorn" unicode="&#x1a1;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256c36 0 70 -7 101 -21c55 12 86 42 86 99c0 20 -5 42 -15 58l64 30c14 -23 23 -52 23 -82c0 -77 -49 -118 -107 -137c53 -43 88 -112 88 -203c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186
+c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186z" />
+    <glyph glyph-name="uni1EDB" unicode="&#x1edb;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256c36 0 70 -7 101 -21c55 12 86 42 86 99c0 20 -5 42 -15 58l64 30c14 -23 23 -52 23 -82c0 -77 -49 -118 -107 -137c53 -43 88 -112 88 -203c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186
+c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni1EDD" unicode="&#x1edd;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256c36 0 70 -7 101 -21c55 12 86 42 86 99c0 20 -5 42 -15 58l64 30c14 -23 23 -52 23 -82c0 -77 -49 -118 -107 -137c53 -43 88 -112 88 -203c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186
+c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni1EDF" unicode="&#x1edf;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256c36 0 70 -7 101 -21c55 12 86 42 86 99c0 20 -5 42 -15 58l64 30c14 -23 23 -52 23 -82c0 -77 -49 -118 -107 -137c53 -43 88 -112 88 -203c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186
+c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM268 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256c36 0 70 -7 101 -21c55 12 86 42 86 99c0 20 -5 42 -15 58l64 30c14 -23 23 -52 23 -82c0 -77 -49 -118 -107 -137c53 -43 88 -112 88 -203c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186
+c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM352 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256c36 0 70 -7 101 -21c55 12 86 42 86 99c0 20 -5 42 -15 58l64 30c14 -23 23 -52 23 -82c0 -77 -49 -118 -107 -137c53 -43 88 -112 88 -203c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186
+c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" 
+d="M300 -12c-51 0 -100 15 -140 43l-52 -61l-46 42l53 62c-34 42 -55 99 -55 168c0 163 112 256 240 256c51 0 100 -15 140 -43l52 61l46 -42l-53 -62c34 -42 55 -100 55 -170c0 -161 -112 -254 -240 -254zM145 242c0 -40 8 -76 23 -106l224 263c-24 21 -56 33 -92 33
+c-93 0 -155 -78 -155 -190zM300 54c93 0 155 77 155 188c0 41 -8 78 -23 107l-225 -263c25 -20 57 -32 93 -32z" />
+    <glyph glyph-name="oslashacute" unicode="&#x1ff;" 
+d="M300 -12c-51 0 -100 15 -140 43l-52 -61l-46 42l53 62c-34 42 -55 99 -55 168c0 163 112 256 240 256c51 0 100 -15 140 -43l52 61l46 -42l-53 -62c34 -42 55 -100 55 -170c0 -161 -112 -254 -240 -254zM145 242c0 -40 8 -76 23 -106l224 263c-24 21 -56 33 -92 33
+c-93 0 -155 -78 -155 -190zM300 54c93 0 155 77 155 188c0 41 -8 78 -23 107l-225 -263c25 -20 57 -32 93 -32zM279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="oe" unicode="&#x153;" 
+d="M188 56c58 0 96 76 96 187s-38 187 -96 187c-65 0 -100 -75 -100 -188c0 -111 35 -186 100 -186zM183 -12c-98 0 -172 93 -172 254c0 163 75 256 173 256c61 0 105 -38 131 -120c26 82 76 120 138 120c96 0 144 -102 144 -222c0 -19 -2 -39 -4 -56h-246
+c6 -111 54 -165 119 -165c34 0 60 14 86 32l30 -56c-31 -24 -73 -43 -119 -43c-65 0 -120 36 -147 117c-28 -81 -72 -117 -133 -117zM446 433c-52 0 -91 -50 -98 -149h182c-3 100 -31 149 -84 149z" />
+    <glyph glyph-name="racute" unicode="&#x155;" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82zM325 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0157" unicode="&#x157;" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82zM110 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82zM305 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni1E59" unicode="&#x1e59;" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82zM346 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E5B" unicode="&#x1e5b;" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82zM197 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E5D" unicode="&#x1e5d;" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82zM213 601v57h266v-57h-266zM197 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E5F" unicode="&#x1e5f;" 
+d="M146 0v486h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-285h-82zM64 -170v57h266v-57h-266z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145zM282 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145zM183 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145zM262 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="scarondot" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145zM303 701c-32 0 -56 22 -56 56s24 56 56 56s56 -22 56 -56s-24 -56 -56 -56zM262 574l-114 140l31 28l122 -115h4l122 115l31 -28l-114 -140h-82z" />
+    <glyph glyph-name="uni015F" unicode="&#x15f;" 
+d="M227 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l32 77c-84 6 -159 38 -212 75l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51
+c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81c162 -35 201 -76 201 -150s-67 -136 -188 -144l-19 -53c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni0219" unicode="&#x219;" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145zM222 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E61" unicode="&#x1e61;" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145zM303 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E63" unicode="&#x1e63;" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145zM309 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" 
+d="M401 -12c-56 0 -102 17 -144 45l33 58c37 -26 70 -39 109 -39c56 0 87 37 87 78c0 116 -202 95 -202 234c0 91 90 122 90 207c0 49 -31 86 -86 86c-73 0 -118 -51 -118 -150v-507h-82v519c0 123 76 205 201 205c106 0 164 -69 164 -148c0 -100 -90 -133 -90 -202
+c0 -97 201 -79 201 -237c0 -84 -64 -149 -163 -149z" />
+    <glyph glyph-name="longs" unicode="&#x17f;" 
+d="M242 0v419h-139v62l139 5v41c0 119 62 197 196 197c48 0 94 -9 140 -28l-19 -62c-40 18 -71 23 -113 23c-87 0 -123 -48 -123 -127v-530h-81z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" 
+d="M394 -12c-142 0 -188 81 -188 201v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-44 -16 -91 -29 -152 -29zM399 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni0163" unicode="&#x163;" 
+d="M302 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l32 78c-114 13 -152 90 -152 199v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-39 -14 -81 -26 -133 -29l-19 -52c46 -11 73 -30 73 -71
+c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni021B" unicode="&#x21b;" 
+d="M394 -12c-142 0 -188 81 -188 201v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-44 -16 -91 -29 -152 -29zM292 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77
+c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E6D" unicode="&#x1e6d;" 
+d="M394 -12c-142 0 -188 81 -188 201v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-44 -16 -91 -29 -152 -29zM379 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E6F" unicode="&#x1e6f;" 
+d="M394 -12c-142 0 -188 81 -188 201v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-44 -16 -91 -29 -152 -29zM246 -170v57h266v-57h-266z" />
+    <glyph glyph-name="uni1E97" unicode="&#x1e97;" 
+d="M394 -12c-142 0 -188 81 -188 201v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-44 -16 -91 -29 -152 -29zM165 723c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM359 723
+c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" 
+d="M70 220v58l136 6v135h-137v62l140 5l11 156h68v-156h239v-67h-239v-135h220v-64h-220v-32c0 -87 29 -133 123 -133c46 0 82 9 117 22l18 -60c-44 -16 -91 -29 -152 -29c-142 0 -188 81 -188 201v31h-136z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM316 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM274 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM175 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM367 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79
+l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM198 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM392 588c-32 0 -55 24 -55 56
+c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM162 601v57h266v-57h-266z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM295 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM295 569c-69 0 -110 42 -110 96s41 96 110 96s110 -42 110 -96s-41 -96 -110 -96zM295 606c32 0 57 26 57 59
+c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM238 568l-46 21l87 172l58 -28zM389 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="uni01D4" unicode="&#x1d4;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM254 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" 
+d="M446 -225c-58 0 -103 30 -103 93c0 57 43 100 95 132l-7 85h-4c-49 -57 -106 -97 -181 -97c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-491c-72 -32 -101 -72 -101 -111c0 -37 29 -55 59 -55c22 0 40 9 52 21l24 -39
+c-23 -22 -55 -36 -93 -36z" />
+    <glyph glyph-name="uni01D6" unicode="&#x1d6;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM199 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM391 588c-26 0 -45 20 -45 45
+c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM161 750v47h267v-47h-267z" />
+    <glyph glyph-name="uni01D8" unicode="&#x1d8;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM199 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM391 588c-26 0 -45 20 -45 45
+c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM288 705l-35 24l82 115l49 -34z" />
+    <glyph glyph-name="uni01DA" unicode="&#x1da;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM199 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM391 588c-26 0 -45 20 -45 45
+c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM261 720l-94 92l30 28l96 -73h4l96 73l30 -28l-94 -92h-68z" />
+    <glyph glyph-name="uni01DC" unicode="&#x1dc;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM199 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM391 588c-26 0 -45 20 -45 45
+c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM302 705l-96 105l49 34l82 -115z" />
+    <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM307 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h82v-486h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM263 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uhorn" unicode="&#x1b0;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h16c48 7 86 30 86 96c0 20 -4 42 -14 58l64 30c14 -22 23 -52 23 -82c0 -77 -46 -113 -93 -131v-457h-67l-7 85h-4c-49 -57 -106 -97 -181 -97z" />
+    <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h16c48 7 86 30 86 96c0 20 -4 42 -14 58l64 30c14 -22 23 -52 23 -82c0 -77 -46 -113 -93 -131v-457h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM274 568l-43 41l142 168
+l58 -56z" />
+    <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h16c48 7 86 30 86 96c0 20 -4 42 -14 58l64 30c14 -22 23 -52 23 -82c0 -77 -46 -113 -93 -131v-457h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM316 568l-157 153l58 56
+l142 -168z" />
+    <glyph glyph-name="uni1EED" unicode="&#x1eed;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h16c48 7 86 30 86 96c0 20 -4 42 -14 58l64 30c14 -22 23 -52 23 -82c0 -77 -46 -113 -93 -131v-457h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM263 572l-9 40
+c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1EEF" unicode="&#x1eef;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h16c48 7 86 30 86 96c0 20 -4 42 -14 58l64 30c14 -22 23 -52 23 -82c0 -77 -46 -113 -93 -131v-457h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM359 577
+c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" 
+d="M246 -12c-116 0 -169 68 -169 196v302h83v-291c0 -92 31 -136 112 -136c56 0 97 27 151 90v337h16c48 7 86 30 86 96c0 20 -4 42 -14 58l64 30c14 -22 23 -52 23 -82c0 -77 -46 -113 -93 -131v-457h-67l-7 85h-4c-49 -57 -106 -97 -181 -97zM307 -215
+c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E7F" unicode="&#x1e7f;" 
+d="M256 0l-205 486h83l112 -276c20 -49 38 -97 55 -143h4c17 46 33 94 53 143l112 276h79l-201 -486h-92zM300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="wgrave" unicode="&#x1e81;" 
+d="M114 0l-106 486h82l58 -282c9 -46 16 -88 22 -134h4c6 46 17 89 28 134l60 252h82l58 -252c11 -46 24 -88 30 -134h4c8 46 13 88 22 134l58 282h76l-104 -486h-106l-56 232c-8 34 -16 82 -24 144h-4c-8 -62 -16 -110 -24 -144l-54 -232h-106zM321 568l-157 153l58 56
+l142 -168z" />
+    <glyph glyph-name="wacute" unicode="&#x1e83;" 
+d="M114 0l-106 486h82l58 -282c9 -46 16 -88 22 -134h4c6 46 17 89 28 134l60 252h82l58 -252c11 -46 24 -88 30 -134h4c8 46 13 88 22 134l58 282h76l-104 -486h-106l-56 232c-8 34 -16 82 -24 144h-4c-8 -62 -16 -110 -24 -144l-54 -232h-106zM279 568l-43 41l142 168
+l58 -56z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" 
+d="M114 0l-106 486h82l58 -282c9 -46 16 -88 22 -134h4c6 46 17 89 28 134l60 252h82l58 -252c11 -46 24 -88 30 -134h4c8 46 13 88 22 134l58 282h76l-104 -486h-106l-56 232c-8 34 -16 82 -24 144h-4c-8 -62 -16 -110 -24 -144l-54 -232h-106zM180 568l-35 32l114 140h82
+l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="wdieresis" unicode="&#x1e85;" 
+d="M114 0l-106 486h82l58 -282c9 -46 16 -88 22 -134h4c6 46 17 89 28 134l60 252h82l58 -252c11 -46 24 -88 30 -134h4c8 46 13 88 22 134l58 282h76l-104 -486h-106l-56 232c-8 34 -16 82 -24 144h-4c-8 -62 -16 -110 -24 -144l-54 -232h-106zM203 588
+c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM397 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="ygrave" unicode="&#x1ef3;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM325 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM283 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM184 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM207 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56
+c0 -32 -23 -56 -55 -56zM401 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="uni1E8F" unicode="&#x1e8f;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM304 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64
+c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM458 -211c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64
+c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM272 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54
+c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM376 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3
+c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM301 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM281 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM322 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E91" unicode="&#x1e91;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM202 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="uni1E93" unicode="&#x1e93;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM314 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E95" unicode="&#x1e95;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM181 -170v57h266v-57h-266z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" 
+d="M298 -12c-126 0 -238 89 -238 234c0 136 96 225 228 225c62 0 122 -30 159 -80c-18 88 -57 153 -115 205l-152 -78l-30 52l130 66c-34 24 -73 45 -115 66l38 52c51 -24 100 -51 144 -84l137 70l30 -50l-118 -61c84 -81 140 -190 140 -348c0 -160 -92 -269 -238 -269z
+M300 56c106 0 157 82 157 198c0 15 0 30 -1 44c-47 62 -104 85 -156 85c-107 0 -163 -69 -163 -161c0 -100 74 -166 163 -166z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" 
+d="M93 -205v917h82v-201l-3 -87h3c45 45 105 74 162 74c131 0 203 -97 203 -248c0 -165 -106 -262 -221 -262c-48 0 -102 25 -144 63h-3l3 -92v-164h-82zM305 57c85 0 150 73 150 193c0 107 -41 179 -138 179c-43 0 -92 -23 -142 -73v-242c46 -41 96 -57 130 -57z" />
+    <glyph glyph-name="eng" unicode="&#x14b;" 
+d="M387 -183c-30 0 -58 7 -76 14l16 63c14 -5 32 -10 51 -10c50 0 63 39 63 102v305c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82v486h68l7 -83h4c51 54 107 95 183 95c115 0 168 -68 168 -196v-316c0 -104 -39 -169 -136 -169z" />
+    <glyph glyph-name="uni0237" unicode="&#x237;" 
+d="M194 -217c-51 0 -100 14 -139 33l27 61c35 -17 74 -27 111 -27c97 0 123 49 123 132v437h-226v67h308v-498c0 -120 -47 -205 -204 -205z" />
+    <glyph glyph-name="ij" unicode="&#x133;" 
+d="M112 0v486h82v-486h-82zM154 586c-35 0 -61 23 -61 58s26 58 61 58c34 0 60 -23 60 -58s-26 -58 -60 -58zM371 -217c-30 0 -54 6 -71 13l16 62c13 -4 29 -8 46 -8c49 0 60 36 60 95v541h82v-541c0 -99 -36 -162 -133 -162zM464 586c-35 0 -61 23 -61 58s26 58 61 58
+c34 0 60 -23 60 -58s-26 -58 -60 -58z" />
+    <glyph glyph-name="uni006C00B7006C" 
+d="M230 -12c-85 0 -131 60 -131 175v482h-107v67h182v-555c0 -71 26 -101 66 -101c15 0 28 6 48 15l21 -62c-27 -10 -47 -21 -79 -21zM294 272c-44 0 -78 32 -78 84s34 82 78 82s80 -30 80 -82s-36 -84 -80 -84zM540 -12c-84 0 -130 60 -130 175v482h-108v67h183v-555
+c0 -71 26 -101 66 -101c15 0 28 6 48 15l21 -62c-27 -10 -47 -21 -80 -21z" />
+    <glyph glyph-name="uni01330301" 
+d="M112 0v486h82v-486h-82zM371 -217c-30 0 -54 6 -71 13l16 62c13 -4 29 -8 46 -8c49 0 60 36 60 95v541h82v-541c0 -99 -36 -162 -133 -162zM123 568l-43 41l142 168l58 -56zM433 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0250" unicode="&#x250;" 
+d="M292 -12c-133 0 -198 79 -198 200v298h68l7 -66h3c53 42 123 78 191 78c92 0 166 -50 166 -138c0 -109 -102 -162 -352 -181c2 -67 35 -123 128 -123c64 0 126 30 171 58l32 -56c-49 -32 -131 -70 -216 -70zM177 232c208 17 272 58 272 122c0 55 -51 78 -107 78
+s-110 -26 -165 -72v-128z" />
+    <glyph glyph-name="uni0252" unicode="&#x252;" 
+d="M320 -12c-48 0 -105 25 -151 66h-3l-7 -54h-66v486h68l7 -64h3c39 41 103 76 168 76c130 0 201 -97 201 -247c0 -166 -104 -263 -220 -263zM306 57c85 0 149 73 149 190c0 110 -41 182 -138 182c-48 0 -99 -25 -142 -73v-242c47 -42 95 -57 131 -57z" />
+    <glyph glyph-name="uni0253" unicode="&#x253;" 
+d="M321 -12c-48 0 -106 24 -152 66h-3l-7 -54h-66v537c0 111 59 187 180 187c34 0 68 -9 93 -19l-19 -63c-22 10 -46 15 -66 15c-72 0 -103 -44 -106 -118l-4 -122h4c44 45 106 74 163 74c131 0 202 -96 202 -244c0 -164 -105 -259 -219 -259zM307 57c84 0 148 72 148 189
+c0 105 -41 176 -137 176c-43 0 -94 -23 -143 -73v-235c46 -42 97 -57 132 -57z" />
+    <glyph glyph-name="uni0254" unicode="&#x254;" 
+d="M257 -12c-75 0 -144 28 -196 76l37 53c39 -34 91 -61 151 -61c111 0 186 75 186 186c0 112 -74 188 -177 188c-58 0 -104 -21 -145 -56l-42 53c41 39 104 71 192 71c139 0 257 -93 257 -256c0 -161 -115 -254 -263 -254z" />
+    <glyph glyph-name="uni0255" unicode="&#x255;" 
+d="M361 54c73 0 111 24 111 57c0 24 -17 41 -60 41c-39 0 -90 -31 -135 -83c25 -10 54 -15 84 -15zM185 -102l-67 28c16 43 35 83 58 117c-59 43 -96 111 -96 199c0 163 124 256 265 256c83 0 141 -30 183 -71l-40 -51c-39 36 -84 57 -140 57c-106 0 -187 -77 -187 -191
+c0 -59 22 -107 59 -139c62 69 134 108 197 108c77 0 120 -39 120 -99c0 -69 -60 -124 -178 -124c-45 0 -87 8 -125 23c-20 -34 -37 -72 -49 -113z" />
+    <glyph glyph-name="uni0256" unicode="&#x256;" 
+d="M546 -176c-83 0 -121 52 -121 137l2 100h-3c-38 -40 -95 -73 -155 -73c-125 0 -209 92 -209 254c0 158 106 256 220 256c58 0 102 -24 144 -63h3l-5 90v187h83v-733c0 -55 11 -88 50 -88c13 0 26 5 36 9l16 -63c-14 -7 -36 -13 -61 -13zM288 57c47 0 92 25 134 73v242
+c-44 41 -87 57 -128 57c-82 0 -149 -75 -149 -186c0 -116 54 -186 143 -186z" />
+    <glyph glyph-name="uni0257" unicode="&#x257;" 
+d="M269 -12c-126 0 -209 92 -209 254c0 158 105 256 219 256c57 0 102 -23 144 -63h3l-2 90v56c0 90 42 145 130 145c23 0 41 -4 56 -10l-16 -63c-9 3 -19 6 -31 6c-44 0 -59 -36 -59 -92v-567h-68l-7 64h-3c-39 -41 -97 -76 -157 -76zM287 57c47 0 92 25 135 73v242
+c-44 41 -87 57 -129 57c-81 0 -148 -75 -148 -186c0 -116 53 -186 142 -186z" />
+    <glyph glyph-name="uni0258" unicode="&#x258;" 
+d="M290 433c-83 0 -145 -49 -153 -149h310c-14 96 -77 149 -157 149zM270 -12c-78 0 -139 26 -187 57l29 54c45 -28 91 -45 149 -45c100 0 178 56 188 166h-383c-2 12 -3 33 -3 50c0 137 93 228 232 228c128 0 236 -97 236 -256s-117 -254 -261 -254z" />
+    <glyph glyph-name="uni0251" unicode="&#x251;" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186z" />
+    <glyph glyph-name="uni0299" unicode="&#x299;" 
+d="M115 0v486h225c112 0 189 -35 189 -123c0 -54 -33 -88 -85 -104v-3c57 -14 106 -47 106 -117c0 -96 -84 -139 -202 -139h-233zM196 284h130c88 0 123 26 123 71s-35 65 -117 65h-136v-136zM196 66h143c88 0 129 24 129 78c0 49 -46 76 -134 76h-138v-154z" />
+    <glyph glyph-name="uni0259" unicode="&#x259;" 
+d="M297 -12c-146 0 -228 97 -228 236c0 17 2 38 4 50h381c-10 105 -76 159 -175 159c-58 0 -105 -18 -149 -46l-30 54c49 31 110 57 188 57c147 0 249 -95 249 -254c0 -162 -106 -256 -240 -256zM295 54c87 0 149 53 159 156h-311c7 -103 62 -156 152 -156z" />
+    <glyph glyph-name="uni025A" unicode="&#x25a;" 
+d="M217 -12c-123 0 -185 93 -195 209l305 131c-22 74 -70 105 -127 105c-51 0 -85 -17 -120 -41l-29 56c43 30 91 50 156 50c90 0 160 -48 193 -139l73 32l43 -17c6 -76 21 -91 49 -91c13 0 26 8 34 15l22 -43c-15 -12 -35 -25 -62 -25c-38 0 -79 22 -92 94l-53 -22
+c3 -21 5 -43 5 -66c0 -143 -80 -248 -202 -248zM216 53c76 0 125 68 125 167c0 18 -1 34 -2 50l-245 -104c18 -80 63 -113 122 -113z" />
+    <glyph glyph-name="uni025B" unicode="&#x25b;" 
+d="M318 -12c-135 0 -227 53 -227 147c0 69 50 104 114 121v4c-55 21 -89 60 -89 108c0 88 88 130 210 130c81 0 145 -25 197 -62l-33 -54c-47 32 -94 51 -160 51c-85 0 -132 -25 -132 -75c0 -48 50 -74 147 -74h53v-64h-67c-102 0 -158 -23 -158 -78c0 -57 57 -88 158 -88
+c65 0 120 16 168 59l36 -54c-61 -53 -129 -71 -217 -71z" />
+    <glyph glyph-name="uni025C" unicode="&#x25c;" 
+d="M280 -12c-79 0 -149 17 -218 73l36 54c56 -46 115 -61 175 -61c101 0 158 31 158 87c0 55 -53 79 -150 79h-84v64h72c93 0 139 27 139 75c0 49 -46 74 -134 74c-70 0 -115 -18 -166 -55l-34 55c56 41 120 65 205 65c123 0 210 -42 210 -131c0 -48 -29 -86 -87 -108v-4
+c66 -17 111 -51 111 -121c0 -93 -94 -146 -233 -146z" />
+    <glyph glyph-name="uni025E" unicode="&#x25e;" 
+d="M327 -12c-152 0 -266 87 -266 253c0 169 124 257 260 257c108 0 191 -42 191 -131c0 -48 -29 -90 -84 -108v-4c59 -13 109 -52 109 -121c0 -93 -82 -146 -210 -146zM328 54c81 0 127 31 127 87c0 53 -53 79 -125 79h-35v64h27c69 0 110 29 110 74c0 50 -43 75 -108 75
+c-102 0 -180 -71 -180 -192c0 -123 71 -187 184 -187z" />
+    <glyph glyph-name="uni025F" unicode="&#x25f;" 
+d="M194 -217c-51 0 -100 14 -139 33l27 61c35 -17 74 -27 111 -27c97 0 123 49 123 132v224h-194v60l194 6v147h-226v67h308v-214h166v-66h-166v-218c0 -120 -47 -205 -204 -205z" />
+    <glyph glyph-name="uni0260" unicode="&#x260;" 
+d="M279 -216c-63 0 -130 19 -184 53l31 58c49 -32 104 -45 153 -45c93 0 142 50 143 128l4 97h-3c-37 -39 -94 -70 -154 -70c-125 0 -209 92 -209 245c0 152 107 248 221 248c57 0 103 -25 142 -63h3l-2 48c0 87 41 146 131 146c23 0 41 -4 56 -10l-16 -63c-9 4 -19 6 -31 6
+c-44 0 -59 -36 -59 -92v-494c0 -120 -85 -192 -226 -192zM288 73c47 0 91 25 134 73v226c-44 42 -87 57 -128 57c-82 0 -149 -74 -149 -178c0 -109 54 -178 143 -178z" />
+    <glyph glyph-name="uni0261" unicode="&#x261;" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178z" />
+    <glyph glyph-name="uni0262" unicode="&#x262;" 
+d="M339 -12c-144 0 -261 90 -261 255c0 159 123 255 266 255c86 0 140 -33 180 -70l-41 -52c-34 30 -72 57 -135 57c-100 0 -186 -69 -186 -190c0 -118 77 -189 181 -189c44 0 83 14 111 37v112h-134v59h206v-205c-41 -39 -108 -69 -187 -69z" />
+    <glyph glyph-name="uni0263" unicode="&#x263;" 
+d="M302 -224c-74 0 -116 48 -116 118c0 47 26 88 62 158l-197 434h84l113 -266c19 -46 32 -78 52 -123h4c20 45 34 77 53 123l112 266h80l-193 -434c36 -70 62 -111 62 -158c0 -70 -42 -118 -116 -118zM302 -167c31 0 45 26 45 59c0 34 -18 74 -43 119h-5
+c-24 -45 -42 -87 -42 -119c0 -33 15 -59 45 -59z" />
+    <glyph glyph-name="uni0264" unicode="&#x264;" 
+d="M300 -12c-114 0 -186 64 -186 169c0 74 53 142 129 206c-41 45 -72 67 -109 67c-18 0 -35 -5 -48 -14l-26 60c21 14 53 22 84 22c54 0 103 -31 156 -87c52 56 102 87 156 87c31 0 63 -8 84 -22l-26 -60c-13 9 -30 14 -48 14c-38 0 -68 -22 -109 -67
+c75 -64 129 -132 129 -206c0 -105 -72 -169 -186 -169zM300 56c66 0 107 43 107 103c0 58 -45 112 -107 165c-62 -53 -107 -107 -107 -165c0 -60 41 -103 107 -103z" />
+    <glyph glyph-name="uni0265" unicode="&#x265;" 
+d="M425 -205v174l4 114c-52 -53 -108 -95 -184 -95c-115 0 -168 68 -168 196v302h82v-291c0 -92 32 -136 112 -136c58 0 97 30 154 88v339h82v-691h-82z" />
+    <glyph glyph-name="uni0266" unicode="&#x266;" 
+d="M93 0v537c0 111 59 187 180 187c34 0 68 -9 93 -19l-19 -63c-22 10 -46 15 -66 15c-72 0 -103 -44 -106 -118l-6 -143h4c50 53 106 95 182 95c115 0 168 -68 168 -197v-294h-82v284c0 92 -32 135 -112 135c-58 0 -97 -29 -154 -87v-332h-82z" />
+    <glyph glyph-name="uni0267" unicode="&#x267;" 
+d="M384 -183c-32 0 -60 7 -78 14l16 63c14 -5 33 -10 53 -10c53 0 66 39 66 102v298c0 92 -32 135 -112 135c-58 0 -97 -29 -154 -87v-332h-82v537c0 111 59 187 180 187c34 0 67 -9 93 -19l-19 -63c-23 10 -46 15 -66 15c-72 0 -103 -44 -106 -118l-6 -143h4
+c50 53 106 95 182 95c115 0 168 -68 168 -197v-308c0 -104 -38 -169 -139 -169z" />
+    <glyph glyph-name="uni029C" unicode="&#x29c;" 
+d="M93 0v486h82v-197h250v197h82v-486h-82v216h-250v-216h-82z" />
+    <glyph glyph-name="uni0268" unicode="&#x268;" 
+d="M132 210v56l184 6v147h-226v67h308v-214h166v-62h-166v-210h-82v210h-184zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni026A" unicode="&#x26a;" 
+d="M86 0v67h172v352h-172v67h428v-67h-174v-352h174v-67h-428z" />
+    <glyph glyph-name="uni029D" unicode="&#x29d;" 
+d="M418 -250c-20 38 -41 69 -63 95c-32 -39 -83 -62 -154 -62c-93 0 -145 51 -145 111c0 59 45 100 129 100c42 0 87 -10 131 -33v2v456h-226v67h308v-506c0 -26 -3 -50 -10 -72c34 -32 66 -74 94 -128zM200 -152c53 0 84 20 100 48c-39 28 -78 39 -116 39
+c-43 0 -62 -17 -62 -40c0 -26 28 -47 78 -47zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni029E" unicode="&#x29e;" 
+d="M412 -205v461h-4l-281 -256h-99l218 201l-192 285h85l159 -237l114 105v132h82v-691h-82z" />
+    <glyph glyph-name="uni026B" unicode="&#x26b;" 
+d="M407 -12c-103 0 -160 60 -160 175v219c-15 10 -30 17 -47 17c-29 0 -43 -32 -46 -78l-55 10c4 72 30 128 95 128c20 0 37 -4 53 -11v197h-173v67h255v-320c15 -10 30 -17 47 -17c29 0 43 32 46 77l55 -9c-4 -72 -30 -128 -95 -128c-20 0 -37 4 -53 11v-169
+c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29z" />
+    <glyph glyph-name="uni026C" unicode="&#x26c;" 
+d="M232 302c-112 0 -156 44 -156 106c0 50 38 86 90 86c37 0 63 -14 81 -34v185h-173v67h255v-346h140v-64h-140v-145c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29c-103 0 -160 60 -160 175v139h-15zM214 366h33v6c0 30 -23 64 -73 64
+c-18 0 -32 -12 -32 -32c0 -24 24 -38 72 -38z" />
+    <glyph glyph-name="uni026D" unicode="&#x26d;" 
+d="M406 -183c-103 0 -159 60 -159 175v653h-173v67h255v-726c0 -71 37 -100 95 -100c28 0 56 6 92 22l21 -62c-44 -16 -78 -29 -131 -29z" />
+    <glyph glyph-name="uni026E" unicode="&#x26e;" 
+d="M358 -217c-100 0 -161 38 -203 78l41 52c35 -33 81 -62 155 -62c75 0 136 59 136 149c0 82 -50 132 -132 132c-34 0 -48 -5 -70 -15l-34 44l195 258h-285v-419h-82v712h82v-226h388v-44l-191 -252c138 11 213 -78 213 -188c0 -140 -103 -219 -213 -219z" />
+    <glyph glyph-name="uni029F" unicode="&#x29f;" 
+d="M148 0v486h82v-419h302v-67h-384z" />
+    <glyph glyph-name="uni026F" unicode="&#x26f;" 
+d="M542 486v-486h-66l-7 64h-2c-25 -45 -55 -76 -111 -76c-48 0 -78 28 -92 84c-28 -52 -58 -84 -114 -84c-68 0 -108 53 -108 150v348h82v-342c0 -56 16 -85 52 -85c34 0 52 25 78 75v352h76v-342c0 -56 14 -85 50 -85c34 0 56 25 80 75v352h82z" />
+    <glyph glyph-name="uni0270" unicode="&#x270;" 
+d="M464 -205v172l6 100h-4c-26 -49 -54 -79 -110 -79c-48 0 -78 28 -92 84c-28 -52 -58 -84 -114 -84c-68 0 -108 53 -108 150v348h82v-342c0 -56 16 -85 52 -85c34 0 52 25 78 75v352h76v-342c0 -56 14 -85 50 -85c34 0 56 25 80 75v352h82v-691h-78z" />
+    <glyph glyph-name="uni0271" unicode="&#x271;" 
+d="M435 -183c-26 0 -50 5 -66 12l16 63c11 -4 26 -8 41 -8c43 0 50 35 50 88v370c0 56 -16 85 -52 85c-34 0 -52 -25 -78 -75v-352h-76v342c0 56 -14 85 -50 85c-34 0 -56 -25 -80 -75v-352h-82v486h66l7 -64h2c25 45 55 76 111 76c48 0 78 -28 92 -84c28 52 58 84 114 84
+c68 0 108 -53 108 -150v-380c0 -94 -36 -151 -123 -151z" />
+    <glyph glyph-name="uni0272" unicode="&#x272;" 
+d="M56 -183c-25 0 -47 6 -61 13l16 63c10 -4 23 -9 36 -9c39 0 50 33 50 88v514h68l7 -83h4c51 54 106 95 180 95c114 0 167 -68 167 -196v-302h-82v291c0 95 -33 136 -109 136c-58 0 -96 -29 -152 -88v-367c0 -96 -33 -155 -124 -155z" />
+    <glyph glyph-name="uni0273" unicode="&#x273;" 
+d="M560 -183c-90 0 -123 59 -123 155v319c0 95 -33 136 -110 136c-57 0 -95 -29 -152 -88v-339h-82v486h68l7 -83h4c51 54 105 95 179 95c115 0 168 -68 168 -196v-330c0 -55 11 -88 50 -88c13 0 26 5 36 9l16 -63c-14 -7 -36 -13 -61 -13z" />
+    <glyph glyph-name="uni0274" unicode="&#x274;" 
+d="M96 0v486h79l188 -275c20 -30 46 -73 67 -104h4c-4 63 -8 125 -8 177v202h78v-486h-79l-188 275c-20 30 -47 73 -67 104h-4c4 -63 8 -125 8 -177v-202h-78z" />
+    <glyph glyph-name="uni0275" unicode="&#x275;" 
+d="M300 -12c-129 0 -240 87 -240 254c0 169 111 256 240 256s240 -87 240 -256c0 -167 -111 -254 -240 -254zM300 434c-84 0 -145 -55 -159 -150h318c-14 95 -75 150 -159 150zM300 53c90 0 153 61 161 167h-322c8 -106 71 -167 161 -167z" />
+    <glyph glyph-name="uni0276" unicode="&#x276;" 
+d="M238 -12c-112 0 -205 88 -205 255s93 255 205 255c32 0 59 -2 98 -12h241v-68h-190v-134h153v-64h-153v-152h200v-68h-251c-37 -9 -66 -12 -98 -12zM245 55c20 0 45 6 66 12v351c-20 6 -45 12 -66 12c-71 0 -127 -61 -127 -187c0 -129 56 -188 127 -188z" />
+    <glyph glyph-name="uni0278" unicode="&#x278;" 
+d="M128 244c0 -113 56 -181 132 -187v372c-76 -6 -132 -73 -132 -185zM472 244c0 112 -56 179 -132 185v-372c76 6 132 74 132 187zM260 -205v196c-116 7 -216 96 -216 253c0 156 100 244 216 251v217h80v-217c116 -7 216 -95 216 -251c0 -157 -100 -246 -216 -253v-196h-80
+z" />
+    <glyph glyph-name="uni0279" unicode="&#x279;" 
+d="M454 486v-486h-68l-7 115h-3c-51 -78 -127 -127 -217 -127c-36 0 -66 5 -96 20l19 71c34 -12 52 -17 90 -17c73 0 142 38 200 139v285h82z" />
+    <glyph glyph-name="uni027A" unicode="&#x27a;" 
+d="M159 -12c-36 0 -66 5 -96 20l19 71c34 -12 52 -17 90 -17c73 0 142 38 200 139v511h82v-712h-68l-7 115h-3c-51 -78 -127 -127 -217 -127z" />
+    <glyph glyph-name="uni027B" unicode="&#x27b;" 
+d="M436 -183c-98 0 -134 58 -134 158v117h-3c-33 -64 -84 -104 -149 -104c-28 0 -56 5 -87 20l19 71c29 -12 45 -17 77 -17c49 0 101 31 136 119v305h82v-501c0 -71 17 -101 68 -101c19 0 41 7 57 14l18 -62c-20 -10 -54 -19 -84 -19z" />
+    <glyph glyph-name="uni027D" unicode="&#x27d;" 
+d="M333 -183c-141 0 -187 81 -187 201v468h68l7 -115h3c51 78 127 127 217 127c36 0 66 -5 96 -20l-19 -71c-34 12 -52 17 -90 17c-73 0 -142 -38 -200 -139v-268c0 -87 29 -133 123 -133c47 0 82 9 117 22l17 -60c-44 -16 -89 -29 -152 -29z" />
+    <glyph glyph-name="uni027E" unicode="&#x27e;" 
+d="M146 0v249c0 161 99 249 255 249c54 0 100 -7 136 -20l-19 -71c-41 14 -70 18 -108 18c-97 0 -182 -58 -182 -193v-232h-82z" />
+    <glyph glyph-name="uni0280" unicode="&#x280;" 
+d="M99 0v486h240c105 0 184 -37 184 -144c0 -84 -55 -130 -123 -146l145 -196h-93l-137 190h-133v-190h-83zM182 254h143c73 0 116 29 116 86c0 58 -43 80 -116 80h-143v-166z" />
+    <glyph glyph-name="uni0281" unicode="&#x281;" 
+d="M501 486v-486h-240c-105 0 -184 37 -184 144c0 84 55 130 123 146l-145 196h93l137 -190h133v190h83zM418 232h-143c-73 0 -116 -29 -116 -86c0 -58 43 -80 116 -80h143v166z" />
+    <glyph glyph-name="uni0282" unicode="&#x282;" 
+d="M197 -183c-89 0 -126 56 -126 162v85l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145c-60 0 -117 14 -165 35v-53c0 -52 13 -87 61 -87c17 0 34 4 46 8l16 -61c-16 -7 -41 -13 -71 -13z" />
+    <glyph glyph-name="uni0283" unicode="&#x283;" 
+d="M187 -217c-53 0 -93 13 -131 32l26 61c30 -14 61 -26 95 -26c68 0 83 48 83 121v567c0 117 46 188 166 188c48 0 79 -13 115 -31l-23 -61c-29 15 -53 25 -83 25c-74 0 -93 -48 -93 -121v-568c0 -117 -42 -187 -155 -187z" />
+    <glyph glyph-name="uni0284" unicode="&#x284;" 
+d="M187 -217c-53 0 -93 13 -131 32l26 61c30 -14 61 -26 95 -26c68 0 83 48 83 121v251h-176v58l176 6v252c0 117 46 188 166 188c48 0 79 -13 115 -31l-23 -61c-29 15 -53 25 -83 25c-74 0 -93 -48 -93 -121v-252h174v-64h-174v-252c0 -117 -42 -187 -155 -187z" />
+    <glyph glyph-name="uni0287" unicode="&#x287;" 
+d="M206 498c142 0 188 -81 188 -201v-230h137v-62l-140 -5l-11 -156h-68v156h-239v67h239v231c0 87 -29 133 -123 133c-46 0 -82 -9 -117 -22l-18 60c44 16 91 29 152 29z" />
+    <glyph glyph-name="uni0288" unicode="&#x288;" 
+d="M393 -183c-141 0 -187 81 -187 201v401h-137v62l140 5l11 156h68v-156h239v-67h-239v-402c0 -87 29 -133 123 -133c46 0 83 9 117 22l18 -60c-44 -16 -100 -29 -153 -29z" />
+    <glyph glyph-name="uni0289" unicode="&#x289;" 
+d="M272 60c50 0 84 24 130 82v112h-222v-66c0 -90 28 -128 92 -128zM246 -12c-102 0 -148 66 -148 190v76h-96v58l96 6v168h82v-168h222v168h82v-168h102v-64h-102v-254h-68l-6 76h-2c-46 -54 -95 -88 -162 -88z" />
+    <glyph glyph-name="uni028A" unicode="&#x28a;" 
+d="M300 -12c-151 0 -238 108 -238 221c0 99 50 166 94 208v2h-106v67h195v-53c-57 -48 -99 -110 -99 -207c0 -91 52 -170 154 -170s154 79 154 170c0 97 -42 159 -99 207v53h195v-67h-106v-2c44 -42 94 -109 94 -208c0 -113 -87 -221 -238 -221z" />
+    <glyph glyph-name="uni028B" unicode="&#x28b;" 
+d="M297 -12c-126 0 -220 69 -220 224v274h83v-267c0 -117 62 -163 140 -163c100 0 155 97 155 225c0 98 -28 151 -88 151c-18 0 -22 -2 -35 -6l-13 64c19 5 33 8 65 8c95 0 156 -65 156 -205c0 -176 -83 -305 -243 -305z" />
+    <glyph glyph-name="uni028C" unicode="&#x28c;" 
+d="M344 486l205 -486h-83l-112 276c-20 49 -38 97 -55 143h-4c-17 -46 -33 -94 -53 -143l-112 -276h-79l201 486h92z" />
+    <glyph glyph-name="uni028D" unicode="&#x28d;" 
+d="M486 486l106 -486h-82l-58 282c-9 46 -16 88 -22 134h-4c-6 -46 -17 -89 -28 -134l-60 -252h-82l-58 252c-11 46 -24 88 -30 134h-4c-8 -46 -13 -88 -22 -134l-58 -282h-76l104 486h106l56 -232c8 -34 16 -82 24 -144h4c8 62 16 110 24 144l54 232h106z" />
+    <glyph glyph-name="uni028E" unicode="&#x28e;" 
+d="M49 0l226 554c36 96 93 170 198 170c23 0 46 -4 64 -10l-18 -65c-12 4 -26 7 -42 7c-64 0 -103 -45 -126 -106l-27 -63l227 -487h-83l-119 269c-19 43 -40 94 -60 141h-4c-17 -46 -36 -97 -52 -141l-106 -269h-78z" />
+    <glyph glyph-name="uni028F" unicode="&#x28f;" 
+d="M260 0v164l-203 322h89l85 -138c23 -42 46 -78 69 -122h4c22 44 43 79 69 122l84 138h88l-203 -322v-164h-82z" />
+    <glyph glyph-name="uni0290" unicode="&#x290;" 
+d="M559 -183c-91 0 -124 59 -124 147v36h-364v44l326 375h-289v67h407v-44l-327 -375h329v-95c0 -55 12 -88 51 -88c13 0 26 5 36 9l16 -63c-14 -7 -36 -13 -61 -13z" />
+    <glyph glyph-name="uni0291" unicode="&#x291;" 
+d="M358 -116l-62 10c7 39 14 74 23 106h-248v44l324 375h-287v67h395v-44l-323 -375c59 -1 110 -2 159 -2c38 100 90 151 153 151c52 0 90 -36 90 -90c0 -72 -52 -126 -156 -126h-45c-8 -33 -16 -71 -23 -116zM445 64c49 0 75 28 75 58c0 22 -14 34 -34 34
+c-28 0 -58 -26 -84 -92h43z" />
+    <glyph glyph-name="uni0292" unicode="&#x292;" 
+d="M288 -217c-113 0 -179 47 -229 94l40 53c44 -41 96 -79 182 -79c89 0 163 61 163 153c0 86 -60 138 -167 138c-43 0 -59 -8 -96 -25l-33 46l251 256h-300v67h407v-44l-238 -248c16 4 31 6 43 6c135 0 216 -78 216 -194c0 -143 -115 -223 -239 -223z" />
+    <glyph glyph-name="uni02A4" unicode="&#x2a4;" 
+d="M172 57c35 0 60 31 80 75v240c-22 36 -42 57 -74 57c-57 0 -96 -76 -96 -186c0 -115 31 -186 90 -186zM450 -217c-66 0 -107 25 -142 59l39 52c27 -26 54 -43 97 -43c54 0 92 49 92 149c0 84 -31 132 -89 132c-21 0 -32 -5 -50 -15l-33 52l146 250h-182v-419h-59l-7 58
+h-3c-21 -36 -57 -70 -104 -70c-90 0 -155 94 -155 254c0 156 77 256 164 256c40 0 70 -22 90 -56h2l-4 93v177h76v-226h269v-44l-141 -247c4 1 8 1 12 1c95 0 150 -88 150 -196c0 -138 -74 -217 -168 -217z" />
+    <glyph glyph-name="uni02A6" unicode="&#x2a6;" 
+d="M328 -12c-172 0 -230 67 -230 188v243h-73v62l76 5l10 156h69v-156h188c20 8 43 12 68 12c49 0 93 -18 128 -48l-32 -48c-29 23 -56 35 -90 35c-39 0 -64 -21 -64 -58c0 -91 192 -78 192 -246c0 -90 -64 -145 -242 -145zM332 52c123 0 163 32 163 82
+c0 124 -195 109 -195 247c0 14 2 27 5 38h-125v-244c0 -87 38 -123 152 -123z" />
+    <glyph glyph-name="uni02A7" unicode="&#x2a7;" 
+d="M353 -217c-29 0 -53 6 -70 13l17 62c12 -4 29 -8 46 -8c45 0 56 36 56 95v474h-199v-270c0 -60 17 -94 69 -94c19 0 40 6 58 13l15 -62c-27 -9 -58 -18 -88 -18c-102 0 -137 66 -137 162v269h-72v62l75 5l11 156h69v-156h199v80c0 97 40 160 141 160c25 0 45 -6 60 -13
+l-16 -63c-10 4 -23 9 -36 9c-54 0 -67 -37 -67 -96v-618c0 -99 -37 -162 -131 -162z" />
+    <glyph glyph-name="uni0294" unicode="&#x294;" 
+d="M239 0v311c131 74 187 125 187 212c0 81 -54 133 -149 133c-76 0 -127 -39 -162 -81l-44 53c44 49 110 96 212 96c126 0 227 -68 227 -200c0 -116 -79 -178 -189 -249v-275h-82z" />
+    <glyph glyph-name="uni0295" unicode="&#x295;" 
+d="M278 0v275c-111 71 -189 133 -189 249c0 132 101 200 226 200c103 0 169 -47 212 -96l-43 -53c-36 42 -87 81 -163 81c-94 0 -149 -52 -149 -133c0 -87 57 -138 188 -212v-311h-82z" />
+    <glyph glyph-name="uni02A1" unicode="&#x2a1;" 
+d="M239 0v251h-165v58l76 5h102c110 63 174 129 174 209c0 81 -52 133 -145 133c-77 0 -129 -40 -166 -81l-44 53c44 48 112 96 216 96c124 0 223 -68 223 -200c0 -95 -68 -158 -144 -210h152v-63h-197v-251h-82z" />
+    <glyph glyph-name="uni02A2" unicode="&#x2a2;" 
+d="M279 0v251h-197v58l76 5h76c-76 52 -144 115 -144 210c0 132 98 200 223 200c104 0 171 -48 216 -96l-44 -53c-37 41 -89 81 -166 81c-93 0 -146 -52 -146 -133c0 -80 65 -146 174 -209h179v-63h-165v-251h-82z" />
+    <glyph glyph-name="uni01C2" unicode="&#x1c2;" 
+d="M260 -205v359h-176v58l176 4v108h-176v58l176 4v326h80v-326h176v-62h-176v-108h176v-62h-176v-359h-80z" />
+    <glyph glyph-name="uni0298" unicode="&#x298;" 
+d="M300 -12c-146 0 -240 114 -240 371c0 238 94 365 240 365s241 -127 241 -365c0 -257 -95 -371 -241 -371zM300 56c92 0 162 80 162 303c0 204 -70 297 -162 297s-162 -93 -162 -297c0 -223 70 -303 162 -303zM300 296c-33 0 -62 27 -62 63c0 39 29 64 62 64
+s62 -25 62 -64c0 -36 -29 -63 -62 -63z" />
+    <glyph glyph-name="uni014A.a" 
+d="M397 -165c-29 0 -53 6 -69 12l16 66c12 -4 27 -9 42 -9c43 0 52 38 52 96h-12l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-659c0 -100 -36 -162 -121 -162z" />
+    <glyph glyph-name="a.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186z" />
+    <glyph glyph-name="agrave.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM325 568l-157 153
+l58 56l142 -168z" />
+    <glyph glyph-name="aacute.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM283 568l-43 41
+l142 168l58 -56z" />
+    <glyph glyph-name="acircumflex.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM184 568l-35 32
+l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="atilde.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM376 577
+c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="adieresis.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM207 588
+c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM401 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="amacron.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM171 601v57h266v-57
+h-266z" />
+    <glyph glyph-name="abreve.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 571
+c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="aring.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 569
+c-69 0 -110 42 -110 96s41 96 110 96s110 -42 110 -96s-41 -96 -110 -96zM304 606c32 0 57 26 57 59c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="aringacute.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 569
+c-69 0 -110 42 -110 96c0 32 14 60 40 77l139 101l36 -50l-74 -35c50 -11 79 -48 79 -93c0 -54 -41 -96 -110 -96zM304 606c32 0 57 26 57 59c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="uni01CE.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM263 574l-114 140
+l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni1EA1.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 -215
+c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EA3.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM272 572l-9 40
+c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1EA5.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM199 570l-29 34
+l100 92h68l100 -92l-29 -34l-103 72h-4zM438 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1EA7.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM199 570l-29 34
+l100 92h68l100 -92l-29 -34l-103 72h-4zM170 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1EA9.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM199 570l-29 34
+l100 92h68l100 -92l-29 -34l-103 72h-4zM420 635l-9 35c25 7 42 18 42 39c0 26 -20 39 -69 41l7 41c78 -2 122 -26 122 -73c0 -53 -46 -72 -93 -83z" />
+    <glyph glyph-name="uni1EAB.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM199 570l-29 34
+l100 88h68l100 -88l-29 -34l-103 69h-4zM369 710c-58 0 -88 42 -126 42c-20 0 -28 -13 -33 -42l-43 4c5 52 25 89 72 89c59 0 88 -42 126 -42c20 0 28 13 33 42l43 -4c-5 -51 -25 -89 -72 -89z" />
+    <glyph glyph-name="uni1EAD.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM184 568l-35 32
+l114 140h82l114 -140l-35 -32l-118 113h-4zM304 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EAF.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 571
+c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM299 679l-39 29l88 124l52 -40z" />
+    <glyph glyph-name="uni1EB1.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 571
+c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM309 679l-101 113l52 40l88 -124z" />
+    <glyph glyph-name="uni1EB3.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 571
+c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM277 682l-8 36c28 6 48 18 48 39c0 26 -22 39 -76 41l7 50c81 -2 129 -29 129 -82c0 -54 -50 -76 -100 -84z" />
+    <glyph glyph-name="uni1EB5.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 571
+c-98 0 -138 56 -144 107l47 8c5 -33 35 -68 97 -68s92 35 97 68l47 -8c-6 -51 -46 -107 -144 -107zM369 710c-58 0 -88 42 -126 42c-20 0 -28 -14 -33 -43l-47 5c5 51 27 88 76 88c59 0 88 -42 126 -42c20 0 28 14 33 42l47 -4c-5 -51 -27 -88 -76 -88z" />
+    <glyph glyph-name="uni1EB7.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 571
+c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151zM304 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="aogonek.a" 
+d="M451 -225c-56 0 -99 30 -99 93c0 57 40 101 88 132l-8 64h-3c-39 -41 -98 -76 -159 -76c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-491c-69 -31 -94 -72 -94 -111c0 -37 26 -55 55 -55c21 0 37 10 49 21l24 -39
+c-23 -21 -53 -36 -90 -36zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186z" />
+    <glyph glyph-name="g.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178z" />
+    <glyph glyph-name="uni01F5.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM289 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="gcircumflex.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM190 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="gbreve.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM310 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="gdotaccent.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM310 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni0123.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM349 575c-87 10 -117 32 -117 77c0 58 59 86 165 92l8 -41c-84 -5 -109 -20 -109 -48c0 -26 25 -38 71 -42z" />
+    <glyph glyph-name="gcaron.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM269 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni1E21.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM177 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni00670303.a" 
+d="M280 -217c-63 0 -132 18 -185 52l30 59c50 -32 106 -45 155 -45c93 0 145 51 147 129l2 97h-3c-38 -39 -96 -70 -156 -70c-125 0 -210 92 -210 245c0 152 104 248 222 248c57 0 106 -25 149 -66h3l7 54h66v-505c0 -122 -83 -198 -227 -198zM288 73c47 0 93 25 137 73v226
+c-44 41 -86 57 -129 57c-82 0 -152 -74 -152 -178c0 -109 55 -178 144 -178zM382 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="i.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM328 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="dotlessi.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465z" />
+    <glyph glyph-name="igrave.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM345 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="iacute.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM303 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="icircumflex.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM204 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="itilde.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM396 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="idieresis.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM227 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM421 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="imacron.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM191 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni01D0.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM283 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="iogonek.a" 
+d="M345 -225c-58 0 -103 30 -103 93c0 54 37 99 75 132h-218v67h197v352h-173v67h255v-419h186v-67h-181c-55 -39 -80 -80 -80 -116c0 -37 28 -55 59 -55c22 0 39 9 53 21l24 -39c-24 -22 -56 -36 -94 -36zM324 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64
+c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1EC9.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM292 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1ECB.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM328 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64zM324 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni012D.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM324 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="uni0268.a" 
+d="M116 220v58l180 6v135h-173v67h255v-202h170v-64h-170v-153h186v-67h-465v67h197v153h-180zM328 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="iogonek.d" 
+d="M353 -225c-59 0 -104 30 -104 93c0 56 39 100 86 132h-19v419h-226v67h308v-491c-59 -29 -88 -71 -88 -111c0 -37 28 -55 60 -55c21 0 38 9 52 21l24 -39c-24 -22 -56 -36 -93 -36z" />
+    <glyph glyph-name="iogonek.da" 
+d="M345 -225c-58 0 -103 30 -103 93c0 54 37 99 75 132h-218v67h197v352h-173v67h255v-419h186v-67h-181c-55 -39 -80 -80 -80 -116c0 -37 28 -55 59 -55c22 0 39 9 53 21l24 -39c-24 -22 -56 -36 -94 -36z" />
+    <glyph glyph-name="uni0268.d" 
+d="M132 210v56l184 6v147h-226v67h308v-214h166v-62h-166v-210h-82v210h-184z" />
+    <glyph glyph-name="uni0268.da" 
+d="M116 220v58l180 6v135h-173v67h255v-202h170v-64h-170v-153h186v-67h-465v67h197v153h-180z" />
+    <glyph glyph-name="uni029D.d" 
+d="M418 -250c-20 38 -41 69 -63 95c-32 -39 -83 -62 -154 -62c-93 0 -145 51 -145 111c0 59 45 100 129 100c42 0 87 -10 131 -33v2v456h-226v67h308v-506c0 -26 -3 -50 -10 -72c34 -32 66 -74 94 -128zM200 -152c53 0 84 20 100 48c-39 28 -78 39 -116 39
+c-43 0 -62 -17 -62 -40c0 -26 28 -47 78 -47z" />
+    <glyph glyph-name="l.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465z" />
+    <glyph glyph-name="lacute.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM305 757l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="lcaron.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM453 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni013C.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM241 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni1E37.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM328 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E39.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM200 795v57h268v-57h-268zM328 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni1E3B.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM195 -170v57h266v-57h-266z" />
+    <glyph glyph-name="lslash.a" 
+d="M99 0v67h197v268l-108 -64l-29 54l137 80v240h-173v67h255v-269l147 84l29 -54l-176 -100v-306h186v-67h-465z" />
+    <glyph glyph-name="ldot.a" 
+d="M45 0v67h197v578h-173v67h255v-645h186v-67h-465zM569 285c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni006C00B7006C.a" 
+d="M-4 0v67h113v578h-107v67h182v-645h102v-67h-290zM315 0v67h105v578h-108v67h183v-645h109v-67h-289zM305 292c-32 0 -59 24 -59 63c0 38 27 62 59 62c31 0 58 -24 58 -62c0 -39 -27 -63 -58 -63z" />
+    <glyph glyph-name="uni026B.a" 
+d="M99 0v67h197v315c-15 10 -30 17 -47 17c-29 0 -43 -32 -46 -78l-55 10c4 72 30 128 95 128c20 0 37 -4 53 -11v197h-173v67h255v-320c15 -10 30 -17 47 -17c29 0 43 32 46 77l55 -9c-4 -72 -30 -128 -95 -128c-20 0 -37 4 -53 11v-259h186v-67h-465z" />
+    <glyph glyph-name="uni026C.a" 
+d="M273 311c-99 0 -139 39 -139 89c0 44 36 78 88 78c34 0 58 -12 74 -29v196h-173v67h255v-354h140v-47h-140v-244h186v-67h-465v67h197v244h-23zM263 358h33v10c0 29 -23 64 -69 64c-28 0 -41 -15 -41 -33c0 -22 18 -41 77 -41z" />
+    <glyph glyph-name="Alpha" unicode="&#x391;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85z" />
+    <glyph glyph-name="Beta" unicode="&#x392;" 
+d="M99 0v656h186c134 0 225 -45 225 -160c0 -65 -37 -123 -115 -143v-4c96 -15 152 -67 152 -157c0 -129 -100 -192 -247 -192h-201zM182 380h89c112 0 157 36 157 109c0 71 -52 97 -153 97h-93v-206zM182 70h106c112 0 177 37 177 126c0 81 -62 114 -177 114h-106v-240z
+" />
+    <glyph glyph-name="Gamma" unicode="&#x393;" 
+d="M135 0v656h400v-70h-317v-586h-83z" />
+    <glyph glyph-name="uni0394" unicode="&#x394;" 
+d="M43 0v50l209 606h96l209 -606v-50h-514zM134 71h331l-97 293c-23 71 -45 145 -67 221h-4c-23 -76 -45 -150 -67 -221z" />
+    <glyph glyph-name="Epsilon" unicode="&#x395;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416z" />
+    <glyph glyph-name="Zeta" unicode="&#x396;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474z" />
+    <glyph glyph-name="Eta" unicode="&#x397;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84z" />
+    <glyph glyph-name="Theta" unicode="&#x398;" 
+d="M300 -12c-148 0 -252 132 -252 343c0 210 104 337 252 337s252 -128 252 -337c0 -211 -104 -343 -252 -343zM300 61c100 0 166 106 166 270c0 163 -66 264 -166 264s-166 -101 -166 -264c0 -164 66 -270 166 -270zM201 309v72h198v-72h-198z" />
+    <glyph glyph-name="Iota" unicode="&#x399;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="Kappa" unicode="&#x39a;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84z" />
+    <glyph glyph-name="Lambda" unicode="&#x39b;" 
+d="M43 0l208 656h97l209 -656h-88l-106 355c-23 77 -39 140 -63 217h-4c-24 -77 -41 -140 -63 -217l-105 -355h-85z" />
+    <glyph glyph-name="Mu" unicode="&#x39c;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328c0 64 10 176 14 232h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2c6 -56 14 -168 14 -232v-328h-78z" />
+    <glyph glyph-name="Nu" unicode="&#x39d;" 
+d="M82 0v656h92l210 -412l63 -136h2c-3 65 -11 139 -11 208v340h80v-656h-92l-210 412l-63 136h-2c3 -67 11 -137 11 -205v-343h-80z" />
+    <glyph glyph-name="Xi" unicode="&#x39e;" 
+d="M70 0v71h460v-71h-460zM145 309v71h310v-71h-310zM80 586v70h440v-70h-440z" />
+    <glyph glyph-name="Omicron" unicode="&#x39f;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270z" />
+    <glyph glyph-name="Pi" unicode="&#x3a0;" 
+d="M79 0v656h442v-656h-84v586h-274v-586h-84z" />
+    <glyph glyph-name="Rho" unicode="&#x3a1;" 
+d="M102 0v656h198c145 0 243 -49 243 -193c0 -138 -99 -203 -243 -203h-115v-260h-83zM185 328h105c115 0 169 42 169 135c0 95 -56 126 -169 126h-105v-261z" />
+    <glyph glyph-name="Sigma" unicode="&#x3a3;" 
+d="M75 0v50l226 283l-222 274v49h423v-70h-317l201 -251l-205 -264h351v-71h-457z" />
+    <glyph glyph-name="Tau" unicode="&#x3a4;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84z" />
+    <glyph glyph-name="Upsilon" unicode="&#x3a5;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84z" />
+    <glyph glyph-name="Phi" unicode="&#x3a6;" 
+d="M106 332c0 -115 59 -193 156 -201v395c-97 -8 -156 -82 -156 -194zM494 332c0 112 -60 186 -156 194v-395c96 8 156 86 156 201zM262 -22v88c-143 9 -236 107 -236 266c0 156 93 251 236 259v87h76v-87c143 -8 236 -103 236 -259c0 -159 -93 -257 -236 -266v-88h-76z" />
+    <glyph glyph-name="Chi" unicode="&#x3a7;" 
+d="M54 0l196 339l-183 317h92l92 -168c17 -30 32 -57 53 -95h4c18 38 31 65 47 95l90 168h88l-183 -321l196 -335h-92l-99 177c-18 32 -36 65 -58 105h-4c-19 -40 -36 -73 -53 -105l-98 -177h-88z" />
+    <glyph glyph-name="Psi" unicode="&#x3a8;" 
+d="M258 0v243c-133 7 -214 83 -214 237v176h80v-172c0 -109 44 -167 134 -174v346h84v-346c90 7 134 65 134 174v172h80v-176c0 -154 -81 -230 -214 -237v-243h-84z" />
+    <glyph glyph-name="uni03A9" unicode="&#x3a9;" 
+d="M38 0v68h121v4c-55 54 -111 147 -111 279c0 184 97 317 252 317s252 -133 252 -317c0 -132 -56 -225 -111 -279v-4h121v-68h-210v61c65 63 114 147 114 285c0 142 -59 249 -166 249s-166 -107 -166 -249c0 -138 49 -222 114 -285v-61h-210z" />
+    <glyph glyph-name="Alphatonos" unicode="&#x386;" 
+d="M248 367l-30 -100h183l-29 100c-21 73 -40 134 -60 213h-4c-21 -79 -38 -140 -60 -213zM54 0l210 656h94l210 -656h-88l-59 200h-223l-59 -200h-85zM93 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Epsilontonos" unicode="&#x388;" 
+d="M200 0v656h320v-70h-244v-206h194v-71h-194v-238h254v-71h-330zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Etatonos" unicode="&#x389;" 
+d="M194 0v656h76v-275h182v275h76v-656h-76v309h-182v-309h-76zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Iotatonos" unicode="&#x38a;" 
+d="M185 0v71h118v515h-118v70h320v-70h-119v-515h119v-71h-320zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Iotadieresis" unicode="&#x3aa;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="Omicrontonos" unicode="&#x38c;" 
+d="M348 -12c-119 0 -203 126 -203 343c0 220 84 337 203 337c120 0 204 -117 204 -337c0 -221 -84 -343 -204 -343zM348 61c74 0 123 89 123 270c0 180 -49 264 -123 264c-73 0 -122 -84 -122 -264c0 -181 49 -270 122 -270zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Upsilontonos" unicode="&#x38e;" 
+d="M357 0v234l-169 422h77l73 -195c20 -55 38 -102 56 -153h4c18 51 37 101 55 153l75 195h74l-169 -422v-234h-76zM97 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Upsilondieresis" unicode="&#x3ab;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="Omegatonos" unicode="&#x38f;" 
+d="M134 0v68h99v4c-55 80 -88 168 -88 293c0 175 79 303 202 303c124 0 202 -128 202 -303c0 -125 -33 -213 -88 -293v-4h99v-68h-172v61c52 79 80 164 80 291c0 146 -44 243 -121 243s-121 -97 -121 -243c0 -127 28 -212 80 -291v-61h-172zM81 389l-57 10l36 291l79 -10z
+" />
+    <glyph glyph-name="alpha" unicode="&#x3b1;" 
+d="M253 -12c-116 0 -196 87 -196 246c0 167 104 264 218 264c66 0 134 -33 162 -127h3l20 115h82c-26 -128 -61 -290 -61 -379c0 -33 21 -51 48 -51c11 0 24 4 34 8l12 -63c-14 -6 -35 -13 -64 -13c-57 0 -95 31 -95 99h-3c-43 -67 -94 -99 -160 -99zM270 57
+c68 0 134 69 141 151l7 91c-26 107 -86 130 -130 130c-74 0 -146 -66 -146 -194c0 -113 48 -178 128 -178z" />
+    <glyph glyph-name="beta" unicode="&#x3b2;" 
+d="M93 -179v674c0 131 65 229 202 229c98 0 190 -56 190 -173c0 -72 -37 -126 -106 -166v-4c99 -15 165 -86 165 -188c0 -131 -95 -205 -197 -205c-62 0 -126 19 -177 74c3 -82 5 -159 6 -241h-83zM327 57c74 0 135 52 135 141c0 77 -47 136 -141 136c-17 0 -34 -2 -50 -6
+l-13 63c106 22 146 90 146 154c0 75 -50 112 -108 112c-75 0 -122 -59 -123 -177c-1 -117 -2 -231 -2 -347c47 -61 105 -76 156 -76z" />
+    <glyph glyph-name="gamma" unicode="&#x3b3;" 
+d="M255 -179c3 44 4 67 4 121c0 155 -103 401 -211 535l82 21c70 -87 142 -248 177 -401h4c72 126 127 254 145 389h82c-32 -165 -80 -282 -209 -481c8 -58 10 -128 10 -184h-84z" />
+    <glyph glyph-name="delta" unicode="&#x3b4;" 
+d="M300 -12c-121 0 -235 82 -235 221c0 118 88 195 196 231c-80 51 -144 100 -144 175c0 58 52 109 166 109c70 0 147 -12 241 -44l-20 -65c-98 34 -167 45 -222 45c-59 0 -84 -23 -84 -50c0 -53 66 -89 164 -150c97 -60 173 -124 173 -241c0 -138 -87 -231 -235 -231z
+M302 56c100 0 152 65 152 162c0 83 -58 135 -129 181c-113 -25 -180 -92 -180 -188c0 -95 75 -155 157 -155z" />
+    <glyph glyph-name="epsilon" unicode="&#x3b5;" 
+d="M320 -12c-142 0 -229 55 -229 146c0 70 50 104 111 121v4c-57 21 -87 63 -87 108c0 89 88 131 210 131c72 0 138 -22 193 -62l-33 -55c-49 35 -100 52 -158 52c-81 0 -130 -26 -130 -76c0 -44 43 -73 141 -73c19 0 37 1 61 3v-68c-28 2 -52 2 -76 2
+c-100 0 -150 -26 -150 -80s51 -87 156 -87c60 0 112 12 170 58l35 -55c-71 -54 -132 -69 -214 -69z" />
+    <glyph glyph-name="zeta" unicode="&#x3b6;" 
+d="M467 -184l-66 27c35 43 49 61 49 88c0 30 -28 40 -132 61c-107 21 -202 71 -202 230c0 160 159 330 311 428c-67 0 -205 -1 -281 -5v67h377v-67h-5c-158 -93 -317 -274 -317 -419c0 -115 63 -149 166 -168c107 -20 157 -42 157 -108c0 -30 -17 -79 -57 -134z" />
+    <glyph glyph-name="eta" unicode="&#x3b7;" 
+d="M431 -179c3 159 6 336 6 476c0 91 -27 130 -94 130c-60 0 -101 -22 -161 -103v-324h-82v353c0 38 -1 82 -7 133h75l7 -95h3c55 75 110 107 189 107c104 0 147 -66 147 -190v-487h-83z" />
+    <glyph glyph-name="theta" unicode="&#x3b8;" 
+d="M300 -12c-141 0 -228 114 -228 371c0 238 87 365 228 365s228 -127 228 -365c0 -257 -87 -371 -228 -371zM300 656c-81 0 -141 -77 -147 -266h294c-6 189 -66 266 -147 266zM300 56c81 0 142 70 147 275h-294c5 -205 66 -275 147 -275z" />
+    <glyph glyph-name="iota" unicode="&#x3b9;" 
+d="M400 -12c-108 0 -153 60 -153 175v256h-166v67h249c-2 -109 -6 -233 -6 -329c0 -70 32 -101 94 -101c25 0 55 6 86 20l21 -61c-34 -16 -72 -27 -125 -27z" />
+    <glyph glyph-name="kappa" unicode="&#x3ba;" 
+d="M484 -8c-59 68 -140 167 -192 263c-23 -25 -46 -53 -68 -83c-24 -35 -37 -84 -37 -147v-25h-77v353c0 38 -1 90 -10 133h82c7 -26 9 -70 9 -113v-152h4c80 139 214 246 338 277l9 -78c-63 -18 -130 -55 -195 -111c54 -102 150 -222 230 -309z" />
+    <glyph glyph-name="lambda" unicode="&#x3bb;" 
+d="M145 -8l-89 8l224 497l-8 23c-32 94 -66 134 -126 134c-27 0 -45 -8 -62 -16l-21 68c23 10 49 18 92 18c102 0 150 -64 200 -205l198 -519h-89l-145 403h-4z" />
+    <glyph glyph-name="uni03BC" unicode="&#x3bc;" 
+d="M84 -187v673h82v-291c0 -89 31 -136 103 -136c50 0 97 16 148 105v322h83c-3 -131 -6 -278 -6 -394c0 -26 12 -36 28 -36c5 0 9 0 18 2l11 -62c-11 -5 -27 -8 -47 -8c-51 0 -76 26 -80 104h-2c-40 -69 -95 -102 -154 -102c-44 0 -82 10 -108 53c1 -101 1 -150 7 -230h-83
+z" />
+    <glyph glyph-name="nu" unicode="&#x3bd;" 
+d="M257 0c-36 191 -121 353 -210 477l82 21c75 -105 153 -270 180 -413h4c67 125 133 270 144 401h83c-26 -169 -96 -313 -202 -486h-81z" />
+    <glyph glyph-name="xi" unicode="&#x3be;" 
+d="M470 -184l-66 27c35 43 48 61 48 88c0 30 -26 41 -131 61c-113 23 -209 65 -209 193c0 96 74 169 159 194v4c-64 27 -111 74 -111 144c0 55 29 98 78 123c-55 0 -84 -1 -146 -5v67h431v-67h-144c-73 0 -136 -43 -136 -120c0 -70 71 -120 138 -120c31 0 48 0 78 5v-72
+c-31 5 -53 5 -83 5c-91 0 -179 -53 -179 -147c0 -96 75 -120 176 -138c110 -21 154 -42 154 -108c0 -30 -16 -78 -57 -134z" />
+    <glyph glyph-name="omicron" unicode="&#x3bf;" 
+d="M300 -12c-128 0 -236 93 -236 254c0 163 108 256 236 256s236 -93 236 -256c0 -161 -108 -254 -236 -254zM300 56c93 0 151 75 151 186c0 112 -58 188 -151 188s-151 -76 -151 -188c0 -111 58 -186 151 -186z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" 
+d="M503 -12c-77 0 -106 43 -106 122c0 50 4 202 5 308h-197c0 -136 -5 -281 -15 -423l-82 5c16 143 20 287 20 418h-101v63l69 5h477v-68h-92c-6 -110 -7 -267 -7 -314c0 -34 15 -48 45 -48c7 0 14 2 27 6l12 -63c-15 -6 -31 -11 -55 -11z" />
+    <glyph glyph-name="rho" unicode="&#x3c1;" 
+d="M93 -179v427c0 169 102 250 226 250c143 0 221 -94 221 -248c0 -165 -104 -262 -212 -262c-56 0 -112 15 -158 69c3 -87 5 -150 6 -236h-83zM314 57c78 0 141 73 141 193c0 107 -41 179 -139 179c-77 0 -144 -60 -144 -182v-124c47 -57 96 -66 142 -66z" />
+    <glyph glyph-name="sigma" unicode="&#x3c3;" 
+d="M290 -12c-125 0 -230 89 -230 250c0 170 112 248 234 248h278v-70c-57 4 -102 7 -158 8v-4c63 -35 100 -102 100 -193c0 -151 -99 -239 -224 -239zM290 56c84 0 143 69 143 178c0 97 -50 184 -141 184c-84 0 -147 -59 -147 -180c0 -112 62 -182 145 -182z" />
+    <glyph glyph-name="tau" unicode="&#x3c4;" 
+d="M376 -12c-87 0 -117 48 -117 139v292h-193v62l70 5h398v-67h-194c-3 -104 -4 -206 -4 -298c0 -46 20 -65 58 -65c20 0 39 4 61 11l11 -64c-22 -8 -55 -15 -90 -15z" />
+    <glyph glyph-name="upsilon" unicode="&#x3c5;" 
+d="M294 -12c-131 0 -211 69 -211 209c0 52 4 104 4 156c0 38 -1 82 -8 133h80c7 -34 7 -70 7 -113c0 -51 -6 -125 -6 -181c0 -99 63 -136 135 -136c85 0 148 63 148 201c0 68 -11 138 -40 222l80 19c27 -79 44 -158 44 -239c0 -175 -96 -271 -233 -271z" />
+    <glyph glyph-name="phi" unicode="&#x3c6;" 
+d="M128 244c0 -113 56 -181 132 -187v372c-76 -6 -132 -73 -132 -185zM472 244c0 112 -56 179 -132 185v-372c76 6 132 74 132 187zM260 -179v170c-116 7 -216 96 -216 253c0 156 100 244 216 251v127h80v-127c116 -7 216 -95 216 -251c0 -157 -100 -246 -216 -253v-170h-80
+z" />
+    <glyph glyph-name="chi" unicode="&#x3c7;" 
+d="M139 -191l-83 12l206 342l-203 314l82 21l160 -262h4l137 250h87l-185 -322l216 -334l-80 -21l-175 287h-4z" />
+    <glyph glyph-name="psi" unicode="&#x3c8;" 
+d="M262 -179v167c-139 3 -202 94 -202 227v138c0 38 -1 82 -7 133h80c5 -34 6 -70 6 -113c0 -56 -2 -129 -2 -162c0 -95 39 -156 125 -156v567h80v-566c84 7 132 71 132 200c0 75 -8 135 -40 223l76 19c30 -83 43 -153 43 -240c0 -166 -78 -262 -211 -269v-168h-80z" />
+    <glyph glyph-name="omega" unicode="&#x3c9;" 
+d="M190 -12c-88 0 -156 80 -156 241c0 103 40 193 91 269l72 -33c-55 -81 -83 -149 -83 -251c0 -101 34 -158 81 -158c38 0 69 32 69 122c0 40 -3 78 -8 130h85c-5 -52 -7 -90 -7 -130c0 -93 30 -122 68 -122c48 0 80 55 80 171c0 99 -22 158 -76 240l73 31
+c51 -77 87 -153 87 -266c0 -163 -62 -244 -154 -244c-47 0 -89 25 -111 81h-4c-22 -56 -61 -81 -107 -81z" />
+    <glyph glyph-name="uni03C2" unicode="&#x3c2;" 
+d="M438 -180l-66 26c35 44 53 70 53 99c0 32 -16 50 -109 69c-115 24 -226 81 -226 240c0 156 122 244 257 244c81 0 135 -29 177 -68l-42 -53c-40 36 -77 53 -131 53c-101 0 -176 -70 -176 -176c0 -114 77 -152 178 -173c115 -24 146 -51 146 -118c0 -34 -20 -88 -61 -143z
+" />
+    <glyph glyph-name="uni03D0" unicode="&#x3d0;" 
+d="M329 -12c-108 0 -236 61 -236 236v271c0 132 66 229 205 229c94 0 187 -55 187 -173c0 -72 -42 -129 -113 -166v-4c106 -11 172 -87 172 -192c0 -124 -95 -201 -215 -201zM173 480c0 -44 -1 -79 -1 -111c172 33 232 90 232 176c0 75 -50 112 -106 112
+c-79 0 -123 -60 -125 -177zM326 60c79 0 136 56 136 134c0 79 -45 140 -141 140c-20 0 -66 -5 -150 -28v-69c0 -143 98 -177 155 -177z" />
+    <glyph glyph-name="uni03D1" unicode="&#x3d1;" 
+d="M158 541c0 -85 58 -178 288 -145c-6 188 -70 261 -166 260c-71 0 -122 -45 -122 -115zM297 -12c-123 0 -196 67 -196 194c0 52 -1 78 -8 109h77c8 -19 8 -54 8 -99c0 -99 55 -136 123 -136c81 0 142 59 146 285c-286 -39 -368 99 -368 201c0 110 89 182 198 182
+c165 0 251 -128 251 -362c0 -275 -92 -374 -231 -374z" />
+    <glyph glyph-name="uni03D5" unicode="&#x3d5;" 
+d="M128 244c0 -113 56 -181 132 -187v372c-76 -6 -132 -73 -132 -185zM472 244c0 112 -56 179 -132 185v-372c76 6 132 74 132 187zM260 -179v170c-116 7 -216 96 -216 253c0 156 100 244 216 251v127h80v-127c116 -7 216 -95 216 -251c0 -157 -100 -246 -216 -253v-170h-80
+z" />
+    <glyph glyph-name="phi.a" 
+d="M260 -179v170c-117 7 -223 89 -223 252c0 100 46 187 107 259l64 -48c-58 -69 -90 -129 -90 -220c0 -108 59 -171 142 -179v241c0 142 62 202 147 202c99 0 156 -93 156 -244c0 -161 -104 -255 -222 -262c1 -58 3 -115 4 -171h-85zM339 299c0 -81 1 -162 2 -244
+c82 8 140 79 140 195c0 110 -27 179 -77 179c-40 0 -65 -35 -65 -130z" />
+    <glyph glyph-name="alphatonos" unicode="&#x3ac;" 
+d="M253 -12c-116 0 -196 87 -196 246c0 167 104 264 218 264c66 0 134 -33 162 -127h3l20 115h82c-26 -128 -61 -290 -61 -379c0 -33 21 -51 48 -51c11 0 24 4 34 8l12 -63c-14 -6 -35 -13 -64 -13c-57 0 -95 31 -95 99h-3c-43 -67 -94 -99 -160 -99zM270 57
+c68 0 134 69 141 151l7 91c-26 107 -86 130 -130 130c-74 0 -146 -66 -146 -194c0 -113 48 -178 128 -178zM346 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="epsilontonos" unicode="&#x3ad;" 
+d="M320 -12c-142 0 -229 55 -229 146c0 70 50 104 111 121v4c-57 21 -87 63 -87 108c0 89 88 131 210 131c72 0 138 -22 193 -62l-33 -55c-49 35 -100 52 -158 52c-81 0 -130 -26 -130 -76c0 -44 43 -73 141 -73c19 0 37 1 61 3v-68c-28 2 -52 2 -76 2
+c-100 0 -150 -26 -150 -80s51 -87 156 -87c60 0 112 12 170 58l35 -55c-71 -54 -132 -69 -214 -69zM358 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="etatonos" unicode="&#x3ae;" 
+d="M431 -179c3 159 6 336 6 476c0 91 -27 130 -94 130c-60 0 -101 -22 -161 -103v-324h-82v353c0 38 -1 82 -7 133h75l7 -95h3c55 75 110 107 189 107c104 0 147 -66 147 -190v-487h-83zM348 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="iotatonos" unicode="&#x3af;" 
+d="M400 -12c-108 0 -153 60 -153 175v256h-166v67h249c-2 -109 -6 -233 -6 -329c0 -70 32 -101 94 -101c25 0 55 6 86 20l21 -61c-34 -16 -72 -27 -125 -27zM304 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="iotadieresis" unicode="&#x3ca;" 
+d="M400 -12c-108 0 -153 60 -153 175v256h-166v67h249c-2 -109 -6 -233 -6 -329c0 -70 32 -101 94 -101c25 0 55 6 86 20l21 -61c-34 -16 -72 -27 -125 -27zM185 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM379 588
+c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="omicrontonos" unicode="&#x3cc;" 
+d="M300 -12c-128 0 -236 93 -236 254c0 163 108 256 236 256s236 -93 236 -256c0 -161 -108 -254 -236 -254zM300 56c93 0 151 75 151 186c0 112 -58 188 -151 188s-151 -76 -151 -188c0 -111 58 -186 151 -186zM322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="upsilontonos" unicode="&#x3cd;" 
+d="M294 -12c-131 0 -211 69 -211 209c0 52 4 104 4 156c0 38 -1 82 -8 133h80c7 -34 7 -70 7 -113c0 -51 -6 -125 -6 -181c0 -99 63 -136 135 -136c85 0 148 63 148 201c0 68 -11 138 -40 222l80 19c27 -79 44 -158 44 -239c0 -175 -96 -271 -233 -271zM318 559l-57 10
+l47 230l85 -15z" />
+    <glyph glyph-name="upsilondieresis" unicode="&#x3cb;" 
+d="M294 -12c-131 0 -211 69 -211 209c0 52 4 104 4 156c0 38 -1 82 -8 133h80c7 -34 7 -70 7 -113c0 -51 -6 -125 -6 -181c0 -99 63 -136 135 -136c85 0 148 63 148 201c0 68 -11 138 -40 222l80 19c27 -79 44 -158 44 -239c0 -175 -96 -271 -233 -271zM199 588
+c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM393 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="omegatonos" unicode="&#x3ce;" 
+d="M190 -12c-88 0 -156 80 -156 241c0 103 40 193 91 269l72 -33c-55 -81 -83 -149 -83 -251c0 -101 34 -158 81 -158c38 0 69 32 69 122c0 40 -3 78 -8 130h85c-5 -52 -7 -90 -7 -130c0 -93 30 -122 68 -122c48 0 80 55 80 171c0 99 -22 158 -76 240l73 31
+c51 -77 87 -153 87 -266c0 -163 -62 -244 -154 -244c-47 0 -89 25 -111 81h-4c-22 -56 -61 -81 -107 -81zM322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="iotadieresistonos" unicode="&#x390;" 
+d="M400 -12c-108 0 -153 60 -153 175v256h-166v67h249c-2 -109 -6 -233 -6 -329c0 -70 32 -101 94 -101c25 0 55 6 86 20l21 -61c-34 -16 -72 -27 -125 -27zM167 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43zM240 573l49 226l68 -13
+l-75 -222zM397 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43z" />
+    <glyph glyph-name="upsilondieresistonos" unicode="&#x3b0;" 
+d="M294 -12c-131 0 -211 69 -211 209c0 52 4 104 4 156c0 38 -1 82 -8 133h80c7 -34 7 -70 7 -113c0 -51 -6 -125 -6 -181c0 -99 63 -136 135 -136c85 0 148 63 148 201c0 68 -11 138 -40 222l80 19c27 -79 44 -158 44 -239c0 -175 -96 -271 -233 -271zM181 595
+c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43zM254 573l49 226l68 -13l-75 -222zM411 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43z" />
+    <glyph glyph-name="uni03D7" unicode="&#x3d7;" 
+d="M441 -187l-95 8c52 54 100 115 137 172c-59 68 -140 166 -191 262c-23 -25 -46 -53 -68 -83c-24 -35 -37 -84 -37 -147v-25h-77v353c0 38 -1 90 -10 133h82c7 -26 9 -70 9 -113v-152h4c80 139 214 246 338 277l9 -78c-63 -18 -130 -55 -195 -111
+c54 -102 150 -222 230 -309c-44 -70 -96 -141 -136 -187z" />
+    <glyph glyph-name="uni03D9" unicode="&#x3d9;" 
+d="M300 54c96 0 153 74 153 188c0 113 -57 188 -153 188s-153 -75 -153 -188c0 -114 57 -188 153 -188zM263 -179v170c-113 15 -201 105 -201 251c0 164 108 256 238 256s238 -92 238 -256c0 -145 -86 -233 -197 -251c2 -61 3 -100 5 -170h-83z" />
+    <glyph glyph-name="uni03DB" unicode="&#x3db;" 
+d="M438 -180l-65 26c35 44 52 70 52 97c0 31 -11 50 -109 71c-117 26 -225 83 -225 231c0 165 116 241 266 241h156v-70c-41 2 -95 2 -151 2c-113 0 -186 -57 -186 -173c0 -103 72 -142 177 -164c115 -25 146 -51 146 -118c0 -34 -20 -88 -61 -143z" />
+    <glyph glyph-name="uni03DD" unicode="&#x3dd;" 
+d="M146 -179v665h377v-67h-301l2 -217h266v-59h-265c0 -108 1 -205 4 -322h-83z" />
+    <glyph glyph-name="uni03E1" unicode="&#x3e1;" 
+d="M507 -179l-80 10c13 64 18 125 18 186c0 43 -3 85 -10 126c-84 -38 -162 -75 -253 -121l-34 69l272 122c-10 41 -24 81 -42 119c-92 -41 -176 -81 -276 -131l-34 69l278 125c-56 95 -134 176 -233 234l51 61c232 -141 361 -397 361 -674c0 -67 -5 -130 -18 -195z" />
+    <glyph glyph-name="uni037E" unicode="&#x37e;" 
+d="M300 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM220 -213l-23 52c82 37 123 88 126 167c-6 -2 -13 -2 -19 -2c-43 0 -78 25 -78 75c0 49 37 76 80 76c59 0 90 -50 90 -128c0 -117 -66 -199 -176 -240z" />
+    <glyph glyph-name="anoteleia" unicode="&#x387;" 
+d="M300 340c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="anoteleia.cap" 
+d="M300 523c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="uni0374" unicode="&#x374;" 
+d="M257 449l22 241h81l-14 -92l-35 -149h-54z" />
+    <glyph glyph-name="uni0375" unicode="&#x375;" 
+d="M240 0l14 92l35 150h54l-22 -242h-81z" />
+    <glyph glyph-name="tonos" unicode="&#x384;" 
+d="M322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="tonos.cap" 
+d="M297 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="dieresistonos" unicode="&#x385;" 
+d="M185 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43zM258 573l49 226l68 -13l-75 -222zM415 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43z" />
+    <glyph glyph-name="uni037A" unicode="&#x37a;" 
+d="M344 -201c-53 0 -77 32 -77 92v47h64c-2 -17 -2 -38 -2 -53c0 -22 14 -31 30 -31c5 0 9 0 22 3l9 -49c-13 -5 -24 -9 -46 -9z" />
+    <glyph glyph-name="uni1FBE" unicode="&#x1fbe;" 
+d="M346 -12c-68 0 -95 41 -95 113v305h83c-3 -107 -5 -215 -5 -311c0 -27 14 -39 35 -39c8 0 18 2 29 6l11 -62c-14 -7 -31 -12 -58 -12z" />
+    <glyph glyph-name="uni1FBD" unicode="&#x1fbd;" 
+d="M268 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1FBF" unicode="&#x1fbf;" 
+d="M268 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni1FFE" unicode="&#x1ffe;" 
+d="M332 574c-58 10 -112 34 -112 92c0 60 52 92 143 94l5 -54c-56 -3 -83 -18 -83 -47c0 -26 24 -39 56 -47z" />
+    <glyph glyph-name="uni1FEF" unicode="&#x1fef;" 
+d="M276 558l-67 197l85 15l39 -201z" />
+    <glyph glyph-name="uni1FFD" unicode="&#x1ffd;" 
+d="M322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="uni1FCD" unicode="&#x1fcd;" 
+d="M180 577l-10 38c27 7 47 21 47 47s-24 40 -73 43l4 51c78 -3 129 -31 129 -85c0 -59 -49 -83 -97 -94zM365 559l-63 197l74 14l39 -201z" />
+    <glyph glyph-name="uni1FDD" unicode="&#x1fdd;" 
+d="M235 577c-48 11 -97 35 -97 94c0 54 51 82 129 85l4 -51c-49 -3 -73 -17 -73 -43s19 -40 46 -47zM359 559l-64 197l75 14l38 -201z" />
+    <glyph glyph-name="uni1FCE" unicode="&#x1fce;" 
+d="M180 577l-10 38c27 7 47 21 47 47s-24 40 -73 43l4 51c78 -3 129 -31 129 -85c0 -59 -49 -83 -97 -94zM362 559l-50 10l42 201l74 -14z" />
+    <glyph glyph-name="uni1FDE" unicode="&#x1fde;" 
+d="M245 577c-48 11 -97 35 -97 94c0 54 51 82 129 85l4 -51c-49 -3 -73 -17 -73 -43s19 -40 46 -47zM305 569l43 201l74 -14l-67 -197z" />
+    <glyph glyph-name="uni1FCF" unicode="&#x1fcf;" 
+d="M365 715c-58 0 -88 42 -126 42c-20 0 -28 -14 -33 -42l-47 4c5 51 27 88 76 88c59 0 88 -42 126 -42c20 0 28 14 33 42l47 -4c-5 -51 -27 -88 -76 -88zM273 562l-8 33c24 6 42 16 42 30c0 18 -20 29 -69 31l7 39c78 -2 122 -21 122 -61c0 -41 -46 -63 -94 -72z" />
+    <glyph glyph-name="uni1FDF" unicode="&#x1fdf;" 
+d="M327 562c-48 9 -94 31 -94 72c0 40 44 59 122 61l7 -39c-49 -2 -69 -13 -69 -31c0 -14 18 -24 42 -30zM159 719c5 51 27 88 76 88c59 0 88 -42 126 -42c20 0 28 14 33 42l47 -4c-5 -51 -27 -88 -76 -88c-58 0 -88 42 -126 42c-20 0 -28 -14 -33 -42z" />
+    <glyph glyph-name="uni1FC0" unicode="&#x1fc0;" 
+d="M372 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni1FED" unicode="&#x1fed;" 
+d="M187 595c-24 0 -42 17 -42 42s18 42 42 42c23 0 41 -17 41 -42s-18 -42 -41 -42zM297 563l-64 197l66 14l41 -201zM413 595c-23 0 -41 17 -41 42s18 42 41 42c24 0 42 -17 42 -42s-18 -42 -42 -42z" />
+    <glyph glyph-name="uni1FEE" unicode="&#x1fee;" 
+d="M185 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43zM258 573l49 226l68 -13l-75 -222zM415 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43z" />
+    <glyph glyph-name="uni1FC1" unicode="&#x1fc1;" 
+d="M204 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM396 588c-26 0 -45 20 -45 45c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM371 707c-70 0 -90 49 -138 49c-23 0 -40 -15 -44 -46l-42 4c3 52 31 92 82 92
+c70 0 90 -49 138 -49c23 0 40 15 44 46l42 -4c-3 -52 -31 -92 -82 -92z" />
+    <glyph glyph-name="uni1FBD.cap" 
+d="M265 461l-10 38c32 12 57 30 57 66c0 31 -28 51 -83 53l8 47c88 -2 139 -33 139 -91c0 -71 -53 -99 -111 -113z" />
+    <glyph glyph-name="uni1FFE.cap" 
+d="M339 461c-58 14 -111 42 -111 113c0 58 51 89 138 91l9 -47c-55 -2 -83 -22 -83 -53c0 -36 25 -54 56 -66z" />
+    <glyph glyph-name="uni1FEF.cap" 
+d="M296 464l-50 195l76 11l29 -195z" />
+    <glyph glyph-name="uni1FFD.cap" 
+d="M297 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="uni1FCD.cap" 
+d="M206 464l-12 38c23 14 42 34 42 62c0 34 -22 54 -66 57l8 47c72 -2 118 -34 118 -95c0 -59 -46 -93 -90 -109zM383 464l-50 195l75 11l30 -195z" />
+    <glyph glyph-name="uni1FDD.cap" 
+d="M261 464c-45 16 -91 50 -91 109c0 61 47 93 118 95l9 -47c-45 -3 -67 -23 -67 -57c0 -28 19 -48 43 -62zM381 464l-50 195l75 11l30 -195z" />
+    <glyph glyph-name="uni1FCE.cap" 
+d="M206 464l-12 38c23 14 42 34 42 62c0 34 -22 54 -66 57l8 47c72 -2 118 -34 118 -95c0 -59 -46 -93 -90 -109zM387 464l-55 11l29 195l76 -11z" />
+    <glyph glyph-name="uni1FDE.cap" 
+d="M263 464c-45 16 -91 50 -91 109c0 61 47 93 118 95l9 -47c-45 -3 -67 -23 -67 -57c0 -28 19 -48 43 -62zM332 475l29 195l76 -11l-50 -195z" />
+    <glyph glyph-name="uni1FCF.cap" 
+d="M349 592c-48 0 -63 35 -95 35c-16 0 -28 -6 -30 -31l-42 6c5 46 25 70 69 70c48 0 63 -35 95 -35c16 0 28 6 30 31l42 -6c-5 -47 -25 -70 -69 -70zM273 439l-8 33c24 6 42 16 42 29c0 19 -20 29 -69 32l7 39c78 -3 122 -21 122 -62s-46 -62 -94 -71z" />
+    <glyph glyph-name="uni1FDF.cap" 
+d="M327 439c-48 9 -94 30 -94 71s44 59 122 62l7 -39c-49 -3 -69 -13 -69 -32c0 -13 18 -23 42 -29zM349 592c-48 0 -63 35 -95 35c-16 0 -28 -6 -30 -31l-42 6c5 46 25 70 69 70c48 0 63 -35 95 -35c16 0 28 6 30 31l42 -6c-5 -47 -25 -70 -69 -70z" />
+    <glyph glyph-name="uni0410" unicode="&#x410;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85z" />
+    <glyph glyph-name="uni0411" unicode="&#x411;" 
+d="M99 0v656h405v-70h-322v-206h126c139 0 239 -50 239 -181c0 -137 -91 -199 -235 -199h-213zM182 70h116c112 0 167 34 167 124c0 84 -57 116 -169 116h-114v-240z" />
+    <glyph glyph-name="uni0412" unicode="&#x412;" 
+d="M99 0v656h186c134 0 225 -45 225 -160c0 -65 -37 -123 -115 -143v-4c96 -15 152 -67 152 -157c0 -129 -100 -192 -247 -192h-201zM182 380h89c112 0 157 36 157 109c0 71 -52 97 -153 97h-93v-206zM182 70h106c112 0 177 37 177 126c0 81 -62 114 -177 114h-106v-240z
+" />
+    <glyph glyph-name="uni0413" unicode="&#x413;" 
+d="M135 0v656h400v-70h-317v-586h-83z" />
+    <glyph glyph-name="uni0414" unicode="&#x414;" 
+d="M31 -188l-9 209v50h30c25 10 53 62 83 236c23 130 36 209 57 349h313v-585h73v-50l-9 -209h-73v188h-392v-188h-73zM210 293c-19 -112 -42 -181 -68 -222h280v515h-165c-19 -113 -27 -180 -47 -293z" />
+    <glyph glyph-name="uni0415" unicode="&#x415;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416z" />
+    <glyph glyph-name="uni0416" unicode="&#x416;" 
+d="M2 0l139 351l-43 158c-21 70 -42 78 -63 78c-7 0 -15 -2 -21 -4l-13 80c9 3 28 5 40 5c50 0 91 -17 121 -120l47 -168h53v276h76v-276h53l47 168c29 103 67 120 117 120c12 0 35 -2 44 -5l-13 -80c-6 2 -14 4 -21 4c-21 0 -42 -8 -63 -78l-43 -158l139 -351h-90l-110 309
+h-60v-309h-76v309h-60l-110 -309h-90z" />
+    <glyph glyph-name="uni0417" unicode="&#x417;" 
+d="M301 -12c-96 0 -172 29 -239 97l47 57c59 -58 114 -81 191 -81c87 0 158 46 158 129c0 84 -66 123 -180 123h-74v64h54c117 0 166 39 166 113c0 69 -56 105 -131 105c-62 0 -116 -24 -157 -63l-45 56c48 47 123 80 204 80c125 0 211 -63 211 -168
+c0 -69 -35 -125 -98 -148v-4c76 -15 132 -72 132 -162c0 -126 -106 -198 -239 -198z" />
+    <glyph glyph-name="uni0418" unicode="&#x418;" 
+d="M78 0v656h80v-340c0 -69 -8 -143 -11 -208h2l63 136l218 412h92v-656h-80v343c0 68 8 138 11 205h-2l-63 -136l-218 -412h-92z" />
+    <glyph glyph-name="uni0419" unicode="&#x419;" 
+d="M78 0v656h80v-340c0 -69 -8 -143 -11 -208h2l63 136l218 412h92v-656h-80v343c0 68 8 138 11 205h-2l-63 -136l-218 -412h-92zM304 705c-111 0 -147 61 -151 128l72 4c2 -47 23 -86 79 -86s77 39 79 86l72 -4c-4 -67 -40 -128 -151 -128z" />
+    <glyph glyph-name="uni041A" unicode="&#x41a;" 
+d="M102 0v656h83v-276h107l88 166c52 100 88 122 148 122c12 0 26 -2 36 -6l-15 -78c-8 3 -17 4 -23 4c-29 0 -48 -11 -86 -83l-81 -153l221 -352h-92l-196 309h-107v-309h-83z" />
+    <glyph glyph-name="uni041B" unicode="&#x41b;" 
+d="M58 -12c-21 0 -38 2 -56 9l17 77c10 -4 18 -6 28 -6c33 0 55 20 86 176c28 141 48 265 74 412h314v-656h-84v586h-165c-21 -120 -38 -231 -60 -351c-39 -201 -78 -247 -154 -247z" />
+    <glyph glyph-name="uni041C" unicode="&#x41c;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328c0 64 10 176 14 232h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2c6 -56 14 -168 14 -232v-328h-78z" />
+    <glyph glyph-name="uni041D" unicode="&#x41d;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84z" />
+    <glyph glyph-name="uni041E" unicode="&#x41e;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270z" />
+    <glyph glyph-name="uni041F" unicode="&#x41f;" 
+d="M79 0v656h442v-656h-84v586h-274v-586h-84z" />
+    <glyph glyph-name="uni0420" unicode="&#x420;" 
+d="M102 0v656h198c145 0 243 -49 243 -193c0 -138 -99 -203 -243 -203h-115v-260h-83zM185 328h105c115 0 169 42 169 135c0 95 -56 126 -169 126h-105v-261z" />
+    <glyph glyph-name="uni0421" unicode="&#x421;" 
+d="M351 -12c-162 0 -286 126 -286 340c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51c-52 -60 -116 -95 -203 -95z" />
+    <glyph glyph-name="uni0422" unicode="&#x422;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84z" />
+    <glyph glyph-name="uni0423" unicode="&#x423;" 
+d="M178 -12c-29 0 -47 3 -65 10l18 75c10 -4 22 -7 42 -7c42 0 66 16 84 53l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537c-33 -81 -80 -131 -163 -131z" />
+    <glyph glyph-name="uni0424" unicode="&#x424;" 
+d="M106 332c0 -109 51 -176 156 -185v364c-105 -8 -156 -72 -156 -179zM494 332c0 107 -51 171 -156 179v-364c105 9 156 76 156 185zM262 -12v95c-150 10 -236 98 -236 249c0 148 86 233 236 243v93h76v-93c150 -10 236 -95 236 -243c0 -151 -86 -239 -236 -249v-95h-76z
+" />
+    <glyph glyph-name="uni0425" unicode="&#x425;" 
+d="M54 0l196 339l-183 317h92l92 -168c17 -30 32 -57 53 -95h4c18 38 31 65 47 95l90 168h88l-183 -321l196 -335h-92l-99 177c-18 32 -36 65 -58 105h-4c-19 -40 -36 -73 -53 -105l-98 -177h-88z" />
+    <glyph glyph-name="uni0426" unicode="&#x426;" 
+d="M79 0v656h83v-585h273v585h83v-585h71v-50l-9 -209h-68v188h-433z" />
+    <glyph glyph-name="uni0427" unicode="&#x427;" 
+d="M432 0v294c-33 -6 -72 -10 -125 -10c-150 0 -242 56 -242 216v156h82v-156c0 -111 60 -147 167 -147c52 0 90 4 118 10v293h84v-656h-84z" />
+    <glyph glyph-name="uni0428" unicode="&#x428;" 
+d="M40 0v656h76v-585h146v585h76v-585h146v585h76v-656h-520z" />
+    <glyph glyph-name="uni0429" unicode="&#x429;" 
+d="M38 0v656h74v-585h134v585h74v-585h134v585h74v-585h64v-50l-9 -209h-66v188h-479z" />
+    <glyph glyph-name="uni042A" unicode="&#x42a;" 
+d="M201 0v586h-182v70h266v-269h55c134 0 233 -56 233 -185c0 -140 -88 -202 -226 -202h-146zM285 68h51c103 0 157 39 157 132c0 80 -57 120 -164 120h-44v-252z" />
+    <glyph glyph-name="uni042B" unicode="&#x42b;" 
+d="M55 0v656h76v-269h36c131 0 219 -54 219 -185c0 -140 -85 -202 -218 -202h-113zM131 68h30c100 0 152 39 152 132c0 83 -52 120 -154 120h-28v-252zM469 0v656h76v-656h-76z" />
+    <glyph glyph-name="uni042C" unicode="&#x42c;" 
+d="M98 0v656h84v-269h121c144 0 242 -54 242 -185c0 -140 -94 -202 -241 -202h-206zM182 68h111c111 0 170 39 170 132c0 83 -58 120 -172 120h-109v-252z" />
+    <glyph glyph-name="uni042D" unicode="&#x42d;" 
+d="M258 -12c-89 0 -157 35 -212 95l46 52c45 -46 96 -74 164 -74c114 0 188 83 194 248h-275v71h274c-12 139 -81 215 -195 215c-57 0 -109 -24 -146 -62l-46 54c41 43 114 81 196 81c165 0 276 -118 276 -340c0 -223 -116 -340 -276 -340z" />
+    <glyph glyph-name="uni042E" unicode="&#x42e;" 
+d="M380 -12c-106 0 -173 103 -178 321h-74v-309h-84v656h84v-275h75c9 198 75 287 177 287c112 0 184 -104 184 -336c0 -234 -72 -344 -184 -344zM380 61c63 0 98 77 98 271c0 192 -35 263 -98 263c-60 0 -98 -71 -98 -263c0 -194 38 -271 98 -271z" />
+    <glyph glyph-name="uni042F" unicode="&#x42f;" 
+d="M417 0v277h-121l-170 -277h-96l184 286c-87 21 -149 81 -149 186c0 136 96 184 230 184h206v-656h-84zM307 345h110v244h-110c-102 0 -158 -31 -158 -117c0 -85 56 -127 158 -127z" />
+    <glyph glyph-name="uni0400" unicode="&#x400;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM360 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni0401" unicode="&#x401;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM240 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM422 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="uni0402" unicode="&#x402;" 
+d="M411 -12c-23 0 -49 5 -64 10l15 67c9 -4 25 -8 38 -8c42 0 95 29 95 134c0 98 -55 141 -146 141c-32 0 -67 -4 -92 -10v-322h-84v586h-168v70h462v-70h-210v-195c29 5 68 10 104 10c124 0 215 -61 215 -209c0 -156 -82 -204 -165 -204z" />
+    <glyph glyph-name="uni0403" unicode="&#x403;" 
+d="M135 0v656h400v-70h-317v-586h-83zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni0404" unicode="&#x404;" 
+d="M352 -12c-167 0 -286 117 -286 340c0 222 121 340 290 340c80 0 144 -38 182 -81l-46 -54c-34 37 -79 62 -134 62c-117 0 -193 -76 -207 -215h274v-71h-275c6 -165 82 -248 206 -248c62 0 110 28 152 74l46 -52c-52 -60 -117 -95 -202 -95z" />
+    <glyph glyph-name="uni0405" unicode="&#x405;" 
+d="M305 -12c-96 0 -179 38 -238 97l50 58c49 -49 117 -82 192 -82c90 0 143 43 143 104c0 70 -51 90 -118 119l-94 41c-66 26 -142 73 -142 169c0 100 90 174 215 174c82 0 154 -33 202 -81l-44 -54c-43 38 -93 62 -161 62c-76 0 -127 -37 -127 -96c0 -63 61 -86 117 -109
+l92 -40c81 -33 145 -78 145 -175c0 -104 -88 -187 -232 -187z" />
+    <glyph glyph-name="uni0406" unicode="&#x406;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="uni0407" unicode="&#x407;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="uni0408" unicode="&#x408;" 
+d="M276 -12c-73 0 -150 34 -195 109l52 51c37 -59 90 -87 141 -87c94 0 136 48 136 156v370h-275v70h358v-447c0 -122 -54 -222 -217 -222z" />
+    <glyph glyph-name="uni0409" unicode="&#x409;" 
+d="M35 -12c-14 0 -27 1 -43 7l17 77c7 -2 12 -4 18 -4c24 0 42 17 61 164c18 144 27 283 31 424h237v-269h22c116 0 196 -54 196 -185c0 -140 -78 -202 -199 -202h-95v586h-92c-4 -119 -13 -232 -28 -371c-20 -184 -58 -227 -125 -227zM356 68h16c86 0 128 39 128 132
+c0 83 -42 120 -131 120h-13v-252z" />
+    <glyph glyph-name="uni040A" unicode="&#x40a;" 
+d="M39 0v656h76v-275h152v275h76v-269h35c116 0 195 -54 195 -185c0 -140 -76 -202 -194 -202h-112v309h-152v-309h-76zM343 68h29c84 0 127 37 127 132c0 85 -43 120 -130 120h-26v-252z" />
+    <glyph glyph-name="uni040B" unicode="&#x40b;" 
+d="M173 0v586h-168v70h461v-70h-210v-195c30 5 69 10 104 10c130 0 207 -56 207 -192v-209h-82v209c0 89 -46 123 -137 123c-31 0 -67 -4 -92 -10v-322h-83z" />
+    <glyph glyph-name="uni040C" unicode="&#x40c;" 
+d="M102 0v656h83v-276h107l88 166c52 100 88 122 148 122c12 0 26 -2 36 -6l-15 -78c-8 3 -17 4 -23 4c-29 0 -48 -11 -86 -83l-81 -153l221 -352h-92l-196 309h-107v-309h-83zM288 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni040D" unicode="&#x40d;" 
+d="M78 0v656h80v-340c0 -69 -8 -143 -11 -208h2l63 136l218 412h92v-656h-80v343c0 68 8 138 11 205h-2l-63 -136l-218 -412h-92zM333 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni040E" unicode="&#x40e;" 
+d="M178 -12c-29 0 -47 3 -65 10l18 75c10 -4 22 -7 42 -7c42 0 66 16 84 53l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537c-33 -81 -80 -131 -163 -131zM304 705c-111 0 -147 61 -151 128l72 4c2 -47 23 -86 79 -86s77 39 79 86l72 -4
+c-4 -67 -40 -128 -151 -128z" />
+    <glyph glyph-name="uni040F" unicode="&#x40f;" 
+d="M75 0v656h84v-585h282v585h84v-656h-182l-8 -188h-69v188h-191z" />
+    <glyph glyph-name="uni0462" unicode="&#x462;" 
+d="M160 0v507h-136v68h136v125h83v-125h222v-68h-222v-136h66c143 0 242 -48 242 -173c0 -140 -90 -198 -236 -198h-155zM243 66h62c110 0 164 36 164 128c0 82 -54 115 -171 115h-55v-243z" />
+    <glyph glyph-name="uni0472" unicode="&#x472;" 
+d="M300 -12c-149 0 -252 124 -252 343c0 218 103 337 252 337s252 -120 252 -337c0 -219 -103 -343 -252 -343zM300 598c-93 0 -156 -78 -167 -219h334c-11 141 -74 219 -167 219zM300 58c98 0 163 90 169 253h-338c6 -163 71 -253 169 -253z" />
+    <glyph glyph-name="uni0474" unicode="&#x474;" 
+d="M248 0l-210 656h89l106 -354c22 -78 38 -140 63 -217h4c21 77 35 139 57 217l64 227c26 97 60 139 130 139c20 0 32 -2 48 -9l-17 -77c-7 3 -15 6 -26 6c-29 0 -44 -25 -58 -74l-148 -514h-102z" />
+    <glyph glyph-name="uni0490" unicode="&#x490;" 
+d="M135 0v656h313l16 172h70l-9 -242h-307v-586h-83z" />
+    <glyph glyph-name="uni0492" unicode="&#x492;" 
+d="M140 0v300h-80v58l80 4v294h386v-70h-302v-224h168v-62h-168v-300h-84z" />
+    <glyph glyph-name="uni0496" unicode="&#x496;" 
+d="M547 -188v188h-39l-110 309h-60v-309h-76v309h-60l-110 -309h-90l139 351l-43 158c-21 70 -42 78 -63 78c-7 0 -15 -2 -21 -4l-13 80c9 3 28 5 40 5c50 0 91 -17 121 -120l47 -168h53v276h76v-276h53l47 168c29 103 67 120 117 120c12 0 35 -2 44 -5l-13 -80
+c-6 2 -14 4 -21 4c-21 0 -42 -8 -63 -78l-43 -158l111 -280h45v-50l-9 -209h-59z" />
+    <glyph glyph-name="uni0498" unicode="&#x498;" 
+d="M264 -188v177c-79 6 -144 36 -202 95l47 57c59 -58 114 -81 191 -81c87 0 158 46 158 129c0 84 -66 123 -180 123h-74v64h54c117 0 166 39 166 113c0 69 -56 105 -131 105c-62 0 -116 -24 -157 -63l-45 56c48 47 123 80 204 80c125 0 211 -63 211 -168
+c0 -69 -35 -125 -98 -148v-4c76 -15 132 -72 132 -162c0 -112 -83 -181 -195 -195l-8 -178h-73z" />
+    <glyph glyph-name="uni049A" unicode="&#x49a;" 
+d="M513 -188v188h-25l-196 309h-107v-309h-83v656h83v-276h107l88 166c52 100 88 122 148 122c12 0 26 -2 36 -6l-15 -78c-8 3 -17 4 -23 4c-29 0 -48 -11 -86 -83l-81 -153l176 -281h53v-50l-9 -209h-66z" />
+    <glyph glyph-name="uni04A0" unicode="&#x4a0;" 
+d="M205 0v586h-186v70h262v-276h66l75 166c47 103 78 122 132 122c12 0 24 -2 33 -6l-14 -77c-6 2 -14 3 -20 3c-21 0 -38 -10 -74 -83l-73 -154l194 -351h-81l-174 309h-64v-309h-76z" />
+    <glyph glyph-name="uni04A2" unicode="&#x4a2;" 
+d="M79 0v656h84v-275h272v275h83v-585h71v-50l-9 -209h-64v188h-81v309h-272v-309h-84z" />
+    <glyph glyph-name="uni04AA" unicode="&#x4aa;" 
+d="M313 -188v178c-143 19 -248 141 -248 338c0 211 123 340 294 340c78 0 141 -38 179 -80l-47 -53c-34 36 -77 60 -132 60c-126 0 -208 -102 -208 -265c0 -165 82 -269 208 -269c60 0 106 26 148 73l47 -51c-43 -50 -94 -82 -160 -92l-8 -179h-73z" />
+    <glyph glyph-name="uni04AE" unicode="&#x4ae;" 
+d="M258 0v234l-220 422h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-220 -422v-234h-84z" />
+    <glyph glyph-name="uni04B0" unicode="&#x4b0;" 
+d="M106 220v58l89 4h38l-195 374h88l99 -195c25 -50 48 -100 75 -153h4c26 53 52 103 77 154l95 194h86l-195 -374h127v-62h-152v-220h-84v220h-152z" />
+    <glyph glyph-name="uni04B2" unicode="&#x4b2;" 
+d="M491 -188v188h-37l-99 177c-18 32 -36 65 -58 105h-4c-19 -40 -36 -73 -53 -105l-98 -177h-88l196 339l-183 317h92l92 -168c17 -30 32 -57 53 -95h4c18 38 31 65 47 95l90 168h88l-183 -321l154 -264h60v-50l-8 -209h-65z" />
+    <glyph glyph-name="uni04B6" unicode="&#x4b6;" 
+d="M427 0v294c-32 -6 -70 -10 -123 -10c-149 0 -239 56 -239 216v156h82v-156c0 -111 59 -147 165 -147c50 0 87 4 115 10v293h84v-585h71v-50l-9 -209h-70v188h-76z" />
+    <glyph glyph-name="uni04BA" unicode="&#x4ba;" 
+d="M91 0v656h83v-258c32 5 68 10 119 10c149 0 239 -56 239 -214v-194h-82v194c0 110 -58 145 -164 145c-49 0 -85 -5 -112 -10v-329h-83z" />
+    <glyph glyph-name="uni04C0" unicode="&#x4c0;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="uni04C1" unicode="&#x4c1;" 
+d="M2 0l139 351l-43 158c-21 70 -42 78 -63 78c-7 0 -15 -2 -21 -4l-13 80c9 3 28 5 40 5c50 0 91 -17 121 -120l47 -168h53v276h76v-276h53l47 168c29 103 67 120 117 120c12 0 35 -2 44 -5l-13 -80c-6 2 -14 4 -21 4c-21 0 -42 -8 -63 -78l-43 -158l139 -351h-90l-110 309
+h-60v-309h-76v309h-60l-110 -309h-90zM300 705c-111 0 -147 61 -151 128l72 4c2 -47 23 -86 79 -86s77 39 79 86l72 -4c-4 -67 -40 -128 -151 -128z" />
+    <glyph glyph-name="uni04D0" unicode="&#x4d0;" 
+d="M232 367l-31 -100h196l-31 100c-23 73 -45 145 -65 221h-4c-21 -76 -42 -148 -65 -221zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705c-111 0 -147 61 -151 128l72 4c2 -47 23 -86 79 -86s77 39 79 86l72 -4c-4 -67 -40 -128 -151 -128z" />
+    <glyph glyph-name="uni04D4" unicode="&#x4d4;" 
+d="M231 377l-46 -119h132v332h-3c-27 -72 -56 -142 -83 -213zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87z" />
+    <glyph glyph-name="uni04D6" unicode="&#x4d6;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM331 705c-111 0 -147 61 -151 128l72 4c2 -47 23 -86 79 -86s77 39 79 86l72 -4c-4 -67 -40 -128 -151 -128z" />
+    <glyph glyph-name="uni04D8" unicode="&#x4d8;" 
+d="M300 -12c-147 0 -241 135 -241 339c0 8 0 15 1 23h407c-5 157 -64 246 -170 246c-54 0 -99 -24 -132 -58l-40 57c41 42 99 73 176 73c155 0 249 -128 249 -338s-102 -342 -250 -342zM300 60c92 0 155 78 166 226h-325c10 -151 68 -226 159 -226z" />
+    <glyph glyph-name="uni04E2" unicode="&#x4e2;" 
+d="M78 0v656h80v-340c0 -69 -8 -143 -11 -208h2l63 136l218 412h92v-656h-80v343c0 68 8 138 11 205h-2l-63 -136l-218 -412h-92zM170 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni04E6" unicode="&#x4e6;" 
+d="M300 -12c-148 0 -252 128 -252 343c0 212 104 337 252 337s252 -125 252 -337c0 -215 -104 -343 -252 -343zM300 61c100 0 166 102 166 270c0 165 -66 264 -166 264s-166 -99 -166 -264c0 -168 66 -270 166 -270zM209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50
+s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="uni04E8" unicode="&#x4e8;" 
+d="M300 -12c-149 0 -252 124 -252 343c0 218 103 337 252 337s252 -120 252 -337c0 -219 -103 -343 -252 -343zM300 598c-93 0 -156 -78 -167 -219h334c-11 141 -74 219 -167 219zM300 58c98 0 163 90 169 253h-338c6 -163 71 -253 169 -253z" />
+    <glyph glyph-name="uni04EE" unicode="&#x4ee;" 
+d="M178 -12c-29 0 -47 3 -65 10l18 75c10 -4 22 -7 42 -7c42 0 66 16 84 53l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537c-33 -81 -80 -131 -163 -131zM170 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni04F2" unicode="&#x4f2;" 
+d="M178 -12c-29 0 -47 3 -65 10l18 75c10 -4 22 -7 42 -7c42 0 66 16 84 53l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537c-33 -81 -80 -131 -163 -131zM232 703l-43 21l92 152l57 -32zM392 703l-43 21l93 152l56 -32z" />
+    <glyph glyph-name="uni0430" unicode="&#x430;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78z" />
+    <glyph glyph-name="uni0431" unicode="&#x431;" 
+d="M311 -12c-149 0 -236 117 -236 307c0 322 122 379 311 408c59 8 76 12 107 27l17 -75c-27 -17 -63 -24 -107 -31c-158 -24 -228 -42 -244 -237c44 53 107 81 170 81c119 0 202 -85 202 -227c0 -155 -94 -253 -220 -253zM310 56c86 0 136 75 136 185
+c0 100 -49 164 -137 164c-50 0 -105 -21 -154 -88v-38c0 -134 52 -223 155 -223z" />
+    <glyph glyph-name="uni0432" unicode="&#x432;" 
+d="M104 0v486h225c112 0 189 -35 189 -123c0 -54 -33 -88 -85 -104v-3c57 -14 106 -47 106 -117c0 -96 -84 -139 -202 -139h-233zM185 284h130c88 0 123 26 123 71s-35 65 -117 65h-136v-136zM185 66h143c88 0 129 24 129 78c0 49 -46 76 -134 76h-138v-154z" />
+    <glyph glyph-name="uni0433" unicode="&#x433;" 
+d="M146 0v486h377v-67h-295v-419h-82z" />
+    <glyph glyph-name="uni0434" unicode="&#x434;" 
+d="M206 255c-11 -96 -29 -153 -53 -188h251v352h-179zM51 -172l-9 187v52h24c27 15 49 47 68 204l26 215h326v-419h71v-52l-9 -187h-71v172h-356v-172h-70z" />
+    <glyph glyph-name="uni0435" unicode="&#x435;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149z" />
+    <glyph glyph-name="uni0436" unicode="&#x436;" 
+d="M6 0l132 262l-34 93c-20 54 -41 63 -63 63c-7 0 -11 0 -17 -2l-12 77c7 4 18 5 30 5c52 0 91 -22 121 -102l42 -112h55v202h80v-202h55l42 112c30 80 69 102 121 102c12 0 23 -2 30 -5l-12 -77c-6 2 -10 2 -17 2c-22 0 -43 -9 -63 -63l-34 -93l132 -262h-86l-105 220h-63
+v-220h-80v220h-63l-105 -220h-86z" />
+    <glyph glyph-name="uni0437" unicode="&#x437;" 
+d="M280 -12c-79 0 -149 17 -218 73l36 54c56 -46 115 -61 175 -61c101 0 158 31 158 87c0 55 -53 79 -150 79h-84v64h72c93 0 139 27 139 75c0 49 -46 74 -134 74c-70 0 -115 -18 -166 -55l-34 55c56 41 120 65 205 65c123 0 210 -42 210 -131c0 -48 -29 -86 -87 -108v-4
+c66 -17 111 -51 111 -121c0 -93 -94 -146 -233 -146z" />
+    <glyph glyph-name="uni0438" unicode="&#x438;" 
+d="M100 0v486h80v-202c0 -52 -5 -117 -8 -179h4c18 30 46 74 64 104l184 277h76v-486h-80v202c0 52 5 117 8 180h-4c-18 -30 -46 -75 -64 -104l-184 -278h-76z" />
+    <glyph glyph-name="uni0439" unicode="&#x439;" 
+d="M100 0v486h80v-202c0 -52 -5 -117 -8 -179h4c18 30 46 74 64 104l184 277h76v-486h-80v202c0 52 5 117 8 180h-4c-18 -30 -46 -75 -64 -104l-184 -278h-76zM311 572c-112 0 -153 72 -157 149l68 4c2 -57 23 -105 89 -105s87 48 89 105l68 -4c-4 -77 -45 -149 -157 -149z
+" />
+    <glyph glyph-name="uni043A" unicode="&#x43a;" 
+d="M110 0v486h82v-200h128l59 108c44 83 75 104 129 104c12 0 24 -2 32 -6l-14 -77c-7 2 -12 3 -20 3c-25 0 -40 -11 -70 -66l-53 -97l177 -255h-91l-149 219h-128v-219h-82z" />
+    <glyph glyph-name="uni043B" unicode="&#x43b;" 
+d="M74 -12c-18 0 -31 3 -45 8l16 76c7 -2 13 -4 22 -4c34 0 56 31 65 103c13 105 25 210 37 315h327v-486h-83v419h-179c-10 -89 -21 -180 -32 -269c-14 -108 -57 -162 -128 -162z" />
+    <glyph glyph-name="uni043C" unicode="&#x43c;" 
+d="M64 0v486h100l92 -228c15 -40 30 -78 43 -118h4c15 40 30 78 43 118l90 228h100v-486h-78v218c0 43 6 118 10 168h-4c-14 -38 -30 -80 -44 -116l-88 -224h-62l-92 224c-15 36 -28 78 -42 116h-4c4 -50 10 -125 10 -168v-218h-78z" />
+    <glyph glyph-name="uni043D" unicode="&#x43d;" 
+d="M93 0v486h82v-197h250v197h82v-486h-82v216h-250v-216h-82z" />
+    <glyph glyph-name="uni043E" unicode="&#x43e;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186z" />
+    <glyph glyph-name="uni043F" unicode="&#x43f;" 
+d="M93 0v486h414v-486h-82v419h-250v-419h-82z" />
+    <glyph glyph-name="uni0440" unicode="&#x440;" 
+d="M93 -205v691h68l7 -62h3c45 43 108 74 168 74c131 0 201 -97 201 -248c0 -165 -104 -262 -221 -262c-45 0 -102 23 -145 63h-3l4 -92v-164h-82zM305 57c87 0 150 73 150 193c0 107 -40 179 -137 179c-43 0 -93 -23 -143 -73v-242c46 -41 97 -57 130 -57z" />
+    <glyph glyph-name="uni0441" unicode="&#x441;" 
+d="M346 -12c-152 0 -266 93 -266 254c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53c-54 -48 -121 -76 -193 -76z" />
+    <glyph glyph-name="uni0442" unicode="&#x442;" 
+d="M259 0v419h-193v67h468v-67h-193v-419h-82z" />
+    <glyph glyph-name="uni0443" unicode="&#x443;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169z" />
+    <glyph glyph-name="uni0444" unicode="&#x444;" 
+d="M260 -205v155l2 74c-22 -18 -47 -36 -80 -36c-90 0 -150 92 -150 254c0 158 71 256 150 256c33 0 58 -16 80 -36l-2 74v176h80v-176l-2 -76c24 22 56 38 88 38c90 0 142 -97 142 -248c0 -165 -71 -262 -151 -262c-27 0 -55 16 -79 36l2 -74v-155h-80zM201 57
+c23 0 41 11 61 35v304c-20 22 -41 33 -65 33c-50 0 -83 -75 -83 -187c0 -115 28 -185 87 -185zM401 57c54 0 85 73 85 193c0 107 -20 179 -82 179c-22 0 -44 -11 -66 -34v-305c22 -24 46 -33 63 -33z" />
+    <glyph glyph-name="uni0445" unicode="&#x445;" 
+d="M64 0l185 252l-171 234h91l77 -107c17 -26 37 -55 57 -82h4c18 27 38 57 55 84l73 105h87l-173 -241l186 -245h-90l-85 112c-20 28 -43 60 -64 88h-4c-20 -29 -40 -57 -60 -88l-80 -112h-88z" />
+    <glyph glyph-name="uni0446" unicode="&#x446;" 
+d="M94 0v486h82v-419h239v419h82v-419h71v-52l-8 -187h-71v172h-395z" />
+    <glyph glyph-name="uni0447" unicode="&#x447;" 
+d="M408 0v196c-41 -8 -60 -12 -111 -12c-133 0 -209 50 -209 180v122h82v-122c0 -81 44 -113 144 -113c34 0 60 4 94 12v223h82v-486h-82z" />
+    <glyph glyph-name="uni0448" unicode="&#x448;" 
+d="M58 0v486h82v-419h122v419h76v-419h122v419h82v-486h-484z" />
+    <glyph glyph-name="uni0449" unicode="&#x449;" 
+d="M58 0v486h82v-419h118v419h76v-419h118v419h82v-419h60v-52l-8 -187h-65v172h-463z" />
+    <glyph glyph-name="uni044A" unicode="&#x44a;" 
+d="M201 0v419h-166v67h248v-179h74c116 0 194 -46 194 -152c0 -108 -78 -155 -194 -155h-156zM283 66h66c82 0 121 28 121 89s-39 88 -121 88h-66v-177z" />
+    <glyph glyph-name="uni044B" unicode="&#x44b;" 
+d="M70 0v486h75v-179h68c108 0 179 -46 179 -152c0 -108 -71 -155 -179 -155h-143zM145 66h60c77 0 114 28 114 89s-37 88 -114 88h-60v-177zM455 0v486h75v-486h-75z" />
+    <glyph glyph-name="uni044C" unicode="&#x44c;" 
+d="M125 0v486h83v-179h113c118 0 197 -46 197 -152c0 -108 -79 -155 -197 -155h-196zM208 66h104c85 0 125 28 125 89s-40 88 -125 88h-104v-177z" />
+    <glyph glyph-name="uni044D" unicode="&#x44d;" 
+d="M256 -12c-76 0 -145 26 -195 72l35 51c37 -35 91 -57 152 -57c111 0 184 55 192 166h-251v64h249c-15 100 -86 149 -182 149c-64 0 -109 -22 -146 -54l-39 50c42 38 102 69 190 69c141 0 259 -82 259 -256c0 -170 -112 -254 -264 -254z" />
+    <glyph glyph-name="uni044E" unicode="&#x44e;" 
+d="M384 -12c-96 0 -169 75 -177 225h-81v-213h-82v486h82v-200h82c12 142 83 212 176 212c105 0 180 -83 180 -256c0 -171 -75 -254 -180 -254zM382 56c59 0 98 60 98 186c0 127 -39 188 -98 188c-62 0 -102 -61 -102 -188c0 -126 40 -186 102 -186z" />
+    <glyph glyph-name="uni044F" unicode="&#x44f;" 
+d="M418 0v190h-132l-138 -190h-93l145 196c-68 16 -123 62 -123 146c0 107 79 144 184 144h240v-486h-83zM275 254h143v166h-143c-73 0 -116 -22 -116 -80c0 -57 43 -86 116 -86z" />
+    <glyph glyph-name="uni0450" unicode="&#x450;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM337 568
+l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni0451" unicode="&#x451;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM219 588
+c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM413 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="uni0452" unicode="&#x452;" 
+d="M334 -217c-25 0 -47 6 -61 13l16 62c11 -4 25 -8 40 -8c70 0 124 64 124 312c0 176 -45 245 -135 245c-50 0 -87 -29 -143 -88v-319h-82v564h-73v57l73 5v86h82v-86h213v-62h-213v-66l-5 -114h3c48 53 101 94 171 94c125 0 194 -103 194 -307c0 -301 -78 -388 -204 -388z
+" />
+    <glyph glyph-name="uni0453" unicode="&#x453;" 
+d="M146 0v486h377v-67h-295v-419h-82zM328 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0454" unicode="&#x454;" 
+d="M346 -12c-153 0 -266 84 -266 254c0 172 124 256 271 256c80 0 136 -29 178 -67l-39 -52c-38 33 -83 54 -139 54c-99 0 -173 -51 -189 -149h263v-64h-265c8 -110 81 -166 193 -166c61 0 113 25 152 58l34 -52c-53 -47 -121 -72 -193 -72z" />
+    <glyph glyph-name="uni0455" unicode="&#x455;" 
+d="M310 -12c-95 0 -180 35 -239 76l38 54c56 -40 121 -66 211 -66c82 0 123 35 123 76c0 37 -20 63 -152 90c-126 26 -190 69 -190 142c0 78 69 138 202 138c74 0 148 -29 196 -62l-40 -53c-45 31 -101 51 -163 51c-83 0 -112 -33 -112 -70c0 -42 42 -60 141 -81
+c162 -35 201 -76 201 -150c0 -79 -77 -145 -216 -145z" />
+    <glyph glyph-name="uni0456" unicode="&#x456;" 
+d="M316 0v419h-226v67h308v-486h-82zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni0457" unicode="&#x457;" 
+d="M316 0v419h-226v67h308v-486h-82zM251 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM445 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="uni0458" unicode="&#x458;" 
+d="M194 -217c-51 0 -100 14 -139 33l27 61c35 -17 74 -27 111 -27c97 0 123 49 123 132v437h-226v67h308v-498c0 -120 -47 -205 -204 -205zM348 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni0459" unicode="&#x459;" 
+d="M37 -12c-18 0 -30 3 -44 8l15 76c6 -2 12 -4 20 -4c26 0 49 29 60 103c14 103 21 205 26 315h246v-179h15c108 0 181 -46 181 -152c0 -108 -73 -155 -181 -155h-95v419h-96c-5 -89 -11 -186 -24 -281c-15 -102 -62 -150 -123 -150zM360 66h6c81 0 116 28 116 89
+s-35 88 -116 88h-6v-177z" />
+    <glyph glyph-name="uni045A" unicode="&#x45a;" 
+d="M58 0v486h80v-197h128v197h80v-179h27c110 0 179 -46 179 -152c0 -108 -69 -155 -179 -155h-107v216h-128v-216h-80zM346 66h18c78 0 114 27 114 89s-36 88 -114 88h-18v-177z" />
+    <glyph glyph-name="uni045B" unicode="&#x45b;" 
+d="M93 0v562h-73v58l73 6v86h82v-86h213v-64h-213v-64l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-282h-82v271c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-319h-82z" />
+    <glyph glyph-name="uni045C" unicode="&#x45c;" 
+d="M110 0v486h82v-200h128l59 108c44 83 75 104 129 104c12 0 24 -2 32 -6l-14 -77c-7 2 -12 3 -20 3c-25 0 -40 -11 -70 -66l-53 -97l177 -255h-91l-149 219h-128v-219h-82zM299 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni045D" unicode="&#x45d;" 
+d="M100 0v486h80v-202c0 -52 -5 -117 -8 -179h4c18 30 46 74 64 104l184 277h76v-486h-80v202c0 52 5 117 8 180h-4c-18 -30 -46 -75 -64 -104l-184 -278h-76zM332 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni045E" unicode="&#x45e;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM304 572c-112 0 -153 72 -157 149l68 4c2 -57 23 -105 89 -105
+s87 48 89 105l68 -4c-4 -77 -45 -149 -157 -149z" />
+    <glyph glyph-name="uni045F" unicode="&#x45f;" 
+d="M103 0v486h82v-419h230v419h82v-486h-154l-9 -172h-70l-3 172h-158z" />
+    <glyph glyph-name="uni0463" unicode="&#x463;" 
+d="M194 0v439h-153v67h153v116h82v-116h183v-67h-183v-132h76c115 0 193 -46 193 -152c0 -108 -78 -155 -193 -155h-158zM276 66h67c82 0 122 28 122 89s-40 88 -122 88h-67v-177z" />
+    <glyph glyph-name="uni0473" unicode="&#x473;" 
+d="M300 -12c-129 0 -240 87 -240 254c0 169 111 256 240 256s240 -87 240 -256c0 -167 -111 -254 -240 -254zM300 434c-84 0 -145 -55 -159 -150h318c-14 95 -75 150 -159 150zM300 53c90 0 153 61 161 167h-322c8 -106 71 -167 161 -167z" />
+    <glyph glyph-name="uni0475" unicode="&#x475;" 
+d="M249 0l-179 486h84l97 -276c15 -47 31 -97 46 -143h4c12 46 27 95 41 143l48 148c27 96 56 140 122 140c20 0 32 -3 48 -9l-17 -74c-6 4 -14 6 -24 6c-28 0 -41 -24 -57 -73l-112 -348h-101z" />
+    <glyph glyph-name="uni0491" unicode="&#x491;" 
+d="M162 0v486h259l16 172h66l-8 -239h-251v-419h-82z" />
+    <glyph glyph-name="uni0493" unicode="&#x493;" 
+d="M146 0v206h-74v56l74 6v218h377v-67h-295v-151h172v-62h-172v-206h-82z" />
+    <glyph glyph-name="uni0497" unicode="&#x497;" 
+d="M541 -172v172h-33l-105 220h-63v-220h-80v220h-63l-105 -220h-86l132 262l-34 93c-20 54 -41 63 -63 63c-7 0 -11 0 -17 -2l-12 77c7 4 18 5 30 5c52 0 91 -22 121 -102l42 -112h55v202h80v-202h55l42 112c30 80 69 102 121 102c12 0 23 -2 30 -5l-12 -77
+c-6 2 -10 2 -17 2c-22 0 -43 -9 -63 -63l-34 -93l98 -195h47v-52l-8 -187h-58z" />
+    <glyph glyph-name="uni0499" unicode="&#x499;" 
+d="M250 -172l-4 161c-65 5 -125 24 -184 72l36 54c56 -46 115 -61 175 -61c101 0 158 31 158 87c0 55 -53 79 -150 79h-84v64h72c93 0 139 27 139 75c0 49 -46 74 -134 74c-70 0 -115 -18 -166 -55l-34 55c56 41 120 65 205 65c123 0 210 -42 210 -131
+c0 -48 -29 -86 -87 -108v-4c66 -17 111 -51 111 -121c0 -82 -73 -133 -185 -144l-9 -162h-69z" />
+    <glyph glyph-name="uni049B" unicode="&#x49b;" 
+d="M502 -172v172h-33l-149 219h-128v-219h-82v486h82v-200h128l59 108c44 83 75 104 129 104c12 0 24 -2 32 -6l-14 -77c-7 2 -12 3 -20 3c-25 0 -40 -11 -70 -66l-53 -97l130 -188h60v-52l-8 -187h-63z" />
+    <glyph glyph-name="uni04A1" unicode="&#x4a1;" 
+d="M202 0v419h-169v67h244v-200h95l42 108c33 86 71 104 120 104c10 0 21 -2 29 -5l-15 -77c-6 2 -9 2 -16 2c-22 0 -40 -9 -63 -66l-39 -101l152 -251h-79l-131 219h-95v-219h-75z" />
+    <glyph glyph-name="uni04A3" unicode="&#x4a3;" 
+d="M93 0v486h82v-197h240v197h82v-419h71v-52l-8 -187h-71v172h-74v216h-240v-216h-82z" />
+    <glyph glyph-name="uni04AB" unicode="&#x4ab;" 
+d="M303 -172l-3 163c-128 17 -220 107 -220 251c0 163 124 256 271 256c79 0 137 -32 177 -71l-41 -53c-40 35 -82 56 -133 56c-112 0 -189 -76 -189 -188c0 -111 75 -186 187 -186c60 0 110 27 150 61l37 -53c-45 -40 -99 -66 -158 -74l-9 -162h-69z" />
+    <glyph glyph-name="uni04AF" unicode="&#x4af;" 
+d="M262 -205v199l-211 492h84l110 -269c20 -49 39 -100 56 -145h4c17 45 34 96 54 145l110 269h80l-205 -492v-199h-82z" />
+    <glyph glyph-name="uni04B1" unicode="&#x4b1;" 
+d="M100 0v56l78 6h57l-184 424h84l110 -269c20 -49 39 -100 56 -145h4c17 45 34 96 54 145l110 269h80l-179 -424h130v-62h-156v-205h-82v205h-162z" />
+    <glyph glyph-name="uni04B3" unicode="&#x4b3;" 
+d="M481 -172v172h-36l-85 112c-20 28 -43 60 -64 88h-4c-20 -29 -40 -57 -60 -88l-80 -112h-88l185 252l-171 234h91l77 -107c17 -26 37 -55 57 -82h4c18 27 38 57 55 84l73 105h87l-173 -241l135 -178h76v-52l-8 -187h-71z" />
+    <glyph glyph-name="uni04B7" unicode="&#x4b7;" 
+d="M402 0v196c-40 -8 -58 -12 -108 -12c-131 0 -206 50 -206 176v126h82v-126c0 -77 43 -109 141 -109c33 0 58 4 91 12v223h82v-419h71v-52l-8 -187h-71v172h-74z" />
+    <glyph glyph-name="uni04BB" unicode="&#x4bb;" 
+d="M93 0v712h82v-194l-5 -115h3c50 54 106 95 182 95c115 0 168 -68 168 -196v-302h-82v291c0 92 -32 136 -112 136c-58 0 -97 -29 -154 -88v-339h-82z" />
+    <glyph glyph-name="uni04C2" unicode="&#x4c2;" 
+d="M6 0l132 262l-34 93c-20 54 -41 63 -63 63c-7 0 -11 0 -17 -2l-12 77c7 4 18 5 30 5c52 0 91 -22 121 -102l42 -112h55v202h80v-202h55l42 112c30 80 69 102 121 102c12 0 23 -2 30 -5l-12 -77c-6 2 -10 2 -17 2c-22 0 -43 -9 -63 -63l-34 -93l132 -262h-86l-105 220h-63
+v-220h-80v220h-63l-105 -220h-86zM300 572c-112 0 -153 72 -157 149l68 4c2 -57 23 -105 89 -105s87 48 89 105l68 -4c-4 -77 -45 -149 -157 -149z" />
+    <glyph glyph-name="uni04CF" unicode="&#x4cf;" 
+d="M407 -12c-103 0 -160 60 -160 175v482h-173v67h255v-555c0 -71 38 -101 96 -101c28 0 58 7 91 22l21 -61c-45 -19 -77 -29 -130 -29z" />
+    <glyph glyph-name="uni04D1" unicode="&#x4d1;" 
+d="M246 -12c-91 0 -165 51 -165 138c0 109 101 162 352 182c-2 66 -35 122 -129 122c-63 0 -125 -30 -170 -58l-32 56c49 32 131 70 216 70c133 0 197 -79 197 -200v-298h-67l-7 66h-3c-54 -42 -123 -78 -192 -78zM268 54c55 0 110 26 165 72v128
+c-208 -17 -272 -58 -272 -122c0 -55 51 -78 107 -78zM320 572c-112 0 -153 72 -157 149l68 4c2 -57 23 -105 89 -105s87 48 89 105l68 -4c-4 -77 -45 -149 -157 -149z" />
+    <glyph glyph-name="uni04D5" unicode="&#x4d5;" 
+d="M145 -12c-74 0 -128 50 -128 132c0 99 73 160 249 182c-3 95 -37 128 -88 128c-40 0 -83 -19 -114 -40l-31 56c40 26 95 52 152 52c58 0 100 -29 123 -100c33 71 86 100 140 100c101 0 149 -103 149 -222c0 -19 -2 -39 -4 -56h-261c5 -102 49 -165 125 -165
+c37 0 69 14 95 32l30 -56c-33 -24 -78 -43 -128 -43c-68 0 -118 32 -150 87c-47 -55 -100 -87 -159 -87zM167 54c37 0 81 24 116 69c-11 35 -17 75 -17 119v7c-135 -20 -173 -62 -173 -121c0 -47 30 -74 74 -74zM443 433c-50 0 -100 -41 -110 -149h197
+c-3 100 -31 149 -87 149z" />
+    <glyph glyph-name="uni04D7" unicode="&#x4d7;" 
+d="M330 -12c-146 0 -262 94 -262 256c0 158 118 254 248 254c140 0 222 -91 222 -228c0 -19 -2 -37 -4 -50h-383c10 -110 88 -166 189 -166c58 0 104 18 148 46l30 -54c-48 -32 -110 -58 -188 -58zM318 433c-80 0 -150 -53 -165 -149h310c-7 100 -62 149 -145 149zM316 572
+c-112 0 -153 72 -157 149l68 4c2 -57 23 -105 89 -105s87 48 89 105l68 -4c-4 -77 -45 -149 -157 -149z" />
+    <glyph glyph-name="uni04D9" unicode="&#x4d9;" 
+d="M297 -12c-146 0 -228 97 -228 236c0 17 2 38 4 50h381c-10 105 -76 159 -175 159c-58 0 -105 -18 -149 -46l-30 54c49 31 110 57 188 57c147 0 249 -95 249 -254c0 -162 -106 -256 -240 -256zM295 54c87 0 149 53 159 156h-311c7 -103 62 -156 152 -156z" />
+    <glyph glyph-name="uni04E3" unicode="&#x4e3;" 
+d="M100 0v486h80v-202c0 -52 -5 -117 -8 -179h4c18 30 46 74 64 104l184 277h76v-486h-80v202c0 52 5 117 8 180h-4c-18 -30 -46 -75 -64 -104l-184 -278h-76zM178 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni04E7" unicode="&#x4e7;" 
+d="M300 -12c-128 0 -240 93 -240 254c0 163 112 256 240 256s240 -93 240 -256c0 -161 -112 -254 -240 -254zM300 56c93 0 155 75 155 186c0 112 -62 188 -155 188s-155 -76 -155 -188c0 -111 62 -186 155 -186zM203 588c-32 0 -55 24 -55 56c0 31 23 56 55 56
+s55 -25 55 -56c0 -32 -23 -56 -55 -56zM397 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="uni04E9" unicode="&#x4e9;" 
+d="M300 -12c-129 0 -240 87 -240 254c0 169 111 256 240 256s240 -87 240 -256c0 -167 -111 -254 -240 -254zM300 434c-84 0 -145 -55 -159 -150h318c-14 95 -75 150 -159 150zM300 53c90 0 153 61 161 167h-322c8 -106 71 -167 161 -167z" />
+    <glyph glyph-name="uni04EF" unicode="&#x4ef;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM171 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni04F3" unicode="&#x4f3;" 
+d="M131 -209c-23 0 -47 4 -64 10l17 65c13 -4 29 -7 44 -7c68 0 109 44 133 104l15 36l-227 487h83l119 -269c19 -43 40 -94 60 -141h4c17 46 36 97 52 141l106 269h78l-214 -526c-36 -96 -96 -169 -206 -169zM247 568l-46 21l87 172l58 -28zM398 568l-46 21l87 172l58 -28z
+" />
+    <glyph glyph-name="uni0430.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186z" />
+    <glyph glyph-name="uni04D1.a" 
+d="M270 -12c-125 0 -210 92 -210 254c0 158 105 256 222 256c57 0 104 -23 149 -66h3l7 54h66v-486h-68l-7 64h-3c-39 -41 -98 -76 -159 -76zM288 57c48 0 94 25 137 73v242c-44 41 -86 57 -128 57c-84 0 -152 -75 -152 -186c0 -116 53 -186 143 -186zM304 572
+c-112 0 -153 72 -157 149l68 4c2 -57 23 -105 89 -105s87 48 89 105l68 -4c-4 -77 -45 -149 -157 -149z" />
+    <glyph glyph-name="uni0431.srb" 
+d="M295 -12c-110 0 -210 82 -210 215c0 123 76 193 192 229c-68 47 -137 90 -137 146c0 99 89 108 234 126c80 7 99 12 128 26l17 -75c-28 -15 -65 -23 -106 -28c-140 -17 -191 -13 -191 -59c0 -35 67 -55 140 -107c90 -63 154 -123 154 -240c0 -137 -85 -233 -221 -233z
+M297 56c88 0 140 69 140 166c0 80 -46 126 -107 172c-104 -26 -168 -93 -168 -188c0 -90 65 -150 135 -150z" />
+    <glyph glyph-name="uni0456.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM328 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni0457.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM227 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM421 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="uni04CF.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465z" />
+    <glyph glyph-name="uni2116" unicode="&#x2116;" 
+d="M35 -12c-6 0 -19 0 -27 3l-6 65c20 0 30 9 30 42v540h86c14 -45 107 -355 118 -402c12 -38 26 -100 37 -138h4c-9 126 -19 205 -19 300v153c0 66 22 99 68 99c7 0 19 -1 28 -3l5 -65c-19 0 -29 -9 -29 -42v-540h-88c-12 45 -104 356 -117 403c-11 38 -27 100 -37 137h-4
+c10 -126 20 -205 20 -300v-154c0 -65 -23 -98 -69 -98zM494 276c-61 0 -114 51 -114 162c0 110 53 160 114 160s112 -50 112 -160c0 -111 -51 -162 -112 -162zM494 331c33 0 50 35 50 107c0 71 -17 106 -50 106c-34 0 -52 -35 -52 -106c0 -72 18 -107 52 -107zM408 168v54
+h172v-54h-172z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" 
+d="M238 -12c-116 0 -196 76 -196 182c0 86 59 141 123 188c-28 54 -44 108 -44 155c0 87 57 155 144 155c81 0 127 -53 127 -130c0 -84 -72 -139 -141 -192c42 -67 100 -132 160 -184c37 53 64 117 83 192h76c-24 -86 -58 -166 -106 -235c40 -31 78 -52 113 -63l-23 -68
+c-43 13 -89 38 -137 75c-48 -46 -105 -75 -179 -75zM192 514c0 -36 11 -75 30 -115c56 40 103 80 103 138c0 38 -16 72 -60 72c-46 0 -73 -41 -73 -95zM248 54c41 0 81 20 115 52c-63 56 -122 125 -167 196c-42 -37 -74 -76 -74 -127c0 -73 56 -121 126 -121z" />
+    <glyph glyph-name="zero" unicode="0" 
+d="M300 -12c-142 0 -229 121 -229 333c0 214 87 329 229 329s229 -115 229 -329c0 -212 -87 -333 -229 -333zM300 54c89 0 152 84 152 267c0 184 -63 263 -152 263s-152 -79 -152 -263c0 -183 63 -267 152 -267zM300 261c-33 0 -62 25 -62 67c0 41 29 66 62 66
+s62 -25 62 -66c0 -42 -29 -67 -62 -67z" />
+    <glyph glyph-name="one" unicode="1" 
+d="M97 0v68h184v470h-143v53c75 10 123 25 164 47h61v-570h167v-68h-433z" />
+    <glyph glyph-name="two" unicode="2" 
+d="M73 0v49c216 191 335 303 335 409c0 73 -45 125 -139 125c-60 0 -112 -34 -153 -77l-47 47c57 58 120 97 210 97c128 0 208 -75 208 -188c0 -120 -120 -239 -294 -397c40 3 81 6 119 6h210v-71h-449z" />
+    <glyph glyph-name="three" unicode="3" 
+d="M287 -12c-110 0 -183 43 -230 90l42 54c42 -40 101 -76 183 -76c87 0 153 46 153 117c0 76 -64 127 -232 127v63c151 0 209 52 209 119c0 62 -52 101 -130 101c-60 0 -115 -27 -157 -65l-44 52c53 46 122 80 204 80c120 0 211 -59 211 -162c0 -77 -57 -126 -136 -152v-4
+c85 -18 158 -74 158 -162c0 -113 -104 -182 -231 -182z" />
+    <glyph glyph-name="four" unicode="4" 
+d="M368 0v176h-329v55l319 407h88v-396h99v-66h-99v-176h-78zM130 242h238v198c1 35 3 78 5 113h-5c-20 -31 -44 -62 -65 -93z" />
+    <glyph glyph-name="five" unicode="5" 
+d="M286 -12c-114 0 -181 43 -230 87l41 54c42 -38 94 -73 180 -73c90 0 162 57 162 146c0 88 -62 140 -157 140c-53 0 -85 -14 -130 -39l-44 28l21 307h361v-71h-288l-17 -189c37 16 69 26 118 26c122 0 219 -62 219 -200s-114 -216 -236 -216z" />
+    <glyph glyph-name="six" unicode="6" 
+d="M321 -12c-139 0 -244 102 -244 307c0 256 128 355 267 355c78 0 136 -29 178 -68l-46 -51c-33 31 -79 50 -127 50c-102 0 -191 -69 -195 -274c52 51 117 83 181 83c118 0 199 -66 199 -197c0 -122 -99 -205 -213 -205zM321 53c76 0 135 56 135 140c0 87 -48 135 -136 135
+c-51 0 -112 -25 -163 -86c12 -123 71 -189 164 -189z" />
+    <glyph glyph-name="seven" unicode="7" 
+d="M226 0c11 242 66 388 212 567h-368v71h462v-51c-169 -193 -211 -337 -220 -587h-86z" />
+    <glyph glyph-name="eight" unicode="8" 
+d="M302 -12c-144 0 -234 74 -234 175c0 88 69 138 137 170v4c-53 33 -97 82 -97 149c0 98 83 164 197 164c125 0 198 -71 198 -170c0 -60 -44 -115 -97 -152v-4c70 -35 125 -75 125 -166c0 -95 -83 -170 -229 -170zM352 348c52 38 80 81 80 128c0 63 -45 113 -129 113
+c-71 0 -120 -41 -120 -103c0 -76 74 -108 169 -138zM304 49c95 0 148 46 148 112c0 89 -88 111 -200 149c-62 -34 -109 -75 -109 -139c0 -71 63 -122 161 -122z" />
+    <glyph glyph-name="nine" unicode="9" 
+d="M281 310c50 0 111 25 163 85c-13 124 -70 190 -164 190c-76 0 -135 -56 -135 -140c0 -87 47 -135 136 -135zM257 -12c-78 0 -136 29 -178 67l46 52c32 -31 78 -51 127 -51c101 0 190 70 194 274c-52 -51 -116 -82 -181 -82c-118 0 -198 66 -198 197c0 122 99 205 212 205
+c139 0 245 -102 245 -307c0 -256 -129 -355 -267 -355z" />
+    <glyph glyph-name="zero.a" 
+d="M300 -12c-142 0 -229 121 -229 333c0 214 87 329 229 329s229 -115 229 -329c0 -212 -87 -333 -229 -333zM300 587c-43 0 -80 -19 -107 -59l243 -346c10 38 16 84 16 139c0 186 -63 266 -152 266zM300 51c43 0 81 20 107 62l-243 347c-10 -37 -16 -84 -16 -139
+c0 -186 63 -270 152 -270z" />
+    <glyph glyph-name="one.a" 
+d="M97 0v68h184v448l-116 -86l-42 48l176 160h64v-570h167v-68h-433z" />
+    <glyph glyph-name="zero.onum" 
+d="M300 -12c-142 0 -229 109 -229 302c0 191 87 296 229 296s229 -105 229 -296c0 -193 -87 -302 -229 -302zM300 54c89 0 152 74 152 236c0 158 -63 229 -152 229s-152 -71 -152 -229c0 -162 63 -236 152 -236zM300 230c-33 0 -62 25 -62 67c0 41 29 66 62 66
+s62 -25 62 -66c0 -42 -29 -67 -62 -67z" />
+    <glyph glyph-name="one.onum" 
+d="M97 0v68h184v406h-143v53c75 10 123 26 164 47h61v-506h167v-68h-433z" />
+    <glyph glyph-name="two.onum" 
+d="M73 0v49c219 146 335 255 335 340c0 77 -45 130 -139 130c-60 0 -112 -34 -153 -77l-47 47c57 58 120 97 210 97c128 0 208 -76 208 -193c0 -102 -107 -205 -278 -328c39 3 81 6 119 6h194v-71h-449z" />
+    <glyph glyph-name="three.onum" 
+d="M287 -86c-110 0 -183 43 -230 90l42 54c42 -40 101 -75 183 -75c87 0 153 46 153 120c0 78 -64 128 -232 128v64c151 0 209 52 209 121c0 62 -52 103 -130 103c-60 0 -115 -27 -157 -65l-44 52c53 46 122 80 204 80c120 0 211 -61 211 -164c0 -78 -57 -128 -136 -154v-4
+c85 -19 158 -74 158 -164c0 -116 -104 -186 -231 -186z" />
+    <glyph glyph-name="four.onum" 
+d="M368 -74v168h-329v55l319 425h88v-413h99v-67h-99v-168h-78zM129 161h239v215c1 35 3 78 5 113h-5c-20 -33 -43 -66 -64 -97z" />
+    <glyph glyph-name="five.onum" 
+d="M286 -86c-114 0 -181 43 -230 88l41 53c42 -37 94 -72 180 -72c90 0 162 57 162 149c0 90 -62 142 -157 142c-53 0 -85 -14 -130 -39l-44 28l21 311h361v-71h-288l-17 -193c37 17 69 26 118 26c122 0 219 -61 219 -202c0 -140 -114 -220 -236 -220z" />
+    <glyph glyph-name="six.onum" 
+d="M322 -12c-139 0 -244 102 -244 307c0 256 128 355 267 355c78 0 136 -29 178 -68l-46 -51c-33 31 -79 50 -127 50c-102 0 -191 -69 -195 -274c52 51 117 83 181 83c118 0 199 -66 199 -197c0 -122 -99 -205 -213 -205zM322 53c76 0 135 56 135 140c0 87 -48 135 -136 135
+c-51 0 -112 -25 -163 -86c12 -123 71 -189 164 -189z" />
+    <glyph glyph-name="seven.onum" 
+d="M226 -74c11 245 66 396 212 577h-368v71h462v-51c-169 -195 -210 -342 -220 -597h-86z" />
+    <glyph glyph-name="eight.onum" 
+d="M302 -12c-144 0 -234 74 -234 175c0 88 69 138 137 170v4c-53 33 -97 82 -97 149c0 98 83 164 197 164c125 0 198 -71 198 -170c0 -60 -44 -115 -97 -152v-4c70 -35 125 -75 125 -166c0 -95 -83 -170 -229 -170zM352 348c52 38 80 81 80 128c0 63 -45 113 -129 113
+c-71 0 -120 -41 -120 -103c0 -76 74 -108 169 -138zM304 49c95 0 148 46 148 112c0 89 -88 111 -200 149c-62 -34 -109 -75 -109 -139c0 -71 63 -122 161 -122z" />
+    <glyph glyph-name="nine.onum" 
+d="M281 237c50 0 111 25 163 86c-10 129 -68 198 -164 198c-76 0 -135 -56 -135 -143c0 -90 47 -141 136 -141zM257 -86c-78 0 -136 29 -178 68l46 51c32 -31 78 -50 127 -50c99 0 188 68 194 274c-52 -50 -116 -82 -181 -82c-118 0 -198 70 -198 203c0 124 99 208 212 208
+c139 0 245 -102 245 -307c0 -264 -129 -365 -267 -365z" />
+    <glyph glyph-name="zero.b" 
+d="M300 -12c-142 0 -229 109 -229 302c0 191 87 296 229 296s229 -105 229 -296c0 -193 -87 -302 -229 -302zM300 523c-38 0 -72 -13 -98 -41l230 -330c13 36 20 82 20 138c0 161 -63 233 -152 233zM300 51c39 0 72 14 98 43l-229 331c-14 -35 -21 -80 -21 -135
+c0 -165 63 -239 152 -239z" />
+    <glyph glyph-name="one.b" 
+d="M97 0v68h184v393l-110 -82l-42 47l170 148h64v-506h167v-68h-433z" />
+    <glyph glyph-name="zero.cap" 
+d="M300 -12c-142 0 -229 124 -229 343c0 220 87 337 229 337s229 -117 229 -337c0 -219 -87 -343 -229 -343zM300 54c89 0 152 87 152 277c0 189 -63 271 -152 271s-152 -82 -152 -271c0 -190 63 -277 152 -277zM300 271c-33 0 -62 24 -62 66s29 66 62 66s62 -24 62 -66
+s-29 -66 -62 -66z" />
+    <glyph glyph-name="one.cap" 
+d="M97 0v68h184v489h-143v52c75 11 123 25 164 47h61v-588h167v-68h-433z" />
+    <glyph glyph-name="two.cap" 
+d="M73 0v49c217 191 335 305 335 412c0 82 -45 140 -139 140c-60 0 -112 -33 -153 -76l-47 46c57 59 120 97 210 97c128 0 208 -81 208 -204c0 -120 -120 -240 -294 -399c39 3 81 6 119 6h210v-71h-449z" />
+    <glyph glyph-name="three.cap" 
+d="M287 -12c-110 0 -183 43 -230 90l42 54c42 -40 101 -76 183 -76c87 0 153 47 153 123c0 78 -64 130 -232 130v63c151 0 209 54 209 124c0 65 -52 105 -130 105c-60 0 -115 -27 -157 -64l-44 52c53 46 122 79 204 79c120 0 211 -60 211 -166c0 -80 -57 -131 -136 -156v-4
+c85 -19 158 -77 158 -167c0 -117 -104 -187 -231 -187z" />
+    <glyph glyph-name="four.cap" 
+d="M368 0v180h-329v55l319 421h88v-410h99v-66h-99v-180h-78zM129 246h239v209c1 37 3 81 5 117h-3c-20 -33 -45 -65 -67 -97z" />
+    <glyph glyph-name="five.cap" 
+d="M286 -12c-114 0 -181 43 -230 87l41 57c43 -38 94 -76 180 -76c90 0 162 58 162 151c0 90 -62 144 -157 144c-53 0 -85 -13 -130 -39l-44 28l21 316h361v-70h-288l-17 -199c37 16 69 26 118 26c122 0 219 -63 219 -203c0 -142 -114 -222 -236 -222z" />
+    <glyph glyph-name="six.cap" 
+d="M321 -12c-139 0 -244 105 -244 316c0 264 128 364 267 364c78 0 136 -29 178 -67l-46 -51c-33 30 -79 50 -127 50c-102 0 -191 -72 -195 -284c51 52 117 83 181 83c118 0 199 -68 199 -201c0 -125 -99 -210 -213 -210zM321 53c76 0 135 58 135 145c0 90 -48 139 -136 139
+c-51 0 -112 -25 -164 -86c13 -129 71 -198 165 -198z" />
+    <glyph glyph-name="seven.cap" 
+d="M226 0c11 250 63 403 212 586h-368v70h462v-50c-172 -197 -211 -348 -220 -606h-86z" />
+    <glyph glyph-name="eight.cap" 
+d="M302 -12c-144 0 -234 76 -234 181c0 89 69 142 137 174v4c-53 33 -97 84 -97 154c0 100 83 167 197 167c125 0 198 -72 198 -173c0 -63 -43 -121 -97 -158v-4c70 -35 125 -76 125 -169c0 -99 -83 -176 -229 -176zM352 357c53 40 80 85 80 133c0 66 -45 117 -129 117
+c-71 0 -120 -42 -120 -106c0 -79 74 -114 169 -144zM304 49c95 0 148 48 148 117c0 91 -88 115 -200 153c-63 -33 -109 -77 -109 -143c0 -73 63 -127 161 -127z" />
+    <glyph glyph-name="nine.cap" 
+d="M281 319c50 0 111 25 163 85c-12 130 -70 200 -164 200c-76 0 -135 -59 -135 -146c0 -90 47 -139 136 -139zM257 -12c-78 0 -136 29 -178 67l46 52c32 -31 78 -51 127 -51c101 0 190 73 194 283c-52 -50 -116 -82 -181 -82c-118 0 -198 67 -198 201c0 126 99 210 212 210
+c139 0 245 -104 245 -316c0 -262 -129 -364 -267 -364z" />
+    <glyph glyph-name="zero.c" 
+d="M300 -12c-142 0 -229 124 -229 343c0 220 87 337 229 337s229 -117 229 -337c0 -219 -87 -343 -229 -343zM300 606c-44 0 -81 -20 -108 -63l243 -360c11 39 17 89 17 148c0 192 -63 275 -152 275zM300 51c44 0 82 21 108 66l-243 361c-11 -39 -17 -88 -17 -147
+c0 -193 63 -280 152 -280z" />
+    <glyph glyph-name="one.c" 
+d="M97 0v68h184v476l-110 -82l-42 47l170 147h64v-588h167v-68h-433z" />
+    <glyph glyph-name="period" unicode="." 
+d="M300 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="comma" unicode="," 
+d="M220 -213l-23 52c82 37 123 88 126 167c-6 -2 -13 -2 -19 -2c-43 0 -78 25 -78 75c0 49 37 76 80 76c59 0 90 -50 90 -128c0 -117 -66 -199 -176 -240z" />
+    <glyph glyph-name="colon" unicode=":" 
+d="M300 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM300 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="semicolon" unicode=";" 
+d="M300 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM220 -213l-23 52c82 37 123 88 126 167c-6 -2 -13 -2 -19 -2c-43 0 -78 25 -78 75c0 49 37 76 80 76c59 0 90 -50 90 -128c0 -117 -66 -199 -176 -240z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" 
+d="M102 -12c-39 0 -70 31 -70 75c0 45 31 75 70 75c38 0 69 -30 69 -75c0 -44 -31 -75 -69 -75zM300 -12c-39 0 -70 31 -70 75c0 45 31 75 70 75s70 -30 70 -75c0 -44 -31 -75 -70 -75zM498 -12c-38 0 -69 31 -69 75c0 45 31 75 69 75c39 0 70 -30 70 -75
+c0 -44 -31 -75 -70 -75z" />
+    <glyph glyph-name="exclam" unicode="!" 
+d="M272 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM300 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78z" />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" 
+d="M260 -184l2 94l10 344h56l10 -344l2 -94h-80zM300 344c-40 0 -73 29 -73 77c0 47 33 77 73 77s73 -30 73 -77c0 -48 -33 -77 -73 -77z" />
+    <glyph glyph-name="question" unicode="?" 
+d="M242 232c-24 143 156 183 156 285c0 55 -37 97 -110 97c-51 0 -94 -22 -130 -58l-49 45c45 47 107 81 184 81c111 0 186 -61 186 -156c0 -136 -182 -164 -164 -294h-73zM286 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" 
+d="M307 -196c-111 0 -186 61 -186 156c0 136 182 164 164 294h73c24 -143 -156 -183 -156 -285c0 -55 37 -96 110 -96c51 0 94 21 130 57l49 -45c-45 -47 -107 -81 -184 -81zM314 344c-40 0 -73 29 -73 77c0 47 33 77 73 77s73 -30 73 -77c0 -48 -33 -77 -73 -77z" />
+    <glyph glyph-name="quotesingle" unicode="'" 
+d="M272 352l-25 225l-2 110h110l-2 -110l-25 -225h-56z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" 
+d="M157 352l-25 225l-2 110h110l-2 -110l-25 -225h-56zM387 352l-25 225l-2 110h110l-2 -110l-25 -225h-56z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" 
+d="M299 350c-52 0 -90 45 -90 120c0 100 54 183 144 229l27 -48c-61 -36 -99 -89 -103 -158c8 4 17 6 26 6c41 0 70 -30 70 -72c0 -46 -31 -77 -74 -77z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" 
+d="M245 350l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78c53 0 90 -45 90 -121c0 -100 -54 -182 -143 -228z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" 
+d="M184 350c-52 0 -90 45 -90 120c0 100 54 183 144 229l27 -48c-61 -36 -99 -89 -103 -158c8 4 17 6 26 6c41 0 70 -30 70 -72c0 -46 -31 -77 -74 -77zM414 350c-52 0 -90 45 -90 120c0 100 54 183 144 229l27 -48c-61 -36 -99 -89 -103 -158c8 4 17 6 26 6
+c41 0 70 -30 70 -72c0 -46 -31 -77 -74 -77z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" 
+d="M130 350l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78c53 0 90 -45 90 -121c0 -100 -54 -182 -143 -228zM360 350l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78
+c53 0 90 -45 90 -121c0 -100 -54 -182 -143 -228z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" 
+d="M245 -226l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78c53 0 90 -45 90 -121c0 -100 -54 -182 -143 -228z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" 
+d="M130 -226l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78c53 0 90 -45 90 -121c0 -100 -54 -182 -143 -228zM360 -226l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78
+c53 0 90 -45 90 -121c0 -100 -54 -182 -143 -228z" />
+    <glyph glyph-name="quotereversed" unicode="&#x201b;" 
+d="M355 350c-89 46 -143 128 -143 228c0 76 37 121 90 121c43 0 74 -32 74 -78c0 -42 -29 -71 -71 -71c-9 0 -18 2 -26 6c4 -70 42 -123 104 -158z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" 
+d="M350 52l-153 160v80l153 160l39 -35l-127 -165l127 -166z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" 
+d="M250 52l-39 34l127 166l-127 165l39 35l153 -160v-80z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" 
+d="M235 52l-153 160v80l153 160l39 -35l-127 -165l127 -166zM465 52l-153 160v80l153 160l39 -35l-127 -165l127 -166z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" 
+d="M135 52l-39 34l127 166l-127 165l39 35l153 -160v-80zM365 52l-39 34l127 166l-127 165l39 35l153 -160v-80z" />
+    <glyph glyph-name="hyphen" unicode="-" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="uni2010" unicode="&#x2010;" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M80 216v72h440v-72h-440z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" 
+d="M0 216v72h600v-72h-600z" />
+    <glyph glyph-name="figuredash" unicode="&#x2012;" 
+d="M80 216v72h440v-72h-440z" />
+    <glyph glyph-name="uni2015" unicode="&#x2015;" 
+d="M0 216v72h600v-72h-600z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" 
+d="M300 263c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" 
+d="M300 115c-79 0 -149 59 -149 147s70 147 149 147s149 -59 149 -147s-70 -147 -149 -147z" />
+    <glyph glyph-name="uni25E6" unicode="&#x25e6;" 
+d="M300 103c-94 0 -161 69 -161 159s67 159 161 159s161 -69 161 -159s-67 -159 -161 -159zM300 151c62 0 106 46 106 111s-44 111 -106 111s-106 -46 -106 -111s44 -111 106 -111z" />
+    <glyph glyph-name="uni25AA" unicode="&#x25aa;" 
+d="M166 129v266h268v-266h-268z" />
+    <glyph glyph-name="uni25AB" unicode="&#x25ab;" 
+d="M154 117v290h292v-290h-292zM203 162h194v200h-194v-200z" />
+    <glyph glyph-name="uni25B4" unicode="&#x25b4;" 
+d="M139 129v3l160 293h2l160 -293v-3h-322z" />
+    <glyph glyph-name="uni25B5" unicode="&#x25b5;" 
+d="M117 117v3l182 326h2l182 -326v-3h-366zM191 160h218l-109 202z" />
+    <glyph glyph-name="uni25B8" unicode="&#x25b8;" 
+d="M166 101v324h3l293 -161v-3l-293 -160h-3z" />
+    <glyph glyph-name="uni25B9" unicode="&#x25b9;" 
+d="M154 79v367h2l327 -182v-3l-327 -182h-2zM197 154l201 109l-201 108v-217z" />
+    <glyph glyph-name="uni25BE" unicode="&#x25be;" 
+d="M299 99l-160 293v3h322v-3l-160 -293h-2z" />
+    <glyph glyph-name="uni25BF" unicode="&#x25bf;" 
+d="M299 78l-182 326v3h366v-3l-182 -326h-2zM300 162l109 202h-218z" />
+    <glyph glyph-name="uni25C2" unicode="&#x25c2;" 
+d="M431 101l-293 160v3l293 161h3v-324h-3z" />
+    <glyph glyph-name="uni25C3" unicode="&#x25c3;" 
+d="M444 79l-327 182v3l327 182h2v-367h-2zM403 154v217l-201 -108z" />
+    <glyph glyph-name="invbullet" unicode="&#x25d8;" 
+d="M152 115v294h296v-294h-296zM300 127c78 0 136 57 136 135s-58 135 -136 135s-136 -57 -136 -135s58 -135 136 -135z" />
+    <glyph glyph-name="filledrect" unicode="&#x25ac;" 
+d="M0 196v112h600v-112h-600z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M60 -140v71h480v-71h-480z" />
+    <glyph glyph-name="underscoredbl" unicode="&#x2017;" 
+d="M60 -131v62h480v-62h-480zM60 -253v61h480v-61h-480z" />
+    <glyph glyph-name="uni203E" unicode="&#x203e;" 
+d="M62 577v54h476v-54h-476z" />
+    <glyph glyph-name="uni203F" unicode="&#x203f;" 
+d="M300 -233c-169 0 -320 45 -454 128l24 41c127 -77 285 -111 430 -111s303 34 430 111l24 -41c-134 -83 -285 -128 -454 -128z" />
+    <glyph glyph-name="parenleft" unicode="(" 
+d="M433 -176c-139 108 -225 261 -225 454s86 346 225 454l45 -42c-134 -113 -196 -244 -196 -412s62 -299 196 -412z" />
+    <glyph glyph-name="parenright" unicode=")" 
+d="M167 -176l-45 42c134 113 196 244 196 412s-62 299 -196 412l45 42c139 -108 225 -261 225 -454s-86 -346 -225 -454z" />
+    <glyph glyph-name="bracketleft" unicode="[" 
+d="M225 -152v860h277v-47h-211v-766h211v-47h-277z" />
+    <glyph glyph-name="bracketright" unicode="]" 
+d="M98 -152v47h211v766h-211v47h277v-860h-277z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M441 -152c-126 0 -185 30 -185 133c0 73 9 126 9 193c0 39 -27 77 -145 78v52c118 1 145 39 145 78c0 63 -9 124 -9 193c0 103 59 133 185 133h61v-47h-52c-102 0 -124 -26 -124 -91c0 -57 6 -119 6 -181c0 -65 -22 -97 -91 -109v-4c69 -12 91 -44 91 -109
+c0 -68 -6 -120 -6 -181c0 -65 22 -91 124 -91h52v-47h-61z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M99 -152v47h51c102 0 125 26 125 91c0 61 -6 113 -6 181c0 65 21 97 90 109v4c-69 12 -90 44 -90 109c0 62 6 124 6 181c0 65 -23 91 -125 91h-51v47h61c125 0 184 -30 184 -133c0 -69 -9 -130 -9 -193c0 -39 27 -77 145 -78v-52c-118 -1 -145 -39 -145 -78
+c0 -67 9 -120 9 -193c0 -103 -59 -133 -184 -133h-61z" />
+    <glyph glyph-name="slash" unicode="/" 
+d="M99 -160l328 870h74l-328 -870h-74z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M263 -250v1000h74v-1000h-74z" />
+    <glyph glyph-name="backslash" unicode="\" 
+d="M427 -160l-328 870h74l328 -870h-74z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M263 -250v440h74v-440h-74zM263 310v440h74v-440h-74z" />
+    <glyph glyph-name="asterisk" unicode="*" 
+d="M180 111l-42 30l108 165l-162 70l16 46l167 -55l9 189h48l9 -189l167 55l16 -46l-162 -70l108 -165l-42 -30l-120 159z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" 
+d="M265 -80l5 571l-143 -5v71l143 -5l-5 160h70l-5 -160l143 5v-71l-143 5l5 -571h-70z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" 
+d="M265 -80l5 160l-143 -5v71l143 -7l-5 177l5 177l-143 -7v71l143 -5l-5 160h70l-5 -160l143 5v-71l-143 7l5 -177l-5 -177l143 7v-71l-143 5l5 -160h-70z" />
+    <glyph glyph-name="section" unicode="&#xa7;" 
+d="M287 -64c-73 0 -137 27 -179 71l50 45c35 -32 73 -52 129 -52c54 0 86 31 86 69c0 114 -282 89 -282 274c0 59 38 102 91 130c-19 21 -31 47 -31 81c0 69 51 130 151 130c66 0 121 -26 161 -57l-40 -53c-34 26 -71 46 -117 46c-56 0 -80 -29 -80 -63
+c0 -108 283 -89 283 -273c0 -64 -36 -101 -91 -130c19 -21 30 -47 30 -81c0 -79 -66 -137 -161 -137zM162 348c0 -88 124 -106 209 -156c43 19 67 41 67 86c0 90 -123 109 -208 158c-41 -21 -68 -47 -68 -88z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M318 226c-141 0 -246 66 -246 217c0 157 101 213 235 213h43v-430h-32zM404 -80v736h81v-736h-81z" />
+    <glyph glyph-name="uni2016" unicode="&#x2016;" 
+d="M156 -250v1000h74v-1000h-74zM370 -250v1000h74v-1000h-74z" />
+    <glyph glyph-name="exclamdbl" unicode="&#x203c;" 
+d="M138 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM166 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78zM393 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM421 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76
+c0 -48 -33 -78 -73 -78z" />
+    <glyph glyph-name="uni2047" unicode="&#x2047;" 
+d="M102 232c-24 141 109 194 109 303c0 44 -24 79 -73 79c-32 0 -56 -13 -83 -48l-41 49c38 44 83 67 139 67c83 0 138 -56 138 -132c0 -141 -139 -187 -120 -318h-69zM146 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78zM382 232
+c-24 141 109 194 109 303c0 44 -24 79 -73 79c-32 0 -57 -13 -83 -48l-41 49c38 44 83 67 139 67c83 0 138 -56 138 -132c0 -141 -139 -187 -120 -318h-69zM426 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78z" />
+    <glyph glyph-name="uni2049" unicode="&#x2049;" 
+d="M382 232c-24 141 109 194 109 303c0 44 -24 79 -73 79c-32 0 -57 -13 -83 -48l-41 49c38 44 83 67 139 67c83 0 138 -56 138 -132c0 -141 -139 -187 -120 -318h-69zM426 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78zM132 232l-10 344
+l-2 94h80l-2 -94l-10 -344h-56zM160 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78z" />
+    <glyph glyph-name="uni2048" unicode="&#x2048;" 
+d="M102 232c-24 141 109 194 109 303c0 44 -24 79 -73 79c-32 0 -56 -13 -83 -48l-41 49c38 44 83 67 139 67c83 0 138 -56 138 -132c0 -141 -139 -187 -120 -318h-69zM146 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78zM412 232l-10 344
+l-2 94h80l-2 -94l-10 -344h-56zM440 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78z" />
+    <glyph glyph-name="uni203D" unicode="&#x203d;" 
+d="M254 232l-11 224l-4 76h70l-1 -76l-3 -107c40 51 102 85 102 163c0 60 -43 105 -124 105c-55 0 -101 -22 -141 -63l-48 44c47 51 117 84 195 84c117 0 195 -66 195 -157c0 -158 -183 -173 -172 -293h-58zM282 -12c-37 0 -69 30 -69 75s32 75 69 75c38 0 70 -30 70 -75
+s-32 -75 -70 -75z" />
+    <glyph glyph-name="uni2E18" unicode="&#x2e18;" 
+d="M346 254l11 -224l4 -76h-70l1 76l3 107c-40 -51 -102 -85 -102 -163c0 -60 43 -105 124 -105c55 0 101 22 141 63l48 -44c-47 -51 -117 -84 -195 -84c-117 0 -195 66 -195 157c0 158 183 173 172 293h58zM318 498c37 0 69 -30 69 -75s-32 -75 -69 -75
+c-38 0 -70 30 -70 75s32 75 70 75z" />
+    <glyph glyph-name="uni231C" unicode="&#x231c;" 
+d="M225 0v695h277v-47h-211v-648h-66z" />
+    <glyph glyph-name="uni231D" unicode="&#x231d;" 
+d="M309 0v648h-211v47h277v-695h-66z" />
+    <glyph glyph-name="uni231E" unicode="&#x231e;" 
+d="M225 -86v724h66v-677h211v-47h-277z" />
+    <glyph glyph-name="uni231F" unicode="&#x231f;" 
+d="M98 -86v47h211v677h66v-724h-277z" />
+    <glyph glyph-name="uni27E6" unicode="&#x27e6;" 
+d="M186 -152v860h316v-47h-172v-766h172v-47h-316zM238 -105h43v766h-43v-766z" />
+    <glyph glyph-name="uni27E7" unicode="&#x27e7;" 
+d="M98 -152v47h172v766h-172v47h316v-860h-316zM319 -105h43v766h-43v-766z" />
+    <glyph glyph-name="uni2E22" unicode="&#x2e22;" 
+d="M226 278v430h276v-47h-211v-383h-65z" />
+    <glyph glyph-name="uni2E23" unicode="&#x2e23;" 
+d="M309 278v370h-211v47h277v-417h-66z" />
+    <glyph glyph-name="uni2E24" unicode="&#x2e24;" 
+d="M225 -152v430h66v-383h211v-47h-277z" />
+    <glyph glyph-name="uni2E25" unicode="&#x2e25;" 
+d="M98 -152v47h211v383h66v-430h-277z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" 
+d="M300 -11c-153 0 -270 130 -270 334s117 330 270 330s270 -126 270 -330s-117 -334 -270 -334zM300 31c134 0 224 117 224 292s-90 289 -224 289s-224 -114 -224 -289s90 -292 224 -292zM308 125c-90 0 -162 74 -162 198c0 116 78 189 165 189c47 0 78 -20 104 -47
+l-34 -39c-21 19 -40 31 -67 31c-61 0 -102 -56 -102 -134c0 -88 39 -143 98 -143c35 0 58 15 81 34l30 -42c-30 -27 -63 -47 -113 -47z" />
+    <glyph glyph-name="uni2117" unicode="&#x2117;" 
+d="M300 -11c-153 0 -270 130 -270 334s117 330 270 330s270 -126 270 -330s-117 -334 -270 -334zM300 31c134 0 224 117 224 292s-90 289 -224 289s-224 -114 -224 -289s90 -292 224 -292zM193 137v363h114c76 0 136 -36 136 -117c0 -88 -61 -131 -136 -131h-49v-115h-65z
+M258 302h39c52 0 81 24 81 79c0 48 -30 68 -81 68h-39v-147z" />
+    <glyph glyph-name="registered" unicode="&#xae;" 
+d="M300 319c-104 0 -188 80 -188 197s84 197 188 197c103 0 188 -80 188 -197s-85 -197 -188 -197zM300 356c84 0 148 65 148 160c0 94 -64 161 -148 161s-149 -67 -149 -161c0 -95 65 -160 149 -160zM227 417v203h76c42 0 79 -17 79 -65c0 -24 -16 -47 -38 -55l46 -83h-46
+l-35 70h-41v-70h-41zM268 519h26c27 0 44 12 44 34c0 20 -12 33 -42 33h-28v-67z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" 
+d="M91 366v256h-96v54h252v-54h-96v-256h-60zM292 366v310h71l45 -114l27 -80h4l26 80l44 114h71v-310h-55v137l7 105h-4l-71 -187h-42l-72 187h-4l7 -105v-137h-54z" />
+    <glyph glyph-name="uni2120" unicode="&#x2120;" 
+d="M125 354c-44 0 -80 18 -110 48l33 37c25 -23 48 -38 81 -38c31 0 49 15 49 39c0 26 -12 31 -42 46l-46 24c-29 15 -59 38 -59 85c0 52 41 88 104 88c37 0 72 -17 95 -38l-30 -39c-20 16 -44 30 -67 30c-31 0 -47 -18 -47 -38s15 -31 41 -43l46 -23c39 -18 61 -41 61 -87
+c0 -47 -41 -91 -109 -91zM292 366v310h71l45 -114l27 -80h4l26 80l44 114h71v-310h-55v137l7 105h-4l-71 -187h-42l-72 187h-4l7 -105v-137h-54z" />
+    <glyph glyph-name="at" unicode="@" 
+d="M341 -144c-158 0 -292 137 -292 394c0 255 129 385 294 385c138 0 203 -103 203 -238v-297h-50l-7 58h-4c-29 -37 -80 -70 -132 -70c-71 0 -129 50 -129 131c0 102 94 150 264 171v14c0 96 -44 176 -149 176c-120 0 -227 -112 -227 -333c0 -214 101 -336 231 -336
+c60 0 102 16 141 45l28 -45c-52 -36 -105 -55 -171 -55zM370 146c36 0 75 22 112 64v126c-138 -19 -192 -54 -192 -115c0 -47 31 -75 80 -75z" />
+    <glyph glyph-name="at.case" 
+d="M341 -18c-158 0 -292 118 -292 341c0 229 131 345 297 345c136 0 200 -92 200 -205v-290h-50l-7 58h-4c-29 -38 -80 -70 -132 -70c-71 0 -129 50 -129 131c0 101 94 150 264 171v10c0 75 -44 140 -146 140c-121 0 -230 -98 -230 -293c0 -180 101 -283 231 -283
+c60 0 102 16 141 45l28 -45c-52 -35 -105 -55 -171 -55zM370 219c36 0 75 22 112 64v126c-138 -20 -192 -54 -192 -116c0 -47 31 -74 80 -74z" />
+    <glyph glyph-name="numbersign" unicode="#" 
+d="M328 0l25 204h-132l-25 -204h-54l25 204h-80v57h87l18 148h-85v58h92l23 183h53l-22 -183h132l23 183h53l-22 -183h80v-58h-87l-18 -148h85v-57h-92l-25 -204h-54zM360 261l18 148h-132l-18 -148h132z" />
+    <glyph glyph-name="asterisk.a" 
+d="M197 316l-42 29l92 147l-143 57l16 46l147 -44l9 161h48l9 -159l147 42l16 -46l-143 -57l92 -147l-42 -29l-103 140z" />
+    <glyph glyph-name="hyphen.a" 
+d="M134 216v72h332v-72h-332z" />
+    <glyph glyph-name="uni00AD.a" 
+d="M134 216v72h332v-72h-332z" />
+    <glyph glyph-name="uni2010.a" 
+d="M134 216v72h332v-72h-332z" />
+    <glyph glyph-name="dollar.a" 
+d="M190 467c0 -40 43 -63 98 -84l31 166c-6 1 -13 1 -19 1c-67 0 -110 -32 -110 -83zM314 102c78 0 121 36 121 87c0 48 -48 74 -108 98l-34 -184c7 -1 14 -1 21 -1zM304 34c-8 0 -16 0 -24 1l-27 -148l-56 6l28 151c-55 14 -105 40 -140 69l39 57c33 -23 71 -45 114 -57
+l36 195c-82 32 -164 70 -164 157c0 94 82 153 196 153c9 0 17 0 25 -1l25 134l56 -7l-25 -137c44 -13 78 -37 108 -66l-44 -48c-27 20 -50 36 -77 45l-33 -175c85 -32 174 -72 174 -168s-86 -161 -211 -161z" />
+    <glyph glyph-name="zero.sups" unicode="&#x2070;" 
+d="M300 383c-96 0 -159 75 -159 208c0 131 63 206 159 206s159 -75 159 -206c0 -133 -63 -208 -159 -208zM300 434c57 0 97 52 97 157c0 104 -40 155 -97 155s-97 -51 -97 -155c0 -105 40 -157 97 -157z" />
+    <glyph glyph-name="one.sups" unicode="&#xb9;" 
+d="M175 395v54h123v254h-105v41c55 8 86 18 117 41h52v-336h114v-54h-301z" />
+    <glyph glyph-name="two.sups" unicode="&#xb2;" 
+d="M162 395l-4 37c134 114 205 170 205 229c0 50 -33 82 -85 82c-37 0 -71 -24 -94 -57l-38 35c30 46 84 76 141 76c83 0 140 -44 140 -127c0 -75 -70 -131 -165 -221h184v-54h-284z" />
+    <glyph glyph-name="three.sups" unicode="&#xb3;" 
+d="M297 383c-68 0 -125 31 -155 76l42 33c25 -38 65 -58 109 -58c48 0 88 25 88 69c0 45 -42 70 -131 70v40c79 0 116 31 116 71c0 37 -31 62 -80 62c-33 0 -67 -19 -90 -48l-38 34c34 41 79 65 137 65c73 0 135 -40 135 -105c0 -47 -26 -76 -79 -96c57 -11 94 -45 94 -96
+c0 -72 -67 -117 -148 -117z" />
+    <glyph glyph-name="four.sups" unicode="&#x2074;" 
+d="M346 395v104h-198v33l154 265l47 -25l-132 -227h129v116h58v-116h58v-46h-58v-104h-58z" />
+    <glyph glyph-name="five.sups" unicode="&#x2075;" 
+d="M299 383c-73 0 -125 31 -157 76l42 33c26 -38 62 -58 111 -58c52 0 90 36 90 86c0 53 -40 86 -96 86c-33 0 -57 -14 -79 -32l-32 22l19 189h232v-56h-180l-10 -96c21 10 47 15 72 15c76 0 138 -46 138 -131c0 -80 -64 -134 -150 -134z" />
+    <glyph glyph-name="six.sups" unicode="&#x2076;" 
+d="M313 383c-99 0 -162 74 -162 196c0 148 79 218 180 218c50 0 80 -13 106 -31l-27 -44c-21 14 -45 24 -77 24c-64 0 -114 -47 -121 -147c29 27 67 41 108 41c85 0 132 -51 132 -125c0 -75 -60 -132 -139 -132zM312 434c47 0 81 32 81 80c0 46 -30 79 -85 79
+c-33 0 -64 -10 -96 -44c7 -76 45 -115 100 -115z" />
+    <glyph glyph-name="seven.sups" unicode="&#x2077;" 
+d="M247 395c9 135 48 223 130 335h-221v55h293v-36c-98 -125 -127 -218 -134 -354h-68z" />
+    <glyph glyph-name="eight.sups" unicode="&#x2078;" 
+d="M299 383c-95 0 -148 48 -148 107c0 50 32 87 84 110v4c-44 26 -68 48 -68 90c0 61 52 103 132 103c82 0 134 -40 134 -103c0 -46 -30 -74 -69 -94v-4c56 -25 82 -55 82 -104c0 -62 -56 -109 -147 -109zM322 617c41 27 52 48 52 74c0 35 -29 57 -76 57
+c-45 0 -72 -23 -72 -56c0 -39 40 -57 96 -75zM299 429c55 0 87 30 87 66c0 49 -53 60 -111 84c-46 -24 -64 -51 -64 -84c0 -34 29 -66 88 -66z" />
+    <glyph glyph-name="nine.sups" unicode="&#x2079;" 
+d="M290 586c33 0 63 10 95 43c-6 77 -45 117 -99 117c-47 0 -81 -33 -81 -80s29 -80 85 -80zM267 383c-50 0 -82 13 -106 30l26 45c21 -15 46 -24 78 -24c64 0 113 46 120 146c-30 -27 -67 -40 -108 -40c-84 0 -132 51 -132 124c0 75 60 133 140 133c98 0 162 -74 162 -197
+c0 -147 -79 -217 -180 -217z" />
+    <glyph glyph-name="parenleft.sups" unicode="&#x207d;" 
+d="M344 316c-77 87 -108 160 -108 273c0 112 31 186 108 273l45 -26c-71 -83 -91 -159 -91 -247c0 -87 21 -163 91 -247z" />
+    <glyph glyph-name="parenright.sups" unicode="&#x207e;" 
+d="M257 316l-46 26c70 84 91 160 91 247c0 88 -20 164 -91 247l46 26c76 -87 107 -161 107 -273c0 -113 -31 -186 -107 -273z" />
+    <glyph glyph-name="period.sups" 
+d="M300 384c-27 0 -49 19 -49 50c0 30 22 50 49 50s49 -20 49 -50c0 -31 -22 -50 -49 -50z" />
+    <glyph glyph-name="comma.sups" 
+d="M262 278l-18 39c40 15 65 40 64 76c-2 -1 -5 -1 -7 -1c-25 0 -48 14 -48 44s23 48 49 48c35 0 57 -26 57 -75c0 -60 -38 -109 -97 -131z" />
+    <glyph glyph-name="zero.subs" unicode="&#x2080;" 
+d="M300 -189c-96 0 -159 75 -159 208c0 131 63 206 159 206s159 -75 159 -206c0 -133 -63 -208 -159 -208zM300 -138c57 0 97 52 97 157c0 104 -40 155 -97 155s-97 -51 -97 -155c0 -105 40 -157 97 -157z" />
+    <glyph glyph-name="one.subs" unicode="&#x2081;" 
+d="M175 -177v54h123v254h-105v41c55 8 86 18 117 41h52v-336h114v-54h-301z" />
+    <glyph glyph-name="two.subs" unicode="&#x2082;" 
+d="M162 -177l-4 37c134 114 205 170 205 229c0 50 -33 82 -85 82c-37 0 -71 -24 -94 -57l-38 35c30 46 84 76 141 76c83 0 140 -44 140 -127c0 -75 -70 -131 -165 -221h184v-54h-284z" />
+    <glyph glyph-name="three.subs" unicode="&#x2083;" 
+d="M297 -189c-68 0 -125 31 -155 76l42 33c25 -38 65 -58 109 -58c48 0 88 25 88 69c0 45 -42 70 -131 70v40c79 0 116 31 116 71c0 37 -31 62 -80 62c-33 0 -67 -19 -90 -48l-38 34c34 41 79 65 137 65c73 0 135 -40 135 -105c0 -47 -26 -76 -79 -96c57 -11 94 -45 94 -96
+c0 -72 -67 -117 -148 -117z" />
+    <glyph glyph-name="four.subs" unicode="&#x2084;" 
+d="M346 -177v104h-198v33l154 265l47 -25l-132 -227h129v116h58v-116h58v-46h-58v-104h-58z" />
+    <glyph glyph-name="five.subs" unicode="&#x2085;" 
+d="M299 -189c-73 0 -125 31 -157 76l42 33c26 -38 62 -58 111 -58c52 0 90 36 90 86c0 53 -40 86 -96 86c-33 0 -57 -14 -79 -32l-32 22l19 189h232v-56h-180l-10 -96c21 10 47 15 72 15c76 0 138 -46 138 -131c0 -80 -64 -134 -150 -134z" />
+    <glyph glyph-name="six.subs" unicode="&#x2086;" 
+d="M313 -189c-99 0 -162 74 -162 196c0 148 79 218 180 218c50 0 80 -13 106 -31l-27 -44c-21 14 -45 24 -77 24c-64 0 -114 -47 -121 -147c29 27 67 41 108 41c85 0 132 -51 132 -125c0 -75 -60 -132 -139 -132zM312 -138c47 0 81 32 81 80c0 46 -30 79 -85 79
+c-33 0 -64 -10 -96 -44c7 -76 45 -115 100 -115z" />
+    <glyph glyph-name="seven.subs" unicode="&#x2087;" 
+d="M247 -177c9 135 48 223 130 335h-221v55h293v-36c-98 -125 -127 -218 -134 -354h-68z" />
+    <glyph glyph-name="eight.subs" unicode="&#x2088;" 
+d="M299 -189c-95 0 -148 48 -148 107c0 50 32 87 84 110v4c-44 26 -68 48 -68 90c0 61 52 103 132 103c82 0 134 -40 134 -103c0 -46 -30 -74 -69 -94v-4c56 -25 82 -55 82 -104c0 -62 -56 -109 -147 -109zM322 45c41 27 52 48 52 74c0 35 -29 57 -76 57
+c-45 0 -72 -23 -72 -56c0 -39 40 -57 96 -75zM299 -143c55 0 87 30 87 66c0 49 -53 60 -111 84c-46 -24 -64 -51 -64 -84c0 -34 29 -66 88 -66z" />
+    <glyph glyph-name="nine.subs" unicode="&#x2089;" 
+d="M290 14c33 0 63 10 95 43c-6 77 -45 117 -99 117c-47 0 -81 -33 -81 -80s29 -80 85 -80zM267 -189c-50 0 -82 13 -106 30l26 45c21 -15 46 -24 78 -24c64 0 113 46 120 146c-30 -27 -67 -40 -108 -40c-84 0 -132 51 -132 124c0 75 60 133 140 133c98 0 162 -74 162 -197
+c0 -147 -79 -217 -180 -217z" />
+    <glyph glyph-name="parenleft.subs" unicode="&#x208d;" 
+d="M344 -256c-77 87 -108 160 -108 273c0 112 31 186 108 273l45 -26c-71 -83 -91 -159 -91 -247c0 -87 21 -163 91 -247z" />
+    <glyph glyph-name="parenright.subs" unicode="&#x208e;" 
+d="M257 -256l-46 26c70 84 91 160 91 247c0 88 -20 164 -91 247l46 26c76 -87 107 -161 107 -273c0 -113 -31 -186 -107 -273z" />
+    <glyph glyph-name="period.subs" 
+d="M300 -188c-27 0 -49 19 -49 50c0 30 22 50 49 50s49 -20 49 -50c0 -31 -22 -50 -49 -50z" />
+    <glyph glyph-name="comma.subs" 
+d="M262 -294l-18 39c40 15 65 40 64 76c-2 -1 -5 -1 -7 -1c-25 0 -48 14 -48 44s23 48 49 48c35 0 57 -26 57 -75c0 -60 -38 -109 -97 -131z" />
+    <glyph glyph-name="zero.dnom" 
+d="M300 -12c-81 0 -139 62 -139 166s58 163 139 163s139 -59 139 -163s-58 -166 -139 -166zM300 38c43 0 78 38 78 116c0 80 -35 114 -78 114s-78 -34 -78 -114c0 -78 35 -116 78 -116z" />
+    <glyph glyph-name="one.dnom" 
+d="M290 0v230h-82v42c44 7 67 17 95 33h50v-305h-63z" />
+    <glyph glyph-name="two.dnom" 
+d="M183 0v36c104 79 161 126 161 170c0 36 -22 59 -60 59c-27 0 -53 -17 -72 -42l-39 33c30 35 70 61 118 61c72 0 116 -37 116 -103c0 -54 -55 -101 -121 -161h136v-53h-239z" />
+    <glyph glyph-name="three.dnom" 
+d="M299 -12c-46 0 -94 20 -127 54l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77
+c0 -59 -53 -93 -121 -93z" />
+    <glyph glyph-name="four.dnom" 
+d="M334 0v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="five.dnom" 
+d="M301 -12c-55 0 -93 20 -129 54l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23l-31 20l17 155h189v-54h-139l-10 -70c16 8 36 12 56 12c66 0 112 -36 112 -99s-53 -106 -124 -106z" />
+    <glyph glyph-name="six.dnom" 
+d="M313 -12c-78 0 -137 58 -137 152c0 114 63 177 154 177c40 0 68 -14 93 -32l-26 -41c-18 14 -38 24 -64 24c-57 0 -93 -40 -98 -116c25 22 55 35 91 35c68 0 103 -39 103 -95c0 -57 -48 -104 -116 -104zM312 38c37 0 58 21 58 54c0 31 -18 53 -59 53
+c-27 0 -51 -11 -75 -35c8 -51 41 -72 76 -72z" />
+    <glyph glyph-name="seven.dnom" 
+d="M253 0c6 103 34 169 99 252h-169v53h243v-36c-85 -93 -103 -163 -108 -269h-65z" />
+    <glyph glyph-name="eight.dnom" 
+d="M300 -12c-75 0 -125 41 -125 88c0 42 31 65 65 81v4c-30 18 -54 36 -54 72c0 49 52 84 114 84c66 0 115 -35 115 -84c0 -37 -27 -58 -53 -72v-4c35 -15 63 -37 63 -81c0 -49 -54 -88 -125 -88zM320 177c26 16 36 33 36 53c0 24 -20 42 -56 42c-33 0 -55 -17 -55 -40
+c0 -29 34 -43 75 -55zM300 33c34 0 67 19 67 45c0 37 -42 48 -87 61c-30 -14 -47 -36 -47 -59c0 -27 30 -47 67 -47z" />
+    <glyph glyph-name="nine.dnom" 
+d="M290 161c26 0 49 9 74 33c-7 52 -40 74 -75 74c-36 0 -58 -22 -58 -55c0 -31 18 -52 59 -52zM271 -12c-39 0 -68 14 -93 33l26 40c18 -14 38 -23 65 -23c55 0 91 38 96 114c-25 -21 -55 -34 -90 -34c-68 0 -102 39 -102 95c0 58 48 104 115 104c78 0 137 -58 137 -152
+c0 -114 -63 -177 -154 -177z" />
+    <glyph glyph-name="parenleft.dnom" 
+d="M341 -76c-66 65 -105 135 -105 235s39 170 105 236l46 -33c-60 -60 -85 -125 -85 -203s25 -143 85 -203z" />
+    <glyph glyph-name="parenright.dnom" 
+d="M259 -76l-46 32c60 60 85 125 85 203s-25 143 -85 203l46 33c66 -66 105 -136 105 -236s-39 -170 -105 -235z" />
+    <glyph glyph-name="period.dnom" 
+d="M300 -11c-27 0 -49 20 -49 50c0 31 22 51 49 51s49 -20 49 -51c0 -30 -22 -50 -49 -50z" />
+    <glyph glyph-name="comma.dnom" 
+d="M262 -117l-18 39c40 15 65 40 64 76c-2 -1 -5 -1 -7 -1c-25 0 -48 14 -48 44s23 49 49 49c35 0 57 -26 57 -76c0 -60 -38 -109 -97 -131z" />
+    <glyph glyph-name="zero.numr" 
+d="M300 276c-81 0 -139 62 -139 166s58 163 139 163s139 -59 139 -163s-58 -166 -139 -166zM300 326c43 0 78 38 78 116c0 80 -35 114 -78 114s-78 -34 -78 -114c0 -78 35 -116 78 -116z" />
+    <glyph glyph-name="one.numr" 
+d="M290 288v230h-82v42c44 7 67 17 95 33h50v-305h-63z" />
+    <glyph glyph-name="two.numr" 
+d="M183 288v36c104 79 161 126 161 170c0 36 -22 59 -60 59c-27 0 -53 -17 -72 -42l-39 33c30 35 70 61 118 61c72 0 116 -37 116 -103c0 -54 -55 -101 -121 -161h136v-53h-239z" />
+    <glyph glyph-name="three.numr" 
+d="M299 276c-46 0 -94 20 -127 54l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77
+c0 -59 -53 -93 -121 -93z" />
+    <glyph glyph-name="four.numr" 
+d="M334 288v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="five.numr" 
+d="M301 276c-55 0 -93 20 -129 54l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23l-31 20l17 155h189v-54h-139l-10 -70c16 8 36 12 56 12c66 0 112 -36 112 -99s-53 -106 -124 -106z" />
+    <glyph glyph-name="six.numr" 
+d="M313 276c-78 0 -137 58 -137 152c0 114 63 177 154 177c40 0 68 -14 93 -32l-26 -41c-18 14 -38 24 -64 24c-57 0 -93 -40 -98 -116c25 22 55 35 91 35c68 0 103 -39 103 -95c0 -57 -48 -104 -116 -104zM312 326c37 0 58 21 58 54c0 31 -18 53 -59 53
+c-27 0 -51 -11 -75 -35c8 -51 41 -72 76 -72z" />
+    <glyph glyph-name="seven.numr" 
+d="M253 288c6 103 34 169 99 252h-169v53h243v-36c-85 -93 -103 -163 -108 -269h-65z" />
+    <glyph glyph-name="eight.numr" 
+d="M300 276c-75 0 -125 41 -125 88c0 42 31 65 65 81v4c-30 18 -54 36 -54 72c0 49 52 84 114 84c66 0 115 -35 115 -84c0 -37 -27 -58 -53 -72v-4c35 -15 63 -37 63 -81c0 -49 -54 -88 -125 -88zM320 465c26 16 36 33 36 53c0 24 -20 42 -56 42c-33 0 -55 -17 -55 -40
+c0 -29 34 -43 75 -55zM300 321c34 0 67 19 67 45c0 37 -42 48 -87 61c-30 -14 -47 -36 -47 -59c0 -27 30 -47 67 -47z" />
+    <glyph glyph-name="nine.numr" 
+d="M290 449c26 0 49 9 74 33c-7 52 -40 74 -75 74c-36 0 -58 -22 -58 -55c0 -31 18 -52 59 -52zM271 276c-39 0 -68 14 -93 33l26 40c18 -14 38 -23 65 -23c55 0 91 38 96 114c-25 -21 -55 -34 -90 -34c-68 0 -102 39 -102 95c0 58 48 104 115 104c78 0 137 -58 137 -152
+c0 -114 -63 -177 -154 -177z" />
+    <glyph glyph-name="parenleft.numr" 
+d="M341 212c-66 65 -105 135 -105 235s39 170 105 236l46 -33c-60 -60 -85 -125 -85 -203s25 -143 85 -203z" />
+    <glyph glyph-name="parenright.numr" 
+d="M259 212l-46 32c60 60 85 125 85 203s-25 143 -85 203l46 33c66 -66 105 -136 105 -236s-39 -170 -105 -235z" />
+    <glyph glyph-name="period.numr" 
+d="M300 277c-27 0 -49 20 -49 50c0 31 22 51 49 51s49 -20 49 -51c0 -30 -22 -50 -49 -50z" />
+    <glyph glyph-name="comma.numr" 
+d="M262 171l-18 39c40 15 65 40 64 76c-2 -1 -5 -1 -7 -1c-25 0 -48 14 -48 44s23 49 49 49c35 0 57 -26 57 -76c0 -60 -38 -109 -97 -131z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" 
+d="M269 387c-60 0 -106 35 -106 92c0 70 69 107 219 119c-2 41 -20 75 -75 75c-38 0 -76 -16 -106 -34l-25 43c35 21 88 42 142 42c86 0 128 -50 128 -134v-195h-53l-4 38h-2c-33 -26 -74 -46 -118 -46zM285 436c35 0 65 15 97 40v83c-114 -11 -157 -35 -157 -74
+c0 -35 28 -49 60 -49z" />
+    <glyph glyph-name="ordfeminine.a" 
+d="M276 387c-84 0 -139 61 -139 168c0 105 69 169 146 169c37 0 66 -13 96 -39h2l5 31h52v-321h-53l-5 36h-2c-26 -24 -63 -44 -102 -44zM291 440c30 0 57 12 83 40v160c-27 23 -54 31 -80 31c-50 0 -91 -44 -91 -115c0 -74 33 -116 88 -116z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" 
+d="M300 387c-84 0 -158 62 -158 168c0 108 74 169 158 169c85 0 158 -61 158 -169c0 -106 -73 -168 -158 -168zM300 439c57 0 92 47 92 116c0 70 -35 117 -92 117s-92 -47 -92 -117c0 -69 35 -116 92 -116z" />
+    <glyph glyph-name="a.sups" unicode="&#x1d43;" 
+d="M269 387c-60 0 -106 35 -106 92c0 70 69 107 219 119c-2 41 -20 75 -75 75c-38 0 -76 -16 -106 -34l-25 43c35 21 88 42 142 42c86 0 128 -50 128 -134v-195h-53l-4 38h-2c-33 -26 -74 -46 -118 -46zM285 436c35 0 65 15 97 40v83c-114 -11 -157 -35 -157 -74
+c0 -35 28 -49 60 -49z" />
+    <glyph glyph-name="b.sups" unicode="&#x1d47;" 
+d="M327 387c-32 0 -67 15 -97 40h-1l-7 -32h-50v471h64v-129l-2 -56c30 25 67 43 104 43c87 0 134 -64 134 -164c0 -109 -69 -173 -145 -173zM314 440c53 0 92 43 92 120c0 68 -24 111 -85 111c-27 0 -55 -14 -85 -40v-161c28 -22 56 -30 78 -30z" />
+    <glyph glyph-name="c.sups" unicode="&#x1d9c;" 
+d="M346 387c-94 0 -165 62 -165 168c0 108 80 169 170 169c46 0 79 -17 103 -38l-32 -41c-20 16 -42 27 -68 27c-63 0 -108 -47 -108 -117c0 -69 43 -116 106 -116c33 0 60 14 82 30l27 -41c-32 -26 -73 -41 -115 -41z" />
+    <glyph glyph-name="d.sups" unicode="&#x1d48;" 
+d="M276 387c-84 0 -139 61 -139 168c0 105 69 169 146 169c39 0 65 -14 93 -37l-2 55v124h64v-471h-53l-5 36h-2c-26 -24 -63 -44 -102 -44zM291 440c30 0 56 12 83 40v160c-28 23 -53 31 -79 31c-52 0 -92 -44 -92 -115c0 -74 32 -116 88 -116z" />
+    <glyph glyph-name="e.sups" unicode="&#x1d49;" 
+d="M320 387c-97 0 -175 62 -175 168c0 104 79 169 164 169c96 0 149 -60 149 -151c0 -14 -2 -26 -3 -35h-250c8 -67 60 -102 122 -102c36 0 67 9 95 25l22 -40c-35 -22 -77 -34 -124 -34zM312 674c-48 0 -94 -28 -105 -88h196c-6 63 -42 88 -91 88z" />
+    <glyph glyph-name="f.sups" unicode="&#x1da0;" 
+d="M277 395v271h-79v48l79 2v27c0 78 42 130 134 130c33 0 63 -6 92 -17l-14 -47c-23 9 -45 13 -71 13c-55 0 -78 -30 -78 -77v-29h128v-50h-128v-271h-63z" />
+    <glyph glyph-name="g.sups" unicode="&#x1d4d;" 
+d="M298 249c-93 0 -149 30 -149 87c0 25 19 51 53 70v2c-17 10 -33 27 -33 54c0 21 15 44 39 60v3c-22 17 -41 45 -41 83c0 72 59 116 130 116c18 0 35 -2 49 -8h134v-48h-82c14 -14 25 -36 25 -61c0 -71 -55 -111 -126 -111c-17 0 -34 4 -53 11c-14 -9 -22 -20 -22 -34
+c0 -24 21 -34 63 -34h71c85 0 126 -23 126 -77c0 -63 -71 -113 -184 -113zM297 538c38 0 69 26 69 70c0 43 -31 72 -69 72c-39 0 -69 -29 -69 -72c0 -44 30 -70 69 -70zM304 291c71 0 117 29 117 60c0 28 -25 36 -72 36h-59c-20 0 -35 1 -49 5c-28 -15 -38 -32 -38 -49
+c0 -31 35 -52 101 -52z" />
+    <glyph glyph-name="h.sups" unicode="&#x2b0;" 
+d="M175 395v471h64v-129l-4 -69c32 31 68 56 116 56c75 0 109 -45 109 -127v-202h-64v194c0 55 -19 81 -67 81c-34 0 -57 -17 -90 -49v-226h-64z" />
+    <glyph glyph-name="i.sups" unicode="&#x2071;" 
+d="M316 395v271h-141v50h205v-321h-64zM343 779c-28 0 -48 18 -48 45c0 28 20 47 48 47s49 -19 49 -47c0 -27 -21 -45 -49 -45z" />
+    <glyph glyph-name="j.sups" unicode="&#x2b2;" 
+d="M229 254c-34 0 -65 10 -89 22l20 47c22 -12 46 -18 66 -18c62 0 79 30 79 83v278h-142v50h206v-324c0 -79 -32 -138 -140 -138zM332 779c-28 0 -49 18 -49 45c0 28 21 47 49 47s48 -19 48 -47c0 -27 -20 -45 -48 -45z" />
+    <glyph glyph-name="k.sups" unicode="&#x1d4f;" 
+d="M189 395v471h64v-310h2l159 160h72l-125 -128l140 -193h-71l-107 151l-70 -67v-84h-64z" />
+    <glyph glyph-name="l.sups" unicode="&#x2e1;" 
+d="M381 387c-71 0 -104 41 -104 116v312h-81v51h145v-367c0 -43 20 -60 55 -60c15 0 29 3 50 10l12 -49c-26 -7 -46 -13 -77 -13z" />
+    <glyph glyph-name="m.sups" unicode="&#x1d50;" 
+d="M70 395v321h50l6 -45h3c27 29 58 53 101 53c45 0 76 -20 90 -60c30 32 65 60 109 60c71 0 100 -51 100 -126v-203h-62v194c0 51 -13 82 -59 82c-23 0 -46 -14 -77 -47v-229h-62v194c0 51 -13 82 -59 82c-24 0 -47 -14 -78 -47v-229h-62z" />
+    <glyph glyph-name="n.sups" unicode="&#x207f;" 
+d="M175 395v321h53l5 -48h3c31 31 66 56 115 56c74 0 109 -45 109 -127v-202h-64v194c0 55 -19 81 -67 81c-34 0 -57 -17 -90 -49v-226h-64z" />
+    <glyph glyph-name="o.sups" unicode="&#x1d52;" 
+d="M300 387c-84 0 -158 62 -158 168c0 108 74 169 158 169c85 0 158 -61 158 -169c0 -106 -73 -168 -158 -168zM300 439c57 0 92 47 92 116c0 70 -35 117 -92 117s-92 -47 -92 -117c0 -69 35 -116 92 -116z" />
+    <glyph glyph-name="p.sups" unicode="&#x1d56;" 
+d="M172 262v454h52l5 -36h3c30 24 67 44 107 44c86 0 133 -64 133 -164c0 -109 -69 -173 -145 -173c-32 0 -63 13 -93 36l2 -55v-106h-64zM314 440c53 0 92 43 92 120c0 68 -24 111 -85 111c-27 0 -54 -14 -85 -40v-161c28 -22 56 -30 78 -30z" />
+    <glyph glyph-name="q.sups" 
+d="M374 262v111l3 56c-27 -24 -62 -42 -101 -42c-84 0 -139 61 -139 168c0 105 69 169 146 169c39 0 66 -13 96 -39h2l5 31h52v-454h-64zM291 440c30 0 56 12 83 40v160c-28 23 -53 31 -79 31c-52 0 -92 -44 -92 -115c0 -74 32 -116 88 -116z" />
+    <glyph glyph-name="r.sups" unicode="&#x2b3;" 
+d="M243 395v321h54l5 -75h2c30 52 76 83 128 83c25 0 44 -4 64 -13l-13 -54c-23 7 -36 10 -60 10c-41 0 -84 -24 -116 -90v-182h-64z" />
+    <glyph glyph-name="s.sups" unicode="&#x2e2;" 
+d="M308 387c-57 0 -110 20 -146 45l30 41c34 -24 69 -38 118 -38c53 0 78 20 78 45c0 31 -45 45 -88 57c-56 18 -120 40 -120 94c0 53 50 93 135 93c48 0 91 -17 122 -37l-30 -40c-27 17 -56 29 -92 29c-50 0 -71 -19 -71 -42c0 -27 41 -39 84 -52c58 -18 123 -37 123 -98
+c0 -53 -50 -97 -143 -97z" />
+    <glyph glyph-name="t.sups" unicode="&#x1d57;" 
+d="M369 387c-96 0 -128 54 -128 135v144h-77v48l80 2l8 100h53v-100h145v-50h-145v-145c0 -55 20 -84 79 -84c26 0 46 6 66 15l13 -47c-26 -10 -60 -18 -94 -18z" />
+    <glyph glyph-name="u.sups" unicode="&#x1d58;" 
+d="M266 387c-73 0 -107 45 -107 126v203h64v-195c0 -54 18 -79 65 -79c34 0 59 14 91 50v224h64v-321h-52l-6 50h-2c-31 -34 -68 -58 -117 -58z" />
+    <glyph glyph-name="v.sups" unicode="&#x1d5b;" 
+d="M261 395l-122 321h66l62 -176c11 -32 20 -64 31 -95h2c11 31 19 63 30 95l62 176h62l-119 -321h-74z" />
+    <glyph glyph-name="w.sups" unicode="&#x2b7;" 
+d="M141 395l-89 321h64l44 -179l20 -91h3l22 91l48 179h56l50 -179l21 -91h4l21 91l43 179h59l-87 -321h-75l-42 163l-22 91h-2l-20 -91l-44 -163h-74z" />
+    <glyph glyph-name="x.sups" unicode="&#x2e3;" 
+d="M159 395l111 168l-102 153h68l43 -66c10 -18 22 -36 33 -54h3c10 18 20 36 31 54l38 66h68l-104 -160l111 -161h-69l-47 69c-11 20 -25 40 -38 58h-2c-11 -18 -22 -38 -34 -58l-43 -69h-67z" />
+    <glyph glyph-name="y.sups" unicode="&#x2b8;" 
+d="M198 258c-17 0 -31 3 -43 7l13 50c7 -2 17 -5 26 -5c39 0 63 27 77 63l7 23l-138 320h64l69 -169c11 -28 22 -60 34 -91h2c10 29 19 62 29 91l60 169h62l-130 -343c-25 -67 -62 -115 -132 -115z" />
+    <glyph glyph-name="z.sups" unicode="&#x1dbb;" 
+d="M146 395v33l213 238h-189v50h279v-33l-212 -238h219v-50h-310z" />
+    <glyph glyph-name="egrave.sups" 
+d="M329 766l-112 110l45 41l102 -120zM320 387c-97 0 -175 62 -175 168c0 104 79 169 164 169c96 0 149 -60 149 -151c0 -14 -2 -26 -3 -35h-250c8 -67 60 -102 122 -102c36 0 67 9 95 25l22 -40c-35 -22 -77 -34 -124 -34zM312 674c-48 0 -94 -28 -105 -88h196
+c-6 63 -42 88 -91 88z" />
+    <glyph glyph-name="eacute.sups" 
+d="M295 766l-34 31l102 120l45 -41zM320 387c-97 0 -175 62 -175 168c0 104 79 169 164 169c96 0 149 -60 149 -151c0 -14 -2 -26 -3 -35h-250c8 -67 60 -102 122 -102c36 0 67 9 95 25l22 -40c-35 -22 -77 -34 -124 -34zM312 674c-48 0 -94 -28 -105 -88h196
+c-6 63 -42 88 -91 88z" />
+    <glyph glyph-name="eogonek.sups" 
+d="M386 244c-38 0 -70 19 -70 63c0 32 18 60 47 84c-17 -4 -32 -4 -43 -4c-97 0 -175 62 -175 168c0 104 79 169 164 169c96 0 149 -60 149 -151c0 -14 -2 -26 -3 -35h-250c8 -67 60 -102 122 -102c36 0 67 9 95 25l22 -40c-62 -42 -83 -70 -83 -103c0 -24 19 -33 36 -33
+c16 0 27 7 35 15l18 -30c-16 -14 -38 -26 -64 -26zM312 674c-48 0 -94 -28 -105 -88h196c-6 63 -42 88 -91 88z" />
+    <glyph glyph-name="uni0259.sups" unicode="&#x2094;" 
+d="M298 387c-97 0 -156 65 -156 156c0 14 2 27 3 35h250c-8 65 -54 98 -114 98c-35 0 -66 -9 -94 -25l-22 40c35 22 76 35 124 35c94 0 166 -63 166 -169c0 -104 -74 -170 -157 -170zM296 437c48 0 89 30 98 93h-197c5 -66 46 -93 99 -93z" />
+    <glyph glyph-name="uni0266.sups" 
+d="M175 395v346c0 79 38 130 122 130c26 0 49 -6 72 -15l-14 -48c-18 8 -32 12 -51 12c-46 0 -65 -30 -66 -77l-3 -81c32 31 68 56 116 56c75 0 109 -45 109 -127v-196h-64v188c0 55 -19 81 -67 81c-34 0 -57 -17 -90 -49v-220h-64z" />
+    <glyph glyph-name="uni02E0" unicode="&#x2e0;" 
+d="M301 249c-52 0 -81 31 -81 79c0 31 15 59 40 105l-114 284h65l59 -166c10 -30 20 -53 29 -82h3c10 29 20 52 30 82l59 166h63l-113 -283c25 -46 40 -75 40 -106c0 -48 -28 -79 -80 -79zM301 291c18 0 27 14 27 32c0 23 -9 50 -26 81h-3c-16 -31 -26 -60 -26 -81
+c0 -18 9 -32 28 -32z" />
+    <glyph glyph-name="uni02E4" unicode="&#x2e4;" 
+d="M282 395v179c-67 43 -122 90 -122 167c0 84 72 130 155 130c63 0 108 -28 137 -59l-34 -40c-25 25 -55 46 -98 46c-57 0 -96 -30 -96 -79c0 -55 40 -96 121 -139v-205h-63z" />
+    <glyph glyph-name="a.supa" 
+d="M276 387c-84 0 -139 61 -139 168c0 105 69 169 146 169c37 0 66 -13 96 -39h2l5 31h52v-321h-53l-5 36h-2c-26 -24 -63 -44 -102 -44zM291 440c30 0 57 12 83 40v160c-27 23 -54 31 -80 31c-50 0 -91 -44 -91 -115c0 -74 33 -116 88 -116z" />
+    <glyph glyph-name="g.supa" 
+d="M283 255c-41 0 -87 12 -123 35l23 44c33 -20 69 -29 100 -29c60 0 90 31 91 79l1 56c-25 -23 -60 -41 -99 -41c-84 0 -139 62 -139 161c0 101 71 164 146 164c37 0 66 -13 95 -38h1l6 30h53v-333c0 -81 -57 -128 -155 -128zM291 451c30 0 56 13 83 42v147
+c-27 23 -54 31 -80 31c-51 0 -92 -44 -92 -110c0 -68 34 -110 89 -110z" />
+    <glyph glyph-name="i.supa" 
+d="M330 779c-28 0 -48 18 -48 45c0 28 20 47 48 47s48 -19 48 -47c0 -27 -20 -45 -48 -45zM173 395v50h130v221h-114v50h178v-271h124v-50h-318z" />
+    <glyph glyph-name="colon.sups" 
+d="M300 384c-27 0 -49 19 -49 50c0 30 22 50 49 50s49 -20 49 -50c0 -31 -22 -50 -49 -50zM300 609c-27 0 -49 19 -49 50c0 30 22 50 49 50s49 -20 49 -50c0 -31 -22 -50 -49 -50z" />
+    <glyph glyph-name="hyphen.sups" 
+d="M222 536v47h156v-47h-156z" />
+    <glyph glyph-name="endash.sups" 
+d="M165 539v42h270v-42h-270z" />
+    <glyph glyph-name="emdash.sups" 
+d="M61 539v42h478v-42h-478z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" 
+d="M102 83l-44 45l84 85c-23 31 -36 70 -36 116s13 86 35 117l-83 86l44 45l87 -90c31 24 70 37 111 37c40 0 79 -13 111 -37l87 90l44 -45l-84 -86c23 -31 36 -71 36 -117s-14 -85 -36 -116l84 -85l-44 -45l-88 89c-31 -25 -70 -38 -110 -38c-41 0 -79 13 -111 38zM300 195
+c65 0 118 54 118 134s-53 134 -118 134s-118 -54 -118 -134s53 -134 118 -134z" />
+    <glyph glyph-name="dollar" unicode="$" 
+d="M85 113l39 57c50 -36 111 -68 186 -68c79 0 121 36 121 87c0 124 -317 102 -317 276c0 84 65 141 162 151v132h60v-131c73 -6 119 -37 159 -76l-44 -48c-45 35 -80 57 -147 57s-110 -32 -110 -83c0 -110 318 -89 318 -272c0 -86 -71 -148 -176 -159v-146h-60v145
+c-74 6 -145 39 -191 78z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" 
+d="M78 0v50c83 37 124 105 124 180c0 19 -3 37 -8 55h-117v52l99 4c-15 42 -32 83 -32 125c0 113 83 184 210 184c82 0 137 -32 176 -75l-48 -47c-31 31 -68 53 -124 53c-87 0 -135 -48 -135 -117c0 -42 15 -81 30 -123h189v-56h-173c4 -18 6 -36 6 -56
+c0 -70 -24 -113 -72 -154v-4h328v-71h-453z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" 
+d="M258 0v158h-181v48h181v65h-181v47h161l-185 320h85l92 -171c23 -44 44 -88 69 -135h4c24 47 46 91 70 135l92 171h82l-186 -320h162v-47h-183v-65h183v-48h-183v-158h-82z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" 
+d="M374 -12c-131 0 -227 92 -252 248h-64v44l59 4c-1 11 -1 23 -1 34s0 22 1 33h-59v44l64 5c25 157 125 250 266 250c68 0 129 -34 169 -78l-49 -47c-34 35 -72 59 -123 59c-97 0 -159 -69 -178 -184h294v-49h-299c-1 -10 -1 -20 -1 -30c0 -12 0 -24 1 -36h259v-49h-253
+c19 -114 79 -182 171 -182c57 0 98 25 138 71l49 -44c-50 -58 -110 -93 -192 -93z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" 
+d="M194 310c0 -89 45 -151 120 -168v335c-74 -17 -120 -79 -120 -167zM314 -33v104c-119 13 -201 98 -201 239c0 138 88 222 201 237v106h51v-103c58 -3 100 -29 131 -58l-40 -52c-26 24 -56 40 -91 42v-344c42 3 77 23 105 47l36 -52c-40 -35 -89 -59 -141 -63v-103h-51z
+" />
+    <glyph glyph-name="uni0192" unicode="&#x192;" 
+d="M132 -97c-35 0 -63 9 -83 18l16 62c18 -7 38 -13 59 -13c69 0 94 54 107 156l24 219h-104v59l70 4h41l6 56c17 133 65 204 177 204c34 0 69 -9 91 -20l-20 -62c-18 9 -38 15 -67 15c-66 0 -93 -62 -101 -130l-7 -63h142v-63h-149l-27 -237c-15 -122 -57 -205 -175 -205z
+" />
+    <glyph glyph-name="colonmonetary" unicode="&#x20a1;" 
+d="M365 584c-7 0 -13 0 -20 -1l-60 -511c18 -10 38 -16 59 -17l62 523c-13 4 -26 6 -41 6zM181 321c0 -93 21 -166 60 -213l54 462c-74 -34 -114 -123 -114 -249zM216 -102l14 123c-82 49 -134 153 -134 297c0 177 80 295 207 325l13 107l48 -8l-11 -92h17c15 0 29 -2 44 -5
+l12 105l48 -8l-13 -113c29 -14 55 -34 76 -57l-49 -47c-11 12 -23 22 -36 31l-58 -499c40 9 72 32 103 68l49 -44c-43 -50 -94 -83 -160 -91l-12 -100l-48 8l11 91c-21 1 -41 5 -60 11l-13 -110z" />
+    <glyph glyph-name="lira" unicode="&#x20a4;" 
+d="M78 0v50c83 37 124 105 124 180v6h-124v44l87 5h29c-5 22 -14 44 -22 66h-94v46l77 3c-6 22 -11 44 -11 66c0 113 83 184 210 184c82 0 137 -32 176 -75l-48 -47c-31 31 -68 53 -124 53c-87 0 -135 -48 -135 -117c0 -22 4 -43 10 -64h209v-49h-193c7 -21 15 -43 20 -66
+h173v-49h-167v-7c0 -70 -24 -113 -72 -154v-4h328v-71h-453z" />
+    <glyph glyph-name="uni20A6" unicode="&#x20a6;" 
+d="M170 563l9 -163h59l-64 163h-4zM426 74h4l-9 162h-58zM121 0v236h-75v43l75 5v68h-75v43l75 5v238h84l94 -238h115v238h65v-238h73v-48h-73v-68h73v-48h-73v-236h-84l-93 236h-116v-236h-65zM419 284l-4 68h-97l27 -68h74zM283 284l-26 68h-76l4 -68h98z" />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" 
+d="M135 0v417h-93v51l93 5v165h148c120 0 211 -45 224 -165h76v-56h-76c-13 -117 -105 -172 -224 -172h-70v-245h-78zM213 581v-108h214c-10 78 -64 108 -155 108h-59zM213 302h59c91 0 145 39 155 115h-214v-115z" />
+    <glyph glyph-name="uni20A9" unicode="&#x20a9;" 
+d="M298 528l-14 -174h32l-14 174h-4zM408 68h4l12 130l10 98h-49l11 -98zM140 0l-36 296h-76v52l69 6l-34 284h76l29 -284h59l27 244h98l27 -244h60l28 284h71l-31 -284h63v-58h-70l-32 -296h-112l-34 296h-44l-32 -296h-106zM194 68h4l12 130l11 98h-47l10 -98z" />
+    <glyph glyph-name="dong" unicode="&#x20ab;" 
+d="M276 110c-101 0 -167 67 -167 189c0 110 85 179 174 179c52 0 84 -17 116 -46h3l-5 83v34h-155v49h155v67h71v-67h78v-44l-78 -5v-429h-58l-6 46h-3c-32 -33 -73 -56 -125 -56zM291 169c37 0 71 16 106 53v155c-36 29 -62 41 -102 41c-62 0 -113 -51 -113 -118
+c0 -82 40 -131 109 -131zM121 0v49h378v-49h-378z" />
+    <glyph glyph-name="uni20B1" unicode="&#x20b1;" 
+d="M135 0v372h-93v40l93 6v58h-93v40l93 6v116h148c102 0 183 -32 213 -116h88v-46h-78c1 -10 2 -21 2 -32c0 -9 0 -18 -1 -26h77v-46h-87c-28 -86 -111 -127 -214 -127h-70v-245h-78zM213 581v-59h199c-24 42 -72 59 -140 59h-59zM429 444c0 12 -1 22 -2 32h-214v-58h214
+c1 8 2 17 2 26zM213 302h59c71 0 119 24 142 70h-201v-70z" />
+    <glyph glyph-name="uni20B2" unicode="&#x20b2;" 
+d="M311 -110v100c-134 15 -227 136 -227 328c0 188 89 309 227 329v101h60v-99c61 -5 116 -38 152 -79l-49 -46c-34 36 -73 60 -123 60c-116 0 -182 -102 -182 -263c0 -164 65 -265 176 -265c43 0 85 17 106 37v169h-116v69h191v-270c-44 -41 -96 -65 -155 -71v-100h-60z
+" />
+    <glyph glyph-name="uni20B4" unicode="&#x20b4;" 
+d="M323 -12c-120 0 -201 62 -201 167c0 31 7 57 19 80h-80v43l69 5h46c24 26 55 47 85 67h-200v44l70 5h202c34 27 59 56 59 95c0 51 -40 90 -103 90c-55 0 -85 -20 -125 -64l-44 47c44 49 91 83 172 83c106 0 180 -64 180 -158c0 -37 -12 -67 -32 -93h97v-49h-147
+c-30 -24 -65 -45 -96 -67h243v-48h-300c-21 -24 -35 -51 -35 -84c0 -57 42 -97 121 -97c60 0 107 30 151 73l38 -55c-48 -50 -118 -84 -189 -84z" />
+    <glyph glyph-name="uni20B5" unicode="&#x20b5;" 
+d="M181 321c0 -149 54 -248 149 -265v525c-96 -19 -149 -116 -149 -260zM330 -110v99c-139 13 -234 134 -234 329c0 190 92 311 234 330v97h53v-96c62 -4 117 -36 154 -77l-49 -47c-30 31 -63 53 -105 58v-527c45 6 80 30 114 69l49 -44c-44 -51 -96 -84 -163 -91v-100h-53z
+" />
+    <glyph glyph-name="uni20B9" unicode="&#x20b9;" 
+d="M108 252v67h79c110 0 177 38 184 118h-263v44l76 5h184c-16 61 -80 84 -181 84h-79v68h417v-49h-157c44 -20 74 -57 83 -103h74v-49h-72c-6 -102 -73 -159 -171 -178l208 -259h-93l-200 252h-89z" />
+    <glyph glyph-name="uni20BA" unicode="&#x20ba;" 
+d="M160 -12v273l-93 -43l-22 43l115 53v72l-93 -43l-22 42l115 54v199h84v-158l171 81l23 -43l-194 -91v-72l171 81l23 -43l-194 -91v-236c99 3 221 59 221 164c0 11 0 24 -6 43l69 18c6 -23 8 -40 8 -57c0 -169 -165 -250 -376 -246z" />
+    <glyph glyph-name="uni20AE" unicode="&#x20ae;" 
+d="M120 255l-22 43l160 75v201h-203v64h490v-64h-203v-166l138 64l22 -40l-160 -77v-72l138 64l22 -40l-160 -76v-231h-84v195l-138 -65l-22 43l160 75v72z" />
+    <glyph glyph-name="uni20B8" unicode="&#x20b8;" 
+d="M258 0v474h-203v44l82 4h408v-48h-203v-474h-84zM55 589v49h490v-49h-490z" />
+    <glyph glyph-name="uni20BD" unicode="&#x20bd;" 
+d="M158 0v164h-116v44l116 5v67h-116v44l116 4v310h173c132 0 230 -52 230 -176c0 -128 -100 -182 -230 -182h-94v-67h258v-49h-258v-164h-79zM237 328h84c103 0 161 43 161 131c0 89 -58 122 -161 122h-84v-253z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" 
+d="M148 0v124h-79v52l79 4v458h385v-71h-302v-197h253v-70h-253v-120h160v-56h-160v-124h-83z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" 
+d="M77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45z" />
+    <glyph glyph-name="uni2215" unicode="&#x2215;" 
+d="M77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45z" />
+    <glyph glyph-name="slash.frac" 
+d="M77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45z" />
+    <glyph glyph-name="percent" unicode="%" 
+d="M166 321c-81 0 -139 62 -139 166s58 163 139 163s139 -59 139 -163s-58 -166 -139 -166zM166 371c43 0 78 38 78 116c0 80 -35 114 -78 114s-78 -34 -78 -114c0 -78 35 -116 78 -116zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM434 -12
+c-81 0 -139 62 -139 166s58 163 139 163s139 -59 139 -163s-58 -166 -139 -166zM434 38c43 0 78 38 78 116c0 80 -35 114 -78 114s-78 -34 -78 -114c0 -78 35 -116 78 -116z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" 
+d="M165 389c-69 0 -117 49 -117 132c0 81 48 129 117 129s117 -48 117 -129c0 -83 -48 -132 -117 -132zM165 431c36 0 62 28 62 90c0 60 -26 87 -62 87s-63 -27 -63 -87c0 -62 27 -90 63 -90zM119 278l-14 31l446 201l24 -58zM165 -12c-69 0 -117 49 -117 132
+c0 81 48 129 117 129s117 -48 117 -129c0 -83 -48 -132 -117 -132zM165 30c36 0 62 28 62 90c0 60 -26 86 -62 86s-63 -27 -63 -86c0 -62 27 -90 63 -90zM436 -12c-69 0 -117 49 -117 132c0 81 48 129 117 129s117 -48 117 -129c0 -83 -48 -132 -117 -132zM436 30
+c36 0 62 28 62 90c0 60 -26 86 -62 86s-63 -27 -63 -86c0 -62 27 -90 63 -90z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM468 0v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM324 0v36c104 79 161 126 161 170c0 36 -22 59 -60 59c-27 0 -53 -17 -72 -42l-39 33c30 35 70 61 118 61c72 0 116 -37 116 -103
+c0 -54 -55 -101 -121 -161h136v-53h-239z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" 
+d="M158 321c-46 0 -94 20 -127 54l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77
+c0 -59 -53 -93 -121 -93zM102 32l-49 45l183 188l33 -30zM414 391l-33 30l167 203l49 -45zM468 0v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="onethird" unicode="&#x2153;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM440 -12c-46 0 -94 20 -127 54l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43
+c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77c0 -59 -53 -93 -121 -93z" />
+    <glyph glyph-name="twothirds" unicode="&#x2154;" 
+d="M42 333v36c104 79 161 126 161 170c0 36 -22 59 -60 59c-27 0 -53 -17 -72 -42l-39 33c30 35 70 61 118 61c72 0 116 -37 116 -103c0 -54 -55 -101 -121 -161h136v-53h-239zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM440 -12c-46 0 -94 20 -127 54
+l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77c0 -59 -53 -93 -121 -93z" />
+    <glyph glyph-name="uni2155" unicode="&#x2155;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM442 -12c-55 0 -93 20 -129 54l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23l-31 20l17 155h189v-54h-139
+l-10 -70c16 8 36 12 56 12c66 0 112 -36 112 -99s-53 -106 -124 -106z" />
+    <glyph glyph-name="uni2156" unicode="&#x2156;" 
+d="M42 333v36c104 79 161 126 161 170c0 36 -22 59 -60 59c-27 0 -53 -17 -72 -42l-39 33c30 35 70 61 118 61c72 0 116 -37 116 -103c0 -54 -55 -101 -121 -161h136v-53h-239zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM442 -12c-55 0 -93 20 -129 54
+l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23l-31 20l17 155h189v-54h-139l-10 -70c16 8 36 12 56 12c66 0 112 -36 112 -99s-53 -106 -124 -106z" />
+    <glyph glyph-name="uni2157" unicode="&#x2157;" 
+d="M158 321c-46 0 -94 20 -127 54l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77
+c0 -59 -53 -93 -121 -93zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM442 -12c-55 0 -93 20 -129 54l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23l-31 20l17 155h189v-54h-139l-10 -70c16 8 36 12 56 12
+c66 0 112 -36 112 -99s-53 -106 -124 -106z" />
+    <glyph glyph-name="uni2158" unicode="&#x2158;" 
+d="M193 333v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM442 -12c-55 0 -93 20 -129 54l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23
+l-31 20l17 155h189v-54h-139l-10 -70c16 8 36 12 56 12c66 0 112 -36 112 -99s-53 -106 -124 -106z" />
+    <glyph glyph-name="uni2159" unicode="&#x2159;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM454 -12c-78 0 -137 58 -137 152c0 114 63 177 154 177c40 0 68 -14 93 -32l-26 -41c-18 14 -38 24 -64 24c-57 0 -93 -40 -98 -116c25 22 55 35 91 35
+c68 0 103 -39 103 -95c0 -57 -48 -104 -116 -104zM453 38c37 0 58 21 58 54c0 31 -18 53 -59 53c-27 0 -51 -11 -75 -35c8 -51 41 -72 76 -72z" />
+    <glyph glyph-name="uni215A" unicode="&#x215a;" 
+d="M160 321c-55 0 -93 20 -129 54l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23l-31 20l17 155h189v-54h-139l-10 -70c16 8 36 12 56 12c66 0 112 -36 112 -99s-53 -106 -124 -106zM77 32l-49 45l183 188l33 -30zM389 391l-33 30
+l167 203l49 -45zM454 -12c-78 0 -137 58 -137 152c0 114 63 177 154 177c40 0 68 -14 93 -32l-26 -41c-18 14 -38 24 -64 24c-57 0 -93 -40 -98 -116c25 22 55 35 91 35c68 0 103 -39 103 -95c0 -57 -48 -104 -116 -104zM453 38c37 0 58 21 58 54c0 31 -18 53 -59 53
+c-27 0 -51 -11 -75 -35c8 -51 41 -72 76 -72z" />
+    <glyph glyph-name="uni2150" unicode="&#x2150;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM394 0c6 103 34 169 99 252h-169v53h243v-36c-85 -93 -103 -163 -108 -269h-65z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM441 -12c-75 0 -125 41 -125 88c0 42 31 65 65 81v4c-30 18 -54 36 -54 72c0 49 52 84 114 84c66 0 115 -35 115 -84c0 -37 -27 -58 -53 -72v-4
+c35 -15 63 -37 63 -81c0 -49 -54 -88 -125 -88zM461 177c26 16 36 33 36 53c0 24 -20 42 -56 42c-33 0 -55 -17 -55 -40c0 -29 34 -43 75 -55zM441 33c34 0 67 19 67 45c0 37 -42 48 -87 61c-30 -14 -47 -36 -47 -59c0 -27 30 -47 67 -47z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" 
+d="M158 321c-46 0 -94 20 -127 54l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77
+c0 -59 -53 -93 -121 -93zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM441 -12c-75 0 -125 41 -125 88c0 42 31 65 65 81v4c-30 18 -54 36 -54 72c0 49 52 84 114 84c66 0 115 -35 115 -84c0 -37 -27 -58 -53 -72v-4c35 -15 63 -37 63 -81
+c0 -49 -54 -88 -125 -88zM461 177c26 16 36 33 36 53c0 24 -20 42 -56 42c-33 0 -55 -17 -55 -40c0 -29 34 -43 75 -55zM441 33c34 0 67 19 67 45c0 37 -42 48 -87 61c-30 -14 -47 -36 -47 -59c0 -27 30 -47 67 -47z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" 
+d="M160 321c-55 0 -93 20 -129 54l32 39c23 -24 52 -43 92 -43c38 0 66 21 66 57c0 38 -26 58 -67 58c-26 0 -44 -9 -64 -23l-31 20l17 155h189v-54h-139l-10 -70c16 8 36 12 56 12c66 0 112 -36 112 -99s-53 -106 -124 -106zM77 32l-49 45l183 188l33 -30zM389 391l-33 30
+l167 203l49 -45zM441 -12c-75 0 -125 41 -125 88c0 42 31 65 65 81v4c-30 18 -54 36 -54 72c0 49 52 84 114 84c66 0 115 -35 115 -84c0 -37 -27 -58 -53 -72v-4c35 -15 63 -37 63 -81c0 -49 -54 -88 -125 -88zM461 177c26 16 36 33 36 53c0 24 -20 42 -56 42
+c-33 0 -55 -17 -55 -40c0 -29 34 -43 75 -55zM441 33c34 0 67 19 67 45c0 37 -42 48 -87 61c-30 -14 -47 -36 -47 -59c0 -27 30 -47 67 -47z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" 
+d="M112 333c6 103 34 169 99 252h-169v53h243v-36c-85 -93 -103 -163 -108 -269h-65zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM441 -12c-75 0 -125 41 -125 88c0 42 31 65 65 81v4c-30 18 -54 36 -54 72c0 49 52 84 114 84c66 0 115 -35 115 -84
+c0 -37 -27 -58 -53 -72v-4c35 -15 63 -37 63 -81c0 -49 -54 -88 -125 -88zM461 177c26 16 36 33 36 53c0 24 -20 42 -56 42c-33 0 -55 -17 -55 -40c0 -29 34 -43 75 -55zM441 33c34 0 67 19 67 45c0 37 -42 48 -87 61c-30 -14 -47 -36 -47 -59c0 -27 30 -47 67 -47z" />
+    <glyph glyph-name="uni2151" unicode="&#x2151;" 
+d="M149 333v230h-82v42c44 7 67 17 95 33h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM431 161c26 0 49 9 74 33c-7 52 -40 74 -75 74c-36 0 -58 -22 -58 -55c0 -31 18 -52 59 -52zM412 -12c-39 0 -68 14 -93 33l26 40c18 -14 38 -23 65 -23
+c55 0 91 38 96 114c-25 -21 -55 -34 -90 -34c-68 0 -102 39 -102 95c0 58 48 104 115 104c78 0 137 -58 137 -152c0 -114 -63 -177 -154 -177z" />
+    <glyph glyph-name="uni2152" unicode="&#x2152;" 
+d="M165 401v162h-82v42c44 7 67 16 95 33h50v-237h-63zM119 278l-14 31l446 201l24 -58zM165 0v162h-82v42c44 6 67 16 95 33h50v-237h-63zM436 -12c-69 0 -117 49 -117 132c0 81 48 129 117 129s117 -48 117 -129c0 -83 -48 -132 -117 -132zM436 30c36 0 62 28 62 90
+c0 60 -26 86 -62 86s-63 -27 -63 -86c0 -62 27 -90 63 -90z" />
+    <glyph glyph-name="uni2189" unicode="&#x2189;" 
+d="M166 321c-81 0 -139 62 -139 166s58 163 139 163s139 -59 139 -163s-58 -166 -139 -166zM166 371c43 0 78 38 78 116c0 80 -35 114 -78 114s-78 -34 -78 -114c0 -78 35 -116 78 -116zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM440 -12
+c-46 0 -94 20 -127 54l32 39c20 -24 55 -43 91 -43s62 14 62 47c0 34 -31 51 -96 51v38c55 0 81 20 81 51c0 26 -17 43 -55 43c-24 0 -53 -14 -73 -34l-30 38c25 27 69 45 115 45c62 0 106 -31 106 -84c0 -38 -17 -61 -56 -75c43 -10 71 -36 71 -77c0 -59 -53 -93 -121 -93z
+" />
+    <glyph glyph-name="plus" unicode="+" 
+d="M267 104v195h-182v62h182v195h66v-195h182v-62h-182v-195h-66z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" 
+d="M146 126l-44 45l154 159l-154 158l44 45l154 -159l154 159l44 -45l-154 -158l154 -159l-44 -45l-154 160z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" 
+d="M300 456c-31 0 -54 22 -54 54c0 31 23 53 54 53s54 -22 54 -53c0 -32 -23 -54 -54 -54zM300 96c-31 0 -54 22 -54 54c0 31 23 53 54 53s54 -22 54 -53c0 -32 -23 -54 -54 -54zM85 299v62h430v-62h-430z" />
+    <glyph glyph-name="uni2219" unicode="&#x2219;" 
+d="M296 263c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="equal" unicode="=" 
+d="M85 406v62h430v-62h-430zM85 192v62h430v-62h-430z" />
+    <glyph glyph-name="equivalence" unicode="&#x2261;" 
+d="M85 514v62h430v-62h-430zM85 299v62h430v-62h-430zM85 84v62h430v-62h-430z" />
+    <glyph glyph-name="less" unicode="&#x3c;" 
+d="M493 48l-373 253v62l373 253v-79l-301 -203v-4l301 -203v-79z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" 
+d="M107 48v79l301 203v4l-301 203v79l373 -253v-62z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" 
+d="M85 0v62h430v-62h-430zM515 153l-430 153v74l430 153v-71l-210 -73l-135 -44v-4l135 -44l210 -73v-71z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" 
+d="M85 0v62h430v-62h-430zM85 153v71l210 73l135 44v4l-135 44l-210 73v71l430 -153v-74z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" 
+d="M267 127v177h-182v62h182v190h66v-190h182v-62h-182v-177h-66zM85 0v62h430v-62h-430z" />
+    <glyph glyph-name="asciicircum" unicode="^" 
+d="M111 284l153 386h72l153 -386h-72l-66 176l-49 133h-4l-49 -133l-66 -176h-72z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" 
+d="M112 65l76 127h-103v62h139l91 152h-230v62h266l76 127h61l-76 -127h103v-62h-139l-91 -152h230v-62h-266l-76 -127h-61z" />
+    <glyph glyph-name="asciitilde" unicode="~" 
+d="M388 257c-79 0 -121 84 -178 84c-31 0 -58 -17 -81 -86l-53 23c35 94 85 125 136 125c79 0 121 -84 178 -84c31 0 58 16 81 86l53 -24c-35 -93 -85 -124 -136 -124z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" 
+d="M388 364c-79 0 -121 84 -178 84c-31 0 -58 -17 -81 -86l-53 23c35 94 85 125 136 125c79 0 121 -84 178 -84c31 0 58 16 81 86l53 -24c-35 -93 -85 -124 -136 -124zM388 150c-79 0 -121 84 -178 84c-31 0 -58 -17 -81 -86l-53 23c35 94 85 125 136 125
+c79 0 121 -84 178 -84c31 0 58 16 81 86l53 -24c-35 -93 -85 -124 -136 -124z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" 
+d="M449 104v195h-364v62h430v-257h-66z" />
+    <glyph glyph-name="revlogicalnot" unicode="&#x2310;" 
+d="M85 104v257h430v-62h-364v-195h-66z" />
+    <glyph glyph-name="intersection" unicode="&#x2229;" 
+d="M96 104v251c0 130 86 215 204 215s204 -85 204 -215v-251h-65v239c0 103 -55 161 -139 161s-139 -58 -139 -161v-239h-65z" />
+    <glyph glyph-name="orthogonal" unicode="&#x221f;" 
+d="M85 104v452h66v-390h364v-62h-430z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" 
+d="M449 150c-73 0 -121 37 -172 119h-4c-29 -48 -74 -99 -143 -99c-73 0 -134 68 -134 154c0 104 64 167 146 167c66 0 110 -46 140 -101h4c41 70 92 117 164 117c89 0 154 -71 154 -171c0 -112 -65 -186 -155 -186zM142 233c43 0 78 31 104 88c-33 65 -67 92 -106 92
+c-48 0 -79 -32 -79 -86s36 -94 81 -94zM446 229c59 0 93 47 93 104c0 64 -37 111 -100 111c-47 0 -86 -31 -126 -104c44 -82 82 -111 133 -111z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" 
+d="M300 429c-67 0 -125 50 -125 127c0 79 58 129 125 129s126 -50 126 -129c0 -77 -59 -127 -126 -127zM300 475c45 0 76 34 76 81c0 49 -31 83 -76 83c-44 0 -75 -34 -75 -83c0 -47 31 -81 75 -81z" />
+    <glyph glyph-name="uni2032" unicode="&#x2032;" 
+d="M257 434l22 256h81l-15 -100l-34 -156h-54z" />
+    <glyph glyph-name="uni2033" unicode="&#x2033;" 
+d="M169 434l22 256h81l-15 -100l-34 -156h-54zM345 434l22 256h81l-15 -100l-34 -156h-54z" />
+    <glyph glyph-name="uni2035" unicode="&#x2035;" 
+d="M289 434l-34 156l-15 100h81l22 -256h-54z" />
+    <glyph glyph-name="uni00B5" unicode="&#xb5;" 
+d="M84 -187v673h82v-291c0 -89 31 -136 103 -136c50 0 97 16 148 105v322h83c-3 -131 -6 -278 -6 -394c0 -26 12 -36 28 -36c5 0 9 0 18 2l11 -62c-11 -5 -27 -8 -47 -8c-51 0 -76 26 -80 104h-2c-40 -69 -95 -102 -154 -102c-44 0 -82 10 -108 53c1 -101 1 -150 7 -230h-83
+z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" 
+d="M258 -12c-96 0 -182 73 -182 192c0 132 82 226 217 226c54 0 110 -27 149 -72c1 10 1 22 1 33c0 167 -54 237 -140 237c-42 0 -80 -19 -112 -51l-38 52c42 42 96 67 158 67c129 0 212 -101 212 -307c0 -225 -107 -377 -265 -377zM266 56c86 0 149 76 170 208
+c-44 56 -92 76 -136 76c-98 0 -146 -67 -146 -155c0 -79 52 -129 112 -129z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" 
+d="M233 -158c-20 0 -38 3 -47 7l9 62c9 -3 21 -4 35 -4c56 0 67 56 67 160c0 146 -41 346 -41 494c0 129 23 228 138 228c20 0 39 -3 47 -6l-10 -62c-9 2 -21 4 -35 4c-55 0 -66 -59 -66 -162c0 -145 42 -344 42 -492c0 -131 -24 -229 -139 -229z" />
+    <glyph glyph-name="integraltp" unicode="&#x2320;" 
+d="M340 -400h-75v961c0 129 24 228 139 228c19 0 38 -3 46 -6l-9 -62c-9 2 -21 4 -35 4c-55 0 -66 -59 -66 -162v-963z" />
+    <glyph glyph-name="integralbt" unicode="&#x2321;" 
+d="M201 -158c-21 0 -38 3 -48 7l10 62c9 -3 21 -4 35 -4c56 0 67 56 67 160v933h75v-929c0 -131 -25 -229 -139 -229z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" 
+d="M303 -95l-150 428l-71 -32l-20 45l134 59l116 -346c6 -21 12 -43 17 -64h4c4 21 7 43 12 64l178 761h60l-218 -915h-62z" />
+    <glyph glyph-name="uni2206" unicode="&#x2206;" 
+d="M43 0v50l209 606h96l209 -606v-50h-514zM134 71h331l-97 293c-23 71 -45 145 -67 221h-4c-23 -76 -45 -150 -67 -221z" />
+    <glyph glyph-name="uni2126" unicode="&#x2126;" 
+d="M38 0v68h121v4c-55 54 -111 147 -111 279c0 184 97 317 252 317s252 -133 252 -317c0 -132 -56 -225 -111 -279v-4h121v-68h-210v61c65 63 114 147 114 285c0 142 -59 249 -166 249s-166 -107 -166 -249c0 -138 49 -222 114 -285v-61h-210z" />
+    <glyph glyph-name="uni2200" unicode="&#x2200;" 
+d="M568 656l-221 -656h-94l-221 656h88l62 -200h238l63 200h85zM299 68h4c21 76 42 148 65 221l31 100h-196l31 -100c23 -73 45 -145 65 -221z" />
+    <glyph glyph-name="uni2203" unicode="&#x2203;" 
+d="M70 0v71h332v238h-272v71h272v206h-322v70h406v-656h-416z" />
+    <glyph glyph-name="uni2237" unicode="&#x2237;" 
+d="M160 425c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM160 67c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM440 425c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z
+M440 67c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" 
+d="M70 -120v53l238 326l-227 326v53h440v-71h-337v-4l212 -303l-222 -305v-4h375v-71h-479z" />
+    <glyph glyph-name="product" unicode="&#x220f;" 
+d="M52 -120v758h496v-758h-85v685h-328v-685h-83z" />
+    <glyph glyph-name="uni2105" unicode="&#x2105;" 
+d="M166 321c-79 0 -139 60 -139 164s69 165 144 165c43 0 72 -19 95 -39l-32 -39c-18 16 -36 28 -60 28c-48 0 -85 -47 -85 -115s34 -114 83 -114c31 0 55 15 73 31l28 -39c-31 -26 -67 -42 -107 -42zM78 32l-49 45l183 188l33 -30zM390 391l-33 30l167 203l49 -45zM434 -12
+c-81 0 -139 62 -139 166s58 163 139 163s139 -59 139 -163s-58 -166 -139 -166zM434 38c43 0 78 38 78 116c0 80 -35 114 -78 114s-78 -34 -78 -114c0 -78 35 -116 78 -116z" />
+    <glyph glyph-name="uni2113" unicode="&#x2113;" 
+d="M361 -12c-80 0 -148 49 -158 171c-17 -12 -35 -24 -54 -36l-33 52c30 20 59 40 86 61v267c0 155 63 217 146 217c76 0 130 -55 130 -155c0 -125 -74 -241 -196 -345v-25c0 -103 41 -137 90 -137c41 0 68 21 92 44l33 -51c-34 -31 -78 -63 -136 -63zM282 517v-211
+c78 79 126 165 126 259c0 66 -25 92 -58 92c-36 0 -68 -43 -68 -140z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" 
+d="M300 -12c-151 0 -274 150 -274 336s123 336 274 336s274 -150 274 -336v-8h-414c-2 0 -4 -2 -4 -4v-224c0 -8 4 -14 8 -20c34 -38 84 -60 138 -60c70 0 136 44 182 112h38c-54 -80 -132 -132 -222 -132zM160 334h280c4 0 6 2 6 6v224c0 8 -4 16 -10 22
+c-34 34 -84 54 -134 54c-54 0 -104 -22 -138 -58c-4 -6 -8 -15 -8 -22v-220c0 -4 2 -6 4 -6z" />
+    <glyph glyph-name="uni2190" unicode="&#x2190;" 
+d="M289 -15l-272 265v4l272 265l43 -46l-201 -187h438v-68h-438l201 -187z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" 
+d="M266 -25v439l-187 -201l-46 42l265 272h4l265 -272l-46 -42l-187 201v-439h-68z" />
+    <glyph glyph-name="uni2192" unicode="&#x2192;" 
+d="M309 -15l-42 46l201 187h-439v68h439l-201 187l42 46l273 -265v-4z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" 
+d="M298 -25l-265 273l46 42l187 -201v438h68v-438l187 201l46 -42l-265 -273h-4z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" 
+d="M465 33l-311 310l10 -274l-63 -3l-5 380l3 3l380 -5l-2 -63l-275 10l310 -310z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" 
+d="M129 32l-48 48l310 310l-274 -9l-3 62l380 5l3 -3l-5 -380l-63 3l10 274z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" 
+d="M499 55l-380 5l3 63l274 -10l-310 310l48 48l310 -310l-9 274l62 3l5 -380z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" 
+d="M106 55l-3 3l5 380l63 -3l-10 -275l310 310l48 -47l-310 -311l274 10l3 -63z" />
+    <glyph glyph-name="uni21D0" unicode="&#x21d0;" 
+d="M289 -15l-272 265v4l272 265l43 -46l-112 -103h349v-54h-408l-67 -62v-4l67 -62h408v-54h-349l112 -103z" />
+    <glyph glyph-name="uni21D1" unicode="&#x21d1;" 
+d="M79 213l-46 42l265 272h4l265 -272l-46 -42l-103 111v-349h-54v408l-62 67h-4l-62 -67v-408h-54v349z" />
+    <glyph glyph-name="uni21D2" unicode="&#x21d2;" 
+d="M309 -15l-42 46l111 103h-349v54h408l67 62v4l-67 62h-408v54h349l-111 103l42 46l273 -265v-4z" />
+    <glyph glyph-name="uni21D3" unicode="&#x21d3;" 
+d="M298 -25l-265 273l46 42l103 -111v348h54v-407l62 -67h4l62 67v407h54v-348l103 111l46 -42l-265 -273h-4z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" 
+d="M612 254v-4l-179 -213l-45 38l126 143h-428l126 -143l-45 -38l-179 213v4l179 213l45 -38l-126 -143h428l-126 143l45 38z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" 
+d="M302 -57h-4l-213 178l38 46l143 -126v421l-143 -126l-38 45l213 179h4l213 -179l-38 -45l-143 126v-421l143 126l38 -46z" />
+    <glyph glyph-name="arrowupdnbse" unicode="&#x21a8;" 
+d="M60 -138v64h480v-64h-480zM302 -57h-4l-213 178l38 46l143 -126v421l-143 -126l-38 45l213 179h4l213 -179l-38 -45l-143 126v-421l143 126l38 -46z" />
+    <glyph glyph-name="uni25CF" unicode="&#x25cf;" 
+d="M300 105c-130 0 -226 96 -226 225s96 225 226 225s226 -96 226 -225s-96 -225 -226 -225z" />
+    <glyph glyph-name="uni25CB" unicode="&#x25cb;" 
+d="M300 94c-138 0 -238 102 -238 236s100 236 238 236s238 -102 238 -236s-100 -236 -238 -236zM300 144c104 0 181 78 181 186s-77 186 -181 186s-181 -78 -181 -186s77 -186 181 -186z" />
+    <glyph glyph-name="uni25A0" unicode="&#x25a0;" 
+d="M87 117v426h426v-426h-426z" />
+    <glyph glyph-name="uni25A1" unicode="&#x25a1;" 
+d="M73 103v454h454v-454h-454zM126 152h348v356h-348v-356z" />
+    <glyph glyph-name="uni2752" unicode="&#x2752;" 
+d="M73 103v405l59 49h395v-399l-51 -55h-403zM115 143h344v349h-344v-349z" />
+    <glyph glyph-name="uni25C6" unicode="&#x25c6;" 
+d="M300 75l-267 268l267 267l267 -267z" />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" 
+d="M62 105v3l237 492h2l237 -492v-3h-476z" />
+    <glyph glyph-name="uni25B3" unicode="&#x25b3;" 
+d="M62 105v3l237 492h2l237 -492v-3h-476zM137 149h326l-163 347z" />
+    <glyph glyph-name="uni25B6" unicode="&#x25b6;" 
+d="M62 109v475h3l493 -236v-3l-493 -236h-3z" />
+    <glyph glyph-name="uni25B7" unicode="&#x25b7;" 
+d="M62 109v475h3l493 -236v-3l-493 -236h-3zM109 186l345 160l-345 161v-321z" />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" 
+d="M299 85l-237 492v3h476v-3l-237 -492h-2z" />
+    <glyph glyph-name="uni25BD" unicode="&#x25bd;" 
+d="M299 85l-237 492v3h476v-3l-237 -492h-2zM300 189l163 347h-326z" />
+    <glyph glyph-name="uni25C0" unicode="&#x25c0;" 
+d="M535 109l-493 236v3l493 236h3v-475h-3z" />
+    <glyph glyph-name="uni25C1" unicode="&#x25c1;" 
+d="M535 109l-493 236v3l493 236h3v-475h-3zM491 186v321l-344 -161z" />
+    <glyph glyph-name="triagrt" unicode="&#x25ba;" 
+d="M21 109v475h3l601 -236v-3l-601 -236h-3z" />
+    <glyph glyph-name="triaglf" unicode="&#x25c4;" 
+d="M576 109l-601 236v3l601 236h3v-475h-3z" />
+    <glyph glyph-name="invcircle" unicode="&#x25d9;" 
+d="M68 100v460h464v-460h-464zM300 104c133 0 228 97 228 226s-95 226 -228 226s-228 -97 -228 -226s95 -226 228 -226zM300 153c-99 0 -171 74 -171 177s72 177 171 177s171 -74 171 -177s-72 -177 -171 -177z" />
+    <glyph glyph-name="uni25C9" unicode="&#x25c9;" 
+d="M300 91c-136 0 -249 95 -249 252c0 154 113 251 249 251s249 -97 249 -251c0 -157 -113 -252 -249 -252zM300 141c103 0 197 74 197 202s-94 202 -197 202s-197 -74 -197 -202s94 -202 197 -202zM300 199c-74 0 -140 56 -140 144c0 86 66 143 140 143s140 -57 140 -143
+c0 -88 -66 -144 -140 -144z" />
+    <glyph glyph-name="uni2610" unicode="&#x2610;" 
+d="M-25 -10v630l61 51h589v-620l-52 -61h-598zM18 33h532v564h-532v-564z" />
+    <glyph glyph-name="uni2611" unicode="&#x2611;" 
+d="M250 104c-37 102 -83 192 -140 277l56 38c49 -77 91 -163 118 -247h4c43 146 116 296 203 425h-473v-564h532v532c-90 -126 -167 -280 -214 -451zM-25 -10v630l61 51h508c35 46 71 87 108 124l54 -50c-27 -26 -55 -54 -81 -84v-610l-52 -61h-598z" />
+    <glyph glyph-name="uni2713" unicode="&#x2713;" 
+d="M145 -20c-40 110 -88 204 -151 295l56 38c55 -83 101 -176 132 -265h4c71 237 214 482 370 636l54 -50c-158 -147 -303 -374 -379 -644z" />
+    <glyph glyph-name="musicalnote" unicode="&#x266a;" 
+d="M178 -24c-54 0 -101 26 -101 76c0 61 64 117 157 117c26 0 52 -6 61 -12v537h50c10 -27 20 -36 70 -72c90 -64 114 -120 114 -196c0 -52 -17 -100 -32 -131l-35 13c10 32 13 56 13 92c0 63 -45 125 -125 150v-407c0 -110 -80 -167 -172 -167z" />
+    <glyph glyph-name="musicalnotedbl" unicode="&#x266b;" 
+d="M104 -24c-53 0 -100 26 -100 76c0 61 61 117 150 117c26 0 52 -6 61 -12v517l378 60v-539c0 -110 -78 -166 -167 -166c-53 0 -99 26 -99 76c0 61 60 117 149 117c26 0 52 -6 61 -12v363l-267 -42v-388c0 -110 -78 -167 -166 -167z" />
+    <glyph glyph-name="heart" unicode="&#x2665;" 
+d="M302 -12h-4c-241 258 -289 384 -289 527c0 130 63 198 145 198c65 0 116 -31 144 -120h4c28 89 80 120 144 120c82 0 145 -68 145 -198c0 -143 -48 -269 -289 -527z" />
+    <glyph glyph-name="club" unicode="&#x2663;" 
+d="M105 0v40c88 13 150 58 173 208h-7c-28 -66 -79 -87 -129 -87c-79 0 -133 62 -133 152c0 93 63 141 141 141c23 0 43 -5 74 -20l4 4c-67 60 -75 115 -75 150c0 73 65 125 147 125s147 -52 147 -125c0 -35 -8 -90 -75 -150l4 -4c31 15 51 20 74 20c78 0 141 -48 141 -141
+c0 -90 -53 -152 -133 -152c-50 0 -101 21 -129 87h-7c23 -150 85 -195 173 -208v-40h-390z" />
+    <glyph glyph-name="diamond" unicode="&#x2666;" 
+d="M302 -12h-4l-293 367v4l293 365h4l293 -365v-4z" />
+    <glyph glyph-name="spade" unicode="&#x2660;" 
+d="M105 0v40c88 13 150 58 173 208h-7c-30 -69 -78 -90 -133 -90c-74 0 -129 43 -129 136c0 121 61 196 289 430h4c228 -234 289 -309 289 -430c0 -93 -55 -136 -129 -136c-55 0 -103 21 -133 90h-7c23 -150 85 -195 173 -208v-40h-390z" />
+    <glyph glyph-name="smileface" unicode="&#x263a;" 
+d="M300 39c-170 0 -291 122 -291 291s121 291 291 291s291 -122 291 -291s-121 -291 -291 -291zM300 84c142 0 240 100 240 246s-98 246 -240 246s-240 -100 -240 -246s98 -246 240 -246zM221 340c-30 0 -48 26 -48 64s18 64 48 64s49 -26 49 -64s-19 -64 -49 -64zM379 340
+c-30 0 -49 26 -49 64s19 64 49 64s48 -26 48 -64s-18 -64 -48 -64zM300 152c-88 0 -145 49 -155 130l34 13c18 -52 62 -75 121 -75s103 23 121 75l34 -13c-10 -81 -67 -130 -155 -130zM236 397c8 0 13 6 13 15s-5 15 -13 15s-13 -6 -13 -15s5 -15 13 -15zM393 397
+c8 0 13 6 13 15s-5 15 -13 15s-12 -6 -12 -15s4 -15 12 -15z" />
+    <glyph glyph-name="invsmileface" unicode="&#x263b;" 
+d="M300 59c-161 0 -271 114 -271 271s110 271 271 271s271 -114 271 -271s-110 -271 -271 -271zM220 345c30 0 47 27 47 63c0 35 -17 62 -47 62s-48 -27 -48 -62c0 -36 18 -63 48 -63zM380 345c30 0 48 27 48 63c0 35 -18 62 -48 62s-47 -27 -47 -62c0 -36 17 -63 47 -63z
+M300 149c90 0 145 46 159 129l-34 13c-20 -52 -64 -77 -125 -77s-105 25 -125 77l-34 -13c14 -83 69 -129 159 -129zM208 394c-9 0 -17 6 -17 18s8 19 17 19c8 0 16 -7 16 -19s-8 -18 -16 -18zM368 394c-9 0 -17 6 -17 18s8 19 17 19s17 -7 17 -19s-8 -18 -17 -18z" />
+    <glyph glyph-name="uni2764" unicode="&#x2764;" 
+d="M302 9h-4c-95 187 -369 162 -369 447c0 130 82 201 197 201c88 0 147 -35 172 -133h4c25 98 84 133 172 133c115 0 197 -71 197 -201c0 -285 -274 -260 -369 -447z" />
+    <glyph glyph-name="uni2615" unicode="&#x2615;" 
+d="M248 39c-170 0 -280 122 -280 389c0 125 105 193 280 193c161 0 254 -55 273 -154c77 -14 127 -56 127 -147c0 -101 -86 -169 -187 -169c-47 -77 -125 -112 -213 -112zM248 80c81 0 151 31 187 106c112 0 165 62 165 134c0 61 -39 110 -117 110c0 95 -84 152 -235 152
+c-150 0 -234 -62 -234 -162c0 -239 95 -340 234 -340zM248 326c-124 0 -184 31 -216 84c20 62 100 102 216 102c117 0 197 -41 217 -102c-33 -53 -92 -84 -217 -84zM458 250c13 37 19 75 21 112c39 0 57 -11 57 -48c0 -42 -36 -64 -78 -64zM310 419c-57 39 -94 50 -131 50
+c-33 0 -51 -13 -51 -27c0 -11 7 -18 31 -23c-24 -6 -31 -13 -31 -23c0 -14 18 -28 51 -28c37 0 74 12 131 51zM314 419c31 -18 54 -23 66 -23c14 0 26 9 26 23s-12 22 -26 22c-12 0 -35 -4 -66 -22z" />
+    <glyph glyph-name="u1F4A9" unicode="&#x1f4a9;" 
+d="M300 14c-212 0 -304 27 -304 146c0 64 29 102 91 118c-24 18 -36 46 -36 90c0 72 46 110 109 122c-12 12 -21 24 -21 52c0 100 123 58 180 120c95 -26 142 -64 142 -118c0 -26 -7 -40 -21 -54c63 -12 109 -50 109 -122c0 -44 -12 -72 -36 -90c62 -16 91 -54 91 -118
+c0 -119 -92 -146 -304 -146zM300 109c83 0 135 37 143 115h-286c8 -78 60 -115 143 -115zM148 312l28 -2c2 47 13 66 37 66s36 -19 38 -66l28 2c-1 86 -24 120 -66 120s-64 -34 -65 -120zM321 312l28 -2c2 47 14 66 38 66s35 -19 37 -66l28 2c-1 86 -23 120 -65 120
+s-65 -34 -66 -120z" />
+    <glyph glyph-name="u1F916" unicode="&#x1f916;" 
+d="M300 39c-119 0 -218 58 -263 169c-43 8 -63 53 -63 140c0 50 13 73 46 80c29 130 134 193 280 193s251 -63 280 -193c33 -7 46 -30 46 -80c0 -87 -20 -132 -63 -140c-45 -111 -144 -169 -263 -169zM300 84c136 0 240 83 240 266c0 162 -92 226 -240 226
+s-240 -64 -240 -226c0 -183 104 -266 240 -266zM300 258c-130 0 -193 24 -193 96c0 110 74 160 193 160s193 -50 193 -160c0 -72 -63 -96 -193 -96zM147 332l32 -2c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM317 332l32 -2
+c2 44 12 62 36 62s34 -18 36 -62l32 2c-2 86 -26 120 -68 120s-66 -34 -68 -120zM300 149c-20 0 -37 7 -37 24c0 12 7 15 37 15s37 -3 37 -15c0 -17 -17 -24 -37 -24z" />
+    <glyph glyph-name="u1F512" unicode="&#x1f512;" 
+d="M85 -70l-40 36v518l40 36h46v153c0 116 62 183 169 183s169 -67 169 -183v-153h46l40 -36v-518l-40 -36h-430zM246 59l44 -20h20l44 20l-26 169c39 15 56 43 56 79c0 47 -37 83 -84 83s-84 -36 -84 -83c0 -36 17 -64 56 -79zM199 520h202v145c0 79 -33 126 -101 126
+s-101 -47 -101 -126v-145z" />
+    <glyph glyph-name="female" unicode="&#x2640;" 
+d="M300 299c98 0 172 73 172 176s-74 175 -172 175c-99 0 -173 -72 -173 -175s74 -176 173 -176zM267 -46v128h-142v62h142v101c-121 15 -207 109 -207 230c0 132 102 232 240 232s240 -100 240 -232c0 -121 -86 -215 -207 -230v-101h142v-62h-142v-128h-66z" />
+    <glyph glyph-name="male" unicode="&#x2642;" 
+d="M228 9c-138 0 -240 100 -240 233c0 131 102 232 240 232c49 0 93 -13 129 -35l158 155l-176 -7v58l271 3l3 -3l-2 -272h-59l7 177l-150 -154c37 -40 58 -94 58 -154c0 -133 -102 -233 -239 -233zM228 66c98 0 173 72 173 176c0 102 -75 175 -173 175
+c-99 0 -173 -73 -173 -175c0 -104 74 -176 173 -176z" />
+    <glyph glyph-name="sun" unicode="&#x263c;" 
+d="M300 192c79 0 136 57 136 138s-57 138 -136 138s-136 -57 -136 -138s57 -138 136 -138zM504 83l-88 90c-24 -18 -53 -30 -84 -34v-116h-64v116c-30 4 -58 16 -82 32l-90 -88l-43 44l88 87c-18 24 -31 53 -36 85h-108v62h108c4 30 17 58 34 82l-86 88l43 44l87 -88
+c24 17 53 30 85 34v116h64v-116c31 -4 59 -16 83 -33l89 87l43 -44l-88 -86c19 -24 31 -53 36 -84h108v-62h-108c-5 -31 -17 -59 -35 -83l87 -89z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" 
+d="M262 -10l-166 339l166 338h76l166 -338l-166 -339h-76zM298 59h4l64 133l65 137l-65 135l-64 134h-4l-64 -134l-65 -135l65 -137z" />
+    <glyph glyph-name="house" unicode="&#x2302;" 
+d="M49 0v360l215 307h72l215 -307v-360h-502zM119 60h362v278l-97 143l-82 125h-4l-82 -125l-97 -143v-278z" />
+    <glyph glyph-name="uni02B9" unicode="&#x2b9;" 
+d="M257 434l22 256h81l-15 -100l-34 -156h-54z" />
+    <glyph glyph-name="uni02BB" unicode="&#x2bb;" 
+d="M299 350c-52 0 -90 45 -90 120c0 100 54 183 144 229l27 -48c-61 -36 -99 -89 -103 -158c8 4 17 6 26 6c41 0 70 -30 70 -72c0 -46 -31 -77 -74 -77z" />
+    <glyph glyph-name="uni02BC" unicode="&#x2bc;" 
+d="M245 350l-28 48c62 35 100 88 104 158c-8 -4 -17 -6 -26 -6c-42 0 -71 29 -71 71c0 46 31 78 74 78c53 0 90 -45 90 -121c0 -100 -54 -182 -143 -228z" />
+    <glyph glyph-name="uni02BE" unicode="&#x2be;" 
+d="M226 538v50c77 0 118 35 118 94c0 60 -41 95 -118 95v49c121 4 184 -53 184 -144s-63 -148 -184 -144z" />
+    <glyph glyph-name="uni02BF" unicode="&#x2bf;" 
+d="M374 538c-121 -4 -184 53 -184 144s63 148 184 144v-49c-77 0 -118 -35 -118 -95c0 -59 41 -94 118 -94v-50z" />
+    <glyph glyph-name="uni02C1" unicode="&#x2c1;" 
+d="M282 438v91c-67 44 -122 90 -122 167c0 85 72 131 155 131c63 0 108 -28 137 -59l-34 -40c-25 25 -55 46 -98 46c-57 0 -96 -30 -96 -79c0 -55 40 -96 121 -139v-118h-63z" />
+    <glyph glyph-name="uni02D0" unicode="&#x2d0;" 
+d="M202 0l93 162h10l93 -162h-196zM295 343l-93 160h196l-93 -160h-10z" />
+    <glyph glyph-name="uni02D1" unicode="&#x2d1;" 
+d="M295 343l-93 160h196l-93 -160h-10z" />
+    <glyph glyph-name="uni02DE" unicode="&#x2de;" 
+d="M329 230c-42 0 -78 25 -96 96l-105 -43v63l146 60c13 -102 34 -124 61 -124c16 0 28 7 38 15l22 -43c-16 -12 -37 -24 -66 -24z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M259 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni02C8" unicode="&#x2c8;" 
+d="M272 397l-23 319h102l-23 -319h-56z" />
+    <glyph glyph-name="uni02C9" unicode="&#x2c9;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni02CA" unicode="&#x2ca;" 
+d="M279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni02CB" unicode="&#x2cb;" 
+d="M321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni02CC" unicode="&#x2cc;" 
+d="M249 -254l23 320h56l23 -320h-102z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M372 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M203 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM397 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M300 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M300 569c-69 0 -110 42 -110 96s41 96 110 96s110 -42 110 -96s-41 -96 -110 -96zM300 606c32 0 57 26 57 59c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M243 568l-46 21l87 172l58 -28zM394 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M300 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M213 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l40 96h54l-26 -72c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M312 -225c-58 0 -102 30 -102 93c0 61 47 107 85 135h58c-50 -36 -82 -75 -82 -119c0 -38 29 -55 58 -55c24 0 42 10 54 21l24 -39c-23 -21 -55 -36 -95 -36z" />
+    <glyph glyph-name="uni25CC" unicode="&#x25cc;" 
+d="M299 -12c-19 0 -34 13 -34 37c0 23 15 36 34 36c21 0 36 -13 36 -36c0 -24 -15 -37 -36 -37zM193 15c-19 0 -35 13 -35 38c0 23 16 35 35 35c20 0 36 -12 36 -35c0 -25 -15 -38 -36 -38zM405 15c-18 0 -34 13 -34 38c0 23 16 35 34 35c20 0 36 -12 36 -35
+c0 -25 -14 -38 -36 -38zM115 97c-18 0 -34 14 -34 36c0 24 16 38 34 38c21 0 36 -14 36 -38c0 -22 -14 -36 -36 -36zM484 97c-19 0 -35 14 -35 36c0 24 16 38 35 38c20 0 35 -14 35 -38c0 -22 -13 -36 -35 -36zM87 206c-18 0 -34 14 -34 37c0 24 16 36 34 36
+c21 0 37 -12 37 -36c0 -23 -15 -37 -37 -37zM511 206c-20 0 -35 14 -35 37c0 24 15 36 35 36c19 0 36 -12 36 -36c0 -23 -15 -37 -36 -37zM115 316c-18 0 -34 14 -34 38s16 36 34 36c21 0 36 -12 36 -36s-14 -38 -36 -38zM484 316c-19 0 -35 13 -35 37c0 23 16 36 35 36
+c20 0 35 -13 35 -36c0 -24 -13 -37 -35 -37zM193 398c-19 0 -35 14 -35 36c0 25 16 37 35 37c20 0 36 -12 36 -37c0 -22 -15 -36 -36 -36zM405 397c-18 0 -34 15 -34 37c0 24 16 37 34 37c20 0 36 -13 36 -37c0 -22 -14 -37 -36 -37zM299 424c-19 0 -34 14 -34 38
+c0 23 15 36 34 36c21 0 36 -13 36 -36c0 -24 -15 -38 -36 -38z" />
+    <glyph glyph-name="uni0300" unicode="&#x300;" 
+d="M321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni0300.cap" 
+d="M329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni0300.g" 
+d="M276 558l-67 197l85 15l39 -201z" />
+    <glyph glyph-name="uni0301" unicode="&#x301;" 
+d="M279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0301.cap" 
+d="M271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni0301.g" 
+d="M322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="uni0302" unicode="&#x302;" 
+d="M180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="uni0302.cap" 
+d="M188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni0303" unicode="&#x303;" 
+d="M372 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni0303.cap" 
+d="M375 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="uni0304" unicode="&#x304;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni0304.cap" 
+d="M166 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni0305" unicode="&#x305;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni0305.cap" 
+d="M166 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni0306" unicode="&#x306;" 
+d="M300 571c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="uni0306.c" 
+d="M300 572c-112 0 -153 72 -157 149l68 4c2 -57 23 -105 89 -105s87 48 89 105l68 -4c-4 -77 -45 -149 -157 -149z" />
+    <glyph glyph-name="uni0306.cap" 
+d="M300 705c-93 0 -138 59 -146 129l50 8c8 -47 39 -84 96 -84s88 37 96 84l50 -8c-8 -70 -53 -129 -146 -129z" />
+    <glyph glyph-name="uni0306.ccap" 
+d="M300 705c-111 0 -147 61 -151 128l72 4c2 -47 23 -86 79 -86s77 39 79 86l72 -4c-4 -67 -40 -128 -151 -128z" />
+    <glyph glyph-name="uni0307" unicode="&#x307;" 
+d="M300 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni0307.cap" 
+d="M300 714c-33 0 -59 23 -59 57c0 33 26 56 59 56s59 -23 59 -56c0 -34 -26 -57 -59 -57z" />
+    <glyph glyph-name="uni0308" unicode="&#x308;" 
+d="M203 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM397 588c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="uni0308.cap" 
+d="M209 715c-29 0 -51 21 -51 51s22 50 51 50s50 -20 50 -50s-21 -51 -50 -51zM391 715c-29 0 -50 21 -50 51s21 50 50 50s51 -20 51 -50s-22 -51 -51 -51z" />
+    <glyph glyph-name="uni0309" unicode="&#x309;" 
+d="M268 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni0309.cap" 
+d="M268 698l-9 38c32 9 56 21 56 46c0 26 -27 40 -83 42l9 48c87 -3 138 -30 138 -81c0 -58 -53 -83 -111 -93z" />
+    <glyph glyph-name="uni0310" unicode="&#x310;" 
+d="M300 571c-109 0 -155 77 -161 151l48 8c7 -53 44 -108 113 -108c68 0 106 55 113 108l48 -8c-6 -74 -52 -151 -161 -151zM300 701c-32 0 -56 22 -56 56s24 56 56 56s56 -22 56 -56s-24 -56 -56 -56z" />
+    <glyph glyph-name="uni0310.cap" 
+d="M300 705c-96 0 -144 59 -153 129l46 8c10 -50 46 -88 107 -88s97 38 107 88l46 -8c-8 -70 -57 -129 -153 -129zM300 821c-29 0 -52 21 -52 52s23 52 52 52s52 -21 52 -52s-23 -52 -52 -52z" />
+    <glyph glyph-name="uni030A" unicode="&#x30a;" 
+d="M300 569c-69 0 -110 42 -110 96s41 96 110 96s110 -42 110 -96s-41 -96 -110 -96zM300 606c32 0 57 26 57 59c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="uni030A.cap" 
+d="M300 699c-56 0 -97 36 -97 90c0 55 41 91 97 91c55 0 97 -36 97 -91c0 -54 -42 -90 -97 -90zM300 735c27 0 51 19 51 54c0 34 -24 54 -51 54c-29 0 -52 -20 -52 -54c0 -35 23 -54 52 -54z" />
+    <glyph glyph-name="uni030B" unicode="&#x30b;" 
+d="M243 568l-46 21l87 172l58 -28zM394 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="uni030B.cap" 
+d="M228 703l-43 21l92 152l57 -32zM388 703l-43 21l93 152l56 -32z" />
+    <glyph glyph-name="uni030C" unicode="&#x30c;" 
+d="M259 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni030C.cap" 
+d="M257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni030C.a" 
+d="M258 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni030F" unicode="&#x30f;" 
+d="M206 568l-99 165l58 28l87 -172zM357 568l-99 165l58 28l87 -172z" />
+    <glyph glyph-name="uni030F.cap" 
+d="M212 703l-106 141l56 32l93 -152zM372 703l-106 141l57 32l92 -152z" />
+    <glyph glyph-name="uni0311" unicode="&#x311;" 
+d="M195 568l-51 8c5 74 49 151 156 151s151 -77 156 -151l-51 -8c-8 51 -40 104 -105 104s-97 -53 -105 -104z" />
+    <glyph glyph-name="uni0311.cap" 
+d="M204 704l-50 8c8 70 53 129 146 129s138 -59 146 -129l-50 -8c-8 47 -39 84 -96 84s-88 -37 -96 -84z" />
+    <glyph glyph-name="uni0312" unicode="&#x312;" 
+d="M303 553c-35 0 -58 27 -58 75c0 49 27 94 90 119l18 -34c-43 -19 -62 -44 -62 -70c4 1 8 2 13 2c22 0 45 -14 45 -44c0 -31 -20 -48 -46 -48z" />
+    <glyph glyph-name="uni0312.g" 
+d="M332 574c-58 10 -112 34 -112 92c0 60 52 92 143 94l5 -54c-56 -3 -83 -18 -83 -47c0 -26 24 -39 56 -47z" />
+    <glyph glyph-name="uni0313" unicode="&#x313;" 
+d="M265 553l-18 34c43 19 62 44 62 70c-4 -1 -8 -2 -13 -2c-22 0 -45 14 -45 44c0 31 20 48 46 48c35 0 58 -27 58 -75c0 -49 -27 -94 -90 -119z" />
+    <glyph glyph-name="uni0313.g" 
+d="M268 572l-9 40c32 8 56 21 56 47c0 29 -27 44 -83 47l5 54c91 -2 143 -35 143 -94c0 -58 -54 -83 -112 -94z" />
+    <glyph glyph-name="uni0318" unicode="&#x318;" 
+d="M339 -249v72h-115v47h115v72h53v-191h-53z" />
+    <glyph glyph-name="uni0319" unicode="&#x319;" 
+d="M208 -249v191h53v-72h115v-47h-115v-72h-53z" />
+    <glyph glyph-name="uni031A" unicode="&#x31a;" 
+d="M335 573v94h-111v47h161v-141h-50z" />
+    <glyph glyph-name="uni031B" unicode="&#x31b;" 
+d="M299 434l-8 41c56 9 84 39 84 90c0 20 -6 37 -14 55l64 30c13 -24 23 -48 23 -79c0 -84 -67 -127 -149 -137z" />
+    <glyph glyph-name="uni031C" unicode="&#x31c;" 
+d="M362 -257c-92 -2 -138 35 -138 95c0 61 46 98 138 96v-36c-51 0 -77 -23 -77 -60c0 -36 26 -59 77 -59v-36z" />
+    <glyph glyph-name="uni031D" unicode="&#x31d;" 
+d="M184 -211v47h89v106h54v-106h89v-47h-232z" />
+    <glyph glyph-name="uni031E" unicode="&#x31e;" 
+d="M273 -249v106h-89v47h232v-47h-89v-106h-54z" />
+    <glyph glyph-name="uni031F" unicode="&#x31f;" 
+d="M273 -249v72h-89v47h89v72h54v-72h89v-47h-89v-72h-54z" />
+    <glyph glyph-name="uni0320" unicode="&#x320;" 
+d="M184 -150v47h232v-47h-232z" />
+    <glyph glyph-name="uni0323" unicode="&#x323;" 
+d="M300 -215c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="uni0324" unicode="&#x324;" 
+d="M203 -208c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56zM397 -208c-32 0 -55 24 -55 56c0 31 23 56 55 56s55 -25 55 -56c0 -32 -23 -56 -55 -56z" />
+    <glyph glyph-name="uni0325" unicode="&#x325;" 
+d="M300 -244c-69 0 -110 42 -110 96s41 96 110 96s110 -42 110 -96s-41 -96 -110 -96zM300 -207c32 0 57 26 57 59c0 34 -25 59 -57 59s-57 -25 -57 -59c0 -33 25 -59 57 -59z" />
+    <glyph glyph-name="uni0326" unicode="&#x326;" 
+d="M213 -226l-8 40c84 6 109 21 109 48c0 26 -25 38 -71 42l18 38c87 -10 117 -32 117 -77c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni0326.a" 
+d="M339 575c-87 10 -117 32 -117 77c0 58 59 86 165 92l8 -41c-84 -5 -109 -20 -109 -48c0 -26 25 -38 71 -42z" />
+    <glyph glyph-name="uni0327" unicode="&#x327;" 
+d="M213 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l40 96h54l-26 -72c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni0327.cap" 
+d="M213 -226l-8 40c84 6 109 21 109 50c0 26 -20 40 -77 48l40 96h54l-26 -72c46 -11 73 -30 73 -71c0 -58 -59 -86 -165 -91z" />
+    <glyph glyph-name="uni0328" unicode="&#x328;" 
+d="M312 -225c-58 0 -102 30 -102 93c0 61 47 107 85 135h58c-50 -36 -82 -75 -82 -119c0 -38 29 -55 58 -55c24 0 42 10 54 21l24 -39c-23 -21 -55 -36 -95 -36z" />
+    <glyph glyph-name="uni0328.cap" 
+d="M314 -225c-59 0 -103 30 -103 91c0 62 47 108 85 137h61c-49 -35 -81 -75 -81 -119c0 -35 27 -51 55 -51c21 0 37 10 49 21l25 -43c-23 -20 -53 -36 -91 -36z" />
+    <glyph glyph-name="uni0329" unicode="&#x329;" 
+d="M265 -266l6 195h58l6 -195h-70z" />
+    <glyph glyph-name="uni032A" unicode="&#x32a;" 
+d="M177 -226v144h246v-144h-48v97h-150v-97h-48z" />
+    <glyph glyph-name="uni032C" unicode="&#x32c;" 
+d="M259 -224l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni032E" unicode="&#x32e;" 
+d="M300 -231c-107 0 -151 77 -156 151l51 8c8 -51 40 -104 105 -104s97 53 105 104l51 -8c-5 -74 -49 -151 -156 -151z" />
+    <glyph glyph-name="uni032F" unicode="&#x32f;" 
+d="M195 -237l-51 8c5 74 49 151 156 151s151 -77 156 -151l-51 -8c-8 51 -40 104 -105 104s-97 -53 -105 -104z" />
+    <glyph glyph-name="uni0330" unicode="&#x330;" 
+d="M372 -223c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni0331" unicode="&#x331;" 
+d="M167 -170v57h266v-57h-266z" />
+    <glyph glyph-name="uni0334" unicode="&#x334;" 
+d="M394 173c-87 0 -124 84 -182 84c-29 0 -43 -32 -46 -78l-55 10c4 72 30 128 95 128c88 0 124 -84 182 -84c29 0 43 32 46 77l55 -9c-4 -72 -30 -128 -95 -128z" />
+    <glyph glyph-name="uni0339" unicode="&#x339;" 
+d="M238 -257v36c51 0 77 23 77 59c0 37 -26 60 -77 60v36c92 2 138 -35 138 -96c0 -60 -46 -97 -138 -95z" />
+    <glyph glyph-name="uni033A" unicode="&#x33a;" 
+d="M177 -225v143h48v-96h150v96h48v-143h-246z" />
+    <glyph glyph-name="uni033B" unicode="&#x33b;" 
+d="M177 -240v163h246v-163h-246zM225 -200h150v84h-150v-84z" />
+    <glyph glyph-name="uni033C" unicode="&#x33c;" 
+d="M182 -234l-52 6c-1 104 34 148 97 148c34 0 62 -16 72 -58h2c10 42 39 58 72 58c64 0 98 -44 97 -148l-52 -6c0 80 -18 100 -49 100c-30 0 -45 -29 -45 -80v-19h-48v19c0 51 -15 80 -46 80c-30 0 -48 -20 -48 -100z" />
+    <glyph glyph-name="uni033D" unicode="&#x33d;" 
+d="M238 565l-32 30l61 57l-61 57l32 30l62 -58l62 58l32 -30l-61 -57l61 -57l-32 -30l-62 58z" />
+    <glyph glyph-name="uni0342" unicode="&#x342;" 
+d="M372 577c-71 0 -97 84 -143 84c-30 0 -44 -32 -47 -79l-55 3c3 78 32 136 101 136c71 0 97 -84 144 -84c29 0 43 33 46 79l55 -4c-3 -77 -32 -135 -101 -135z" />
+    <glyph glyph-name="uni0342.cap" 
+d="M375 709c-75 0 -101 71 -148 71c-25 0 -44 -23 -48 -66l-56 4c4 76 42 123 102 123c75 0 101 -71 148 -71c25 0 43 23 48 66l56 -4c-4 -77 -42 -123 -102 -123z" />
+    <glyph glyph-name="uni0345" unicode="&#x345;" 
+d="M344 -201c-53 0 -77 32 -77 92v47h64c-2 -17 -2 -38 -2 -53c0 -22 14 -31 30 -31c5 0 9 0 22 3l9 -49c-13 -5 -24 -9 -46 -9z" />
+    <glyph glyph-name="uni035F" unicode="&#x35f;" 
+d="M-193 -171v58h986v-58h-986z" />
+    <glyph glyph-name="uni0361" unicode="&#x361;" 
+d="M-130 600l-24 42c134 82 285 127 454 127s320 -45 454 -127l-24 -42c-127 77 -285 111 -430 111s-303 -34 -430 -111z" />
+    <glyph glyph-name="uni03080301" 
+d="M204 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM396 588c-26 0 -45 20 -45 45c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM293 705l-35 24l82 115l49 -34z" />
+    <glyph glyph-name="uni03080301.cap" 
+d="M197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45s45 -19 45 -45c0 -27 -19 -46 -45 -46zM299 823l-37 26l95 119l53 -36z" />
+    <glyph glyph-name="uni03080301.g" 
+d="M185 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43zM258 573l49 226l68 -13l-75 -222zM415 595c-26 0 -46 17 -46 43c0 28 20 46 46 46s46 -18 46 -46c0 -26 -20 -43 -46 -43z" />
+    <glyph glyph-name="uni03080300" 
+d="M204 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM396 588c-26 0 -45 20 -45 45c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM307 705l-96 105l49 34l82 -115z" />
+    <glyph glyph-name="uni03080300.cap" 
+d="M197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45s45 -19 45 -45c0 -27 -19 -46 -45 -46zM301 823l-111 109l53 36l95 -119z" />
+    <glyph glyph-name="uni03080300.g" 
+d="M187 595c-24 0 -42 17 -42 42s18 42 42 42c23 0 41 -17 41 -42s-18 -42 -41 -42zM297 563l-64 197l66 14l41 -201zM413 595c-23 0 -41 17 -41 42s18 42 41 42c24 0 42 -17 42 -42s-18 -42 -42 -42z" />
+    <glyph glyph-name="uni03080303" 
+d="M204 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM396 588c-26 0 -45 20 -45 45c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM371 707c-70 0 -90 49 -138 49c-23 0 -40 -15 -44 -46l-42 4c3 52 31 92 82 92
+c70 0 90 -49 138 -49c23 0 40 15 44 46l42 -4c-3 -52 -31 -92 -82 -92z" />
+    <glyph glyph-name="uni03080304" 
+d="M204 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM396 588c-26 0 -45 20 -45 45c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM166 750v47h267v-47h-267z" />
+    <glyph glyph-name="uni03080304.cap" 
+d="M197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45s45 -19 45 -45c0 -27 -19 -46 -45 -46zM166 861v46h268v-46h-268z" />
+    <glyph glyph-name="uni0308030C" 
+d="M204 588c-26 0 -46 20 -46 45c0 26 20 46 46 46s45 -20 45 -46c0 -25 -19 -45 -45 -45zM396 588c-26 0 -45 20 -45 45c0 26 19 46 45 46s46 -20 46 -46c0 -25 -20 -45 -46 -45zM266 720l-94 92l30 28l96 -73h4l96 73l30 -28l-94 -92h-68z" />
+    <glyph glyph-name="uni0308030C.cap" 
+d="M197 715c-26 0 -45 19 -45 46c0 26 19 45 45 45s46 -19 46 -45c0 -27 -20 -46 -46 -46zM403 715c-26 0 -46 19 -46 46c0 26 20 45 46 45s45 -19 45 -45c0 -27 -19 -46 -45 -46zM264 839l-99 96l33 27l100 -75h4l100 75l33 -27l-99 -96h-72z" />
+    <glyph glyph-name="uni03020301" 
+d="M195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM434 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni03020301.cap" 
+d="M205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM421 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni03020300" 
+d="M195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM166 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni03020300.cap" 
+d="M205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM179 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni03020309" 
+d="M195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM416 635l-9 35c25 7 42 18 42 39c0 26 -20 39 -69 41l7 41c78 -2 122 -26 122 -73c0 -53 -46 -72 -93 -83z" />
+    <glyph glyph-name="uni03020309.cap" 
+d="M205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM415 754l-11 35c25 6 45 15 45 36c0 26 -21 36 -71 39l9 42c78 -3 120 -27 120 -73c0 -51 -44 -71 -92 -79z" />
+    <glyph glyph-name="uni03020303" 
+d="M195 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM365 710c-58 0 -88 42 -126 42c-20 0 -28 -13 -33 -42l-43 4c5 52 25 89 72 89c59 0 88 -42 126 -42c20 0 28 13 33 42l43 -4c-5 -51 -25 -89 -72 -89z" />
+    <glyph glyph-name="uni03020303.cap" 
+d="M205 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4zM366 839c-64 0 -87 50 -128 50c-24 0 -34 -17 -38 -46l-45 5c3 51 25 91 79 91c64 0 87 -49 128 -49c24 0 34 17 38 46l45 -5c-3 -52 -25 -92 -79 -92z" />
+    <glyph glyph-name="uni03060301" 
+d="M300 571c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM295 679l-39 29l88 124l52 -40z" />
+    <glyph glyph-name="uni03060301.cap" 
+d="M300 705c-93 0 -138 59 -146 129l47 8c8 -49 40 -88 99 -88s91 39 99 88l47 -8c-8 -70 -53 -129 -146 -129zM303 803l-41 29l95 116l53 -36z" />
+    <glyph glyph-name="uni03060300" 
+d="M300 571c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM305 679l-101 113l52 40l88 -124z" />
+    <glyph glyph-name="uni03060300.cap" 
+d="M300 705c-93 0 -138 59 -146 129l47 8c8 -49 40 -88 99 -88s91 39 99 88l47 -8c-8 -70 -53 -129 -146 -129zM297 803l-107 109l53 36l95 -116z" />
+    <glyph glyph-name="uni03060309" 
+d="M300 571c-107 0 -151 77 -156 151l48 8c7 -53 41 -108 108 -108s101 55 108 108l48 -8c-5 -74 -49 -151 -156 -151zM273 682l-8 36c28 6 48 18 48 39c0 26 -22 39 -76 41l7 50c81 -2 129 -29 129 -82c0 -54 -50 -76 -100 -84z" />
+    <glyph glyph-name="uni03060309.cap" 
+d="M300 705c-93 0 -138 59 -146 129l47 8c8 -49 40 -88 99 -88s91 39 99 88l47 -8c-8 -70 -53 -129 -146 -129zM277 800l-10 35c24 6 44 15 44 36c0 26 -21 36 -70 39l8 42c78 -3 121 -26 121 -73c0 -51 -45 -71 -93 -79z" />
+    <glyph glyph-name="uni03060303" 
+d="M300 571c-98 0 -138 56 -144 107l47 8c5 -33 35 -68 97 -68s92 35 97 68l47 -8c-6 -51 -46 -107 -144 -107zM365 710c-58 0 -88 42 -126 42c-20 0 -28 -14 -33 -43l-47 5c5 51 27 88 76 88c59 0 88 -42 126 -42c20 0 28 14 33 42l47 -4c-5 -51 -27 -88 -76 -88z" />
+    <glyph glyph-name="uni03060303.cap" 
+d="M300 708c-93 0 -136 50 -143 106l46 8c7 -36 36 -69 97 -69s90 33 97 69l46 -8c-7 -56 -50 -106 -143 -106zM366 843c-64 0 -87 50 -128 50c-24 0 -34 -17 -38 -47l-45 5c3 52 25 92 79 92c64 0 87 -50 128 -50c24 0 34 17 38 46l45 -5c-3 -51 -25 -91 -79 -91z" />
+    <glyph glyph-name="uni03020306" 
+d="M202 570l-31 24l95 83h68l95 -83l-31 -24l-96 62h-4zM300 705c-83 0 -119 45 -126 89l38 10c8 -29 32 -54 88 -54s80 25 88 54l38 -10c-7 -44 -43 -89 -126 -89z" />
+    <glyph glyph-name="uni03020306.cap" 
+d="M205 699l-33 26l92 87h72l92 -87l-33 -26l-93 69h-4zM300 841c-88 0 -131 44 -137 94l46 8c7 -30 33 -56 91 -56s84 26 91 56l46 -8c-6 -50 -49 -94 -137 -94z" />
+    <glyph glyph-name="uni03040301" 
+d="M167 601v57h266v-57h-266zM266 705l-32 39l135 99l38 -49z" />
+    <glyph glyph-name="uni03040301.cap" 
+d="M166 735v57h268v-57h-268zM282 827l-31 38l121 103l39 -48z" />
+    <glyph glyph-name="uni030C0307" 
+d="M300 701c-32 0 -56 22 -56 56s24 56 56 56s56 -22 56 -56s-24 -56 -56 -56zM259 574l-114 140l31 28l122 -115h4l122 115l31 -28l-114 -140h-82z" />
+    <glyph glyph-name="uni030C0307.cap" 
+d="M300 821c-29 0 -52 21 -52 52s23 52 52 52s52 -21 52 -52s-23 -52 -52 -52zM257 706l-108 109l28 30l121 -92h4l121 92l28 -30l-108 -109h-86z" />
+    <glyph glyph-name="uni03120301" 
+d="M245 577c-48 11 -97 35 -97 94c0 54 51 82 129 85l4 -51c-49 -3 -73 -17 -73 -43s19 -40 46 -47zM305 569l43 201l74 -14l-67 -197z" />
+    <glyph glyph-name="uni03120300" 
+d="M235 577c-48 11 -97 35 -97 94c0 54 51 82 129 85l4 -51c-49 -3 -73 -17 -73 -43s19 -40 46 -47zM359 559l-64 197l75 14l38 -201z" />
+    <glyph glyph-name="uni03120303" 
+d="M327 562c-48 9 -94 31 -94 72c0 40 44 59 122 61l7 -39c-49 -2 -69 -13 -69 -31c0 -14 18 -24 42 -30zM159 719c5 51 27 88 76 88c59 0 88 -42 126 -42c20 0 28 14 33 42l47 -4c-5 -51 -27 -88 -76 -88c-58 0 -88 42 -126 42c-20 0 -28 -14 -33 -42z" />
+    <glyph glyph-name="uni03130301" 
+d="M180 577l-10 38c27 7 47 21 47 47s-24 40 -73 43l4 51c78 -3 129 -31 129 -85c0 -59 -49 -83 -97 -94zM362 559l-50 10l42 201l74 -14z" />
+    <glyph glyph-name="uni03130300" 
+d="M180 577l-10 38c27 7 47 21 47 47s-24 40 -73 43l4 51c78 -3 129 -31 129 -85c0 -59 -49 -83 -97 -94zM365 559l-63 197l74 14l39 -201z" />
+    <glyph glyph-name="uni03130303" 
+d="M365 715c-58 0 -88 42 -126 42c-20 0 -28 -14 -33 -42l-47 4c5 51 27 88 76 88c59 0 88 -42 126 -42c20 0 28 14 33 42l47 -4c-5 -51 -27 -88 -76 -88zM273 562l-8 33c24 6 42 16 42 30c0 18 -20 29 -69 31l7 39c78 -2 122 -21 122 -61c0 -41 -46 -63 -94 -72z" />
+    <glyph glyph-name="uni00A0" unicode="&#xa0;" 
+ />
+    <glyph glyph-name="uni2007" unicode="&#x2007;" 
+ />
+    <glyph glyph-name="space.frac" 
+ />
+    <glyph glyph-name="nbspace.frac" 
+ />
+    <glyph glyph-name="uni2500" unicode="&#x2500;" 
+d="M-39 261v78h678v-78h-678z" />
+    <glyph glyph-name="uni2501" unicode="&#x2501;" 
+d="M-39 222v156h678v-156h-678z" />
+    <glyph glyph-name="uni2502" unicode="&#x2502;" 
+d="M261 -400v1400h78v-1400h-78z" />
+    <glyph glyph-name="uni2503" unicode="&#x2503;" 
+d="M222 -400v1400h156v-1400h-156z" />
+    <glyph glyph-name="uni2504" unicode="&#x2504;" 
+d="M433 261v78h134v-78h-134zM233 261v78h134v-78h-134zM33 261v78h134v-78h-134z" />
+    <glyph glyph-name="uni2505" unicode="&#x2505;" 
+d="M433 222v156h134v-156h-134zM233 222v156h134v-156h-134zM33 222v156h134v-156h-134z" />
+    <glyph glyph-name="uni2506" unicode="&#x2506;" 
+d="M261 567v266h78v-266h-78zM261 167v266h78v-266h-78zM261 -233v266h78v-266h-78z" />
+    <glyph glyph-name="uni2507" unicode="&#x2507;" 
+d="M222 567v266h156v-266h-156zM222 167v266h156v-266h-156zM222 -233v266h156v-266h-156z" />
+    <glyph glyph-name="uni2508" unicode="&#x2508;" 
+d="M469 261v78h112v-78h-112zM319 261v78h112v-78h-112zM169 261v78h112v-78h-112zM19 261v78h112v-78h-112z" />
+    <glyph glyph-name="uni2509" unicode="&#x2509;" 
+d="M469 222v156h112v-156h-112zM319 222v156h112v-156h-112zM169 222v156h112v-156h-112zM19 222v156h112v-156h-112z" />
+    <glyph glyph-name="uni250A" unicode="&#x250a;" 
+d="M261 638v225h78v-225h-78zM261 338v225h78v-225h-78zM261 38v225h78v-225h-78zM261 -263v225h78v-225h-78z" />
+    <glyph glyph-name="uni250B" unicode="&#x250b;" 
+d="M222 638v225h156v-225h-156zM222 338v225h156v-225h-156zM222 38v225h156v-225h-156zM222 -263v225h156v-225h-156z" />
+    <glyph glyph-name="uni250C" unicode="&#x250c;" 
+d="M639 261h-300v-661h-78v739h378v-78z" />
+    <glyph glyph-name="uni250D" unicode="&#x250d;" 
+d="M639 222h-300v-622h-78v778h378v-156z" />
+    <glyph glyph-name="uni250E" unicode="&#x250e;" 
+d="M639 261h-261v-661h-156v739h417v-78z" />
+    <glyph glyph-name="uni250F" unicode="&#x250f;" 
+d="M639 222h-261v-622h-156v778h417v-156z" />
+    <glyph glyph-name="uni2510" unicode="&#x2510;" 
+d="M339 -400h-78v661h-300v78h378v-739z" />
+    <glyph glyph-name="uni2511" unicode="&#x2511;" 
+d="M339 -400h-78v622h-300v156h378v-778z" />
+    <glyph glyph-name="uni2512" unicode="&#x2512;" 
+d="M378 -400h-156v661h-261v78h417v-739z" />
+    <glyph glyph-name="uni2513" unicode="&#x2513;" 
+d="M378 -400h-156v622h-261v156h417v-778z" />
+    <glyph glyph-name="uni2514" unicode="&#x2514;" 
+d="M639 261h-378v739h78v-661h300v-78z" />
+    <glyph glyph-name="uni2515" unicode="&#x2515;" 
+d="M639 222h-378v778h78v-622h300v-156z" />
+    <glyph glyph-name="uni2516" unicode="&#x2516;" 
+d="M222 261v739h156v-661h261v-78h-417z" />
+    <glyph glyph-name="uni2517" unicode="&#x2517;" 
+d="M222 222v778h156v-622h261v-156h-417z" />
+    <glyph glyph-name="uni2518" unicode="&#x2518;" 
+d="M339 261h-378v78h300v661h78v-739z" />
+    <glyph glyph-name="uni2519" unicode="&#x2519;" 
+d="M339 222h-378v156h300v622h78v-778z" />
+    <glyph glyph-name="uni251A" unicode="&#x251a;" 
+d="M-39 261v78h261v661h156v-739h-417z" />
+    <glyph glyph-name="uni251B" unicode="&#x251b;" 
+d="M-39 222v156h261v622h156v-778h-417z" />
+    <glyph glyph-name="uni251C" unicode="&#x251c;" 
+d="M639 261h-300v-661h-78v1400h78v-661h300v-78z" />
+    <glyph glyph-name="uni251D" unicode="&#x251d;" 
+d="M639 222h-300v-622h-78v1400h78v-622h300v-156z" />
+    <glyph glyph-name="uni251E" unicode="&#x251e;" 
+d="M639 261h-300v-661h-78v661h-39v739h156v-661h261v-78z" />
+    <glyph glyph-name="uni251F" unicode="&#x251f;" 
+d="M639 261h-261v-661h-156v739h39v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni2520" unicode="&#x2520;" 
+d="M639 261h-261v-661h-156v1400h156v-661h261v-78z" />
+    <glyph glyph-name="uni2521" unicode="&#x2521;" 
+d="M639 222h-300v-622h-78v622h-39v778h156v-622h261v-156z" />
+    <glyph glyph-name="uni2522" unicode="&#x2522;" 
+d="M639 222h-261v-622h-156v778h39v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2523" unicode="&#x2523;" 
+d="M639 222h-261v-622h-156v1400h156v-622h261v-156z" />
+    <glyph glyph-name="uni2524" unicode="&#x2524;" 
+d="M339 -400h-78v661h-300v78h300v661h78v-1400z" />
+    <glyph glyph-name="uni2525" unicode="&#x2525;" 
+d="M339 -400h-78v622h-300v156h300v622h78v-1400z" />
+    <glyph glyph-name="uni2526" unicode="&#x2526;" 
+d="M339 -400h-78v661h-300v78h261v661h156v-739h-39v-661z" />
+    <glyph glyph-name="uni2527" unicode="&#x2527;" 
+d="M378 -400h-156v661h-261v78h300v661h78v-661h39v-739z" />
+    <glyph glyph-name="uni2528" unicode="&#x2528;" 
+d="M378 -400h-156v661h-261v78h261v661h156v-1400z" />
+    <glyph glyph-name="uni2529" unicode="&#x2529;" 
+d="M339 -400h-78v622h-300v156h261v622h156v-778h-39v-622z" />
+    <glyph glyph-name="uni252A" unicode="&#x252a;" 
+d="M378 -400h-156v622h-261v156h300v622h78v-622h39v-778z" />
+    <glyph glyph-name="uni252B" unicode="&#x252b;" 
+d="M378 -400h-156v622h-261v156h261v622h156v-1400z" />
+    <glyph glyph-name="uni252C" unicode="&#x252c;" 
+d="M639 261h-300v-661h-78v661h-300v78h678v-78z" />
+    <glyph glyph-name="uni252D" unicode="&#x252d;" 
+d="M339 -400h-78v622h-300v156h378v-39h300v-78h-300v-661z" />
+    <glyph glyph-name="uni252E" unicode="&#x252e;" 
+d="M639 222h-300v-622h-78v661h-300v78h300v39h378v-156z" />
+    <glyph glyph-name="uni252F" unicode="&#x252f;" 
+d="M639 222h-300v-622h-78v622h-300v156h678v-156z" />
+    <glyph glyph-name="uni2530" unicode="&#x2530;" 
+d="M639 261h-261v-661h-156v661h-261v78h678v-78z" />
+    <glyph glyph-name="uni2531" unicode="&#x2531;" 
+d="M639 261h-261v-661h-156v622h-261v156h417v-39h261v-78z" />
+    <glyph glyph-name="uni2532" unicode="&#x2532;" 
+d="M639 222h-261v-622h-156v661h-261v78h261v39h417v-156z" />
+    <glyph glyph-name="uni2533" unicode="&#x2533;" 
+d="M639 222h-261v-622h-156v622h-261v156h678v-156z" />
+    <glyph glyph-name="uni2534" unicode="&#x2534;" 
+d="M639 261h-678v78h300v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni2535" unicode="&#x2535;" 
+d="M639 261h-300v-39h-378v156h300v622h78v-661h300v-78z" />
+    <glyph glyph-name="uni2536" unicode="&#x2536;" 
+d="M639 222h-378v39h-300v78h300v661h78v-622h300v-156z" />
+    <glyph glyph-name="uni2537" unicode="&#x2537;" 
+d="M639 222h-678v156h300v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2538" unicode="&#x2538;" 
+d="M639 261h-678v78h261v661h156v-661h261v-78z" />
+    <glyph glyph-name="uni2539" unicode="&#x2539;" 
+d="M-39 222v156h261v622h156v-661h261v-78h-261v-39h-417z" />
+    <glyph glyph-name="uni253A" unicode="&#x253a;" 
+d="M222 222v39h-261v78h261v661h156v-622h261v-156h-417z" />
+    <glyph glyph-name="uni253B" unicode="&#x253b;" 
+d="M639 222h-678v156h261v622h156v-622h261v-156z" />
+    <glyph glyph-name="uni253C" unicode="&#x253c;" 
+d="M639 261h-300v-661h-78v661h-300v78h300v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni253D" unicode="&#x253d;" 
+d="M639 261h-300v-661h-78v622h-300v156h300v622h78v-661h300v-78z" />
+    <glyph glyph-name="uni253E" unicode="&#x253e;" 
+d="M639 222h-300v-622h-78v661h-300v78h300v661h78v-622h300v-156z" />
+    <glyph glyph-name="uni253F" unicode="&#x253f;" 
+d="M639 222h-300v-622h-78v622h-300v156h300v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2540" unicode="&#x2540;" 
+d="M639 261h-300v-661h-78v661h-300v78h261v661h156v-661h261v-78z" />
+    <glyph glyph-name="uni2541" unicode="&#x2541;" 
+d="M639 261h-261v-661h-156v661h-261v78h300v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni2542" unicode="&#x2542;" 
+d="M639 261h-261v-661h-156v661h-261v78h261v661h156v-661h261v-78z" />
+    <glyph glyph-name="uni2543" unicode="&#x2543;" 
+d="M378 222h-39v-622h-78v622h-300v156h261v622h156v-661h261v-78h-261v-39z" />
+    <glyph glyph-name="uni2544" unicode="&#x2544;" 
+d="M639 222h-300v-622h-78v622h-39v39h-261v78h261v661h156v-622h261v-156z" />
+    <glyph glyph-name="uni2545" unicode="&#x2545;" 
+d="M378 -400h-156v622h-261v156h300v622h78v-622h39v-39h261v-78h-261v-661z" />
+    <glyph glyph-name="uni2546" unicode="&#x2546;" 
+d="M639 222h-261v-622h-156v661h-261v78h261v39h39v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2547" unicode="&#x2547;" 
+d="M639 222h-300v-622h-78v622h-300v156h261v622h156v-622h261v-156z" />
+    <glyph glyph-name="uni2548" unicode="&#x2548;" 
+d="M639 222h-261v-622h-156v622h-261v156h300v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2549" unicode="&#x2549;" 
+d="M639 261h-261v-661h-156v622h-261v156h261v622h156v-661h261v-78z" />
+    <glyph glyph-name="uni254A" unicode="&#x254a;" 
+d="M639 222h-261v-622h-156v661h-261v78h261v661h156v-622h261v-156z" />
+    <glyph glyph-name="uni254B" unicode="&#x254b;" 
+d="M639 222h-261v-622h-156v622h-261v156h261v622h156v-622h261v-156z" />
+    <glyph glyph-name="uni254C" unicode="&#x254c;" 
+d="M375 261v78h150v-78h-150zM75 261v78h150v-78h-150z" />
+    <glyph glyph-name="uni254D" unicode="&#x254d;" 
+d="M375 222v156h150v-156h-150zM75 222v156h150v-156h-150z" />
+    <glyph glyph-name="uni254E" unicode="&#x254e;" 
+d="M261 450v300h78v-300h-78zM261 -150v300h78v-300h-78z" />
+    <glyph glyph-name="uni254F" unicode="&#x254f;" 
+d="M222 450v300h156v-300h-156zM222 -150v300h156v-300h-156z" />
+    <glyph glyph-name="uni2550" unicode="&#x2550;" 
+d="M-39 339v78h678v-78h-678zM-39 183v78h678v-78h-678z" />
+    <glyph glyph-name="uni2551" unicode="&#x2551;" 
+d="M339 -400v1400h78v-1400h-78zM183 -400v1400h78v-1400h-78z" />
+    <glyph glyph-name="uni2552" unicode="&#x2552;" 
+d="M639 183h-300v-583h-78v817h378v-78h-300v-78h300v-78z" />
+    <glyph glyph-name="uni2553" unicode="&#x2553;" 
+d="M339 -400v661h-78v-661h-78v739h456v-78h-222v-661h-78z" />
+    <glyph glyph-name="uni2554" unicode="&#x2554;" 
+d="M639 339h-378v-739h-78v817h456v-78zM639 183h-222v-583h-78v661h300v-78z" />
+    <glyph glyph-name="uni2555" unicode="&#x2555;" 
+d="M339 -400h-78v583h-300v78h300v78h-300v78h378v-817z" />
+    <glyph glyph-name="uni2556" unicode="&#x2556;" 
+d="M339 -400v661h-78v-661h-78v661h-222v78h456v-739h-78z" />
+    <glyph glyph-name="uni2557" unicode="&#x2557;" 
+d="M417 -400h-78v739h-378v78h456v-817zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni2558" unicode="&#x2558;" 
+d="M261 183v817h78v-583h300v-78h-300v-78h300v-78h-378z" />
+    <glyph glyph-name="uni2559" unicode="&#x2559;" 
+d="M183 261v739h78v-661h78v661h78v-661h222v-78h-456z" />
+    <glyph glyph-name="uni255A" unicode="&#x255a;" 
+d="M339 339v661h78v-583h222v-78h-300zM183 183v817h78v-739h378v-78h-456z" />
+    <glyph glyph-name="uni255B" unicode="&#x255b;" 
+d="M339 183h-378v78h300v78h-300v78h300v583h78v-817z" />
+    <glyph glyph-name="uni255C" unicode="&#x255c;" 
+d="M417 261h-456v78h222v661h78v-661h78v661h78v-739z" />
+    <glyph glyph-name="uni255D" unicode="&#x255d;" 
+d="M261 339h-300v78h222v583h78v-661zM417 183h-456v78h378v739h78v-817z" />
+    <glyph glyph-name="uni255E" unicode="&#x255e;" 
+d="M639 183h-300v-583h-78v1400h78v-583h300v-78h-300v-78h300v-78z" />
+    <glyph glyph-name="uni255F" unicode="&#x255f;" 
+d="M183 -400v1400h78v-1400h-78zM639 261h-222v-661h-78v1400h78v-661h222v-78z" />
+    <glyph glyph-name="uni2560" unicode="&#x2560;" 
+d="M183 -400v1400h78v-1400h-78zM339 339v661h78v-583h222v-78h-300zM639 183h-222v-583h-78v661h300v-78z" />
+    <glyph glyph-name="uni2561" unicode="&#x2561;" 
+d="M339 -400h-78v583h-300v78h300v78h-300v78h300v583h78v-1400z" />
+    <glyph glyph-name="uni2562" unicode="&#x2562;" 
+d="M339 -400v1400h78v-1400h-78zM261 -400h-78v661h-222v78h222v661h78v-1400z" />
+    <glyph glyph-name="uni2563" unicode="&#x2563;" 
+d="M339 -400v1400h78v-1400h-78zM261 339h-300v78h222v583h78v-661zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni2564" unicode="&#x2564;" 
+d="M-39 339v78h678v-78h-678zM639 183h-300v-583h-78v583h-300v78h678v-78z" />
+    <glyph glyph-name="uni2565" unicode="&#x2565;" 
+d="M339 -400v661h-78v-661h-78v661h-222v78h678v-78h-222v-661h-78z" />
+    <glyph glyph-name="uni2566" unicode="&#x2566;" 
+d="M-39 339v78h678v-78h-678zM639 183h-222v-583h-78v661h300v-78zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni2567" unicode="&#x2567;" 
+d="M639 339h-678v78h300v583h78v-583h300v-78zM-39 183v78h678v-78h-678z" />
+    <glyph glyph-name="uni2568" unicode="&#x2568;" 
+d="M639 261h-678v78h222v661h78v-661h78v661h78v-661h222v-78z" />
+    <glyph glyph-name="uni2569" unicode="&#x2569;" 
+d="M339 339v661h78v-583h222v-78h-300zM261 339h-300v78h222v583h78v-661zM-39 183v78h678v-78h-678z" />
+    <glyph glyph-name="uni256A" unicode="&#x256a;" 
+d="M639 183h-300v-583h-78v583h-300v78h300v78h-300v78h300v583h78v-583h300v-78h-300v-78h300v-78z" />
+    <glyph glyph-name="uni256B" unicode="&#x256b;" 
+d="M339 -400v661h-78v-661h-78v661h-222v78h222v661h78v-661h78v661h78v-661h222v-78h-222v-661h-78z" />
+    <glyph glyph-name="uni256C" unicode="&#x256c;" 
+d="M339 339v661h78v-583h222v-78h-300zM261 339h-300v78h222v583h78v-661zM639 183h-222v-583h-78v661h300v-78zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni256D" unicode="&#x256d;" 
+d="M261 -400v400c0 187 152 339 339 339h39v-78h-39c-144 0 -261 -117 -261 -261v-400h-78z" />
+    <glyph glyph-name="uni256E" unicode="&#x256e;" 
+d="M339 0v-400h-78v400c0 144 -117 261 -261 261h-39v78h39c187 0 339 -152 339 -339z" />
+    <glyph glyph-name="uni256F" unicode="&#x256f;" 
+d="M339 1000v-400c0 -187 -152 -339 -339 -339h-39v78h39c144 0 261 117 261 261v400h78z" />
+    <glyph glyph-name="uni2570" unicode="&#x2570;" 
+d="M261 600v400h78v-400c0 -144 117 -261 261 -261h39v-78h-39c-187 0 -339 152 -339 339z" />
+    <glyph glyph-name="uni2571" unicode="&#x2571;" 
+d="M0 -213l557 1113h43v-87l-557 -1113h-43v87z" />
+    <glyph glyph-name="uni2572" unicode="&#x2572;" 
+d="M43 900l557 -1113v-87h-43l-557 1113v87h43z" />
+    <glyph glyph-name="uni2573" unicode="&#x2573;" 
+d="M557 -300l-257 513l-257 -513h-43v87l257 513l-257 513v87h43l257 -513l257 513h43v-87l-257 -513l257 -513v-87h-43z" />
+    <glyph glyph-name="uni2574" unicode="&#x2574;" 
+d="M-39 261v78h378v-78h-378z" />
+    <glyph glyph-name="uni2575" unicode="&#x2575;" 
+d="M261 261v739h78v-739h-78z" />
+    <glyph glyph-name="uni2576" unicode="&#x2576;" 
+d="M261 261v78h378v-78h-378z" />
+    <glyph glyph-name="uni2577" unicode="&#x2577;" 
+d="M261 -400v739h78v-739h-78z" />
+    <glyph glyph-name="uni2578" unicode="&#x2578;" 
+d="M-39 222v156h378v-156h-378z" />
+    <glyph glyph-name="uni2579" unicode="&#x2579;" 
+d="M222 261v739h156v-739h-156z" />
+    <glyph glyph-name="uni257A" unicode="&#x257a;" 
+d="M261 222v156h378v-156h-378z" />
+    <glyph glyph-name="uni257B" unicode="&#x257b;" 
+d="M222 -400v739h156v-739h-156z" />
+    <glyph glyph-name="uni257C" unicode="&#x257c;" 
+d="M639 222h-378v39h-300v78h300v39h378v-156z" />
+    <glyph glyph-name="uni257D" unicode="&#x257d;" 
+d="M378 -400h-156v739h39v661h78v-661h39v-739z" />
+    <glyph glyph-name="uni257E" unicode="&#x257e;" 
+d="M639 261h-300v-39h-378v156h378v-39h300v-78z" />
+    <glyph glyph-name="uni257F" unicode="&#x257f;" 
+d="M378 261h-39v-661h-78v661h-39v739h156v-739z" />
+    <glyph glyph-name="uni2580" unicode="&#x2580;" 
+d="M0 300v700h600v-700h-600z" />
+    <glyph glyph-name="uni2581" unicode="&#x2581;" 
+d="M0 -400v175h600v-175h-600z" />
+    <glyph glyph-name="uni2582" unicode="&#x2582;" 
+d="M0 -400v350h600v-350h-600z" />
+    <glyph glyph-name="uni2583" unicode="&#x2583;" 
+d="M0 -400v525h600v-525h-600z" />
+    <glyph glyph-name="uni2584" unicode="&#x2584;" 
+d="M0 -400v700h600v-700h-600z" />
+    <glyph glyph-name="uni2585" unicode="&#x2585;" 
+d="M0 -400v875h600v-875h-600z" />
+    <glyph glyph-name="uni2586" unicode="&#x2586;" 
+d="M0 -400v1050h600v-1050h-600z" />
+    <glyph glyph-name="uni2587" unicode="&#x2587;" 
+d="M0 -400v1225h600v-1225h-600z" />
+    <glyph glyph-name="uni2588" unicode="&#x2588;" 
+d="M0 -400v1400h600v-1400h-600z" />
+    <glyph glyph-name="uni2589" unicode="&#x2589;" 
+d="M0 -400v1400h525v-1400h-525z" />
+    <glyph glyph-name="uni258A" unicode="&#x258a;" 
+d="M0 -400v1400h450v-1400h-450z" />
+    <glyph glyph-name="uni258B" unicode="&#x258b;" 
+d="M0 -400v1400h375v-1400h-375z" />
+    <glyph glyph-name="uni258C" unicode="&#x258c;" 
+d="M0 -400v1400h300v-1400h-300z" />
+    <glyph glyph-name="uni258D" unicode="&#x258d;" 
+d="M0 -400v1400h225v-1400h-225z" />
+    <glyph glyph-name="uni258E" unicode="&#x258e;" 
+d="M0 -400v1400h150v-1400h-150z" />
+    <glyph glyph-name="uni258F" unicode="&#x258f;" 
+d="M0 -400v1400h75v-1400h-75z" />
+    <glyph glyph-name="uni2590" unicode="&#x2590;" 
+d="M300 -400v1400h300v-1400h-300z" />
+    <glyph glyph-name="uni2591" unicode="&#x2591;" 
+d="M464 900c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 900c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 900c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 800c0 13 11 24 24 24s24 -11 24 -24
+s-11 -24 -24 -24s-24 11 -24 24zM176 800c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 800c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 700c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 700
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 700c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 600c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 600c0 13 11 24 24 24s24 -11 24 -24
+s-11 -24 -24 -24s-24 11 -24 24zM-24 600c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 500c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 500c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 500
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 400c0 13 11 24 24 24s24 -11 24 -24
+s-11 -24 -24 -24s-24 11 -24 24zM464 300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 200
+c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 100c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM264 100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 0c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 0
+c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 0c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 -100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 -100c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM64 -100c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM376 -200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 -200c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 -200
+c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM464 -300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM264 -300c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM64 -300c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM376 -400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM176 -400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24zM-24 -400c0 13 11 24 24 24s24 -11 24 -24s-11 -24 -24 -24s-24 11 -24 24z" />
+    <glyph glyph-name="uni2592" unicode="&#x2592;" 
+d="M446 900c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 900c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 900c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 800c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM164 800c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 800c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 700c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 700
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 700c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 600c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 600c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM-36 600c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 500c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 500c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 500
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 400c0 20 16 36 36 36s36 -16 36 -36
+s-16 -36 -36 -36s-36 16 -36 36zM446 300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 200
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 100c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM246 100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 0c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 0
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 0c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 -100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 -100c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM46 -100c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM364 -200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 -200c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 -200
+c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM446 -300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM246 -300c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM46 -300c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM364 -400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM164 -400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36zM-36 -400c0 20 16 36 36 36s36 -16 36 -36s-16 -36 -36 -36s-36 16 -36 36z" />
+    <glyph glyph-name="uni2593" unicode="&#x2593;" 
+d="M419 900c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 900c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 900c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 800c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM146 800c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 800c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 700c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 700
+c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 700c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 600c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 600c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM-54 600c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 500c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 500c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 500
+c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 400c0 30 24 54 54 54s54 -24 54 -54
+s-24 -54 -54 -54s-54 24 -54 54zM419 300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 200
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 100c0 45 36 81 81 81s81 -36 81 -81
+s-36 -81 -81 -81s-81 36 -81 81zM219 100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 0c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 0
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 0c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 -100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 -100c0 45 36 81 81 81s81 -36 81 -81
+s-36 -81 -81 -81s-81 36 -81 81zM19 -100c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM346 -200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 -200c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 -200
+c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM419 -300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM219 -300c0 45 36 81 81 81s81 -36 81 -81s-36 -81 -81 -81s-81 36 -81 81zM19 -300c0 45 36 81 81 81s81 -36 81 -81
+s-36 -81 -81 -81s-81 36 -81 81zM346 -400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM146 -400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54zM-54 -400c0 30 24 54 54 54s54 -24 54 -54s-24 -54 -54 -54s-54 24 -54 54z" />
+    <glyph glyph-name="uni2594" unicode="&#x2594;" 
+d="M0 825v175h600v-175h-600z" />
+    <glyph glyph-name="uni2595" unicode="&#x2595;" 
+d="M525 -400v1400h75v-1400h-75z" />
+    <glyph glyph-name="uni2596" unicode="&#x2596;" 
+d="M0 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni2597" unicode="&#x2597;" 
+d="M300 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni2598" unicode="&#x2598;" 
+d="M0 300v700h300v-700h-300z" />
+    <glyph glyph-name="uni2599" unicode="&#x2599;" 
+d="M0 -400v1400h300v-700h300v-700h-600z" />
+    <glyph glyph-name="uni259A" unicode="&#x259a;" 
+d="M0 300v700h300v-700h-300zM300 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni259B" unicode="&#x259b;" 
+d="M600 300h-300v-700h-300v1400h600v-700z" />
+    <glyph glyph-name="uni259C" unicode="&#x259c;" 
+d="M600 -400h-300v700h-300v700h600v-1400z" />
+    <glyph glyph-name="uni259D" unicode="&#x259d;" 
+d="M300 300v700h300v-700h-300z" />
+    <glyph glyph-name="uni259E" unicode="&#x259e;" 
+d="M300 300v700h300v-700h-300zM0 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni259F" unicode="&#x259f;" 
+d="M600 -400h-600v700h300v700h300v-1400z" />
+    <glyph glyph-name="uni202F" unicode="&#x202f;" 
+ />
+    <glyph glyph-name="uniFEFF" unicode="&#xfeff;" 
+ />
+    <glyph glyph-name="uniFE0E" unicode="&#xfe0e;" 
+d="M300 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM300 33c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM250 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21z
+M250 33c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM150 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21z
+M100 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 583c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 533c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 483
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 433c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM150 383c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM100 383
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM50 383c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 383c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 333
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 283c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 233c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 183
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 133c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 83c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM200 33
+c-11 0 -20 9 -20 21c0 11 9 20 20 20c12 0 20 -9 20 -20c0 -12 -8 -21 -20 -21zM350 583c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM350 33c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 583
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM450 583c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM500 583c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 583
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 533c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 483c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 433
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM450 383c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM500 383c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM550 383
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 383c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 333c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 283
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 233c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 183c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 133
+c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 83c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21zM400 33c-12 0 -20 9 -20 21c0 11 8 20 20 20c11 0 20 -9 20 -20c0 -12 -9 -21 -20 -21z" />
+    <glyph glyph-name="uniFE0F" unicode="&#xfe0f;" 
+d="M300 579c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM41 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM58 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM91 481c-10 0 -20 10 -20 22c0 10 10 20 20 20
+c12 0 20 -10 20 -20c0 -12 -8 -22 -20 -22zM134 524c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20s-7 -22 -20 -22zM186 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM242 572c-10 0 -20 10 -20 22s10 20 20 20c13 0 20 -8 20 -20
+s-7 -22 -20 -22zM565 308c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM559 372c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM542 431c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM509 481c-12 0 -20 10 -20 22
+c0 10 8 20 20 20c10 0 20 -10 20 -20c0 -12 -10 -22 -20 -22zM466 524c-13 0 -20 10 -20 22s7 20 20 20c10 0 20 -8 20 -20s-10 -22 -20 -22zM414 554c-12 0 -20 10 -20 22s8 20 20 20s20 -8 20 -20s-8 -22 -20 -22zM358 572c-13 0 -20 10 -20 22s7 20 20 20
+c10 0 20 -8 20 -20s-10 -22 -20 -22zM300 81c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM35 350c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM41 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20
+c0 12 8 22 20 22zM58 229c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM91 177c12 0 20 -8 20 -20s-8 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM134 134c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22z
+M186 104c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM242 86c13 0 20 -8 20 -22c0 -10 -7 -20 -20 -20c-10 0 -20 10 -20 20c0 14 10 22 20 22zM559 288c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM542 229
+c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM509 177c10 0 20 -8 20 -20s-10 -20 -20 -20c-12 0 -20 8 -20 20s8 20 20 20zM466 134c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM414 104
+c12 0 20 -8 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 14 8 22 20 22zM358 86c10 0 20 -8 20 -22c0 -10 -10 -20 -20 -20c-13 0 -20 10 -20 20c0 14 7 22 20 22zM300 207c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM444 288
+c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM409 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM358 213c10 0 20 -8 20 -20s-10 -20 -20 -20c-13 0 -20 8 -20 20s7 20 20 20zM156 288c12 0 20 -10 20 -22
+c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM191 240c12 0 20 -10 20 -22c0 -11 -8 -20 -20 -20s-20 9 -20 20c0 12 8 22 20 22zM242 213c13 0 20 -8 20 -20s-7 -20 -20 -20c-10 0 -20 8 -20 20s10 20 20 20zM222 366c12 0 20 -8 20 -20s-8 -20 -20 -20
+s-20 8 -20 20s8 20 20 20zM262 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM222 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM262 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z
+M182 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM182 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM378 366c12 0 20 -8 20 -20s-8 -20 -20 -20s-20 8 -20 20s8 20 20 20zM338 396c12 0 20 -10 20 -22
+c0 -10 -8 -20 -20 -20s-20 10 -20 20c0 12 8 22 20 22zM378 435c-12 0 -20 8 -20 20s8 20 20 20s20 -8 20 -20s-8 -20 -20 -20zM338 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22zM418 396c12 0 20 -10 20 -22c0 -10 -8 -20 -20 -20
+s-20 10 -20 20c0 12 8 22 20 22zM418 404c-12 0 -20 10 -20 22c0 10 8 20 20 20s20 -10 20 -20c0 -12 -8 -22 -20 -22z" />
+    <glyph glyph-name="u1F3B5" unicode="&#x1f3b5;" 
+d="M178 -24c-54 0 -101 26 -101 76c0 61 64 117 157 117c26 0 52 -6 61 -12v537h50c10 -27 20 -36 70 -72c90 -64 114 -120 114 -196c0 -52 -17 -100 -32 -131l-35 13c10 32 13 56 13 92c0 63 -45 125 -125 150v-407c0 -110 -80 -167 -172 -167z" />
+    <glyph glyph-name="u1F3B6" unicode="&#x1f3b6;" 
+d="M104 -24c-53 0 -100 26 -100 76c0 61 61 117 150 117c26 0 52 -6 61 -12v517l378 60v-539c0 -110 -78 -166 -167 -166c-53 0 -99 26 -99 76c0 61 60 117 149 117c26 0 52 -6 61 -12v363l-267 -42v-388c0 -110 -78 -167 -166 -167z" />
+    <glyph glyph-name="f_i" unicode="&#xfb01;" 
+d="M118 0v419h-66v62l66 5v77c0 99 45 161 142 161c30 0 59 -7 81 -16l-17 -63c-19 8 -38 12 -55 12c-46 0 -69 -32 -69 -94v-77h103v-67h-103v-419h-82zM414 0v486h82v-486h-82zM456 588c-37 0 -66 25 -66 64c0 38 29 64 66 64s66 -26 66 -64c0 -39 -29 -64 -66 -64z" />
+    <glyph glyph-name="f_l" unicode="&#xfb02;" 
+d="M123 0v419h-66v62l66 5v77c0 99 45 161 142 161c30 0 59 -7 81 -16l-18 -63c-18 8 -37 12 -55 12c-46 0 -68 -32 -68 -94v-77h103v-67h-103v-419h-82zM488 -12c-62 0 -87 39 -87 110v614h82v-620c0 -26 11 -36 23 -36c5 0 9 0 18 2l11 -62c-12 -5 -26 -8 -47 -8z" />
+    <glyph glyph-name="uniE0A0" unicode="&#xe0a0;" 
+d="M180 -280h-81v281c0 316 315 210 315 492v225h-116l158 197l156 -197h-117v-243c0 -320 -315 -213 -315 -492v-263zM180 384l-81 -51v727h81v-676z" />
+    <glyph glyph-name="uniE0A1" unicode="&#xe0a1;" 
+d="M83 440v480h74v-418h224v-62h-298zM195 -166v478h82l180 -391h4l-18 215v176h74v-478h-84l-179 387h-4l19 -199v-188h-74z" />
+    <glyph glyph-name="uniE0A2" unicode="&#xe0a2;" 
+d="M85 -70l-40 36v518l40 36h46v153c0 116 62 183 169 183s169 -67 169 -183v-153h46l40 -36v-518l-40 -36h-430zM246 59l44 -20h20l44 20l-26 169c39 15 56 43 56 79c0 47 -37 83 -84 83s-84 -36 -84 -83c0 -36 17 -64 56 -79zM199 520h202v145c0 79 -33 126 -101 126
+s-101 -47 -101 -126v-145z" />
+    <glyph glyph-name="uniE0B0" unicode="&#xe0b0;" 
+d="M0 -280v1320l600 -660z" />
+    <glyph glyph-name="uniE0B1" unicode="&#xe0b1;" 
+d="M42 -225l-49 48l529 557l-529 557l49 48l569 -605z" />
+    <glyph glyph-name="uniE0B2" unicode="&#xe0b2;" 
+d="M613 -280l-613 660l613 660v-1320z" />
+    <glyph glyph-name="uniE0B3" unicode="&#xe0b3;" 
+d="M558 -225l-569 605l569 605l49 -48l-529 -557l529 -557z" />
+    <glyph glyph-name="uniE100" unicode="&#xe100;" 
+d="M73 522c0 -39 23 -87 60 -138c71 63 119 116 119 147c0 54 -49 82 -93 82c-41 0 -86 -35 -86 -91zM-335 609c-46 0 -73 -41 -73 -95c0 -40 17 -79 45 -118c63 41 118 82 118 141c0 52 -46 72 -90 72zM-359 54c53 -1 113 29 161 67c6 5 12 9 18 14
+c-72 58 -144 116 -200 176c-54 -39 -98 -80 -98 -136c0 -76 53 -120 119 -121zM154 47c60 0 119 26 170 67c-67 52 -136 116 -194 180c-64 -55 -135 -110 -199 -158l1 -1c69 -54 135 -88 222 -88zM519 -5c-34 10 -83 38 -138 76c-66 -52 -146 -85 -231 -85
+c-105 0 -191 37 -264 96c-4 3 -8 7 -12 10c-9 -6 -17 -13 -25 -19c-65 -51 -153 -86 -228 -85c-95 1 -179 74 -179 182c0 87 66 141 137 189c-37 50 -61 101 -61 154c0 87 60 155 147 155c81 0 157 -37 157 -130c0 -85 -73 -139 -146 -189c54 -58 128 -115 200 -171
+c73 56 148 114 212 167c-51 65 -84 128 -84 177c0 92 60 146 156 146c81 0 162 -44 162 -136c0 -51 -63 -123 -147 -199c56 -63 127 -126 196 -176c54 57 93 130 106 197h79c-16 -85 -62 -171 -126 -238c44 -27 85 -47 115 -55z" />
+    <glyph glyph-name="uniE101" unicode="&#xe101;" 
+d="M80 111l-42 30l108 165l-162 70l16 46l167 -55l9 189h48l9 -189l167 55l16 -46l-162 -70l108 -165l-42 -30l-120 159zM-403 316l-42 29l92 147l-143 57l16 46l147 -44l9 161h48l9 -159l147 42l16 -46l-143 -57l92 -147l-42 -29l-103 140zM-920 111l-42 30l108 165
+l-162 70l16 46l167 -55l9 189h48l9 -189l167 55l16 -46l-162 -70l108 -165l-42 -30l-120 159z" />
+    <glyph glyph-name="uniE102" unicode="&#xe102;" 
+d="M480 369v-63l-530 -285v79l458 236v4l-460 229v80zM-497 454l30 42l165 -109l70 162l46 -15l-54 -166l198 -7v-55l-198 -7l54 -166l-46 -15l-70 162l-165 -109l-30 42l159 120z" />
+    <glyph glyph-name="uniE103" unicode="&#xe103;" 
+d="M377 -160l-328 870h74l328 -870h-74zM-123 -160l-328 870h74l328 -870h-74z" />
+    <glyph glyph-name="uniE104" unicode="&#xe104;" 
+d="M213 -250v1000h74v-1000h-74zM-287 -250v1000h74v-1000h-74z" />
+    <glyph glyph-name="uniE105" unicode="&#xe105;" 
+d="M480 363v-62l-634 -321v81l562 269v4l-561 266v81zM-337 -90v840h74v-840h-74z" />
+    <glyph glyph-name="uniE106" unicode="&#xe106;" 
+d="M210 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM210 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM-210 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z
+M-210 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="uniE107" unicode="&#xe107;" 
+d="M-515 406v62h1030v-62h-1030zM-515 192v62h1030v-62h-1030z" />
+    <glyph glyph-name="uniE108" unicode="&#xe108;" 
+d="M-1115 406v62h1630v-62h-1630zM-1115 192v62h1630v-62h-1630z" />
+    <glyph glyph-name="uniE109" unicode="&#xe109;" 
+d="M107 616l420 -284l-420 -284v79l98 66h-1320v61h1411l114 77l-110 75h-1415v62h1323l-101 69v79z" />
+    <glyph glyph-name="uniE10A" unicode="&#xe10a;" 
+d="M107 616l420 -284l-420 -284v79l98 66h-720v61h811l114 77l-110 75h-815v62h723l-101 69v79z" />
+    <glyph glyph-name="uniE10B" unicode="&#xe10b;" 
+d="M-1115 406v62h848l300 148v-65l-441 -217v-4l441 -214v-68l-292 144h-856v62h730l-95 47v62l87 43h-722zM-68 324v16l561 276v-79l-441 -203v-4l441 -203v-79z" />
+    <glyph glyph-name="uniE10C" unicode="&#xe10c;" 
+d="M222 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM250 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78zM-278 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM-250 -12c-40 0 -73 30 -73 78c0 47 33 76 73 76s73 -29 73 -76
+c0 -48 -33 -78 -73 -78z" />
+    <glyph glyph-name="uniE10D" unicode="&#xe10d;" 
+d="M68 340v-16l-561 -276v79l441 203v4l-441 203v79zM480 363v-62l-513 -253v65l441 217v4l-441 214v68z" />
+    <glyph glyph-name="uniE10E" unicode="&#xe10e;" 
+d="M-532 340v-16l-561 -276v79l441 203v4l-441 203v79zM-120 363v-62l-95 -47h730v-61h-854l-294 -145v65l441 217v4l-441 214v68l300 -148h848v-62h-722z" />
+    <glyph glyph-name="uniE10F" unicode="&#xe10f;" 
+d="M480 363v-62l-543 -253v65l471 217v4l-471 217v65zM27 340v-16l-620 -276v65l490 217v4l-490 217v65zM-502 340v-16l-591 -276v79l471 203v4l-471 203v79z" />
+    <glyph glyph-name="uniE110" unicode="&#xe110;" 
+d="M-120 363v-2h635v-62h-639l-509 -251v65l378 186h-328l-510 -251v79l441 203v4l-441 203v79l518 -255h327l-385 187v68z" />
+    <glyph glyph-name="uniE111" unicode="&#xe111;" 
+d="M515 365v-62h-632l-376 -255v79l303 206l-303 204v79l370 -251h638z" />
+    <glyph glyph-name="uniE112" unicode="&#xe112;" 
+d="M-515 299v62h880l-258 176v79l420 -285l-420 -283v79l251 172h-873z" />
+    <glyph glyph-name="uniE113" unicode="&#xe113;" 
+d="M-515 299v62h632l376 255v-79l-303 -206l303 -204v-79l-370 251h-638z" />
+    <glyph glyph-name="uniE114" unicode="&#xe114;" 
+d="M493 48l-513 252h-327l380 -184v-68l-511 252h-640v62h638v1l513 253v-65l-385 -189h328l517 254v-79l-441 -203v-4l441 -203v-79z" />
+    <glyph glyph-name="uniE115" unicode="&#xe115;" 
+d="M-480 301v62l530 286v-80l-458 -235v-4l453 -230l7 -79zM497 216l-30 -42l-165 109l-70 -162l-46 15l54 166l-188 7v55l188 7l-54 166l46 15l70 -162l165 109l30 -42l-159 -120z" />
+    <glyph glyph-name="uniE116" unicode="&#xe116;" 
+d="M480 363v-62l-572 -290v79l500 240v4l-505 239v80zM-1080 301v62l570 286v-80l-498 -235v-4l500 -230v-79zM-420 153l-42 30l108 165l-162 70l16 46l167 -55l9 189h48l9 -189l167 55l16 -46l-162 -70l108 -165l-42 -30l-120 159z" />
+    <glyph glyph-name="uniE117" unicode="&#xe117;" 
+d="M-480 301v62l633 341v-80l-561 -290v-4l561 -281v-80zM263 -90v840h74v-840h-74z" />
+    <glyph glyph-name="uniE118" unicode="&#xe118;" 
+d="M480 363v-62l-572 -290v79l500 240v4l-505 239v80zM-1080 301v62l570 286v-80l-498 -235v-4l500 -230v-79zM-337 -120v870h74v-870h-74z" />
+    <glyph glyph-name="uniE119" unicode="&#xe119;" 
+d="M480 363v-62l-572 -290v79l500 240v4l-506 241l1 78zM-1080 301v62l570 286v-80l-498 -235v-4l500 -231v-78zM-471 169l36 49c40 -28 85 -53 145 -53c63 0 92 26 92 67c0 98 -257 81 -257 220c0 66 53 113 128 124v97h52v-96c59 -4 97 -31 130 -63l-38 -42
+c-37 29 -61 46 -114 46c-54 0 -88 -24 -88 -65c0 -87 260 -69 260 -217c0 -69 -59 -122 -144 -131v-115h-52v114c-58 6 -114 33 -150 65z" />
+    <glyph glyph-name="uniE11A" unicode="&#xe11a;" 
+d="M-480 301v62l480 325l479 -323v-63l-480 -324zM407 336l-407 272l-408 -274v-4l407 -273l408 275v4z" />
+    <glyph glyph-name="uniE11B" unicode="&#xe11b;" 
+d="M-527 332l420 284v-79l-258 -176h878v-62h-872l252 -172v-79z" />
+    <glyph glyph-name="uniE11C" unicode="&#xe11c;" 
+d="M-68 324v16l561 276v-79l-441 -203v-4l441 -203v-79zM-480 301v62l513 253v-65l-441 -217v-4l441 -214v-68z" />
+    <glyph glyph-name="uniE11D" unicode="&#xe11d;" 
+d="M-1080 301v62l543 253v-65l-471 -217v-4l471 -217v-65zM-627 324v16l620 276v-65l-490 -217v-4l490 -217v-65zM-98 324v16l591 276v-79l-471 -203v-4l471 -203v-79z" />
+    <glyph glyph-name="uniE11E" unicode="&#xe11e;" 
+d="M480 363v-62l-572 -290v79l500 240v4l-505 239v80zM-333 104v195h-222v62h222v195h66v-195h222v-62h-222v-195h-66zM-1080 301v62l570 286v-80l-498 -235v-4l500 -230v-79z" />
+    <glyph glyph-name="uniE11F" unicode="&#xe11f;" 
+d="M-250 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM250 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="uniE120" unicode="&#xe120;" 
+d="M200 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM-300 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM-800 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z
+" />
+    <glyph glyph-name="uniE121" unicode="&#xe121;" 
+d="M-495 299v62h243v195h66v-195h372v195h66v-195h243v-62h-243v-195h-66v195h-372v-195h-66v195h-243z" />
+    <glyph glyph-name="uniE122" unicode="&#xe122;" 
+d="M-1115 299v62h307v195h66v-195h409v195h66v-195h409v195h66v-195h307v-62h-307v-195h-66v195h-409v-195h-66v195h-409v-195h-66v195h-307z" />
+    <glyph glyph-name="uniE123" unicode="&#xe123;" 
+d="M-431 -74l111 266h-195v62h221l64 152h-285v62h311l101 241h74l-101 -241h645v-62h-671l-64 -152h735v-62h-761l-111 -266h-74z" />
+    <glyph glyph-name="uniE124" unicode="&#xe124;" 
+d="M200 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM-300 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM-800 -12c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z
+M200 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM-300 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84zM-800 346c-45 0 -81 34 -81 84c0 51 36 85 81 85s81 -34 81 -85c0 -50 -36 -84 -81 -84z" />
+    <glyph glyph-name="uniE125" unicode="&#xe125;" 
+d="M107 48v79l98 66h-1084l-214 -145v79l301 203v4l-107 72h-1v1l-193 130v79l218 -148h1083l-101 69v79l421 -284zM-720 301l-69 -47h1085l114 77l-110 75h-1083l63 -43v-62z" />
+    <glyph glyph-name="uniE126" unicode="&#xe126;" 
+d="M-1115 299v62h992l-383 176v79l518 -255h328l-386 187v68l579 -284l-579 -284v65l379 186h-329l-510 -251v79l375 172h-984z" />
+    <glyph glyph-name="uniE127" unicode="&#xe127;" 
+d="M-707 45l-420 284l420 284v-79l-98 -66h1013l-101 69v79l420 -284l-420 -284v79l98 66h-1013l101 -69v-79zM-85 255v-1h381l114 77l-110 75h-815v1h-381l-114 -77l110 -75h815z" />
+    <glyph glyph-name="uniE128" unicode="&#xe128;" 
+d="M-1010 329l111 -75l1090 -1l-71 48v62l64 43l-1078 1zM-707 45l-420 284l420 284v-80l-97 -65l1077 -1l220 149v-79l-301 -203v-4l301 -203v-79l-211 143l-1089 1l100 -68v-79z" />
+    <glyph glyph-name="uniE129" unicode="&#xe129;" 
+d="M-1127 332l420 284v-79l-258 -176h1330l-258 176v79l420 -285l-420 -283v79l251 172h-1317l252 -172v-79z" />
+    <glyph glyph-name="less_exclam_greater" 
+d="M480 363v-62l-572 -290v79l500 240v4l-505 239v80zM-1080 301v62l570 286v-80l-498 -235v-4l500 -230v-79zM-327 210l-11 366l-2 94h80l-2 -94l-11 -366h-54zM-373 36c0 47 33 76 73 76s73 -29 73 -76c0 -48 -33 -78 -73 -78s-73 30 -73 78z" />
+    <glyph glyph-name="LIG" 
+ />
+  </font>
+</defs></svg>
diff --git a/other/LinLibertine.svg b/other/LinLibertine.svg
new file mode 100644
--- /dev/null
+++ b/other/LinLibertine.svg
@@ -0,0 +1,10319 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<!--
+2003-08-29: Created.
+2004-07-25: v(1.0) release candidate
+2005-12-28: v(1.1.0) stable
+2006-01-01: v(2.0.0) stable
+2006-09-05: v(2.2.0) stable
+2006-12-04: v(2.3.0) stable
+2007-03-11: v(2.4.0) stable
+2007-12-00: v(2.7.0) stable
+2008-06-00: v(2.8.14) stable
+
+-->
+<svg>
+<metadata>
+Created by FontForge 20120601 at Mon Jul  2 00:09:39 2012
+ By Gillian Tiefenlicht
+Linux Libertine by Philipp H. Poll,
+Open Font under Terms of following Free Software Licenses:
+GPL (General Public License) with font-exception and OFL (Open Font License).
+Created with FontForge (http://fontforge.sf.net)
+Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012
+</metadata>
+<defs>
+<font id="LinLibertineO" horiz-adv-x="0" >
+  <font-face 
+    font-family="Linux Libertine O"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="2 0 5 3 0 0 0 0 0 0"
+    ascent="754"
+    descent="-246"
+    x-height="431"
+    cap-height="647"
+    bbox="-1082 -256 6171 1125"
+    underline-thickness="40"
+    underline-position="-98"
+    stemh="36"
+    stemv="79"
+    unicode-range="U+0020-1D550"
+  />
+<missing-glyph horiz-adv-x="500" 
+d="M50 603v-508l170 254zM80 50h340l-170 254zM280 349l170 -254v508zM250 394l170 253h-340zM0 0v698h500v-698h-500z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2e;&#x2e;&#x2e;" horiz-adv-x="749" 
+d="M57 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM322 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM586 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="exclamdbl" unicode="&#x21;&#x21;" horiz-adv-x="472" 
+d="M328 660c24 0 53 -19 53 -73c0 -65 -14 -107 -24 -193c-13 -108 -13 -168 -15 -182c-1 -11 -4 -20 -14 -20s-13 7 -14 13c-2 21 -8 111 -16 189c-9 88 -23 123 -23 193c0 54 29 73 53 73zM275 45c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM144 658
+c24 0 53 -19 53 -73c0 -65 -14 -107 -24 -193c-13 -108 -13 -168 -15 -182c-1 -11 -4 -20 -14 -20s-13 7 -14 13c-2 21 -8 111 -16 189c-9 88 -23 123 -23 193c0 54 29 73 53 73zM91 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="question_question" unicode="&#x3f;&#x3f;" horiz-adv-x="811" 
+d="M490 572c0 -15 2 -21 6 -26s6 -11 6 -24c0 -23 -20 -35 -39 -35c-16 0 -41 8 -41 43c0 38 21 66 51 90c29 25 71 39 124 39c102 0 168 -60 168 -151c0 -79 -62 -123 -109 -157c-23 -17 -43 -33 -52 -50c-13 -25 -14 -49 -14 -73v-44c0 -7 -9 -10 -17 -10s-16 3 -16 10v46
+c0 43 5 102 70 161c40 37 55 66 55 113c0 65 -38 122 -95 122s-97 -24 -97 -54zM520 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM114 572c0 -15 2 -21 6 -26s6 -11 6 -24c0 -23 -20 -35 -39 -35c-16 0 -41 8 -41 43c0 38 21 66 51 90
+c29 25 71 39 124 39c102 0 168 -60 168 -151c0 -79 -62 -123 -109 -157c-23 -17 -43 -33 -52 -50c-13 -25 -14 -49 -14 -73v-44c0 -7 -9 -10 -17 -10s-16 3 -16 10v46c0 43 5 102 70 161c40 37 55 66 55 113c0 65 -38 122 -95 122s-97 -24 -97 -54zM144 43c0 29 24 53 53 53
+s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="question_exclam" unicode="&#x3f;&#x21;" horiz-adv-x="675" 
+d="M531 660c24 0 53 -19 53 -73c0 -65 -14 -107 -24 -193c-13 -108 -13 -168 -15 -182c-1 -11 -4 -20 -14 -20s-13 7 -14 13c-2 21 -8 111 -16 189c-9 88 -23 123 -23 193c0 54 29 73 53 73zM478 45c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM114 572
+c0 -15 2 -21 6 -26s6 -11 6 -24c0 -23 -20 -35 -39 -35c-16 0 -41 8 -41 43c0 38 21 66 51 90c29 25 71 39 124 39c102 0 168 -60 168 -151c0 -79 -62 -123 -109 -157c-23 -17 -43 -33 -52 -50c-13 -25 -14 -49 -14 -73v-44c0 -7 -9 -10 -17 -10s-16 3 -16 10v46
+c0 43 5 102 70 161c40 37 55 66 55 113c0 65 -38 122 -95 122s-97 -24 -97 -54zM144 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="exclam_question" unicode="&#x21;&#x3f;" horiz-adv-x="637" 
+d="M144 658c24 0 53 -19 53 -73c0 -65 -14 -107 -24 -193c-13 -108 -13 -168 -15 -182c-1 -11 -4 -20 -14 -20s-13 7 -14 13c-2 21 -8 111 -16 189c-9 88 -23 123 -23 193c0 54 29 73 53 73zM91 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM316 570
+c0 -15 2 -21 6 -26s6 -11 6 -24c0 -23 -20 -35 -39 -35c-16 0 -41 8 -41 43c0 38 21 66 51 90c29 25 71 39 124 39c102 0 168 -60 168 -151c0 -79 -62 -123 -109 -157c-23 -17 -43 -33 -52 -50c-13 -25 -14 -49 -14 -73v-44c0 -7 -9 -10 -17 -10s-16 3 -16 10v46
+c0 43 5 102 70 161c40 37 55 66 55 113c0 65 -38 122 -95 122s-97 -24 -97 -54zM346 41c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="centigrade" unicode="&#xb0;C" horiz-adv-x="804" 
+d="M544 -10c-85.7 0 -159.2 33.7 -207 82c-55.9 56.5 -84 133.8 -84 212c0 193 125 326 284 326c138 0 168 -32 197 -38c13.3 -51.8 17.4 -101.1 20 -150c-7.90002 -5.5 -18 -6 -29 -4c-26 93 -78 158 -186 158c-79 0 -196 -66 -196 -278c0 -137 83 -265 208 -265
+c85 0 125 22 191 105c12 -1.8 21 -7.39999 25 -15c-60 -88 -126 -133 -223 -133zM209 508c0 33 -20 72 -65 72c-43 0 -66 -36 -66 -72c0 -35 24 -69 66 -69c41 0 65 35 65 69zM44 509c0 56 45 101 100 101s99 -45 99 -101c0 -55 -44 -100 -99 -100s-100 45 -100 100z" />
+    <glyph glyph-name="fahrenheit" unicode="&#xb0;F" horiz-adv-x="802" 
+d="M570 278h-93v-156c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v356c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2h255.3c24.7 0 29.5 0.599976 47 4c2.40002 0 3.60004 -0.700012 4 -3
+c1.40002 -7.59998 16.5 -104 21.7 -145c-8 -3 -19 -5 -31 -5c-22 69 -47 109 -153 109h-65c-24 0 -36 -10 -36 -34v-210h93c85 0 88 13 91 68c6 6 27 6 33 0c-1 -30 -2 -52 -2 -86s1 -53 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68zM209 508c0 33 -20 72 -65 72
+c-43 0 -66 -36 -66 -72c0 -35 24 -69 66 -69c41 0 65 35 65 69zM44 509c0 56 45 101 100 101s99 -45 99 -101c0 -55 -44 -100 -99 -100s-100 45 -100 100z" />
+    <glyph glyph-name="f_f" unicode="ff" horiz-adv-x="582" 
+d="M447 122c0 -83 11 -87 79 -91c6 -6 6 -27 0 -33c-43 1 -86 2 -118 2c-34.3 0 -66 -1 -95 -2c-6 6 -6 27 0 33c44 4 55 8 55 91v268h-199v-268c0 -83 13 -87 59 -91c6 -6 6 -27 0 -33c-32 1 -65.7 2 -98 2c-36.3 0 -72 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91v268
+h-67c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h49c0 122 33 193 102 233c21 12 47 19 74 19c80 0 125 -34 138 -58c34 53 91 75 128 75c74 0 120 -33 120 -74c0 -20 -15 -35 -35 -35c-27 0 -37 19 -47 40c-9 20 -30 34 -54 34c-22 0 -48 -9 -62 -82c-6 -34 -7 -79 -7 -99v-53h108
+c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-92v-268zM378 564c-1.5 -1.20001 -3.79999 -2 -6 -2c-26 0 -35 20 -44 40c-10.7 24.9 -29.3 49 -64 49c-15 0 -60 -11 -81 -91c-6 -19 -14 -54 -14 -122v-9h199v40c0 19.7 1 59 10 95z" />
+    <glyph glyph-name="f_i" unicode="fi" horiz-adv-x="560" 
+d="M470 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-37 1 -76.2 2 -111 2c-36.1 0 -72 -1 -107 -2c-6 6 -6 27 0 33c55 4 67 8 67 91v197c0 51 -8 71 -39 71h-179v-268c0 -83 10 -87 74 -91c6 -6 6 -27 0 -33c-33 1 -78 2 -113 2c-35.2 0 -71 -1 -105 -2c-6 6 -6 27 0 33
+c54 4 65 8 65 91v268h-67c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h49v15c0 78 9 139 51 188c41 47.8 96.2 66 142 66c93 0 178 -47.6 178 -110c0 -21 -21 -41 -43 -41c-31 0 -52.3 15.3 -62 65c-8 41 -42.5 52 -85 52c-68 0 -102 -83.5 -102 -178v-57h197c35 0 64 1 94 13
+c4 0 10 -2 10 -6c0 0 -4 -64 -4 -103v-211z" />
+    <glyph glyph-name="f_l" unicode="fl" horiz-adv-x="540" 
+d="M452 122c0 -83 14 -87 70 -91c6 -6 6 -27 0 -33c-32 1 -66 2 -109 2c-39 0 -69 -1 -99 -2c-6 6 -6 27 0 33c50 3 59 8 59 91v441c0 8.70001 0.700012 19.7 1 25c-12 4 -22 14 -28 27c-13 33 -49 49 -79 49c-33 0 -96 -34 -96 -188v-47h110c5 0 8 -2 8 -6v-20
+c0 -9 -14 -13 -23 -13h-93v-268c0 -83 13 -86 69 -91c6 -6 6 -27 0 -33c-35 1 -71.7 2 -108 2c-34.3 0 -71 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91v268h-67c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v30c0 166 103 239 187 239c35 0 81 -8 103 -23c16.3 4 40.7 15 54 23
+c9 0 13 -3 13 -10c0 0 -1 -40 -1 -105v-461z" />
+    <glyph glyph-name="f_f_i" unicode="ffi" horiz-adv-x="829" 
+d="M380 565c-2 -2 -5 -2 -7 -2c-26 0 -35 18 -43 39c-12 35 -37 51 -62 51c-15 0 -69 -12 -90 -92c-6 -19 -11 -52 -11 -120v-12h202v40c0 22.3 2 60 11 96zM660 122v217c0 40 -2 51 -28 51h-184v-268c0 -83 9 -87 64 -91c6 -6 6 -27 0 -33c-34 1 -70 2 -103 2
+c-34 0 -66 -1 -95 -2c-6 6 -6 27 0 33c44 4 55 8 55 91v268h-200v-268c0 -83 13 -87 59 -91c6 -6 6 -27 0 -33c-31 1 -64.3 2 -98 2c-33 0 -69 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91v268h-67c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51c0 122 26 193 95 233
+c21 13 56 19 83 19c80 0 123 -33 136 -58c27 35 85 75 151 75c37 0 73 -10 98 -27c37 -25 72 -64 72 -101c0 -21 -21 -39 -42 -39c-32 0 -50 25 -59 79c-7.20001 43.1 -48 55 -81 55s-97 -25 -97 -179v-57h194c35 0 65 1 95 13c3 0 4 -1.10001 4 -3c0 0 -2 -59 -2 -89v-228
+c0 -83 14 -87 70 -91c6 -6 6 -27 0 -33c-36 1 -75 2 -109 2s-67 -1 -99 -2c-6 6 -6 27 0 33c50 3 59 8 59 91z" />
+    <glyph glyph-name="f_f_l" unicode="ffl" horiz-adv-x="815" 
+d="M380 562h-2c-25 0 -35 15 -41 29c-11 26 -40 55 -80 55c-31 0 -63 -26 -79 -86c-6 -19 -9 -54 -9 -122v-9h200v40c1 20 3 57 11 93zM727 122c0 -83 14 -87 70 -91c6 -6 6 -27 0 -33c-43 1 -66 2 -109 2c-39 0 -57 -1 -99 -2c-6 6 -6 27 0 33c50 3 59 8 59 91v441
+c0 4 2 21 1 25c-12 4 -22 14 -28 27c-13 33 -53 49 -83 49c-26 0 -72 -27 -82 -83c-6 -34 -8 -79 -8 -99v-53h108c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-92v-268c0 -83 9 -87 64 -91c6 -6 6 -27 0 -33c-43 1 -63 2 -103 2c-37 0 -53 -1 -95 -2c-6 6 -6 27 0 33
+c44 4 55 8 55 91v268h-200v-268c0 -83 13 -87 59 -91c6 -6 6 -27 0 -33c-43 1 -60 2 -98 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91v268h-67c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h49c0 82 7 121 26 157c24.4 46.3 78 95 145 95c79 0 129 -34 142 -53
+c17 31 82 70 138 70c35 0 98 -8 120 -23c23.7 4.70001 42.2 18.3 54 23c9 0 13 -3 13 -10c0 0 -1 -40 -1 -105v-461z" />
+    <glyph glyph-name="longs_t" unicode="&#x17f;t" horiz-adv-x="561" 
+d="M169 122c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-43 1 -68 2 -111 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v257c0 12 1 16 -13 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 39 21 40 48c10 171 108 221 182 221c105 0 150 -52 150 -148v-121h110
+c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-94v-253c0 -62 6 -92 33 -92c26 0 45 8 71 28c10 -1 16 -6.7 18 -17c-38 -44 -79 -66 -124 -66c-46 0 -73 28 -73 99v301h-60c-3 0 -5 1 -5 4v31c0 3 1 4 4 4h46c27 0 32 15 32 116c0 79 -29 120 -98 120c-33 0 -98 -37 -98 -179
+v-364z" />
+    <glyph glyph-name="f_b" unicode="fb" horiz-adv-x="778" 
+d="M94 122v268h-67c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h49v43c0 156 115 228 199 228c35 0 61 -10 83 -25c13 3 41 12 57 23c8 0 12 -3 12 -10c0 0 -3 -40 -3 -105v-184c0 -9 3.70001 -10.7 10 -5c31 28 69.1 45 112 45c87 0 177 -75 177 -197c0 -159 -119 -252 -221 -252
+c-35.3 0 -65.1 5.5 -88 24.8c-11 9.2 -17 9.2 -27.3 -2.8c-7.70001 -8.9 -17.6 -18.2 -23.7 -24c-12 0 -17 4 -22 12c4.20001 21.8 4 32 4 71v488c0 5 0 28 -1 32c-39.6 13.2 -24.8 75 -88 75c-33 0 -101 -23 -101 -177v-60h108c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -23 -13h-93
+v-268c0 -83 11 -87 79 -91c6 -6 6 -27 0 -33c-43 1 -72 2 -118 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91zM459 363c-12.9 -11.4 -17 -21 -17 -42v-250c20 -25 41 -47 72 -47c95 0 141 86 141 200c0 97 -50 171 -111 171c-29 0 -59 -9 -85 -32z" />
+    <glyph glyph-name="f_f_h" unicode="ffh" horiz-adv-x="1052" 
+d="M368 567l-3 -2c-50 0 -39 57 -74 79c-16 10 -24 12 -35 12c-15 0 -57 -13 -78 -93c-6 -19 -11 -55 -11 -123v-11h191v43c1 20 1 59 10 95zM626.2 671.7c13 3 46.8 15.3 62.8 26.3c8 0 12 -3 12 -10c0 0 -3 -35 -3 -100v-234c67 67 136 83 175 83c72 0 97 -52 97 -155
+v-206c0 -29 10.7 -39.6 43 -43l19 -2c5 -0.5 9 -3 9 -8v-23l-2 -2s-69 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v23c0 5 3 7.6 7 8l20 2c32.8 3.3 43 14 43 43v198c0 81 -21 116 -67 116c-29 0 -72 -17 -131 -73v-241c0 -29 12.5 -39.8 43 -43l19 -2c4 -0.4 8 -3 8 -8v-23
+l-2 -2s-68 2 -107 2c-36 0 -96 -2 -96 -2l-1 2v23c0 5 2.09998 7.1 7 8l11 2c36.4 6.6 43 14 43 43v502v11h-6c-28 0 -37 22 -47 43c-10 20 -36 36 -60 36c-22 0 -56 -11 -70 -84c-6 -34 -7 -79 -7 -99v-56h110c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-94v-314
+c0 -29 7.60001 -39.3 43 -43l19 -2c5 -0.5 8 -3 8 -8v-23l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c32.4 3.4 43 14 43 43v314h-191v-314c0 -29 9.60001 -39.5 43 -43l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2
+l-2 2v23c0 5 3 7.5 8 8l19 2c34.4 3.6 43 14 43 43v314h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51c0 122 26 195 95 236c21 12 44 19 71 19c80 0 123 -34 136 -59c34 54 95 78 131 78c68.6 0 95 -24.5 101.2 -31.3z" />
+    <glyph glyph-name="f_f_j" unicode="ffj" horiz-adv-x="794" 
+d="M368 567l-3 -2c-50 0 -39 57 -74 79c-16 10 -24 12 -35 12c-15 0 -57 -13 -78 -93c-6 -19 -11 -55 -11 -123v-11h191v43c1 20 1 59 10 95zM718 109c0 -161 -26 -261 -73 -299c-37 -31 -71 -31 -91 -31c-18 0 -52 14 -52 44c0 18 19 30 30 30c26 0 36 -12 44 -22
+c6 -9 12 -16 23 -16c44 0 44 152 44 260v263c0 40 -3 52 -29 52h-181v-315c0 -29 13.2 -40.1 43 -42l32 -2c4 -0.200001 8 -3 8 -8v-23l-2 -2s-81 2 -120 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c32.4 3.4 43 13 43 42v315h-191v-315
+c0 -29 9.60001 -38.5 43 -42l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c34.4 3.6 43 13 43 42v315h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51c0 122 26 196 95 236c21 12 44 19 71 19c80 0 123 -34 136 -59
+c27 35 85 75 151 75c37 0 64 -10 89 -27c37 -24 71 -63 71 -100c0 -21 -20 -39 -40 -39c-32 0 -48 24 -60 79c-8 42 -39 54 -72 54s-100 -24 -100 -178v-60h189c35 0 67 13 80 13h16v-333z" />
+    <glyph glyph-name="f_f_k" unicode="ffk" horiz-adv-x="1018" 
+d="M368 567l-3 -2c-50 0 -39 54 -74 76c-16 10 -24 12 -35 12c-15 0 -57 -10 -78 -90c-6 -19 -11 -55 -11 -123v-11h191v43c1 20 1 59 10 95zM697 210.9v-134.9c0 -29 11.6 -39.7 43 -43l19 -2c5 -0.5 9 -3 9 -8v-23l-2 -2s-69 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v23
+c0 5 3 7.5 8 8l19 2c33.4 3.5 43 14 43 43v499v11c-26 2 -35 23 -45 43s-32 34 -56 34c-22 0 -68 -9 -82 -82c-6 -34 -7 -76 -7 -96v-56h110c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-94v-314c0 -29 9.60001 -39.5 43 -43l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -107 2
+c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c34.4 3.6 43 14 43 43v314h-191v-314c0 -29 7.60001 -39.3 43 -43l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c36.4 3.8 43 14 43 43v314h-69c-4 0 -5 1 -5 6v13
+c0 8 5 20 23 20h51c0 122 26 192 95 233c21 12 44 19 71 19c80 0 123 -34 136 -58c27 55 89 75 146 75c32 0 62 -8 82 -20c19 4 33 8 53 17h22v-458.4c44.1 21.4 77.5 51.7 131 110.4c15 16 20 29 20 39c0 8 -5 16 -29 16h-4c-5 0 -8 4 -8 8v19l3 2s47 -2 83 -2
+c39 0 93 2 93 2l4 -2v-19c0 -5 -7 -8 -11 -8h-7c-27 0 -72 -22 -96 -48l-76 -84c-3 -3 -5 -7 -5 -11s2 -9 5 -13l118 -169c19 -27 49 -46 75 -46h3c6 0 12 -3 12 -8v-22l-2 -3s-50 2 -89 2c-36 0 -62 -2 -62 -2l-3 4v21c0 12 -3 25 -23 54l-73 99c-14 19 -26 36 -49 36
+c-3.20001 0 -6.5 -0.399994 -10 -1.10001z" />
+    <glyph glyph-name="f_f_t" unicode="fft" horiz-adv-x="859" 
+d="M368 564c-1 -1 -4 -2 -7 -2c-25 0 -34 19 -43 40c-2.89999 7.20001 -18.2 46 -62 46c-15 0 -57 -8 -78 -88c-6 -19 -9 -51 -9 -119v-12h187v48c0 17 2 55 13 86zM90 122v268h-67c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h49c0 122 28 193 97 233c21 12 44 19 71 19
+c78.6 0 121.5 -32.8 135.3 -56.7c31.2 51.4 77.8 73.7 117.7 73.7c41 0 66 -12 86 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -14 41 -38 41c-53 0 -69 -72 -69 -192v-45l197 0.100006c0 82.9 0.0999756 92.1 -2 114.9c-0.599976 7 8 9 14 12.7
+l58 26.3c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-197v-268c0 -83 11 -87 79 -91c6 -6 6 -27 0 -33
+c-43 1 -72 2 -118 2c-37 0 -53 -1 -95 -2c-6 6 -6 27 0 33c44 4 55 8 55 91v268h-187v-268c0 -83 13 -87 59 -91c6 -6 6 -27 0 -33c-43 1 -60 2 -98 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91z" />
+    <glyph glyph-name="f_h" unicode="fh" horiz-adv-x="790" 
+d="M436 356c66 67 136 83 175 83c72 0 97 -52 97 -155v-208c0 -29 8.59998 -39.4 43 -43l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c35.4 3.7 43 14 43 43v200c0 81 -20 116 -67 116c-28 0 -71 -17 -130 -73v-243
+c0 -29 10.6 -39.6 43 -43l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v23c0 5 3 7.5 8 8l19 2c33.4 3.5 43 14 43 43v500c0 4 0 8 -1 12c-12 4 -22 14 -28 27c-13 33 -32 49 -62 49c-33 0 -103 -21 -103 -175v-60h110c5 0 8 -2 8 -6v-20
+c0 -9 -14 -13 -23 -13h-95v-314c0 -29 7.7 -39.1 43 -43l18 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-67 2 -106 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c34.4 3.6 43 14 43 43v314h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v43c0 156 113 226 197 226
+c35 0 61 -8 83 -23c14 5 28 11 42 20h22v-339z" />
+    <glyph glyph-name="f_j" unicode="fj" horiz-adv-x="529" 
+d="M452 106c0 -162 -26 -258 -73 -296c-37 -31 -71 -31 -91 -31c-18 0 -52 14 -52 44c0 18 19 30 30 30c26 0 36 -12 44 -22c6 -9 12 -16 23 -16c44 0 44 152 44 260v264c0 40 -3 51 -29 51h-181v-314c0 -29 5.3 -40.7 43 -43l33 -2c4 -0.200001 8 -3 8 -8v-23l-2 -2
+s-82 2 -121 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c30.5 3.2 43 14 43 43v314h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v18c0 197 104 251 188 251c38 0 64 -10 89 -27c37 -25 70 -64 70 -101c0 -20 -20 -38 -40 -38c-31 0 -48 24 -59 78
+c-9 43 -40 55 -72 55c-33 0 -101 -22 -101 -176v-60h189c35 0 67 15 81 15h15v-338z" />
+    <glyph glyph-name="f_k" unicode="fk" horiz-adv-x="761" 
+d="M436 210v-134c0 -29 10.6 -39.6 43 -43l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v23c0 5 3 7.5 8 8l19 2c37.4 3.9 43 14 43 43v500c0 4 0 8 -1 12c-12 4 -22 14 -28 27c-13 33 -32 49 -62 49c-33 0 -103 -24 -103 -178v-57h110
+c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -23 -13h-95v-314c0 -29 5.7 -38.9 43 -43l18 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-67 2 -106 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c32.4 3.4 43 14 43 43v314h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v39
+c0 157 113 230 197 230c35 0 61 -8 83 -23c14 5 25 13 42 20h22v-460c45 22 78 52 134 112c15 16 20 29 20 39c0 8 -6 16 -29 16h-4c-5 0 -9 4 -9 8v19l3 2s48 -2 83 -2c39 0 94 2 94 2l3 -2v-19c0 -5 -6 -8 -10 -8h-8c-26 0 -71 -22 -95 -48l-77 -84c-2 -3 -4 -6 -4 -10
+c0 -5 2 -10 5 -14l118 -169c18 -27 49 -46 74 -46h3c7 0 13 -3 13 -8v-23l-2 -2c-26 2 -54 2 -89 2c-23 0 -47 -1 -62 -2l-3 2v23c0 12 -3 25 -23 54l-73 99c-14 19 -26 36 -49 36c-4 0 -9 -1 -13 -2z" />
+    <glyph glyph-name="f_t" unicode="ft" horiz-adv-x="596" 
+d="M175 390v-268c0 -83 11 -87 79 -91c6 -6 6 -27 0 -33c-40 1 -83 2 -118 2s-71 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91v268h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v40c0 88 8 141 38 181c24 32 70 48 99 48c38 0 68 -9 88 -24s29 -32 29 -48
+c0 -21 -14 -36 -33 -36c-20 0 -31.8 10.6 -39 28c-12 29 -26 46 -54 46c-15.5 0 -37 -14 -45 -38c-7.5 -22.5 -4 -73 -4 -140v-57l194 0.100006c0 82.9 0.100006 92.1 -2 114.9c-0.600006 7 8 9 14 12.7l58 26.3c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6
+v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-194z" />
+    <glyph glyph-name="Q_u" unicode="Qu" horiz-adv-x="1251" 
+d="M572 -122c90 -35 141 -49 217 -49c50 0 130 22 196 59l17 -18c-63 -59 -164 -96 -268 -96c-84 0 -156 15 -231 46c-118 48 -176 67 -245 67c-9.3 0 -30 -5.4 -49.2 -20.3c-11 -12.6 -21.2 -25.9 -30.8 -39.7l-40 20c29 40 69 80 116 114c16.1 11.8 33.4 22.6 51.2 31.9
+c-149.6 19.6 -268.2 137.7 -268.2 317.1c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329c0 -84 -22 -156.3 -61.8 -213c-45.7 -65.1 -114.6 -109.1 -200.3 -122c-34.2 -9.3 -79.3 -30.4 -120.9 -60c-3.29999 -2.3 -6.60001 -4.7 -9.79999 -7.1
+c9.69998 1.3 19.9 2.1 30.8 2.1c30 0 140 -1 268 -51zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM938 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2
+c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73
+c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.699951 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="T_h" unicode="Th" horiz-adv-x="1048" 
+d="M350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -84.8 2 -139 2c-54.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86
+c51.9 0 135.3 2 196.7 4.5c58.4 2.40002 98 29.6 120.3 38.5c9 0 13 -3 13 -10c0 0 -3.79999 -40 -4 -105l-0.799988 -215c-0.100037 -14 6.39996 -3.79999 9.79999 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91
+c5 -6 5 -27 0 -33c-43 1 -65 2 -106 2c-40 0 -60 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33
+c-42.1 1 -59.8 2 -98.8 2c-43 0 -68.6 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v421c0 76 -105 63 -180 63h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="longs_s" unicode="&#x17f;s" horiz-adv-x="589" 
+d="M93 477c10 171 94 221 173 221c88 0 147 -56 147 -103c0 -21 -12 -34 -31 -34c-32 0 -49 37 -60 69c-9 24 -35 35 -68 35s-87 -25 -87 -179v-414c0 -29 5.39999 -40 43 -43l25 -2c4 -0.299999 8 -3 8 -8v-19l-2 -2s-74 2 -113 2c-36 0 -104 -2 -104 -2l-2 2v19
+c0 5 3 7.5 8 8l19 2c32.4 3.4 43 14 43 43v307c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 21 42 48zM281 140l27 1c3 -25 15 -72 36 -96c10 -11 27 -29 64 -29c33 0 78 31 78 77c0 43 -19 71 -99 105c-73 32 -106 54 -106 129c0 63 55 115 134 115
+c49 0 82 -9 113 -25c6 -32 9 -66 11 -102l-27 -1c-21 82 -76 98 -97 98c-38 0 -72 -21 -72 -70c0 -40 14 -59 68 -79c81 -30 142 -67 142 -147c0 -95 -97 -128 -142 -128c-35 0 -55 4 -80 11c-7 1 -13 2 -19 2s-14 -1 -24 -3c0 42 -3 93 -7 142z" />
+    <glyph glyph-name="longs_h" unicode="&#x17f;h" horiz-adv-x="780" 
+d="M362 675c13 3 39 12 55 23c8 0 12 -3 12 -10c0 0 -3 -35 -3 -100v-229c67 67 125 83 164 83c73 0 108 -55 108 -158v-212c0 -29 10.6 -39.6 43 -43l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v19c0 5 3 7.5 8 8l19 2
+c34.4 3.6 43 14 43 43v223c0 81 -22 100 -78 100c-29 0 -72 -26 -120 -73v-250c0 -29 12.4 -40.3 43 -43l23 -2c5 -0.4 8 -3 8 -8v-19l-1 -2s-73 2 -112 2c-36 0 -94 -2 -94 -2l-1 2v19c0 5 2.10001 6.9 7 8l9 2c32 7.1 43 14 43 43v504v12c-13 4 -22 14 -29 27
+c-13 33 -32 49 -62 49c-32 0 -93 -24 -93 -178v-414c0 -29 5.7 -38.9 43 -43l18 -2c4 -0.4 8 -3 8 -8v-19l-2 -2s-67 2 -106 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 7.5 8 8l19 2c34.4 3.6 43 14 43 43v307c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20
+c31 0 41 22 41 49c4 150 105 220 187 220c35 0 61 -7 83 -23z" />
+    <glyph glyph-name="t_t" unicode="tt" horiz-adv-x="614" 
+d="M90 390h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20l46 0.100006c0 82.9 0.0999985 82.1 -2 104.9c-0.599998 7 8 9 14 12.7l58 26.3c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-29c105.5 0 168.8 -0.100006 211 0.100006c0 82.9 0.100006 92.1 -2 114.9c-0.600006 7 8 9 14 12.7
+l58 26.3c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-211v-253c0 -62 6 -92 33 -92c28 0 56 15 71 28
+c9 -1 13.3 -5.4 16 -15c-26 -39 -72 -68 -122 -68c-47 0 -77 28 -77 99v301z" />
+    <glyph glyph-name="longs_i" unicode="&#x17f;i" horiz-adv-x="535" 
+d="M93 477c10 171 104 221 183 221c38 0 60 -10 85 -27c37 -25 70 -64 70 -101c0 -20 -20 -38 -39 -38c-32 0 -49 24 -60 78c-9 43 -36 55 -68 55c-33 0 -97 -25 -97 -179v-410c0 -29 9.39999 -40.3 43 -43l25 -2c4 -0.299999 8 -3 8 -8v-23l-2 -2s-74 2 -113 2
+c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c38.4 4 43 14 43 43v303c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 21 42 48zM452 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33
+c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="longs_longs" unicode="&#x17f;&#x17f;" horiz-adv-x="559" 
+d="M385 623c8 23 49 75 116 75c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -10 39 -34 39c-54 0 -72 -70 -72 -190v-398c0 -29 11.2 -41.1 43 -43l33 -2c4 -0.200001 8 -3 8 -8v-23l-2 -2s-82 2 -121 2c-35 0 -103 -2 -103 -2l-2 2
+v23c0 5 3 7.5 8 8l19 2c33.4 3.5 43 14 43 43v303c0 12 -1 16 -16 16h-43c-5 0 -6 1 -6 5v9c0 8 6 20 23 20c31 0 42 21 42 48c0 22 2 56 10 87c-2 -1 -4 -2 -6 -2c-26 0 -39 19 -44 40c-5 20 -20 51 -57 51c-34 0 -85 -35 -85 -224v-353c0 -29 11.9 -38.6 43 -43l14 -2
+c4.89999 -0.700001 8 -3 8 -8v-23l-2 -2s-63 2 -102 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c30.5 3.2 43 14 43 43v303c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 21 43 48c6 93 31 148 90 185c21 13 43 19 69 19c61 0 102 -23 132 -58
+z" />
+    <glyph glyph-name="longs_longs_i" unicode="&#x17f;&#x17f;i" horiz-adv-x="791" 
+d="M532 698c38 0 60 -10 85 -27c37 -25 71 -64 71 -101c0 -20 -21 -38 -40 -38c-32 0 -48 24 -60 78c-8 43 -35 55 -68 55s-97 -25 -97 -179v-414c0 -29 11.2 -41.1 43 -43l33 -2c4 -0.200001 8 -3 8 -8v-19l-2 -2s-82 2 -121 2c-35 0 -103 -2 -103 -2l-2 2v19
+c0 5 3 7.5 8 8l19 2c33.4 3.5 43 14 43 43v307c0 12 -1 16 -16 16h-43c-5 0 -6 1 -6 5v9c0 8 6 20 23 20c31 0 42 21 42 48c0 22 2 56 10 87c-2 -1 -4 -2 -6 -2c-26 0 -39 19 -44 40c-5 20 -20 51 -57 51c-34 0 -85 -35 -85 -224v-357c0 -29 10 -38.3 43 -43l14 -2
+c4.89999 -0.700001 8 -3 8 -8v-19l-2 -2s-63 2 -102 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 7.5 8 8l19 2c36.4 3.8 43 14 43 43v307c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 21 43 48c6 93 31 148 90 185c21 13 43 19 69 19c61 0 102 -23 132 -58
+c38 53 80 75 147 75zM708 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="longs_l" unicode="&#x17f;l" horiz-adv-x="517" 
+d="M167 486v-414c0 -29 8.2 -39.1 43 -43l18 -2c4 -0.4 8 -3 8 -8v-19l-2 -2s-67 4 -106 4c-36 0 -104 -4 -104 -4l-2 2v19c0 5 3 7.5 8 8l19 2c34.7 3.7 43 14 43 43v307c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 22 41 49c4 150 105 220 187 220
+c35 0 61 -8 83 -23c12.7 3 39 12 55 23c7.70001 0 12 -3 12 -10c0 0 -3 -35.3 -3 -100.3v-515.7c0 -29 11.4 -40.3 43 -43l23 -2c5 -0.4 8 -3 8 -8v-19l-1 -2s-73 2 -112 2c-36 0 -94 -2 -94 -2l-1 2v19c0 5 2 7.4 7 8l9 1c33.3 3.7 43 15 43 44v504v12c-13 4 -22 14 -29 27
+c-13 33 -32 49 -62 49c-32 0 -93 -24 -93 -178z" />
+    <glyph glyph-name="f_f.short" unicode="f&#xe0e0;" horiz-adv-x="595" 
+d="M381 564c-2 -1 -6 -2 -9 -2c-24 0 -35 20 -44 40c-6 14 -13 30 -28 39c-17 10 -25 12 -37 12c-16 0 -60 -13 -82 -93c-6 -19 -12 -54 -12 -122v-9h202v40c0 20.3 1 59 10 95zM450 122c0 -83 11 -87 79 -91c6 -6 6 -27 0 -33c-43 1 -86 2 -118 2c-34.3 0 -66 -1 -95 -2
+c-6 6 -6 27 0 33c44 4 55 8 55 91v268h-202v-268c0 -83 13 -87 59 -91c6 -6 6 -27 0 -33c-32 1 -65.7 2 -98 2c-36.3 0 -72 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91v268h-67c-4 0 -5 1 -5 6v13c0 8 5 20 24 20h48c0 122 27 193 100 233c22 12 47 19 75 19
+c80 0 125 -29 140 -51c4 7 9 14 14 20c25 32 63 48 94 48c40 0 72 -9 93 -24s31 -32 31 -48c0 -21 -15 -36 -35 -36c-21 0 -33 11 -41 28c-13 29 -27 46 -57 46c-16 0 -35 -14 -43 -38c-8 -23 -11 -73 -11 -140v-57h116c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -25 -13h-99v-268z
+" />
+    <glyph glyph-name="Q_u.sc" unicode="Q&#xe065;" horiz-adv-x="1289" 
+d="M572 -122c90 -35 141 -49 217 -49c50 0 130 22 196 59l17 -18c-63 -59 -164 -96 -268 -96c-84 0 -156 15 -231 46c-118 48 -176 67 -245 67c-9.3 0 -30 -5.4 -49.2 -20.3c-11 -12.6 -21.2 -25.9 -30.8 -39.7l-40 20c29 40 69 80 116 114c16.1 11.8 33.4 22.6 51.2 31.9
+c-149.6 19.6 -268.2 137.7 -268.2 317.1c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329c0 -84 -22 -156.3 -61.8 -213c-45.7 -65.1 -114.6 -109.1 -200.3 -122c-34.2 -9.3 -79.3 -30.4 -120.9 -60c-3.29999 -2.3 -6.60001 -4.7 -9.79999 -7.1
+c9.69998 1.3 19.9 2.1 30.8 2.1c30 0 140 -1 268 -51zM1140 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91
+c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2c32.5 0 73 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171c132 0 132 94 132 180v127zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312z
+" />
+    <glyph glyph-name="q.sc_u.sc" unicode="&#xe061;&#xe065;" horiz-adv-x="1101" 
+d="M956 338c0 83 -11 87 -72 91c-3 3 -4.5 9.70001 -4.5 16.5s1.5 13.5 4.5 16.5c30 -1 65 -2 95 -2s66 1 96 2c3 -3 4.5 -9.70001 4.5 -16.5s-1.5 -13.5 -4.5 -16.5c-61 -5 -72 -8 -72 -91v-114c0 -146 -68 -234 -223 -234c-85 0 -155 41 -155 191v157c0 83 -11 87 -72 91
+c-3 3 -4.5 9.70001 -4.5 16.5s1.5 13.5 4.5 16.5c43 -1 68 -2 111 -2c44 0 70 1 112 2c3 -3 4.5 -9.70001 4.5 -16.5s-1.5 -13.5 -4.5 -16.5c-61 -5 -72 -8 -72 -91v-136c0 -93 13 -179 120 -179c132 0 132 102 132 188v127zM212 -86c-12 0 -43 -10 -59 -47l-31 15
+c25.2 35.9 75.4 78.9 130.5 108.8c-124.3 9.6 -216.5 102.5 -216.5 231.2c0 147 107 248 246 248c130 0 244 -93 244 -235c0 -111.8 -65 -212.5 -187.5 -238.5c-26.5 -8.2 -70.6 -23.3 -107.6 -48.1c1.3 0.199997 4.10001 0.299999 8 0.299999c14.7 0 44.4 -1.6 60.1 -5.7
+c152.9 -40 142.8 -68.7 247.8 -68.7c90.3 0 212.4 47.5 250.2 73.7l12.5 -9.5c-37.6 -39.5 -176.9 -97.5 -301.8 -97.5c-136.8 0 -214.5 73 -295.7 73zM273 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216z" />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="288" 
+d="M144 658c24 0 53 -19 53 -73c0 -65 -14 -107 -24 -193c-13 -108 -13 -168 -15 -182c-1 -11 -4 -20 -14 -20s-13 7 -14 13c-2 21 -8 111 -16 189c-9 88 -23 123 -23 193c0 54 29 73 53 73zM91 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="336" 
+d="M215 427c0 0 -26 159 -26 168c0 22 21 50 51 50c26 0 35 -17 35 -33s-33 -181 -33 -181zM89 426c0 0 -26 159 -26 168c0 22 21 50 51 50c26 0 35 -17 35 -33s-33 -181 -33 -181z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="465" 
+d="M279 245l18 115h-113l-19 -115h114zM335 360l-19 -115h95l-7 -53h-94l-30 -178h-38l27 178h-112l-29 -178h-37l28 178h-93l8 53h94l18 115h-93l8 53h93l29 179h38l-30 -179h114l28 179h38l-29 -179h96l-8 -53h-95z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="465" 
+d="M207.1 366.7l11.6 211.3c-54.4 -0.799988 -100.7 -50.4 -100.7 -102c0 -53.7 43.9 -87 89.1 -109.3zM238.3 267.6l-13.4 -243.6c72.8 0.700001 114.1 40.7 114.1 115c0 78.4 -50.5 108.2 -100.7 128.6zM371 585c10 -49 14 -75 17 -120c-8 -7 -20 -6 -31 -6
+c-16.3 52.2 -39.1 102.3 -101.8 115.6l-12.3 -223.7c18.3 -7.29999 34.8 -13 46.1 -17.9c67 -29 128 -73 128 -162c0 -59 -34 -117 -87 -150c-29.9 -18.7 -67.8 -28.7 -106.9 -29.9l-4.60001 -84.3c-7.3 -4.2 -26.9 -5.10001 -36.9 -5.10001l4.89999 90.2
+c-61.3 4 -86.8 20.1 -138.5 20.1c-11 46 -15 69 -19 141c9 5 19 7 30 3c18.1 -80 62.1 -120.1 129.4 -129.7l14 255.1c-5.7 2.20001 -11.2 4.39999 -16.4 6.60001c-72 31 -135 76 -135 163c0 96.3 78.6 155.8 169.4 158.9l4.40001 79.6c9.2 3.5 24.2 5 37 5l-4.69998 -85.2
+c62.3 -3.39996 66.4 -18.1 113.9 -24.3z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="637" 
+d="M433 83c0 -52 25 -64 44 -64c55 0 88 89 88 145c0 52 -28 61 -42 61c-49 0 -90 -84 -90 -142zM378 98c0 82 60 158 134 158c40 0 86 -18 86 -91c0 -67 -44 -177 -127 -177c-61 0 -93 57 -93 110zM364 521c42 0 119 12 150 54l32 -16l-410 -571l-34 15l359 500
+c-38 -15 -77 -19 -107 -19c-23 0 -61 10 -80 21c2 -7 3 -16 3 -25c0 -64 -44 -177 -128 -177c-62 0 -92 58 -92 109c0 88.1 61 159 133 159c28 0 57 -13 67 -25c54 -25 89 -25 107 -25zM111 398c0 -52 26 -64 44 -64c55 0 89 87 89 145c0 50 -25 61 -43 61
+c-49 0 -90 -84 -90 -142z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="298" 
+d="M44 252c0 186 93 353 212 455c11.4 -0.799988 17.6 -7.70001 21 -18c-32 -36 -150 -174 -150 -437s117 -401 150 -439c-3 -8 -11 -15 -21 -17c-208 180 -212 411 -212 456z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="298" 
+d="M254 252c0 -186 -93 -353 -212 -455c-11.4 0.800003 -17.6 7.7 -21 18c32 36 150 174 150 437s-117 401 -150 439c3 8 11 15 21 17c208 -180 212 -411 212 -456z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="369" 
+d="M168 547c-13 3 -27 4 -42 4c-49 0 -81 7 -81 37c0 14 9 30 33 30c34 0 52 -33 96 -51c-4 39 -23 66 -23 92c0 21 12 39 30 39s33 -11 33 -35c0 -27 -17 -67 -19 -97c46 20 62 52 95 52c27 0 34 -20 34 -30c0 -30 -35 -37 -69 -37c-19 0 -37 -1 -55 -4
+c34 -37 83 -47 83 -87c0 -18 -15 -29 -29 -29c-39 0 -46 65 -71 104c-25 -45 -32 -104 -70 -104c-17 0 -29 13 -29 28c0 43 51 51 84 88z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="550" 
+d="M250 435c0 13 23 27 33 27c8 0 17 -4 17 -14v-172h176c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33h-163v-160c0 -12 -19 -25 -34 -25c-8 0 -16 6 -16 15v170h-175c-9 0 -15 8 -15 16c0 15 13 34 25 34h165v159z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="323" 
+d="M293 646l-237 -705h-41l237 705h41z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="465" 
+d="M288 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5
+c-1.70001 -13 -3 -74 -3 -134v-347z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="465" 
+d="M61 468c0 60 69 142 180 142c81 0 169 -44 169 -152c0 -76 -43 -120 -100 -175l-101 -97c-5 -5 -74 -73 -74 -121h178c36 0 53 25 70 96c10 2 23 0 29 -5c-1 -30 -11 -105 -24 -158c0 0 -46 2 -78 2h-175c-32 0 -83 -2 -83 -2c0 59 16 107 114 207l74 73
+c59 60 82 112 82 176c0 96 -51 121 -87 121c-73 0 -99 -36 -99 -61c0 -8 6 -17 8 -24s4 -13 4 -21c0 -22.1 -30 -40 -47 -40c-21 0 -40 18 -40 39z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="465" 
+d="M215 575c-26 0 -95 -12 -95 -76c0 -19 -4 -52 -39 -52c-24 0 -34 20 -34 34c0 33 42 129 189 129c52.3 0 87.2 -16.9 109 -39c24.3 -24.6 31.3 -49.1 31.3 -79.1c0 -52.7 -23 -94.3 -105.3 -132.9l1 -2c59 -10 141 -49 141 -158c0 -132 -106 -209 -225 -209
+c-60 0 -144 27 -144 67c0 16 21 35 42 35c20 0 33 -12 43 -26c12 -18 21 -41 72 -41c35 0 124 27 124 160c0 113 -74 129 -131 129c-13 0 -31 0 -48 -2l-5 32c99.1 14.1 157.1 90.5 157.1 140.7c0 64.3 -39.9 90.3 -83.1 90.3z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="465" 
+d="M271 507c-69 -94.2 -139.7 -205.8 -191 -288h191v288zM430 219c11 0 15 -6 15 -16c0 -12 -15 -31 -29 -31h-69v-92c0 -47 21 -45 70 -49c6 -6 6 -27 0 -33c-32 1 -69.6 2 -109 2c-46 0 -86 -1 -118 -2c-6 6 -6 27 0 33c43 3 81 3 81 49v92h-204c-30 0 -36 27 -39 42
+c91.5 143 208 307.5 271 385c3.70001 4.5 9 11 16 11h32l2 -2c-1.70001 -7.79999 -2 -47 -2 -97v-292h83z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="465" 
+d="M319 189c0 109 -51 152 -116 152c-36 0 -74 -4 -127 -24l34 288c35 -3 71 -5 108 -5c53 0 107 5 164 11l7 -4l-16 -68c-41 -4 -75 -6 -105 -6c-48 0 -80 5 -117 9l-20 -167c18 7 55 16 98 16c112 0 179 -87 179 -184c0 -126 -88 -218 -212 -218c-57 0 -142 34 -142 75
+c0 20 19 37 38 37c21 0 38 -15 51 -32c15 -20 28 -45 66 -45c60 0 110 70 110 165z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="465" 
+d="M135.2 307c-5.89999 -28.8 -8.2 -55.5 -8.2 -78c0 -171 57 -205 120 -205c49 0 91 50 91 160c0 50 -22 146 -120 146c-17.4 0 -50 -1.39999 -82.8 -23zM144.3 343.3c29.8 13.7 68.7 21.7 94.7 21.7c136 0 182 -77 182 -163s-54 -213 -185 -213c-77 0 -192 40 -192 243
+c0 79 31 170 93 242c56 65 118 107 219 137c8 -5 12 -14 12 -26c-133 -49.8 -196.6 -150.8 -223.7 -241.7z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="465" 
+d="M170 535c-32 0 -65 -7 -87 -87c-11 -1.29999 -21.1 -0.100006 -32 3c8 52 19 112 20 160c0 3 1 3 4 3c18 -4 16 -14 50 -14h206c38 0 60 6 77 11l16 -12c-112 -273 -167 -439 -224 -609l-68 -3l-8 7c68 152 147 347 225 541h-179z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="465" 
+d="M335.8 292c5.90002 28.8 8.20001 55.5 8.20001 78c0 171 -57 205 -120 205c-49 0 -91 -50 -91 -160c0 -50 22 -146 120 -146c17.4 0 50 1.39999 82.8 23zM326.7 255.7c-29.8 -13.7 -68.7 -21.7 -94.7 -21.7c-136 0 -182 77 -182 163s54 213 185 213
+c77 0 192 -40 192 -243c0 -79 -31 -170 -93 -242c-56 -65 -118 -107 -219 -137c-8 5 -12 14 -12 26c133 49.8 196.6 150.8 223.7 241.7z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="236" 
+d="M70 355c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM70 72c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="550" 
+d="M138 239l317 -116c13 -14 14 -44 0 -50l-390 142c-9.3 14.7 -9.3 30.7 0 48l390 141c14 -6 13 -36 0 -50z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="550" 
+d="M464 309h-389c-9 0 -15 8 -15 16c0 15 13 34 25 34h392c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33zM464 143h-389c-9 0 -15 8 -15 16c0 15 13 34 25 34h392c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="550" 
+d="M412 236l-317 116c-13 14 -14 44 0 50l390 -142c9.29999 -14.7 9.29999 -30.7 0 -48l-390 -141c-14 6 -13 36 0 50z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="435" 
+d="M114 572c0 -15 2 -21 6 -26s6 -11 6 -24c0 -23 -20 -35 -39 -35c-16 0 -41 8 -41 43c0 38 21 66 51 90c29 25 71 39 124 39c102 0 168 -60 168 -151c0 -79 -62 -123 -109 -157c-23 -17 -43 -33 -52 -50c-13 -25 -14 -49 -14 -73v-44c0 -7 -9 -10 -17 -10s-16 3 -16 10v46
+c0 43 5 102 70 161c40 37 55 66 55 113c0 65 -38 122 -95 122s-97 -24 -97 -54zM144 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="895" 
+d="M569 316c0 38 -29 63 -65 63c-17 0 -60 -9 -90 -40c-51 -51 -68 -115 -68 -177c0 -48 15 -92 78 -92c35 0 84 57 115 130c13 31 30 82 30 116zM583 74c0 -10 9 -12 11 -12c102 0 165 47 165 213c0 206 -175 305 -300 305c-152 0 -320 -102 -320 -339
+c0 -150 76 -366 334 -366c85 0 147 23 201 66l13 -18c-60 -46 -120 -81 -233 -81c-239 0 -395 168 -395 381c0 215 185 388 410 388c215 0 370 -142 370 -329c0 -114 -70 -255 -288 -255c-29 0 -36 25 -36 41c0 15 7 38 15 63l-2 1c-44 -74 -98 -103 -133 -103
+c-100 0 -122 84 -122 124c0 143 127 257 233 257c33 0 67 -17 77 -43l5 24l53 13l15 -5l-60 -258c-6 -27 -13 -60.5 -13 -67z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="695" 
+d="M263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="588" 
+d="M191 550v-184h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -63zM191 332v-214c0 -61 13 -87 83 -87c152 0 180 61 180 134c0 90 -57 167 -194 167h-69zM148 645c36 0 90 2 125 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2
+c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-84 0 -110.3 2 -146 2c-37.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c39 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="646" 
+d="M357 -10c-215 0 -320 146.2 -320 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203
+c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="701" 
+d="M191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="557" 
+d="M281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 0.899994 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215
+c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75
+c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="485" 
+d="M283 323h-93v-201c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-35 1 -84 2 -129 2s-95 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 97 -2 129 -2h255.3c24.7 0 29.5 0.599976 47 4c2.40002 0 3.60001 -0.700012 4 -3
+c1.40002 -7.59998 16.5 -104 21.7 -145c-8 -3 -19 -5 -31 -5c-22 69 -47 109 -153 109h-45c-44 0 -56 -10 -56 -64v-180h93c85 0 88 13 91 68c6 6 27 6 33 0c-1 -26 -2 -52.5 -2 -86c0 -34.3 1 -63 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="685" 
+d="M377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36
+c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317c0 220 173 351 340 351z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="392" 
+d="M178 699l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="504" 
+d="M224 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="504" 
+d="M270 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="504" 
+d="M268 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225
+c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="504" 
+d="M304 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM41 205c0 63.2 19 121.4 55.3 164
+c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="504" 
+d="M121 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM290 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225
+c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="550" 
+d="M225.8 387c0 24.3 20.1 44.4 44.4 44.4c24.3 0 44.4 -20.1 44.4 -44.4s-20.1 -44.4 -44.4 -44.4c-24.3 0 -44.4 20.1 -44.4 44.4zM225.8 119c0 24.3 20.1 44.4 44.4 44.4c24.3 0 44.4 -20.1 44.4 -44.4s-20.1 -44.4 -44.4 -44.4c-24.3 0 -44.4 20.1 -44.4 44.4zM463 226
+h-388c-9 0 -15 8 -15 16c0 15 13 34 25 34h391c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="531" 
+d="M219 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6
+c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40
+c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="531" 
+d="M297 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6
+c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40
+c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="531" 
+d="M263 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33
+c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192
+c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="447" 
+d="M120 648c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87
+c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="557" 
+d="M218 753c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131
+c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145
+c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="447" 
+d="M180 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64
+c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="557" 
+d="M498 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 41.4 35.6 98.8 95.9 125.8c-11.7 0.1 -23 0.2 -32.9 0.2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4
+c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221
+c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -3.39999 0.1 -9.20001 0.2l0.200012 -0.2c-71 0 -120 -67 -120 -113c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="447" 
+d="M373 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 41 34.4 79.9 84.2 117c-7.20001 -0.7 -14.6 -1 -22.2 -1c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137
+c31 -51 73 -72 109 -72c58 0 87 16 124 54c12 -1 18 -6 21 -16c-21.5 -28 -47.1 -51 -77.9 -66.3c-63.1 -52.5 -92.1 -82.3 -92.1 -125.7c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105
+c-24 0 -94 -9 -113 -122z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="557" 
+d="M268 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221
+c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4
+c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="447" 
+d="M199 501c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87
+c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="685" 
+d="M383 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154
+c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36
+c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317c0 220 173 351 340 351z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="500" 
+d="M246 659c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135
+c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94c0 -68 84 -97 120 -97c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24
+c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153c-39 0 -67 7 -91 21c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121
+c-26 13 -46 41 -46 77c0 34 16 77 44 101c-28 27 -52 58 -52 112c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="685" 
+d="M488 806c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295
+c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317
+c0 220 173 351 340 351z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="500" 
+d="M112 644c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94c0 -68 84 -97 120 -97
+c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153c-39 0 -67 7 -91 21
+c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121c-26 13 -46 41 -46 77c0 34 16 77 44 101c-28 27 -52 58 -52 112
+c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="685" 
+d="M304 753c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295c0 -132 84 -301 242 -301
+c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317c0 220 173 351 340 351z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="500" 
+d="M180 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94c0 -68 84 -97 120 -97
+c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153c-39 0 -67 7 -91 21
+c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121c-26 13 -46 41 -46 77c0 34 16 77 44 101c-28 27 -52 58 -52 112
+c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="685" 
+d="M375 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6
+c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28
+c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317c0 220 173 351 340 351z" />
+    <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="500" 
+d="M228 511c-39 0 -62 37 -62 73c0 24 7 46 23 66c16.9 21.1 45 38 83 43c4 -4 5 -13 5 -20c-57 -12 -77 -44 -77 -67c0 -19.6 4.8 -13 29 -13c40 0 50 -24 50 -41c0 -16 -16 -41 -51 -41zM319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135
+c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94c0 -68 84 -97 120 -97c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24
+c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153c-39 0 -67 7 -91 21c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121
+c-26 13 -46 41 -46 77c0 34 16 77 44 101c-28 27 -52 58 -52 112c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM386 806
+c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="538" 
+d="M339.3 663.9c26.1 -49.3 65.7 -105 98.1 -147c-4.5 -7.30002 -14.3 -15.8 -22.7 -17.8c-34.2 25.2 -63.7 52.6 -90.7 85.1c-28.8 -33.6 -56.5 -62 -91.6 -85.1c-8.09999 2.10001 -16.4 8.39999 -21.8 17.8c32.4 42 73.8 98.7 99.9 147
+c9.60001 2.39996 19.2 3.19995 28.8 0zM167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152
+c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v390h-65v34h64.4c-3.4 61 -23.5 65.3 -86.4 68c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-62.9 -2.70001 -83 -7 -86.4 -68h340.8c-3.40002 61 -23.5 65.3 -86.4 68c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33
+c-62.9 -2.70001 -83 -7 -86.4 -68h57.4v-34h-58v-390zM533 512h-342v-149h342v149z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="538" 
+d="M167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v408h-62v39h61.9c-1 73.6 -14.1 69.1 -63.9 72c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-14h174v-39h-174.2l-0.600006 -172c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33
+c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="297" 
+d="M213 744c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM191 122c0 -83 17 -88 87 -91
+c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="271" 
+d="M184.1 573c19.8 0 29.7 10 42.3 52c9.90001 1 18.9 -2 24.3 -6c-10.8 -60 -36.9 -99 -78.3 -99c-19.8 0 -38.7 18 -57.6 32c-16.2 11 -33.3 19 -48.6 19c-23.4 0 -32.4 -15 -41.4 -48c-9.9 -2 -18.9 -1 -24.3 5c12.6 59 33.3 98 72 98c27 0 46.8 -20 64.8 -34
+c14.4 -12 29.7 -19 46.8 -19zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="297" 
+d="M255 745h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="271" 
+d="M219.9 518h-201.6c-8.1 0 -11.7 11 -11.7 18c0 12 9.9 32 19.8 32h202.5c9 0 12.6 -11 12.6 -17c0 -12 -9.89999 -33 -21.6 -33zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" horiz-adv-x="297" 
+d="M285 805c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" horiz-adv-x="271" 
+d="M28.2 650c9.9 -53 48.6 -90 97.2 -90c46.8 0 88.2 32 97.2 90l24.3 -12c-10.8 -86 -68.4 -135 -121.5 -135c-63 0 -108.9 50 -121.5 135zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="297" 
+d="M271 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 41.5 35.8 99 96.2 125.9c-7.09999 0.1 -13.9 0.1 -20.2 0.1c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-7.70001 0.2 -15.5 0.3 -23.4 0.5l0.399994 -0.5c-71 0 -120 -67 -120 -113c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="271" 
+d="M259 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 41.5 35.8 99.1 96.3 126h-15.3c-40 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3
+c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-3.39999 0.1 -6.8 0.2 -10.3 0.3l0.300003 -0.3c-71 0 -120 -67 -120 -113c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM90 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z
+" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="297" 
+d="M97 753c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2
+c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="afii10057" unicode="&#x408;" horiz-adv-x="384" 
+d="M295 523v-298c0 -100 -31.9 -166.3 -80 -201c-32.4 -23.3 -65.3 -31.3 -92.4 -31.3c-25.7 0 -112.6 11.8 -112.6 61.3c0 22 24 36 38 36c31 0 46.3 -13.8 52 -27c4.9 -11.4 14 -30 28 -30c33 0 82 9 82 170v320c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 101 -2 139 -2
+s82 1 120 2c6 -6 6 -27 0 -33c-60 -3 -77 -8 -77 -91z" />
+    <glyph glyph-name="afii10061" unicode="&#x40c;" horiz-adv-x="606" 
+d="M427 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-157c36 0 79 1 103 15c59 32 73 96 82 152c10 62 40 118 119 118c53 0 71 -29 71 -52c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16
+c-30 0 -35.8 -32.9 -40 -62c-9 -62 -32 -148 -108 -176v-5c69 0 107 -43 134 -113c58.6 -152.1 94.2 -200.1 160 -203c5.79999 -9.8 5.5 -22.8 0 -33l-79 1c-78 1 -115 82 -158 192c-39 100 -57 133 -171 133v-202z" />
+    <glyph glyph-name="uni040D" unicode="&#x40d;" horiz-adv-x="710" 
+d="M299 818l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM598 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v356
+c-7.5 -2.5 -12.6 -7 -17.5 -13l-273.1 -340c-11.7 -14.9 -21.7 -23 -28.6 -46.7c7.09999 -41.3 29.4 -45 84.2 -47.3c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-356c4.60001 0.300003 10.4 3.7 17.7 11l274.8 342c11.3 14.2 20.6 32.3 26.4 48.5c-7.39999 39.6 -29.9 43.2 -83.9 45.5c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="afii10062" unicode="&#x40e;" horiz-adv-x="590" 
+d="M312 728c33 0 56 17 56 34c0 5 -1 11 -1 13c0 15 10 30 33 30c27 0 37 -14 37 -33c0 -52 -59 -75 -125 -75s-125 23 -125 75c0 19 10 33 37 33c23 0 33 -15 33 -30c0 -2 -1 -8 -1 -13c0 -17 23 -34 56 -34zM104.5 523c-32.5 71 -42.5 86 -99.5 91c-6 6 -7 27 -1 33
+c34 -1 72 -2 104 -2c35.2 0 84 1 121 2c6 -6 6 -27 0 -33c-68 -7 -67 -23 -40.6 -80l138.6 -305h2l109 299c20 56 23 81 -51 86c-6 6 -6 27 0 33c37 -1 86 -2 109 -2s58 1 88 2c6 -6 6 -27 0 -33c-66 -8 -82 -45 -100.3 -93l-141.7 -360c-43 -109 -98 -183 -188 -183
+c-42 0 -90 23 -90 55c0 28 19 48 49 48c14 0 36 -7 46 -19c7 -9 22 -22 36 -22c32 0 57 21 88 96z" />
+    <glyph glyph-name="afii10020" unicode="&#x413;" horiz-adv-x="497" 
+d="M147 645h205s81 1 120 2c5.5 -33.8 10.9 -72.7 15 -157c-9.70001 -4.29999 -19.3 -5.20001 -29 -4c-21 69 -37 119 -112 119h-120c-24 0 -36 -10 -36 -34v-449c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91.2 2 -129 2s-91 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2z" />
+    <glyph glyph-name="afii10021" unicode="&#x414;" horiz-adv-x="659" 
+d="M112 47c25.5 26.7 44 98 76 254c22 114 34 207 34 270c0 29 -13.2 37.8 -73 43c-4.5 8.70001 -5.5 24 0 33c0 0 72 -2 102 -2h261c30 0 111 2 111 2c5.70001 -10 6 -22 0 -33c-66.7 -5 -74 -6.20001 -74 -59v-477c0 -37 22.5 -48 40 -51c21.7 -3.7 28.8 -7.1 30 -19
+c5 -48.6 6.5 -98.1 7 -148c-7.70001 -5.3 -19 -6.7 -27 -2c-12 56 -48 142 -128 142h-290c-83 0 -109 -89 -120 -141c-9.8 -2.5 -20 -1.7 -27 2c0.599998 50.3 3 100.7 7 151c1 12 11 18.5 21 19c19.5 1 39.5 5 50 16zM427 605h-123c-27 0 -37 -14 -39 -39
+c-8 -101 -24 -205 -36 -273c-22 -117 -47 -216 -47 -237c0 -12 13 -17 27 -17h219c24 0 36 3 36 40v487c0 31 -6 39 -37 39z" />
+    <glyph glyph-name="afii10024" unicode="&#x416;" horiz-adv-x="889" 
+d="M487 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v201.8c-102.4 -2.5 -120.5 -36.7 -158 -132.8c-43 -110 -80 -191 -158 -192l-79 -1c-5.5 10.2 -5.8 23.2 0 33
+c65.8 2.9 101.4 50.9 160 203c27 70 65 113 134 113v5c-76 28 -99 114 -108 176c-4.2 29.1 -10 62 -40 62c-13 0 -21 -5 -32 -16c-10 -10 -24 -15 -37 -15c-21 0 -44 11 -44 40c0 23 18 52 71 52c79 0 109 -56 119 -118c9 -56 23 -120 82 -152
+c21.2 -12.3 57.1 -14.5 90 -14.9v156.9c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-156.9c32.9 0.399994 68.8 2.60001 90 14.9c59 32 73 96 82 152c10 62 40 118 119 118c53 0 71 -29 71 -52
+c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16c-30 0 -35.8 -32.9 -40 -62c-9 -62 -32 -148 -108 -176v-5c69 0 107 -43 134 -113c58.6 -152.1 94.2 -200.1 160 -203c5.79999 -9.8 5.5 -22.8 0 -33l-79 1c-78 1 -115 82 -158 192
+c-37.5 96.1 -55.6 130.3 -158 132.8v-201.8z" />
+    <glyph glyph-name="afii10025" unicode="&#x417;" horiz-adv-x="558" 
+d="M44 115c0 24 13 40 33 40c28 0 43 -26 56 -52c25 -47 66 -77 144 -77c99 0 148 64 148 155c0 73 -44.5 147 -158 147c-33 0 -42 -6 -69 -6c-12 0 -29 5 -29 25s17 24 29 24c27 0 43 -6 70 -6c89.5 0 133 69 133 138c0 70 -29 121 -115 121c-114 0 -161 -73 -187 -161
+c-11.7 -2.29999 -22 -1.29999 -31 3c5.6 52.9 12.6 105.8 24 160c72 10.5 127 32 202 32c139 0 195 -66 195 -148c0 -84 -61 -133 -131 -153v-5c98.5 -7.79999 160 -82 160 -167c0 -131 -113 -195 -240 -195c-100 0 -158 22 -188 49c-27 24 -46 43 -46 76z" />
+    <glyph glyph-name="afii10026" unicode="&#x418;" horiz-adv-x="710" 
+d="M598 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v356c-7.5 -2.5 -12.6 -7 -17.5 -13l-273.1 -340c-11.7 -14.9 -21.7 -23 -28.6 -46.7c7.09999 -41.3 29.4 -45 84.2 -47.3c6 -6 6 -27 0 -33
+c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-356c4.60001 0.300003 10.4 3.7 17.7 11l274.8 342
+c11.3 14.2 20.6 32.3 26.4 48.5c-7.39999 39.6 -29.9 43.2 -83.9 45.5c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="afii10027" unicode="&#x419;" horiz-adv-x="710" 
+d="M351 728c33 0 56 17 56 34c0 5 -1 11 -1 13c0 15 10 30 33 30c27 0 37 -14 37 -33c0 -52 -59 -75 -125 -75s-125 23 -125 75c0 19 10 33 37 33c23 0 33 -15 33 -30c0 -2 -1 -8 -1 -13c0 -17 23 -34 56 -34zM598 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v356c-7.5 -2.5 -12.6 -7 -17.5 -13l-273.1 -340c-11.7 -14.9 -21.7 -23 -28.6 -46.7c7.09999 -41.3 29.4 -45 84.2 -47.3c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-356c4.60001 0.300003 10.4 3.7 17.7 11l274.8 342c11.3 14.2 20.6 32.3 26.4 48.5
+c-7.39999 39.6 -29.9 43.2 -83.9 45.5c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="afii10033" unicode="&#x41f;" horiz-adv-x="667" 
+d="M521 645c27 0 79 1 129 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-38 1 -91.3 2 -130 2c-36.4 0 -91 -1 -129 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v409c0 62 -22 74 -46 74h-197c-24 0 -46 -12 -46 -74v-409
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91 2 -129 2c-39.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 106 -2 129 -2h375z" />
+    <glyph glyph-name="afii10034" unicode="&#x420;" horiz-adv-x="541" 
+d="M189 554v-233c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM104 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204c-35 0 -59 3 -81 10
+v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="afii10035" unicode="&#x421;" horiz-adv-x="646" 
+d="M357 -10c-215 0 -320 146.2 -320 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203
+c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135z" />
+    <glyph glyph-name="afii10036" unicode="&#x422;" horiz-adv-x="597" 
+d="M350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86
+c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="afii10037" unicode="&#x423;" horiz-adv-x="590" 
+d="M104.5 523c-32.5 71 -42.5 86 -99.5 91c-6 6 -7 27 -1 33c34 -1 72 -2 104 -2c35.2 0 84 1 121 2c6 -6 6 -27 0 -33c-68 -7 -67 -23 -40.6 -80l138.6 -305h2l109 299c20 56 23 81 -51 86c-6 6 -6 27 0 33c37 -1 86 -2 109 -2s58 1 88 2c6 -6 6 -27 0 -33
+c-66 -8 -82 -45 -100.3 -93l-141.7 -360c-43 -109 -98 -183 -188 -183c-42 0 -90 23 -90 55c0 28 19 48 49 48c14 0 36 -7 46 -19c7 -9 22 -22 36 -22c32 0 57 21 88 96z" />
+    <glyph glyph-name="afii10039" unicode="&#x425;" horiz-adv-x="660" 
+d="M538 102c42.4 -58.3 59 -68 101 -71c6 -6 7 -27 1 -33c-30 1 -63 2 -102 2c-40 0 -77 -1 -114 -2c-6 6 -6 27 0 33c56 3 51.8 13.9 23.5 54.2l-123.5 175.8c-5.60001 8 -10 11 -14 11c-3 0 -9.29999 -6 -15 -14l-132 -185c-24.2 -34 -5.3 -39 39 -42c6 -6 6 -27 0 -33
+c-40 1 -82 2 -105 2s-60 -1 -90 -2c-6 6 -6 27 0 33c44.7 4.3 76.7 16.1 111 62l148 198c5.89999 7.89999 10 17 10 23c0 10 -5.79999 18.3 -14 30l-142.3 203c-41.2 58.7 -59.7 64 -101.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 77 1 114 2c6 -6 6 -27 0 -33
+c-56 -3 -51.7 -14.2 -23.5 -54.2l110.5 -163.8c4.79999 -7 9 -11 12 -11c4 0 10 3.5 16 12l123 175c23.5 33.4 5.29999 39 -39 42c-6 6 -6 27 0 33c40 -1 82 -2 105 -2s60 1 90 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -76.3 -17.1 -111 -62l-137 -177
+c-9.10001 -11.8 -10 -21 -10 -30c0 -10 6.20001 -19.6 16 -33z" />
+    <glyph glyph-name="afii10040" unicode="&#x426;" horiz-adv-x="674" 
+d="M558 523v-401c0 -83 24 -88 48 -91c24.8 -3.1 29 -11 30 -20c4 -48 6 -101 6 -152c-9 -7.10001 -24 -8 -33 -1c-14 71 -62 142 -139 142h-326c-20 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 94.5 -2 129 -2
+c36 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-434c0 -31 18 -50 47 -50h203c32 -0.299999 37 5 37 83v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93 -2 129 -2c39 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91z" />
+    <glyph glyph-name="afii10041" unicode="&#x427;" horiz-adv-x="650" 
+d="M102 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93 -2 129 -2c36.3 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-106c0 -82 40 -109 112 -109c28.5 0 91 3.89999 154 45v170c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 93.3 -2 129 -2c36.7 0 92 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-39 1 -92.9 2 -129 2c-35.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v192.9c-71.9 -49.4 -138.8 -64.9 -196 -64.9c-114 0 -155 79 -155 178v95z" />
+    <glyph glyph-name="afii10042" unicode="&#x428;" horiz-adv-x="969" 
+d="M820 0h-671c-34 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.7 -2 129 -2c37.7 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -82 17 -85 59 -85h139c37 0 51 3 51 85v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2c37 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -82 17 -85 55 -85h129c56 0 69 3 69 85v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c39 -1 93.7 -2 130 -2c36 0 89 1 129 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91
+v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-39 1 -92.5 2 -130 2z" />
+    <glyph glyph-name="afii10043" unicode="&#x429;" horiz-adv-x="974" 
+d="M863 523v-401c0 -83 24 -88 48 -91c24.8 -3.1 29 -11 30 -20c4 -48 6 -101 6 -152c-9 -7.10001 -24 -8 -33 -1c-14 71 -62 142 -139 142h-626c-33.5 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0.199997 83 -17 88 -87 91c-6 6 -6 27 0 33
+c40 -1 93.7 -2 129 -2c37.7 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -86.8 -8 -87 -91v-401c0 -82 17 -85 59 -85h139c37 0 51 3 51 85v401c0.200012 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2c37 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -86.8 -8 -87 -91v-401
+c0 -82 17 -85 55 -85h129c56 0 69 3 69 85v401c0.200012 83 -17 88 -87 91c-6 6 -6 27 0 33c39 -1 93.7 -2 130 -2c36 0 89 1 129 2c6 -6 6 -27 0 -33c-70 -3 -86.8 -8 -87 -91z" />
+    <glyph glyph-name="afii10044" unicode="&#x42a;" horiz-adv-x="723" 
+d="M427 31c132 0 163 79 163 162c0 104.7 -51.7 152.9 -180.3 152.9c-18.3 0 -38.2 -1 -59.7 -2.89999v-245c0 -33 9 -67 77 -67zM265 523c0 75 -12 82 -59 82h-42c-66 0 -100 -93 -108 -136c-14 -3 -22.3 -0.5 -30 5c4 56 9 110 16 173c35 -1 72.7 -2 121.7 -2h143.3
+c50 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-140c29.7 2.5 57.1 3.79999 82.3 3.79999c183.3 0 250.7 -66.7 250.7 -193.8c0 -125.5 -86.5 -195 -258 -195c-36 0 -88 2 -117 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="afii10045" unicode="&#x42b;" horiz-adv-x="798" 
+d="M693 123c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM267 31
+c132 0 163 79 163 162c0 104.7 -51.7 152.9 -180.3 152.9c-18.3 0 -38.2 -1 -59.7 -2.89999v-245c0 -33 9 -67 77 -67zM105 122v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.7 -2 129 -2c38.3 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-140
+c29.7 2.5 57.1 3.79999 82.3 3.79999c183.3 0 250.7 -66.7 250.7 -193.8c0 -125.5 -86.5 -195 -258 -195c-36 0 -88 2 -117 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="afii10046" unicode="&#x42c;" horiz-adv-x="559" 
+d="M267 31c132 0 163 79 163 162c0 104.7 -51.7 152.9 -180.3 152.9c-18.3 0 -38.2 -1 -59.7 -2.89999v-245c0 -33 9 -67 77 -67zM105 122v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.7 -2 129 -2c38.3 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-140
+c29.7 2.5 57.1 3.79999 82.3 3.79999c183.3 0 250.7 -66.7 250.7 -193.8c0 -125.5 -86.5 -195 -258 -195c-36 0 -88 2 -117 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="afii10047" unicode="&#x42d;" horiz-adv-x="622" 
+d="M271 -10c-97 0 -225 60 -225 134c0 20 9 39 34 39c29 0 44 -27 57 -64c14 -40 54 -74 130 -74c148 0 220 118 230 276c-33 15 -62 22 -100 22c-58 0 -87 -32 -154 -32c-59 0 -122 29 -122 54c0 8 5 12 9 12c8 0 24 -16 62 -16c59 0 102 38 165 38c13 0 79 -12 140 -46
+l1 1c0 213 -115 287 -194 287c-138 0 -195 -81 -221 -167l-30 4c10 52 18 101 22 155c57 3 97 45 224 45c166 0 286 -124 286 -333c0 -185 -99 -335 -314 -335z" />
+    <glyph glyph-name="afii10048" unicode="&#x42e;" horiz-adv-x="905" 
+d="M562 619c-84 0 -184 -82 -184 -292c0 -192 106 -299 214 -299c103 0 181 103 181 282c0 208 -86 309 -211 309zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-179h95c13 179 131 314 287 314c168 0 293 -131 293 -329c0 -200 -114 -339 -292 -339c-158 0 -287 121 -289 315h-94v-183z" />
+    <glyph glyph-name="afii10049" unicode="&#x42f;" horiz-adv-x="580" 
+d="M169 502c0 -106 62 -140 145 -140h78v213c0 33 -4 36 -91 36c-56 0 -132 -16 -132 -109zM393 323c-107 1 -127 -28 -169 -134c-43 -108.5 -80 -189 -151 -190l-66 -1l-1 2v19c0 5 3 8 7 8l9 1c32 4 75.6 58.4 127 192c25 65 58 90 85 106v3c-68 10 -157 60 -157 162
+c0 69 45 155 231 155c35 0 94 -1 128 -1c50.3 0 79 1 129 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-49 1 -79.3 2 -130 2c-56.2 0 -94 -1 -144 -2c-6 6 -6 27 0 33c78 4 102 8 102 91v201z" />
+    <glyph glyph-name="afii10089" unicode="&#x447;" horiz-adv-x="539" 
+d="M162 307v-17c0 -78 3 -112 68 -112c52 0 88 27 122 57v72c0 83 -11 87 -62 91c-6 6 -6 27 0 33c23 -1 63 -2 102 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -69 2 -112 2c-44 0 -79 -1 -112 -2
+c-6 6 -6 27 0 33c61 5 72 8 72 91v77c-41 -30 -91 -66 -154 -66c-93 0 -114 37 -114 131v43c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67 -2 110 -2c40 0 78 1 102 2c6 -6 6 -27 0 -33c-51 -5 -62 -8 -62 -91z" />
+    <glyph glyph-name="afii10090" unicode="&#x448;" horiz-adv-x="849" 
+d="M746 122c0 -82 13 -87 68 -91c6 -6 6 -27 0 -33c-30 1 -68 2 -108 2h-559c-40 0 -78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v185c0 82 -9 87 -64 91c-5 6 -5 27 0 33c28 -1 63 -2 103 -2s77 1 102 2c5 -6 5 -27 0 -33c-52 -4 -62 -9 -62 -91v-217
+c0 -40 6 -51 43 -51h114c37 0 42 13 42 50v218c1 82 -9 87 -59 91c-5 6 -5 27 0 33c25 -1 58 -2 98 -2s77 1 102 2c5 -6 5 -27 0 -33c-54 -4 -61 -9 -62 -91v-217c0 -42 13 -51 43 -51h118c39 0 42 20 42 51v217c0 82 -10 86 -61 91c-6 6 -6 27 0 33c30 -1 60 -2 100 -2
+s78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-185z" />
+    <glyph glyph-name="afii10091" unicode="&#x449;" horiz-adv-x="849" 
+d="M669 0h-522c-40 0 -78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v185c0 82 -9 87 -64 91c-5 6 -5 27 0 33c28 -1 63 -2 103 -2s77 1 102 2c5 -6 5 -27 0 -33c-52 -4 -62 -9 -62 -91v-217c0 -40 6 -51 43 -51h114c37 0 42 13 42 50v218c1 82 -9 87 -59 91
+c-5 6 -5 27 0 33c25 -1 58 -2 98 -2s77 1 102 2c5 -6 5 -27 0 -33c-54 -4 -61 -9 -62 -91v-217c0 -42 13 -51 43 -51h118c39 0 42 20 42 51v217c0 82 -10 86 -61 91c-6 6 -6 27 0 33c30 -1 60 -2 100 -2s78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-185
+c0 -80 16.3 -86 39 -91c13.8 -3 29 -8 30 -26l6 -133c-8.29999 -2.60001 -16.9 -3.3 -26 -1c-13 49 -42 129 -126 129z" />
+    <glyph glyph-name="afii10092" unicode="&#x44a;" horiz-adv-x="565" 
+d="M455 126c0 53 -23 98 -98 98h-71v-148c0 -35 17 -45 66 -45c53 0 103 13 103 95zM207 307c0 73 -19 85 -42 85c-77 0 -91 -35 -109 -117c-11.2 -0.600006 -21.3 1.5 -29 5c7 46 12 93 13 151c0 0 125.7 -2 206 -2c43.7 0 78 1 112 2c6 -6 6 -27 0 -33
+c-61 -5 -72 -8 -72 -92v-49h72c101 0 183 -27 183 -121c0 -107 -67 -138 -190 -138c-40.6 0 -63.4 2 -104 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185z" />
+    <glyph glyph-name="afii10093" unicode="&#x44b;" horiz-adv-x="724" 
+d="M617 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -68 2 -111 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 68 -2 111 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91zM355 126
+c0 53 -23 98 -98 98h-71v-148c0 -35 17 -45 66 -45c53 0 103 13 103 95zM186 306v-49h72c101 0 183 -27 183 -121c0 -107 -67 -138 -190 -138c-40.6 0 -63.4 2 -104 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33
+c33 -1 67.7 -2 111 -2c43.7 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -92z" />
+    <glyph glyph-name="afii10094" unicode="&#x44c;" horiz-adv-x="465" 
+d="M355 126c0 53 -23 98 -98 98h-71v-148c0 -35 17 -45 66 -45c53 0 103 13 103 95zM186 306v-49h72c101 0 183 -27 183 -121c0 -107 -67 -138 -190 -138c-40.6 0 -63.4 2 -104 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91
+c-6 6 -6 27 0 33c33 -1 67.7 -2 111 -2c43.7 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -92z" />
+    <glyph glyph-name="afii10095" unicode="&#x44d;" horiz-adv-x="454" 
+d="M47 82c0 16 14 29 33 29c18 0 32 -5 47 -37c13 -27 37 -49 79 -49c89 0 126 57 126 176c-13 5 -26 9 -40 9c-19.2 0 -33.6 -4 -48.5 -10.3c-15.8 -6.59999 -33.1 -11.7 -57.5 -11.7c-45 0 -94 18 -94 32c0 4 2 14 8 14c7 0 20 -6 34 -6c17.7 0 33.9 5.60001 50.2 13.1
+c18.2 8.29999 37.3 14.9 60.8 14.9c31 0 59 -12 86 -28l3 2c0 92 -41.5 174 -125 174c-78 0 -111 -44 -129 -108c-10.2 -1.60001 -17.7 -0.700012 -26 4c1.7 40.7 3.7 81.7 9 120c52 4 104 19 154 19c145.5 0 201 -97 201 -218c0 -161 -96 -231 -200 -231
+c-96 0 -171 39 -171 92z" />
+    <glyph glyph-name="afii10096" unicode="&#x44e;" horiz-adv-x="731" 
+d="M186 237h104c11 119 79 202 200 202c152 0 201 -118 201 -222c0 -100 -55 -227 -202 -227c-135 0 -198 107 -200 208h-103v-76c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -68 2 -111 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91
+c-6 6 -6 27 0 33c33 -1 68 -2 111 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-70zM480 404c-78 0 -105 -91 -105 -178c0 -77 33 -201 132 -201c43 0 98 28 98 160c0 146 -43 219 -125 219z" />
+    <glyph glyph-name="afii10097" unicode="&#x44f;" horiz-adv-x="481" 
+d="M142 321c0 -50 23 -96 83 -96h70v117c0 38.3 -16 56 -57 56c-81 0 -96 -30 -96 -77zM114 0c0 0 -78 -1 -98 -2c-6 6 -6 27 0 33c39 2 56.3 8 69 42c4.8 12.8 14 34.7 25 58c17.2 36.5 33.7 58 71.7 68.8c1.60001 0.699997 1.5 4.39999 -1.39999 4.59999
+c-74.7 2.20001 -124.3 35.9 -124.3 100.6c0 54 15 126 190 126c24.7 0 53.7 -2 88 -2c43.7 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -67.7 2 -111 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33
+c61 5 72 8 72 91v69h-26c-50.4 0 -79.5 -49.5 -105.5 -128c-12 -36.4 -21.8 -62.2 -49.5 -63z" />
+    <glyph glyph-name="uni04AE" unicode="&#x4ae;" horiz-adv-x="575" 
+d="M337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2
+c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216
+c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni04C0" unicode="&#x4c0;" horiz-adv-x="297" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni04D0" unicode="&#x4d0;" horiz-adv-x="695" 
+d="M359 729c33 0 56 17 56 34c0 5 -1 11 -1 13c0 15 10 30 33 30c27 0 37 -14 37 -33c0 -52 -59 -75 -125 -75s-125 23 -125 75c0 19 10 33 37 33c23 0 33 -15 33 -30c0 -2 -1 -8 -1 -13c0 -17 23 -34 56 -34zM263 283h177l-94 272h-6l-102.2 -258.7
+c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33
+c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni04D1" unicode="&#x4d1;" horiz-adv-x="457" 
+d="M330 590c0 -55 -58 -87 -122 -87c-65 0 -120 33 -120 87c0 18 16 33 39 33c22 0 34 -14 34 -30c0 -3 0 -5 -1 -8s-1 -6 -1 -8c0 -22 20 -43 50 -43c29 0 50 20 50 42c0 3 0 6 -1 9c-1 2 -1 4 -1 7c0 17 17 31 35 31c24 0 38 -14 38 -33zM293 233l-79 -21
+c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20
+c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni04D2" unicode="&#x4d2;" horiz-adv-x="695" 
+d="M227 758c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM396 758c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41
+l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni04D3" unicode="&#x4d3;" horiz-adv-x="457" 
+d="M83 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM252 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2
+l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111
+c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni04D4" unicode="&#x4d4;" horiz-adv-x="865" 
+d="M271 305h158v270c0 12 -1 21 -5 23zM429 122v144h-178l-97 -187c-20.3 -39.1 32.4 -45.4 70 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 72.3 11.7 104 71l243 455c16.2 30.7 10 54 -60 57c-6 6 -6 27 0 33
+c50 -1 115 -2 115 -2h140h176c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-105c-24 0 -36 -20 -36 -44v-200h91c85 0 88 13 91 68c6 6 27 6 33 0c-1 -30 -2 -52.5 -2 -86c0 -34.3 1 -53 2 -88
+c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-241c0 -27 14 -43 36 -43h136c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-214s-81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="uni04D5" unicode="&#x4d5;" horiz-adv-x="687" 
+d="M265 384c-14.7 15.3 -44 22 -65 22c-39 0 -77 -14 -77 -43c0 -10 1 -17 3 -20c2 -4 3 -11 3 -18c0 -16 -14 -33 -39 -33c-31 0 -40 25 -40 45c0 58 78 102 160 102c24 0 101 -3 138 -70c33 45 85 70 142 70c114 0 158 -66 158 -100c0 -81 -46 -118 -277 -121
+c0 -90 59 -179 134 -179c54 0 89 25 119 60c8.70001 -0.800003 16.7 -10.7 20 -16c-29 -54 -87 -93 -153 -93c-91 0 -129.7 45.1 -151 69c-8 9 -12.1 5.1 -24 -7c-46 -47 -96.9 -62 -134 -62c-36 0 -72.1 5.5 -94 18c-34.5 19.6 -49 52.4 -49 94c0 40 27 82 63 103.2
+c43.1 25.4 109.2 38.7 196 44.8c-1 79 -10 110 -33 134zM298 215c-69.3 -5.5 -119.3 -22.4 -150 -45.1c-24.7 -18.2 -37 -40.2 -37 -62.9c0 -43 27 -75 83 -75c32 0 84 41 99 81c4 19 5 52 5 102zM372 253c153 2 200 22 200 83c0 32 -35 70 -83 70c-68 0 -109 -68 -117 -153
+z" />
+    <glyph glyph-name="uni04D6" unicode="&#x4d6;" horiz-adv-x="557" 
+d="M274 729c33 0 56 17 56 34c0 5 -1 11 -1 13c0 15 10 30 33 30c27 0 37 -14 37 -33c0 -52 -59 -75 -125 -75s-125 23 -125 75c0 19 10 33 37 33c23 0 33 -15 33 -30c0 -2 -1 -8 -1 -13c0 -17 23 -34 56 -34zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86
+c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni04D7" unicode="&#x4d7;" horiz-adv-x="447" 
+d="M345 590c0 -55 -58 -87 -122 -87c-65 0 -120 33 -120 87c0 18 16 33 39 33c22 0 34 -14 34 -30c0 -3 0 -5 -1 -8s-1 -6 -1 -8c0 -22 20 -43 50 -43c29 0 50 20 50 42c0 3 0 6 -1 9c-1 2 -1 4 -1 7c0 17 17 31 35 31c24 0 38 -14 38 -33zM124 282l181 3
+c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2
+c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni04D8" unicode="&#x4d8;" horiz-adv-x="644" 
+d="M97 523l-23 24c79 74 126 111 236 111c215 0 301 -173 301 -332c0 -195 -102 -338 -295 -338c-192 0 -263 130 -274 272h478c1 11 1 23 1 37c0 186 -92 327 -227 327c-93 0 -144 -49 -197 -101zM122 216c31 -130 103 -194 201 -194c106 0 170 94 188 194h-389z" />
+    <glyph glyph-name="afii10846" unicode="&#x4d9;" horiz-adv-x="447" 
+d="M304 146l-181 -3c-11 -0.199997 -15 -5 -15 -14c0 -84 45 -105 83 -105c24 0 94 9 113 122zM42 335c-12 1 -18 6 -21 16c40 52 94 87 170 87c72 0 119 -24 153 -64c33 -38 47 -92 47 -148c0 -152 -113 -235 -200 -235c-139 0 -169 90 -169 174c0 11 7 17 19 17l266 -2
+c0 58 -12 104 -32 137c-31 51 -73 72 -109 72c-58 0 -87 -16 -124 -54z" />
+    <glyph glyph-name="uni04DA" unicode="&#x4da;" horiz-adv-x="644" 
+d="M372 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM183 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM97 523l-23 24c79 74 126 111 236 111c215 0 301 -173 301 -332c0 -195 -102 -338 -295 -338
+c-192 0 -263 130 -274 272h478c1 11 1 23 1 37c0 186 -92 327 -227 327c-93 0 -144 -49 -197 -101zM122 216c31 -130 103 -194 201 -194c106 0 170 94 188 194h-389z" />
+    <glyph glyph-name="uni04DB" unicode="&#x4db;" horiz-adv-x="447" 
+d="M83 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM252 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM304 146l-181 -3c-11 -0.199997 -15 -5 -15 -14c0 -84 45 -105 83 -105c24 0 94 9 113 122zM42 335c-12 1 -18 6 -21 16
+c40 52 94 87 170 87c72 0 119 -24 153 -64c33 -38 47 -92 47 -148c0 -152 -113 -235 -200 -235c-139 0 -169 90 -169 174c0 11 7 17 19 17l266 -2c0 58 -12 104 -32 137c-31 51 -73 72 -109 72c-58 0 -87 -16 -124 -54z" />
+    <glyph glyph-name="uni04E0" unicode="&#x4e0;" horiz-adv-x="608" 
+d="M167 645h355c21 0 28 -6 28 -14c0 -10 -6 -26 -15 -41l-168 -302c134 -27 197 -126 197 -237c0 -139 -132 -262 -292 -262c-80 0 -230 35 -230 101c0 23 10 50 44 50c27 0 55 -14 68 -35c32 -49 82 -79 137 -79c87 0 184 121 184 216c0 159 -115 213 -184 213
+c-16 0 -27 0 -41 -3l196 353h-249c-74 -1 -103 -84 -107 -128l-26 2l21 188c23 -5 58 -22 82 -22z" />
+    <glyph glyph-name="uni04E1" unicode="&#x4e1;" horiz-adv-x="416" 
+d="M127 107l168 288h-145c-30 0 -64 -21 -84 -94l-26 3c8 49 14 93 15 138h25c2 -6 11 -13 26 -13h203c29 0 65 6 67 6c7 0 13 -2 13 -6s-6 -15 -22 -42l-151 -250c96 0 177 -53 177 -159c0 -119 -85 -213 -208 -213c-85 0 -143 61 -143 93c0 18 10 36 32 36
+c23 0 36 -10 44 -34c8 -22 35 -60 75 -60c50 0 119 54 119 162c0 101 -31 141 -109 141c-11 0 -41 -7 -59 -11z" />
+    <glyph glyph-name="uni04E6" unicode="&#x4e6;" horiz-adv-x="702" 
+d="M393 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM204 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312z
+M666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni04E7" unicode="&#x4e7;" horiz-adv-x="504" 
+d="M121 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM290 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225
+c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni04E8" unicode="&#x4e8;" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295v-0.200012c39.3 29.6 98.7 43.2 135 43.2c98 0 128 -47 191 -47c31.2 0 76.5 12.1 108.9 34.7c-15.6 171.6 -115.7 264.3 -236.9 264.3zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126
+c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM570 315.3c-41.8 -38 -91.4 -49.3 -129 -49.3c-92 0 -116 46 -191 46c-28.7 0 -80.3 -4.79999 -115.1 -26.6c15.3 -166 122.2 -259.4 235.1 -259.4c114 0 200 105 200 284v5.29999z" />
+    <glyph glyph-name="uni04E9" unicode="&#x4e9;" horiz-adv-x="504" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176v-1.89999c21.4 11.8 64.8 22.9 96 22.9
+c45 0 67 -20 105 -20c16.3 0 32.5 4.39999 45.9 9.5c-12.4 107.8 -61.9 165.5 -135.9 165.5zM376.3 210.2c-22.8 -13.6 -59.2 -31.2 -92.3 -31.2c-43 0 -77 28 -112 28c-9.7 0 -31.9 -4.60001 -43.7 -6.3c7.09999 -76.2 44.3 -175.7 136.7 -175.7c47 0 112 31 112 157
+c0 9.7 -0.200012 19.1 -0.700012 28.2z" />
+    <glyph glyph-name="uni04EA" unicode="&#x4ea;" horiz-adv-x="702" 
+d="M390 761c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM201 761c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM331 622c-99 0 -198 -85 -198 -295v-0.200012c39.3 29.6 98.7 43.2 135 43.2c98 0 128 -47 191 -47
+c31.2 0 76.5 12.1 108.9 34.7c-15.6 171.6 -115.7 264.3 -236.9 264.3zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM570 315.3
+c-41.8 -38 -91.4 -49.3 -129 -49.3c-92 0 -116 46 -191 46c-28.7 0 -80.3 -4.79999 -115.1 -26.6c15.3 -166 122.2 -259.4 235.1 -259.4c114 0 200 105 200 284v5.29999z" />
+    <glyph glyph-name="uni04EB" unicode="&#x4eb;" horiz-adv-x="504" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176v-1.89999c21.4 11.8 64.8 22.9 96 22.9
+c45 0 67 -20 105 -20c16.3 0 32.5 4.39999 45.9 9.5c-12.4 107.8 -61.9 165.5 -135.9 165.5zM116 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM285 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM376.3 210.2
+c-22.8 -13.6 -59.2 -31.2 -92.3 -31.2c-43 0 -77 28 -112 28c-9.7 0 -31.9 -4.60001 -43.7 -6.3c7.09999 -76.2 44.3 -175.7 136.7 -175.7c47 0 112 31 112 157c0 9.7 -0.200012 19.1 -0.700012 28.2z" />
+    <glyph glyph-name="uni04EF" unicode="&#x4ef;" horiz-adv-x="515" 
+d="M204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2
+c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86zM375 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni04F1" unicode="&#x4f1;" horiz-adv-x="515" 
+d="M204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2
+c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86zM149 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM318 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni04F3" unicode="&#x4f3;" horiz-adv-x="515" 
+d="M204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2
+c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86zM462 615c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM330 621c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3
+l64 146c6 13 22 14 26 14c20.9 0 38 -15.5 38 -36z" />
+    <glyph glyph-name="uni1E00" unicode="&#x1e00;" horiz-adv-x="695" 
+d="M336 -79c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM248 -132c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79
+c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2
+c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1E01" unicode="&#x1e01;" horiz-adv-x="457" 
+d="M224 -80c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM136 -133c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44
+c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36
+c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1E02" unicode="&#x1e02;" horiz-adv-x="588" 
+d="M224 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM191 550v-184h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -63zM191 332v-214c0 -61 13 -87 83 -87c152 0 180 61 180 134c0 90 -57 167 -194 167h-69zM148 645
+c36 0 90 2 125 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-84 0 -110.3 2 -146 2c-37.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c39 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E03" unicode="&#x1e03;" horiz-adv-x="493" 
+d="M218 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM174 363c-12.9 -11.4 -17 -21 -17 -42v-250c20 -25 41 -47 72 -47c95 0 141 86 141 200c0 97 -50 171 -111 171c-29 0 -59 -9 -85 -32zM167 394c31 28 69.1 45 112 45
+c87 0 177 -75 177 -197c0 -159 -119 -252 -221 -252c-35.3 0 -65.1 5.5 -88 24.8c-11 9.2 -17 9.2 -27.3 -2.8c-7.7 -8.9 -17.6 -18.2 -23.7 -24c-12 0 -17 4 -22 12c3 14 4 32 4 71v488c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-184c0 -9 3.7 -10.7 10 -5z" />
+    <glyph glyph-name="uni1E04" unicode="&#x1e04;" horiz-adv-x="588" 
+d="M220 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM191 550v-184h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -63zM191 332v-214c0 -61 13 -87 83 -87c152 0 180 61 180 134c0 90 -57 167 -194 167
+h-69zM148 645c36 0 90 2 125 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-84 0 -110.3 2 -146 2c-37.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c39 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E05" unicode="&#x1e05;" horiz-adv-x="493" 
+d="M175 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM174 363c-12.9 -11.4 -17 -21 -17 -42v-250c20 -25 41 -47 72 -47c95 0 141 86 141 200c0 97 -50 171 -111 171c-29 0 -59 -9 -85 -32zM167 394c31 28 69.1 45 112 45
+c87 0 177 -75 177 -197c0 -159 -119 -252 -221 -252c-35.3 0 -65.1 5.5 -88 24.8c-11 9.2 -17 9.2 -27.3 -2.8c-7.7 -8.9 -17.6 -18.2 -23.7 -24c-12 0 -17 4 -22 12c3 14 4 32 4 71v488c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-184c0 -9 3.7 -10.7 10 -5z" />
+    <glyph glyph-name="uni1E06" unicode="&#x1e06;" horiz-adv-x="588" 
+d="M373 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM191 550v-184h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -63zM191 332v-214c0 -61 13 -87 83 -87c152 0 180 61 180 134c0 90 -57 167 -194 167
+h-69zM148 645c36 0 90 2 125 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-84 0 -110.3 2 -146 2c-37.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c39 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E07" unicode="&#x1e07;" horiz-adv-x="493" 
+d="M343 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM174 363c-12.9 -11.4 -17 -21 -17 -42v-250c20 -25 41 -47 72 -47c95 0 141 86 141 200c0 97 -50 171 -111 171c-29 0 -59 -9 -85 -32zM167 394c31 28 69.1 45 112 45
+c87 0 177 -75 177 -197c0 -159 -119 -252 -221 -252c-35.3 0 -65.1 5.5 -88 24.8c-11 9.2 -17 9.2 -27.3 -2.8c-7.7 -8.9 -17.6 -18.2 -23.7 -24c-12 0 -17 4 -22 12c3 14 4 32 4 71v488c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-184c0 -9 3.7 -10.7 10 -5z" />
+    <glyph glyph-name="uni1E08" unicode="&#x1e08;" horiz-adv-x="646" 
+d="M408 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM367 -96c-19 0 -29 -1 -45 -6l-6 6l35.8 86c-211.5 2.3 -314.8 147.6 -314.8 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45
+c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-61 -79.8 -138.8 -125 -224.2 -133.5l-21.8 -58.5
+c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="uni1E09" unicode="&#x1e09;" horiz-adv-x="428" 
+d="M286 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM228 -96c-19 0 -29 -1 -45 -6l-6 6l36.2 86.9c-112.5 9.7 -176.2 95.7 -176.2 217.1c0 142 106 231 205 231c96 0 153 -40 153 -95
+c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14c-46.5 -76.3 -95.6 -98.1 -150.6 -100.7l-21.4 -57.3c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74
+c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="uni1E0A" unicode="&#x1e0a;" horiz-adv-x="701" 
+d="M244 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310
+c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E0B" unicode="&#x1e0b;" horiz-adv-x="506" 
+d="M128 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39z
+M334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73
+c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni1E0C" unicode="&#x1e0c;" horiz-adv-x="701" 
+d="M240 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339
+c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E0D" unicode="&#x1e0d;" horiz-adv-x="506" 
+d="M185 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39z
+M334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73
+c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni1E0E" unicode="&#x1e0e;" horiz-adv-x="701" 
+d="M380 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339
+c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E0F" unicode="&#x1e0f;" horiz-adv-x="506" 
+d="M331 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48
+c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105
+v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni1E10" unicode="&#x1e10;" horiz-adv-x="701" 
+d="M320 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645
+c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E11" unicode="&#x1e11;" horiz-adv-x="506" 
+d="M230 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133
+c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30
+c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni1E12" unicode="&#x1e12;" horiz-adv-x="701" 
+d="M283 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329
+c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni1E13" unicode="&#x1e13;" horiz-adv-x="506" 
+d="M232 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50
+c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82
+c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni1E14" unicode="&#x1e14;" horiz-adv-x="557" 
+d="M410 713h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116
+c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91zM20.9 831.1l93.2 -73.9c8.5 -7 11.5 -12.3 11.5 -18.5c0 -7 -5.3 -13.2 -11.5 -13.2c-6.2 0 -16.9 2.59998 -33.1 10.5l-118.6 55.5
+c14.1 15.6 32.2 29.4 58.5 39.6z" />
+    <glyph glyph-name="uni1E15" unicode="&#x1e15;" horiz-adv-x="447" 
+d="M212.2 765.2l56 -113.4c4 -9 4.79999 -15.3 4.79999 -21.6c0 -4.5 -5.60001 -9.90002 -12 -9.90002c-4.79999 0 -10.4 4.5 -23.2 18l-91.2 98.1l1.59999 9.89996c6.40001 5.40002 24.8 20.7 52 20.7c4 0 8.8 -0.900024 12 -1.79999zM337 518h-224c-9 0 -13 11 -13 18
+c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148
+c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1E16" unicode="&#x1e16;" horiz-adv-x="557" 
+d="M353 713h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116
+c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91zM535.1 831.9c22.1 -11.7 38 -27 47.8 -45.8l-110.9 -51.1c-16.2 -7.90002 -25.5 -10.5 -32.4 -10.5s-11.5 6.20001 -11.5 13.2
+c0 6.20001 1.5 10.6 11.5 18.5z" />
+    <glyph glyph-name="uni1E17" unicode="&#x1e17;" horiz-adv-x="447" 
+d="M264.4 759.2c2.39999 0.899963 7.20001 1.79999 11.2 1.79999c5.10001 0 25.6 -0.900024 44 -20.7l2.39999 -9.89996l-92 -98.1c-12 -13.5 -18.4 -17.1 -24 -17.1s-11.2 5.39996 -11.2 11.7c0 10.1 2.7 13.7 9.2 25.2zM337 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32
+h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235
+c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1E18" unicode="&#x1e18;" horiz-adv-x="557" 
+d="M291 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88
+c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1E19" unicode="&#x1e19;" horiz-adv-x="447" 
+d="M238 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122z
+M386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1E1A" unicode="&#x1e1a;" horiz-adv-x="557" 
+d="M336 -117c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM281 361c85 0 88 13 91 68c6 6 27 6 33 0
+c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1E1B" unicode="&#x1e1b;" horiz-adv-x="447" 
+d="M288 -115c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM124 282l181 3c11 0.200012 15 5 15 14
+c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137
+c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1E1C" unicode="&#x1e1c;" horiz-adv-x="557" 
+d="M436 805c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM256 -96c-19 0 -29 -1 -45 -6l-6 6l40 96h-97c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88
+c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-84l-25 -67c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17
+c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="uni1E1D" unicode="&#x1e1d;" horiz-adv-x="447" 
+d="M112 648c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM229 -96c-19 0 -29 -1 -45 -6l-6 6l36.2 86.9c-59.3 4.6 -99.9 27.5 -130.2 63.1c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174
+c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54c12 -1 18 -6 21 -16c-38 -49.4 -88.5 -83.4 -158.6 -86.7l-21.4 -57.3c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26
+c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122z" />
+    <glyph glyph-name="uni1E1E" unicode="&#x1e1e;" horiz-adv-x="485" 
+d="M202 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM283 323h-93v-201c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-35 1 -84 2 -129 2s-95 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 97 -2 129 -2
+h255.3c24.7 0 29.5 0.599976 47 4c2.40002 0 3.60001 -0.700012 4 -3c1.40002 -7.59998 16.5 -104 21.7 -145c-8 -3 -19 -5 -31 -5c-22 69 -47 109 -153 109h-45c-44 0 -56 -10 -56 -64v-180h93c85 0 88 13 91 68c6 6 27 6 33 0c-1 -26 -2 -52.5 -2 -86c0 -34.3 1 -63 2 -88
+c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68z" />
+    <glyph glyph-name="uni1E1F" unicode="&#x1e1f;" horiz-adv-x="310" 
+d="M204 807c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM175 122c0 -83 6 -87 84 -91c6 -6 6 -27 0 -33c-35 1 -83 2 -123 2s-75 -1 -110 -2c-6 6 -6 27 0 33c54 4 70 8 70 91v268h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v40
+c0 156 93 229 177 229c38 0 64 -3 90 -21c21 -16 32 -34 32 -51c0 -20 -24 -41 -41 -41c-21 0 -32 14 -40 32c-14 35 -30 47 -60 47c-33 0 -79 -24 -79 -178v-57h108c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -23 -13h-93v-268z" />
+    <glyph glyph-name="uni1E20" unicode="&#x1e20;" horiz-adv-x="685" 
+d="M473 745h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295
+c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317
+c0 220 173 351 340 351z" />
+    <glyph glyph-name="uni1E21" unicode="&#x1e21;" horiz-adv-x="500" 
+d="M348 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94c0 -68 84 -97 120 -97
+c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153c-39 0 -67 7 -91 21
+c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121c-26 13 -46 41 -46 77c0 34 16 77 44 101c-28 27 -52 58 -52 112
+c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="uni1E22" unicode="&#x1e22;" horiz-adv-x="730" 
+d="M324 753c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1E23" unicode="&#x1e23;" horiz-adv-x="538" 
+d="M238 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82
+c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2
+s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="uni1E24" unicode="&#x1e24;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM324 -156
+c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni1E25" unicode="&#x1e25;" horiz-adv-x="538" 
+d="M210 -157c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82
+c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2
+s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="uni1E26" unicode="&#x1e26;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM409 757
+c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM220 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48z" />
+    <glyph glyph-name="uni1E27" unicode="&#x1e27;" horiz-adv-x="538" 
+d="M345 572c0 25 20 46 45 46s46 -21 46 -46s-21 -45 -46 -45s-45 20 -45 45zM208 572c0 25 20 46 45 46s45 -21 45 -46s-20 -45 -45 -45s-45 20 -45 45zM167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2
+c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149
+c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="uni1E28" unicode="&#x1e28;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-37.2 0.8 -77.8 1.7 -111.4 1.9l-24.6 -65.9c8 2 17 3 26 3c40 0 71 -24 71 -62
+c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35c-19 0 -29 -1 -45 -6l-6 6l39.6 94.9c-34.7 -0.2 -75.8 -1 -113.6 -1.9c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1E29" unicode="&#x1e29;" horiz-adv-x="538" 
+d="M117 -96c-19 0 -29 -1 -45 -6l-6 6l40 95.9c-31.5 -0.3 -61 -1.1 -87.8 -1.9c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0
+c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36
+c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-25 0.9 -53.9 1.8 -86.8 2l-25 -67c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14
+c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="uni1E2A" unicode="&#x1e2a;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM256 -52
+c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135z" />
+    <glyph glyph-name="uni1E2B" unicode="&#x1e2b;" horiz-adv-x="538" 
+d="M171 -62c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437
+c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33
+c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="uni1E2C" unicode="&#x1e2c;" horiz-adv-x="297" 
+d="M216 -117c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM191 122c0 -83 17 -88 87 -91
+c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1E2D" unicode="&#x1e2d;" horiz-adv-x="271" 
+d="M202 -117c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM90 599c0 24 28 48 52 48
+c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29
+c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="uni1E2E" unicode="&#x1e2e;" horiz-adv-x="297" 
+d="M225.1 889.9c22.1 -11.7 38 -27 47.8 -45.8l-110.9 -51.1c-16.2 -7.90002 -25.5 -10.5 -32.4 -10.5c-6.90001 0 -11.5 6.20001 -11.5 13.2c0 6.20001 1.5 10.6 11.5 18.5zM195 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM6 757
+c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2
+c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1E2F" unicode="&#x1e2f;" horiz-adv-x="271" 
+d="M177 740c2.3 0.900024 6.8 1.79999 10.7 1.79999c4.90001 0 24.7 -0.799988 42.4 -20.2l2.29999 -9.69995l-88.6 -95.9c-11.5 -13.2 -17.6 -16.8 -23 -16.8c-5.4 0 -10.8 5.29999 -10.8 11.5c0 9.89996 2.5 13.3 8.8 24.6zM-4 575c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM165 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68
+c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="uni1E30" unicode="&#x1e30;" horiz-adv-x="637" 
+d="M409 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -91 2 -129 2c-39 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c45 -1 90.5 -2 129 -2c36.5 0 84 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7c35.1 2.90002 57.7 16 79 38.7l165 176c42.1 44.9 8.10001 48.6 -28 52c-6 6 -6 27 0 33c37 -1 76 -2 113 -2c32.2 0 64 1 95 2c6 -6 6 -27 0 -33
+c-40 -3 -80 -7 -126 -56l-147 -151c-34 -35 -35 -42 -35 -49c0 -8 5.29999 -15.9 13 -25l219 -260c30.6 -36.3 59.1 -39.4 88 -42c6 -6 6 -27 0 -33c-33 1 -67 2 -101 2c-21.1 0 -34 -1 -54 -2c-4 0 -4.60001 3 -5 6c-2 16 -15.7 43.4 -36 69l-157 198
+c-20.3 25.6 -49.2 36.9 -83 37.9v-186.9z" />
+    <glyph glyph-name="uni1E31" unicode="&#x1e31;" horiz-adv-x="512" 
+d="M347 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.29999 15.2 11.4 28zM86 122v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-348.8
+c18.9 2.60001 45.8 14.4 68 30.8c25.7 19 57 53 80 82c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33c23 -1 60 -2 98 -2c36 0 64 1 87 2c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42
+c6 -6 6 -27 0 -33c-20 1 -51 2 -82 2c-20 0 -42 -1 -62 -2c-3 0 -3.70001 2 -4 5c-1.29999 11.7 -12.6 30.5 -42 70l-73 98c-11.9 16 -21 25 -32 32.5c-9.7 3.39999 -23.8 4.89999 -43 5.39999v-86.9c0 -83 11 -87 52 -91c6 -6 6 -27 0 -33c-23 1 -56 2 -91 2
+c-40 0 -74 -1 -107 -2c-6 6 -6 27 0 33c56 4 67 8 67 91z" />
+    <glyph glyph-name="uni1E32" unicode="&#x1e32;" horiz-adv-x="637" 
+d="M276 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -91 2 -129 2c-39 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c45 -1 90.5 -2 129 -2c36.5 0 84 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7c35.1 2.90002 57.7 16 79 38.7l165 176c42.1 44.9 8.10001 48.6 -28 52c-6 6 -6 27 0 33c37 -1 76 -2 113 -2c32.2 0 64 1 95 2c6 -6 6 -27 0 -33c-40 -3 -80 -7 -126 -56l-147 -151
+c-34 -35 -35 -42 -35 -49c0 -8 5.29999 -15.9 13 -25l219 -260c30.6 -36.3 59.1 -39.4 88 -42c6 -6 6 -27 0 -33c-33 1 -67 2 -101 2c-21.1 0 -34 -1 -54 -2c-4 0 -4.60001 3 -5 6c-2 16 -15.7 43.4 -36 69l-157 198c-20.3 25.6 -49.2 36.9 -83 37.9v-186.9z" />
+    <glyph glyph-name="uni1E33" unicode="&#x1e33;" horiz-adv-x="512" 
+d="M202 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM86 122v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-348.8c18.9 2.60001 45.8 14.4 68 30.8c25.7 19 57 53 80 82
+c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33c23 -1 60 -2 98 -2c36 0 64 1 87 2c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42c6 -6 6 -27 0 -33c-20 1 -51 2 -82 2
+c-20 0 -42 -1 -62 -2c-3 0 -3.70001 2 -4 5c-1.29999 11.7 -12.6 30.5 -42 70l-73 98c-11.9 16 -21 25 -32 32.5c-9.7 3.39999 -23.8 4.89999 -43 5.39999v-86.9c0 -83 11 -87 52 -91c6 -6 6 -27 0 -33c-23 1 -56 2 -91 2c-40 0 -74 -1 -107 -2c-6 6 -6 27 0 33
+c56 4 67 8 67 91z" />
+    <glyph glyph-name="uni1E34" unicode="&#x1e34;" horiz-adv-x="637" 
+d="M436 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -91 2 -129 2c-39 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c45 -1 90.5 -2 129 -2c36.5 0 84 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7c35.1 2.90002 57.7 16 79 38.7l165 176c42.1 44.9 8.10001 48.6 -28 52c-6 6 -6 27 0 33c37 -1 76 -2 113 -2c32.2 0 64 1 95 2c6 -6 6 -27 0 -33c-40 -3 -80 -7 -126 -56l-147 -151
+c-34 -35 -35 -42 -35 -49c0 -8 5.29999 -15.9 13 -25l219 -260c30.6 -36.3 59.1 -39.4 88 -42c6 -6 6 -27 0 -33c-33 1 -67 2 -101 2c-21.1 0 -34 -1 -54 -2c-4 0 -4.60001 3 -5 6c-2 16 -15.7 43.4 -36 69l-157 198c-20.3 25.6 -49.2 36.9 -83 37.9v-186.9z" />
+    <glyph glyph-name="uni1E35" unicode="&#x1e35;" horiz-adv-x="512" 
+d="M360 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM86 122v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-348.8c18.9 2.60001 45.8 14.4 68 30.8
+c25.7 19 57 53 80 82c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33c23 -1 60 -2 98 -2c36 0 64 1 87 2c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42c6 -6 6 -27 0 -33
+c-20 1 -51 2 -82 2c-20 0 -42 -1 -62 -2c-3 0 -3.70001 2 -4 5c-1.29999 11.7 -12.6 30.5 -42 70l-73 98c-11.9 16 -21 25 -32 32.5c-9.7 3.39999 -23.8 4.89999 -43 5.39999v-86.9c0 -83 11 -87 52 -91c6 -6 6 -27 0 -33c-23 1 -56 2 -91 2c-40 0 -74 -1 -107 -2
+c-6 6 -6 27 0 33c56 4 67 8 67 91z" />
+    <glyph glyph-name="uni1E36" unicode="&#x1e36;" horiz-adv-x="528" 
+d="M227 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="uni1E37" unicode="&#x1e37;" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91zM82 -156c0 24 28 48 52 48
+c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni1E38" unicode="&#x1e38;" horiz-adv-x="528" 
+d="M257 713h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM227 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="uni1E39" unicode="&#x1e39;" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91zM82 -156c0 24 28 48 52 48
+c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM231 736h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni1E3A" unicode="&#x1e3a;" horiz-adv-x="528" 
+d="M368 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="uni1E3B" unicode="&#x1e3b;" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91zM227 -131h-205c-8 0 -12 8 -12 15
+c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni1E3C" unicode="&#x1e3c;" horiz-adv-x="528" 
+d="M298 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="uni1E3D" unicode="&#x1e3d;" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91zM149 -43c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0z" />
+    <glyph glyph-name="uni1E3E" unicode="&#x1e3e;" horiz-adv-x="839" 
+d="M464 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM662.7 116l-25.7 418h-2l-225 -529c-4 -8 -8 -15 -14 -15s-12.2 7.9 -15 15l-207 519h-2l-38 -401c-5.39999 -56.3 0 -87 66 -92c6 -6 6 -27 0 -33
+c-30 1 -70 2 -94 2s-56 -1 -86 -2c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81c-6 6 -6 27 0 33l145 -2l205 -508c3.10001 -7.60001 6 -13 8 -13s5 4 9 14l212 507l131 2c6 -6 6 -27 0 -33c-68 -4 -73 -18 -68.7 -72l29.8 -421
+c5.80005 -82.8 8.90002 -87 76.9 -90c6 -6 6 -27 0 -33c-33.2 1 -79 2 -109 2s-70 -1 -107 -2c-6 6 -6 27 0 33c65 3 68.7 4 63.7 85z" />
+    <glyph glyph-name="uni1E3F" unicode="&#x1e3f;" horiz-adv-x="790" 
+d="M405 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.29999 15.2 11.4 28zM170 358c0.5 -12 7.39999 -5.10001 12 0c41.7 46.6 94 81 152 81c52 0 90.5 -32.4 100 -73.4c2 -8.60001 8 -3.60001 11 -0.399994
+c52.1 55 113.8 73.8 165 73.8c88 0 103 -70 103 -159v-158c0 -82 9 -87 64 -91c5 -6 5 -27 0 -33c-28 1 -63 2 -103 2s-77 -1 -102 -2c-5 6 -5 27 0 33c52 4 62 9 62 91v176c0 67 -22 89 -60 89c-39 0 -84 -13 -132 -66c1 -12 1 -26 1 -40v-159c0 -82 9 -87 59 -91
+c5 -6 5 -27 0 -33c-25 1 -58 2 -98 2s-77 -1 -102 -2c-5 6 -5 27 0 33c54 4 62 9 62 91v174c0 67 -28 91 -66 91c-30.9 0 -68.4 -20.3 -108 -59c-8 -8.70001 -17 -21 -17 -42v-164c0 -82 11 -86 61.8 -91c6 -6 6 -27 0 -33c-30 1 -60.8 2 -100.8 2s-78 -1 -108 -2
+c-6 6 -6 27 0 33c55 4 68 9 68 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.7 -46.3 8 -76z" />
+    <glyph glyph-name="uni1E40" unicode="&#x1e40;" horiz-adv-x="839" 
+d="M371 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM662.7 116l-25.7 418h-2l-225 -529c-4 -8 -8 -15 -14 -15s-12.2 7.9 -15 15l-207 519h-2l-38 -401c-5.39999 -56.3 0 -87 66 -92c6 -6 6 -27 0 -33c-30 1 -70 2 -94 2s-56 -1 -86 -2
+c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81c-6 6 -6 27 0 33l145 -2l205 -508c3.10001 -7.60001 6 -13 8 -13s5 4 9 14l212 507l131 2c6 -6 6 -27 0 -33c-68 -4 -73 -18 -68.7 -72l29.8 -421c5.80005 -82.8 8.90002 -87 76.9 -90c6 -6 6 -27 0 -33
+c-33.2 1 -79 2 -109 2s-70 -1 -107 -2c-6 6 -6 27 0 33c65 3 68.7 4 63.7 85z" />
+    <glyph glyph-name="uni1E41" unicode="&#x1e41;" horiz-adv-x="790" 
+d="M342 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM170 358c0.5 -12 7.39999 -5.10001 12 0c41.7 46.6 94 81 152 81c52 0 90.5 -32.4 100 -73.4c2 -8.60001 8 -3.60001 11 -0.399994c52.1 55 113.8 73.8 165 73.8
+c88 0 103 -70 103 -159v-158c0 -82 9 -87 64 -91c5 -6 5 -27 0 -33c-28 1 -63 2 -103 2s-77 -1 -102 -2c-5 6 -5 27 0 33c52 4 62 9 62 91v176c0 67 -22 89 -60 89c-39 0 -84 -13 -132 -66c1 -12 1 -26 1 -40v-159c0 -82 9 -87 59 -91c5 -6 5 -27 0 -33c-25 1 -58 2 -98 2
+s-77 -1 -102 -2c-5 6 -5 27 0 33c54 4 62 9 62 91v174c0 67 -28 91 -66 91c-30.9 0 -68.4 -20.3 -108 -59c-8 -8.70001 -17 -21 -17 -42v-164c0 -82 11 -86 61.8 -91c6 -6 6 -27 0 -33c-30 1 -60.8 2 -100.8 2s-78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v195
+c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.7 -46.3 8 -76z" />
+    <glyph glyph-name="uni1E42" unicode="&#x1e42;" horiz-adv-x="839" 
+d="M346 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM662.7 116l-25.7 418h-2l-225 -529c-4 -8 -8 -15 -14 -15s-12.2 7.9 -15 15l-207 519h-2l-38 -401c-5.39999 -56.3 0 -87 66 -92c6 -6 6 -27 0 -33c-30 1 -70 2 -94 2
+s-56 -1 -86 -2c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81c-6 6 -6 27 0 33l145 -2l205 -508c3.10001 -7.60001 6 -13 8 -13s5 4 9 14l212 507l131 2c6 -6 6 -27 0 -33c-68 -4 -73 -18 -68.7 -72l29.8 -421c5.80005 -82.8 8.90002 -87 76.9 -90
+c6 -6 6 -27 0 -33c-33.2 1 -79 2 -109 2s-70 -1 -107 -2c-6 6 -6 27 0 33c65 3 68.7 4 63.7 85z" />
+    <glyph glyph-name="uni1E43" unicode="&#x1e43;" horiz-adv-x="790" 
+d="M350 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM170 358c0.5 -12 7.39999 -5.10001 12 0c41.7 46.6 94 81 152 81c52 0 90.5 -32.4 100 -73.4c2 -8.60001 8 -3.60001 11 -0.399994c52.1 55 113.8 73.8 165 73.8
+c88 0 103 -70 103 -159v-158c0 -82 9 -87 64 -91c5 -6 5 -27 0 -33c-28 1 -63 2 -103 2s-77 -1 -102 -2c-5 6 -5 27 0 33c52 4 62 9 62 91v176c0 67 -22 89 -60 89c-39 0 -84 -13 -132 -66c1 -12 1 -26 1 -40v-159c0 -82 9 -87 59 -91c5 -6 5 -27 0 -33c-25 1 -58 2 -98 2
+s-77 -1 -102 -2c-5 6 -5 27 0 33c54 4 62 9 62 91v174c0 67 -28 91 -66 91c-30.9 0 -68.4 -20.3 -108 -59c-8 -8.70001 -17 -21 -17 -42v-164c0 -82 11 -86 61.8 -91c6 -6 6 -27 0 -33c-30 1 -60.8 2 -100.8 2s-78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v195
+c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.7 -46.3 8 -76z" />
+    <glyph glyph-name="uni1E44" unicode="&#x1e44;" horiz-adv-x="699" 
+d="M304 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441
+c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30
+v327z" />
+    <glyph glyph-name="uni1E45" unicode="&#x1e45;" horiz-adv-x="542" 
+d="M238 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2
+c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68
+c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="uni1E46" unicode="&#x1e46;" horiz-adv-x="699" 
+d="M300 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31
+c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435
+c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="uni1E47" unicode="&#x1e47;" horiz-adv-x="542" 
+d="M215 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2
+c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68
+c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="uni1E48" unicode="&#x1e48;" horiz-adv-x="699" 
+d="M453 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31
+c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435
+c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="uni1E49" unicode="&#x1e49;" horiz-adv-x="542" 
+d="M359 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2
+c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68
+c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="uni1E4A" unicode="&#x1e4a;" horiz-adv-x="699" 
+d="M367 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2
+c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33
+c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="uni1E4B" unicode="&#x1e4b;" horiz-adv-x="542" 
+d="M285 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149
+c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2
+s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="uni1E4C" unicode="&#x1e4c;" horiz-adv-x="702" 
+d="M400.7 748.1c18.7 0 28 11 39.9 57.2c9.39999 1.10004 17.8 -2.20001 22.9 -6.59998c-10.2 -66 -34.8 -108.9 -73.9 -108.9c-18.7 0 -36.6 19.8 -54.4 35.2c-15.3 12.1 -31.4 20.9 -45.9 20.9c-22.1 0 -30.6 -16.5 -39.1 -52.8c-9.39999 -2.19995 -17.9 -1.09998 -23 5.5
+c11.9 64.9 31.5 107.8 68 107.8c25.5 0 44.3 -22 61.3 -37.4c13.6 -13.2 28 -20.9 44.2 -20.9zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM608.1 804.9c22.1 -11.7 38 -27 47.8 -45.8l-110.9 -51.1c-16.2 -7.90002 -25.5 -10.5 -32.4 -10.5c-6.89996 0 -11.5 6.20001 -11.5 13.2
+c0 6.20001 1.5 10.6 11.5 18.5z" />
+    <glyph glyph-name="uni1E4D" unicode="&#x1e4d;" horiz-adv-x="504" 
+d="M304 551c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM41 205c0 63.2 19 121.4 55.3 164
+c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222zM341 750
+c2.29999 0.900024 6.79999 1.79999 10.7 1.79999c4.89999 0 24.7 -0.799988 42.4 -20.2l2.29999 -9.69995l-88.6 -95.9c-11.5 -13.2 -17.6 -16.8 -23 -16.8c-5.39999 0 -10.8 5.29999 -10.8 11.5c0 9.89996 2.5 13.3 8.79999 24.6z" />
+    <glyph glyph-name="uni1E4E" unicode="&#x1e4e;" horiz-adv-x="702" 
+d="M511 752c0 25 21 46 46 46s46 -21 46 -46s-21 -46 -46 -46s-46 21 -46 46zM101 752c0 25 21 46 46 46s46 -21 46 -46s-21 -46 -46 -46s-46 21 -46 46zM400.7 748.1c18.7 0 28 11 39.9 57.2c9.39999 1.10004 17.8 -2.20001 22.9 -6.59998
+c-10.2 -66 -34.8 -108.9 -73.9 -108.9c-18.7 0 -36.6 19.8 -54.4 35.2c-15.3 12.1 -31.4 20.9 -45.9 20.9c-22.1 0 -30.6 -16.5 -39.1 -52.8c-9.39999 -2.19995 -17.9 -1.09998 -23 5.5c11.9 64.9 31.5 107.8 68 107.8c25.5 0 44.3 -22 61.3 -37.4
+c13.6 -13.2 28 -20.9 44.2 -20.9zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320
+c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1E4F" unicode="&#x1e4f;" horiz-adv-x="504" 
+d="M304 551c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM41 205c0 63.2 19 121.4 55.3 164
+c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222zM110 682
+c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM279 682c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni1E50" unicode="&#x1e50;" horiz-adv-x="702" 
+d="M442.3 745h-190.3c-7.7 0 -11.1 11 -11.1 18c0 12 9.40001 32 18.7 32h191.2c8.5 0 11.9 -11 11.9 -17c0 -12 -9.30002 -33 -20.4 -33zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM95.9 805.1l93.2 -73.9c8.5 -7 11.5 -12.3 11.5 -18.5c0 -7 -5.3 -13.2 -11.5 -13.2
+c-6.20001 0 -16.9 2.59998 -33.1 10.5l-118.6 55.5c14.1 15.6 32.2 29.4 58.5 39.6z" />
+    <glyph glyph-name="uni1E51" unicode="&#x1e51;" horiz-adv-x="504" 
+d="M213.9 758l53.9 -110.8c3.80002 -8.79999 4.60001 -15 4.60001 -21.2c0 -4.40002 -5.39999 -9.59998 -11.6 -9.59998c-4.59998 0 -9.99998 4.39996 -22.3 17.6l-87.8 95.9l1.60001 9.69995c6.2 5.30005 23.8 20.2 50 20.2c3.8 0 8.5 -0.899963 11.6 -1.79999zM360 518
+h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56
+c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1E52" unicode="&#x1e52;" horiz-adv-x="702" 
+d="M420.3 745h-190.3c-7.7 0 -11.1 11 -11.1 18c0 12 9.40001 32 18.7 32h191.2c8.5 0 11.9 -11 11.9 -17c0 -12 -9.30002 -33 -20.4 -33zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM603.1 804.9c22.1 -11.7 38 -27 47.8 -45.8l-110.9 -51.1c-16.2 -7.90002 -25.5 -10.5 -32.4 -10.5
+s-11.5 6.20001 -11.5 13.2c0 6.20001 1.5 10.6 11.5 18.5z" />
+    <glyph glyph-name="uni1E53" unicode="&#x1e53;" horiz-adv-x="504" 
+d="M273 767c2.29999 0.900024 6.79999 1.79999 10.7 1.79999c4.89999 0 24.7 -0.799988 42.4 -20.2l2.29999 -9.69995l-88.6 -95.9c-11.5 -13.2 -17.6 -16.8 -23 -16.8c-5.40001 0 -10.8 5.29999 -10.8 11.5c0 9.89996 2.5 13.3 8.8 24.6zM360 518h-224c-9 0 -13 11 -13 18
+c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404
+c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1E54" unicode="&#x1e54;" horiz-adv-x="541" 
+d="M344 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM189 554v-233c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM104 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204c-35 0 -59 3 -81 10v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="uni1E55" unicode="&#x1e55;" horiz-adv-x="519" 
+d="M313 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM175 331c-11.6 -14.3 -16 -23 -16 -44v-182c0 -36.1 3.89999 -41.9 24 -59.9c18 -16.1 53 -21.1 71 -21.1c112 0 141 102 141 184
+c0 113 -55 185 -119 185c-29.2 0 -75 -30 -101 -62zM156 368c0.5 -9.60001 5.39999 -10.3 11 -4c39.5 44.5 90.5 75 137 75c102 0 177 -98 177 -204c0 -81 -27 -143 -74 -189c-41 -39 -91 -56 -147 -56c-31.6 0 -62.5 5.6 -87 15.5c-10.2 4.2 -14 5.5 -14 -7.5v-108
+c0 -83 11 -87 82 -91c6 -6 6 -27 0 -33c-33 1 -81 2 -121 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v427c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.5 -36 8 -66z" />
+    <glyph glyph-name="uni1E56" unicode="&#x1e56;" horiz-adv-x="541" 
+d="M234 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM189 554v-233c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM104 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7
+c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204c-35 0 -59 3 -81 10v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="uni1E57" unicode="&#x1e57;" horiz-adv-x="519" 
+d="M218 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM175 331c-11.6 -14.3 -16 -23 -16 -44v-182c0 -36.1 3.89999 -41.9 24 -59.9c18 -16.1 53 -21.1 71 -21.1c112 0 141 102 141 184c0 113 -55 185 -119 185
+c-29.2 0 -75 -30 -101 -62zM156 368c0.5 -9.60001 5.39999 -10.3 11 -4c39.5 44.5 90.5 75 137 75c102 0 177 -98 177 -204c0 -81 -27 -143 -74 -189c-41 -39 -91 -56 -147 -56c-31.6 0 -62.5 5.6 -87 15.5c-10.2 4.2 -14 5.5 -14 -7.5v-108c0 -83 11 -87 82 -91
+c6 -6 6 -27 0 -33c-33 1 -81 2 -121 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v427c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.5 -36 8 -66z" />
+    <glyph glyph-name="uni1E58" unicode="&#x1e58;" horiz-adv-x="587" 
+d="M224 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7
+c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="uni1E59" unicode="&#x1e59;" horiz-adv-x="372" 
+d="M157 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3c-7.79999 10.3 -16.8 12.7 -25.8 12.7
+c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8
+c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="uni1E5A" unicode="&#x1e5a;" horiz-adv-x="587" 
+d="M243 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2
+c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24
+c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="uni1E5B" unicode="&#x1e5b;" horiz-adv-x="372" 
+d="M76 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3c-7.79999 10.3 -16.8 12.7 -25.8 12.7
+c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8
+c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="uni1E5C" unicode="&#x1e5c;" horiz-adv-x="587" 
+d="M377 713h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM243 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153
+c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48
+c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="uni1E5D" unicode="&#x1e5d;" horiz-adv-x="372" 
+d="M297 521h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM76 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83
+c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33
+c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="uni1E5E" unicode="&#x1e5e;" horiz-adv-x="587" 
+d="M413 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2
+c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24
+c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="uni1E5F" unicode="&#x1e5f;" horiz-adv-x="372" 
+d="M254 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3
+c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="uni1E60" unicode="&#x1e60;" horiz-adv-x="485" 
+d="M174 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1
+c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123
+c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="uni1E61" unicode="&#x1e61;" horiz-adv-x="390" 
+d="M159 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112
+c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3
+c0 42 -3 89 -7 138z" />
+    <glyph glyph-name="uni1E62" unicode="&#x1e62;" horiz-adv-x="485" 
+d="M178 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1
+c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123
+c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="uni1E63" unicode="&#x1e63;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138zM140 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48
+c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni1E64" unicode="&#x1e64;" horiz-adv-x="485" 
+d="M70 743c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM333 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM394.7 631c10.3 -53 14.3 -81 17.8 -129
+c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23
+c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="uni1E65" unicode="&#x1e65;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138zM240 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109
+c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM52.4 593.1c0 21.6 25.2 43.2 46.8 43.2c24.3 0 43.2 -25.2 43.2 -46.8c0 -19 -21.6 -43.2 -46.8 -43.2c-21.6 0 -43.2 23.4 -43.2 46.8z" />
+    <glyph glyph-name="uni1E66" unicode="&#x1e66;" horiz-adv-x="485" 
+d="M188 842c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM215 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6
+c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152
+c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="uni1E67" unicode="&#x1e67;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138zM169 502c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90
+c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM150.4 648.1c0 21.6 25.2 43.2 46.8 43.2c24.3 0 43.2 -25.2 43.2 -46.8c0 -19 -21.6 -43.2 -46.8 -43.2c-21.6 0 -43.2 23.4 -43.2 46.8z" />
+    <glyph glyph-name="uni1E68" unicode="&#x1e68;" horiz-adv-x="485" 
+d="M184 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM178 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6
+c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152
+c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="uni1E69" unicode="&#x1e69;" horiz-adv-x="390" 
+d="M138 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112
+c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3
+c0 42 -3 89 -7 138zM140 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni1E6A" unicode="&#x1e6a;" horiz-adv-x="597" 
+d="M255 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106
+c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="uni1E6B" unicode="&#x1e6b;" horiz-adv-x="316" 
+d="M84 730c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999
+c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="uni1E6C" unicode="&#x1e6c;" horiz-adv-x="597" 
+d="M250 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49
+c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="uni1E6D" unicode="&#x1e6d;" horiz-adv-x="316" 
+d="M132 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999
+c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="uni1E6E" unicode="&#x1e6e;" horiz-adv-x="597" 
+d="M397 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49
+c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="uni1E6F" unicode="&#x1e6f;" horiz-adv-x="316" 
+d="M261 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9
+c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="uni1E70" unicode="&#x1e70;" horiz-adv-x="597" 
+d="M323 -44c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2
+c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5
+c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="uni1E71" unicode="&#x1e71;" horiz-adv-x="316" 
+d="M189 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7
+c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66
+s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="uni1E72" unicode="&#x1e72;" horiz-adv-x="661" 
+d="M201 -113c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM370 -113c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91
+c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33
+c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni1E73" unicode="&#x1e73;" horiz-adv-x="531" 
+d="M112 -113c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM281 -113c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2
+c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27
+c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1E74" unicode="&#x1e74;" horiz-adv-x="661" 
+d="M402 -117c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM172 523v-257c0 -65 2 -141 51 -188
+c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91
+c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni1E75" unicode="&#x1e75;" horiz-adv-x="531" 
+d="M312 -117c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM217 -10c-99 0 -129 67 -129 136v192
+c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6
+c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1E76" unicode="&#x1e76;" horiz-adv-x="661" 
+d="M350 -44c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246
+c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2
+c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni1E77" unicode="&#x1e77;" horiz-adv-x="531" 
+d="M258 -43c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.3 21.3 3 32 0zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33
+c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192
+c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1E78" unicode="&#x1e78;" horiz-adv-x="661" 
+d="M405.6 745.1c18.7 0 28 11 39.9 57.2c9.39999 1.10004 17.9 -2.20001 23 -6.59998c-10.2 -66 -34.9 -108.9 -74 -108.9c-18.7 0 -36.5 19.8 -54.3 35.2c-15.3 12.1 -31.5 20.9 -46 20.9c-22.1 0 -30.5 -16.5 -39 -52.8c-9.39999 -2.19995 -17.9 -1.09998 -23 5.5
+c11.9 64.9 31.5 107.8 68 107.8c25.5 0 44.2 -22 61.2 -37.4c13.6 -13.2 28.1 -20.9 44.2 -20.9zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2
+c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91zM594.1 831.9
+c22.1 -11.7 38 -27 47.8 -45.8l-110.9 -51.1c-16.2 -7.90002 -25.5 -10.5 -32.4 -10.5s-11.5 6.20001 -11.5 13.2c0 6.20001 1.5 10.6 11.5 18.5z" />
+    <glyph glyph-name="uni1E79" unicode="&#x1e79;" horiz-adv-x="531" 
+d="M312 778c2.29999 0.900024 6.79999 1.79999 10.7 1.79999c4.89999 0 24.7 -0.799988 42.4 -20.2l2.29999 -9.69995l-88.6 -95.9c-11.5 -13.2 -17.6 -16.8 -23 -16.8s-10.8 5.29999 -10.8 11.5c0 9.89996 2.5 13.3 8.8 24.6zM324 573c22 0 33 10 47 52c11 1 21 -2 27 -6
+c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33
+c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192
+c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="250" 
+ />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="705" 
+d="M250 338c-103 -57 -125 -111 -125 -182c0 -98 54 -133 117 -133c71 0 107 36 156 103c-57 75 -137 191 -148 212zM421 94c-46 -63 -101 -104 -186 -104c-107 0 -192 44 -192 166c0 79 53 146 185 220c-37 64 -51 103 -51 141c0 59 54 130 154 130c70 0 128 -45 128 -108
+c0 -55 -66 -120 -149 -168l4 -8c18 -31 76 -114 122 -176c36.1 53.3 60.3 96.1 77.4 128c37.6 70 22.7 75.3 -31.4 78c-6 6 -6 27 0 33c20 -1 61 -2 95 -2s64 1 84 2c6 -6 6 -27 0 -33c-61.2 -3.79999 -68 -9 -114 -91c-26.9 -48 -49.4 -88 -89 -145l36 -50
+c31 -43 61 -63 77 -63c33 0 56 15 76 54c11 0 15.8 -4.6 21 -10c-23 -70 -68 -98 -103 -98c-31 0 -68 2 -115 67zM289 409c64 42 101 94 101 130c0 45 -23 75 -64 75c-26 0 -75 -29 -75 -95c0 -23 12 -61 38 -110z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="190" 
+d="M79 426c0 0 -26 159 -26 168c0 22 21 50 51 50c26 0 35 -17 35 -33s-33 -181 -33 -181z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="220" 
+d="M104 95c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="338" 
+d="M271 223h-216c-9 0 -15 9 -15 19c0 18 13 41 25 41h219c10 0 14 -10 14 -20c0 -12 -14 -40 -27 -40z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="220" 
+d="M57 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="465" 
+d="M232 575c-45 0 -106 -46 -106 -292c0 -87 10 -258 103 -258c18 0 67 9 89 91c14 51 17 114 17 206c0 134 -27 210 -58 236c-12 11 -28 17 -45 17zM228 -10c-38.7 0 -73 13.6 -101.4 42c-54.7 54.5 -87.6 155.4 -87.6 262c0 198 94 316 193 316c54 0 95.8 -30.3 122 -65
+c44 -58 68 -143 68 -242c0 -235 -117 -313 -194 -313z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="297" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="322" 
+d="M226 523v-420c0 -143 -58.3 -194.7 -102 -232c-41 -35 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c24.9 0 33.7 -12.8 39.7 -25.5c7 -14.7 21.2 -26.5 40.3 -26.5c33 0 85 28 85 208v442c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 102.7 -2 139 -2
+c38.7 0 82 1 120 2c6 -6 6 -27 0 -33c-60 -3 -77 -8 -77 -91z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="637" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -91 2 -129 2c-39 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c45 -1 90.5 -2 129 -2c36.5 0 84 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7
+c35.1 2.90002 57.7 16 79 38.7l165 176c42.1 44.9 8.10001 48.6 -28 52c-6 6 -6 27 0 33c37 -1 76 -2 113 -2c32.2 0 64 1 95 2c6 -6 6 -27 0 -33c-40 -3 -80 -7 -126 -56l-147 -151c-34 -35 -35 -42 -35 -49c0 -8 5.29999 -15.9 13 -25l219 -260
+c30.6 -36.3 59.1 -39.4 88 -42c6 -6 6 -27 0 -33c-33 1 -67 2 -101 2c-21.1 0 -34 -1 -54 -2c-4 0 -4.60001 3 -5 6c-2 16 -15.7 43.4 -36 69l-157 198c-20.3 25.6 -49.2 36.9 -83 37.9v-186.9z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="528" 
+d="M149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131
+c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="839" 
+d="M662.7 116l-25.7 418h-2l-225 -529c-4 -8 -8 -15 -14 -15s-12.2 7.9 -15 15l-207 519h-2l-38 -401c-5.39999 -56.3 0 -87 66 -92c6 -6 6 -27 0 -33c-30 1 -70 2 -94 2s-56 -1 -86 -2c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81c-6 6 -6 27 0 33
+l145 -2l205 -508c3.10001 -7.60001 6 -13 8 -13s5 4 9 14l212 507l131 2c6 -6 6 -27 0 -33c-68 -4 -73 -18 -68.7 -72l29.8 -421c5.80005 -82.8 8.90002 -87 76.9 -90c6 -6 6 -27 0 -33c-33.2 1 -79 2 -109 2s-70 -1 -107 -2c-6 6 -6 27 0 33c65 3 68.7 4 63.7 85z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="699" 
+d="M556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102
+c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348
+c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="541" 
+d="M189 554v-233c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM104 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204c-35 0 -59 3 -81 10
+v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-44.7 -63.7 -111.7 -107.2 -194.9 -121.2c-32.6 -9.2 -81.6 -30 -131.2 -66.3c7.19998 1 13.9 1.5 19.9 1.5
+c57.8 0 107.9 -21.7 154.5 -44.1c42.5 -20.4 82.7 -37.9 124.5 -37.9c29 0 65 10 87 37l17 -12c-39 -56 -81 -82 -144 -82c-70.6 0 -121.4 27 -168 53.6c-38.9 22.2 -75.5 41.4 -118 41.4c-7.60001 0 -21.2 -3.3 -35.3 -12.7c-13.2 -14.1 -25.9 -29.5 -37.7 -46.3l-39 20
+c4.8 8.3 10.8 16 17.6 23.1c35.9 43.1 91.6 90.4 152.5 122.3c-151.4 18.1 -272.1 136.6 -272.1 317.6c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="587" 
+d="M272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="485" 
+d="M394.6 631c10.4 -53 14.4 -81 17.9 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2
+c-34.8 -21.7 -77.9 -32.8 -123.4 -32.8c-88.7 0 -116.6 23 -179.6 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82.1 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.4 173
+c97.6 0 95.4 -19 153.2 -27z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="597" 
+d="M350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86
+c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="661" 
+d="M172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305
+c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="652" 
+d="M448 614c-6 6 -6 27 0 33c41 -1 86 -2 109 -2s58 1 88 2c6 -6 6 -27 0 -33c-63 -7 -79.1 -45.7 -98.3 -93l-206.7 -510c-5.79999 -14.3 -13 -23 -24 -23c-10 0 -17 7.4 -23 23l-197.5 512c-26.6 69 -34.5 86 -89.5 91c-6 6 -7 27 -1 33c33 -1 67.7 -2 104 -2
+c36 0 81 1 121 2c6 -6 6 -27 0 -33c-68 -7 -73.8 -20.5 -50.6 -80l159.1 -407h4.60001l157.9 401c21.4 54.4 21 81 -53 86z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="951" 
+d="M810 565c15.3 42.6 -25 46 -66 49c-6 6 -6 27 0 33c40 -1 84 -2 110 -2s58 1 87 2c6 -6 6 -27 0 -33c-55 -3 -73.1 -26.3 -86 -61l-201 -539c-5 -15 -12 -26 -23 -26c-12 0 -17.1 10 -23 27l-115 332c-5.89999 17.1 -10 28 -14 28c-5 0 -8.10001 -5 -17 -25l-149 -335
+c-7.39999 -16.6 -13 -27 -26 -27c-11.5 0 -16.6 11.1 -22 27l-188 541c-18.6 53.5 -26 55 -71 58c-6 6 -6 27 0 33c29 -1 58.3 -2 93 -2c39 0 83 1 116 2c6 -6 6 -27 0 -33c-35 -2 -61.6 -6.90002 -50 -42l146.2 -442.3l4.29999 -1l129.5 293.3c7.5 16.9 9 24.7 9 35
+c0 9 -3.10001 19 -7 31l-23 66c-9 25.7 -31 57 -84 60c-6 6 -6 27 0 33c32 -1 67 -2 100 -2c40 0 84 1 125 2c6 -6 6 -27 0 -33c-34 -3 -69.5 -6.20001 -52 -60l137.5 -422l3.20001 -1.3z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="660" 
+d="M538 102c42.4 -58.3 59 -68 101 -71c6 -6 7 -27 1 -33c-30 1 -63 2 -102 2c-40 0 -77 -1 -114 -2c-6 6 -6 27 0 33c56 3 51.8 13.9 23.5 54.2l-123.5 175.8c-5.60001 8 -10 11 -14 11c-3 0 -9.29999 -6 -15 -14l-132 -185c-24.2 -34 -5.3 -39 39 -42c6 -6 6 -27 0 -33
+c-40 1 -82 2 -105 2s-60 -1 -90 -2c-6 6 -6 27 0 33c44.7 4.3 76.7 16.1 111 62l148 198c5.89999 7.89999 10 17 10 23c0 10 -5.79999 18.3 -14 30l-142.3 203c-41.2 58.7 -59.7 64 -101.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 77 1 114 2c6 -6 6 -27 0 -33
+c-56 -3 -51.7 -14.2 -23.5 -54.2l110.5 -163.8c4.79999 -7 9 -11 12 -11c4 0 10 3.5 16 12l123 175c23.5 33.4 5.29999 39 -39 42c-6 6 -6 27 0 33c40 -1 82 -2 105 -2s60 1 90 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -76.3 -17.1 -111 -62l-137 -177
+c-9.10001 -11.8 -10 -21 -10 -30c0 -10 6.20001 -19.6 16 -33z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="575" 
+d="M337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2
+c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216
+c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="604" 
+d="M551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2
+c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="356" 
+d="M108 -193v896h212c6 -6 6 -24 0 -30c-137 -10 -145 -25 -145 -112v-611c0 -87 7 -102 145 -113c6 -6 6 -24 0 -30h-212z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="287" 
+d="M55 698l230 -746h-44l-230 746h44z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="356" 
+d="M248 704v-896h-212c-6 6 -6 24 0 30c137 10 145 25 145 112v611c0 87 -7 102 -145 113c-6 6 -6 24 0 30h212z" />
+    <glyph glyph-name="uni02C4" unicode="&#x2c4;" horiz-adv-x="518" 
+d="M259 593l-102 -247h-45l127 304h42l126 -304h-45z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="486" 
+d="M476 -110c8 -8 8 -36 0 -44h-466c-8 8 -8 36 0 44h466z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="457" 
+d="M293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42
+c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="493" 
+d="M174 363c-12.9 -11.4 -17 -21 -17 -42v-250c20 -25 41 -47 72 -47c95 0 141 86 141 200c0 97 -50 171 -111 171c-29 0 -59 -9 -85 -32zM167 394c31 28 69.1 45 112 45c87 0 177 -75 177 -197c0 -159 -119 -252 -221 -252c-35.3 0 -65.1 5.5 -88 24.8
+c-11 9.2 -17 9.2 -27.3 -2.8c-7.7 -8.9 -17.6 -18.2 -23.7 -24c-12 0 -17 4 -22 12c3 14 4 32 4 71v488c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-184c0 -9 3.7 -10.7 10 -5z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="428" 
+d="M398 91c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="506" 
+d="M345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176
+c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59
+c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="447" 
+d="M124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2
+c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="310" 
+d="M175 122c0 -83 6 -87 84 -91c6 -6 6 -27 0 -33c-35 1 -83 2 -123 2s-75 -1 -110 -2c-6 6 -6 27 0 33c54 4 70 8 70 91v268h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v40c0 156 93 229 177 229c38 0 64 -3 90 -21c21 -16 32 -34 32 -51c0 -20 -24 -41 -41 -41
+c-21 0 -32 14 -40 32c-14 35 -30 47 -60 47c-33 0 -79 -24 -79 -178v-57h108c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -23 -13h-93v-268z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="500" 
+d="M319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94c0 -68 84 -97 120 -97c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5z
+M444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153c-39 0 -67 7 -91 21c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81
+c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121c-26 13 -46 41 -46 77c0 34 16 77 44 101c-28 27 -52 58 -52 112c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="538" 
+d="M167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225
+c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77
+c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="271" 
+d="M90 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28
+c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="272" 
+d="M99 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34
+c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="512" 
+d="M86 122v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-348.8c18.9 2.60001 45.8 14.4 68 30.8c25.7 19 57 53 80 82c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33c23 -1 60 -2 98 -2c36 0 64 1 87 2
+c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42c6 -6 6 -27 0 -33c-20 1 -51 2 -82 2c-20 0 -42 -1 -62 -2c-3 0 -3.70001 2 -4 5c-1.29999 11.7 -12.6 30.5 -42 70l-73 98
+c-11.9 16 -21 25 -32 32.5c-9.7 3.39999 -23.8 4.89999 -43 5.39999v-86.9c0 -83 11 -87 52 -91c6 -6 6 -27 0 -33c-23 1 -56 2 -91 2c-40 0 -74 -1 -107 -2c-6 6 -6 27 0 33c56 4 67 8 67 91z" />
+    <glyph glyph-name="l.superior" unicode="&#x2e1;" horiz-adv-x="161" 
+d="M55 440v211c0 52 -8 48 -40 50c-4 4 -4 16 -3 21c25 2 70 11 86 17c6 0 8 -2 8 -6c0 0 -2 -26 -2 -66v-227c0 -51 7 -53 40 -55c4 -4 4 -18 0 -22c-22 1 -39 1 -64 1s-44 0 -65 -1c-4 4 -4 16 0 20c33 2 40 6 40 57z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="790" 
+d="M170 358c0.5 -12 7.39999 -5.10001 12 0c41.7 46.6 94 81 152 81c52 0 90.5 -32.4 100 -73.4c2 -8.60001 8 -3.60001 11 -0.399994c52.1 55 113.8 73.8 165 73.8c88 0 103 -70 103 -159v-158c0 -82 9 -87 64 -91c5 -6 5 -27 0 -33c-28 1 -63 2 -103 2s-77 -1 -102 -2
+c-5 6 -5 27 0 33c52 4 62 9 62 91v176c0 67 -22 89 -60 89c-39 0 -84 -13 -132 -66c1 -12 1 -26 1 -40v-159c0 -82 9 -87 59 -91c5 -6 5 -27 0 -33c-25 1 -58 2 -98 2s-77 -1 -102 -2c-5 6 -5 27 0 33c54 4 62 9 62 91v174c0 67 -28 91 -66 91c-30.9 0 -68.4 -20.3 -108 -59
+c-8 -8.70001 -17 -21 -17 -42v-164c0 -82 11 -86 61.8 -91c6 -6 6 -27 0 -33c-30 1 -60.8 2 -100.8 2s-78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.7 -46.3 8 -76z
+" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="542" 
+d="M184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59
+c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76
+c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="504" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="519" 
+d="M175 331c-11.6 -14.3 -16 -23 -16 -44v-182c0 -36.1 3.89999 -41.9 24 -59.9c18 -16.1 53 -21.1 71 -21.1c112 0 141 102 141 184c0 113 -55 185 -119 185c-29.2 0 -75 -30 -101 -62zM156 368c0.5 -9.60001 5.39999 -10.3 11 -4c39.5 44.5 90.5 75 137 75
+c102 0 177 -98 177 -204c0 -81 -27 -143 -74 -189c-41 -39 -91 -56 -147 -56c-31.6 0 -62.5 5.6 -87 15.5c-10.2 4.2 -14 5.5 -14 -7.5v-108c0 -83 11 -87 82 -91c6 -6 6 -27 0 -33c-33 1 -81 2 -121 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v427
+c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.5 -36 8 -66z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="503" 
+d="M322 368.4c-21.9 24.5 -48.6 36.6 -79 36.6c-80 0 -122 -74 -122 -178c0 -151 87 -193 145 -193c15.8 0 42.6 1.1 66 13.2c13 6.8 14 11.8 14 29.8v230c0 24.1 -4 39 -24 61.4zM346 -111v111c0 21 -4 19 -27 5.6c-17.1 -10 -50 -15.6 -77 -15.6c-144 0 -207 124 -207 217
+c0 132 90 232 212 232c42.4 0 81.4 -8.70001 113 -29.2c12 -7.79999 16 -4.79999 29 13.2c8.10001 11.3 14 19 21 19c11 0 15 -11 15 -25v-528c0 -83 11 -87 72 -90c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 7 72 90z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="372" 
+d="M176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33
+c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="s.superior" unicode="&#x2e2;" horiz-adv-x="253" 
+d="M28 458h22c1 -14 7 -41 23 -57c7 -6 26 -18 49 -18c24 0 48 11 48 38c0 21 -8 41 -58 62c-46 19 -77 35 -77 80c0 42 45 74 94 74c31 0 70 -10 81 -17l9 -75l-23 -1c-14 58 -48 68 -67 68c-25 0 -46 -13 -46 -40c0 -24 10 -33 44 -47c51 -21 97 -40 97 -90
+c0 -61 -66 -77 -100 -77c-30 0 -52 14 -72 14c-3 0 -13 -1 -19 -2c0 24 -2 56 -5 88z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="316" 
+d="M43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253
+c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="531" 
+d="M217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33
+c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="497" 
+d="M325 398c-6 6 -6 27 0 33c25 -1 59 -2 92 -2c26 0 50 1 70 2c6 -6 6 -27 0 -33c-56 -5 -66.9 -30.1 -85.6 -74l-133.4 -313c-7.10001 -16.6 -14 -23 -24 -23c-13 0 -19 6 -25 21l-127.6 316c-20.4 50.6 -27.4 66.7 -80.4 73c-6 6 -6 27 0 33c30 -1 60 -2 93 -2
+s68 1 101 2c6 -6 6 -27 0 -33c-53.3 -7 -49 -19 -31.1 -67l72.1 -193c15.6 -41.8 20.8 -42.5 37 -3l80.7 196c20.9 50.8 15.3 63 -38.7 67z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="747" 
+d="M203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177l-6.39999 16c-17.9 44.8 -29.6 73.5 -76.6 78c-6 6 -6 27 0 33c30 -1 63 -2 88 -2c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4
+l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2s52 1 72 2c6 -6 6 -27 0 -33c-51 -3 -68 -31.1 -84.4 -72l-130.6 -317c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323
+c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2c36 0 71 1 101 2c6 -6 6 -27 0 -33z" />
+    <glyph glyph-name="x.superior" unicode="&#x2e3;" horiz-adv-x="307" 
+d="M234.2 569l-52.2 -67l52.2 -74c26.3 -37.3 32.7 -40.2 60.8 -42c4 -4 4 -18 0 -22c-18 1 -33 2 -56 2c-24 0 -50 -1 -68 -2c-4 4 -4 18 0 22c29 1 26 9 14 28c0 0 -27 42 -32 50c-16 -21 -40 -50 -40 -50c-14 -18 -15 -27 14 -28c4 -4 4 -18 0 -22c-18 1 -34 2 -58 2
+c-23 0 -30 -1 -48 -2c-4 4 -4 18 0 22c28.1 1.79999 30.4 6.5 60.8 42c0 0 49.2 58 52.2 61l-56.2 80c-26.6 37.8 -27.7 40.2 -55.8 42c-4 4 -4 18 0 22c18 -1 28 -2 51 -2c24 0 53 1 71 2c4 -4 4 -18 0 -22c-29 -1 -29 -8 -17 -28l36 -57c40 56 41 57 41 57
+c13.2 18.8 15 27 -14 28c-4 4 -4 18 0 22c18 -1 33 -2 57 -2c23 0 30 1 48 2c4 -4 4 -18 0 -22c-28.1 -1.79999 -32.8 -6.09998 -60.8 -42z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="515" 
+d="M204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2
+c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="424" 
+d="M71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12
+c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="277" 
+d="M178 552l8 -166c4.3 -89 -37.8 -117.8 -105 -137v-4c67.8 -28.2 109.4 -67.7 105 -150l-8 -149c-4.5 -84 36 -134 80 -134c6 -6 6 -18 0 -24c-101 0 -157 33 -152 163l6 170c2 61 -24.5 105 -98 114c-8 8 -9 15 0 24c74 7 98 61 98 111l-6 184c-4 113 62 153 152 153
+c6 -6 6 -18 0 -24c-38 -11 -85 -28.1 -80 -131z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="205" 
+d="M125 -232h-44v930h44v-930z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="277" 
+d="M95 -58l-8 166c-4.3 89 37.8 117.8 105 137v4c-67.8 28.2 -109.4 67.7 -105 150l8 149c4.5 84 -36 134 -80 134c-6 6 -6 18 0 24c101 0 157 -33 152 -163l-6 -170c-2 -61 24.5 -105 98 -114c8 -8 9 -15 0 -24c-74 -7 -98 -61 -98 -111l6 -184c4 -113 -62 -153 -152 -153
+c-6 6 -6 18 0 24c38 11 85 28.1 80 131z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="449" 
+d="M26 209c13 65 67 128 128 128c23 0 50.5 -13.8 75 -32c27 -20 50 -33 72 -33c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-23 0 -52 15 -76 33c-24.2 18.1 -48 32 -73 32c-35 0 -82 -29 -105 -73c-6 0 -11.3 1 -17 4z" />
+    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="250" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="288" 
+d="M144 -229c-24 0 -53 19 -53 73c0 65 14 107 24 193c13 108 13 168 15 182c1 11 4 20 14 20s13 -7 14 -13c2 -21 8 -111 16 -189c9 -88 23 -123 23 -193c0 -54 -29 -73 -53 -73zM197 386c0 -29 -24 -53 -53 -53s-53 24 -53 53s24 53 53 53s53 -24 53 -53z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="465" 
+d="M232 611h36v-96.6c88.9 -1.10004 141.5 -38.8 141.5 -90.3c0 -29.5 -26.5 -41.9 -46.5 -41.9s-33.3 8.59998 -36.2 34.3c-3.59998 31.5 -10.6 62.9 -58.8 66.2v-348.1c3.39999 -0.300003 6.79999 -0.5 10.3 -0.5c40.9 0 81.8 20.9 114.1 62.7
+c8.60001 -1 16.2 -4.7 20 -13.3c-44.6 -73.1 -91.7 -93.5 -144.4 -95.8v-100.7h-36v101.8c-104 11.2 -162.8 92.3 -162.8 206c0 119.7 79.2 199.8 162.8 216.4v99.8zM232 145.3v333.4c-48.2 -15.8 -81 -74.3 -81 -163c0 -85.2 33.9 -146.4 81 -170.4z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="465" 
+d="M74 300c-5 0 -6 2 -6 7v11c0 8 6 21 24 21h45v20c0 85 27 139 82 193c35 36 80 59 133 59c23 0 80 -13 80 -49c0 -25 -17 -41 -41 -41c-15 0 -24 8 -36 19c-13 12 -28 23 -50 23c-46 0 -83 -66 -83 -153v-71h124c5 0 8 -2 8 -6v-20c0 -8 -13 -13 -24 -13h-108
+c-1 -119 -41 -177 -75 -209c124 0 113 -47 182 -47c30 0 77 8 103 44c8 -1 14 -4 18 -11c-24 -52 -74 -88 -139 -88c-90 0 -91 60 -179 60c-35 0 -40 -14 -40 -25c0 -23 -18 -35 -40 -35c-19 0 -36 12 -36 28c0 19 24 35 51 50c59 43 70 123 70 214v19h-63z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="465" 
+d="M108 305c0 -77 48 -141 123 -141c74 0 123 65 123 140c0 79 -56 141 -121 141c-74 0 -125 -65 -125 -140zM231 119c-42 0 -80 13 -114 38l-45 -56l-43 43l57 45c-27 33 -42 72 -42 115c0 45 15 84 42 116l-55 44l39 42l48 -54c35 25 72 37 113 37c43 0 81 -13 115 -39
+l49 58l41 -43l-58 -47c26 -32 40 -70 40 -114c0 -42 -14 -80 -39 -113l55 -46l-38 -40l-48 53c-35 -26 -74 -39 -117 -39z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="465" 
+d="M191 127v7h-141c-5 0 -6 2 -6 7v13c0 8 6 19 24 19h123v72h-141c-5 0 -6 1 -6 6v12c0 8 6 21 24 21h119l-107 219c-18 38 -39 62 -80 66c-6 6 -6 27 0 33c32 -1 76 -2 90 -2c6 0 57 1 89 2c6 -6 6 -27 0 -33c-36 0 -47 -3 -30 -38l107 -220h2l77 176c32 73 35 78 -15 82
+c-6 6 -6 27 0 33c32 -1 62 -2 79 -2s35 1 67 2c6 -6 4 -27 -2 -33c-53 -5 -53 -9 -86 -82l-92 -203h129c4 0 8 -2 8 -6v-19c0 -10 -14 -14 -25 -14h-122v-72h139c4 0 8 -2 8 -6v-19c0 -10 -14 -14 -25 -14h-122v-7c0 -88 17 -93 102 -96c6 -6 6 -27 0 -33
+c-53 1 -87.2 2 -143 2c-56.9 0 -94 -1 -146 -2c-6 6 -6 27 0 33c85 3 102 8 102 96z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="211" 
+d="M130 674v-362h-49v362h49zM130 161v-362h-49v362h49z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="473" 
+d="M124.8 415.1c-34.9 35.3 -44.8 68.9 -44.8 110.9c0 66 53 132 156 132c97 0 139 -62 139 -101c0 -21 -9 -38 -36 -38c-26 0 -36 22 -41 41c-10 38 -25 67 -68 67c-47 0 -81 -35 -81 -81c0 -47 26 -84 91 -119c77 -41 183 -85 183 -208c0 -66.4 -30.4 -112.2 -74.8 -148.1
+c34.9 -35.3 44.8 -68.9 44.8 -110.9c0 -66 -53 -132 -156 -132c-97 0 -139 62 -139 101c0 21 9 38 36 38c26 0 36 -22 41 -41c10 -38 25 -67 68 -67c47 0 81 35 81 81c0 47 -26 84 -91 119c-77 41 -183 85 -183 208c0 64.4 30.4 112.2 74.8 148.1zM327 90.1
+c24.1 21.4 42 49.5 42 80.9c0 92 -75 132 -147 174c-31.5 18.2 -56.4 34.8 -75.9 50.8c-25.7 -23.2 -42.1 -46.4 -42.1 -80.8c0 -92 75 -132 147 -174c31.6 -18.2 56.5 -34.9 76 -50.9z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="379" 
+d="M50 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM219 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="695" 
+d="M439 216c-20 -31 -63 -64 -118 -64c-38.7 0 -75.3 12.9 -102 35c-34.6 28.7 -54 72.4 -54 117c0 38.2 12 74.6 36 101.5c28.9 32.3 74 51.5 122 51.5c70 0 87 -13 107 -15c2 -37 1 -59 0 -83c-5 -3 -12 -4 -20 -4c-17 46 -34 79 -91 79c-40 0 -87 -25 -87 -123
+c0 -73 42 -130 98 -130c51 0 79 34 90 50c9.79999 -2.7 14.4 -8.89999 19 -15zM321 23c-157 0 -287 128 -287 283c0 156 131 282 287 282s287 -126 287 -282s-131 -283 -287 -283zM321 556c-140 0 -247 -111 -247 -250c0 -138 107 -251 247 -251c138 0 247 112 247 251
+s-108 250 -247 250z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="307" 
+d="M192 502c-85 -22 -109 -40 -109 -71c0 -21 11 -41 45 -41c21 0 38 10 64 33v79zM235 358c-25 0 -39 21 -42 39c-34 -30 -52 -39 -85 -39c-42 0 -77 27 -77 70c0 42 40 70 103 86l58 15c0 75 -31 83 -54 83c-33 0 -54 -11 -54 -27c0 -7 1 -11 2 -13s2 -7 2 -12
+c0 -8 -7 -21 -26 -21c-15 0 -26 10 -26 25c0 40 62 73 104 73c49 0 106 -20 106 -114v-75c0 -41 5 -57 14 -57c4 0 9 2 12 5c7.29999 -2.70001 10.6 -8 10 -16c-9 -10 -28 -22 -47 -22z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="543" 
+d="M156 215c37.5 -42.5 75 -91 127 -170c-2.5 -10 -13.5 -17.8 -24 -19c-79.5 85.5 -129.5 134 -185 183v12c55.5 49 105.5 97.5 185 183c10.5 -1.20001 21.5 -9 24 -19c-52 -79 -89.5 -127.5 -127 -170zM336 215c37.5 -42.5 75 -91 127 -170c-2.5 -10 -13.5 -17.8 -24 -19
+c-79.5 85.5 -129.5 134 -185 183v12c55.5 49 105.5 97.5 185 183c10.5 -1.20001 21.5 -9 24 -19c-52 -79 -89.5 -127.5 -127 -170z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="599" 
+d="M499 99v224h-459c-3.7 12.8 -6.7 26 0 44h513v-268c-16.6 -6.4 -35 -9 -54 0z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="338" 
+d="M271 223h-216c-9 0 -15 9 -15 19c0 18 13 41 25 41h219c10 0 14 -10 14 -20c0 -12 -14 -40 -27 -40z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="695" 
+d="M376 370c0 34 -16 51 -50 51c-25 0 -40 -16 -40 -34v-75h42c30 0 48 12 48 58zM263 443c16 0 52 2 72 2c75 0 95 -45 95 -75c0 -39 -26 -64 -57 -74l48 -82c11 -18.8 27 -27 43 -24c4 -4 5 -11 4 -17c-12 -5 -24 -7 -36 -7c-20 0 -44 9 -61 38l-48 80c-4 3 -32 4 -37 4
+v-56c0 -32 8 -38 40 -41c4 -4 4 -20 0 -24c-18 1 -47 2 -63 2s-46 -1 -64 -2c-4 4 -4 20 0 24c32 3 40 9 40 41v148c0 32 -8 38 -40 41c-4 4 -4 20 0 24c18 -1 48 -2 64 -2zM321 23c-157 0 -287 128 -287 283c0 156 131 282 287 282s287 -126 287 -282s-131 -283 -287 -283z
+M321 556c-140 0 -247 -111 -247 -250c0 -138 107 -251 247 -251c138 0 247 112 247 251s-108 250 -247 250z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="397" 
+d="M315 529h-244c-9 0 -12 8 -12 15c0 12 10 29 22 29h244c10 0 14 -8 14 -14c0 -12 -11 -30 -24 -30z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="267" 
+d="M199 508c0 33 -20 72 -65 72c-43 0 -66 -36 -66 -72c0 -35 24 -69 66 -69c41 0 65 35 65 69zM34 509c0 56 45 101 100 101s99 -45 99 -101c0 -55 -44 -100 -99 -100s-100 45 -100 100z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="550" 
+d="M250 520c0 13 23 27 33 27c8 0 17 -4 17 -14v-172h176c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33h-163v-160c0 -12 -19 -25 -34 -25c-8 0 -16 6 -16 15v170h-175c-9 0 -15 8 -15 16c0 15 13 34 25 34h165v159zM463 37h-388c-9 0 -15 8 -15 16c0 15 13 34 25 34h391
+c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33z" />
+    <glyph glyph-name="two.superior" unicode="&#xb2;" horiz-adv-x="307" 
+d="M73 587c-12 0 -26 11 -26 24c0 26 28 77 107 77c50 0 108 -19 108 -83c0 -46 -33 -79 -89 -119c-42 -30 -57 -57 -66 -90h83c31 0 45 39 56 67c10.7 0.299988 18.7 -1.29999 24 -5c-4.29999 -35.7 -10.5 -67.3 -19 -94h-206c0 48 38 90 86 127c45 36 69 59 69 113
+c0 47 -32 54 -50 54c-31 0 -43 -9 -48 -21c-3.5 -8.29999 -0.699997 -21.1 -2 -29c-3 -18 -17 -21 -27 -21z" />
+    <glyph glyph-name="three.superior" unicode="&#xb3;" horiz-adv-x="307" 
+d="M186 624c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.8 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65c52 0 85 -22 85 -59c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115c-26.2 0 -96.8 11.3 -96.8 42.8
+c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.7 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2c-5.4 6.5 -4.7 17.9 -2 27c44 6 71 32 71 73z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="341" 
+d="M175 703c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="515" 
+d="M340 60c-39 -44 -82 -70 -146 -70c-27 0 -53 10 -65 23c-6 0 -13 -4 -13 -9c0 -65 34 -135 34 -178c0 -41 -19 -60 -43 -60c-17 0 -57 24 -57 65c0 51 16 98 16 161c0 33 -9 84 -9 142v188c0 28 -11 107 -11 107c24 0 57 7 87 10c0 0 3 -64 3 -96v-196
+c0 -62 17 -112 73 -112c55 0 110 39 133 72v322c25 0 53 7 79 10v-318c0 -46 1 -87 42 -87c26 0 29 16 35 16c4 0 12 -8 12 -15c0 -5 -36 -45 -88 -45c-61 0 -77 42 -80 70h-2z" />
+    <glyph glyph-name="pilcrow" unicode="&#xb6;" horiz-adv-x="602" 
+d="M367 574v-735c0 -27 17 -38 40 -38s41 7 41 38v735c0 31 -18 38 -41 38s-40 -11 -40 -38zM408 645c69 0 129.5 0 177 2l2 -2v-19c0 -5 -4 -7.70001 -8 -8l-26 -2c-39.7 -3.09998 -55 -12 -55 -42v-735c0 -30 15.3 -38.9 55 -42l26 -2c4 -0.300003 8 -3 8 -8v-19l-2 -2
+c-47.5 2 -108 2 -177 2s-128 0 -177 -2l-2 2v19c0 5 3 7.7 7 8l27 2c41.6 3.10001 54 14 54 42v446c-9 -2 -17 -3 -32 -3c-146 0 -228 65 -228 199c0 79 58 166 190 166c75 0 134 -2 161 -2z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="250" 
+d="M125 199c-28 0 -54 26 -54 54s26 54 54 54s54 -26 54 -54s-26 -54 -54 -54z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="541" 
+d="M302 -96c-19 0 -29 -1 -45 -6l-6 6l40 96h34l-25 -67c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="one.superior" unicode="&#xb9;" horiz-adv-x="307" 
+d="M135 620c-13 0 -32 -6 -57 -15c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="349" 
+d="M39 429c0 81 54 137 140 137c87 0 132 -62 132 -131c0 -65 -45 -132 -139 -132c-74 0 -133 55 -133 126zM171 540c-50 0 -74 -47 -74 -101c0 -49 26 -110 86 -110c27 0 70 18 70 90c0 80 -32 121 -82 121z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="543" 
+d="M387 215c-37.5 42.5 -75 91 -127 170c2.5 10 13.5 17.8 24 19c79.5 -85.5 129.5 -134 185 -183v-12c-55.5 -49 -105.5 -97.5 -185 -183c-10.5 1.2 -21.5 9 -24 19c52 79 89.5 127.5 127 170zM207 215c-37.5 42.5 -75 91 -127 170c2.5 10 13.5 17.8 24 19
+c79.5 -85.5 129.5 -134 185 -183v-12c-55.5 -49 -105.5 -97.5 -185 -183c-10.5 1.2 -21.5 9 -24 19c52 79 89.5 127.5 127 170z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="660" 
+d="M557 601l41 -8l-458 -655l-42 8zM528 191.7c-39.2 -48.5 -91.5 -122.2 -98 -139.7h98v139.7zM528 -6v24h-118.8c-26.6 0 -21.5 20.2 -18.9 28.2c2.90002 6.3 6.10001 11.3 9.5 16.8c33.2 53.8 77 106 112.1 147c9.00003 10.5 20.4 21.7 35.7 30.8
+c1.10004 0.699997 10.4 1.2 13.7 1.2c6.29999 0 18.7 -1.10001 18.7 -10v-180h56l-6 -34h-50v-24c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -48.4 1 -78 1c-35.3 0 -48 0 -78 -1c-4 6 -5 21 0 29c40 2 53 5 53 46zM132 571c-13 0 -32 -6 -57 -15
+c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM431 144c-12 0 -26 11 -26 24c0 26 28 77 107 77c50 0 108 -19 108 -83c0 -46 -33 -79 -89 -119c-42 -30 -57 -57 -66 -90h83c31 0 45 39 56 67c10.7 0.299999 18.7 -1.3 24 -5c-4.29999 -35.7 -10.5 -67.3 -19 -94h-206
+c0 48 38 90 86 127c45 36 69 59 69 113c0 47 -32 54 -50 54c-31 0 -43 -9 -48 -21c-3.5 -8.3 -0.700012 -21.1 -2 -29c-3 -18 -17 -21 -27 -21zM134 571c-13 0 -32 -6 -57 -15c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239
+c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="660" 
+d="M562 601l41 -8l-458 -655l-42 8zM184 573c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.8 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65c52 0 85 -22 85 -59c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115
+c-26.2 0 -96.8 11.3 -96.8 42.8c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.7 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2c-5.4 6.5 -4.7 17.9 -2 27c44 6 71 32 71 73zM532 193.7c-39.2 -48.5 -91.5 -122.2 -98 -139.7h98v139.7z
+M532 -4v24h-118.8c-26.6 0 -21.5 20.2 -18.9 28.2c2.90002 6.3 6.10001 11.3 9.5 16.8c33.2 53.8 77 106 112.1 147c9 10.5 20.4 21.7 35.7 30.8c1.10004 0.699997 10.4 1.2 13.7 1.2c6.29999 0 18.7 -1.10001 18.7 -10v-180h56l-6 -34h-50v-24c0 -41 17 -44 51 -46
+c4 -8 4 -22 0 -29c-30 1 -48.4 1 -78 1c-35.3 0 -48 0 -78 -1c-4 6 -5 21 0 29c40 2 53 5 53 46z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="435" 
+d="M321 -143c0 15 -2 21 -6 26s-6 11 -6 24c0 23 20 35 39 35c16 0 41 -8 41 -43c0 -38 -21 -66 -51 -90c-29 -25 -71 -39 -124 -39c-102 0 -168 60 -168 151c0 79 62 123 109 157c23 17 43 33 52 50c13 25 14 49 14 73v44c0 7 9 10 17 10s16 -3 16 -10v-46
+c0 -43 -5 -102 -70 -161c-40 -37 -55 -66 -55 -113c0 -65 38 -122 95 -122s97 24 97 54zM291 386c0 -29 -24 -53 -53 -53s-53 24 -53 53s24 53 53 53s53 -24 53 -53z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="695" 
+d="M284 818l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="695" 
+d="M417 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="695" 
+d="M377 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM263 283h177l-94 272h-6l-102.2 -258.7
+c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33
+c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="695" 
+d="M422 747c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM263 283h177l-94 272h-6l-102.2 -258.7
+c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33
+c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="695" 
+d="M193 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM430 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41
+l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="695" 
+d="M263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l225.1 531.5c-34.3 11.5 -61.1 43.7 -61.1 80.5
+c0 46 42 85 88 85s88 -38 88 -85c0 -32.5 -20.9 -62.4 -50.6 -76.5l198.6 -551.5c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17zM359 767
+c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="865" 
+d="M271 305h158v270c0 12 -1 21 -5 23zM429 122v144h-178l-97 -187c-20.3 -39.1 32.4 -45.4 70 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 72.3 11.7 104 71l243 455c16.2 30.7 10 54 -60 57c-6 6 -6 27 0 33
+c50 -1 115 -2 115 -2h140h176c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-105c-24 0 -36 -20 -36 -44v-200h91c85 0 88 13 91 68c6 6 27 6 33 0c-1 -30 -2 -52.5 -2 -86c0 -34.3 1 -53 2 -88
+c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-241c0 -27 14 -43 36 -43h136c76 0 111 59 131 131c13.1 3.2 24.6 0.899994 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-214s-81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="646" 
+d="M367 -96c-19 0 -29 -1 -45 -6l-6 6l35.8 86c-211.5 2.3 -314.8 147.6 -314.8 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89
+c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-61 -79.8 -138.8 -125 -224.2 -133.5l-21.8 -58.5c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26
+c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="557" 
+d="M245 817l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63
+h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="557" 
+d="M350 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116
+c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="557" 
+d="M315 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86
+c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="557" 
+d="M324 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM135 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0
+c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2
+h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="297" 
+d="M99 817l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="297" 
+d="M210 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="297" 
+d="M165 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="297" 
+d="M195 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM6 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="701" 
+d="M191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-238h97c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-88v-203zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2
+c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v165h-87c-8 0 -11 8 -11 14c0 10 10 25 19 25h79v197c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="699" 
+d="M417 745c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM556 512c0 91 -17 95 -87 102
+c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2
+c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="702" 
+d="M304 819l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="702" 
+d="M387 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="702" 
+d="M366 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301
+c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="702" 
+d="M410 745c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM331 622c-99 0 -198 -85 -198 -295
+c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="702" 
+d="M97 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM506 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312z
+M666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="550" 
+d="M308 290l123 -122l-35 -35l-122 122l-122 -122l-36 35l123 122l-123 123l36 35l122 -123l122 123l35 -35z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="702" 
+d="M108 -13c-19 0 -33 17 -36 32l51.5 63.4c-53.3 55.1 -86.5 132.8 -86.5 227.6c0 193.9 113.3 348 307 348c74.7 0 143.1 -21.2 197.5 -61l49.5 61c19 0 33.7 -15.1 36 -30l-50 -61.7c55.2 -56.2 89 -136.7 89 -237.3c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-71 0 -137.3 21.5 -190.4 60.8zM331 622c-99 0 -198 -85 -198 -295c0 -72.2 16.2 -132.6 43 -179.9l322.3 396.7c-43.1 51.4 -102.2 78.2 -167.3 78.2zM526 503.3l-321.6 -397.2c44.1 -52.3 104 -80.1 165.6 -80.1
+c114 0 200 105 200 284c0 78.8 -16.3 143.6 -44 193.3z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="661" 
+d="M276 818l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2
+c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="661" 
+d="M405 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2
+c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="661" 
+d="M368 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47
+c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33
+c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="667" 
+d="M323 -10c-89 0 -234 42 -234 246v287c0 83 -16.5 88 -77 91c-6 6 -6 27 0 33c37 -1 81 -2 120 -2c41 0 60 1 85 2c13.9 0 13 -31 4 -33c-31 -5 -47 -28 -47 -91v-254c0 -65 -1 -135 52 -188c29 -29 71 -50 119 -50c168 0 184 134 184 246v246c0 66 -13 84 -48 91
+c-14.7 11 -11.7 33 7 33c26 0 44 -2 67 -2s67 1 97 2c6 -6 6 -27 0 -33c-61 -3 -74 -8 -74 -91v-228c0 -178 -49 -305 -255 -305zM232 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47s-47 21 -47 47zM376 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47
+s-47 21 -47 47z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="575" 
+d="M360 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77
+l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2
+s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="527" 
+d="M183 479v-291c9 -3 33 -5 71 -5c72 0 146 31 146 160c0 120 -69 147 -128 147c-19 0 -68 -5 -89 -11zM183 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c50 -1 79 -2 129 -2c51 0 81 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-4c36 2 71 4 90 4c185 0 220 -109 220 -180c0 -75 -56 -193 -234 -193c-35 0 -61 4 -76 9v-37z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="541" 
+d="M92 122v264c0 8 -3 12 -12 12h-51c-6 6 2 33 15 33c36.1 0 48 5 48 46c0 165 125 221 204 221c104 0 152 -63 152 -111c0 -77 -58 -123 -128 -176v-2c79 -52 180 -120 180 -236c0 -105 -64 -183 -156 -183c-84 0 -104 52 -104 96c0 16 15 35 31 35c20 0 28 -10 28 -30
+c0 -17 -8 -26 -8 -38c0 -30 30 -30 53 -30c30 0 71 42 71 133c0 93 -71 176 -155 240v13c67 52 105 92 105 165c0 54 -25 91 -78 91c-104 0 -116 -115 -116 -223v-320c0 -83 12 -86 48 -91c6 -6 6 -27 0 -33c-23 1 -53 2 -87 2c-40 0 -79 -1 -109 -2c-6 6 -6 27 0 33
+c57 3 69 8 69 91z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="457" 
+d="M196 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16
+c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169
+v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="457" 
+d="M244 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16
+c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169
+v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="457" 
+d="M231 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44
+c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36
+c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="457" 
+d="M283 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM293 233l-79 -21c-74 -19 -95 -65 -95 -110
+c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18
+c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="457" 
+d="M83 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM252 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2
+l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111
+c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="457" 
+d="M210 635c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM122 582c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44
+c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36
+c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="687" 
+d="M265 384c-14.7 15.3 -44 22 -65 22c-39 0 -77 -14 -77 -43c0 -10 1 -17 3 -20c2 -4 3 -11 3 -18c0 -16 -14 -33 -39 -33c-31 0 -40 25 -40 45c0 58 78 102 160 102c24 0 101 -3 138 -70c33 45 85 70 142 70c114 0 158 -66 158 -100c0 -81 -46 -118 -277 -121
+c0 -90 59 -179 134 -179c54 0 89 25 119 60c8.70001 -0.800003 16.7 -10.7 20 -16c-29 -54 -87 -93 -153 -93c-91 0 -129.7 45.1 -151 69c-8 9 -12.1 5.1 -24 -7c-46 -47 -96.9 -62 -134 -62c-36 0 -72.1 5.5 -94 18c-34.5 19.6 -49 52.4 -49 94c0 40 27 82 63 103.2
+c43.1 25.4 109.2 38.7 196 44.8c-1 79 -10 110 -33 134zM298 215c-69.3 -5.5 -119.3 -22.4 -150 -45.1c-24.7 -18.2 -37 -40.2 -37 -62.9c0 -43 27 -75 83 -75c32 0 84 41 99 81c4 19 5 52 5 102zM372 253c153 2 200 22 200 83c0 32 -35 70 -83 70c-68 0 -109 -68 -117 -153
+z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="428" 
+d="M228 -96c-19 0 -29 -1 -45 -6l-6 6l36.2 86.9c-112.5 9.7 -176.2 95.7 -176.2 217.1c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66
+c9 -1 17 -5 21 -14c-46.5 -76.3 -95.6 -98.1 -150.6 -100.7l-21.4 -57.3c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="447" 
+d="M210 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="447" 
+d="M270 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="447" 
+d="M249 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122z
+M386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="447" 
+d="M99 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM268 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="271" 
+d="M99 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="271" 
+d="M163 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="271" 
+d="M141 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2
+c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="271" 
+d="M-4 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM165 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91
+v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="486" 
+d="M248 26c47 0 115 35 115 197c0 46 -4 90 -16 133c-23 29 -58 48 -101 48c-101 0 -126 -103 -126 -179c0 -114 57 -199 128 -199zM34 208c0 173 132 231 214 231c26 0 51 -4 76 -14c-22 53 -52 101 -89 147l-109 -73l-22 32l105 71l-16 16c-21 22 -44 42 -68 59l16 21
+c35 -19 71 -43 106 -71l106 71l22 -32l-97 -65l18 -18c86 -86 151 -200 151 -346c0 -169 -104 -247 -216 -247c-124 0 -197 114 -197 218z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="542" 
+d="M346 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM184 358c59.3 68 115 81 164 81
+c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164
+c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="504" 
+d="M414 454c17 0 27 -10 31 -23l-41.9 -51.1c42.2 -44.6 59.9 -107.9 59.9 -165.9c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-55.1 0 -99 17 -132.2 43.8l-50.8 -61.8c-16 0 -28 11 -30 26l52.6 63.8c-33.3 40.7 -49.6 93.3 -49.6 143.2
+c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c50 0 89.7 -13 120.6 -34zM238 404c-90 0 -111 -89 -111 -176c0 -29.7 5.10001 -66.8 17.3 -101.1l189.1 229.3c-23.6 31.5 -56.1 47.8 -95.4 47.8zM353.8 320l-191 -232.6c21.7 -36 54.6 -62.4 102.2 -62.4
+c47 0 112 31 112 157c0 56.4 -8.20001 102.6 -23.2 138z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="531" 
+d="M123 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM292 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2
+c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27
+c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="515" 
+d="M315 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92
+c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33
+c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="502" 
+d="M161 288v-190c0 -31.8 5 -38 17 -48.4c28.3 -24.4 55.8 -25.6 70 -25.6c106 0 131 97 131 184c0 60 -9 118 -52 161c-15 15 -33 24 -58 24c-33.5 0 -108 -35 -108 -105zM84 559c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-191c0 -22 2 -22 17 -6.70001c25.4 25.9 63.5 53.7 115 53.7c97 0 170 -99 170 -204c0 -81 -27 -142 -72 -187c-39 -39 -87 -58 -140 -58c-27.4 0 -50.2 4.6 -71 13c-11 4.4 -19 15 -19 -13v-100c0 -83 11 -87 82 -91c6 -6 6 -27 0 -33
+c-43 1 -74 2 -121 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v669z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="515" 
+d="M140 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM309 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29
+c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229
+c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="695" 
+d="M462 738h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="457" 
+d="M322 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="695" 
+d="M494 804c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="457" 
+d="M98 647c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="695" 
+d="M701 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 41.5 35.6 98.9 96 125.9c-9.20001 0.1 -18.5 0.1 -28 0.1c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17l-55 -145c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-71 0 -120 -67 -120 -113c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11z
+M263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="457" 
+d="M460 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 40.9 34.2 79.7 83.9 116.8c-38.4 4.7 -47.5 29.3 -52.9 57.2h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130
+c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-13.7 -13.2 -34.1 -25.1 -57.4 -31.7
+c-47.7 -40.7 -73.6 -70.2 -73.6 -110.3c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="646" 
+d="M392 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM357 -10c-215 0 -320 146.2 -320 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5
+c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="428" 
+d="M254 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM398 91c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44
+s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="646" 
+d="M376 809c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM357 -10c-215 0 -320 146.2 -320 320c0 104.3 39.6 202.2 106 263
+c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15
+c-68 -89 -157 -135 -254 -135z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="428" 
+d="M239 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM398 91c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231
+c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="646" 
+d="M304 753c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM357 -10c-215 0 -320 146.2 -320 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168
+c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="428" 
+d="M179 600c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM398 91c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70
+c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="646" 
+d="M333 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM357 -10c-215 0 -320 146.2 -320 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155
+c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="428" 
+d="M202 502c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM398 91c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44
+s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="701" 
+d="M291 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2
+c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="528" 
+d="M503 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184
+c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="701" 
+d="M191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-237h122c9.29999 -1.29999 13 -7.79999 13 -12.6c0 -9.60001 -10.7 -25.4 -23 -27.4h-112v-203zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339
+c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v165h-79c-9 2 -12 7.79999 -12 13.4c0 9.60001 9 24.3 21 26.6h70v196c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="506" 
+d="M345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176
+c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v102h-148c-9 2 -12 7.79999 -12 13.4c0 9.59998 9 24.3 21 26.6h138.9c-1.39999 69.4 -15 65.2 -63.9 68c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-10h59
+c9.29999 -1.29999 13 -7.79999 13 -12.6c0 -9.60004 -10.7 -25.4 -23 -27.4h-49v-403c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="557" 
+d="M375 745h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116
+c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="447" 
+d="M337 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64
+c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" horiz-adv-x="557" 
+d="M416 803c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63
+h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="271" 
+d="M181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="598" 
+d="M509 523v-420c0 -143 -58.3 -194.7 -102 -232c-41 -35 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c24.9 0 33.7 -12.8 39.7 -25.5c7 -14.7 21.2 -26.5 40.3 -26.5c33 0 85 28 85 208v442c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 102.7 -2 139 -2
+c38.7 0 82 1 120 2c6 -6 6 -27 0 -33c-60 -3 -77 -8 -77 -91zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2
+c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="542" 
+d="M369 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM383 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34
+c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241zM90 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2
+s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" horiz-adv-x="322" 
+d="M197 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM226 523v-420c0 -143 -58.3 -194.7 -102 -232
+c-41 -35 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c24.9 0 33.7 -12.8 39.7 -25.5c7 -14.7 21.2 -26.5 40.3 -26.5c33 0 85 28 85 208v442c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 102.7 -2 139 -2c38.7 0 82 1 120 2c6 -6 6 -27 0 -33
+c-60 -3 -77 -8 -77 -91z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" horiz-adv-x="272" 
+d="M113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241
+zM167 658c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="637" 
+d="M352 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -91 2 -129 2c-39 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c45 -1 90.5 -2 129 -2c36.5 0 84 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7c35.1 2.90002 57.7 16 79 38.7l165 176c42.1 44.9 8.10001 48.6 -28 52c-6 6 -6 27 0 33c37 -1 76 -2 113 -2
+c32.2 0 64 1 95 2c6 -6 6 -27 0 -33c-40 -3 -80 -7 -126 -56l-147 -151c-34 -35 -35 -42 -35 -49c0 -8 5.29999 -15.9 13 -25l219 -260c30.6 -36.3 59.1 -39.4 88 -42c6 -6 6 -27 0 -33c-33 1 -67 2 -101 2c-21.1 0 -34 -1 -54 -2c-4 0 -4.60001 3 -5 6
+c-2 16 -15.7 43.4 -36 69l-157 198c-20.3 25.6 -49.2 36.9 -83 37.9v-186.9z" />
+    <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="512" 
+d="M266 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM86 122v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-348.8
+c18.9 2.60001 45.8 14.4 68 30.8c25.7 19 57 53 80 82c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33c23 -1 60 -2 98 -2c36 0 64 1 87 2c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42
+c6 -6 6 -27 0 -33c-20 1 -51 2 -82 2c-20 0 -42 -1 -62 -2c-3 0 -3.70001 2 -4 5c-1.29999 11.7 -12.6 30.5 -42 70l-73 98c-11.9 16 -21 25 -32 32.5c-9.7 3.39999 -23.8 4.89999 -43 5.39999v-86.9c0 -83 11 -87 52 -91c6 -6 6 -27 0 -33c-23 1 -56 2 -91 2
+c-40 0 -74 -1 -107 -2c-6 6 -6 27 0 33c56 4 67 8 67 91z" />
+
+<!--
+Ist das so richtig?
+-->
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" horiz-adv-x="519" 
+d="M175 122c0 -83 10 -86 52 -91c6 -6 6 -27 0 -33c-43 1 -56 2 -91 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-86.6c18.7 3.3 43.9 14.7 65 30.3
+c25.7 19 57 53 80 82c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33c37 -1 60 -2 98 -2c36 0 50 1 87 2c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42c6 -6 6 -27 0 -33
+c-30 1 -51 2 -82 2c-30 0 -42 -1 -62 -2c-3 0 -3.20001 2.1 -4 5c-4 15 -12.6 30.5 -42 70l-73 98c-11.9 16 -21 25 -32 32.5c-9.2 3.2 -22.3 4.8 -40 5.39999v-86.9z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="528" 
+d="M192 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91zM203 847c28.6 -13.3 49.3 -30.7 62 -52
+l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21z" />
+    <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="528" 
+d="M277 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91zM132 -41c38 0 62 -34 62 -86
+c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="528" 
+d="M400 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2
+c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="290" 
+d="M265 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91
+c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="528" 
+d="M289 335c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91
+v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="264" 
+d="M213 360c0 25 21 49 48 49c23 0 47 -22 47 -49c0 -25 -20 -47 -47 -47c-30 0 -48 23 -48 47zM95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2
+s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="528" 
+d="M310 449l18 -30l-137 -78.6v-231.4c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v169.6l-83 -47.6l-18 31l101 57.6v190.4
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-141.9z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="264" 
+d="M243 438l17 -30l-86 -50.1v-235.9c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v189.9l-72 -41.9l-17 29l89 52.2v207.8c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-185.5z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="699" 
+d="M383 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31
+c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435
+c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="542" 
+d="M314 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33
+c-30 1 -66 2 -106 2s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33
+c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="699" 
+d="M358 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33
+c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417
+c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="542" 
+d="M261 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91
+c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2
+c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="699" 
+d="M331 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491
+c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33
+l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="542" 
+d="M246 503c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2
+s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195
+c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="napostrophe" unicode="&#x149;" horiz-adv-x="542" 
+d="M72 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM197 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2
+s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195
+c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+
+<!--
+Sieht in Times anders aus
+-->
+    <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="725" 
+d="M182 647c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-18.5c3 0 9 7.5 9 7.5c56 79 122 137 212 137c62 0 107 -20 142 -61c41.6 -48.7 64 -135 64 -268v-216c0 -143 -63.1 -204.8 -107 -242c-41.1 -34.8 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43
+c31 0 35 -21 45 -34c7 -10 21 -18 35 -18c33 0 85 28 85 208v258c0 101 -16.2 176.8 -42 214c-27 39 -64 49 -110 49c-50 0 -114 -55 -167 -118c-7 -8.29999 -15.3 -20.7 -18 -37.5v-324.5c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 79 -2 129 -2c13 0 25 1 34 2z" />
+    <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="528" 
+d="M175 358c0 -14 6 -4 9 0c61 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-161c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v198
+c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 9 -86 60 -91c6 -6 6 -27 0 -33c-42 1 -60 2 -99 2c-43 0 -69 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="702" 
+d="M458 745h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="504" 
+d="M360 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56
+c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="702" 
+d="M490 805c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="504" 
+d="M131 645c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="702" 
+d="M503 792c0 -9 -3 -16 -7 -20l-99 -84c-2 -2 -5 -3 -8 -3c-5 0 -13 5 -13 13c0 3 1.20001 6.40002 3.70001 11l59.3 109c5 8 12 12 23 12c29 0 41 -21.8 41 -38zM372 797c0 -8 -2 -15 -7 -19l-88 -80.5c-4.39999 -4 -8.39999 -7.5 -14 -7.5c-7 0 -13 5 -13 12
+c0 2 0.600006 7.20001 2.5 11l54.5 110c5 8 12 12 27 12c15.7 0 38 -14.7 38 -38zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126
+c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="504" 
+d="M397 611c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM265 617c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3l64 146c6 13 22 14 26 14
+c20.9 0 38 -15.5 38 -36zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203
+c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="869" 
+d="M356 32h13c40 0 49 12 49 40v502c0 31 -11 37 -49 37h-35c-97 0 -198 -70 -198 -284c0 -207 117 -295 220 -295zM358 -2c-188 1 -316 140 -316 320s119 328 305 328c0 0 70 -1 114 -1h78h257l14 -139l-27 -3c-7 43 -41 102 -93 102h-151c-24 0 -36 -8 -36 -32v-207h103
+c36 0 44 16 51 44l7 30c0 4 3 8 7 8h22c2 0 3 -2 3 -4c-2 -32 -8 -62 -8 -95c0 -35 5 -64 8 -96l-2 -3h-23c-5 0 -8 3 -8 7l-6 31c-6 28 -17 44 -51 44h-103v-260c0 -27 14 -33 36 -33h155c65 0 94 53 109 126l27 -5l-26 -160h-344c-40 0 -102 -2 -102 -2z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="778" 
+d="M409 349c34 50 93 90 161 90c118 0 171 -74 171 -191h-290c-1 -9 -1 -20 -1 -30c0 -134 93 -181 132 -181c38 0 99 17 130 50c10.5 -0.599998 16.8 -7 22 -15c-22 -30 -68 -82 -163 -82c-92 0 -140 42 -168 89c-36 -54 -86 -89 -164 -89c-122 0 -205 93 -205 216
+c0 156 98 233 209 233c101 0 138 -43 166 -90zM120 237c0 -111 40 -212 133 -212c47 0 114 34 114 175c0 154 -81 206 -125 206c-103 0 -122 -100 -122 -169zM655 287c-1 41 -11 118 -87 118c-86 0 -112 -102 -114 -118h201z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="587" 
+d="M312 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2
+c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24
+c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="372" 
+d="M241 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3
+c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="587" 
+d="M310 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125
+c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="372" 
+d="M137 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50
+c-17.4 0 -28.6 13.3 -36.2 23.3c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68
+c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="587" 
+d="M244 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77
+c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="372" 
+d="M175 503c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3
+c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="485" 
+d="M282 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112
+c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142
+c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138zM227 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109
+c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="485" 
+d="M248 815c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM394.7 631c10.3 -53 14.3 -81 17.8 -129
+c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23
+c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138zM211 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17
+c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="485" 
+d="M220 -96c-19 0 -29 -1 -45 -6l-6 6l36 86.5c-72.2 3.3 -100.4 22.5 -158 22.5c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187
+c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9
+c0 -63.6 -36.5 -125.2 -94 -161.2c-31.5 -19.7 -69.8 -30.6 -110.6 -32.5l-21.4 -57.3c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -92.1 -89.1 -121.9 -146.6 -125.6l-21.4 -57.4c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14
+c30 0 51 14 51 40c0 21 -10 35 -33 35c-19 0 -29 -1 -45 -6l-6 6l36 86.5c-26.3 1.3 -47.6 5 -69 10.5c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="485" 
+d="M215 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112
+c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142
+c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138zM169 502c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90
+c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50z" />
+    <glyph glyph-name="Tcedilla" unicode="&#x162;" horiz-adv-x="597" 
+d="M309 -96c-19 0 -29 -1 -45 -6l-6 6l40 96c-38.4 -0.1 -85 -1.1 -130 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8
+c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-40.2 0.8 -80.7 1.6 -115 1.9l-25 -66.9c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74
+c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="tcedilla" unicode="&#x163;" horiz-adv-x="316" 
+d="M168 -96c-19 0 -29 -1 -45 -6l-6 6l36.2 86.8c-38.8 5 -64.2 34 -64.2 98.2v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9
+c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-32.9 -37.1 -73.6 -58.6 -113.1 -64.4l-21.9 -58.6c8 2 17 3 26 3c40 0 71 -24 71 -62
+c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="597" 
+d="M277 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385
+c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="374" 
+d="M266 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9
+c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="597" 
+d="M350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v199h-124c-8 0 -11 8 -11 14c0 10 10 25 19 25h116v147c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5
+c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-144h136c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-127v-199z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="316" 
+d="M43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-106h100
+c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-91v-108c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v156h-59c-8 0 -11 8 -11 14c0 10 10 25 19 25h51v106h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="661" 
+d="M413 745c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM172 523v-257c0 -65 2 -141 51 -188
+c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91
+c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="531" 
+d="M324 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM217 -10c-99 0 -129 67 -129 136v192
+c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6
+c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="661" 
+d="M453 744h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2
+c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="531" 
+d="M363 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182
+c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0
+c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="661" 
+d="M484 804c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2
+c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="531" 
+d="M141 646c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182
+c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0
+c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="661" 
+d="M347 776c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM259 723c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246
+c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2
+c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="531" 
+d="M242 636c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM154 583c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33
+c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192
+c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="661" 
+d="M514 792c0 -9 -3 -16 -7 -20l-99 -84c-2 -2 -5 -3 -8 -3c-5 0 -13 5 -13 13c0 3 1.20001 6.40002 3.70001 11l59.3 109c5 8 12 12 23 12c29 0 41 -21.8 41 -38zM383 797c0 -8 -2 -15 -7 -19l-88 -80.5c-4.39999 -4 -8.39999 -7.5 -14 -7.5c-7 0 -13 5 -13 12
+c0 2 0.600006 7.20001 2.5 11l54.5 110c5 8 12 12 27 12c15.7 0 38 -14.7 38 -38zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33
+c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="531" 
+d="M423 611c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM291 617c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3l64 146c6 13 22 14 26 14
+c20.9 0 38 -15.5 38 -36zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81
+c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="661" 
+d="M498 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 42.8 37.3 83.2 90.6 121.8c-20.9 -3.8 -44 -5.8 -69.6 -5.8c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33
+c-77 -3 -92 -8 -92 -91v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228
+c0 -121.2 -22.7 -218.8 -101.9 -268.7c-76.3 -62.6 -111.1 -93.8 -111.1 -141.3c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="531" 
+d="M501 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 40.4 20.3 96.4 71 133.1c-2.60001 11.9 -5.60001 28.1 -7 41.9c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2
+c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73
+c6 -6 6 -21 0 -27c-35.6 -4.1 -62.3 -10.9 -82.8 -19.4c-50.4 -28 -67.2 -86.3 -67.2 -125.6c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="951" 
+d="M476 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.90002 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM810 565c15.3 42.6 -25 46 -66 49c-6 6 -6 27 0 33
+c40 -1 84 -2 110 -2s58 1 87 2c6 -6 6 -27 0 -33c-55 -3 -73.1 -26.3 -86 -61l-201 -539c-5 -15 -12 -26 -23 -26c-12 0 -17.1 10 -23 27l-115 332c-5.89999 17.1 -10 28 -14 28c-5 0 -8.10001 -5 -17 -25l-149 -335c-7.39999 -16.6 -13 -27 -26 -27
+c-11.5 0 -16.6 11.1 -22 27l-188 541c-18.6 53.5 -26 55 -71 58c-6 6 -6 27 0 33c29 -1 58.3 -2 93 -2c39 0 83 1 116 2c6 -6 6 -27 0 -33c-35 -2 -61.6 -6.90002 -50 -42l146.2 -442.3l4.29999 -1l129.5 293.3c7.5 16.9 9 24.7 9 35c0 9 -3.10001 19 -7 31l-23 66
+c-9 25.7 -31 57 -84 60c-6 6 -6 27 0 33c32 -1 67 -2 100 -2c40 0 84 1 125 2c6 -6 6 -27 0 -33c-34 -3 -69.5 -6.20001 -52 -60l137.5 -422l3.20001 -1.3z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="747" 
+d="M383 659c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177
+l-6.39999 16c-17.9 44.8 -29.6 73.5 -76.6 78c-6 6 -6 27 0 33c30 -1 63 -2 88 -2c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2
+s52 1 72 2c6 -6 6 -27 0 -33c-51 -3 -68.1 -31.1 -84.5 -72l-130.5 -317c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2
+c36 0 71 1 101 2c6 -6 6 -27 0 -33z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="575" 
+d="M312 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33
+c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8
+c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="515" 
+d="M291 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43
+c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208
+c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="575" 
+d="M175 751c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM344 751c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33
+c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53
+c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="604" 
+d="M551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2
+c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167zM348 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58
+c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="424" 
+d="M256 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133
+c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129
+c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="604" 
+d="M258 750c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4c-75 -1.40002 -113 -37 -134 -106
+c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5
+c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="424" 
+d="M165 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29
+c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="604" 
+d="M280 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9
+l-211 -4c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4
+c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="424" 
+d="M188 501c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133
+c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129
+c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="longs" unicode="&#x17f;" horiz-adv-x="291" 
+d="M172 122c0 -83 11 -88 79 -91c6 -6 6 -27 0 -33c-43 1 -72 2 -118 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 3 65 8 65 91v257c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 21 41 48c0 158 88 221 155 221c41 0 63 -12 83 -30
+c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-53 0 -69 -70 -69 -190v-352z" />
+    <glyph glyph-name="uni0186" unicode="&#x186;" horiz-adv-x="646" 
+d="M289 658c215 0 320 -146.2 320 -320c0 -104.3 -39.6 -202.2 -106 -263c-59 -54 -130 -85 -215 -85c-123 0 -168 40 -219 45c-10 55 -17 103 -22 155c11.3 6 21 9 33 5c26 -86 81 -168 219 -168c52 0 110 28 159.6 89c36.5 44.9 59.4 116.7 59.4 203
+c0 146 -93.4 298 -228 298c-93 0 -161 -31 -232 -109c-11 0 -18 6 -23 15c68 89 157 135 254 135z" />
+    <glyph glyph-name="uni0189" unicode="&#x189;" horiz-adv-x="701" 
+d="M191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-238h97c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-88v-203zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2
+c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v165h-87c-8 0 -11 8 -11 14c0 10 10 25 19 25h79v197c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni018E" unicode="&#x18e;" horiz-adv-x="560" 
+d="M69 645h334l130 1v-21c0 -3 -1 -7 -8 -7h-29c-38 0 -52 -15 -52 -46v-500c0 -28 12 -45 52 -45h29c7 0 8 -4 8 -7v-22l-129 2h-78h-274l-25 160l26 5c16 -73 44 -126 110 -126h164c22 0 36 6 36 33v255h-136c-34 0 -45 -15 -51 -44l-6 -31c0 -3 -3 -7 -8 -7h-23l-2 3
+c2 17 8 62 8 96c0 33 -5 70 -8 95c0 2 1 4 3 4h22c4 0 7 -4 7 -8l7 -30c7 -28 15 -44 51 -44h136v212c0 24 -12 32 -36 32h-152c-52 0 -86 -60 -93 -103l-27 3z" />
+    <glyph glyph-name="uni018F" unicode="&#x18f;" horiz-adv-x="644" 
+d="M97 523l-23 24c79 74 126 111 236 111c215 0 301 -173 301 -332c0 -195 -102 -338 -295 -338c-192 0 -263 130 -274 272h478c1 11 1 23 1 37c0 186 -92 327 -227 327c-93 0 -144 -49 -197 -101zM122 216c31 -130 103 -194 201 -194c106 0 170 94 188 194h-389z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="440" 
+d="M173 390h-95c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h36c36 0 51 25 55 54c19 148 81 215 139 215c80 0 106 -39 106 -68c0 -20 -12 -37 -32 -37s-36 6 -39 25c-3 16 -13 51 -36 51c-18 0 -48 -22 -61 -128l-14 -112h111c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -23 -13h-102l-2 -16
+c-50 -398 -66 -606 -186 -606c-56 0 -86 37 -86 56c0 15 12 34 32 34c18 0 29 -8 35 -22c7 -12 0 -32 22 -32c88 0 82 288 102 474z" />
+    <glyph glyph-name="uni019E" unicode="&#x19e;" horiz-adv-x="551" 
+d="M175 439l-3 -89h3c68 75 118 89 172 89c95 0 116 -69 116 -158v-441c0 -29 11 -40 44 -43l21 -2c5 -1 9 -3 9 -8v-19l-2 -2s-70 2 -114 2c-40 0 -103 -2 -103 -2l-3 2v19c0 5 4 7 9 8l15 2c34 5 45 14 45 43v448c0 70 -13 103 -69 103c-46 0 -86 -17 -140 -77v-242
+c0 -29 10 -38 45 -43l15 -2c5 -1 9 -3 9 -8v-19l-2 -2s-66 2 -108 2c-43 0 -110 -2 -110 -2l-2 2v19c0 5 4 7 9 8l20 2c35 3 45 14 45 43v249c0 50 -8 60 -23 62l-46 4l-2 24c74 11 116 20 146 31c3 0 4 -1 4 -3z" />
+    <glyph glyph-name="uni019F" unicode="&#x19f;" horiz-adv-x="702" 
+d="M666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM568.7 348c-12.6 177.8 -114.2 274 -237.7 274c-95.6 0 -191.3 -79.3 -197.7 -274h435.4zM570 309h-436.7
+c7 -180.8 118.6 -283 236.7 -283c113.8 0 199.7 104.6 200 283z" />
+    <glyph glyph-name="Ohorn" unicode="&#x1a0;" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348
+c58.7 0 113.4 -13.1 160.6 -38c10.7 -2.29999 20.1 -3 31.4 -3c11 0 55 8 55 42c0 13 -17 24 -31 25c-34 4 -47 27 -47 47c0 24 16 39 46 39c38 0 69 -43 69 -91c0 -50 -22.3 -85.4 -75.6 -90.4c69.7 -56.2 113.6 -144.8 113.6 -259.6z" />
+    <glyph glyph-name="ohorn" unicode="&#x1a1;" horiz-adv-x="501" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c41.5 0 75.9 -8.89999 104 -23.9c6.39999 -0.800018 12.8 -1.10001 20 -1.10001c11 0 53 6 53 40c0 13 -14 21 -28 23c-34 3 -48 25 -48 45c0 24 17 39 46 39c38 0 64 -41 64 -88
+c0 -47.7 -24.8 -79.6 -66.7 -87.2c46.4 -44.8 65.7 -111.2 65.7 -171.8c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni01A7" unicode="&#x1a7;" horiz-adv-x="479" 
+d="M97 631c55 8 53 27 146 27c87 0 188 -67 188 -173c0 -117 -123 -167 -195 -194c-61 -24 -111 -51 -111 -142c0 -81 58 -125 134 -125c89 0 136 63 156 154l30 -3c-10 -76 -17 -124 -19 -175c-17 0 -26 5 -46 5c-24 0 -40 -17 -138 -17c-115 0 -198 94 -198 196
+c0 121 93 162 177 192c42 15 141 53 141 136c0 61 -44 112 -110 112c-99 0 -127 -84 -146 -150l-30 5c9 49 17 99 21 152z" />
+    <glyph glyph-name="uni01A8" unicode="&#x1a8;" horiz-adv-x="371" 
+d="M328 140l-7 -140c-9 2 -18 2 -23 2c-7 0 -12 0 -19 -2c-26 -7 -55 -10 -90 -10c-47 0 -152 27 -152 126c0 80 66 116 147 146c54 20 73 40 73 80c0 55 -39 67 -77 67c-21 0 -82 -16 -103 -98l-24 1c1 36 5 70 10 102c32 16 67 25 117 25c79 0 138 -45 138 -112
+c0 -75 -38 -96 -110 -128c-80 -34 -104 -63 -104 -106c0 -49 52 -75 87 -75c38 0 67 18 78 29c25 26 34 72 36 94z" />
+    <glyph glyph-name="uni01A9" unicode="&#x1a9;" horiz-adv-x="592" 
+d="M372 603h-226l218 -275l-1 -5l-260 -280h277c77 0 103 55 123 127c11.3 1.60001 24.3 0 33 -5c-5.20001 -55.6 -10.8 -111.1 -26 -165h-418c-28 0 -71 -2 -71 -2c-3.8 6.5 -3.2 26.4 0 33c11 3 20 10 29 21l221 257l2 1l-195 266c-17.2 23.4 -32 34 -56 38
+c-3.5 6 -3.6 26.1 0 32l101 -1h373c12.6 -59 16.7 -106.9 21 -155c-8.10001 -3.70001 -19.7 -7 -33 -5c-22 69 -37 118 -112 118z" />
+    <glyph glyph-name="Uhorn" unicode="&#x1af;" horiz-adv-x="690" 
+d="M616 608.8c-32 -2.79999 -41 -22.6 -41 -85.8v-228c0 -178 -49 -305 -254 -305c-90 0 -234 42 -234 246v287c0 83 -17 88 -77 91c-6 6 -6 27 0 33c50 -1 73 -2 119 -2c53 0 86 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91v-254c0 -65 2 -141 51 -188
+c30.1 -28.9 71 -50 119 -50c169 0 184 134 184 246v246c0 83 -17 84 -92 91c-6 6 -6 27 0 33c50 -1 70 -2 115 -2c83 0 99 5 99 26c0 9 -6.40002 15.8 -20 19c-21 5 -34 21 -34 41c0 24 20 39 49 39c38 0 53 -37 53 -84c0 -43 -37.2 -72.8 -80 -77.2z" />
+    <glyph glyph-name="uhorn" unicode="&#x1b0;" horiz-adv-x="531" 
+d="M217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33
+c34 -1 70 -2 102 -2c10 0 20 0.399994 27 1v1c19 2 41 16 41 27s-8 20 -27 21c-34 1 -48 23 -48 43c0 24 17 39 46 39c38 0 63 -41 63 -88c0 -26 -17.7 -59.2 -60.1 -68.7c-1.19998 -23.9 -2.89999 -62.5 -2.89999 -82.3v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27
+c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni01B5" unicode="&#x1b5;" horiz-adv-x="604" 
+d="M551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c48.6 72.4 117.1 170.7 186.1 267h-125.1c-8 0 -11 8 -11 14c0 10 10 25 19 25h145.1c66.2 91.9 130.4 178.5 174.9 235c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4
+c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-53 -68.3 -119.4 -158.6 -183 -247h154c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-173
+c-67.3 -94 -128.7 -181.7 -164 -233c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="uni01B6" unicode="&#x1b6;" horiz-adv-x="424" 
+d="M71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-26.4 -43.4 -60.4 -96.8 -96.4 -151h62.4c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-79.6c-40.8 -60.1 -82.4 -118.6 -117.4 -163h133c52.1 1.2 72.5 23.2 98 76l14 29
+c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c36.3 48.9 77.4 106.2 117.8 165h-86.8c-8 0 -11 8 -11 14c0 10 10 25 19 25h105.3c37 54.9 72.3 109.7 101.7 159l-128 -3c-30 -0.700012 -61 -18 -81 -91
+c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="uni01B7" unicode="&#x1b7;" horiz-adv-x="608" 
+d="M167 645h355c21 0 28 -6 28 -14c0 -10 -6 -26 -15 -41l-168 -302c134 -27 197 -126 197 -237c0 -139 -132 -262 -292 -262c-80 0 -230 35 -230 101c0 23 10 50 44 50c27 0 55 -14 68 -35c32 -49 82 -79 137 -79c87 0 184 121 184 216c0 159 -115 213 -184 213
+c-16 0 -27 0 -41 -3l196 353h-249c-74 -1 -103 -84 -107 -128l-26 2l21 188c23 -5 58 -22 82 -22z" />
+    <glyph glyph-name="uni01B8" unicode="&#x1b8;" horiz-adv-x="608" 
+d="M443 645c25 0 59 17 83 22l21 -188l-26 -3c-4 45 -33 128 -107 129h-249l195 -353c-14 3 -26 3 -41 3c-69 0 -183 -54 -183 -213c0 -95 96 -216 184 -216c55 0 105 30 137 79c13 21 41 35 67 35c35 0 45 -27 45 -50c0 -66 -150 -101 -230 -101c-160 0 -293 123 -293 262
+c0 111 63 210 198 237l-167 302c-8 14 -16 31 -16 41c0 8 7 14 27 14h355z" />
+    <glyph glyph-name="uni01B9" unicode="&#x1b9;" horiz-adv-x="448" 
+d="M317 429c12 0 21 2 21 18l22 4l32 -152l-27 -5c-18 84 -48 96 -78 96h-142l157 -284c-22 5 -41 7 -59 7c-78 0 -145 -63 -145 -148c0 -118 88 -165 137 -165c41 0 69 23 81 46c13 21 29 28 52 28c21 0 29 -15 29 -31c0 -32 -62 -72 -153 -72c-144 0 -221 99 -221 195
+c0 106 63 176 181 186l-131 235c-6 13 -10 23 -10 29c0 9 6 13 24 13h230z" />
+    <glyph glyph-name="uni01C0" unicode="&#x1c0;" horiz-adv-x="185" 
+d="M112 -10h-39v708h39v-708z" />
+    <glyph glyph-name="uni01C1" unicode="&#x1c1;" horiz-adv-x="287" 
+d="M214 -10h-39v708h39v-708zM112 -10h-39v708h39v-708z" />
+    <glyph glyph-name="uni01C2" unicode="&#x1c2;" horiz-adv-x="332" 
+d="M291 323v-34h-116v-299h-39v299h-111v34h111v72h-111v34h111v269h39v-269h116v-34h-116v-72h116z" />
+    <glyph glyph-name="uni01C3" unicode="&#x1c3;" horiz-adv-x="288" 
+d="M144 658c24 0 53 -19 53 -73c0 -65 -14 -107 -24 -193c-13 -108 -13 -168 -15 -182c-1 -11 -4 -20 -14 -20s-13 7 -14 13c-2 21 -8 111 -16 189c-9 88 -23 123 -23 193c0 54 29 73 53 73zM91 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="uni01C4" unicode="&#x1c4;" horiz-adv-x="1267" 
+d="M191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2zM943 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM1214 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23
+c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.09998 9.09998 -10 9l-211 -4c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45
+c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="uni01C5" unicode="&#x1c5;" horiz-adv-x="1090" 
+d="M191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2zM848 501c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM731 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7
+s-2.69995 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400024 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91
+c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.59998 6 6 6z" />
+    <glyph glyph-name="uni01C6" unicode="&#x1c6;" horiz-adv-x="916" 
+d="M345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176
+c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59
+c-0.700012 7 -10.2 5.2 -15 1.3zM674 501c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM557 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37
+c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400024 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91
+c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.59998 6 6 6z" />
+    <glyph glyph-name="uni01C7" unicode="&#x1c7;" horiz-adv-x="768" 
+d="M149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131
+c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7zM678 523v-420c0 -143 -58.3 -194.7 -102 -232c-41 -35 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c24.9 0 33.7 -12.8 39.7 -25.5c7 -14.7 21.2 -26.5 40.3 -26.5
+c33 0 85 28 85 208v442c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 102.7 -2 139 -2c38.7 0 82 1 120 2c6 -6 6 -27 0 -33c-60 -3 -77 -8 -77 -91z" />
+    <glyph glyph-name="uni01C8" unicode="&#x1c8;" horiz-adv-x="771" 
+d="M149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-414c0 -51 18 -70 57 -70h63c106 0 143 59 163 131
+c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7zM593 604c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM607 322c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7
+c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241z" />
+    <glyph glyph-name="uni01C9" unicode="&#x1c9;" horiz-adv-x="515" 
+d="M337 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM351 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34
+c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241zM95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33
+c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="uni01CA" unicode="&#x1ca;" horiz-adv-x="1018" 
+d="M556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102
+c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327zM928 523v-420c0 -143 -58.3 -194.7 -102 -232
+c-41 -35 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c24.9 0 33.7 -12.8 39.7 -25.5c7 -14.7 21.2 -26.5 40.3 -26.5c33 0 85 28 85 208v442c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 102.7 -2 139 -2c38.7 0 82 1 120 2c6 -6 6 -27 0 -33
+c-60 -3 -77 -8 -77 -91z" />
+    <glyph glyph-name="uni01CB" unicode="&#x1cb;" horiz-adv-x="970" 
+d="M556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102
+c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327zM792 599c0 24 28 48 52 48c27 0 48 -28 48 -52
+c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM806 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26
+c7 -7 20 -11 31 -11c50 0 54 123 54 255v241z" />
+    <glyph glyph-name="uni01CC" unicode="&#x1cc;" horiz-adv-x="814" 
+d="M184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59
+c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76
+c0.300003 -9.39999 5.89999 -7 12 0zM636 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM650 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299
+c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241z" />
+    <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="695" 
+d="M336 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="457" 
+d="M189 503c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16
+c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169
+v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni01CF" unicode="&#x1cf;" horiz-adv-x="297" 
+d="M122 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni01D0" unicode="&#x1d0;" horiz-adv-x="271" 
+d="M105 500c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="uni01D1" unicode="&#x1d1;" horiz-adv-x="702" 
+d="M326 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni01D2" unicode="&#x1d2;" horiz-adv-x="504" 
+d="M214 502c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="661" 
+d="M326 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33
+c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z
+" />
+    <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="531" 
+d="M228 502c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6
+c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40
+c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni01D5" unicode="&#x1d5;" horiz-adv-x="667" 
+d="M323 -10c-89 0 -234 42 -234 246v287c0 83 -16.5 88 -77 91c-6 6 -6 27 0 33c37 -1 81 -2 120 -2c41 0 60 1 85 2c13.9 0 13 -31 4 -33c-31 -5 -47 -28 -47 -91v-254c0 -65 -1 -135 52 -188c29 -29 71 -50 119 -50c168 0 184 134 184 246v246c0 66 -13 84 -48 91
+c-14.7 11 -11.7 33 7 33c26 0 44 -2 67 -2s67 1 97 2c6 -6 6 -27 0 -33c-61 -3 -74 -8 -74 -91v-228c0 -178 -49 -305 -255 -305zM232 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47s-47 21 -47 47zM376 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47
+s-47 21 -47 47zM461 800h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni01D6" unicode="&#x1d6;" horiz-adv-x="531" 
+d="M362 665h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM123 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM292 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM217 -10
+c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2
+c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni01D7" unicode="&#x1d7;" horiz-adv-x="667" 
+d="M323 -10c-89 0 -234 42 -234 246v287c0 83 -16.5 88 -77 91c-6 6 -6 27 0 33c37 -1 81 -2 120 -2c41 0 60 1 85 2c13.9 0 13 -31 4 -33c-31 -5 -47 -28 -47 -91v-254c0 -65 -1 -135 52 -188c29 -29 71 -50 119 -50c168 0 184 134 184 246v246c0 66 -13 84 -48 91
+c-14.7 11 -11.7 33 7 33c26 0 44 -2 67 -2s67 1 97 2c6 -6 6 -27 0 -33c-61 -3 -74 -8 -74 -91v-228c0 -178 -49 -305 -255 -305zM232 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47s-47 21 -47 47zM376 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47
+s-47 21 -47 47zM434.1 849.9c22.1 -11.7 38 -27 47.8 -45.8l-110.9 -51.1c-16.2 -7.90002 -25.5 -10.5 -32.4 -10.5s-11.5 6.20001 -11.5 13.2c0 6.20001 1.5 10.6 11.5 18.5z" />
+    <glyph glyph-name="uni01D8" unicode="&#x1d8;" horiz-adv-x="531" 
+d="M313.4 747.2c2.39999 0.899963 7.20001 1.79999 11.2 1.79999c5.10001 0 25.6 -0.900024 44 -20.7l2.39999 -9.89996l-92 -98.1c-12 -13.5 -18.4 -17.1 -24 -17.1s-11.2 5.39996 -11.2 11.7c0 10.1 2.7 13.7 9.2 25.2zM123 575c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM292 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182
+c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0
+c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni01D9" unicode="&#x1d9;" horiz-adv-x="667" 
+d="M323 -10c-89 0 -234 42 -234 246v287c0 83 -16.5 88 -77 91c-6 6 -6 27 0 33c37 -1 81 -2 120 -2c41 0 60 1 85 2c13.9 0 13 -31 4 -33c-31 -5 -47 -28 -47 -91v-254c0 -65 -1 -135 52 -188c29 -29 71 -50 119 -50c168 0 184 134 184 246v246c0 66 -13 84 -48 91
+c-14.7 11 -11.7 33 7 33c26 0 44 -2 67 -2s67 1 97 2c6 -6 6 -27 0 -33c-61 -3 -74 -8 -74 -91v-228c0 -178 -49 -305 -255 -305zM232 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47s-47 21 -47 47zM376 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47
+s-47 21 -47 47zM335.2 748.1c-23.1 32.6 -50.1 59 -77.8 83.6l12.3 17.6c30 -15 56.2 -31.7 81.6 -53.7c28.5 22.9 53.1 39.6 82.4 53.7l11.6 -17.6c-29.3 -25.5 -53.9 -53.7 -77 -83.6h-33.1z" />
+    <glyph glyph-name="uni01DA" unicode="&#x1da;" horiz-adv-x="531" 
+d="M231.2 644.2c-23.2 42.3 -52.8 82.8 -80.8 117l16 11.7c31.2 -26.1 57.6 -48.6 84.8 -81c29.6 34.2 56.8 56.7 86.4 81l15.2 -11.7c-28 -35.1 -58.4 -75.6 -81.6 -117h-40zM123 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM292 575
+c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48
+c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59
+c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni01DB" unicode="&#x1db;" horiz-adv-x="667" 
+d="M323 -10c-89 0 -234 42 -234 246v287c0 83 -16.5 88 -77 91c-6 6 -6 27 0 33c37 -1 81 -2 120 -2c41 0 60 1 85 2c13.9 0 13 -31 4 -33c-31 -5 -47 -28 -47 -91v-254c0 -65 -1 -135 52 -188c29 -29 71 -50 119 -50c168 0 184 134 184 246v246c0 66 -13 84 -48 91
+c-14.7 11 -11.7 33 7 33c26 0 44 -2 67 -2s67 1 97 2c6 -6 6 -27 0 -33c-61 -3 -74 -8 -74 -91v-228c0 -178 -49 -305 -255 -305zM232 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47s-47 21 -47 47zM376 707c0 26 21 47 47 47s47 -21 47 -47s-21 -47 -47 -47
+s-47 21 -47 47zM264.9 849.1l93.2 -73.9c8.5 -7 11.5 -12.3 11.5 -18.5c0 -7 -5.30002 -13.2 -11.5 -13.2c-6.20001 0 -16.9 2.59998 -33.1 10.5l-118.6 55.5c14.1 15.6 32.2 29.4 58.5 39.6z" />
+    <glyph glyph-name="uni01DC" unicode="&#x1dc;" horiz-adv-x="531" 
+d="M205.2 760.2l56 -113.4c4 -9 4.79999 -15.3 4.79999 -21.6c0 -4.5 -5.60001 -9.90002 -12 -9.90002c-4.8 0 -10.4 4.5 -23.2 18l-91.2 98.1l1.59999 9.89996c6.40001 5.40002 24.8 20.7 52 20.7c4 0 8.8 -0.900024 12 -1.79999zM123 575c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM292 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182
+c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0
+c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="eturned" unicode="&#x1dd;" horiz-adv-x="447" 
+d="M304 147l-181 -3c-11 -0.199997 -15 -5 -15 -14c0 -84 45 -105 83 -105c24 0 94 9 113 122zM42 336c-12 1 -18 6 -21 16c40 52 94 87 170 87c72 0 119 -24 153 -64c33 -38 47 -92 47 -148c0 -152 -113 -235 -200 -235c-139 0 -169 90 -169 174c0 11 7 17 19 17l266 -2
+c0 58 -12 104 -32 137c-31 51 -73 72 -109 72c-58 0 -87 -16 -124 -54z" />
+    <glyph glyph-name="uni01DE" unicode="&#x1de;" horiz-adv-x="695" 
+d="M193 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM430 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41
+l-58 169h-211c-24 0 -30 -4 -35 -17zM472 800h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni01DF" unicode="&#x1df;" horiz-adv-x="457" 
+d="M321 666h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM83 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM252 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM293 233l-79 -21
+c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20
+c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni01E0" unicode="&#x1e0;" horiz-adv-x="695" 
+d="M441 781h84c10 0 14 -8 14 -15c0 -12 -11 -29 -23 -29h-83zM274 737h-85c-9 0 -12 8 -12 15c0 11 10 29 22 29h84zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+M306 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52z" />
+    <glyph glyph-name="uni01E1" unicode="&#x1e1;" horiz-adv-x="457" 
+d="M322 665h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58zM166 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni01E2" unicode="&#x1e2;" horiz-adv-x="865" 
+d="M665 745h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM271 305h158v270c0 12 -1 21 -5 23zM429 122v144h-178l-97 -187c-20.3 -39.1 32.4 -45.4 70 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2
+c-6 6 -6 27 0 33c43.5 3 72.3 11.7 104 71l243 455c16.2 30.7 10 54 -60 57c-6 6 -6 27 0 33c50 -1 115 -2 115 -2h140h176c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-105
+c-24 0 -36 -20 -36 -44v-200h91c85 0 88 13 91 68c6 6 27 6 33 0c-1 -30 -2 -52.5 -2 -86c0 -34.3 1 -53 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-241c0 -27 14 -43 36 -43h136c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167
+c0 0 -80 2 -128 2h-214s-81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="uni01E3" unicode="&#x1e3;" horiz-adv-x="687" 
+d="M456 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM265 384c-14.7 15.3 -44 22 -65 22c-39 0 -77 -14 -77 -43c0 -10 1 -17 3 -20c2 -4 3 -11 3 -18c0 -16 -14 -33 -39 -33c-31 0 -40 25 -40 45c0 58 78 102 160 102
+c24 0 101 -3 138 -70c33 45 85 70 142 70c114 0 158 -66 158 -100c0 -81 -46 -118 -277 -121c0 -90 59 -179 134 -179c54 0 89 25 119 60c8.70001 -0.800003 16.7 -10.7 20 -16c-29 -54 -87 -93 -153 -93c-91 0 -129.7 45.1 -151 69c-8 9 -12.1 5.1 -24 -7
+c-46 -47 -96.9 -62 -134 -62c-36 0 -72.1 5.5 -94 18c-34.5 19.6 -49 52.4 -49 94c0 40 27 82 63 103.2c43.1 25.4 109.2 38.7 196 44.8c-1 79 -10 110 -33 134zM298 215c-69.3 -5.5 -119.3 -22.4 -150 -45.1c-24.7 -18.2 -37 -40.2 -37 -62.9c0 -43 27 -75 83 -75
+c32 0 84 41 99 81c4 19 5 52 5 102zM372 253c153 2 200 22 200 83c0 32 -35 70 -83 70c-68 0 -109 -68 -117 -153z" />
+    <glyph glyph-name="uni01E4" unicode="&#x1e4;" horiz-adv-x="685" 
+d="M377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295c0 -132 84 -301 242 -301c54 0 121 6 155 38v89h-113c-9 2 -12 7.8 -12 13.4c0 9.60001 9 24.3 21 26.6h104v24
+c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-24h67c9.29999 -1.3 13 -7.8 13 -12.6c0 -9.59999 -10.7 -25.4 -23 -27.4h-57v-52c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83
+c-191 0 -315 137.2 -315 317c0 220 173 351 340 351z" />
+    <glyph glyph-name="uni01E5" unicode="&#x1e5;" horiz-adv-x="500" 
+d="M319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135c37 0 84 19 84 112zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153c-39 0 -67 7 -91 21c-12 -17 -18 -38 -18 -58
+c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -7.5 -0.700012 -14.9 -2.10001 -22h33.1c9.29999 -1.3 13 -7.8 13 -12.6c0 -9.6 -10.7 -25.4 -23 -27.4h-38.8c-42.9 -70.4 -156.5 -111 -263.2 -111
+c-76.1 0 -157.1 26.4 -159 111h-25c-9 2 -12 7.8 -12 13.4c0 9.6 9 24.3 21 26.6h22.7c11.3 31 36.6 61.1 75.3 84c-26 13 -46 41 -46 77c0 34 16 77 44 101c-28 27 -52 58 -52 112c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37
+c0 -20 -18 -38 -37 -38zM416.9 -87c-1.19998 23.5 -13.9 37.2 -50.9 58c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5c-24 -28.9 -29.5 -51 -30.7 -77h315.6zM407.1 -127h-302.6c16.2 -51.6 84.9 -74 116.5 -74c73.6 0 157.8 25.4 186.1 74z" />
+    <glyph glyph-name="Gcaron" unicode="&#x1e6;" horiz-adv-x="685" 
+d="M342 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169
+c-116.5 0 -230 -120 -230 -295c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83
+c-191 0 -315 137.2 -315 317c0 220 173 351 340 351z" />
+    <glyph glyph-name="gcaron" unicode="&#x1e7;" horiz-adv-x="500" 
+d="M195 508c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94
+c0 -68 84 -97 120 -97c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153
+c-39 0 -67 7 -91 21c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121c-26 13 -46 41 -46 77c0 34 16 77 44 101
+c-28 27 -52 58 -52 112c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="uni01E8" unicode="&#x1e8;" horiz-adv-x="637" 
+d="M325 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -91 2 -129 2c-39 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c45 -1 90.5 -2 129 -2c36.5 0 84 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7c35.1 2.90002 57.7 16 79 38.7l165 176c42.1 44.9 8.10001 48.6 -28 52c-6 6 -6 27 0 33c37 -1 76 -2 113 -2c32.2 0 64 1 95 2
+c6 -6 6 -27 0 -33c-40 -3 -80 -7 -126 -56l-147 -151c-34 -35 -35 -42 -35 -49c0 -8 5.29999 -15.9 13 -25l219 -260c30.6 -36.3 59.1 -39.4 88 -42c6 -6 6 -27 0 -33c-33 1 -67 2 -101 2c-21.1 0 -34 -1 -54 -2c-4 0 -4.60001 3 -5 6c-2 16 -15.7 43.4 -36 69l-157 198
+c-20.3 25.6 -49.2 36.9 -83 37.9v-186.9z" />
+    <glyph glyph-name="uni01E9" unicode="&#x1e9;" horiz-adv-x="512" 
+d="M286 644c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM86 122v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-348.8
+c18.9 2.60001 45.8 14.4 68 30.8c25.7 19 57 53 80 82c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33c23 -1 60 -2 98 -2c36 0 64 1 87 2c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42
+c6 -6 6 -27 0 -33c-20 1 -51 2 -82 2c-20 0 -42 -1 -62 -2c-3 0 -3.70001 2 -4 5c-1.29999 11.7 -12.6 30.5 -42 70l-73 98c-11.9 16 -21 25 -32 32.5c-9.7 3.39999 -23.8 4.89999 -43 5.39999v-86.9c0 -83 11 -87 52 -91c6 -6 6 -27 0 -33c-23 1 -56 2 -91 2
+c-40 0 -74 -1 -107 -2c-6 6 -6 27 0 33c56 4 67 8 67 91z" />
+    <glyph glyph-name="uni01EA" unicode="&#x1ea;" horiz-adv-x="702" 
+d="M532 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 43.8 39.3 85.3 94.7 124.7c-24.7 -5.7 -51 -8.7 -78.7 -8.7c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329c0 -84 -22 -156.3 -61.8 -213
+c-23.6 -33.6 -53.4 -61.6 -88.5 -82.6c-82.3 -67.4 -119.7 -99.1 -119.7 -148.4c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312z" />
+    <glyph glyph-name="uni01EB" unicode="&#x1eb;" horiz-adv-x="504" 
+d="M382 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 40.8 34.1 79.5 83.5 116.5c-5.39999 -0.3 -10.9 -0.5 -16.5 -0.5c-142 0 -210 113 -210 215c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-18.7 -18.3 -41.7 -33.3 -69.2 -43.2c-56.6 -47.7 -82.7 -76.6 -82.7 -117.8c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni01EC" unicode="&#x1ec;" horiz-adv-x="702" 
+d="M456 713h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM532 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 43.8 39.3 85.3 94.7 124.7c-24.7 -5.7 -51 -8.7 -78.7 -8.7c-170 0 -313 123 -313 320
+c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329c0 -84 -22 -156.3 -61.8 -213c-23.6 -33.6 -53.4 -61.6 -88.5 -82.6c-82.3 -67.4 -119.7 -99.1 -119.7 -148.4c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM331 622c-99 0 -198 -85 -198 -295
+c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312z" />
+    <glyph glyph-name="uni01ED" unicode="&#x1ed;" horiz-adv-x="504" 
+d="M359 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM382 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 40.8 34.1 79.5 83.5 116.5c-5.39999 -0.3 -10.9 -0.5 -16.5 -0.5c-142 0 -210 113 -210 215
+c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-18.7 -18.3 -41.7 -33.3 -69.2 -43.2c-56.6 -47.7 -82.7 -76.6 -82.7 -117.8c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM238 404
+c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni01EE" unicode="&#x1ee;" horiz-adv-x="608" 
+d="M275 697c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43zM167 645h355c21 0 28 -6 28 -14c0 -10 -6 -26 -15 -41l-168 -302c134 -27 197 -126 197 -237c0 -139 -132 -262 -292 -262c-80 0 -230 35 -230 101
+c0 23 10 50 44 50c27 0 55 -14 68 -35c32 -49 82 -79 137 -79c87 0 184 121 184 216c0 159 -115 213 -184 213c-16 0 -27 0 -41 -3l196 353h-249c-74 -1 -103 -84 -107 -128l-26 2l21 188c23 -5 58 -22 82 -22z" />
+    <glyph glyph-name="uni01EF" unicode="&#x1ef;" horiz-adv-x="416" 
+d="M172 500c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM127 107l168 288h-145c-30 0 -64 -21 -84 -94l-26 3c8 49 14 93 15 138h25c2 -6 11 -13 26 -13h203c29 0 65 6 67 6c7 0 13 -2 13 -6
+s-6 -15 -22 -42l-151 -250c96 0 177 -53 177 -159c0 -119 -85 -213 -208 -213c-85 0 -143 61 -143 93c0 18 10 36 32 36c23 0 36 -10 44 -34c8 -22 35 -60 75 -60c50 0 119 54 119 162c0 101 -31 141 -109 141c-11 0 -41 -7 -59 -11z" />
+    <glyph glyph-name="uni01F0" unicode="&#x1f0;" horiz-adv-x="272" 
+d="M113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241
+zM120 509c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50z" />
+    <glyph glyph-name="uni01F1" unicode="&#x1f1;" horiz-adv-x="1289" 
+d="M1236 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.09998 9.09998 -10 9l-211 -4c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2
+c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252
+c0 154 -71 329 -287 329c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni01F2" unicode="&#x1f2;" horiz-adv-x="1107" 
+d="M754 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.69995 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12
+c0 5 0.400024 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.59998 6 6 6zM191 84c0 -32 11 -52 109 -52c141 0 262 50 262 252c0 154 -71 329 -287 329
+c-49 0 -84 -14 -84 -49v-480zM148 645c39 0 94 2 165 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -145 2 -182 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="uni01F3" unicode="&#x1f3;" horiz-adv-x="893" 
+d="M552 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12
+c0 5 0.400024 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.59998 6 6 6zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50
+c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82
+c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni01F4" unicode="&#x1f4;" horiz-adv-x="685" 
+d="M429 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM377 658c111 0 148 -35 208 -45c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295
+c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317
+c0 220 173 351 340 351z" />
+    <glyph glyph-name="uni01F5" unicode="&#x1f5;" horiz-adv-x="500" 
+d="M283 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM319 279c0 83 -34 129 -97 129c-55 0 -80 -36 -80 -106c0 -64 9 -135 93 -135c37 0 84 19 84 112zM132 -10c-29 -35 -31 -60 -31 -94
+c0 -68 84 -97 120 -97c90 0 196 38 196 110c0 26 -12 40 -51 62c-29 16 -71 17 -121 17c-14 0 -42 -3 -73 -3c-13 0 -29 2 -40 5zM444 387c-11 0 -24 10 -28 18c-6 9 -13 12 -20 12c-13 0 -33 -14 -40 -24c29 -30 43 -57 43 -104c0 -98 -81 -153 -169 -153
+c-39 0 -67 7 -91 21c-12 -17 -18 -38 -18 -58c0 -43 35 -57 64 -57c5 0 15 1 30 2c24 3 49 5 67 5c37 0 107 -1 146 -33c29 -24 44 -49 44 -81c0 -108 -146 -173 -281 -173c-77 0 -159 27 -159 114c0 43 28 89 82 121c-26 13 -46 41 -46 77c0 34 16 77 44 101
+c-28 27 -52 58 -52 112c0 92 82 152 171 152c59 0 92 -20 104 -28c26 34 74 51 100 51c27 0 46 -16 46 -37c0 -20 -18 -38 -37 -38z" />
+    <glyph glyph-name="uni01F6" unicode="&#x1f6;" horiz-adv-x="900" 
+d="M513 132v189h-326v-249c0 -31 15.3 -39.9 55 -43l26 -2c4 -0.299999 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 7.7 7 8l27 2c40.8 3 54 15 54 43v502c0 30 -16.2 39.2 -54 42l-27 2c-4 0.299988 -8 3 -8 8v19l2 2s87 -2 126 -2
+c36 0 129 2 129 2l2 -2v-19c0 -5 -3 -7.59998 -8 -8l-26 -2c-40.2 -3.09998 -55 -14 -55 -42v-211h326v211c0 30 -14.7 39 -54 42l-26 2c-5 0.400024 -9 3 -9 8v19l2 2s87 -2 126 -2c36 0 129 2 129 2l2 -2v-19c0 -5 -3 -7.59998 -8 -8l-26 -2
+c-40.3 -3.09998 -55 -14 -55 -42v-445c0 -65 39 -92 86 -92c75 0 136 102 136 200c0 96 -32 126 -61 131c-11 1 -42 6 -42 37c0 18 14 37 41 37c69 0 99 -73 99 -193c0 -183 -93 -259 -173 -259c-104 0 -167 51 -167 142z" />
+    <glyph glyph-name="uni01F7" unicode="&#x1f7;" horiz-adv-x="540" 
+d="M322 609c-45 0 -88 -31 -162 -105v-438c124 104 254 219 254 351c0 125 -23 192 -92 192zM160 547c57 55 121 111 185 111c121 0 159 -92 159 -201c0 -160 -168 -301 -344 -436v-210l-139 -37l-7 25c-1 5 0 8 5 9l20 6c30 9 40 27 40 60v649c0 65 -10 78 -30 78l-32 2
+c-3.2 0.200012 -6 2 -6 5l-2 24c40.5 3 115.9 16 141 26c9 0 13 -3 13 -10c0 0 -3 -36 -3 -101z" />
+    <glyph glyph-name="uni01F8" unicode="&#x1f8;" horiz-adv-x="699" 
+d="M293 817l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491
+c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33
+l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="uni01F9" unicode="&#x1f9;" horiz-adv-x="542" 
+d="M271 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM184 358c59.3 68 115 81 164 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-30 1 -66 2 -106 2
+s-72 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -84 -22 -122 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195
+c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0z" />
+    <glyph glyph-name="Aringacute" unicode="&#x1fa;" horiz-adv-x="695" 
+d="M263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l225.1 531.5c-34.3 11.5 -61.1 43.7 -61.1 80.5
+c0 46 42 85 88 85c33 0 63.9 -19.5 78.8 -47.9l115.2 79.9c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-9.70001 -4.20001 -17.5 -7.09998 -24 -9c-0.799988 -31.8 -21.5 -60.7 -50.6 -74.5l198.6 -551.5c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2
+c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17zM359 767c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53z" />
+    <glyph glyph-name="aringacute" unicode="&#x1fb;" horiz-adv-x="457" 
+d="M210 635c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM122 582c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44
+c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36
+c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58zM230.4 830.2c2.40001 0.899963 7.20001 1.79999 11.2 1.79999
+c5.09999 0 25.6 -0.900024 44 -20.7l2.39999 -9.89996l-92 -98.1c-12 -13.5 -18.4 -17.1 -24 -17.1s-11.2 5.39996 -11.2 11.7c0 10.1 2.7 13.7 9.2 25.2z" />
+    <glyph glyph-name="AEacute" unicode="&#x1fc;" horiz-adv-x="865" 
+d="M618 821c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM271 305h158v270c0 12 -1 21 -5 23zM429 122v144h-178l-97 -187c-20.3 -39.1 32.4 -45.4 70 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2
+c-6 6 -6 27 0 33c43.5 3 72.3 11.7 104 71l243 455c16.2 30.7 10 54 -60 57c-6 6 -6 27 0 33c50 -1 115 -2 115 -2h140h176c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-105
+c-24 0 -36 -20 -36 -44v-200h91c85 0 88 13 91 68c6 6 27 6 33 0c-1 -30 -2 -52.5 -2 -86c0 -34.3 1 -53 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-241c0 -27 14 -43 36 -43h136c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167
+c0 0 -80 2 -128 2h-214s-81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="aeacute" unicode="&#x1fd;" horiz-adv-x="687" 
+d="M407 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.29999 15.2 11.4 28zM265 384c-14.7 15.3 -44 22 -65 22c-39 0 -77 -14 -77 -43c0 -10 1 -17 3 -20c2 -4 3 -11 3 -18c0 -16 -14 -33 -39 -33
+c-31 0 -40 25 -40 45c0 58 78 102 160 102c24 0 101 -3 138 -70c33 45 85 70 142 70c114 0 158 -66 158 -100c0 -81 -46 -118 -277 -121c0 -90 59 -179 134 -179c54 0 89 25 119 60c8.70001 -0.800003 16.7 -10.7 20 -16c-29 -54 -87 -93 -153 -93
+c-91 0 -129.7 45.1 -151 69c-8 9 -12.1 5.1 -24 -7c-46 -47 -96.9 -62 -134 -62c-36 0 -72.1 5.5 -94 18c-34.5 19.6 -49 52.4 -49 94c0 40 27 82 63 103.2c43.1 25.4 109.2 38.7 196 44.8c-1 79 -10 110 -33 134zM298 215c-69.3 -5.5 -119.3 -22.4 -150 -45.1
+c-24.7 -18.2 -37 -40.2 -37 -62.9c0 -43 27 -75 83 -75c32 0 84 41 99 81c4 19 5 52 5 102zM372 253c153 2 200 22 200 83c0 32 -35 70 -83 70c-68 0 -109 -68 -117 -153z" />
+    <glyph glyph-name="Oslashacute" unicode="&#x1fe;" horiz-adv-x="702" 
+d="M392 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM108 -13c-19 0 -33 17 -36 32l51.5 63.4c-53.3 55.1 -86.5 132.8 -86.5 227.6c0 193.9 113.3 348 307 348c74.7 0 143.1 -21.2 197.5 -61l49.5 61
+c19 0 33.7 -15.1 36 -30l-50 -61.7c55.2 -56.2 89 -136.7 89 -237.3c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-71 0 -137.3 21.5 -190.4 60.8zM331 622c-99 0 -198 -85 -198 -295c0 -72.2 16.2 -132.6 43 -179.9l322.3 396.7
+c-43.1 51.4 -102.2 78.2 -167.3 78.2zM526 503.3l-321.6 -397.2c44.1 -52.3 104 -80.1 165.6 -80.1c114 0 200 105 200 284c0 78.8 -16.3 143.6 -44 193.3z" />
+    <glyph glyph-name="oslashacute" unicode="&#x1ff;" horiz-adv-x="504" 
+d="M289 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM414 454c17 0 27 -10 31 -23l-41.9 -51.1c42.2 -44.6 59.9 -107.9 59.9 -165.9c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-55.1 0 -99 17 -132.2 43.8l-50.8 -61.8c-16 0 -28 11 -30 26l52.6 63.8c-33.3 40.7 -49.6 93.3 -49.6 143.2c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c50 0 89.7 -13 120.6 -34zM238 404c-90 0 -111 -89 -111 -176
+c0 -29.7 5.10001 -66.8 17.3 -101.1l189.1 229.3c-23.6 31.5 -56.1 47.8 -95.4 47.8zM353.8 320l-191 -232.6c21.7 -36 54.6 -62.4 102.2 -62.4c47 0 112 31 112 157c0 56.4 -8.20001 102.6 -23.2 138z" />
+    <glyph glyph-name="uni0200" unicode="&#x200;" horiz-adv-x="695" 
+d="M194 783c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.70001 -8 3.70001 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM325 788c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.89999 -3.79999 2.5 -9 2.5 -11
+c0 -7 -6 -12 -13 -12c-5.60001 0 -9.60001 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2
+c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni0201" unicode="&#x201;" horiz-adv-x="457" 
+d="M86 645c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM222 651c11 0 19 -5 23 -14l62.7 -143c1.29999 -3 1.29999 -5 1.29999 -6c0 -2.60001 -2.79999 -13 -14 -13
+c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145
+l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16
+c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni0202" unicode="&#x202;" horiz-adv-x="695" 
+d="M225 691c6 71 70 113 136 113c73 0 131 -43 136 -113h-28c-8 39 -55 61 -108 61c-49 0 -101 -22 -108 -61h-28zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="uni0203" unicode="&#x203;" horiz-adv-x="457" 
+d="M326 498c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni0204" unicode="&#x204;" horiz-adv-x="557" 
+d="M147 787c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.70001 -8 3.70001 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM278 792c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.89999 -3.79999 2.5 -9 2.5 -11
+c0 -7 -6 -12 -13 -12c-5.60001 0 -9.60001 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131
+c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145
+c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni0205" unicode="&#x205;" horiz-adv-x="447" 
+d="M93 652c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM229 658c11 0 19 -5 23 -14l62.7 -143c1.29999 -3 1.29999 -5 1.29999 -6c0 -2.60001 -2.79999 -13 -14 -13
+c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148
+c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni0206" unicode="&#x206;" horiz-adv-x="557" 
+d="M147 691c6 71 70 113 136 113c73 0 131 -43 136 -113h-28c-8 39 -55 61 -108 61c-49 0 -101 -22 -108 -61h-28zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63
+h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni0207" unicode="&#x207;" horiz-adv-x="447" 
+d="M334 499c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87
+c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni0208" unicode="&#x208;" horiz-adv-x="297" 
+d="M0 794c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.7 -8 3.7 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM131 799c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.89999 -3.79999 2.5 -9 2.5 -11c0 -7 -6 -12 -13 -12
+c-5.60001 0 -9.60001 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2
+c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni0209" unicode="&#x209;" horiz-adv-x="271" 
+d="M-19 679c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM117 685c11 0 19 -5 23 -14l62.7 -143c1.3 -3 1.3 -5 1.3 -6c0 -2.59998 -2.8 -13 -14 -13c-3 0 -5 1 -7 3l-102 121
+c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7
+v-199.3z" />
+    <glyph glyph-name="uni020A" unicode="&#x20a;" horiz-adv-x="297" 
+d="M12 690c6 71 70 113 136 113c73 0 131 -43 136 -113h-28c-8 39 -55 61 -108 61c-49 0 -101 -22 -108 -61h-28zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni020B" unicode="&#x20b;" horiz-adv-x="271" 
+d="M225 498c-9.89999 53 -48.6 90 -97.2 90c-46.8 0 -88.2 -32 -97.2 -90l-24.3 12c10.8 86 68.4 135 121.5 135c63 0 108.9 -50 121.5 -135zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="uni020C" unicode="&#x20c;" horiz-adv-x="702" 
+d="M182 787c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.70001 -8 3.70001 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM313 792c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.89999 -3.79999 2.5 -9 2.5 -11
+c0 -7 -6 -12 -13 -12c-5.60001 0 -9.60001 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni020D" unicode="&#x20d;" horiz-adv-x="504" 
+d="M116 652c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM252 658c11 0 19 -5 23 -14l62.7 -143c1.29999 -3 1.29999 -5 1.29999 -6c0 -2.60001 -2.79999 -13 -14 -13
+c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404
+c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni020E" unicode="&#x20e;" horiz-adv-x="702" 
+d="M212 691c6 71 70 113 136 113c73 0 131 -43 136 -113h-28c-8 39 -55 61 -108 61c-49 0 -101 -22 -108 -61h-28zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni020F" unicode="&#x20f;" horiz-adv-x="504" 
+d="M348 498c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56
+c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni0210" unicode="&#x210;" horiz-adv-x="587" 
+d="M100 792c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.7 -8 3.7 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM231 797c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.89999 -3.79999 2.5 -9 2.5 -11
+c0 -7 -6 -12 -13 -12c-5.60001 0 -9.60001 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7
+c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="uni0211" unicode="&#x211;" horiz-adv-x="372" 
+d="M71 653c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM207 659c11 0 19 -5 23 -14l62.7 -143c1.29999 -3 1.29999 -5 1.29999 -6c0 -2.60001 -2.79999 -13 -14 -13
+c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49
+c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="uni0212" unicode="&#x212;" horiz-adv-x="587" 
+d="M148 691c6 71 70 113 136 113c73 0 131 -43 136 -113h-28c-8 39 -55 61 -108 61c-49 0 -101 -22 -108 -61h-28zM272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77
+c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="uni0213" unicode="&#x213;" horiz-adv-x="372" 
+d="M309 498c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135zM176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3
+c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="uni0214" unicode="&#x214;" horiz-adv-x="661" 
+d="M188 777c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.70001 -8 3.70001 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM319 782c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.89999 -3.79999 2.5 -9 2.5 -11
+c0 -7 -6 -12 -13 -12c-5.60001 0 -9.60001 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2
+c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni0215" unicode="&#x215;" horiz-adv-x="531" 
+d="M113 652c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM249 658c11 0 19 -5 23 -14l62.7 -143c1.29999 -3 1.29999 -5 1.29999 -6c0 -2.60001 -2.79999 -13 -14 -13
+c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48
+c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59
+c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni0216" unicode="&#x216;" horiz-adv-x="661" 
+d="M213 691c6 71 70 113 136 113c73 0 131 -43 136 -113h-28c-8 39 -55 61 -108 61c-49 0 -101 -22 -108 -61h-28zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2
+c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni0217" unicode="&#x217;" horiz-adv-x="531" 
+d="M359 498c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182
+c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0
+c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="485" 
+d="M394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2
+c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173
+c97.7 0 95.6 -19 153.4 -27zM233 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="390" 
+d="M186 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98
+c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11
+c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138z" />
+    <glyph glyph-name="Tcommaaccent" unicode="&#x21a;" horiz-adv-x="597" 
+d="M295 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33
+c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22
+c-36 0 -46 -38 -46 -102v-382z" />
+    <glyph glyph-name="tcommaaccent" unicode="&#x21b;" horiz-adv-x="316" 
+d="M171 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1
+c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6
+v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="uni021E" unicode="&#x21e;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM322 697
+c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43z" />
+    <glyph glyph-name="uni021F" unicode="&#x21f;" horiz-adv-x="538" 
+d="M273 644c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33
+c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91
+c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="uni0222" unicode="&#x222;" horiz-adv-x="554" 
+d="M117 150c0 -104 110 -128 154 -128c133 0 153 72 153 121c0 89 -91 131 -176 169c-53 -35 -131 -90 -131 -162zM402 532c0 76 -61 134 -128 134v25c164 0 202 -102 202 -155c0 -116 -134 -172 -146 -176c68 -30 176 -81 176 -191c0 -84 -65 -181 -240 -181
+c-100 0 -219 37 -219 166c0 107 125 167 164 178c-75 39 -149 85 -149 167c0 92 83 159 186 159v-26c-60 0 -105 -60 -105 -113c0 -58 78 -103 153 -138c72 50 106 77 106 151z" />
+    <glyph glyph-name="uni0223" unicode="&#x223;" horiz-adv-x="468" 
+d="M233 14c101 0 127 63 127 127c0 67 -63 115 -147 178l-40 -38c-46 -45 -68 -88 -68 -127c0 -80 51 -140 128 -140zM336 530c0 12 -1 58 -39 95l16 27c35 -14 83 -48 83 -122c0 -99 -98 -156 -114 -162c63 -43 146 -101 146 -193c0 -117 -74 -187 -197 -187
+c-163 0 -190 109 -190 157c0 81 77 164 142 193c-52 43 -124 90 -124 179c0 79 55 117 89 132l21 -25c-41 -33 -43 -71 -43 -86c0 -67 127 -149 127 -149c7 4 83 62 83 141z" />
+    <glyph glyph-name="uni0226" unicode="&#x226;" horiz-adv-x="695" 
+d="M306 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33
+c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni0227" unicode="&#x227;" horiz-adv-x="457" 
+d="M166 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni0228" unicode="&#x228;" horiz-adv-x="557" 
+d="M256 -96c-19 0 -29 -1 -45 -6l-6 6l40 96h-97c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5
+c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5
+c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-84l-25 -67c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="uni0229" unicode="&#x229;" horiz-adv-x="447" 
+d="M229 -96c-19 0 -29 -1 -45 -6l-6 6l36.2 86.9c-59.3 4.6 -99.9 27.5 -130.2 63.1c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54
+c12 -1 18 -6 21 -16c-38 -49.4 -88.5 -83.4 -158.6 -86.7l-21.4 -57.3c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35zM124 282l181 3c11 0.200012 15 5 15 14
+c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122z" />
+    <glyph glyph-name="uni022A" unicode="&#x22a;" horiz-adv-x="702" 
+d="M97 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM506 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312z
+M666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM440.3 800h-190.3c-7.7 0 -11.1 11 -11.1 18c0 12 9.40001 32 18.7 32h191.2c8.5 0 11.9 -11 11.9 -17
+c0 -12 -9.30002 -33 -20.4 -33z" />
+    <glyph glyph-name="uni022B" unicode="&#x22b;" horiz-adv-x="504" 
+d="M351 665h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM121 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM290 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM41 205
+c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni022C" unicode="&#x22c;" horiz-adv-x="702" 
+d="M516 776h61c10 0 13 -8 13 -15c0 -11 -10 -29 -23 -29h-60zM186 732h-62c-9 0 -13 8 -13 15c0 11 10 29 22 29h61zM400.7 745.1c18.7 0 28 11 39.9 57.2c9.39999 1.10004 17.8 -2.20001 22.9 -6.59998c-10.2 -66 -34.8 -108.9 -73.9 -108.9
+c-18.7 0 -36.6 19.8 -54.4 35.2c-15.3 12.1 -31.4 20.9 -45.9 20.9c-22.1 0 -30.6 -16.5 -39.1 -52.8c-9.39999 -2.19995 -17.9 -1.09998 -23 5.5c11.9 64.9 31.5 107.8 68 107.8c25.5 0 44.3 -22 61.3 -37.4c13.6 -13.2 28 -20.9 44.2 -20.9zM331 622
+c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni022D" unicode="&#x22d;" horiz-adv-x="504" 
+d="M344 665h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM304 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5
+c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404
+c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni022E" unicode="&#x22e;" horiz-adv-x="702" 
+d="M291 751c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126
+c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni022F" unicode="&#x22f;" horiz-adv-x="504" 
+d="M188 598c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56
+c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni0230" unicode="&#x230;" horiz-adv-x="702" 
+d="M436 771h82c9 0 13 -8 13 -15c0 -11 -10 -28 -23 -28h-81zM240 728h-85c-9 0 -12 7 -12 14c0 11 10 29 22 29h84zM291 751c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301
+c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni0231" unicode="&#x231;" horiz-adv-x="504" 
+d="M197 558c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56
+c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222zM357 648h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni0232" unicode="&#x232;" horiz-adv-x="575" 
+d="M413 704h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77
+l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2
+s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni0233" unicode="&#x233;" horiz-adv-x="515" 
+d="M383 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94
+l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2
+c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+
+<!--
+Anfang{IPA Extensions}
+-->
+    <glyph glyph-name="aturned" unicode="&#x250;" horiz-adv-x="457" 
+d="M169 196l79 21c74 19 95 65 95 110c0 31 -22 71 -72 71c-28 0 -62 -23 -88 -44c-8 -6 -14 -13 -14 -26v-132zM169 381h2l20 16c44 34 74.2 42 109 42c70 0 126 -26 126 -108c0 -68 -69 -121 -165 -145l-86 -21c-3 -1 -6 -5 -6 -12c0 -113 47 -130 81 -130
+c38 0 80 11 80 42c0 11 -1 17 -2 20c-2 4 -3 11 -3 18c0 13 18 34 47 34c23 0 35 -12 35 -36c0 -57 -83 -111 -165 -111c-73 0 -151 27 -151 169v147c0 46 -1 85 -30 85c-12.7 0 -29.5 -9.79999 -37 -16c-11.3 6.29999 -15.3 14.7 -17 27c20.7 20 56.7 37 95 37
+c50.4 0 61 -27 67 -58z" />
+    <glyph glyph-name="uni0251" unicode="&#x251;" horiz-adv-x="511" 
+d="M322 368.4c-21.9 24.5 -48.6 36.6 -79 36.6c-80 0 -122 -74 -122 -178c0 -151 87 -193 145 -193c15.8 0 42.6 1.1 66 13.2c13 6.8 14 11.8 14 29.8v230c0 24.1 -4 39 -24 61.4zM356 26.5c-29.8 -20.4 -63.7 -36.5 -114 -36.5c-144 0 -207 124 -207 217
+c0 132 90 232 212 232c42.4 0 81.4 -8.70001 113 -29.2c12 -7.79999 16 -4.79999 29 13.2c8.10001 11.3 14 19 21 19c11 0 15 -11 15 -25v-296c0 -45 1 -85 40 -85c15.3 0 25.2 16 31 16c4 0 13 -10 13 -17c0 -5 -36 -45 -85 -45c-37.6 0 -57.4 18.3 -68 36.5z" />
+    <glyph glyph-name="uni0252" unicode="&#x252;" horiz-adv-x="527" 
+d="M197 61.6c21.9 -24.5 48.6 -36.6 79 -36.6c80 0 122 84 122 188c0 133 -77 183 -135 183c-15.8 0 -52.6 -1.10001 -76 -13.2c-13 -6.79999 -14 -11.8 -14 -29.8v-230c0 -24.1 4 -39 24 -61.4zM163 403.5c29.8 20.4 63.7 36.5 114 36.5c144 0 207 -80 207 -207
+c0 -119.1 -80 -242 -202 -242c-42.4 0 -91.4 8.7 -123 29.2c-12 7.8 -16 4.8 -29 -13.2c-8.1 -11.3 -14 -19 -21 -19c-11 0 -15 11 -15 25v296c0 45 -1 85 -40 85c-21 0 -25.2 -16 -31 -16c-4 0 -13 10 -13 17c0 5 36 45 85 45c37.6 0 57.4 -18.3 68 -36.5z" />
+    <glyph glyph-name="cturned" unicode="&#x254;" horiz-adv-x="433" 
+d="M35 338c50 82 103 101 163 101c126 0 198 -89 198 -218c0 -142 -106 -231 -205 -231c-96 0 -153 40 -153 95c0 31 28 44 49 44s35 -9 38 -36c4 -35 12 -70 71 -70c66 0 114 66 114 176c0 117 -61 191 -134 191c-43 0 -86 -22 -120 -66c-9 1 -17 5 -21 14z" />
+    <glyph glyph-name="uni0258" unicode="&#x258;" horiz-adv-x="427" 
+d="M317 287c-19 113 -76 117 -100 117c-38 0 -94 -21 -94 -105c0 -9 5 -14 15 -14zM57 96c37 -38 77 -59 135 -59c54.7 0 128 57.8 128 211l-264 -2c-12 0 -19 6 -19 17c0 84 51 174 190 174c100 0 180 -67 180 -225c0 -123.7 -110.8 -224 -220 -224c-76 0 -113 37 -153 89
+c3 10 11 18 23 19z" />
+    <glyph glyph-name="uni0259" unicode="&#x259;" horiz-adv-x="447" 
+d="M330 147l-181 -3c-11 -0.199997 -15 -5 -15 -14c0 -84 45 -105 83 -105c24 0 94 9 113 122zM68 336c-12 1 -18 6 -21 16c40 52 94 87 170 87c72 0 119 -24 153 -64c33 -38 47 -92 47 -148c0 -152 -113 -235 -200 -235c-139 0 -169 90 -169 174c0 11 7 17 19 17l266 -2
+c0 58 -12 104 -32 137c-31 51 -73 72 -109 72c-58 0 -87 -16 -124 -54z" />
+    <glyph glyph-name="uni025B" unicode="&#x25b;" horiz-adv-x="397" 
+d="M123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37
+c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni025C" unicode="&#x25c;" horiz-adv-x="396" 
+d="M275 112c0 56 -34 97 -90 97c-8 0 -43 -5 -51 -5c-22 0 -30 9 -30 21s11 18 29 18c6 0 50 -5 51 -5c43 0 79 18 79 79c0 64 -43 93 -75 93c-39 0 -64 -25 -76 -47c-9 -17 -20 -33 -42 -33c-12 0 -31 8 -31 37c0 36 66 72 143 72c119 0 152 -72 152 -112
+c0 -43.2 -24.7 -78.7 -71 -98v-2c90 -30 90 -83 90 -106c0 -57 -27 -131 -165 -131c-63 0 -117 29 -150 60c1.9 9.3 8.5 16 16 20c39 -27 77 -43 124 -43c59 0 97 32 97 85z" />
+    <glyph glyph-name="uni0265" unicode="&#x265;" horiz-adv-x="540" 
+d="M375 143.1v163.9c0 83 -9 87 -59.8 91c-6 6 -6 27 0 33c28 -1 60.8 -2 98.8 -2c40 0 76.8 1 109.8 2c6 -6 6 -27 0 -33c-58 -4 -69.8 -8 -69.8 -91v-404c0 -84 12 -79 64 -82c6 -6 8 -22 6 -30c-40 -3 -115 -17 -140 -27c-9 0 -13 3 -13 10c0 0 4 40 4 105l0.799988 192
+c0 14 -6.39999 3.8 -9.79999 0c-61 -68 -120.9 -81 -170 -81c-35 0 -66.2 12 -83 34c-23.3 30.5 -27 79 -27 134v149c0 82 -11 86 -67 91c-5 6 -5 27 0 33c33 -1 66 -2 106 -2s74 1 102 2c5 -6 5 -27 0 -33c-52 -5 -62 -9 -62 -91v-152c0 -30 2 -57.2 12 -77
+c11.6 -22.9 32.6 -36 53 -36c39.4 0 90 21.7 128 59c8 8.7 17 21 17 42.1z" />
+    <glyph glyph-name="uni026A" unicode="&#x26a;" horiz-adv-x="273" 
+d="M176 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -68 2 -111 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 68 -2 111 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="mturned" unicode="&#x26f;" horiz-adv-x="790" 
+d="M622 71c-0.5 12 -7.40002 5.1 -12 0c-41.7 -46.6 -94 -81 -152 -81c-52 0 -90.5 32.4 -100 73.4c-2 8.6 -8 3.6 -11 0.399998c-52.1 -55 -113.8 -73.8 -165 -73.8c-88 0 -103 70 -103 159v158c0 82 -9 87 -64 91c-5 6 -5 27 0 33c28 -1 63 -2 103 -2s77 1 102 2
+c5 -6 5 -27 0 -33c-52 -4 -62 -9 -62 -91v-176c0 -67 22 -89 60 -89c39 0 84 13 132 66c-1 12 -1 26 -1 40v159c0 82 -9 87 -59 91c-5 6 -5 27 0 33c25 -1 58 -2 98 -2s77 1 102 2c5 -6 5 -27 0 -33c-54 -4 -62 -9 -62 -91v-174c0 -67 28 -91 66 -91
+c30.9 0 68.4 20.3 108 59c8 8.7 17 21 17 42v164c0 82 -11 86 -61.8 91c-6 6 -6 27 0 33c30 -1 60.8 -2 100.8 -2s78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-195c0 -58 11 -63 65 -68c2 -6 4 -22 2 -28c-69 -9 -95 -18 -123 -29c-8 0 -9.90002 3.4 -12 8
+c-4.70001 10.3 -6.70001 46.3 -8 76z" />
+    <glyph glyph-name="uni0270" unicode="&#x270;" horiz-adv-x="760" 
+d="M594 -159v120l3 113h-3c-48 -49 -90 -84 -152 -84c-55 0 -88 40 -95 86c-57 -60 -106 -86 -160 -86c-88 0 -103 71 -103 160v205c0 28 -11.3 39.4 -42 44l-20 3c-4 0.600006 -8 3 -8 8v19l2 2s68 -2 108 -2c35 0 103 2 103 2l2 -2v-19c0 -5 -3.10001 -7.20001 -8 -8
+l-19 -3c-32.7 -5.20001 -43 -16 -43 -44v-228c0 -66 26 -89 64 -89c39 0 71 18 119 70c-2 13 -2 26 -2 41v206c0 28 -10.2 38.8 -43 44l-19 3c-4 0.600006 -8 3 -8 8v19l2 2s68 -2 107 -2c36 0 104 2 104 2l2 -2v-19c0 -5 -3.10001 -7.20001 -8 -8l-19 -3
+c-32.4 -5.10001 -43 -16 -43 -44v-226c0 -66 26 -91 64 -91c35 0 67 23 115 72v245c0 28 -11.4 39 -43 44l-19 3c-4.90002 0.799988 -9 3 -9 8v19l2 2s69 -2 108 -2c35 0 103 2 103 2l2 -2v-19c0 -5 -3.09998 -7.20001 -8 -8l-19 -3c-32.4 -5.10001 -42 -16 -42 -44v-465
+c0 -50 2.59998 -55.8 24 -58l48 -5l3 -23c-62 -11 -106 -24 -128 -42h-23z" />
+    <glyph glyph-name="uni0271" unicode="&#x271;" horiz-adv-x="782" 
+d="M699 109c0 -162 -16 -261 -63 -299c-37 -31 -71 -31 -91 -31c-18 0 -52 14 -52 44c0 18 19 30 30 30c26 0 36 -12 44 -22c6 -9 12 -16 23 -16c44 0 35 152 34 260v227c0 67 -28 89 -66 89c-39 0 -74 -17 -122 -70c1 -12 1 -26 1 -40v-209c0 -29 15.1 -38.2 44 -43l12 -2
+c4.89999 -0.799999 9 -3 9 -8v-19l-2 -2c-40 1 -61 2 -102 2c-39 0 -59 -1 -99 -2l-2 2v19c0 5 3 7.3 8 8l15 2c29 3.9 42 14 42 43v228c0 67 -28 91 -66 91c-35 0 -72 -22 -119 -71v-248c0 -29 14.6 -38.9 43 -43l14 -2c4 -0.6 8 -3 8 -8v-19l-2 -2c-40 1 -61 2 -102 2
+c-39 0 -64 -1 -104 -2l-2 2v19c0 5 3 7.5 8 8l19 2c34.1 3.6 43 14 43 43v249c0 50 -7.6 60.3 -22 62l-43 4l-2 24c70.5 11 109.5 20 138 31c2.39999 0 4 -0.600006 4 -3l-3 -84h3c47 50 93 84 155 84c56 0 91 -38 98 -83c57 60 110 83 164 83c88 0 105 -70 105 -159v-171z
+" />
+    <glyph glyph-name="uni0272" unicode="&#x272;" horiz-adv-x="523" 
+d="M166 109c0 -161 -16 -261 -63 -299c-37 -31 -71 -31 -91 -31c-18 0 -52 14 -52 44c0 18 19 30 30 30c26 0 36 -12 44 -22c6 -9 12 -16 23 -16c44 0 34 152 34 260v246c0 50 -7.6 60.3 -22 62l-43 4l-2 24c70.5 11 109.5 20 138 31c2.39999 0 4 -0.600006 4 -3l-3 -89h3
+c64 75 112 89 163 89c90 0 110 -69 110 -158v-209c0 -29 10.7 -39.7 42 -43l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2c-40 1 -66 2 -107 2c-39 0 -59 -1 -99 -2l-2 2v19c0 5 3 7.3 8 8l14 2c32 4.6 43 14 43 43v216c0 70 -12 103 -65 103c-44 0 -82 -17 -133 -77v-205z" />
+    <glyph glyph-name="uni0273" unicode="&#x273;" horiz-adv-x="523" 
+d="M364 109v179c0 70 -12 103 -65 103c-44 0 -82 -17 -133 -77v-242c0 -29 10.2 -38.3 43 -43l14 -2c4.89999 -0.700001 8 -3 8 -8v-19l-2 -2c-40 1 -61 2 -102 2c-39 0 -64 -1 -104 -2l-2 2v19c0 5 3 7.5 8 8l19 2c33.1 3.5 43 14 43 43v249c0 50 -7.6 60.3 -22 62l-43 4
+l-2 24c70.5 11 109.5 20 138 31c2.39999 0 4 -0.600006 4 -3l-3 -89h3c64 75 112 89 163 89c90 0 110 -69 110 -158v-206c0 -110 -10 -260 34 -260c11 0 17 7 23 16c8 10 18 22 44 22c11 0 30 -12 30 -30c0 -30 -34 -44 -52 -44c-23 0 -62 0 -99 31c-47 38 -55 138 -55 299z
+" />
+    <glyph glyph-name="rturned" unicode="&#x279;" horiz-adv-x="372" 
+d="M191 71c-0.199997 5 -5 13 -11 2c-23 -39 -64 -83 -111 -83c-42 0 -60 28.9 -60 48c0 25 23 50 47 50c17.4 0 28.6 -13.3 36.2 -23.3c7.8 -10.3 16.8 -12.7 25.8 -12.7c12 0 35 33 46 49c12 18 24 41 24 67v139c0 83 -12 86 -82 91c-6 6 -6 27 0 33c35 -1 81 -2 121 -2
+s79 1 114 2c6 -6 6 -27 0 -33c-62 -4 -74 -8 -74 -91v-195c0 -58 11 -63 65 -68c2 -6 4 -22 2 -28c-69 -9 -95 -18 -123 -29c-8 0 -9.89999 3.4 -12 8c-4.7 10.3 -6.3 36 -8 76z" />
+    <glyph glyph-name="uni027A" unicode="&#x27a;" horiz-adv-x="355" 
+d="M269 573v-465c0 -50 7.60001 -60.3 22 -62l43 -4l2 -24c-70.5 -11 -109.5 -20 -138 -31c-2.39999 0 -4 0.6 -4 3l3 90h-3c-26 -39 -70 -90 -117 -90c-41 0 -56 20 -56 46s17 42 43 42c20 0 31 -8 41 -18c6 -6 13 -9 20 -9c11 0 33 18 57 52c7 9 12 22 12 35v435
+c0 29 -11.2 40.8 -43 43l-29 2c-5 0.299988 -9 3 -9 8v19l2 2c37 -1 80 -2 118 -2c36 0 67 1 104 2l1 -2v-19c0 -5 -2 -7.5 -7 -8l-19 -2c-32.6 -3.40002 -43 -14 -43 -43z" />
+    <glyph glyph-name="uni027C" unicode="&#x27c;" horiz-adv-x="355" 
+d="M97 -160v481c0 50 -7.6 60.3 -22 62l-43 4l-2 24c70.5 11 109.5 20 138 31c2.39999 0 4 -0.600006 4 -3l-3 -90h3c26 39 70 90 117 90c41 0 56 -20 56 -46s-17 -42 -43 -42c-20 0 -31 8 -41 18c-6 6 -13 9 -20 9c-11 0 -33 -18 -57 -52c-7 -9 -12 -22 -12 -35v-451
+c0 -29 11.2 -40.8 43 -43l29 -2c5 -0.300003 9 -3 9 -8v-19l-2 -2c-37 1 -80 2 -118 2c-36 0 -67 -1 -104 -2l-1 2v19c0 5 2 7.5 7 8l19 2c32.6 3.39999 43 14 43 43z" />
+    <glyph glyph-name="uni0283" unicode="&#x283;" horiz-adv-x="304" 
+d="M-32 -114c24 0 30 -15 35 -32c6 -15 11 -30 34 -30c22 0 55 27 55 177v436c0 103 3 182 63 230c27 21 53 31 81 31c75 0 108 -40 108 -67c0 -20 -14 -34 -32 -34c-22 0 -29 13 -34 29c-10 25 -26 38 -43 38c-58 0 -68 -95 -68 -190v-421c0 -107 -1 -188 -61 -237
+c-35 -29 -58 -30 -73 -30c-42 0 -96 26 -96 67c0 16 12 33 31 33z" />
+    <glyph glyph-name="uni0285" unicode="&#x285;" horiz-adv-x="344" 
+d="M343 -114c19 0 31 -17 31 -33c0 -41 -54 -67 -96 -67c-15 0 -39 1 -73 30c-60 49 -61 130 -61 237v273c0 95 -10 190 -68 190c-17 0 -33 -13 -43 -38c-6 -16 -12 -29 -35 -29c-17 0 -31 14 -31 34c0 27 33 67 107 67c28 0 55 -10 81 -31c61 -48 63 -127 63 -230v-288
+c0 -150 34 -177 56 -177c23 0 28 15 33 30c6 17 12 32 36 32z" />
+    <glyph glyph-name="uni0287" unicode="&#x287;" horiz-adv-x="316" 
+d="M270 0l-46 -0.1c0 -110.9 3 -104.3 3 -115.9c0 -6.9 -10 -10.3 -22 -13.7c-12.5 -3.5 -22.7 -7.8 -34 -14.1c-9.3 -5.09999 -17.8 -9 -22.3 -9c-4.7 0 -7.7 2.40001 -7.7 8.8c0 0 4 40 4 105v39h-120c-5 0 -8 2 -8 6v20c0 9 14 13 24 13h104v253c0 62 -6 92 -33 92
+c-26 0 -56 -8 -82 -28c-10 1 -16 6.70001 -18 17c39 44 89 66 135 66s77 -28 77 -99v-301h59c4 0 5 -1 5 -6v-13c0 -8 -4 -20 -18 -20z" />
+    <glyph glyph-name="uni028C" unicode="&#x28c;" horiz-adv-x="497" 
+d="M168 32c6 -6 6 -27 0 -33c-25 1 -59 2 -92 2c-26 0 -50 -1 -70 -2c-6 6 -6 27 0 33c56 5 66.9 30.1 85.6 74l133.4 313c7.10001 16.6 14 23 24 23c13 0 19 -6 25 -21l127.6 -316c20.4 -50.6 27.4 -66.7 80.4 -73c6 -6 6 -27 0 -33c-30 1 -60 2 -93 2s-68 -1 -101 -2
+c-6 6 -6 27 0 33c53.3 7 49 19 31.1 67l-72.1 193c-15.6 41.8 -20.8 42.5 -37 3l-80.7 -196c-20.9 -50.8 -15.3 -63 38.7 -67z" />
+    <glyph glyph-name="uni028D" unicode="&#x28d;" horiz-adv-x="747" 
+d="M537 32c48 3 49 19 30.1 67l-80 206c-12.9 32.5 -15.1 31 -28.1 -2l-70 -177l6.39999 -16c17.9 -44.8 29.6 -73.5 76.6 -78c6 -6 6 -27 0 -33c-30 1 -63 2 -88 2c-30 0 -70 -1 -100 -2c-6 6 -6 27 0 33c53 4 55 14 36.5 61l-86.3 219c-8.2 20.8 -12.2 21 -22.2 -4
+l-83.6 -208c-14.1 -35.1 -24.4 -64 50.6 -68c6 -6 6 -27 0 -33c-30 1 -72 2 -102 2s-52 -1 -72 -2c-6 6 -6 27 0 33c51 3 68.1 31.1 84.5 72l130.5 317c6 15 14 21 23 21c10 0 18 -6 24 -20l103 -248l101 246c7 16 15 22 24 22c10 0 18 -6 24 -20l130.9 -323
+c21.1 -52 32 -62.2 79.1 -67c6 -6 6 -27 0 -33c-26.2 1 -53 2 -91 2c-36 0 -71 -1 -101 -2c-6 6 -6 27 0 33z" />
+    <glyph glyph-name="uni028E" unicode="&#x28e;" horiz-adv-x="515" 
+d="M303 589c36 64 76 72 97 72c27 0 47 -16 47 -37c0 -13 -15 -43 -44 -43c-11 0 -15 3 -29 3c-25 0 -39 -9 -50 -29c-15 -31 -27.1 -58.6 -39 -92c-10 -28 5.29999 -73.9 14 -94l113.1 -263c26.2 -61 39.2 -70 78.9 -75c6 -6 6 -27 0 -33c-20 1 -47 2 -81 2
+c-36 0 -76 -1 -113 -2c-6 6 -6 27 0 33c56 4.3 50.8 22.8 32.8 65l-88.7 208c-8.5 19.8 -16.9 17.1 -23.9 1l-99.2 -229c-16 -36 16.4 -42 48 -45c6 -6 6 -27 0 -33c-30 1 -61 2 -91 2c-28 0 -51 -1 -71 -2c-6 6 -6 27 0 33c47 5.7 61.3 21.7 81 64
+c52.2 112.4 97 215 177 408c12.3 29.6 25.4 58.2 41 86z" />
+    <glyph glyph-name="uni028F" unicode="&#x28f;" horiz-adv-x="472" 
+d="M112.4 325c-26.4 48 -30.9 66.2 -88.4 73c-6 6 -6 27 0 33c37 -1 53 -2 88 -2c41 0 69 1 106 2c6 -6 6 -27 0 -33c-62.2 -5.39999 -46 -21 -23.1 -67l63.1 -126l61.7 126c23.3 50 19.3 63 -34.7 67c-6 6 -6 27 0 33c37 -1 59 -2 96 -2c26 0 44 1 66 2c6 -6 6 -27 0 -33
+c-56 -5 -69 -31 -89.6 -74l-75.4 -153v-49c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-43 1 -68 2 -111 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v37z" />
+    <glyph glyph-name="uni0292" unicode="&#x292;" horiz-adv-x="416" 
+d="M127 107l168 288h-145c-30 0 -64 -21 -84 -94l-26 3c8 49 14 93 15 138h25c2 -6 11 -13 26 -13h203c29 0 65 6 67 6c7 0 13 -2 13 -6s-6 -15 -22 -42l-151 -250c96 0 177 -53 177 -159c0 -119 -85 -213 -208 -213c-85 0 -143 61 -143 93c0 18 10 36 32 36
+c23 0 36 -10 44 -34c8 -22 35 -60 75 -60c50 0 119 54 119 162c0 101 -31 141 -109 141c-11 0 -41 -7 -59 -11z" />
+    <glyph glyph-name="uni029E" unicode="&#x29e;" horiz-adv-x="538" 
+d="M443 307v-406c0 -84 12 -79 64 -82c6 -6 8 -22 6 -30c-40 -3 -115 -17 -140 -27c-9 0 -13 3 -13 10c0 0 4 40 4 105v317.8c-18.9 -2.60001 -45.8 -14.4 -68 -30.8c-25.7 -19 -57 -53 -80 -82c-9.3 -11.7 -33 -47 23 -51c6 -6 6 -27 0 -33c-37 1 -60 2 -98 2
+c-36 0 -50 -1 -87 -2c-6 6 -6 27 0 33c40 4 75 12 105 44l88 91c4 4 4 6 4 10c0 5 -3.39999 9.5 -7 14l-132 166c-26.7 33.6 -52 38 -86 42c-6 6 -6 27 0 33c30 -1 51 -2 82 -2c30 0 42 1 62 2c3 0 3.2 -2.10001 4 -5c4 -15 12.6 -30.5 42 -70l73 -98
+c11.9 -16 21 -25 32 -32.5c9.70001 -3.39999 23.8 -5 43 -5.5v87c0 83 -11 87 -52 91c-6 6 -6 27 0 33c43 -1 55.5 -2 91 -2c41.7 0 65 1 107 2c6 -6 6 -27 0 -33c-56 -4 -67 -8 -67 -91z" />
+    <glyph glyph-name="uni02BB" unicode="&#x2bb;" horiz-adv-x="168" 
+d="M89 471c-38 0 -60 37 -60 73s32 98 102 106l5 -17c-42 -9 -63 -46 -63 -69c0 -13 6 -21 14 -21c41 0 46 -22 46 -38s-14 -34 -44 -34z" />
+    <glyph glyph-name="afii57929" unicode="&#x2bc;" horiz-adv-x="175" 
+d="M79 652c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="349" 
+d="M194 682c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="349" 
+d="M149 518c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50z" />
+    <glyph glyph-name="uni02C8" unicode="&#x2c8;" horiz-adv-x="130" 
+d="M90 715c-1 -17 -1 -52 -1 -75s0 -63 1 -92c-9 -7 -23 -10 -29 -10c-7 0 -14 2 -21 6c1 20 1 55 1 76c0 24 0 65 -1 91c10 6 23 11 29 11c7 0 13 -2 21 -7z" />
+    <glyph glyph-name="uni02C9" unicode="&#x2c9;" horiz-adv-x="425" 
+d="M311 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni02CC" unicode="&#x2cc;" horiz-adv-x="205" 
+d="M123 -228c-11 -6 -19 -8 -26 -8c-8 0 -16 2 -28 6v165c10 4 17 6 24 6c9 0 18 -2 30 -6v-163z" />
+    <glyph glyph-name="uni02D0" unicode="&#x2d0;" horiz-adv-x="209" 
+d="M36 405h139l-70 -121zM36 37l69 121l70 -121h-139z" />
+    <glyph glyph-name="uni02D1" unicode="&#x2d1;" horiz-adv-x="204" 
+d="M36 404h139l-70 -121z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="317" 
+d="M48 676c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="291" 
+d="M96 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="361" 
+d="M181 724c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM93 671c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="334" 
+d="M262 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 56 64 108 144 157l14 -17c-62 -51 -96 -83 -96 -129c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="292" 
+d="M209 621c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+
+<!--
+Ende{Spacing modifying letters}
+-->
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="350" 
+d="M315 691c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM183 697c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3l64 146c6 13 22 14 26 14
+c20.9 0 38 -15.5 38 -36z" />
+    <glyph glyph-name="gravecomb" unicode="&#x300;" 
+d="M-156 708l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="acutecomb" unicode="&#x301;" 
+d="M-152 708c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="circumflexcomb" unicode="&#x302;" 
+d="M-123 711c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="tildecomb" unicode="&#x303;" 
+d="M-84 621c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="uni0307" unicode="&#x307;" 
+d="M-230 576c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni0308" unicode="&#x308;" 
+d="M-341 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM-172 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="hookabovecomb" unicode="&#x309;" 
+d="M-88 723c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58z" />
+    <glyph glyph-name="uni030C" unicode="&#x30c;" 
+d="M-229 533c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50z" />
+    <glyph glyph-name="uni030F" unicode="&#x30f;" 
+d="M-260 751c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM-124 757c11 0 19 -5 23 -14l62.7 -143c1.3 -3 1.3 -5 1.3 -6c0 -2.59998 -2.8 -13 -14 -13c-3 0 -5 1 -7 3
+l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36z" />
+    <glyph glyph-name="uni031B" unicode="&#x31b;" 
+d="M-90 415c0 -51 -32 -83 -87 -83h-24v26h24c11 0 52 4 52 38c0 13 -13 21 -27 22c-35 4 -48 26 -48 46c0 24 18 39 46 39c38 0 64 -41 64 -88z" />
+    <glyph glyph-name="dotbelowcomb" unicode="&#x323;" 
+d="M-270 -113c0 31 23 54 54 54s54 -23 54 -54s-23 -54 -54 -54s-54 23 -54 54z" />
+    <glyph glyph-name="uni0326" unicode="&#x326;" 
+d="M-250 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43z" />
+    <glyph glyph-name="uni0327" unicode="&#x327;" 
+d="M-186 -96c-19 0 -29 -1 -45 -6l-6 6l40 96h34l-25 -67c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="tonos" unicode="&#x384;" horiz-adv-x="219" 
+d="M125 731c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17z" />
+    <glyph glyph-name="Iotatonos" unicode="&#x38a;" horiz-adv-x="376" 
+d="M46 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM274 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Omicrontonos" unicode="&#x38c;" horiz-adv-x="721" 
+d="M67 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM353 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM688 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="Upsilontonos" unicode="&#x38e;" horiz-adv-x="687" 
+d="M48 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM449 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91
+v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33
+c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="Omegatonos" unicode="&#x38f;" horiz-adv-x="715" 
+d="M58 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM479 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129
+c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281
+c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="iotadieresistonos" unicode="&#x390;" horiz-adv-x="281" 
+d="M189 784c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM-5 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM164 573c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="Alpha" unicode="&#x391;" horiz-adv-x="695" 
+d="M263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="Beta" unicode="&#x392;" horiz-adv-x="588" 
+d="M191 550v-184h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -63zM191 332v-214c0 -61 13 -87 83 -87c152 0 180 61 180 134c0 90 -57 167 -194 167h-69zM148 645c36 0 90 2 125 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2
+c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-84 0 -110.3 2 -146 2c-37.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c39 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="Gamma" unicode="&#x393;" horiz-adv-x="497" 
+d="M147 645h205s81 1 120 2c5.5 -33.8 10.9 -72.7 15 -157c-9.70001 -4.29999 -19.3 -5.20001 -29 -4c-21 69 -37 119 -112 119h-120c-24 0 -36 -10 -36 -34v-449c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91.2 2 -129 2s-91 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2z" />
+    <glyph glyph-name="Delta" unicode="&#x394;" horiz-adv-x="636" 
+d="M300 557l-203 -523h403l-198 523h-2zM352 658l244 -638c3 -9 4 -12 4 -14c0 -4 -4 -6 -21 -6h-528c-13 0 -21 1 -21 7c0 3 1 3 5 13l255 638h62z" />
+    <glyph glyph-name="Epsilon" unicode="&#x395;" horiz-adv-x="557" 
+d="M281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215
+c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75
+c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="Zeta" unicode="&#x396;" horiz-adv-x="604" 
+d="M551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2
+c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="Eta" unicode="&#x397;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Theta" unicode="&#x398;" horiz-adv-x="702" 
+d="M319 348h60c85 0 89 14 91 58c6 6 27 6 33 0c-1 -30 -2 -51 -2 -84c0 -34 1 -53 2 -88c-6 -6 -27 -6 -33 0c-3 34 -6 58 -91 58h-60c-85 0 -89 -14 -91 -58c-6 -6 -27 -6 -33 0c1 30 2 51 2 84c0 34 -1 53 -2 88c6 6 27 6 33 0c3 -34 6 -58 91 -58zM331 622
+c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="Iota" unicode="&#x399;" horiz-adv-x="297" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Kappa" unicode="&#x39a;" horiz-adv-x="637" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -91 2 -129 2c-39 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c45 -1 90.5 -2 129 -2c36.5 0 84 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7
+c35.1 2.90002 57.7 16 79 38.7l165 176c42.1 44.9 8.10001 48.6 -28 52c-6 6 -6 27 0 33c37 -1 76 -2 113 -2c32.2 0 64 1 95 2c6 -6 6 -27 0 -33c-40 -3 -80 -7 -126 -56l-147 -151c-34 -35 -35 -42 -35 -49c0 -8 5.29999 -15.9 13 -25l219 -260
+c30.6 -36.3 59.1 -39.4 88 -42c6 -6 6 -27 0 -33c-33 1 -67 2 -101 2c-21.1 0 -34 -1 -54 -2c-4 0 -4.60001 3 -5 6c-2 16 -15.7 43.4 -36 69l-157 198c-20.3 25.6 -49.2 36.9 -83 37.9v-186.9z" />
+    <glyph glyph-name="Lambda" unicode="&#x39b;" horiz-adv-x="658" 
+d="M205 31c6 -6 6 -27 0 -33c-41 1 -86 2 -109 2s-58 -1 -88 -2c-6 6 -6 27 0 33c63 7 79.1 45.7 98.3 93l206.7 510c5.79999 14.3 13 23 24 23c10 0 17 -7.40002 23 -23l197.5 -512c26.6 -69 34.5 -86 89.5 -91c6 -6 7 -27 1 -33c-33 1 -67.7 2 -104 2
+c-36 0 -81 -1 -121 -2c-6 6 -6 27 0 33c68 7 73.8 20.5 50.6 80l-159.1 407h-4.60001l-157.9 -401c-21.4 -54.4 -21 -81 53 -86z" />
+    <glyph glyph-name="Mu" unicode="&#x39c;" horiz-adv-x="839" 
+d="M662.7 116l-25.7 418h-2l-225 -529c-4 -8 -8 -15 -14 -15s-12.2 7.9 -15 15l-207 519h-2l-38 -401c-5.39999 -56.3 0 -87 66 -92c6 -6 6 -27 0 -33c-30 1 -70 2 -94 2s-56 -1 -86 -2c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81c-6 6 -6 27 0 33
+l145 -2l205 -508c3.10001 -7.60001 6 -13 8 -13s5 4 9 14l212 507l131 2c6 -6 6 -27 0 -33c-68 -4 -73 -18 -68.7 -72l29.8 -421c5.80005 -82.8 8.90002 -87 76.9 -90c6 -6 6 -27 0 -33c-33.2 1 -79 2 -109 2s-70 -1 -107 -2c-6 6 -6 27 0 33c65 3 68.7 4 63.7 85z" />
+    <glyph glyph-name="Nu" unicode="&#x39d;" horiz-adv-x="699" 
+d="M556 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c44 -1 89.7 -2 111 -2c23.7 0 71 1 112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-491c0 -19 -9 -31 -23 -31c-16 0 -29 9 -40 24l-349 441c-17 22 -28 33 -34 33c-8 0 -8 -15 -8 -49v-306c0 -91 17 -95 87 -102
+c6 -6 6 -27 0 -33c-42 1 -87.9 2 -111 2c-23.6 0 -69 -1 -112 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l135 -2l343 -435c29 -37 44 -55 48 -55c7 0 7 11 7 30v327z" />
+    <glyph glyph-name="Xi" unicode="&#x39e;" horiz-adv-x="648" 
+d="M266 348h112c85 0 89 14 91 58c6 6 27 6 33 0c-1 -30 -2 -51.2 -2 -84c0 -34.3 1 -53 2 -88c-6 -6 -27 -6 -33 0c-3 34 -6 58 -91 58h-112c-85 0 -89 -14 -91 -58c-6 -6 -27 -6 -33 0c1 30 2 51.2 2 84c0 34.3 -1 53 -2 88c6 6 27 6 33 0c3 -34 6 -58 91 -58zM110 645
+h424c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 12 -102 12 -145c-11 -6 -20.6 -6.79999 -33 -5c-22 69 -28 86 -103 86h-282c-75 0 -81 -17 -103 -86c-12.4 -1.79999 -22 -1 -33 5c0 41 10 137 12 145c0 2 1 3 4 3c17 -3 25 -4 49 -4zM534 0h-424c-24 0 -32 -1 -49 -4
+c-3 0 -4 1 -4 3c-2 8 -12 102 -12 145c11 6 20.6 6.8 33 5c22 -69 28 -86 103 -86h282c75 0 81 17 103 86c12.4 1.8 22 1 33 -5c0 -41 -10 -137 -12 -145c0 -2 -1 -3 -4 -3c-17 3 -25 4 -49 4z" />
+    <glyph glyph-name="Omicron" unicode="&#x39f;" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348
+c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="Pi" unicode="&#x3a0;" horiz-adv-x="667" 
+d="M521 645c27 0 79 1 129 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-38 1 -91.3 2 -130 2c-36.4 0 -91 -1 -129 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v409c0 62 -22 74 -46 74h-197c-24 0 -46 -12 -46 -74v-409
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91 2 -129 2c-39.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 106 -2 129 -2h375z" />
+    <glyph glyph-name="Rho" unicode="&#x3a1;" horiz-adv-x="541" 
+d="M189 554v-233c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM104 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204c-35 0 -59 3 -81 10
+v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="Sigma" unicode="&#x3a3;" horiz-adv-x="574" 
+d="M372 603h-226l218 -275l-1 -5l-260 -280h277c77 0 103 55 123 127c11.3 1.60001 24.3 0 33 -5c-5.20001 -55.6 -10.8 -111.1 -26 -165h-418c-28 0 -71 -2 -71 -2c-3.8 6.5 -3.2 26.4 0 33c11 3 20 10 29 21l221 257l2 1l-195 266c-17.2 23.4 -32 34 -56 38
+c-3.5 6 -3.6 26.1 0 32l101 -1h373c12.6 -59 16.7 -106.9 21 -155c-8.10001 -3.70001 -19.7 -7 -33 -5c-22 69 -37 118 -112 118z" />
+    <glyph glyph-name="Tau" unicode="&#x3a4;" horiz-adv-x="597" 
+d="M350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86
+c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382z" />
+
+<!--
+Geschwungen?
+-->
+    <glyph glyph-name="Upsilon" unicode="&#x3a5;" horiz-adv-x="575" 
+d="M337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2
+c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216
+c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="Phi" unicode="&#x3a6;" horiz-adv-x="643" 
+d="M279 141v365c-85 -6 -165 -43 -165 -175c0 -124 70 -178 165 -190zM364 536c156 -12 255 -98 255 -205c0 -101 -96 -204 -255 -219c1 -74 20 -78 87 -81c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c67 3 86 7 87 81
+c-235 17 -255 159 -255 212c0 79 66 194 255 211c-2 72 -20 76 -87 79c-6 6 -6 27 0 33c50 -1 79 -2 129 -2c51 0 81 1 130 2c6 -6 6 -27 0 -33c-66 -3 -85 -7 -87 -78zM364 505v-364c158 16 166 113 166 183c0 127 -69 171 -166 181z" />
+    <glyph glyph-name="Chi" unicode="&#x3a7;" horiz-adv-x="660" 
+d="M538 102c42.4 -58.3 59 -68 101 -71c6 -6 7 -27 1 -33c-30 1 -63 2 -102 2c-40 0 -77 -1 -114 -2c-6 6 -6 27 0 33c56 3 51.8 13.9 23.5 54.2l-123.5 175.8c-5.60001 8 -10 11 -14 11c-3 0 -9.29999 -6 -15 -14l-132 -185c-24.2 -34 -5.3 -39 39 -42c6 -6 6 -27 0 -33
+c-40 1 -82 2 -105 2s-60 -1 -90 -2c-6 6 -6 27 0 33c44.7 4.3 76.7 16.1 111 62l148 198c5.89999 7.89999 10 17 10 23c0 10 -5.79999 18.3 -14 30l-142.3 203c-41.2 58.7 -59.7 64 -101.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 77 1 114 2c6 -6 6 -27 0 -33
+c-56 -3 -51.7 -14.2 -23.5 -54.2l110.5 -163.8c4.79999 -7 9 -11 12 -11c4 0 10 3.5 16 12l123 175c23.5 33.4 5.29999 39 -39 42c-6 6 -6 27 0 33c40 -1 82 -2 105 -2s60 1 90 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -76.3 -17.1 -111 -62l-137 -177
+c-9.10001 -11.8 -10 -21 -10 -30c0 -10 6.20001 -19.6 16 -33z" />
+    <glyph glyph-name="Psi" unicode="&#x3a8;" horiz-adv-x="679" 
+d="M382 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v133c-94.5 0.5 -210 22.8 -210 195c0 100 -40 139 -62 145c-8 2 -13 4 -13 9c0 11 9 12 20 12h31c49 0 97 -52 97 -150
+c0 -130.1 69.9 -176.7 137 -178v235c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 79 -2 129 -2c51 0 81 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-235c83.9 0.899994 138 59 138 189c0 78 42 139 96 139h29c12 0 22 -2 22 -12c0 -7 -6.09998 -8.79999 -14 -11
+c-25 -7 -60 -29 -60 -120c0 -191.7 -112.5 -217.7 -211 -218v-133z" />
+    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="697" 
+d="M457 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213
+c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="Iotadieresis" unicode="&#x3aa;" horiz-adv-x="297" 
+d="M195 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM6 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="Upsilondieresis" unicode="&#x3ab;" horiz-adv-x="575" 
+d="M345 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM156 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33
+c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53
+c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="alphatonos" unicode="&#x3ac;" horiz-adv-x="566" 
+d="M282 682c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="epsilontonos" unicode="&#x3ad;" horiz-adv-x="397" 
+d="M240 680c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60
+c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21
+s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="etatonos" unicode="&#x3ae;" horiz-adv-x="528" 
+d="M330 681c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287
+c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="iotatonos" unicode="&#x3af;" horiz-adv-x="281" 
+d="M159 683c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43
+c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="upsilondieresistonos" unicode="&#x3b0;" horiz-adv-x="490" 
+d="M317 784c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM123 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM292 573c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68
+c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="alpha" unicode="&#x3b1;" horiz-adv-x="566" 
+d="M409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="beta" unicode="&#x3b2;" horiz-adv-x="517" 
+d="M152 75.3c19.4 -28.2 57 -56.3 118 -56.3c78 0 118 115 118 181c0 74 -31 162 -104 183c-20 -10 -31 -13 -48 -13c-19 0 -38 10 -38 33c0 17 14 25 29 25s32 0 60 -10c40 15 63 86 63 128c0 71 -40 119 -94 119c-39 0 -104 -24 -104 -175v-414.7zM152 -61
+c0 -59 -1 -106 -9 -146l-82 -31l-12 18c13 34 24 86 24 210v459c0 151 59 249 193 249c86 0 162 -48 162 -142c0 -73 -43 -130 -111 -153v-2c46.6 -15.6 157 -54.1 157 -197c0 -113 -84 -214 -198 -214c-54.9 0 -94.5 8.6 -124 31.3v-82.3z" />
+    <glyph glyph-name="gamma" unicode="&#x3b3;" horiz-adv-x="505" 
+d="M253 -29c-14 -41 -22 -76 -22 -99c0 -40 8 -68 23 -68c14 0 19 18 19 44c0 27 -5 66 -20 123zM191 -135c0 32 7 68 20 99l27 63c-32 105 -89 226 -132 317c-15 33 -31 31 -48 31c-11 0 -20 -1 -37 -1c-7.7 10 -9.3 21 -5 31c50 13 100 26 124 37c9 0 14 -5 18 -13
+c43 -101 88 -206 120 -312c26 65 54 144 81 217c13 34 25 75 28 102c11 -4 47 -5 55 -5c14 0 25 0 48 7l5 -2c-28 -34 -43 -63 -65 -104l-108 -205c-10 -20 -20 -41 -29 -61c2 -10 5 -20 7 -30c16 -67 26 -131 26 -156c0 -64 -12 -115 -71 -115c-45 0 -64 58 -64 100z" />
+    <glyph glyph-name="delta" unicode="&#x3b4;" horiz-adv-x="491" 
+d="M232 430l-15 12c-82 67 -116 106 -116 158c0 62 47 98 107 98c44 0 92 -21 126 -37c30 -15 77 -38 77 -56c0 -29 -30 -36 -44 -36c-25 0 -50 15 -70 44c-25 36 -55 52 -81 52c-51 0 -64 -25 -64 -51c0 -31 32 -62 108 -121l71 -53c39 -28 69 -62 90 -97
+c23 -40 35 -81 35 -119c0 -163 -111 -234 -217 -234c-124 0 -202 92 -202 203c0 117 110 199 195 237zM261 407c-77 -38 -144 -97 -144 -196c0 -81 40 -188 133 -188c51 0 126 26 126 189c0 52 -32 127 -83 169z" />
+    <glyph glyph-name="epsilon" unicode="&#x3b5;" horiz-adv-x="397" 
+d="M123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37
+c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="zeta" unicode="&#x3b6;" horiz-adv-x="441" 
+d="M260 -229c-59 0 -99 22 -99 47c0 22 19 33 35 33c26 0 47 -12 58 -26c10 -12 32 -13 48 -13c37 0 69 39 69 99c0 40 -14 83 -82 83c-201 0 -251 94 -251 197c0 96 72 222 209 375c-24 -9 -56 -17 -76 -17c-58 0 -106 41 -119 109c20 24 34 30 57 40h9
+c-1 -6 -1 -13 -1 -20c0 -64 41 -96 69 -96c23 0 58 9 89 22c39 42 74 71 98 71c26 0 37 -15 37 -33c0 -25 -43 -42 -117 -67c-140 -179 -169 -299 -169 -373s16 -136 153 -145c88.8 -5.8 132 -61 132 -145c0 -56 -47 -141 -149 -141z" />
+    <glyph glyph-name="eta" unicode="&#x3b7;" horiz-adv-x="528" 
+d="M174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5
+c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="theta" unicode="&#x3b8;" horiz-adv-x="489" 
+d="M369 361c-1 156 -53 303 -127 303c-84 0 -120 -174 -121 -303h248zM369 325h-248c1 -144 49 -301 126 -301s121 156 122 301zM39 344c0 240 111 354 209 354c80 0 203 -89 203 -354c0 -274 -129 -354 -209 -354c-86 0 -203 82 -203 354z" />
+    <glyph glyph-name="iota" unicode="&#x3b9;" horiz-adv-x="281" 
+d="M84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+
+<!--
+Ist das so richtig? In Times anders
+-->
+    <glyph glyph-name="kappa" unicode="&#x3ba;" horiz-adv-x="506" 
+d="M97 317c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-76.3c14 0 23.1 6.60001 42 30l38 47c69.1 85.5 103 117 148 117c31 0 52 -12 52 -47c0 -17 -17 -34 -36 -34c-17 0 -28 7 -37 15c-7 7 -16 9 -22 9
+c-15 0 -27 -17 -65 -65l-35 -43c-3 -4 -3 -8 -3 -13c0 -9 11 -26 19 -38l72 -116c30 -47 39 -68 61 -68c14 0 22 7 37 25c10.8 -2.6 16.2 -8.9 19 -17c-33 -42 -61 -57 -99 -57c-24 0 -42.2 17.2 -77 73l-73 117c-12 20 -18 36 -41 36v-144c0 -38 9 -82 -29 -82
+c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245z" />
+    <glyph glyph-name="lambda" unicode="&#x3bb;" horiz-adv-x="531" 
+d="M524 65c-18 -39 -57 -76 -86 -76c-50 0 -74 44 -102 137l-71 237l-143 -363c-27 -2 -52 -6 -75 -12l-25 12l221 435l-13 43c-41 138 -80 159 -108 159c-25 0 -51 -10 -71 -25c-7.3 2.40002 -14.9 4.20001 -17 17c26 38 58 69 97 69c30 0 86 -11 121 -129l107 -355
+c39 -132 51 -164 83 -164c21 0 41 5 62 31c11.3 -2.4 16.7 -7 20 -16z" />
+    <glyph glyph-name="mu" unicode="&#x3bc;" horiz-adv-x="490" 
+d="M322 60c-40 -44 -82 -70 -143 -70c-18 0 -38 5 -50 12c0 -1 -1 -3 -1 -7c0 -19 8 -78 8 -131c0 -25 -2 -50 -6 -71l-79 -31l-11 18c13 34 14 89 14 213c0 27 4 45 4 66c0 11 -4 34 -4 53v210c0 28 -1 77 -11 109c6 -1 22 -2 35 -2c19 0 38 4 53 10c0 0 2 -64 2 -96v-194
+c0 -65 12 -114 65 -114c54 0 104 33 126 66v221c0 28 0 77 -6 109c6 -1 22 -2 35 -2c19 0 38 4 53 10c0 0 -3 -64 -3 -96v-222c0 -46 1 -87 40 -87c24.2 0 27.2 16 33 16c4 0 11 -8 11 -15c0 -5 -38 -45 -87 -45c-58 0 -73 42 -76 70h-2z" />
+    <glyph glyph-name="nu" unicode="&#x3bd;" horiz-adv-x="474" 
+d="M102 341c-9 29 -19.8 35.7 -43 37l-37 2c-4 8 -4.8 19 -3 27c59.5 13.5 101.5 22 132 35c6.5 0 9 -2 12 -13l95.9 -331c2.60001 -8.9 6.60001 -13.7 13.1 -4c72 108 96 158.5 96 192c0 66 -19 64 -19 115c0 17 16 41 47 41c30 0 44 -27 44 -55c0 -74 -61 -206 -198 -395
+c-9.7 -4.3 -19.3 -3.7 -29 0z" />
+    <glyph glyph-name="xi" unicode="&#x3be;" horiz-adv-x="426" 
+d="M205 568c-22 -6 -32 -7 -52 -7c-58 0 -94 18 -107 85c12 22 27 42 50 52h9c0 -6 -1 -13 -1 -20c0 -64 37 -87 64 -87c23 0 39 0 70 13c53 44 84 66 108 66c19 0 27 -11 27 -29c0 -25 -51 -43 -112 -62c-65 -53 -109 -105 -109 -144c0 -55 30 -77 60 -77
+c54 0 87 30 117 30c17 0 30 -11 30 -28c0 -27 -22 -42 -47 -42c-15 0 -32 5 -46 5c-32 0 -60 -5 -86 -12c-36 -18 -69 -62 -69 -132c0 -56 24 -119 139 -119c86 0 150 -46 150 -138c0 -76 -65 -150 -171 -150c-42 0 -77 7 -77 40c0 18 15 29 36 29c19 0 36 -8 56 -17
+c18 -9 38 -12 58 -12c35 0 66 54 66 110c0 50 -45 72 -110 72c-176 0 -219 92 -219 176c0 59 28 126 115 166c-46 15 -73 32 -73 85c0 55 76 112 124 147z" />
+    <glyph glyph-name="omicron" unicode="&#x3bf;" horiz-adv-x="504" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="566" 
+d="M531 429l11 -12c-17 -36 -49 -56 -92 -56h-50c-3 -36 -3 -117 -3 -255c0 -42 9 -61 32 -61c13 0 52 3 90 41c10 -1 15 -6 18 -16c-23 -31 -75 -80 -122 -80c-64 0 -81 26 -81 102c0 58 1 154 4 269h-124c0 -242 -36 -371 -134 -371c-22 0 -39 10 -39 34
+c0 18 15.2 35.9 41 42c42 10 80 23 80 295h-18c-50 0 -78 -22 -96 -79c-11 -4 -22.6 -0.200012 -24 8c8 60 44 139 138 139h369z" />
+    <glyph glyph-name="rho" unicode="&#x3c1;" horiz-adv-x="525" 
+d="M149 -207l-84 -31l-11 18c13 34 24 86 24 210v194c0 138 33 172 60 199c42 43 91 56 138 56c120 0 210 -94 210 -208c0 -153 -98 -241 -232 -241c-43 0 -69 10 -97 27v-78c0 -58 0 -106 -8 -146zM400 189c0 158 -64 212 -144 212c-43 0 -99 -27 -99 -173v-153
+c31 -30 66 -52 111 -52c83 0 132 59 132 166z" />
+    <glyph glyph-name="sigma1" unicode="&#x3c2;" horiz-adv-x="441" 
+d="M32 188c0 106 78 254 237 254c100 0 132 -35 132 -62c0 -26 -17 -51 -45 -51c-17 0 -34 10 -49 25s-34 31 -75 31c-90 0 -147 -99 -147 -176c0 -116 63 -140 195 -140c37 0 72 -18 91 -37c34 -34 35 -74 35 -119c0 -74 -60 -146 -149 -146c-59 0 -99 22 -99 47
+c0 22 19 33 35 33c26 0 47 -12 58 -26c10 -12 32 -13 48 -13c23 0 73 31 73 103c0 58 -61 74 -171 79c-112 5 -169 103 -169 198z" />
+    <glyph glyph-name="sigma" unicode="&#x3c3;" horiz-adv-x="570" 
+d="M480 361h-136c60 -31 122 -100 122 -189c0 -57 -45 -182 -204 -182c-137 0 -225 88 -225 214c0 61 23 120 65 162c35 35 106 63 197 63h241l11 -12c-18 -34 -34 -56 -71 -56zM269 23c64 0 114 58 114 152c0 91 -32 136 -89 186c-129 0 -174 -78 -174 -173
+c0 -68 46 -165 149 -165z" />
+    <glyph glyph-name="tau" unicode="&#x3c4;" horiz-adv-x="441" 
+d="M154 429h267l11 -12c-18 -34 -41 -56 -82 -56h-102c-10 -110 -16 -198 -16 -253c0 -45 11 -65 32 -65c17 0 46 4 87 46c8.70001 -3.1 15.6 -8.3 19 -18c-34 -44 -75 -81 -119 -81c-55 0 -83 22 -83 95c0 54 9 168 22 276h-56c-49 0 -61 -17 -84 -78c-10 0 -19 2 -23 8
+c7 53 34 138 127 138z" />
+    <glyph glyph-name="upsilon" unicode="&#x3c5;" horiz-adv-x="490" 
+d="M171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28
+c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="phi" unicode="&#x3c6;" horiz-adv-x="589" 
+d="M466 218c0 103 -25 182 -86 182c-38 0 -64 -23 -64 -124v-254c101 13 150 96 150 196zM317 -8c0 -85 -1 -154 -12 -196l-69 -34l-12 18c23 35 34 88 34 212c-152 9 -219 98 -219 235c0 103 96 186 142 208l19 -21c-35 -28 -81 -86 -81 -196c0 -103 25 -187 139 -197v239
+c0 73 7 112 45 151c22 21 51 28 77 28c114 0 166 -100 166 -202c0 -195 -163 -239 -229 -245z" />
+    <glyph glyph-name="chi" unicode="&#x3c7;" horiz-adv-x="505" 
+d="M174 255c-31.5 94.5 -55 125 -102 125c-11 0 -30 -6 -46 -22c-7.4 2 -14.1 5.5 -16 18c24 32 48 63 81 63c66 0 103.2 -65.9 141 -178l29 -86l130 261s20 -3 27 -3c24 0 72 6 72 6l-73 -107l-141 -202l61 -179c40 -116 52 -124 92 -124c18 0 36 12 49 27
+c11 -1 17.4 -7.60001 19 -16c-8.20001 -17.8 -18.9 -35.7 -32 -48c-15.6 -14.7 -34.2 -22 -50 -22c-67 0 -88 49 -136 181l-39 108l-83 -183l-57 -109l-54 10l-26 1l3 16l198 322z" />
+    <glyph glyph-name="psi" unicode="&#x3c8;" horiz-adv-x="628" 
+d="M495 304c7 35 17 105 20 132c11 -4 30 -5 38 -5c14 0 22 0 45 7l3 -7c-17 -28 -26 -51 -35 -99l-30 -161c-15 -78 -73 -162 -172 -181c2 -17 3 -51 3 -66c0 -59 -1 -91 -9 -131l-66 -31l-11 18c13 34 31 104 35 210c-157 3 -191 124 -201 273l-5 73c-2 34 -25 39 -41 39
+h-35c-6.3 10 -8 20 -5 30c61 14 109 26 135 37c11 0 13.4 -3 14 -13l10 -158c8 -137 31 -238 130 -248c2 51 2 116 2 153c0 136 -5 295 -12 471c6 -1 16 -2 32 -2s41 8 47 10l-18 -156c-10 -81 -12 -203 -12 -318c0 -62 3 -122 6 -158c69 22 95 86 116 196z" />
+    <glyph glyph-name="omega" unicode="&#x3c9;" horiz-adv-x="658" 
+d="M624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90
+c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="iotadieresis" unicode="&#x3ca;" horiz-adv-x="281" 
+d="M-8 576c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM161 576c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55
+c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="upsilondieresis" unicode="&#x3cb;" horiz-adv-x="490" 
+d="M114 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM283 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48
+c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="omicrontonos" unicode="&#x3cc;" horiz-adv-x="504" 
+d="M271 682c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="upsilontonos" unicode="&#x3cd;" horiz-adv-x="490" 
+d="M294 682c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30
+c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="omegatonos" unicode="&#x3ce;" horiz-adv-x="658" 
+d="M375 684c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204
+c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147
+c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni03D0" unicode="&#x3d0;" horiz-adv-x="509" 
+d="M361 598c0 46 -12 66 -54 66c-123 0 -161 -162 -183 -282c34 20 72 32 116 54c76 40 121 112 121 162zM330 698c66 0 117 -37 117 -96c0 -71 -70 -132 -164 -178c114 -7 182 -98 182 -207c0 -130 -84 -229 -211 -229c-148 0 -221 138 -221 292c0 192 117 418 297 418z
+M119 265c0 -149 71 -243 142 -243c79 0 126 100 126 202c0 115 -66 167 -135 167c-31 0 -76 -7 -130 -45c-3 -16 -3 -49 -3 -81z" />
+    <glyph glyph-name="theta1" unicode="&#x3d1;" horiz-adv-x="547" 
+d="M395 414c0 176 -92 250 -140 250c-63 0 -98 -29 -98 -99c0 -31 14 -73 56 -108c26 -22 77 -43 182 -43zM93 152v60c0 38 -9 45 -22 45s-25 -2 -42 -5l-5 29c60 9 88 21 105 30c10 4 17 7 24 7h15v-165c0 -95 39 -134 105 -134c97 0 122 241 122 356
+c-137 0 -203 19 -247 62c-45 43 -61 82 -61 142c0 69 69 119 145 119c166 0 237 -153 237 -284c35 0 55 -3 71 -12c-12 -12 -17 -29 -23 -41c-11 7 -27 14 -48 14c0 -221 -62 -387 -211 -387c-113 0 -165 51 -165 164z" />
+    <glyph glyph-name="Upsilon1" unicode="&#x3d2;" horiz-adv-x="552" 
+d="M315 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -85 2 -139 2c-55 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v178c0 100 -15 193 -40 242c-30 57 -62 74 -91 74c-39 0 -55 -4 -77 -22c-8 3.59998 -14.3 8.5 -17 16c23 29 63 48 105 48
+c106 0 165 -113 176 -239h3c9 59 58 239 178 239c49 0 81 -24 81 -59c0 -20 -14 -38 -35 -38c-13 0 -30 5 -36 24c-7 19 -17 33 -35 33c-59 0 -127 -143 -127 -287v-209z" />
+    <glyph glyph-name="uni03D3" unicode="&#x3d3;" horiz-adv-x="654" 
+d="M53 724c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM417 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -85 2 -139 2c-55 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v178
+c0 100 -15 193 -40 242c-30 57 -62 74 -91 74c-39 0 -55 -4 -77 -22c-8 3.59998 -14.3 8.5 -17 16c23 29 63 48 105 48c106 0 165 -113 176 -239h3c9 59 58 239 178 239c49 0 81 -24 81 -59c0 -20 -14 -38 -35 -38c-13 0 -30 5 -36 24c-7 19 -17 33 -35 33
+c-59 0 -127 -143 -127 -287v-209z" />
+    <glyph glyph-name="uni03D4" unicode="&#x3d4;" horiz-adv-x="552" 
+d="M328 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM139 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM315 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -85 2 -139 2c-55 0 -91 -1 -140 -2c-6 6 -6 27 0 33
+c80 3 97 8 97 91v178c0 100 -15 193 -40 242c-30 57 -62 74 -91 74c-39 0 -55 -4 -77 -22c-8 3.59998 -14.3 8.5 -17 16c23 29 63 48 105 48c106 0 165 -113 176 -239h3c9 59 58 239 178 239c49 0 81 -24 81 -59c0 -20 -14 -38 -35 -38c-13 0 -30 5 -36 24
+c-7 19 -17 33 -35 33c-59 0 -127 -143 -127 -287v-209z" />
+    <glyph glyph-name="phi1" unicode="&#x3d5;" horiz-adv-x="579" 
+d="M309 -207l-66 -31l-11 18c15.7 40.2 25.6 127.9 31.8 210.5c-136.1 7.2 -228.8 87.7 -228.8 215.5c0 122.3 70.2 223.6 233.4 232.4c-2.39999 83.4 -5.69998 170.3 -9.39999 251.6l32 -2l47 10l-18 -156c-3 -26.9 -5.39999 -62.9 -7.29999 -103.4
+c143 -6.30002 232.3 -79.2 232.3 -217.6c0 -84.1 -57.1 -215.4 -229.5 -229.7c3.89999 -73 5.29999 -142.3 -6.5 -198.3zM313.8 19.8c133.2 9.5 152.2 107.3 152.2 186.2c0 94.8 -37.1 189.5 -154.6 202.5c-3 -75 -4.39999 -159.9 -4.39999 -227.5
+c0 -52.5 3.60001 -107.5 6.79999 -161.2zM269.2 409.6c-134.6 -7.20001 -155.2 -121 -155.2 -193.6c0 -84.8 39 -182.5 151.9 -195.5c5.5 84 7.10001 155.5 7.10001 155.5c0 65.9 -1.39999 147.2 -3.79999 233.6z" />
+    <glyph glyph-name="omega1" unicode="&#x3d6;" horiz-adv-x="692" 
+d="M580 217c0 146 -118 203 -230 203h-147c-37 0 -54 4 -72 38l11 11h229c170 0 288 -118 288 -244c0 -101 -59 -237 -182 -237c-51 0 -108 26 -138 105c-33 -75 -74 -105 -131 -105c-90 0 -172 45 -172 189c0 101 83 183 174 225l13 -20c-32 -17 -108 -63 -108 -198
+c0 -112 34 -162 109 -162c31 0 72 35 102 106c-13 33 -15 70 -15 90c0 31 12 66 37 66c27 0 31 -13 31 -37s-9 -79 -25 -116c29 -68 68 -109 115 -109c81 0 111 53 111 195z" />
+    <glyph glyph-name="uni03D7" unicode="&#x3d7;" horiz-adv-x="498" 
+d="M302 83c0 61 7 110 14 161l-152 -155c-16 -60 -54 -101 -79 -101c-29 0 -39 19 -39 39c0 26 25 45 71 77c14 64 17 159 17 204c0 41 -23 75 -48 75c-11 0 -29 -6 -45 -22l-17 18c18 29 44 63 81 63c46 0 73 -47 73 -134c0 -34 -2 -103 -10 -159c75 69 116 116 167 181
+c23 69 59 112 88 112c27 0 35 -12 35 -38c0 -29 -23 -61 -97 -126c-11 -60 -15 -118 -15 -172c0 -30 19 -65 40 -65c16.7 0 45.1 3.9 85.1 44.1l1.89999 2.9l19 -19l-94 -153c-42 -67 -73 -100 -125 -100c-33 0 -68 11 -89 23c-12 8 -19 21 -19 33c0 10 8 25 24 25
+c27 0 37 -11 52 -33c10 -14 22 -14 47 -14c24 0 45 20 112 125l15.5 24.1c-13.8 -7 -27.9 -11.1 -42.5 -11.1c-55 0 -71 50 -71 95z" />
+    <glyph glyph-name="uni03F0" unicode="&#x3f0;" horiz-adv-x="498" 
+d="M302 83c0 61 7 110 14 161l-152 -155c-16 -60 -54 -101 -79 -101c-29 0 -39 19 -39 39c0 26 25 45 71 77c14 64 17 159 17 204c0 41 -23 75 -48 75c-11 0 -29 -6 -45 -22l-17 18c18 29 44 63 81 63c46 0 73 -47 73 -134c0 -34 -2 -103 -10 -159c75 69 116 116 167 181
+c23 69 59 112 88 112c27 0 35 -12 35 -38c0 -29 -23 -61 -97 -126c-11 -60 -15 -118 -15 -172c0 -30 19 -65 40 -65c17 0 46 4 87 46l19 -18c-34 -44 -75 -81 -119 -81c-55 0 -71 50 -71 95z" />
+    <glyph glyph-name="uni03F1" unicode="&#x3f1;" horiz-adv-x="473" 
+d="M440 214c0 -95 -74 -224 -201 -224c-78 0 -123 29 -163 82l-4 -2c13 -144 36 -203 189 -203c95 0 122 -54 130 -95l-22 -7c-8 19 -33 34 -118 34c-170 0 -217 94 -217 368c0 208 102 272 193 272c129 0 213 -89 213 -225zM237 23c69 0 124 51 124 196
+c0 73 -37 187 -130 187c-50 0 -119 -44 -119 -202c0 -146 77 -181 125 -181z" />
+    <glyph glyph-name="uni03F2" unicode="&#x3f2;" horiz-adv-x="445" 
+d="M130 200c0 -156 77 -181 129 -181c67 0 100 17 141 68l26 -14c-39 -53 -101 -83 -167 -83c-64 0 -118 18 -157 58c-41 40 -63 91 -63 178c0 47 23 115 58 149c39 40 97 64 168 64c67 0 121 -30 160 -83l-26 -14c-40 50 -65 65 -131 65c-36 0 -78 -21 -97 -42
+c-38 -40 -41 -91 -41 -165z" />
+    <glyph glyph-name="uni03F4" unicode="&#x3f4;" horiz-adv-x="702" 
+d="M666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM569.1 341c-10.4 182.2 -113 281 -238.1 281c-96.8 0 -193.6 -81.2 -197.9 -281h436zM569.9 302h-436.2
+c9.5 -176.4 119.7 -276 236.3 -276c112.3 0 197.4 101.9 199.9 276z" />
+    <glyph glyph-name="uni03F5" unicode="&#x3f5;" horiz-adv-x="421" 
+d="M115 242h174c4 0 7 -2 7 -6v-20c0 -9 -13 -13 -23 -13h-158c8 -100 59 -171 148 -171c45 0 81 22 109 50l17 -18c-15 -22 -60 -76 -150 -76c-135 0 -202 107 -202 223c0 164 126 231 204 231c53 0 97 -18 133 -56l-16 -21c-44 31 -91 33 -109 33c-33 0 -126 -6 -134 -156
+z" />
+    <glyph glyph-name="uni03F9" unicode="&#x3f9;" horiz-adv-x="599" 
+d="M568 121c-35 -63 -110 -131 -222 -131c-188 0 -307 154 -307 333c0 197 141 335 302 335c138 0 204 -89 206 -94l-29 -24c-9 22 -82 79 -184 79c-78 0 -204 -47 -204 -302c0 -153 72 -283 210 -283c107 0 183 64 210 104z" />
+    <glyph glyph-name="afii10054" unicode="&#x405;" horiz-adv-x="485" 
+d="M394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2
+c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173
+c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="afii10055" unicode="&#x406;" horiz-adv-x="297" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="afii10056" unicode="&#x407;" horiz-adv-x="297" 
+d="M195 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM6 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="afii10017" unicode="&#x410;" horiz-adv-x="695" 
+d="M263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="afii10018" unicode="&#x411;" horiz-adv-x="583" 
+d="M187 333v-252c0 -36 13 -50 72 -50c157 0 188 85 188 147c0 57 -28 155 -163 155h-97zM145 0c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 79 -2 129 -2h233c20 0 101 2 101 2l2 -2
+c12.2 -60 17.4 -116.4 19 -171c-8.20001 -5.29999 -21.5 -6.5 -35 -5c-21 84 -43 136 -116 136h-125c-24 0 -36 -7 -36 -31v-201h109c204 0 241 -109 241 -185c0 -64.8 -37.5 -119.4 -79 -147c-57 -38 -123 -43 -204 -43c-45 0 -76 2 -109 2z" />
+    <glyph glyph-name="afii10019" unicode="&#x412;" horiz-adv-x="588" 
+d="M191 550v-184h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -63zM191 332v-214c0 -61 13 -87 83 -87c152 0 180 61 180 134c0 90 -57 167 -194 167h-69zM148 645c36 0 90 2 125 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2
+c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-84 0 -110.3 2 -146 2c-37.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c39 -1 93.3 -2 129 -2z" />
+    <glyph glyph-name="afii10022" unicode="&#x415;" horiz-adv-x="557" 
+d="M281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215
+c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75
+c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="afii10028" unicode="&#x41a;" horiz-adv-x="606" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-157
+c36 0 79 1 103 15c59 32 73 96 82 152c10 62 40 118 119 118c53 0 71 -29 71 -52c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16c-30 0 -35.8 -32.9 -40 -62c-9 -62 -32 -148 -108 -176v-5c69 0 107 -43 134 -113c58.6 -152.1 94.2 -200.1 160 -203
+c5.79999 -9.8 5.5 -22.8 0 -33l-79 1c-78 1 -115 82 -158 192c-39 100 -57 133 -171 133v-202z" />
+    <glyph glyph-name="afii10029" unicode="&#x41b;" horiz-adv-x="633" 
+d="M522 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v402c0 69 -9 90 -52 90h-75c-43 0 -49 -13 -49 -88c0 -164 -11 -358 -48 -450c-21 -52 -57 -88 -115 -88c-37 0 -92 14 -92 67
+c0 32 19 52 46 52c26 0 39 -15 45 -33c8 -23 19 -26 31 -26c21 0 39 25 51 66c19 62 37 182 38 385c0 110.5 -14.2 113.3 -78 115c-5.7 8.5 -6.2 23 0 33c0 0 38 -2 103 -2h237s81 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -9 -87 -92v-400z" />
+    <glyph glyph-name="afii10030" unicode="&#x41c;" horiz-adv-x="839" 
+d="M662.7 116l-25.7 418h-2l-225 -529c-4 -8 -8 -15 -14 -15s-12.2 7.9 -15 15l-207 519h-2l-38 -401c-5.39999 -56.3 0 -87 66 -92c6 -6 6 -27 0 -33c-30 1 -70 2 -94 2s-56 -1 -86 -2c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81c-6 6 -6 27 0 33
+l145 -2l205 -508c3.10001 -7.60001 6 -13 8 -13s5 4 9 14l212 507l131 2c6 -6 6 -27 0 -33c-68 -4 -73 -18 -68.7 -72l29.8 -421c5.80005 -82.8 8.90002 -87 76.9 -90c6 -6 6 -27 0 -33c-33.2 1 -79 2 -109 2s-70 -1 -107 -2c-6 6 -6 27 0 33c65 3 68.7 4 63.7 85z" />
+    <glyph glyph-name="afii10031" unicode="&#x41d;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="afii10032" unicode="&#x41e;" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348
+c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="afii10038" unicode="&#x424;" horiz-adv-x="674" 
+d="M207 -2c-6 6 -6 27 0 33c69.1 3 86.6 7.9 87 88c-108 5 -257 36 -257 206c0 162.9 133.8 204 256.8 211c-1.89999 70.6 -20.6 75.2 -86.8 78c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-66.2 -2.79999 -84.9 -7.40002 -86.8 -78
+c144.9 -8 256.8 -56.1 256.8 -205c0 -159 -127 -205 -257 -212c0.399994 -80.1 17.9 -85 87 -88c6 -7 6 -24.7 0 -33c-39 1 -92.7 2 -129 2c-36 0 -91 -1 -130 -2zM379 148c84 6 177 37 177 177c0 142 -78 175 -177 182v-359zM294 148v359c-92 -7 -177 -38 -177 -176
+c0 -146 87 -177 177 -183z" />
+    <glyph glyph-name="afii10065" unicode="&#x430;" horiz-adv-x="457" 
+d="M293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42
+c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="afii10066" unicode="&#x431;" horiz-adv-x="489" 
+d="M120 231c0 -111 65 -206 138 -206c54 0 112 43 112 169c0 120 -48 210 -126 210c-104 0 -124 -116.7 -124 -173zM34 257c0 94.7 10 179 46 247c42 79 110 107 191 120c84 13 137 26 145 74c7.79999 3.90002 15.1 3.20001 22 0c-9 -112 -73 -141 -163 -151
+c-92 -10 -130 -13 -162 -68c-15 -26 -30.7 -89.7 -35 -142l2 -2c22 48 80 104 175 104c141 0 201 -113 201 -221c0 -126 -78.7 -228 -216 -228c-97 0 -206 77.7 -206 267z" />
+    <glyph glyph-name="afii10067" unicode="&#x432;" horiz-adv-x="479" 
+d="M186 246h66c62 0 88 38 88 78c0 59.5 -31 74 -83 74c-48 0 -71 -6 -71 -36v-116zM186 217v-131c0 -46 19 -55 71 -55c54 0 92 19 92 86c0 59.5 -26 100 -87 100h-76zM146 429c42.9 0 69 2 110 2c121 0 164 -30 164 -100c0 -60 -35 -92.5 -81 -101v-3
+c61 -11.5 96 -50 96 -106c0 -99 -65 -123 -151 -123c-67 0 -100 2 -137 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 68 -2 111 -2z" />
+    <glyph glyph-name="afii10068" unicode="&#x433;" horiz-adv-x="416" 
+d="M186 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -67.7 2 -111 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67.7 -1.60001 111 -2h126c32 0 112 2 112 2l2 -2c5.5 -53.5 9 -97 13 -150
+c-8.5 -3.60001 -17.9 -5.5 -29 -4c-14 58 -38 115 -120 115h-22c-35 0 -42 -26 -42 -83z" />
+    <glyph glyph-name="afii10069" unicode="&#x434;" horiz-adv-x="538" 
+d="M161 51c0 -11 9 -12 20 -12h129c40 0 42 16 42 49v241c0 34 -5 62 -45 62h-69c-27.3 0 -34 -12.7 -35 -28c-15 -228.7 -42 -295 -42 -312zM189 429h202c40 0 78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-229c0 -37 25 -44 43 -47c19 -3 27 -11 27 -25l6 -134
+c-9.60001 -4.2 -19.3 -4.3 -28 -2c-9 40 -38 130 -127 130h-173c-90 0 -117 -92 -126 -129c-11.8 -3.2 -19.6 -2.39999 -27 1l6 133c1 18 15 24 30 26c28 3 57 12 63 39c16.6 70.4 32.7 143.7 37 236c3.89999 82.9 -14 87 -75 92c-6 6 -6 27 0 33c30 -1 69 -2 102 -2z" />
+    <glyph glyph-name="afii10070" unicode="&#x435;" horiz-adv-x="447" 
+d="M124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2
+c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="afii10072" unicode="&#x436;" horiz-adv-x="706" 
+d="M109 0c0 0 -74 -1 -94 -2c-6 6 -6 27 0 33c39 2 49 10 66 42l45 85c25 47 58 71 115 71v3c-39 11 -56 46 -71 86c-12 31 -24 50 -45 50c-9 0 -17 -3 -23 -7s-17 -7 -30 -7c-22 0 -40 19 -40 39c0 22 24 45 57 45c58 0 85 -54 104 -101c22 -55 52 -93 123 -93v63
+c0 83 -12 87 -63 91c-6 6 -6 27 0 33c23 -1 59.6 -2 99 -2c39.8 0 76 1 100 2c6 -6 6 -27 0 -33c-51 -5 -63 -8 -63 -91v-63c71 0 101 38 123 93c19 47 46 101 104 101c33 0 57 -23 57 -45c0 -20 -18 -39 -40 -39c-13 0 -24 3 -30 7s-14 7 -23 7c-21 0 -33 -19 -45 -50
+c-15 -40 -32 -75 -71 -86v-3c57 0 90 -24 115 -71l45 -85c17 -32 27 -40 66 -42c6 -6 6 -27 0 -33c-20 1 -94 2 -94 2c-20 1 -37 24 -50 51l-43 90c-18 37 -46 64 -114 68v-87c0 -83 12 -87 63 -91c6 -6 6 -27 0 -33c-22 1 -59.6 2 -99 2c-39.8 0 -77 -1 -100 -2
+c-6 6 -6 27 0 33c51 5 63 8 63 91v87c-68 -4 -96 -31 -114 -68l-43 -90c-13 -27 -30 -50 -50 -51z" />
+    <glyph glyph-name="afii10073" unicode="&#x437;" horiz-adv-x="436" 
+d="M43 83c0 16 23 31 41 31c26 0 36.6 -13.6 45 -32c16.5 -36 27 -57 84 -57c70.5 0 93 32 93 91c0 44 -14 95 -88 95c-25 0 -36 -6 -55 -6c-9 0 -20 5 -20 21s10 22 19 22c19 0 36 -6 55 -6c64 0 71 47.5 71 89c0 40 -18 73 -73 73c-84 0 -109 -58 -128 -116
+c-9.4 -1.5 -18.9 0.399994 -27 4l13 119c54 9 100.5 28 154 28c101 0 141 -44 141 -102c0 -52 -16.5 -80 -77 -103v-3c70.5 -12 101 -52 101 -112c0 -99 -78 -129 -178 -129c-79 0 -112 21 -137 39c-21 16 -34 32 -34 54z" />
+    <glyph glyph-name="afii10074" unicode="&#x438;" horiz-adv-x="586" 
+d="M198 63l156.1 311.5c9 17.9 18.1 38 25.9 56.5c10 -1 37.8 -2 60 -2c30.8 0 71 1 111 2c6 -6 6 -27 0 -33c-61 -3 -77 -12 -77 -95v-177c0 -83 16 -92 77 -95c6 -6 6 -27 0 -33c-39 1 -80.2 2 -111 2c-39.8 0 -94 -1 -117 -2c-6 6 -6 27 0 33c51 3 72 12 72 95v227
+c0 10 -4 12 -7 12l-156.4 -312.8c-10.3 -20.5 -19.6 -40.4 -24.6 -54.2c-11 1 -38.4 2 -61 2c-32 0 -72 -1 -111 -2c-6 6 -6 27 0 33c61 3 77 12 77 95v177c0 83 -16 92 -77 95c-6 6 -6 27 0 33c38 -1 78.4 -2 111 -2c37 0 94 1 117 2c6 -6 6 -27 0 -33
+c-51 -3 -72 -12 -72 -95v-228c0 -10 4 -12 7 -12z" />
+    <glyph glyph-name="afii10075" unicode="&#x439;" horiz-adv-x="586" 
+d="M413 590c0 -55 -58 -87 -122 -87c-65 0 -120 33 -120 87c0 18 16 33 39 33c22 0 34 -14 34 -30c0 -3 0 -5 -1 -8s-1 -6 -1 -8c0 -22 20 -43 50 -43c29 0 50 20 50 42c0 3 0 6 -1 9c-1 2 -1 4 -1 7c0 17 17 31 35 31c24 0 38 -14 38 -33zM198 63l156.1 311.5
+c9 17.9 18.1 38 25.9 56.5c10 -1 37.8 -2 60 -2c30.8 0 71 1 111 2c6 -6 6 -27 0 -33c-61 -3 -77 -12 -77 -95v-177c0 -83 16 -92 77 -95c6 -6 6 -27 0 -33c-39 1 -80.2 2 -111 2c-39.8 0 -94 -1 -117 -2c-6 6 -6 27 0 33c51 3 72 12 72 95v227c0 10 -4 12 -7 12
+l-156.4 -312.8c-10.3 -20.5 -19.6 -40.4 -24.6 -54.2c-11 1 -38.4 2 -61 2c-32 0 -72 -1 -111 -2c-6 6 -6 27 0 33c61 3 77 12 77 95v177c0 83 -16 92 -77 95c-6 6 -6 27 0 33c38 -1 78.4 -2 111 -2c37 0 94 1 117 2c6 -6 6 -27 0 -33c-51 -3 -72 -12 -72 -95v-228
+c0 -10 4 -12 7 -12z" />
+    <glyph glyph-name="afii10076" unicode="&#x43a;" horiz-adv-x="502" 
+d="M386 0c-20 1 -40 24 -53 51l-43 90c-18 37 -36 64 -104 68v-87c0 -83 11 -87 62 -91c6 -6 6 -27 0 -33c-22 1 -62 2 -101 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 68 -2 111 -2c40 0 78 1 102 2
+c6 -6 6 -27 0 -33c-51 -5 -62 -8 -62 -91v-63c71 0 98 38 120 93c19 47 46 101 104 101c33 0 57 -23 57 -45c0 -20 -18 -39 -40 -39c-13 0 -24 3 -30 7s-14 7 -23 7c-21 0 -33 -19 -45 -50c-15 -40 -32 -75 -71 -86v-3c57 0 92 -24 117 -71l45 -85c17 -32 25 -40 64 -42
+c6 -6 6 -27 0 -33c-20 1 -98 2 -98 2z" />
+    <glyph glyph-name="afii10077" unicode="&#x43b;" horiz-adv-x="527" 
+d="M418 122c0 -82 9 -87 74 -91c5 -6 5 -27 0 -33c-28 1 -73 2 -113 2s-77 -1 -102 -2c-5 6 -5 27 0 33c52 4 62 9 62 91v210c0 34 -7 58 -45 58h-45c-40 0 -43 -26 -43 -104c0 -68 -6 -170 -26 -218c-23 -54 -51 -80 -102 -80c-46 0 -74 27 -74 58c0 22 14 42 39 42
+c28 0 34 -19 37 -38c2 -13 6 -21 19 -21c17 0 34 13 47 49c14 41 22 96 22 201c0 108 -10.3 114 -81 119c-6 6 -6 27 0 33c30 -1 69 -2 102 -2h189c40 0 78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-185z" />
+    <glyph glyph-name="afii10078" unicode="&#x43c;" horiz-adv-x="680" 
+d="M117 306c2.7 83 -11 87 -72 92c-6 6 -6 27 0 33c35 -2 141 -2 174 -2l117.4 -286.3l3.60001 -10l4.79999 10.1l133.2 286.2c33 0 130 0 165 2c6 -6 6 -27 0 -33c-61 -5 -73 -8 -72 -91l2 -185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-39 1 -82 2 -112 2
+c-35 0 -72 -1 -108 -2c-6 6 -6 27 0 33c61 5 68 8 68 91l0.899994 241.8c0 11.8 -5.19998 10.7 -9.69998 0.400024l-164.2 -353.2c-3.29999 -3 -7 -3 -11 0l-145 354c-3.60001 8.79999 -7.7 9 -8 0l-7 -245c-2 -75 2 -85 59 -89c6 -6 6 -27 0 -33c-20 1 -67 2 -87 2
+c-16 0 -66 -1 -86 -2c-6 6 -6 27 0 33c58 3 73.3 5 76 89z" />
+    <glyph glyph-name="afii10079" unicode="&#x43d;" horiz-adv-x="586" 
+d="M479 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-39 1 -80.7 2 -111 2c-34.8 0 -72 -1 -108 -2c-6 6 -6 27 0 33c61 5 68 8 68 91v87h-214v-87c0 -83 7 -87 68 -91c6 -6 6 -27 0 -33c-36 1 -75.2 2 -107 2s-72 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185
+c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 81.4 -2 111 -2c31.8 0 70 1 108 2c6 -6 6 -27 0 -33c-61 -5 -68 -8 -68 -91v-65h214v65c0 83 -7 87 -68 91c-6 6 -6 27 0 33c39 -1 79 -2 107 -2c33 0 77 0 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="afii10080" unicode="&#x43e;" horiz-adv-x="504" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="afii10081" unicode="&#x43f;" horiz-adv-x="586" 
+d="M437 429c40 0 78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-185c0 -82 9 -87 74 -91c5 -6 5 -27 0 -33c-28 1 -73 2 -113 2s-77 -1 -102 -2c-5 6 -5 27 0 33c52 4 62 9 62 91v217c0 40 -6 51 -43 51h-121c-39 0 -42 -20 -42 -51v-217c0 -82 10 -86 61 -91
+c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-88 -1 -118 -2c-6 6 -6 27 0 33c65 4 78 9 78 91v185c0 82 -13 87 -68 91c-6 6 -6 27 0 33c30 -1 68 -2 108 -2h284z" />
+    <glyph glyph-name="afii10082" unicode="&#x440;" horiz-adv-x="519" 
+d="M175 331c-11.6 -14.3 -16 -23 -16 -44v-182c0 -36.1 3.89999 -41.9 24 -59.9c18 -16.1 53 -21.1 71 -21.1c112 0 141 102 141 184c0 113 -55 185 -119 185c-29.2 0 -75 -30 -101 -62zM156 368c0.5 -9.60001 5.39999 -10.3 11 -4c39.5 44.5 90.5 75 137 75
+c102 0 177 -98 177 -204c0 -81 -27 -143 -74 -189c-41 -39 -91 -56 -147 -56c-31.6 0 -62.5 5.6 -87 15.5c-10.2 4.2 -14 5.5 -14 -7.5v-108c0 -83 11 -87 82 -91c6 -6 6 -27 0 -33c-33 1 -81 2 -121 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v427
+c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.5 -36 8 -66z" />
+    <glyph glyph-name="afii10083" unicode="&#x441;" horiz-adv-x="428" 
+d="M398 91c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14z" />
+    <glyph glyph-name="afii10084" unicode="&#x442;" horiz-adv-x="445" 
+d="M182 122v270h-15c-82 0 -97 -28 -114 -109c-13 0 -27 4 -27 4c7 46 11 90 12 148c40 -3 96 -6 146 -6h75c50 0 125 4 148 6c1 -58 5 -102 11 -148c0 0 -13 -4 -26 -4c-17 81 -33 109 -114 109h-17v-270c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-38 1 -76.7 2 -111 2
+c-33.3 0 -73 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="afii10085" unicode="&#x443;" horiz-adv-x="515" 
+d="M204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2
+c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="afii10086" unicode="&#x444;" horiz-adv-x="657" 
+d="M221 30c27 0 49 14 68 44v288c-22 27 -41 37 -63 37c-87 0 -105 -90 -105 -177c0 -84 18 -192 100 -192zM437 399c-22 0 -47 -10 -69 -42v-289c22 -32 44 -38 65 -38c87 0 103 91 103 178c0 84 -16 191 -99 191zM368 583v-189c22 27 50 45 97 45c100 0 153 -94 153 -205
+c0 -135 -71 -244 -175 -244c-31 0 -53 7 -75 29v-129c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v140c-26 -28 -56 -40 -96 -40c-100 0 -154 95 -154 203c0 160 85 246 176 246c31 0 55 -13 74 -34v154
+c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105z" />
+    <glyph glyph-name="afii10088" unicode="&#x446;" horiz-adv-x="577" 
+d="M225 39h126c39 0 42 20 42 51v217c0 82 -10 86 -61 91c-6 6 -6 27 0 33c30 -1 60 -2 100 -2s78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-185c0 -80 16.3 -86 39 -91c13.8 -3 29 -8 30 -26l6 -133c-8.29999 -2.60001 -16.9 -3.3 -26 -1c-13 49 -42 129 -126 129
+h-252c-40 0 -78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v185c0 82 -9 87 -64 91c-5 6 -5 27 0 33c28 -1 63 -2 103 -2s77 1 102 2c5 -6 5 -27 0 -33c-52 -4 -62 -9 -62 -91v-217c0 -40 6 -51 43 -51z" />
+    <glyph glyph-name="uni0450" unicode="&#x450;" horiz-adv-x="447" 
+d="M210 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="afii10071" unicode="&#x451;" horiz-adv-x="447" 
+d="M99 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM268 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="afii10100" unicode="&#x453;" horiz-adv-x="416" 
+d="M260 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM186 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -67.7 2 -111 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91
+v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67.7 -1.60001 111 -2h126c32 0 112 2 112 2l2 -2c5.5 -53.5 9 -97 13 -150c-8.5 -3.60001 -17.9 -5.5 -29 -4c-14 58 -38 115 -120 115h-22c-35 0 -42 -26 -42 -83z" />
+    <glyph glyph-name="afii10102" unicode="&#x455;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138z" />
+    <glyph glyph-name="afii10103" unicode="&#x456;" horiz-adv-x="271" 
+d="M90 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28
+c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="afii10104" unicode="&#x457;" horiz-adv-x="271" 
+d="M1 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM170 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91
+v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="afii10105" unicode="&#x458;" horiz-adv-x="272" 
+d="M99 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34
+c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241z" />
+    <glyph glyph-name="afii10109" unicode="&#x45c;" horiz-adv-x="502" 
+d="M300 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM386 0c-20 1 -40 24 -53 51l-43 90c-18 37 -36 64 -104 68v-87c0 -83 11 -87 62 -91c6 -6 6 -27 0 -33c-22 1 -62 2 -101 2
+c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 68 -2 111 -2c40 0 78 1 102 2c6 -6 6 -27 0 -33c-51 -5 -62 -8 -62 -91v-63c71 0 98 38 120 93c19 47 46 101 104 101c33 0 57 -23 57 -45c0 -20 -18 -39 -40 -39
+c-13 0 -24 3 -30 7s-14 7 -23 7c-21 0 -33 -19 -45 -50c-15 -40 -32 -75 -71 -86v-3c57 0 92 -24 117 -71l45 -85c17 -32 25 -40 64 -42c6 -6 6 -27 0 -33c-20 1 -98 2 -98 2z" />
+    <glyph glyph-name="uni045D" unicode="&#x45d;" horiz-adv-x="586" 
+d="M268 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM198 63l156.1 311.5c9 17.9 18.1 38 25.9 56.5c10 -1 37.8 -2 60 -2c30.8 0 71 1 111 2c6 -6 6 -27 0 -33c-61 -3 -77 -12 -77 -95v-177
+c0 -83 16 -92 77 -95c6 -6 6 -27 0 -33c-39 1 -80.2 2 -111 2c-39.8 0 -94 -1 -117 -2c-6 6 -6 27 0 33c51 3 72 12 72 95v227c0 10 -4 12 -7 12l-156.4 -312.8c-10.3 -20.5 -19.6 -40.4 -24.6 -54.2c-11 1 -38.4 2 -61 2c-32 0 -72 -1 -111 -2c-6 6 -6 27 0 33
+c61 3 77 12 77 95v177c0 83 -16 92 -77 95c-6 6 -6 27 0 33c38 -1 78.4 -2 111 -2c37 0 94 1 117 2c6 -6 6 -27 0 -33c-51 -3 -72 -12 -72 -95v-228c0 -10 4 -12 7 -12z" />
+    <glyph glyph-name="afii10110" unicode="&#x45e;" horiz-adv-x="515" 
+d="M393 579c0 -55 -58 -87 -122 -87c-65 0 -120 33 -120 87c0 18 16 33 39 33c22 0 34 -14 34 -30c0 -3 0 -5 -1 -8s-1 -6 -1 -8c0 -22 20 -43 50 -43c29 0 50 20 50 42c0 3 0 6 -1 9c-1 2 -1 4 -1 7c0 17 17 31 35 31c24 0 38 -14 38 -33zM204 -160
+c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33
+c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uni0470" unicode="&#x470;" horiz-adv-x="687" 
+d="M614 535h29c12 0 23 -2 23 -12c0 -7 -7 -9 -15 -11c-22 -7 -60 -18 -60 -120c0 -193.5 -107.3 -257.4 -210 -269v-52c0 -30 15 -44 55 -44h26c5 0 9 -3 9 -8v-19l-2 -2s-87 2 -126 2c-36 0 -129 -2 -129 -2l-2 2v19c0 5 3 8 8 8h26c41 0 55 16 55 44v52.4
+c-102.1 12 -205 71.3 -205 245.6c0 128 -39 139 -61 145c-8 2 -13 4 -13 9c0 11 9 12 20 12h31c61 0 92 -52 92 -150c0 -159.5 70.8 -214.7 136 -230v419c0 30 -15 44 -55 44h-26c-5 0 -9 3 -9 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26
+c-41 0 -55 -16 -55 -44v-420.5c133.5 27.1 142 204.7 142 242.5c0 78 18 139 91 139z" />
+    <glyph glyph-name="uni0471" unicode="&#x471;" horiz-adv-x="638" 
+d="M282 20v598c0 28 -9 44 -43 44h-19c-5 0 -8 3 -8 8v18l2 2s68 -2 104 -2c14 0 37 2 37 2l1 -2c0.299988 -222.6 0.5 -445.3 0.799988 -667.9c86.7 10.3 141.2 61.6 141.2 221.9c0 39 -14 83 -14 121c0 36 13 67 56 67h45c11 0 19 -1 19 -12c0 -5 -5 -7 -13 -9
+c-29 -6 -39 -25 -39 -52c0 -34 15 -81 15 -131c0 -165.5 -93.2 -226.3 -210.1 -236.4l0.100006 -116.6c0 -28 10 -44 43 -44h18c5 0 9 -3 9 -8v-19l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h19c34 0 43 16 43 44v116.5
+c-116.6 10 -211 70.7 -211 236.5c0 50 16 97 16 131c0 27 -11 46 -40 52c-7 2 -13 4 -13 9c0 11 9 12 20 12h45c43 0 55 -31 55 -67c0 -38 -13 -82 -13 -121c0 -160.5 58.5 -211.8 141 -222z" />
+    <glyph glyph-name="uni1E7A" unicode="&#x1e7a;" horiz-adv-x="661" 
+d="M538 715c-17 0 -41 12 -41 41c0 26 18 42 41 42c20 0 41 -16 41 -42c0 -25 -22 -41 -41 -41zM154 718c-24 0 -41 18 -41 41c0 21 16 41 41 41c23 0 41 -19 41 -41c0 -21 -17 -41 -41 -41zM433.3 743h-190.3c-7.7 0 -11.1 11 -11.1 18c0 12 9.40001 32 18.7 32h191.2
+c8.5 0 11.9 -11 11.9 -17c0 -12 -9.30002 -33 -20.4 -33zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33
+c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni1E7B" unicode="&#x1e7b;" horiz-adv-x="531" 
+d="M132 684c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM301 684c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM363 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM217 -10
+c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2
+c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1E7C" unicode="&#x1e7c;" horiz-adv-x="652" 
+d="M386 747c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM448 614c-6 6 -6 27 0 33c41 -1 86 -2 109 -2
+s58 1 88 2c6 -6 6 -27 0 -33c-63 -7 -79.1 -45.7 -98.3 -93l-206.7 -510c-5.79999 -14.3 -13 -23 -24 -23c-10 0 -17 7.4 -23 23l-197.5 512c-26.6 69 -34.5 86 -89.5 91c-6 6 -7 27 -1 33c33 -1 67.7 -2 104 -2c36 0 81 1 121 2c6 -6 6 -27 0 -33
+c-68 -7 -73.8 -20.5 -50.6 -80l159.1 -407h4.60001l157.9 401c21.4 54.4 21 81 -53 86z" />
+    <glyph glyph-name="uni1E7D" unicode="&#x1e7d;" horiz-adv-x="497" 
+d="M325 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM325 398c-6 6 -6 27 0 33c25 -1 59 -2 92 -2
+c26 0 50 1 70 2c6 -6 6 -27 0 -33c-56 -5 -66.9 -30.1 -85.6 -74l-133.4 -313c-7.10001 -16.6 -14 -23 -24 -23c-13 0 -19 6 -25 21l-127.6 316c-20.4 50.6 -27.4 66.7 -80.4 73c-6 6 -6 27 0 33c30 -1 60 -2 93 -2s68 1 101 2c6 -6 6 -27 0 -33c-53.3 -7 -49 -19 -31.1 -67
+l72.1 -193c15.6 -41.8 20.8 -42.5 37 -3l80.7 196c20.9 50.8 15.3 63 -38.7 67z" />
+    <glyph glyph-name="uni1E7E" unicode="&#x1e7e;" horiz-adv-x="652" 
+d="M253 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM448 614c-6 6 -6 27 0 33c41 -1 86 -2 109 -2s58 1 88 2c6 -6 6 -27 0 -33c-63 -7 -79.1 -45.7 -98.3 -93l-206.7 -510c-5.79999 -14.3 -13 -23 -24 -23
+c-10 0 -17 7.4 -23 23l-197.5 512c-26.6 69 -34.5 86 -89.5 91c-6 6 -7 27 -1 33c33 -1 67.7 -2 104 -2c36 0 81 1 121 2c6 -6 6 -27 0 -33c-68 -7 -73.8 -20.5 -50.6 -80l159.1 -407h4.60001l157.9 401c21.4 54.4 21 81 -53 86z" />
+    <glyph glyph-name="uni1E7F" unicode="&#x1e7f;" horiz-adv-x="497" 
+d="M192 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM325 398c-6 6 -6 27 0 33c25 -1 59 -2 92 -2c26 0 50 1 70 2c6 -6 6 -27 0 -33c-56 -5 -66.9 -30.1 -85.6 -74l-133.4 -313c-7.10001 -16.6 -14 -23 -24 -23
+c-13 0 -19 6 -25 21l-127.6 316c-20.4 50.6 -27.4 66.7 -80.4 73c-6 6 -6 27 0 33c30 -1 60 -2 93 -2s68 1 101 2c6 -6 6 -27 0 -33c-53.3 -7 -49 -19 -31.1 -67l72.1 -193c15.6 -41.8 20.8 -42.5 37 -3l80.7 196c20.9 50.8 15.3 63 -38.7 67z" />
+    <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="951" 
+d="M367 818l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM810 565c15.3 42.6 -25 46 -66 49c-6 6 -6 27 0 33c40 -1 84 -2 110 -2s58 1 87 2c6 -6 6 -27 0 -33c-55 -3 -73.1 -26.3 -86 -61l-201 -539
+c-5 -15 -12 -26 -23 -26c-12 0 -17.1 10 -23 27l-115 332c-5.89999 17.1 -10 28 -14 28c-5 0 -8.10001 -5 -17 -25l-149 -335c-7.39999 -16.6 -13 -27 -26 -27c-11.5 0 -16.6 11.1 -22 27l-188 541c-18.6 53.5 -26 55 -71 58c-6 6 -6 27 0 33c29 -1 58.3 -2 93 -2
+c39 0 83 1 116 2c6 -6 6 -27 0 -33c-35 -2 -61.6 -6.90002 -50 -42l146.2 -442.3l4.29999 -1l129.5 293.3c7.5 16.9 9 24.7 9 35c0 9 -3.10001 19 -7 31l-23 66c-9 25.7 -31 57 -84 60c-6 6 -6 27 0 33c32 -1 67 -2 100 -2c40 0 84 1 125 2c6 -6 6 -27 0 -33
+c-34 -3 -69.5 -6.20001 -52 -60l137.5 -422l3.20001 -1.3z" />
+    <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="747" 
+d="M320 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177l-6.39999 16c-17.9 44.8 -29.6 73.5 -76.6 78
+c-6 6 -6 27 0 33c30 -1 63 -2 88 -2c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2s52 1 72 2c6 -6 6 -27 0 -33
+c-51 -3 -68.1 -31.1 -84.5 -72l-130.5 -317c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2c36 0 71 1 101 2c6 -6 6 -27 0 -33z
+" />
+    <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="951" 
+d="M510 819c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM810 565c15.3 42.6 -25 46 -66 49c-6 6 -6 27 0 33c40 -1 84 -2 110 -2s58 1 87 2c6 -6 6 -27 0 -33c-55 -3 -73.1 -26.3 -86 -61l-201 -539
+c-5 -15 -12 -26 -23 -26c-12 0 -17.1 10 -23 27l-115 332c-5.89999 17.1 -10 28 -14 28c-5 0 -8.10001 -5 -17 -25l-149 -335c-7.39999 -16.6 -13 -27 -26 -27c-11.5 0 -16.6 11.1 -22 27l-188 541c-18.6 53.5 -26 55 -71 58c-6 6 -6 27 0 33c29 -1 58.3 -2 93 -2
+c39 0 83 1 116 2c6 -6 6 -27 0 -33c-35 -2 -61.6 -6.90002 -50 -42l146.2 -442.3l4.29999 -1l129.5 293.3c7.5 16.9 9 24.7 9 35c0 9 -3.10001 19 -7 31l-23 66c-9 25.7 -31 57 -84 60c-6 6 -6 27 0 33c32 -1 67 -2 100 -2c40 0 84 1 125 2c6 -6 6 -27 0 -33
+c-34 -3 -69.5 -6.20001 -52 -60l137.5 -422l3.20001 -1.3z" />
+    <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="747" 
+d="M418 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.29999 15.2 11.4 28zM203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177l-6.39999 16c-17.9 44.8 -29.6 73.5 -76.6 78
+c-6 6 -6 27 0 33c30 -1 63 -2 88 -2c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2s52 1 72 2c6 -6 6 -27 0 -33
+c-51 -3 -68.1 -31.1 -84.5 -72l-130.5 -317c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2c36 0 71 1 101 2c6 -6 6 -27 0 -33z
+" />
+    <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="951" 
+d="M323 758c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM492 758c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM810 565c15.3 42.6 -25 46 -66 49c-6 6 -6 27 0 33c40 -1 84 -2 110 -2s58 1 87 2c6 -6 6 -27 0 -33
+c-55 -3 -73.1 -26.3 -86 -61l-201 -539c-5 -15 -12 -26 -23 -26c-12 0 -17.1 10 -23 27l-115 332c-5.89999 17.1 -10 28 -14 28c-5 0 -8.10001 -5 -17 -25l-149 -335c-7.39999 -16.6 -13 -27 -26 -27c-11.5 0 -16.6 11.1 -22 27l-188 541c-18.6 53.5 -26 55 -71 58
+c-6 6 -6 27 0 33c29 -1 58.3 -2 93 -2c39 0 83 1 116 2c6 -6 6 -27 0 -33c-35 -2 -61.6 -6.90002 -50 -42l146.2 -442.3l4.29999 -1l129.5 293.3c7.5 16.9 9 24.7 9 35c0 9 -3.10001 19 -7 31l-23 66c-9 25.7 -31 57 -84 60c-6 6 -6 27 0 33c32 -1 67 -2 100 -2
+c40 0 84 1 125 2c6 -6 6 -27 0 -33c-34 -3 -69.5 -6.20001 -52 -60l137.5 -422l3.20001 -1.3z" />
+    <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="747" 
+d="M238 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM407 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177l-6.39999 16
+c-17.9 44.8 -29.6 73.5 -76.6 78c-6 6 -6 27 0 33c30 -1 63 -2 88 -2c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2s52 1 72 2
+c6 -6 6 -27 0 -33c-51 -3 -68.1 -31.1 -84.5 -72l-130.5 -317c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2c36 0 71 1 101 2
+c6 -6 6 -27 0 -33z" />
+    <glyph glyph-name="uni1E86" unicode="&#x1e86;" horiz-adv-x="951" 
+d="M384 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM810 565c15.3 42.6 -25 46 -66 49c-6 6 -6 27 0 33c40 -1 84 -2 110 -2s58 1 87 2c6 -6 6 -27 0 -33c-55 -3 -73.1 -26.3 -86 -61l-201 -539c-5 -15 -12 -26 -23 -26c-12 0 -17.1 10 -23 27
+l-115 332c-5.89999 17.1 -10 28 -14 28c-5 0 -8.10001 -5 -17 -25l-149 -335c-7.39999 -16.6 -13 -27 -26 -27c-11.5 0 -16.6 11.1 -22 27l-188 541c-18.6 53.5 -26 55 -71 58c-6 6 -6 27 0 33c29 -1 58.3 -2 93 -2c39 0 83 1 116 2c6 -6 6 -27 0 -33
+c-35 -2 -61.6 -6.90002 -50 -42l146.2 -442.3l4.29999 -1l129.5 293.3c7.5 16.9 9 24.7 9 35c0 9 -3.10001 19 -7 31l-23 66c-9 25.7 -31 57 -84 60c-6 6 -6 27 0 33c32 -1 67 -2 100 -2c40 0 84 1 125 2c6 -6 6 -27 0 -33c-34 -3 -69.5 -6.20001 -52 -60l137.5 -422
+l3.20001 -1.3z" />
+    <glyph glyph-name="uni1E87" unicode="&#x1e87;" horiz-adv-x="747" 
+d="M318 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177l-6.39999 16c-17.9 44.8 -29.6 73.5 -76.6 78c-6 6 -6 27 0 33c30 -1 63 -2 88 -2
+c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2s52 1 72 2c6 -6 6 -27 0 -33c-51 -3 -68.1 -31.1 -84.5 -72l-130.5 -317
+c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2c36 0 71 1 101 2c6 -6 6 -27 0 -33z" />
+    <glyph glyph-name="uni1E88" unicode="&#x1e88;" horiz-adv-x="951" 
+d="M404 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM810 565c15.3 42.6 -25 46 -66 49c-6 6 -6 27 0 33c40 -1 84 -2 110 -2s58 1 87 2c6 -6 6 -27 0 -33c-55 -3 -73.1 -26.3 -86 -61l-201 -539c-5 -15 -12 -26 -23 -26
+c-12 0 -17.1 10 -23 27l-115 332c-5.89999 17.1 -10 28 -14 28c-5 0 -8.10001 -5 -17 -25l-149 -335c-7.39999 -16.6 -13 -27 -26 -27c-11.5 0 -16.6 11.1 -22 27l-188 541c-18.6 53.5 -26 55 -71 58c-6 6 -6 27 0 33c29 -1 58.3 -2 93 -2c39 0 83 1 116 2c6 -6 6 -27 0 -33
+c-35 -2 -61.6 -6.90002 -50 -42l146.2 -442.3l4.29999 -1l129.5 293.3c7.5 16.9 9 24.7 9 35c0 9 -3.10001 19 -7 31l-23 66c-9 25.7 -31 57 -84 60c-6 6 -6 27 0 33c32 -1 67 -2 100 -2c40 0 84 1 125 2c6 -6 6 -27 0 -33c-34 -3 -69.5 -6.20001 -52 -60l137.5 -422
+l3.20001 -1.3z" />
+    <glyph glyph-name="uni1E89" unicode="&#x1e89;" horiz-adv-x="747" 
+d="M318 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177l-6.39999 16c-17.9 44.8 -29.6 73.5 -76.6 78c-6 6 -6 27 0 33c30 -1 63 -2 88 -2
+c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2s52 1 72 2c6 -6 6 -27 0 -33c-51 -3 -68.1 -31.1 -84.5 -72l-130.5 -317
+c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2c36 0 71 1 101 2c6 -6 6 -27 0 -33z" />
+    <glyph glyph-name="uni1E8A" unicode="&#x1e8a;" horiz-adv-x="660" 
+d="M277 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM538 102c42.4 -58.3 59 -68 101 -71c6 -6 7 -27 1 -33c-30 1 -63 2 -102 2c-40 0 -77 -1 -114 -2c-6 6 -6 27 0 33c56 3 51.8 13.9 23.5 54.2l-123.5 175.8c-5.60001 8 -10 11 -14 11
+c-3 0 -9.29999 -6 -15 -14l-132 -185c-24.2 -34 -5.3 -39 39 -42c6 -6 6 -27 0 -33c-40 1 -82 2 -105 2s-60 -1 -90 -2c-6 6 -6 27 0 33c44.7 4.3 76.7 16.1 111 62l148 198c5.89999 7.89999 10 17 10 23c0 10 -5.79999 18.3 -14 30l-142.3 203
+c-41.2 58.7 -59.7 64 -101.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 77 1 114 2c6 -6 6 -27 0 -33c-56 -3 -51.7 -14.2 -23.5 -54.2l110.5 -163.8c4.79999 -7 9 -11 12 -11c4 0 10 3.5 16 12l123 175c23.5 33.4 5.29999 39 -39 42c-6 6 -6 27 0 33
+c40 -1 82 -2 105 -2s60 1 90 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -76.3 -17.1 -111 -62l-137 -177c-9.10001 -11.8 -10 -21 -10 -30c0 -10 6.20001 -19.6 16 -33z" />
+    <glyph glyph-name="uni1E8B" unicode="&#x1e8b;" horiz-adv-x="490" 
+d="M202 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM182 358l61 -90c7.60001 -11.2 11.8 -12 19 -2l65 91c24.2 33.9 12.7 37 -24 41c-6 6 -6 27 0 33c26 -1 54 -2 84 -2s53 1 73 2c6 -6 6 -27 0 -33c-36.5 -3 -60 -8 -97 -55
+l-84 -107c-4.70001 -6 -4.20001 -9.10001 0 -15l90 -127c40.3 -56.9 54.7 -60 100 -63c6 -6 6 -27 0 -33c-24 1 -51 2 -89 2c-36 0 -69 -1 -99 -2c-6 6 -6 27 0 33c31.7 3.3 47.8 5.1 13 53l-58 80c-6.3 8.60001 -9.7 9.89999 -18 -2l-63 -91c-22.5 -32.5 -14 -36.3 22 -40
+c6 -6 6 -27 0 -33c-26 1 -54 2 -84 2s-52 -1 -72 -2c-6 6 -6 27 0 33c35 2 57.4 5.1 97 56l84 108c3.60001 4.60001 3.89999 7.8 -1 15l-87 127c-28 41 -56 58 -90 61c-6 6 -6 27 0 33c26 -1 56 -2 86 -2s74 1 101 2c6 -6 6 -27 0 -33
+c-44.7 -4.70001 -51.9 -6.20001 -29 -40z" />
+    <glyph glyph-name="uni1E8C" unicode="&#x1e8c;" horiz-adv-x="660" 
+d="M380 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM191 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM538 102c42.4 -58.3 59 -68 101 -71c6 -6 7 -27 1 -33c-30 1 -63 2 -102 2c-40 0 -77 -1 -114 -2c-6 6 -6 27 0 33
+c56 3 51.8 13.9 23.5 54.2l-123.5 175.8c-5.60001 8 -10 11 -14 11c-3 0 -9.29999 -6 -15 -14l-132 -185c-24.2 -34 -5.3 -39 39 -42c6 -6 6 -27 0 -33c-40 1 -82 2 -105 2s-60 -1 -90 -2c-6 6 -6 27 0 33c44.7 4.3 76.7 16.1 111 62l148 198c5.89999 7.89999 10 17 10 23
+c0 10 -5.79999 18.3 -14 30l-142.3 203c-41.2 58.7 -59.7 64 -101.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 77 1 114 2c6 -6 6 -27 0 -33c-56 -3 -51.7 -14.2 -23.5 -54.2l110.5 -163.8c4.79999 -7 9 -11 12 -11c4 0 10 3.5 16 12l123 175
+c23.5 33.4 5.29999 39 -39 42c-6 6 -6 27 0 33c40 -1 82 -2 105 -2s60 1 90 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -76.3 -17.1 -111 -62l-137 -177c-9.10001 -11.8 -10 -21 -10 -30c0 -10 6.20001 -19.6 16 -33z" />
+    <glyph glyph-name="uni1E8D" unicode="&#x1e8d;" horiz-adv-x="490" 
+d="M182 358l61 -90c7.60001 -11.2 11.8 -12 19 -2l65 91c24.2 33.9 12.7 37 -24 41c-6 6 -6 27 0 33c26 -1 54 -2 84 -2s53 1 73 2c6 -6 6 -27 0 -33c-36.5 -3 -60 -8 -97 -55l-84 -107c-4.70001 -6 -4.20001 -9.10001 0 -15l90 -127c40.3 -56.9 54.7 -60 100 -63
+c6 -6 6 -27 0 -33c-24 1 -51 2 -89 2c-36 0 -69 -1 -99 -2c-6 6 -6 27 0 33c31.7 3.3 47.8 5.1 13 53l-58 80c-6.3 8.60001 -9.7 9.89999 -18 -2l-63 -91c-22.5 -32.5 -14 -36.3 22 -40c6 -6 6 -27 0 -33c-26 1 -54 2 -84 2s-52 -1 -72 -2c-6 6 -6 27 0 33
+c35 2 57.4 5.1 97 56l84 108c3.60001 4.60001 3.89999 7.8 -1 15l-87 127c-28 41 -56 58 -90 61c-6 6 -6 27 0 33c26 -1 56 -2 86 -2s74 1 101 2c6 -6 6 -27 0 -33c-44.7 -4.70001 -51.9 -6.20001 -29 -40zM122 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47
+s-47 21 -47 47zM291 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni1E8E" unicode="&#x1e8e;" horiz-adv-x="575" 
+d="M235 754c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221
+c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2
+c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1E8F" unicode="&#x1e8f;" horiz-adv-x="515" 
+d="M218 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263
+c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2
+c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uni1E90" unicode="&#x1e90;" horiz-adv-x="604" 
+d="M344 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15
+c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45
+c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="uni1E91" unicode="&#x1e91;" horiz-adv-x="424" 
+d="M233 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7
+s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91
+c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="uni1E92" unicode="&#x1e92;" horiz-adv-x="604" 
+d="M265 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4
+c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128
+c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="uni1E93" unicode="&#x1e93;" horiz-adv-x="424" 
+d="M158 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29
+c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="uni1E94" unicode="&#x1e94;" horiz-adv-x="604" 
+d="M406 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM551 -2c0 0 -99.7 2 -126.7 2h-364.3c-14 0 -19 5 -19 15c0 7 2 15 8 23c102 152 292 418 389 541c5 7 8 13 8 18c0 6 -4.10001 9.09998 -10 9l-211 -4
+c-75 -1.40002 -113 -37 -134 -106c-11 0 -20 2 -30 5c8 41 18 98 22 152c37 -3 134 -8 181 -8h221c30 0 61 2 73 2c8 0 13 -4 13 -11c0 -11 -2.90002 -17.8 -24 -45c-118 -152 -302 -413 -375 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -14.4 25 -14l193 4c109 2 134 57 165 128
+c13 0 24 -3 31 -5c-12 -52 -22 -111 -27 -167z" />
+    <glyph glyph-name="uni1E95" unicode="&#x1e95;" horiz-adv-x="424" 
+d="M297 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM71 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76
+l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.6 6 6 6z" />
+    <glyph glyph-name="uni1E96" unicode="&#x1e96;" horiz-adv-x="538" 
+d="M360 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM167 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437
+c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33
+c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="uni1E97" unicode="&#x1e97;" horiz-adv-x="316" 
+d="M10 669c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM179 669c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1
+c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6
+v13c0 8 4 20 18 20z" />
+    <glyph glyph-name="uni1E98" unicode="&#x1e98;" horiz-adv-x="747" 
+d="M370 636c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM282 583c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM203 398c-48 -3 -49 -19 -30.1 -67l80 -206c12.9 -32.5 15.1 -31 28.1 2l70 177l-6.39999 16
+c-17.9 44.8 -29.6 73.5 -76.6 78c-6 6 -6 27 0 33c30 -1 63 -2 88 -2c30 0 70 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -14 -36.5 -61l86.3 -219c8.20001 -20.8 12.2 -21 22.2 4l83.6 208c14.1 35.1 24.4 64 -50.6 68c-6 6 -6 27 0 33c30 -1 72 -2 102 -2s52 1 72 2
+c6 -6 6 -27 0 -33c-51 -3 -68.1 -31.1 -84.5 -72l-130.5 -317c-6 -15 -14 -21 -23 -21c-10 0 -18 6 -24 20l-103 248l-101 -246c-7 -16 -15 -22 -24 -22c-10 0 -18 6 -24 20l-130.9 323c-21.1 52 -32 62.2 -79.1 67c-6 6 -6 27 0 33c26.2 -1 53 -2 91 -2c36 0 71 1 101 2
+c6 -6 6 -27 0 -33z" />
+    <glyph glyph-name="uni1E99" unicode="&#x1e99;" horiz-adv-x="515" 
+d="M269 635c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM181 582c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3
+c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229
+c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uni1E9B" unicode="&#x1e9b;" horiz-adv-x="291" 
+d="M192 826c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM172 122c0 -83 11 -88 79 -91c6 -6 6 -27 0 -33c-43 1 -72 2 -118 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 3 65 8 65 91v257c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9
+c0 8 5 20 23 20c31 0 41 21 41 48c0 158 88 221 155 221c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-53 0 -69 -70 -69 -190v-352z" />
+    <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" horiz-adv-x="695" 
+d="M288 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" horiz-adv-x="457" 
+d="M165 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" horiz-adv-x="695" 
+d="M440 759c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM263 283
+h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" horiz-adv-x="457" 
+d="M282 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM293 233
+l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42
+c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" horiz-adv-x="695" 
+d="M556.1 863.4c20.1 -10.7 34.5 -24.5 43.4 -41.6l-100.8 -46.4c-14.7 -7.20001 -23.1 -9.60004 -29.4 -9.60004c-6.29999 0 -10.5 5.60004 -10.5 12c0 5.60004 1.40002 9.60004 10.5 16.8zM377 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21
+c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" horiz-adv-x="457" 
+d="M382.6 713.4c2.10001 0.799988 6.29999 1.59998 9.79999 1.59998c4.5 0 22.4 -0.799988 38.5 -18.4l2.10001 -8.79999l-80.5 -87.2c-10.5 -12 -16.1 -15.2 -21 -15.2s-9.79999 4.79999 -9.79999 10.4c0 9 2.29999 12.1 8 22.4zM231 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16
+c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169
+v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" horiz-adv-x="695" 
+d="M167.1 862.8l84.7 -67.2c7.7 -6.39996 10.5 -11.2 10.5 -16.8c0 -6.39996 -4.89999 -12 -10.5 -12c-5.60001 0 -15.4 2.40002 -30.1 9.60004l-107.8 50.4c12.8 14.2 29.3 26.7 53.2 36zM377 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21
+c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" horiz-adv-x="457" 
+d="M61.8 713.4l49 -100.8c3.5 -8 4.2 -13.6 4.2 -19.2c0 -4 -4.9 -8.80005 -10.5 -8.80005c-4.2 0 -9.1 4 -20.3 16l-79.8 87.2l1.4 8.79999c5.6 4.80005 21.7 18.4 45.5 18.4c3.5 0 7.7 -0.799988 10.5 -1.59998zM231 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16
+c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169
+v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" horiz-adv-x="695" 
+d="M600 815c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM377 808
+c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3z
+M155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2
+c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" horiz-adv-x="457" 
+d="M411 696c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM231 660
+c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44
+c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36
+c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" horiz-adv-x="695" 
+d="M377 782c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM263 283h177l-94 272h-6l-102.2 -258.7
+c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33
+c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17zM433.9 844c24.2 0 36.3 9.40002 51.7 49.3c12.1 1 23.1 -1.79999 29.7 -5.59998c-13.2 -57 -45.1 -94.1 -95.7 -94.1c-24.2 0 -47.3 17.1 -70.4 30.4
+c-19.8 10.5 -40.7 18 -59.4 18c-28.6 0 -39.6 -14.2 -50.6 -45.5c-12.1 -1.90002 -23.1 -1 -29.7 4.70001c15.4 56 40.7 93.1 88 93.1c33 0 57.2 -19 79.2 -32.3c17.6 -11.4 36.3 -18 57.2 -18z" />
+    <glyph glyph-name="uni1EAB" unicode="&#x1eab;" horiz-adv-x="457" 
+d="M283 744c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM231 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16
+c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169
+v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EAC" unicode="&#x1eac;" horiz-adv-x="695" 
+d="M377 807c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM288 -156c0 24 28 48 52 48c27 0 48 -28 48 -52
+c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536
+c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EAD" unicode="&#x1ead;" horiz-adv-x="457" 
+d="M239 659c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM165 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48
+c-24 0 -48 26 -48 52zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130
+c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37
+c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EAE" unicode="&#x1eae;" horiz-adv-x="695" 
+d="M416.1 890.9c22.1 -11.7 38 -27 47.8 -45.8l-110.9 -51.1c-16.2 -7.90002 -25.5 -10.5 -32.4 -10.5s-11.5 6.20001 -11.5 13.2c0 6.20001 1.5 10.6 11.5 18.5zM494 804c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28
+zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" horiz-adv-x="457" 
+d="M241 740c2.3 0.900024 6.8 1.79999 10.7 1.79999c4.90001 0 24.7 -0.799988 42.4 -20.2l2.29999 -9.69995l-88.6 -95.9c-11.5 -13.2 -17.6 -16.8 -23 -16.8c-5.40001 0 -10.8 5.29999 -10.8 11.5c0 9.89996 2.5 13.3 8.8 24.6zM98 647c11 -53 54 -90 108 -90
+c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108
+c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16
+c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" horiz-adv-x="695" 
+d="M307.9 888.1l93.2 -73.9c8.5 -7 11.5 -12.3 11.5 -18.5c0 -7 -5.30002 -13.2 -11.5 -13.2c-6.20001 0 -16.9 2.59998 -33.1 10.5l-118.6 55.5c14.1 15.6 32.2 29.4 58.5 39.6zM494 804c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61
+c49 0 101 22 108 61h28zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20
+l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" horiz-adv-x="457" 
+d="M177.9 749l53.9 -110.8c3.8 -8.79999 4.59999 -15 4.59999 -21.2c0 -4.40002 -5.39999 -9.59998 -11.6 -9.59998c-4.60001 0 -10 4.39996 -22.3 17.6l-87.8 95.9l1.60001 9.69995c6.2 5.30005 23.8 20.2 50 20.2c3.8 0 8.5 -0.899963 11.6 -1.79999zM98 647
+c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" horiz-adv-x="695" 
+d="M439 837c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM494 804
+c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" horiz-adv-x="457" 
+d="M279 692c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM98 647
+c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42
+c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85
+c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" horiz-adv-x="695" 
+d="M494 785c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+M428.9 844c24.2 0 36.3 9.40002 51.7 49.3c12.1 1 23.1 -1.79999 29.7 -5.59998c-13.2 -57 -45.1 -94.1 -95.7 -94.1c-24.2 0 -47.3 17.1 -70.4 30.4c-19.8 10.5 -40.7 18 -59.4 18c-28.6 0 -39.6 -14.2 -50.6 -45.5c-12.1 -1.90002 -23.1 -1 -29.7 4.70001
+c15.4 56 40.7 93.1 88 93.1c33 0 57.2 -19 79.2 -32.3c17.6 -11.4 36.3 -18 57.2 -18z" />
+    <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" horiz-adv-x="457" 
+d="M275 743c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM98 647c11 -53 54 -90 108 -90
+c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108
+c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16
+c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" horiz-adv-x="695" 
+d="M491 804c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM288 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM263 283h177l-94 272h-6l-102.2 -258.7
+c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33
+c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" horiz-adv-x="457" 
+d="M106 646c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM165 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM293 233l-79 -21c-74 -19 -95 -65 -95 -110
+c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18
+c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" horiz-adv-x="557" 
+d="M241 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116
+c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" horiz-adv-x="447" 
+d="M178 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64
+c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EBA" unicode="&#x1eba;" horiz-adv-x="557" 
+d="M377 759c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM281 361
+c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" horiz-adv-x="447" 
+d="M298 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM124 282
+l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2
+c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" horiz-adv-x="557" 
+d="M380 736c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM281 361c85 0 88 13 91 68c6 6 27 6 33 0
+c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" horiz-adv-x="447" 
+d="M289 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM124 282l181 3c11 0.200012 15 5 15 14
+c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137
+c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" horiz-adv-x="557" 
+d="M495.1 861.4c20.1 -10.7 34.5 -24.5 43.4 -41.6l-100.8 -46.4c-14.7 -7.20001 -23.1 -9.60004 -29.4 -9.60004c-6.29999 0 -10.5 5.60004 -10.5 12c0 5.60004 1.40002 9.60004 10.5 16.8zM315 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21
+c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221
+c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4
+c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" horiz-adv-x="447" 
+d="M394.6 713.4c2.10001 0.799988 6.29999 1.59998 9.79999 1.59998c4.5 0 22.4 -0.799988 38.5 -18.4l2.10001 -8.79999l-80.5 -87.2c-10.5 -12 -16.1 -15.2 -21 -15.2s-9.79999 4.79999 -9.79999 10.4c0 9 2.29999 12.1 8 22.4zM249 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" horiz-adv-x="557" 
+d="M104.1 862.8l84.7 -67.2c7.7 -6.39996 10.5 -11.2 10.5 -16.8c0 -6.39996 -4.90001 -12 -10.5 -12c-5.60001 0 -15.4 2.40002 -30.1 9.60004l-107.8 50.4c12.8 14.2 29.3 26.7 53.2 36zM315 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21
+c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221
+c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4
+c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" horiz-adv-x="447" 
+d="M84.8 713.4l49 -100.8c3.5 -8 4.2 -13.6 4.2 -19.2c0 -4 -4.89999 -8.80005 -10.5 -8.80005c-4.2 0 -9.1 4 -20.3 16l-79.8 87.2l1.4 8.79999c5.6 4.80005 21.7 18.4 45.5 18.4c3.5 0 7.7 -0.799988 10.5 -1.59998zM249 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" horiz-adv-x="557" 
+d="M279 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86
+c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91zM499 818c0 -22 -16 -33 -33 -44
+c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56z" />
+    <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" horiz-adv-x="447" 
+d="M428 696c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM249 660
+c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93
+c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" horiz-adv-x="557" 
+d="M315 776c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86
+c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91zM367.9 843c24.2 0 36.3 9.40002 51.7 49.3
+c12.1 1 23.1 -1.79999 29.7 -5.59998c-13.2 -57 -45.1 -94.1 -95.7 -94.1c-24.2 0 -47.3 17.1 -70.4 30.4c-19.8 10.5 -40.7 18 -59.4 18c-28.6 0 -39.6 -14.2 -50.6 -45.5c-12.1 -1.90002 -23.1 -1 -29.7 4.70001c15.4 56 40.7 93.1 88 93.1c33 0 57.2 -19 79.2 -32.3
+c17.6 -11.4 36.3 -18 57.2 -18z" />
+    <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" horiz-adv-x="447" 
+d="M303 740c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM249 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16
+c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" horiz-adv-x="557" 
+d="M298 809c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM241 -156c0 24 28 48 52 48c27 0 48 -28 48 -52
+c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM281 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5
+c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5
+c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" horiz-adv-x="447" 
+d="M244 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM178 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48
+c-24 0 -48 26 -48 52zM124 282l181 3c11 0.200012 15 5 15 14c0 84 -45 105 -83 105c-24 0 -94 -9 -113 -122zM386 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 152 113 235 200 235c139 0 169 -90 169 -174
+c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54z" />
+    <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" horiz-adv-x="297" 
+d="M230 759c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM191 122
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" horiz-adv-x="271" 
+d="M208 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM181 122
+c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="uni1ECA" unicode="&#x1eca;" horiz-adv-x="297" 
+d="M101 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" horiz-adv-x="271" 
+d="M87 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM90 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM181 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2
+s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v195c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-199.3z" />
+    <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" horiz-adv-x="702" 
+d="M305 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" horiz-adv-x="504" 
+d="M194 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56
+c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1ECE" unicode="&#x1ece;" horiz-adv-x="702" 
+d="M424 783c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM331 622
+c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" horiz-adv-x="504" 
+d="M309 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM41 205
+c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" horiz-adv-x="702" 
+d="M541.1 856.4c20.1 -10.7 34.5 -24.5 43.4 -41.6l-100.8 -46.4c-14.7 -7.20001 -23.1 -9.60004 -29.4 -9.60004c-6.29999 0 -10.5 5.60004 -10.5 12c0 5.60004 1.40002 9.60004 10.5 16.8zM366 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21
+c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" horiz-adv-x="504" 
+d="M402.6 713.4c2.10001 0.799988 6.29999 1.59998 9.79999 1.59998c4.5 0 22.4 -0.799988 38.5 -18.4l2.10001 -8.79999l-80.5 -87.2c-10.5 -12 -16.1 -15.2 -21 -15.2s-9.79999 4.79999 -9.79999 10.4c0 9 2.29999 12.1 8 22.4zM268 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" horiz-adv-x="702" 
+d="M158.1 864.8l84.7 -67.2c7.7 -6.39996 10.5 -11.2 10.5 -16.8c0 -6.39996 -4.90001 -12 -10.5 -12c-5.60001 0 -15.4 2.40002 -30.1 9.60004l-107.8 50.4c12.8 14.2 29.3 26.7 53.2 36zM366 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21
+c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" horiz-adv-x="504" 
+d="M84.8 713.4l49 -100.8c3.5 -8 4.2 -13.6 4.2 -19.2c0 -4 -4.89999 -8.80005 -10.5 -8.80005c-4.2 0 -9.1 4 -20.3 16l-79.8 87.2l1.4 8.79999c5.6 4.80005 21.7 18.4 45.5 18.4c3.5 0 7.7 -0.799988 10.5 -1.59998zM268 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" horiz-adv-x="702" 
+d="M578 819c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM366 808
+c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301
+c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" horiz-adv-x="504" 
+d="M440 696c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM268 660
+c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225
+c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" horiz-adv-x="702" 
+d="M366 780c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301
+c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM423.9 843c24.2 0 36.3 9.40002 51.7 49.3
+c12.1 1 23.1 -1.79999 29.7 -5.59998c-13.2 -57 -45.1 -94.1 -95.7 -94.1c-24.2 0 -47.3 17.1 -70.4 30.4c-19.8 10.5 -40.7 18 -59.4 18c-28.6 0 -39.6 -14.2 -50.6 -45.5c-12.1 -1.90002 -23.1 -1 -29.7 4.70001c15.4 56 40.7 93.1 88 93.1c33 0 57.2 -19 79.2 -32.3
+c17.6 -11.4 36.3 -18 57.2 -18z" />
+    <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" horiz-adv-x="504" 
+d="M315 745c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM268 660c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" horiz-adv-x="702" 
+d="M367 809c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0zM305 -156c0 24 28 48 52 48c27 0 48 -28 48 -52
+c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320
+c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" horiz-adv-x="504" 
+d="M261 661c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM194 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48
+c-24 0 -48 26 -48 52zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203
+c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1EDA" unicode="&#x1eda;" horiz-adv-x="702" 
+d="M397 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c58.7 0 113.4 -13.1 160.6 -38c10.7 -2.29999 20.1 -3 31.4 -3c11 0 55 8 55 42c0 13 -17 24 -31 25c-34 4 -47 27 -47 47c0 24 16 39 46 39c38 0 69 -43 69 -91
+c0 -50 -22.3 -85.4 -75.6 -90.4c69.7 -56.2 113.6 -144.8 113.6 -259.6z" />
+    <glyph glyph-name="uni1EDB" unicode="&#x1edb;" horiz-adv-x="501" 
+d="M277 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c41.5 0 75.9 -8.89999 104 -23.9
+c6.39999 -0.800018 12.8 -1.10001 20 -1.10001c11 0 53 6 53 40c0 13 -14 21 -28 23c-34 3 -48 25 -48 45c0 24 17 39 46 39c38 0 64 -41 64 -88c0 -47.7 -24.8 -79.6 -66.7 -87.2c46.4 -44.8 65.7 -111.2 65.7 -171.8c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1EDC" unicode="&#x1edc;" horiz-adv-x="702" 
+d="M291 817l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c58.7 0 113.4 -13.1 160.6 -38c10.7 -2.29999 20.1 -3 31.4 -3c11 0 55 8 55 42c0 13 -17 24 -31 25c-34 4 -47 27 -47 47c0 24 16 39 46 39c38 0 69 -43 69 -91
+c0 -50 -22.3 -85.4 -75.6 -90.4c69.7 -56.2 113.6 -144.8 113.6 -259.6z" />
+    <glyph glyph-name="uni1EDD" unicode="&#x1edd;" horiz-adv-x="501" 
+d="M205 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c41.5 0 75.9 -8.89999 104 -23.9c6.39999 -0.800018 12.8 -1.10001 20 -1.10001
+c11 0 53 6 53 40c0 13 -14 21 -28 23c-34 3 -48 25 -48 45c0 24 17 39 46 39c38 0 64 -41 64 -88c0 -47.7 -24.8 -79.6 -66.7 -87.2c46.4 -44.8 65.7 -111.2 65.7 -171.8c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215z
+M238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1EDE" unicode="&#x1ede;" horiz-adv-x="702" 
+d="M438 759c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM331 622
+c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c58.7 0 113.4 -13.1 160.6 -38
+c10.7 -2.29999 20.1 -3 31.4 -3c11 0 55 8 55 42c0 13 -17 24 -31 25c-34 4 -47 27 -47 47c0 24 16 39 46 39c38 0 69 -43 69 -91c0 -50 -22.3 -85.4 -75.6 -90.4c69.7 -56.2 113.6 -144.8 113.6 -259.6z" />
+    <glyph glyph-name="uni1EDF" unicode="&#x1edf;" horiz-adv-x="501" 
+d="M312 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM41 205
+c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c41.5 0 75.9 -8.89999 104 -23.9c6.39999 -0.800018 12.8 -1.10001 20 -1.10001c11 0 53 6 53 40c0 13 -14 21 -28 23c-34 3 -48 25 -48 45c0 24 17 39 46 39c38 0 64 -41 64 -88c0 -47.7 -24.8 -79.6 -66.7 -87.2
+c46.4 -44.8 65.7 -111.2 65.7 -171.8c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" horiz-adv-x="702" 
+d="M405 743c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM331 622c-99 0 -198 -85 -198 -295
+c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c58.7 0 113.4 -13.1 160.6 -38c10.7 -2.29999 20.1 -3 31.4 -3
+c11 0 55 8 55 42c0 13 -17 24 -31 25c-34 4 -47 27 -47 47c0 24 16 39 46 39c38 0 69 -43 69 -91c0 -50 -22.3 -85.4 -75.6 -90.4c69.7 -56.2 113.6 -144.8 113.6 -259.6z" />
+    <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" horiz-adv-x="501" 
+d="M282.1 574.1c19.8 0 29.7 11 42.3 57.2c9.89999 1.10004 18.9 -2.20001 24.3 -6.59998c-10.8 -66 -36.9 -108.9 -78.3 -108.9c-19.8 0 -38.7 19.8 -57.6 35.2c-16.2 12.1 -33.3 20.9 -48.6 20.9c-23.4 0 -32.4 -16.5 -41.4 -52.8c-9.9 -2.19995 -18.9 -1.09998 -24.3 5.5
+c12.6 64.9 33.3 107.8 72 107.8c27 0 46.8 -22 64.8 -37.4c14.4 -13.2 29.7 -20.9 46.8 -20.9zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c41.5 0 75.9 -8.89999 104 -23.9c6.39999 -0.800018 12.8 -1.10001 20 -1.10001c11 0 53 6 53 40
+c0 13 -14 21 -28 23c-34 3 -48 25 -48 45c0 24 17 39 46 39c38 0 64 -41 64 -88c0 -47.7 -24.8 -79.6 -66.7 -87.2c46.4 -44.8 65.7 -111.2 65.7 -171.8c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404
+c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" horiz-adv-x="702" 
+d="M305 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213
+c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c58.7 0 113.4 -13.1 160.6 -38c10.7 -2.29999 20.1 -3 31.4 -3c11 0 55 8 55 42c0 13 -17 24 -31 25c-34 4 -47 27 -47 47c0 24 16 39 46 39c38 0 69 -43 69 -91
+c0 -50 -22.3 -85.4 -75.6 -90.4c69.7 -56.2 113.6 -144.8 113.6 -259.6z" />
+    <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" horiz-adv-x="501" 
+d="M192 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c41.5 0 75.9 -8.89999 104 -23.9c6.39999 -0.800018 12.8 -1.10001 20 -1.10001c11 0 53 6 53 40
+c0 13 -14 21 -28 23c-34 3 -48 25 -48 45c0 24 17 39 46 39c38 0 64 -41 64 -88c0 -47.7 -24.8 -79.6 -66.7 -87.2c46.4 -44.8 65.7 -111.2 65.7 -171.8c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404
+c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" horiz-adv-x="661" 
+d="M293 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2
+c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" horiz-adv-x="531" 
+d="M196 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182
+c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0
+c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" horiz-adv-x="661" 
+d="M424 759c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM172 523
+v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243
+v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" horiz-adv-x="531" 
+d="M322 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM217 -10
+c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2
+c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" horiz-adv-x="690" 
+d="M407 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM616 608.8c-32 -2.79999 -41 -22.6 -41 -85.8v-228c0 -178 -49 -305 -254 -305c-90 0 -234 42 -234 246v287c0 83 -17 88 -77 91c-6 6 -6 27 0 33
+c50 -1 73 -2 119 -2c53 0 86 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91v-254c0 -65 2 -141 51 -188c30.1 -28.9 71 -50 119 -50c169 0 184 134 184 246v246c0 83 -17 84 -92 91c-6 6 -6 27 0 33c50 -1 70 -2 115 -2c83 0 99 5 99 26c0 9 -6.40002 15.8 -20 19
+c-21 5 -34 21 -34 41c0 24 20 39 49 39c38 0 53 -37 53 -84c0 -43 -37.2 -72.8 -80 -77.2z" />
+    <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" horiz-adv-x="531" 
+d="M275 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6
+c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c10 0 20 0.399994 27 1v1c19 2 41 16 41 27s-8 20 -27 21c-34 1 -48 23 -48 43c0 24 17 39 46 39c38 0 63 -41 63 -88
+c0 -26 -17.7 -59.2 -60.1 -68.7c-1.19998 -23.9 -2.89999 -62.5 -2.89999 -82.3v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1EEA" unicode="&#x1eea;" horiz-adv-x="690" 
+d="M288 818l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM616 608.8c-32 -2.79999 -41 -22.6 -41 -85.8v-228c0 -178 -49 -305 -254 -305c-90 0 -234 42 -234 246v287c0 83 -17 88 -77 91c-6 6 -6 27 0 33
+c50 -1 73 -2 119 -2c53 0 86 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91v-254c0 -65 2 -141 51 -188c30.1 -28.9 71 -50 119 -50c169 0 184 134 184 246v246c0 83 -17 84 -92 91c-6 6 -6 27 0 33c50 -1 70 -2 115 -2c83 0 99 5 99 26c0 9 -6.40002 15.8 -20 19
+c-21 5 -34 21 -34 41c0 24 20 39 49 39c38 0 53 -37 53 -84c0 -43 -37.2 -72.8 -80 -77.2z" />
+    <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" horiz-adv-x="531" 
+d="M214 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6
+c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c10 0 20 0.399994 27 1v1c19 2 41 16 41 27s-8 20 -27 21c-34 1 -48 23 -48 43c0 24 17 39 46 39c38 0 63 -41 63 -88
+c0 -26 -17.7 -59.2 -60.1 -68.7c-1.19998 -23.9 -2.89999 -62.5 -2.89999 -82.3v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1EEC" unicode="&#x1eec;" horiz-adv-x="690" 
+d="M426 759c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM616 608.8
+c-32 -2.79999 -41 -22.6 -41 -85.8v-228c0 -178 -49 -305 -254 -305c-90 0 -234 42 -234 246v287c0 83 -17 88 -77 91c-6 6 -6 27 0 33c50 -1 73 -2 119 -2c53 0 86 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91v-254c0 -65 2 -141 51 -188c30.1 -28.9 71 -50 119 -50
+c169 0 184 134 184 246v246c0 83 -17 84 -92 91c-6 6 -6 27 0 33c50 -1 70 -2 115 -2c83 0 99 5 99 26c0 9 -6.40002 15.8 -20 19c-21 5 -34 21 -34 41c0 24 20 39 49 39c38 0 53 -37 53 -84c0 -43 -37.2 -72.8 -80 -77.2z" />
+    <glyph glyph-name="uni1EED" unicode="&#x1eed;" horiz-adv-x="531" 
+d="M322 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM217 -10
+c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2
+c10 0 20 0.399994 27 1v1c19 2 41 16 41 27s-8 20 -27 21c-34 1 -48 23 -48 43c0 24 17 39 46 39c38 0 63 -41 63 -88c0 -26 -17.7 -59.2 -60.1 -68.7c-1.19998 -23.9 -2.89999 -62.5 -2.89999 -82.3v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40
+c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1EEE" unicode="&#x1eee;" horiz-adv-x="690" 
+d="M426 746c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM616 608.8c-32 -2.79999 -41 -22.6 -41 -85.8
+v-228c0 -178 -49 -305 -254 -305c-90 0 -234 42 -234 246v287c0 83 -17 88 -77 91c-6 6 -6 27 0 33c50 -1 73 -2 119 -2c53 0 86 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91v-254c0 -65 2 -141 51 -188c30.1 -28.9 71 -50 119 -50c169 0 184 134 184 246v246
+c0 83 -17 84 -92 91c-6 6 -6 27 0 33c50 -1 70 -2 115 -2c83 0 99 5 99 26c0 9 -6.40002 15.8 -20 19c-21 5 -34 21 -34 41c0 24 20 39 49 39c38 0 53 -37 53 -84c0 -43 -37.2 -72.8 -80 -77.2z" />
+    <glyph glyph-name="uni1EEF" unicode="&#x1eef;" horiz-adv-x="531" 
+d="M297 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM217 -10c-99 0 -129 67 -129 136v192
+c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c10 0 20 0.399994 27 1v1
+c19 2 41 16 41 27s-8 20 -27 21c-34 1 -48 23 -48 43c0 24 17 39 46 39c38 0 63 -41 63 -88c0 -26 -17.7 -59.2 -60.1 -68.7c-1.19998 -23.9 -2.89999 -62.5 -2.89999 -82.3v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0
+c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" horiz-adv-x="690" 
+d="M285 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM616 608.8c-32 -2.79999 -41 -22.6 -41 -85.8v-228c0 -178 -49 -305 -254 -305c-90 0 -234 42 -234 246v287c0 83 -17 88 -77 91c-6 6 -6 27 0 33c50 -1 73 -2 119 -2
+c53 0 86 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91v-254c0 -65 2 -141 51 -188c30.1 -28.9 71 -50 119 -50c169 0 184 134 184 246v246c0 83 -17 84 -92 91c-6 6 -6 27 0 33c50 -1 70 -2 115 -2c83 0 99 5 99 26c0 9 -6.40002 15.8 -20 19c-21 5 -34 21 -34 41
+c0 24 20 39 49 39c38 0 53 -37 53 -84c0 -43 -37.2 -72.8 -80 -77.2z" />
+    <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" horiz-adv-x="531" 
+d="M193 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM217 -10c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182
+c0 -89 50 -103 80 -103c25 0 63 16 100 48c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c10 0 20 0.399994 27 1v1c19 2 41 16 41 27s-8 20 -27 21c-34 1 -48 23 -48 43c0 24 17 39 46 39c38 0 63 -41 63 -88
+c0 -26 -17.7 -59.2 -60.1 -68.7c-1.19998 -23.9 -2.89999 -62.5 -2.89999 -82.3v-192c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60z" />
+    <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="575" 
+d="M227 817l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127
+c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33
+c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="515" 
+d="M227 671l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92
+c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33
+c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" horiz-adv-x="575" 
+d="M245 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221
+c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2
+c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" horiz-adv-x="515" 
+d="M316 -156c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263
+c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2
+c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" horiz-adv-x="575" 
+d="M382 759c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56zM337 122
+c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33
+c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z
+" />
+    <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" horiz-adv-x="515" 
+d="M341 599c0 -20 -15 -36 -31 -52c-17 -16 -27 -33 -29 -59h-28c1 34 14 56 25 73c8 12 13 24 13 36c0 23 -8 33 -29 33c-19 0 -24 -6 -24 -11c0 -4 1 -6 2 -8c1 -3 4 -9 4 -17c0 -11 -13 -21 -22 -21c-19 0 -27 15 -27 27c0 22 33 57 75 57c55 0 71 -41 71 -58zM204 -160
+c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33
+c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" horiz-adv-x="575" 
+d="M359 746c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM337 122c0 -83 17 -88 97 -91
+c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33
+c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z
+" />
+    <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" horiz-adv-x="515" 
+d="M342 573c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM204 -160c-36 -64 -76 -72 -97 -72
+c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-26.2 61 -39.2 70 -78.9 75c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33
+c-56 -4.29999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64c-52.2 -112.4 -97 -215 -177 -408
+c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uni1F00" unicode="&#x1f00;" horiz-adv-x="566" 
+d="M244 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F02" unicode="&#x1f02;" horiz-adv-x="566" 
+d="M146 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM259 658c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM409 191l14 -58
+c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128
+c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F04" unicode="&#x1f04;" horiz-adv-x="566" 
+d="M409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157zM170 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69
+c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM339 704c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20z" />
+    <glyph glyph-name="uni1F06" unicode="&#x1f06;" horiz-adv-x="566" 
+d="M409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157zM238 660c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69
+c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM304 729c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47z" />
+    <glyph glyph-name="uni1F08" unicode="&#x1f08;" horiz-adv-x="695" 
+d="M152 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F0A" unicode="&#x1f0a;" horiz-adv-x="736" 
+d="M18 721c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM131 681c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM305 283h177l-94 272
+h-6l-102.2 -258.7c-3.79999 -10.3 3.20001 -13.3 25.2 -13.3zM197 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55
+c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F0C" unicode="&#x1f0c;" horiz-adv-x="702" 
+d="M25 720c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM194 726c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM270 283h177
+l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM162 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55
+c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F0E" unicode="&#x1f0e;" horiz-adv-x="715" 
+d="M72 607c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM138 676c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM284 283h177l-94 272h-6l-102.2 -258.7c-3.79999 -10.3 3.20001 -13.3 25.2 -13.3zM176 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20
+l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F10" unicode="&#x1f10;" horiz-adv-x="397" 
+d="M204 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123
+c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23
+c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1F12" unicode="&#x1f12;" horiz-adv-x="397" 
+d="M125 695c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM238 655c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM123 121
+c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37c-22 0 -32 16 -42 33
+c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1F14" unicode="&#x1f14;" horiz-adv-x="397" 
+d="M124 695c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM293 701c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM123 121
+c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37c-22 0 -32 16 -42 33
+c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1F18" unicode="&#x1f18;" horiz-adv-x="672" 
+d="M18 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM384 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221
+c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4
+c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1F1A" unicode="&#x1f1a;" horiz-adv-x="832" 
+d="M15 720c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM128 680c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM544 361
+c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1F1C" unicode="&#x1f1c;" horiz-adv-x="817" 
+d="M14 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM183 724c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM529 361
+c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1F20" unicode="&#x1f20;" horiz-adv-x="528" 
+d="M306 697c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138
+c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F22" unicode="&#x1f22;" horiz-adv-x="528" 
+d="M226 696c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM339 656c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM174 358
+c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82
+c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F24" unicode="&#x1f24;" horiz-adv-x="528" 
+d="M240 695c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM409 701c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM174 358
+c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82
+c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F26" unicode="&#x1f26;" horiz-adv-x="528" 
+d="M307 660c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM373 729c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5
+v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F28" unicode="&#x1f28;" horiz-adv-x="820" 
+d="M19 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM708 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342
+v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F2A" unicode="&#x1f2a;" horiz-adv-x="987" 
+d="M17 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM130 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM875 122
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F2C" unicode="&#x1f2c;" horiz-adv-x="980" 
+d="M8 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM177 724c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM868 122
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F2E" unicode="&#x1f2e;" horiz-adv-x="954" 
+d="M89 606c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM155 675c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM842 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91
+v-401z" />
+    <glyph glyph-name="uni1F30" unicode="&#x1f30;" horiz-adv-x="281" 
+d="M124 688c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43
+c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F32" unicode="&#x1f32;" horiz-adv-x="281" 
+d="M45 696c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM158 656c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM84 322
+c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F34" unicode="&#x1f34;" horiz-adv-x="281" 
+d="M43 695c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM212 701c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM84 322
+c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F36" unicode="&#x1f36;" horiz-adv-x="281" 
+d="M125 659c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM191 728c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F38" unicode="&#x1f38;" horiz-adv-x="383" 
+d="M13 725c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM281 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F3A" unicode="&#x1f3a;" horiz-adv-x="551" 
+d="M13 719c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM126 679c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM449 122
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F3C" unicode="&#x1f3c;" horiz-adv-x="533" 
+d="M3 721c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM172 727c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM431 122
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F3E" unicode="&#x1f3e;" horiz-adv-x="507" 
+d="M70 612c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM136 681c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM405 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F40" unicode="&#x1f40;" horiz-adv-x="504" 
+d="M235 688c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F42" unicode="&#x1f42;" horiz-adv-x="504" 
+d="M154 687c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM267 647c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM41 205
+c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F44" unicode="&#x1f44;" horiz-adv-x="504" 
+d="M155 684c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM324 690c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM41 205
+c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F48" unicode="&#x1f48;" horiz-adv-x="734" 
+d="M17 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM367 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM702 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1F4A" unicode="&#x1f4a;" horiz-adv-x="894" 
+d="M6 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM119 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM527 622
+c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM862 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1F4C" unicode="&#x1f4c;" horiz-adv-x="877" 
+d="M15 720c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM184 726c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM510 622
+c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM845 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1F50" unicode="&#x1f50;" horiz-adv-x="490" 
+d="M245 688c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30
+c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F52" unicode="&#x1f52;" horiz-adv-x="490" 
+d="M159 687c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM272 647c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM171 321.3v-118.3
+c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29
+c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F54" unicode="&#x1f54;" horiz-adv-x="490" 
+d="M165 684c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM334 690c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM171 321.3
+v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29
+c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F56" unicode="&#x1f56;" horiz-adv-x="490" 
+d="M254 661c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM320 730c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68
+c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F60" unicode="&#x1f60;" horiz-adv-x="658" 
+d="M341 704c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248
+c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245
+c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F62" unicode="&#x1f62;" horiz-adv-x="658" 
+d="M260 687c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM373 647c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM624 189
+c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66
+c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F64" unicode="&#x1f64;" horiz-adv-x="658" 
+d="M261 684c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM430 690c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM624 189
+c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66
+c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F66" unicode="&#x1f66;" horiz-adv-x="658" 
+d="M339 655c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM405 724c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101
+c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F68" unicode="&#x1f68;" horiz-adv-x="766" 
+d="M50 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM530 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234
+c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281
+c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F6A" unicode="&#x1f6a;" horiz-adv-x="916" 
+d="M7 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM120 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM680 117l-3 -48h97
+c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.70001 38.2 -7 78 -7 119
+c8.29999 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F6C" unicode="&#x1f6c;" horiz-adv-x="859" 
+d="M13 720c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM182 726c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM623 117
+l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119
+c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F6E" unicode="&#x1f6e;" horiz-adv-x="850" 
+d="M78 607c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM144 676c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM614 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213
+c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F70" unicode="&#x1f70;" horiz-adv-x="566" 
+d="M185 673c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11
+c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21
+c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F71" unicode="&#x1f71;" horiz-adv-x="566" 
+d="M282 682c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F72" unicode="&#x1f72;" horiz-adv-x="397" 
+d="M159 673c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21
+c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91
+c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1F73" unicode="&#x1f73;" horiz-adv-x="397" 
+d="M240 680c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60
+c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21
+s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1F74" unicode="&#x1f74;" horiz-adv-x="528" 
+d="M240 678c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9
+c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68
+c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F75" unicode="&#x1f75;" horiz-adv-x="528" 
+d="M330 681c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287
+c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F76" unicode="&#x1f76;" horiz-adv-x="281" 
+d="M66 675c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244
+c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F77" unicode="&#x1f77;" horiz-adv-x="281" 
+d="M159 683c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43
+c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F78" unicode="&#x1f78;" horiz-adv-x="504" 
+d="M177 669c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225
+c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F79" unicode="&#x1f79;" horiz-adv-x="504" 
+d="M271 682c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F7A" unicode="&#x1f7a;" horiz-adv-x="490" 
+d="M182 667c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127
+c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F7B" unicode="&#x1f7b;" horiz-adv-x="490" 
+d="M294 682c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30
+c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F7C" unicode="&#x1f7c;" horiz-adv-x="658" 
+d="M249 665c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103
+c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104
+c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F7D" unicode="&#x1f7d;" horiz-adv-x="658" 
+d="M375 684c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204
+c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147
+c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FB0" unicode="&#x1fb0;" horiz-adv-x="566" 
+d="M129 648c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1FB1" unicode="&#x1fb1;" horiz-adv-x="566" 
+d="M355 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140
+c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z
+" />
+    <glyph glyph-name="uni1FB6" unicode="&#x1fb6;" horiz-adv-x="566" 
+d="M301 597c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87
+c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162
+c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1FB8" unicode="&#x1fb8;" horiz-adv-x="695" 
+d="M493 805c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="uni1FB9" unicode="&#x1fb9;" horiz-adv-x="695" 
+d="M458 705h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="uni1FBA" unicode="&#x1fba;" horiz-adv-x="695" 
+d="M83 719c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79
+c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2
+c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1FC0" unicode="&#x1fc0;" horiz-adv-x="421" 
+d="M276 627c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47z" />
+    <glyph glyph-name="uni1FC1" unicode="&#x1fc1;" horiz-adv-x="368" 
+d="M243 719c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM54 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM223 575c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni1FC6" unicode="&#x1fc6;" horiz-adv-x="528" 
+d="M348 595c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287
+c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1FC8" unicode="&#x1fc8;" horiz-adv-x="690" 
+d="M-6 714c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM402 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88
+c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1FCA" unicode="&#x1fca;" horiz-adv-x="834" 
+d="M-11 719c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM722 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2
+c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2
+c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FD0" unicode="&#x1fd0;" horiz-adv-x="281" 
+d="M15 648c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17
+c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1FD1" unicode="&#x1fd1;" horiz-adv-x="281" 
+d="M232 519h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17
+c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1FD2" unicode="&#x1fd2;" horiz-adv-x="281" 
+d="M-2 585c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM167 585c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM40 791c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8
+c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81
+c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1FD3" unicode="&#x1fd3;" horiz-adv-x="281" 
+d="M189 784c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM-5 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM164 573c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1FD6" unicode="&#x1fd6;" horiz-adv-x="281" 
+d="M181 597c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55
+c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1FD7" unicode="&#x1fd7;" horiz-adv-x="281" 
+d="M181 719c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM-8 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM161 575c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1FD8" unicode="&#x1fd8;" horiz-adv-x="304" 
+d="M289 805c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM196 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FD9" unicode="&#x1fd9;" horiz-adv-x="297" 
+d="M253 708h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FDA" unicode="&#x1fda;" horiz-adv-x="395" 
+d="M-13 720c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM294 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2
+c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FDB" unicode="&#x1fdb;" horiz-adv-x="386" 
+d="M57 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM284 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FE0" unicode="&#x1fe0;" horiz-adv-x="490" 
+d="M142 648c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193
+c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1FE1" unicode="&#x1fe1;" horiz-adv-x="490" 
+d="M368 519h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193
+c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1FE2" unicode="&#x1fe2;" horiz-adv-x="490" 
+d="M124 564c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM293 564c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM166 770c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8
+c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259
+c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1FE3" unicode="&#x1fe3;" horiz-adv-x="490" 
+d="M317 784c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM123 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM292 573c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68
+c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1FE4" unicode="&#x1fe4;" horiz-adv-x="525" 
+d="M269 704c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM149 -207l-84 -31l-11 18c13 34 24 86 24 210v194c0 138 33 172 60 199c42 43 91 56 138 56c120 0 210 -94 210 -208
+c0 -153 -98 -241 -232 -241c-43 0 -69 10 -97 27v-78c0 -58 0 -106 -8 -146zM400 189c0 158 -64 212 -144 212c-43 0 -99 -27 -99 -173v-153c31 -30 66 -52 111 -52c83 0 132 59 132 166z" />
+    <glyph glyph-name="uni1FE6" unicode="&#x1fe6;" horiz-adv-x="490" 
+d="M315 596c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48
+c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1FE7" unicode="&#x1fe7;" horiz-adv-x="490" 
+d="M311 704c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM122 560c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM291 560c0 26 21 48 47 48
+s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1FE8" unicode="&#x1fe8;" horiz-adv-x="575" 
+d="M434 805c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127
+c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33
+c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1FE9" unicode="&#x1fe9;" horiz-adv-x="575" 
+d="M400 699h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33zM337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77
+l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2
+s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1FEA" unicode="&#x1fea;" horiz-adv-x="706" 
+d="M-15 716c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM466 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2
+c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8
+c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1FEB" unicode="&#x1feb;" horiz-adv-x="689" 
+d="M48 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM449 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91
+v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33
+c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1FED" unicode="&#x1fed;" horiz-adv-x="375" 
+d="M92 781c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM50 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM219 575
+c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni1FEF" unicode="&#x1fef;" horiz-adv-x="239" 
+d="M73 724c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33z" />
+    <glyph glyph-name="uni1FF6" unicode="&#x1ff6;" horiz-adv-x="658" 
+d="M387 577c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204
+c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147
+c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FF8" unicode="&#x1ff8;" horiz-adv-x="767" 
+d="M-12 719c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM399 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284
+c0 202 -107 312 -239 312zM734 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1FF9" unicode="&#x1ff9;" horiz-adv-x="702" 
+d="M50 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1FFA" unicode="&#x1ffa;" horiz-adv-x="770" 
+d="M-22 719c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM535 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208
+c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260
+c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FFB" unicode="&#x1ffb;" horiz-adv-x="715" 
+d="M58 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM479 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129
+c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281
+c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FFD" unicode="&#x1ffd;" horiz-adv-x="199" 
+d="M121 644c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17z" />
+    <glyph glyph-name="enquad" unicode="&#x2000;" horiz-adv-x="499" 
+ />
+    <glyph glyph-name="emquad" unicode="&#x2001;" horiz-adv-x="999" 
+ />
+    <glyph glyph-name="enspace" unicode="&#x2002;" horiz-adv-x="518" 
+ />
+    <glyph glyph-name="emspace" unicode="&#x2003;" horiz-adv-x="756" 
+ />
+    <glyph glyph-name="threeperemspace" unicode="&#x2004;" horiz-adv-x="332" 
+ />
+    <glyph glyph-name="fourperemspace" unicode="&#x2005;" horiz-adv-x="249" 
+ />
+    <glyph glyph-name="sixperemspace" unicode="&#x2006;" horiz-adv-x="166" 
+ />
+    <glyph glyph-name="figurespace" unicode="&#x2007;" horiz-adv-x="438" 
+ />
+    <glyph glyph-name="punctuationspace" unicode="&#x2008;" horiz-adv-x="219" 
+ />
+    <glyph glyph-name="thinspace" unicode="&#x2009;" horiz-adv-x="125" 
+ />
+    <glyph glyph-name="hairspace" unicode="&#x200a;" horiz-adv-x="26" 
+ />
+    <glyph glyph-name="zerowidthspace" unicode="&#x200b;" 
+ />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="548" 
+d="M66 238c-11 0 -14 9 -14 17c0 12 14 32 26 32h404c11 0 14 -8 14 -17c0 -12 -13 -32 -26 -32h-404z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="742" 
+d="M49 238c-11 0 -14 9 -14 17c0 12 14 32 26 32h624c11 0 14 -8 14 -17c0 -12 -13 -32 -26 -32h-624z" />
+    <glyph glyph-name="horizontalbar" unicode="&#x2015;" horiz-adv-x="922" 
+d="M49 238c-11 0 -14 9 -14 17c0 12 14 32 26 32h814c11 0 14 -8 14 -17c0 -12 -13 -32 -26 -32h-814z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="268" 
+d="M139 507c-40 0 -66 39 -66 99c0 70 58 118 118 129c7 -7 9 -14 9 -24c-52 -13 -88 -59 -88 -80c0 -23 17 -29 36 -31c18 -3 44 -12.5 44 -44c0 -28 -22 -49 -53 -49z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="268" 
+d="M129 698c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="268" 
+d="M129 95c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="quotereversed" unicode="&#x201b;" horiz-adv-x="268" 
+d="M138.3 698c31 0 53 -21 53 -49c0 -31.5 -26 -41 -44 -44c-19 -2 -36 -8 -36 -31c0 -21 34 -66 86 -79c3.39999 -9.89999 1.8 -19.1 -5 -25c-60 11 -120 59 -120 129c0 60 26 99 66 99z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="375" 
+d="M271 508c-40 0 -66 39 -66 99c0 70 58 118 118 129c7 -7 9 -14 9 -24c-52 -13 -88 -59 -88 -80c0 -23 17 -29 36 -31c18 -3 44 -12.5 44 -44c0 -28 -22 -49 -53 -49zM114 508c-40 0 -66 39 -66 99c0 70 58 118 118 129c7 -7 9 -14 9 -24c-52 -13 -88 -59 -88 -80
+c0 -23 17 -29 36 -31c18 -3 44 -12.5 44 -44c0 -28 -22 -49 -53 -49z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="375" 
+d="M105 698c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49zM262 698c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80
+c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="375" 
+d="M105 94c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49zM262 94c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31
+c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="quotedblrev" unicode="&#x201f;" horiz-adv-x="373" 
+d="M271.3 698c31 0 53 -21 53 -49c0 -31.5 -26 -41 -44 -44c-19 -2 -36 -8 -36 -31c0 -21 34 -66 86 -79c3.40002 -9.89999 1.80002 -19.1 -5 -25c-60 11 -120 59 -120 129c0 60 26 99 66 99zM115.3 698c31 0 53 -21 53 -49c0 -31.5 -26 -41 -44 -44c-19 -2 -36 -8 -36 -31
+c0 -21 34 -66 86 -79c3.39999 -9.89999 1.8 -19.1 -5 -25c-60 11 -120 59 -120 129c0 60 26 99 66 99z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="588" 
+d="M309 697c24 0 44 -28 44 -60c0 -76 -12 -138 -36 -187c43 27 99 41 165 41c30 0 54 -23 54 -51s-24 -49 -54 -49c-66 0 -122 13 -165 39c0 -82 15 -145 47 -185c-31 -92 -47 -243 -47 -452h-17c0 217 -15 368 -46 452c31 34 46 96 46 185c-41 -26 -96 -39 -165 -39
+c-30 0 -53 21 -53 49s24 51 53 51c73 0 126 -17 165 -41c-24 50 -36 112 -36 187c0 31 19 60 45 60z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="588" 
+d="M536 440c0 -28 -24 -49 -54 -49c-66 0 -122 13 -165 39c0 -83 15 -145 47 -185c-31 -40 -47 -102 -47 -185c45 26 100 39 165 39c28 0 54 -19 54 -49c0 -29 -25 -50 -54 -50c-65 0 -120 13 -165 40c24 -51 36 -113 36 -187c0 -30 -18 -60 -44 -60c-24 0 -45 26 -45 60
+c0 74 12 136 36 187c-43 -27 -98 -40 -165 -40c-28 0 -53 21 -53 50c0 30 28 49 53 49c72 0 127 -16 165 -39c0 86 -15 148 -46 185c31 34 46 96 46 185c-41 -26 -96 -39 -165 -39c-30 0 -53 21 -53 49s24 51 53 51c73 0 126 -17 165 -41c-24 50 -36 112 -36 187
+c0 31 19 60 45 60c24 0 44 -28 44 -60c0 -76 -12 -138 -36 -187c43 27 99 41 165 41c31 0 54 -23 54 -51z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="351" 
+d="M62 230c0 63 51 114 114 114s114 -51 114 -114s-51 -114 -114 -114s-114 51 -114 114z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="911" 
+d="M872 164c0 -64 -44 -176 -128 -176c-54 0 -90 46 -90 108c0 76 56 160 132 160c38 0 86 -18 86 -92zM749 17c58 0 93 94 93 146c0 47 -27 62 -45 62c-45 0 -92 -78 -92 -142c0 -40 18 -66 44 -66zM433 83c0 -52 25 -64 44 -64c55 0 88 89 88 145c0 52 -28 61 -42 61
+c-49 0 -90 -84 -90 -142zM378 98c0 82 60 158 134 158c40 0 86 -18 86 -91c0 -67 -44 -177 -127 -177c-61 0 -93 57 -93 110zM364 521c42 0 119 12 150 54l32 -16l-410 -571l-34 15l359 500c-38 -15 -77 -19 -107 -19c-23 0 -61 10 -80 21c2 -7 3 -16 3 -25
+c0 -64 -44 -177 -128 -177c-62 0 -92 58 -92 109c0 88.1 61 159 133 159c28 0 57 -13 67 -25c54 -25 89 -25 107 -25zM111 398c0 -52 26 -64 44 -64c55 0 89 87 89 145c0 50 -25 61 -43 61c-49 0 -90 -84 -90 -142z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="363" 
+d="M156 215c38 -43 75 -91 127 -170c-3 -10 -13 -18 -24 -19c-79 86 -129 134 -185 183v12c56 49 106 97 185 183c11 -1 21 -9 24 -19c-52 -79 -89 -127 -127 -170z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="363" 
+d="M207 215c-38 43 -75 91 -127 170c3 10 13 18 24 19c79 -86 129 -134 185 -183v-12c-56 -49 -106 -97 -185 -183c-11 1 -21 9 -24 19c52 79 89 127 127 170z" />
+    <glyph glyph-name="uni204B" unicode="&#x204b;" horiz-adv-x="602" 
+d="M235 574c0 27 -17 38 -40 38s-41 -7 -41 -38v-735c0 -31 18 -38 41 -38s40 11 40 38v735zM194 645c27 0 86 2 161 2c132 0 190 -87 190 -166c0 -134 -82 -199 -228 -199c-15 0 -23 1 -32 3v-446c0 -28 12 -39 54 -42l27 -2c4 0 7 -3 7 -8v-19l-2 -2c-49 2 -108 2 -177 2
+s-130 0 -177 -2l-2 2v19c0 5 4 8 8 8l26 2c40 3 55 12 55 42v735c0 30 -15 39 -55 42l-26 2c-4 0 -8 3 -8 8v19l2 2c47 -2 108 -2 177 -2z" />
+    <glyph glyph-name="uni204F" unicode="&#x204f;" horiz-adv-x="219" 
+d="M108.3 95c31 0 53 -21 53 -49c0 -31.5 -26 -41 -44 -44c-19 -2 -36 -8 -36 -31c0 -21 34 -66 86 -79c3.39999 -9.9 1.8 -19.1 -5 -25c-60 11 -120 59 -120 129c0 60 26 99 66 99zM55 355c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="zero.superior" unicode="&#x2070;" horiz-adv-x="307" 
+d="M154 664c-62 0 -64 -94 -64 -147c0 -56 8 -134 62 -134c59 0 65 77 65 154c0 54 -15 127 -63 127zM151 359c-69 0 -120 60.1 -120 163c0 94 53.3 166 123 166c64.3 0 122 -40 122 -161c0 -119 -57.7 -168 -125 -168z" />
+    <glyph glyph-name="i.superior" unicode="&#x2071;" horiz-adv-x="194" 
+d="M101 754c16 0 29 -13 29 -29s-13 -29 -29 -29s-29 13 -29 29s13 29 29 29zM128 440c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51.3 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v109c0 53 -11 48 -43 50c-4 6 -5 13 -4 21c26 2 73 10 89 17
+c6 0 8 -2 8 -7c0 0 -2 -27 -2 -54v-136z" />
+    <glyph glyph-name="four.superior" unicode="&#x2074;" horiz-adv-x="307" 
+d="M180 637.7c-39.2 -48.5 -91.5 -122.2 -98 -139.7h98v139.7zM180 440v24h-118.8c-26.6 0 -21.5 20.2 -18.9 28.2c2.9 6.29999 6.1 11.3 9.5 16.8c33.2 53.8 77 106 112.1 147c9 10.5 20.4 21.7 35.7 30.8c1.09999 0.700012 10.4 1.20001 13.7 1.20001
+c6.3 0 18.7 -1.09998 18.7 -10v-180h56l-6 -34h-50v-24c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -48.4 1 -78 1c-35.3 0 -48 0 -78 -1c-4 6 -5 21 0 29c40 2 53 5 53 46z" />
+    <glyph glyph-name="five.superior" unicode="&#x2075;" horiz-adv-x="307" 
+d="M203 462c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14l-6 3l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15c9 -9 20 -16 42 -16c45 0 62 35 62 76z" />
+    <glyph glyph-name="six.superior" unicode="&#x2076;" horiz-adv-x="307" 
+d="M217 455c0 22 -4 77 -61 77c-14 0 -36 -6 -57 -23c-1 -5 -1 -13 -1 -19c0 -84 40 -107 68 -107c44 0 51 34 51 72zM274 460c0 -36 -29 -101 -108 -101c-50 0 -121 29 -121 133c0 82 58 185 211 196v-19c-109 -19 -144 -86 -155 -144c14 14 41 31 66 31
+c97 0 107 -79 107 -96z" />
+    <glyph glyph-name="seven.superior" unicode="&#x2077;" horiz-adv-x="307" 
+d="M111 645c-28 0 -35 -6 -47 -54l-21 3c5 28 12 68 13 94h18c0 -4 5 -5 21 -5h174c-53 -91 -110 -213 -141 -318h-34c35 111 91 235 117 280h-100z" />
+    <glyph glyph-name="eight.superior" unicode="&#x2078;" horiz-adv-x="307" 
+d="M159 662c-24 0 -48 -9 -48 -39c0 -15 3 -38 40 -58l20 -10c16 9 37 37 37 66c0 27 -24 41 -49 41zM255 621c0 -15 -4 -45 -63 -79l39 -21c31 -17 49 -42 49 -73c0 -32 -31 -89 -121 -89c-44 0 -112 16 -112 82c0 36 45 73 83 93l-12 6c-40 19 -56 45 -56 74
+c0 45 48 74 101 74c45 0 92 -27 92 -67zM152 523c-16 -9 -55 -48 -55 -82c0 -45 39 -56 63 -56c36 0 62 12 62 53c0 25 -1 51 -41 71z" />
+    <glyph glyph-name="nine.superior" unicode="&#x2079;" horiz-adv-x="307" 
+d="M96 592c0 -22 5 -76 61 -76c14 0 36 5 58 22v20c0 83 -40 106 -68 106c-44 0 -51 -34 -51 -72zM40 587c0 36 28 101 107 101c50 0 124 -28 124 -132c0 -82 -60 -185 -213 -197v19c109 19 143 86 155 144c-15 -14 -42 -31 -67 -31c-97 0 -106 79 -106 96z" />
+    <glyph glyph-name="plus.superior" unicode="&#x207a;" horiz-adv-x="307" 
+d="M174 527h106v-39h-106v-106h-39v106h-107v39h107v107h39v-107z" />
+    <glyph glyph-name="minus.superior" unicode="&#x207b;" horiz-adv-x="307" 
+d="M273 527v-39h-238v39h238z" />
+    <glyph glyph-name="equal.superior" unicode="&#x207c;" horiz-adv-x="307" 
+d="M269 581v-34h-230v34h230zM269 508v-34h-230v34h230z" />
+    <glyph glyph-name="parenleft.superior" unicode="&#x207d;" horiz-adv-x="197" 
+d="M36 520c0 71 44 148 121 197l15 -11c-64 -67 -83 -112 -83 -186c0 -75 15 -112 83 -184l-15 -10c-90 58 -121 122 -121 194z" />
+    <glyph glyph-name="parenright.superior" unicode="&#x207e;" horiz-adv-x="197" 
+d="M162 522c0 -72 -31 -136 -121 -194l-15 10c68 72 82 109 82 184c0 74 -19 119 -82 186l15 11c77 -49 121 -126 121 -197z" />
+    <glyph glyph-name="n.superior" unicode="&#x207f;" horiz-adv-x="362" 
+d="M127 562c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.29999 5 -1
+c24.3 35.3 65 55 101 55c46 0 70 -25 70 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -55 -18 -74 -41z" />
+    <glyph glyph-name="zero.inferior" unicode="&#x2080;" horiz-adv-x="307" 
+d="M154 188c-62 0 -64 -94 -64 -147c0 -56 8 -134 62 -134c59 0 65 77 65 154c0 54 -15 127 -63 127zM151 -117c-69 0 -120 60.1 -120 163c0 94 53.3 166 123 166c64.3 0 122 -40 122 -161c0 -119 -57.7 -168 -125 -168z" />
+    <glyph glyph-name="one.inferior" unicode="&#x2081;" horiz-adv-x="307" 
+d="M135 145c-13 0 -32 -6 -57 -15c-7.9 6.10001 -10 15 -10 27c47 17 73 29 117 56c5.3 2.89999 12.7 5 18 0v-239c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="two.inferior" unicode="&#x2082;" horiz-adv-x="307" 
+d="M73 111c-12 0 -26 11 -26 24c0 26 28 77 107 77c50 0 108 -19 108 -83c0 -46 -33 -79 -89 -119c-42 -30 -57 -57 -66 -90h83c31 0 45 39 56 67c10.7 0.3 18.7 -1.3 24 -5c-4.29999 -35.7 -10.5 -67.3 -19 -94h-206c0 48 38 90 86 127c45 36 69 59 69 113
+c0 47 -32 54 -50 54c-31 0 -43 -9 -48 -21c-3.5 -8.3 -0.699997 -21.1 -2 -29c-3 -18 -17 -21 -27 -21z" />
+    <glyph glyph-name="three.inferior" unicode="&#x2083;" horiz-adv-x="307" 
+d="M186 148c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.8 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65c52 0 85 -22 85 -59c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115c-26.2 0 -96.8 11.3 -96.8 42.8
+c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.7 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2c-5.4 6.5 -4.7 17.9 -2 27c44 6 71 32 71 73z" />
+    <glyph glyph-name="four.inferior" unicode="&#x2084;" horiz-adv-x="307" 
+d="M180 161.7c-39.2 -48.5 -91.5 -122.2 -98 -139.7h98v139.7zM180 -36v24h-118.8c-26.6 0 -21.5 20.2 -18.9 28.2c2.9 6.3 6.1 11.3 9.5 16.8c33.2 53.8 77 106 112.1 147c9 10.5 20.4 21.7 35.7 30.8c1.09999 0.699997 10.4 1.2 13.7 1.2c6.3 0 18.7 -1.10001 18.7 -10
+v-180h56l-6 -34h-50v-24c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -48.4 1 -78 1c-35.3 0 -48 0 -78 -1c-4 6 -5 21 0 29c40 2 53 5 53 46z" />
+    <glyph glyph-name="five.inferior" unicode="&#x2085;" horiz-adv-x="307" 
+d="M203 -14c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14l-6 3l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15c9 -9 20 -16 42 -16c45 0 62 35 62 76z" />
+    <glyph glyph-name="six.inferior" unicode="&#x2086;" horiz-adv-x="307" 
+d="M210 -21c0 22 -4 77 -61 77c-14 0 -36 -6 -57 -23c-1 -5 -1 -13 -1 -19c0 -84 40 -107 68 -107c44 0 51 34 51 72zM267 -16c0 -36 -29 -101 -108 -101c-50 0 -121 29 -121 133c0 82 58 185 211 196v-19c-109 -19 -144 -86 -155 -144c14 14 41 31 66 31
+c97 0 107 -79 107 -96z" />
+    <glyph glyph-name="seven.inferior" unicode="&#x2087;" horiz-adv-x="307" 
+d="M111 169c-28 0 -35 -6 -47 -54l-21 3c5 28 12 68 13 94h18c0 -4 5 -5 21 -5h174c-53 -91 -110 -213 -141 -318h-34c35 111 91 235 117 280h-100z" />
+    <glyph glyph-name="eight.inferior" unicode="&#x2088;" horiz-adv-x="307" 
+d="M153 186c-24 0 -48 -9 -48 -39c0 -15 3 -38 40 -58l20 -10c16 9 37 37 37 66c0 27 -24 41 -49 41zM249 145c0 -15 -4 -45 -63 -79l39 -21c31 -17 49 -42 49 -73c0 -32 -31 -89 -121 -89c-44 0 -112 16 -112 82c0 36 45 73 83 93l-12 6c-40 19 -56 45 -56 74
+c0 45 48 74 101 74c45 0 92 -27 92 -67zM146 47c-16 -9 -55 -48 -55 -82c0 -45 39 -56 63 -56c36 0 62 12 62 53c0 25 -1 51 -41 71z" />
+    <glyph glyph-name="nine.inferior" unicode="&#x2089;" horiz-adv-x="307" 
+d="M89 116c0 -22 5 -76 61 -76c14 0 36 5 58 22v20c0 83 -40 106 -68 106c-44 0 -51 -34 -51 -72zM33 111c0 36 28 101 107 101c50 0 124 -28 124 -132c0 -82 -60 -185 -213 -197v19c109 19 143 86 155 144c-15 -14 -42 -31 -67 -31c-97 0 -106 79 -106 96z" />
+    <glyph glyph-name="plus.inferior" unicode="&#x208a;" horiz-adv-x="307" 
+d="M173 50h107v-39h-107v-106h-39v106h-106v39h106v107h39v-107z" />
+    <glyph glyph-name="minus.inferior" unicode="&#x208b;" horiz-adv-x="307" 
+d="M273 50v-39h-238v39h238z" />
+    <glyph glyph-name="equal.inferior" unicode="&#x208c;" horiz-adv-x="307" 
+d="M269 104v-35h-230v35h230zM269 31v-34h-230v34h230z" />
+    <glyph glyph-name="parenleft.inferior" unicode="&#x208d;" horiz-adv-x="197" 
+d="M36 47c0 71 44 148 121 197l15 -11c-64 -67 -83 -112 -83 -186c0 -75 15 -112 83 -184l-15 -10c-90 58 -121 122 -121 194z" />
+    <glyph glyph-name="parenright.inferior" unicode="&#x208e;" horiz-adv-x="197" 
+d="M162 47c0 -72 -31 -136 -121 -194l-15 10c68 72 82 109 82 184c0 74 -19 119 -82 186l15 11c77 -49 121 -126 121 -197z" />
+    <glyph glyph-name="uni20A8" unicode="&#x20a8;" horiz-adv-x="464" 
+d="M402 607c0 -21 11 -33 20 -40h-167.2c3.09999 -2.5 6.2 -5.20001 9.2 -8c34.3 -32.4 51.4 -57.5 52.9 -103h85.1c0 -21 11 -33 20 -40h-108.2c-16.5 -80.1 -91.7 -110.6 -129.8 -123l126 -195c27 -42 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7
+c-60 0 -101 43 -132 89l-107 159c-14.1 22.9 -51 34 -77 35h-7c-9 7 -20 19 -20 40h27h8c88 0 154.6 8.20001 166.2 103h-181.2c-9 7 -20 19 -20 40h202.9c-3.2 110 -73.3 111 -132.9 111h-50c-9 7 -20 19 -20 40h69h311z" />
+    <glyph glyph-name="dong" unicode="&#x20ab;" horiz-adv-x="506" 
+d="M30 -49h456v-46h-456v46zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213
+c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v102h-148c-9 2 -12 7.79999 -12 13.4c0 9.59998 9 24.3 21 26.6h138.9c-1.39999 69.4 -15 65.2 -63.9 68c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-10h59
+c9.29999 -1.29999 13 -7.79999 13 -12.6c0 -9.60004 -10.7 -25.4 -23 -27.4h-49v-403c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="465" 
+d="M15 322l1 10l20 26h27c19 157 106 253 225 253c55 0 99 -14 134 -16c11 -48 17 -99 21 -154c-11 -5 -21 -6 -32 -5c-17 70 -48 140 -125 140c-82 0 -127 -98 -138 -218h233l-19 -36h-216v-19v-35h198l-19 -36h-177c12 -138 68 -208 146 -208c74 0 96 61 118 132
+c12 -1 24 -3 34 -8c-9 -52 -20 -100 -36 -141c-30 -2 -72 -18 -126 -18c-126 0 -206 91 -222 243h-62v10l21 26h39c-1 7 -1 16 -1 23c0 11 0 20 1 31h-45z" />
+    <glyph glyph-name="uni2100" unicode="&#x2100;" horiz-adv-x="705" 
+d="M667 726l-514 -746l-53 8l513 745zM225 546c14 35 21 79 21 88c0 26 -12 50 -31 50c-52 0 -102 -100 -102 -166c0 -35 0 -74 33 -74c19 0 58 49 79 102zM205 443v10c-29 -28 -61 -41 -83 -41c-68 0 -88 57 -88 94c0 101 104 203 179 203c34 0 48 -15 55 -34l24 34h48
+l-49 -209c-3 -13 -5 -22 -5 -28c0 -7 2 -10 5 -10c7 0 20 10 34 27l20 -17c-40 -41 -71 -60 -105 -60c-33 0 -35 20 -35 31zM511 -12c-65 0 -108 65 -108 106c0 109 92 191 172 191c72 0 95 -37 95 -70c0 -24 -30 -32 -40 -32c-28 0 -35 12 -35 23c0 12 3 11 3 30
+c0 20 -15 24 -21 24c-42 0 -93 -57 -93 -152c0 -74 30 -87 47 -87c15 0 54 21 80 50l26 -22c-31 -32 -66 -61 -126 -61z" />
+    <glyph glyph-name="uni2101" unicode="&#x2101;" horiz-adv-x="705" 
+d="M667 726l-514 -746l-53 8l513 745zM225 546c14 35 21 79 21 88c0 26 -12 50 -31 50c-52 0 -102 -100 -102 -166c0 -35 0 -74 33 -74c19 0 58 49 79 102zM205 443v10c-29 -28 -61 -41 -83 -41c-68 0 -88 57 -88 94c0 101 104 203 179 203c34 0 48 -15 55 -34l24 34h48
+l-49 -209c-3 -13 -5 -22 -5 -28c0 -7 2 -10 5 -10c7 0 20 10 34 27l20 -17c-40 -41 -71 -60 -105 -60c-33 0 -35 20 -35 31zM513 -14c-34 0 -67 8 -97 8l-4 97l35 2c0 -49 25 -83 68 -83c25 0 49 14 49 49c0 30 -32 51 -59 67c-44 25 -60 43 -60 71c0 56 56 86 122 86
+c33 0 58 -8 86 -31l-3 -71l-37 3c0 44 -23 76 -50 76c-31 0 -47 -23 -47 -46c0 -20 8 -35 26 -43c53 -26 98 -56 98 -92c0 -60 -57 -93 -127 -93z" />
+    <glyph glyph-name="uni2102" unicode="&#x2102;" horiz-adv-x="646" 
+d="M212 92.2v466.8c-8.39999 -8.09998 -16.6 -17.2 -24.6 -27c-36.5 -44.9 -59.4 -111.7 -59.4 -198c0 -89.3 27.3 -182.7 84 -241.8zM357 -10c-215 0 -320 164 -320 325c0 104.3 39.6 197.2 106 258c59 54 130 85 215 85c123 0 168 -40 219 -45c9 -55 17 -103 22 -155
+c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-32.5 0 -67.3 -10.9 -101 -34v-523.5c30.5 -20.5 67.1 -32.5 110 -32.5c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135z" />
+    <glyph glyph-name="afii61248" unicode="&#x2105;" horiz-adv-x="755" 
+d="M667 726l-514 -746l-53 8l513 745zM163 407c-65 0 -108 66 -108 107c0 108 91 190 172 190c71 0 95 -37 95 -69c0 -25 -31 -33 -41 -33c-28 0 -34 12 -34 23c0 13 2 11 2 30c0 20 -15 24 -20 24c-43 0 -94 -57 -94 -152c0 -74 31 -87 47 -87c15 0 54 21 80 50l27 -22
+c-32 -31 -67 -61 -126 -61zM500 107c0 -80 32 -92 48 -92c67 0 86 115 86 156c0 40 -8 86 -46 86c-64 0 -88 -93 -88 -150zM418 102c0 78 65 182 183 182c89 0 113 -61 113 -108c0 -103 -93 -189 -183 -189c-93 0 -113 80 -113 115z" />
+    <glyph glyph-name="uni2106" unicode="&#x2106;" horiz-adv-x="755" 
+d="M667 726l-514 -746l-53 8l513 745zM163 407c-65 0 -108 66 -108 107c0 108 91 190 172 190c71 0 95 -37 95 -69c0 -25 -31 -33 -41 -33c-28 0 -34 12 -34 23c0 13 2 11 2 30c0 20 -15 24 -20 24c-43 0 -94 -57 -94 -152c0 -74 31 -87 47 -87c15 0 54 21 80 50l27 -22
+c-32 -31 -67 -61 -126 -61zM533 199l-28 -107c-4 -15 -6 -32 -6 -42c0 -18 2 -26 13 -26c19 0 78 38 98 123c0 0 20 86 30 127c12 0 56 6 76 9l-50 -210c-3 -12 -5 -21 -5 -27c0 -7 3 -10 6 -10c7 0 20 10 34 27l20 -17c-41 -41 -72 -61 -105 -61s-36 21 -36 33
+c0 2 2 11 7 26c-37 -42 -73 -59 -107 -59c-46 0 -60 15 -60 48c0 13 5 40 7 51l29 111c3 12 5 22 5 27c0 7 -3 10 -5 10c-8 0 -20 -9 -35 -27l-20 18c41 41 72 60 105 60c34 0 36 -20 36 -32c0 -11 -4 -32 -9 -52z" />
+    <glyph glyph-name="uni210D" unicode="&#x210d;" horiz-adv-x="752" 
+d="M708 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -119 2 -169 2c-51 0 -131 -1 -180 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 132 -2 182 -2c51 0 118 1 167 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 79 -2 129 -2c51 0 81 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM186.3 36
+c60 -1 5.7 1 65.7 0l-1 572h-64.2c0.199997 -120 -0.5 -550.6 -0.5 -572z" />
+    <glyph glyph-name="uni210E" unicode="&#x210e;" horiz-adv-x="539" 
+d="M41 0l134 578c4 16 6 29 6 39c0 19 -7 29 -20 29l-33 -4c-3 0 -5 2 -5 5l4 25c16 0 54 6 71 9c20 4 35 8 57 17h22l-89 -387c91 108 156 131 208 131c38 0 68 -18 68 -78c0 -21 -6 -52 -14 -81l-42 -161c-9 -36 -11 -53 -11 -63s3 -18 10 -18c16 0 36 19 70 59l21 -17
+c-59 -70 -100 -95 -137 -95c-22 0 -44 15 -44 45c0 22 5 44 14 81l42 161c8 31 13 55 13 73c0 31 -18 45 -39 45c-35 0 -95 -42 -173 -141l-56 -240l-73 -24z" />
+    <glyph glyph-name="uni210F" unicode="&#x210f;" horiz-adv-x="539" 
+d="M244.5 556.6c39.5 8.5 79 16.9 118.5 25.4v-40l-128.2 -27.5l-46.8 -203.5c91 108 156 131 208 131c38 0 68 -18 68 -78c0 -21 -6 -52 -14 -81l-42 -161c-9 -36 -11 -53 -11 -63s3 -18 10 -18c16 0 36 19 70 59l21 -17c-59 -70 -100 -95 -137 -95c-22 0 -44 15 -44 45
+c0 22 5 44 14 81l42 161c8 31 13 55 13 73c0 31 -18 45 -39 45c-35 0 -95 -42 -173 -141l-56 -240l-73 -24l-4 12l115.4 497.7l-101.4 -21.7v40l111.1 23.8l8.89999 38.2c4 16 6 29 6 39c0 19 -7 29 -20 29l-33 -4c-3 0 -5 2 -5 5l4 25c16 0 54 6 71 9c20 4 35 8 57 17h22z
+" />
+    <glyph glyph-name="afii61289" unicode="&#x2113;" horiz-adv-x="341" 
+d="M168 342l7 9c51 56 88 108 88 165c0 34 -19.8 58 -44 58c-30.8 0 -51 -24 -51 -114v-118zM208 42c15 0 48 9 81 51c9.29999 -3.5 15.1 -9.9 19 -18c-39 -58 -91 -85 -132 -85c-62 0 -87 30 -87 137v113l-65 -54l-13 22c25 20 53 44 78 66v139c0 159 73.1 197 138 197
+c72.2 0 79 -45 79 -83c0 -79 -50 -142 -126 -212l-12 -11v-142c0 -76 1 -120 40 -120z" />
+    <glyph glyph-name="uni2115" unicode="&#x2115;" horiz-adv-x="1000" 
+d="M682 512c0 91 -17 95 -87 102c-6 6 -6 27 0 33c50 -1 68 -2 111 -2l112 2c6 -6 6 -27 0 -33c-70 -7 -87 -13 -87 -102v-483c0 -19 -9 -31 -23 -31c-16 0 -27.5 11.4 -39 26l-350 440c-17.3 21.8 -33 44 -37 42c-6.5 -3.29999 -5 -22 -5 -62v-311c0 -91 17 -95 87 -102
+c6 -6 6 -27 0 -33c-50 1 -130 2 -173 2c-44 0 -127 -1 -176 -2c-6 6 -6 27 0 33c70 7 87 13 87 102v417c-6 26 -36 61 -79 64c-6 6 -6 27 0 33l261 -2l343 -442c29 -37 40 -55 48 -55c7 0 7 11 7 30v334zM246.9 39c-0.599991 148.6 -0.0999908 509.1 0.100006 566h-65v-566
+h64.9z" />
+    <glyph glyph-name="numero" unicode="&#x2116;" horiz-adv-x="925" 
+d="M198 168c0 -135 -15 -178 -103 -178c-51 0 -91 27 -91 59c0 26 15 38 33 38c22 0 34 -13 43 -31c7 -13 13 -34 27 -34c39 0 46 24 46 125v403c-6 26 -35 68 -68 68h-5c-5 0 -13 3 -13 8v19l2 1h132l263 -441c29 -49 41 -68 48 -68c6 0 8 12 8 41v302
+c0 135 15 178 103 178c51 0 91 -27 91 -59c0 -26 -15 -38 -33 -38c-22 0 -34 13 -43 31c-7 13 -13 34 -27 34c-39 0 -46 -24 -46 -125v-480c0 -19 -18 -33 -32 -33c-16 0 -39 6 -52 26l-262 441c-8 13 -13 21 -16 21c-4 0 -5 -12 -5 -37v-271zM878 59h-206
+c-9 0 -15 7 -15 14c0 13 13 30 25 30h209c10 0 14 -7 14 -15c0 -9 -14 -29 -27 -29zM780 456c92 0 129 -70.9 129 -143c0 -65 -46.9 -135 -130 -135c-81 0 -128 68 -128 132c0 71 40 146 129 146zM850 294c0 79 -34 137 -76 137c-34.2 0 -64 -30 -64 -109
+c0 -78 39 -119 80 -119c29 0 60 30 60 91z" />
+    <glyph glyph-name="uni211A" unicode="&#x211a;" horiz-adv-x="712" 
+d="M666 329c0 -84 -22 -156.3 -61.8 -213c-44.7 -63.7 -111.7 -107.2 -194.9 -121.2c-32.6 -9.2 -81.6 -30 -131.2 -66.3c7.19998 1 13.9 1.5 19.9 1.5c57.8 0 107.9 -21.7 154.5 -44.1c42.5 -20.4 82.7 -37.9 124.5 -37.9c29 0 65 10 87 37l17 -12
+c-39 -56 -81 -82 -144 -82c-70.6 0 -121.4 27 -168 53.6c-38.9 22.2 -75.5 41.4 -118 41.4c-7.60001 0 -21.2 -3.3 -35.3 -12.7c-13.2 -14.1 -25.9 -29.5 -37.7 -46.3l-39 20c4.8 8.3 10.8 16 17.6 23.1c35.9 43.1 91.6 90.4 152.5 122.3
+c-151.4 18.1 -272.1 136.6 -272.1 317.6c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM203 107.8v455.2c-41.6 -46.9 -70 -123.5 -70 -236c0 -94 27.6 -168 70 -219.2zM237 74.1c39 -31.5 85.5 -48.1 133 -48.1c114 0 200 105 200 284c0 202 -107 312 -239 312
+c-32.5 0 -65 -9.20001 -94 -28.9v-519z" />
+    <glyph glyph-name="uni211D" unicode="&#x211d;" horiz-adv-x="656" 
+d="M478 478c0 118 -82 148 -143 148c-35 0 -63 -3 -87 -8v-296h51c75 0 122 17 146 51c20 28 33 63 33 105zM559 479c0 -105 -94 -162 -138 -176l107 -205c23 -44 56 -77 93 -77l4 -21c-10 -4 -28 -6 -43 -6c-59 0 -104 38 -129 85l-103 192c-5 7 -34 13 -102 13v-212
+c0 -30 15 -44 55 -44h26c4 0 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -190 -2 -190 -2l-2 2v19c0 5 3 8 8 8h56v589.4l-42 -1.40002c-5 0 -8 3 -8 7v19c21 5 176 12 293 12c63 0 134 -5 182 -50c36 -34 53 -75 53 -125zM115 28h10c41 0 42 16 42 44v502c0 29 -3 46 -29 46
+c-3 0 -5 0 -7 -1l-16 -0.5v-590.5z" />
+    <glyph glyph-name="uni2120" unicode="&#x2120;" horiz-adv-x="750" 
+d="M229 636l10 -80l-29 -4c-9 45 -30 78 -74 78c-29 0 -52 -26 -52 -58c0 -47 48 -65 69 -72c50 -18 105 -42 105 -107c0 -58 -51 -110 -120 -110c-42 0 -58 9 -68 15c-3 1 -4 2 -6 3c1 -2 1 -5 0 -10l-30 -1c0 55 -6 67 -10 104l30 3l1 -8c5 -40 38 -82 73 -82s61 24 61 67
+c0 50 -23 64 -52 75c-42 16 -115 45 -115 108c0 59 66 96 119 96c68 0 63 -16 88 -17zM634 344l-17 197c-33 -81 -98 -243 -98 -243c-3 -6 -7 -10 -17 -10c-4 0 -13 3 -17 10c0 0 -60 143 -99 238c-5 -65 -10 -129 -14 -193v-6c0 -14 1 -23 6 -23h15c7 0 17 -2 17 -7v-8
+l-3 -6s-39 2 -60 2c-19 0 -48 -2 -48 -2l-5 6v8c0 5 6 7 18 7h14c7 0 10 16 11 30c6 85 14 180 20 266v3v2c0 12 -3 17 -9 17h-16c-12 1 -17 3 -17 6v8l5 6h89l112 -265c35 87 73 179 107 265h82l3 -6v-8c0 -5 -12 -6 -17 -6h-15c-6 0 -9 -5 -9 -16v-6l23 -266
+c2 -16 4 -30 12 -30h14c13 0 19 -2 19 -7v-8l-6 -6s-44 2 -65 2c-20 0 -66 -2 -66 -2l-6 6v8c0 5 8 7 17 7h14c5 0 7 12 7 23c0 2 0 5 -1 7z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="795" 
+d="M207 341c0 -15 7 -24 30 -24h14c3 0 5 -2 5 -5v-13l-1 -1s-63 1 -83 1c-21 0 -82 -1 -82 -1l-1 1v13c0 3 2 5 5 5h14c22 0 31 6 31 24v265c0 16 -4 20 -14 20h-51c-21 0 -28 -6 -39 -51l-22 6l19 90l24 -8c-1 -3 -2 -11 -3 -11h233c-1 0 -2 8 -3 11l25 8l19 -91l-23 -5
+c-12 45 -18 51 -40 51h-43c-11 0 -14 -4 -14 -21v-264zM674 344l-17 197l-99 -243c-2 -6 -6 -10 -16 -10c-4 0 -13 3 -17 10c0 0 -60 143 -100 238c-4 -65 -8 -129 -14 -193v-6c0 -14 2 -23 7 -23h15c7 0 17 -2 17 -7v-8l-3 -6s-39 2 -61 2c-19 0 -47 -2 -47 -2l-5 6v8
+c0 5 6 7 18 7h14c7 0 9 16 11 30c6 85 14 180 20 266v3v2c0 12 -3 17 -9 17h-16c-12 1 -17 3 -17 6v8l5 6h89l112 -265c35 87 73 179 107 265h82l3 -6v-8c0 -5 -12 -6 -17 -6h-15c-6 0 -9 -5 -9 -16v-6l23 -266c2 -16 4 -30 12 -30h14c12 0 19 -2 19 -7v-8l-6 -6
+s-44 2 -65 2c-20 0 -66 -2 -66 -2l-6 6v8c0 5 8 7 17 7h14c5 0 6 12 6 23v7z" />
+    <glyph glyph-name="uni2124" unicode="&#x2124;" horiz-adv-x="684" 
+d="M233 38l405 567h-81l-402 -567h78zM675 0h-618c-14 0 -19 5 -19 15c0 7 3 15 8 23l389 541c5 7 8 14 8 19c0 6 -3 8 -10 8h-223c-75 0 -93 -51 -114 -120l-30 5c8 41 18 113 22 167c37 -3 34 -12 81 -12h440c31 3 50 4 63 4c19 0 22 -3 22 -10c0 -11 -4 -21 -24 -49
+l-374 -519c-6 -9 -9 -15 -9 -20c0 -9 9 -13 25 -13h233c77 0 106 59 126 131l30 -5c-11 -52 -22 -109 -26 -165z" />
+    <glyph glyph-name="uni2126" unicode="&#x2126;" horiz-adv-x="697" 
+d="M457 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213
+c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="Omegainv" unicode="&#x2127;" horiz-adv-x="697" 
+d="M240 534l3 48h-97c-49 0 -70 7 -76 -50c-10 -4 -18.7 -4 -26 0c0 40 3 85 7 119h208c12 0 17 -5 17 -14l-8 -129c-92 -53 -132 -126 -132 -234c0 -141 80 -247 210 -247c139 0 209 118 209 246c0 112 -39 173 -131 235l-8 128c0 9 6 15 17 15h213
+c4.70001 -38.2 7 -78 7 -119c-8.29999 -4.29999 -16.7 -3.59998 -25 0c-5 53 -24 50 -77 50h-103l4 -48c108 -37 195 -132 195 -260c0 -132 -104 -281 -301 -281c-199 0 -301 133 -301 281c0 120 84 223 195 260z" />
+    <glyph glyph-name="uni2139" unicode="&#x2139;" horiz-adv-x="286" 
+d="M211 321.3v-244.3c0 -28 17.4 -37.1 47 -43l10 -2c3.89999 -0.9 8 -3 8 -9v-23l-2 -2s-81 2 -120 2c-36 0 -117 -2 -117 -2l-2 2v23c0 6 3.1 8.3 7 9l12 2c31 5.2 47 15 47 43v244c0 50 -8 61 -22 62l-41 4l-2 30c69.5 9.5 139.5 20 171 30c2.39999 0 7 -0.600006 7 -3
+c0 0 -3 -72.7 -3 -122.7zM95 571c0 33 27 60 60 60s60 -27 60 -60s-27 -60 -60 -60s-60 27 -60 60z" />
+    <glyph glyph-name="onethird" unicode="&#x2153;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM544 181c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.79999 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65c52 0 85 -22 85 -59c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115
+c-26.2 0 -96.8 11.3 -96.8 42.8c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.70001 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2c-5.39999 6.5 -4.70001 17.9 -2 27c44 6 71 32 71 73zM121 571c-13 0 -32 -6 -57 -15
+c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="twothirds" unicode="&#x2154;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM73 539c-12 0 -26 11 -26 24c0 26 28 77 107 77c50 0 108 -19 108 -83c0 -46 -33 -79 -89 -119c-42 -30 -57 -57 -66 -90h83c31 0 45 39 56 67c10.7 0.299988 18.7 -1.29999 24 -5c-4.29999 -35.7 -10.5 -67.3 -19 -94h-206
+c0 48 38 90 86 127c45 36 69 59 69 113c0 47 -32 54 -50 54c-31 0 -43 -9 -48 -21c-3.5 -8.29999 -0.699997 -21.1 -2 -29c-3 -18 -17 -21 -27 -21zM538 179c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.79999 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65
+c52 0 85 -22 85 -59c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115c-26.2 0 -96.8 11.3 -96.8 42.8c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.70001 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2
+c-5.39999 6.5 -4.70001 17.9 -2 27c44 6 71 32 71 73z" />
+    <glyph glyph-name="onefifth" unicode="&#x2155;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM554 17c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14l-6 3l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15
+c9 -9 20 -16 42 -16c45 0 62 35 62 76zM128 572c-13 0 -32 -6 -57 -15c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130
+c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="twofifths" unicode="&#x2156;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM555 18c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14l-6 3l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15
+c9 -9 20 -16 42 -16c45 0 62 35 62 76zM74 539c-12 0 -26 11 -26 24c0 26 28 77 107 77c50 0 108 -19 108 -83c0 -46 -33 -79 -89 -119c-42 -30 -57 -57 -66 -90h83c31 0 45 39 56 67c10.7 0.299988 18.7 -1.29999 24 -5c-4.29999 -35.7 -10.5 -67.3 -19 -94h-206
+c0 48 38 90 86 127c45 36 69 59 69 113c0 47 -32 54 -50 54c-31 0 -43 -9 -48 -21c-3.5 -8.29999 -0.699997 -21.1 -2 -29c-3 -18 -17 -21 -27 -21z" />
+    <glyph glyph-name="threefifths" unicode="&#x2157;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM185 575c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.8 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65c52 0 85 -22 85 -59c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115
+c-26.2 0 -96.8 11.3 -96.8 42.8c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.7 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2c-5.4 6.5 -4.7 17.9 -2 27c44 6 71 32 71 73zM552 18c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14l-6 3
+l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15c9 -9 20 -16 42 -16c45 0 62 35 62 76z" />
+    <glyph glyph-name="fourfifths" unicode="&#x2158;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM171 589.7c-39.2 -48.5 -91.5 -122.2 -98 -139.7h98v139.7zM171 392v24h-118.8c-26.6 0 -21.5 20.2 -18.9 28.2c2.9 6.29999 6.1 11.3 9.5 16.8c33.2 53.8 77 106 112.1 147c9 10.5 20.4 21.7 35.7 30.8
+c1.09999 0.700012 10.4 1.20001 13.7 1.20001c6.3 0 18.7 -1.09998 18.7 -10v-180h56l-6 -34h-50v-24c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -48.4 1 -78 1c-35.3 0 -48 0 -78 -1c-4 6 -5 21 0 29c40 2 53 5 53 46zM556 18c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14
+l-6 3l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15c9 -9 20 -16 42 -16c45 0 62 35 62 76z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM507 216c-24 0 -48 -9 -48 -39c0 -15 3 -38 40 -58l20 -10c16 9 37 37 37 66c0 27 -24 41 -49 41zM603 175c0 -15 -4 -45 -63 -79l39 -21c31 -17 49 -42 49 -73c0 -32 -31 -89 -121 -89c-44 0 -112 16 -112 82c0 36 45 73 83 93l-12 6
+c-40 19 -56 45 -56 74c0 45 48 74 101 74c45 0 92 -27 92 -67zM500 77c-16 -9 -55 -48 -55 -82c0 -45 39 -56 63 -56c36 0 62 12 62 53c0 25 -1 51 -41 71zM128 571c-13 0 -32 -6 -57 -15c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239
+c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM188 574c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.8 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65c52 0 85 -22 85 -59c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115
+c-26.2 0 -96.8 11.3 -96.8 42.8c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.7 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2c-5.4 6.5 -4.7 17.9 -2 27c44 6 71 32 71 73zM506 218c-24 0 -48 -9 -48 -39c0 -15 3 -38 40 -58l20 -10
+c16 9 37 37 37 66c0 27 -24 41 -49 41zM602 177c0 -15 -4 -45 -63 -79l39 -21c31 -17 49 -42 49 -73c0 -32 -31 -89 -121 -89c-44 0 -112 16 -112 82c0 36 45 73 83 93l-12 6c-40 19 -56 45 -56 74c0 45 48 74 101 74c45 0 92 -27 92 -67zM499 79c-16 -9 -55 -48 -55 -82
+c0 -45 39 -56 63 -56c36 0 62 12 62 53c0 25 -1 51 -41 71z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM199 414c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14l-6 3l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15
+c9 -9 20 -16 42 -16c45 0 62 35 62 76zM501 217c-24 0 -48 -9 -48 -39c0 -15 3 -38 40 -58l20 -10c16 9 37 37 37 66c0 27 -24 41 -49 41zM597 176c0 -15 -4 -45 -63 -79l39 -21c31 -17 49 -42 49 -73c0 -32 -31 -89 -121 -89c-44 0 -112 16 -112 82c0 36 45 73 83 93l-12 6
+c-40 19 -56 45 -56 74c0 45 48 74 101 74c45 0 92 -27 92 -67zM494 78c-16 -9 -55 -48 -55 -82c0 -45 39 -56 63 -56c36 0 62 12 62 53c0 25 -1 51 -41 71z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM112 597c-28 0 -35 -6 -47 -54l-21 3c5 28 12 68 13 94h18c0 -4 5 -5 21 -5h174c-53 -91 -110 -213 -141 -318h-34c35 111 91 235 117 280h-100zM511 218c-24 0 -48 -9 -48 -39c0 -15 3 -38 40 -58l20 -10c16 9 37 37 37 66
+c0 27 -24 41 -49 41zM607 177c0 -15 -4 -45 -63 -79l39 -21c31 -17 49 -42 49 -73c0 -32 -31 -89 -121 -89c-44 0 -112 16 -112 82c0 36 45 73 83 93l-12 6c-40 19 -56 45 -56 74c0 45 48 74 101 74c45 0 92 -27 92 -67zM504 79c-16 -9 -55 -48 -55 -82c0 -45 39 -56 63 -56
+c36 0 62 12 62 53c0 25 -1 51 -41 71z" />
+    <glyph glyph-name="onenumerator" unicode="&#x215f;" horiz-adv-x="352" 
+d="M532 601l42 -8l-459 -655l-41 8zM125 572c-13 0 -32 -6 -57 -15c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56v130
+c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="Oneroman" unicode="&#x2160;" horiz-adv-x="295" 
+d="M186 78c0 -33 18 -41 57 -47l13 -2c5 -1 8 -4 8 -9v-20l-1 -2s-74 2 -115 2c-38 0 -115 -2 -115 -2l-2 2v20c0 5 3 8 8 9l13 2c43 7 58 17 58 47v445c0 32 -18 39 -58 46l-12 3c-5 1 -9 2 -9 8v20l2 2s74 -2 115 -2c37 0 115 2 115 2l1 -2v-20c0 -6 -2 -7 -7 -8l-14 -3
+c-43 -7 -57 -17 -57 -46v-445z" />
+    <glyph glyph-name="Tworoman" unicode="&#x2161;" horiz-adv-x="517" 
+d="M184 78c0 -33 15 -47 57 -47h35c43 0 58 17 58 47v445c0 32 -16 46 -58 46h-35c-43 0 -57 -17 -57 -46v-445zM410 78c0 -33 17 -40 57 -47l13 -2c4 -1 8 -4 8 -9v-20l-2 -2s-73 2 -114 2h-226c-38 0 -115 -2 -115 -2l-2 2v20c0 5 3 8 8 9l13 2c43 7 58 17 58 47v445
+c0 32 -19 40 -58 46l-13 3c-4 1 -8 2 -8 8v20l2 2s73 -2 114 -2h227c37 0 114 2 114 2l2 -2v-20c0 -6 -3 -7 -8 -8l-13 -3c-43 -7 -57 -17 -57 -46v-445z" />
+    <glyph glyph-name="Threeroman" unicode="&#x2162;" horiz-adv-x="748" 
+d="M186 78c0 -33 16 -47 57 -47h36c43 0 57 17 57 47v445c0 32 -16 46 -57 46h-36c-43 0 -57 -17 -57 -46v-445zM412 78c0 -33 16 -47 58 -47h35c43 0 58 17 58 47v445c0 32 -16 46 -58 46h-35c-43 0 -58 -17 -58 -46v-445zM639 78c0 -33 16 -40 57 -47l13 -2
+c4 -1 8 -4 8 -9v-20l-2 -2s-73 2 -114 2h-453c-38 0 -115 -2 -115 -2l-2 2v20c0 5 3 8 8 9l13 2c42 7 58 17 58 47v445c0 32 -16 38 -58 46l-12 3c-5 1 -9 2 -9 8v20l2 2s74 -2 115 -2h452c38 0 115 2 115 2l2 -2v-20c0 -6 -3 -7 -8 -8l-13 -3c-42 -7 -57 -17 -57 -46v-445z
+" />
+    <glyph glyph-name="Fourroman" unicode="&#x2163;" horiz-adv-x="823" 
+d="M353 600c32 0 134 2 134 2l2 -3v-18c0 -5 -3 -9 -8 -9l-40 -3c-35 -2 -33 -14 -24 -43l128 -390h2l138 390c13 36 -4 41 -33 43l-32 3c-5 0 -6 3 -6 7v20l2 3s99 -2 114 -2c17 0 83 2 83 2l3 -3v-20c0 -5 -6 -6 -11 -7l-18 -3c-40 -5 -45 -19 -58 -53l-183 -504
+c-6 -17 -10 -25 -22 -25c-11 0 -19 9 -24 25l-180 535c-6 19 -29 22 -46 22h-31c-43 0 -57 -17 -57 -46v-445c0 -33 16 -40 57 -47l13 -2c5 -1 8 -4 8 -9v-20l-1 -2s-74 2 -115 2c-38 0 -115 -2 -115 -2l-2 2v20c0 5 3 8 8 9l13 2c44 7 58 17 58 47v445c0 32 -17 38 -58 46
+l-12 3c-5 1 -9 2 -9 8v20l2 2s74 -2 115 -2h205z" />
+    <glyph glyph-name="Fiveroman" unicode="&#x2164;" horiz-adv-x="597" 
+d="M119 600c23 0 136 2 136 2l2 -2v-19c0 -5 -4 -9 -10 -9l-40 -3c-35 -2 -31 -14 -23 -43l130 -390h2l139 390c13 36 -13 41 -39 43l-31 3c-5 0 -7 3 -7 7v21l2 2s106 -2 122 -2c8 0 83 2 83 2l2 -2v-21c0 -5 -7 -7 -11 -7l-18 -3c-38 -5 -44 -16 -58 -55l-182 -502
+c-6 -17 -14 -25 -26 -25c-11 0 -20 9 -25 25l-166 496c-18 53 -23 57 -59 61l-21 3c-5 1 -6 3 -6 7v21l2 2s79 -2 102 -2z" />
+    <glyph glyph-name="Sixroman" unicode="&#x2165;" horiz-adv-x="823" 
+d="M119 600c23 0 136 2 136 2l2 -2v-19c0 -5 -4 -9 -10 -9l-40 -3c-35 -2 -31 -14 -23 -43l130 -390h2l139 390c13 36 -13 41 -39 43l-31 3c-5 0 -7 3 -7 7v21l2 2s106 -2 122 -2h174c37 0 115 2 115 2l1 -2v-20c0 -6 -2 -7 -7 -8l-14 -3c-43 -7 -57 -17 -57 -46v-445
+c0 -33 18 -41 57 -47l13 -2c5 -1 8 -4 8 -9v-20l-1 -2s-74 2 -115 2c-38 0 -115 -2 -115 -2l-2 2v20c0 5 3 8 8 9l13 2c43 7 58 17 58 47v445c0 32 -17 46 -58 46h-22c-39 0 -44 -16 -58 -55l-182 -502c-6 -17 -14 -25 -26 -25c-11 0 -20 9 -25 25l-166 496
+c-18 53 -23 57 -59 61l-21 3c-5 1 -6 3 -6 7v21l2 2s79 -2 102 -2z" />
+    <glyph glyph-name="Sevenroman" unicode="&#x2166;" horiz-adv-x="1047" 
+d="M712 78c0 -33 15 -47 57 -47h35c43 0 58 17 58 47v445c0 32 -16 46 -58 46h-35c-43 0 -57 -17 -57 -46v-445zM119 600c23 0 136 2 136 2l2 -2v-19c0 -5 -4 -9 -10 -9l-40 -3c-35 -2 -31 -14 -23 -43l130 -390h2l139 390c13 36 -13 41 -39 43l-31 3c-5 0 -7 3 -7 7v21l2 2
+s106 -2 122 -2h398c37 0 114 2 114 2l2 -2v-20c0 -6 -3 -7 -8 -8l-13 -3c-43 -7 -57 -17 -57 -46v-445c0 -33 17 -40 57 -47l13 -2c4 -1 8 -4 8 -9v-20l-2 -2s-73 2 -114 2h-226c-38 0 -115 -2 -115 -2l-2 2v20c0 5 3 8 8 9l13 2c43 7 58 17 58 47v445c0 32 -20 46 -58 46
+h-20c-38 0 -44 -16 -58 -55l-182 -502c-6 -17 -14 -25 -26 -25c-11 0 -20 9 -25 25l-166 496c-18 53 -23 57 -59 61l-21 3c-5 1 -6 3 -6 7v21l2 2s79 -2 102 -2z" />
+    <glyph glyph-name="Eightroman" unicode="&#x2167;" horiz-adv-x="1300" 
+d="M794 29h35c43 0 58 17 58 47v449c0 32 -16 47 -58 47h-35c-43 0 -58 -18 -58 -47v-449c0 -33 16 -47 58 -47zM1011 -2c0 0 -45 2 -86 2c-38 0 -117 -2 -117 -2s-68 2 -109 2c-38 0 -115 -2 -115 -2l-2 2v20c0 5 4 9 9 9h12c43 0 57 17 57 47v449c0 32 -16 47 -57 47h-47
+c-36 0 -40 -14 -52 -48l-186 -512c-6 -17 -14 -25 -26 -25c-11 0 -20 9 -25 25l-179 535c-6 19 -29 25 -46 25h-21c-5 0 -6 3 -6 7v19l1 3c7 0 88 -2 103 -2c7 0 120 2 136 2l2 -3v-17c0 -5 -4 -9 -10 -9h-40c-36 0 -31 -17 -23 -46l130 -390l149 390c13 36 -12 46 -39 46
+h-32c-5 0 -6 3 -6 7v19l1 3c8 0 99 -2 115 -2c8 0 67 2 84 2c0 0 71 -2 112 -2c38 0 114 2 114 2s71 -2 112 -2c38 0 91 2 91 2s95 -2 136 -2c37 0 116 2 116 2l2 -2v-19c0 -6 -4 -8 -9 -8h-12c-43 0 -58 -18 -58 -47v-449c0 -33 16 -47 58 -47h11c5 0 10 -4 10 -9v-20
+l-2 -2s-75 2 -116 2c-37 0 -140 -2 -140 -2zM1056 29c43 0 57 17 57 47v449c0 32 -16 47 -57 47h-36c-43 0 -57 -18 -57 -47v-449c0 -33 16 -47 57 -47h36z" />
+    <glyph glyph-name="Nineroman" unicode="&#x2168;" horiz-adv-x="867" 
+d="M349 600c4 0 112 2 112 2s3 -3 4 -3v-20c0 -5 -2 -7 -4 -7l-31 -2c-31 -2 -23 -13 -4 -39l109 -159c4 -6 8 -11 11 -11s8 5 13 12l117 158c18 24 22 37 -5 39l-29 2c-3 1 -6 2 -6 7v21l2 2s82 -2 93 -2c4 0 91 2 91 2l3 -2v-21c0 -3 -1 -6 -8 -7c-57 -1 -79 -25 -104 -59
+l-119 -161c-7 -11 -13 -20 -13 -28c0 -10 6 -18 15 -31l145 -197c25 -37 58 -64 99 -67c5 0 7 -5 7 -7v-22l-2 -2c-25 1 -87 2 -99 2c-5 0 -117 -2 -117 -2l-2 2v22c0 3 1 7 5 7l19 2c37 3 34 6 11 38l-123 176c-5 7 -10 11 -13 11s-9 -7 -15 -14l-123 -170
+c-16 -22 -24 -38 13 -41l18 -2c5 0 6 -5 6 -7v-22l-2 -2s-91 2 -106 2h-169c-38 0 -115 -2 -115 -2l-2 2v20c0 5 3 8 8 9l13 2c43 7 58 17 58 47v445c0 32 -18 39 -58 46l-12 3c-5 1 -9 2 -9 8v20l2 2s74 -2 115 -2h201zM186 78c0 -33 18 -47 57 -47h10c52 6 83 39 103 66
+l128 177c6 7 9 16 9 21c0 10 -5 17 -12 28l-133 187c-39 55 -68 57 -84 59h-21c-43 0 -57 -17 -57 -46v-445z" />
+    <glyph glyph-name="Tenroman" unicode="&#x2169;" horiz-adv-x="641" 
+d="M27 579v20l4 3s85 -2 96 -2c4 0 112 2 112 2s3 -3 4 -3v-20c0 -5 -2 -7 -4 -7l-31 -2c-31 -2 -23 -13 -4 -39l109 -159c4 -6 8 -11 11 -11s8 5 13 12l117 158c18 24 22 37 -5 39l-29 2c-3 1 -6 2 -6 7v21l2 2s82 -2 93 -2c4 0 91 2 91 2l3 -2v-21c0 -3 -1 -6 -8 -7
+c-57 -1 -79 -25 -104 -59l-119 -161c-7 -11 -13 -20 -13 -28c0 -10 5 -18 15 -31l145 -197c25 -37 58 -64 99 -67c5 0 7 -5 7 -7v-22l-2 -2c-25 1 -87 2 -99 2c-5 0 -117 -2 -117 -2l-2 2v22c0 3 1 7 5 7l19 2c37 3 35 6 12 38l-124 176c-5 7 -10 11 -13 11s-9 -7 -15 -14
+l-123 -170c-16 -22 -23 -38 14 -41l18 -2c5 0 5 -5 5 -7v-22l-2 -2s-91 2 -106 2c-4 0 -78 -2 -78 -2l-1 2v22c0 4 4 7 9 7c55 3 88 41 109 68l128 177c6 7 9 16 9 21c0 10 -5 17 -12 28l-133 187c-39 55 -68 60 -84 62c-10 2 -15 3 -15 7z" />
+    <glyph glyph-name="Elevenroman" unicode="&#x216a;" horiz-adv-x="866" 
+d="M595 569c-57 -1 -79 -22 -104 -56l-119 -161c-7 -11 -13 -20 -13 -28c0 -10 6 -18 15 -31l145 -197c24 -35 55 -61 94 -65h9c43 0 58 17 58 47v445c0 32 -18 39 -58 46h-27zM27 579v20l4 3s85 -2 96 -2c4 0 112 2 112 2s3 -3 4 -3v-20c0 -5 -2 -7 -4 -7l-31 -2
+c-31 -2 -23 -13 -4 -39l109 -159c4 -6 8 -11 11 -11s8 5 13 12l117 158c18 24 22 37 -5 39l-29 2c-3 1 -6 2 -6 7v21l2 2s82 -2 93 -2h209c37 0 116 2 116 2l1 -2v-20c0 -6 -3 -7 -8 -8l-14 -3c-43 -7 -57 -17 -57 -46v-445c0 -33 18 -41 57 -47l13 -2c5 -1 9 -4 9 -9v-20
+l-1 -2s-75 2 -116 2h-194c-5 0 -117 -2 -117 -2l-2 2v22c0 3 1 7 5 7l19 2c37 3 35 6 12 38l-124 176c-5 7 -10 11 -13 11s-9 -7 -15 -14l-123 -170c-16 -22 -23 -38 14 -41l18 -2c5 0 5 -5 5 -7v-22l-2 -2s-91 2 -106 2c-4 0 -78 -2 -78 -2l-1 2v22c0 4 4 7 9 7
+c55 3 88 41 109 68l128 177c6 7 9 16 9 21c0 10 -5 17 -12 28l-133 187c-39 55 -68 60 -84 62c-10 2 -15 3 -15 7z" />
+    <glyph glyph-name="Twelveroman" unicode="&#x216b;" horiz-adv-x="1090" 
+d="M595 569c-57 -1 -79 -22 -104 -56l-119 -161c-7 -11 -13 -20 -13 -28c0 -10 6 -18 15 -31l145 -197c24 -35 55 -60 93 -65h8c43 0 58 17 58 47v445c0 32 -19 40 -58 46h-25zM754 78c0 -33 15 -47 57 -47h35c43 0 58 17 58 47v445c0 32 -16 46 -58 46h-35
+c-43 0 -57 -17 -57 -46v-445zM27 579v20l4 3s85 -2 96 -2c4 0 112 2 112 2s3 -3 4 -3v-20c0 -5 -2 -7 -4 -7l-31 -2c-31 -2 -23 -13 -4 -39l109 -159c4 -6 8 -11 11 -11s8 5 13 12l117 158c18 24 22 37 -5 39l-29 2c-3 1 -6 2 -6 7v21l2 2s82 -2 93 -2h433c37 0 114 2 114 2
+l3 -2v-20c0 -6 -4 -7 -9 -8l-13 -3c-43 -7 -57 -17 -57 -46v-445c0 -33 17 -40 57 -47l13 -2c4 -1 9 -4 9 -9v-20l-3 -2s-73 2 -114 2h-418c-25 0 -117 -2 -117 -2l-2 2v22c0 3 1 7 5 7l19 2c37 3 35 6 12 38l-124 176c-5 7 -10 11 -13 11s-9 -7 -15 -14l-123 -170
+c-16 -22 -23 -38 14 -41l18 -2c5 0 5 -5 5 -7v-22l-2 -2s-91 2 -106 2c-4 0 -78 -2 -78 -2l-1 2v22c0 4 4 7 9 7c55 3 88 41 109 68l128 177c6 7 9 16 9 21c0 10 -5 17 -12 28l-133 187c-39 55 -68 60 -84 62c-10 2 -15 3 -15 7z" />
+    <glyph glyph-name="uni216C" unicode="&#x216c;" horiz-adv-x="504" 
+d="M113 523c0 32 -18 39 -58 46l-12 3c-5 1 -9 2 -9 8v20l2 2s74 -2 115 -2c37 0 115 2 115 2l1 -2v-20c0 -6 -2 -7 -7 -8l-14 -3c-43 -7 -57 -17 -57 -46v-447c0 -31 12 -35 37 -35h127c17 0 63 3 107 140l24 -4l-21 -179s-70 2 -102 2h-211c-39 0 -118 -2 -118 -2l-2 2v21
+c0 5 3 8 7 8l33 2c38 2 43 6 43 41v451z" />
+    <glyph glyph-name="uni216D" unicode="&#x216d;" horiz-adv-x="588" 
+d="M325 -10c-85.7 0 -159.2 33.7 -207 82c-55.9 56.5 -84 133.8 -84 212c0 193 125 326 284 326c138 0 168 -32 197 -38c13.3 -51.8 17.4 -101.1 20 -150c-7.90002 -5.5 -18 -6 -29 -4c-26 93 -78 158 -186 158c-79 0 -196 -66 -196 -278c0 -137 83 -265 208 -265
+c85 0 125 22 191 105c12 -1.8 21 -7.39999 25 -15c-60 -88 -126 -133 -223 -133z" />
+    <glyph glyph-name="uni216E" unicode="&#x216e;" horiz-adv-x="687" 
+d="M175 525v-447c0 -36 17 -44 126 -44c204 0 245 116 245 224c0 251 -147 308 -268 308c-85 0 -103 -3 -103 -41zM137 600c56 0 113 2 167 2c181 0 333 -127 333 -319c0 -171 -121 -285 -304 -285c-38 0 -158 2 -196 2s-115 -2 -115 -2l-2 2v20c0 5 4 8 9 9l12 2
+c43 7 58 17 58 47v445c0 32 -18 39 -58 46l-11 3c-5 1 -10 2 -10 8v20l2 2s74 -2 115 -2z" />
+    <glyph glyph-name="uni216F" unicode="&#x216f;" horiz-adv-x="863" 
+d="M213 600l219 -484h3l223 484l132 2l2 -2v-20c-1 -7 -5 -8 -8 -8l-30 -3c-30 -2 -40 -12 -40 -45l44 -451c4 -39 16 -40 43 -42l30 -2c7 -1 10 -6 10 -8v-21l-2 -2s-75 2 -123 2c-42 0 -109 -2 -109 -2l-2 2v21c1 5 4 8 9 8l30 2c35 2 36 13 36 42l-40 410l-223 -482
+c-4 -8 -10 -12 -17 -12c-6 0 -10 8 -13 14l-216 469l-34 -397c-3 -33 2 -42 37 -44l31 -2c6 0 8 -5 8 -8v-21l-2 -2s-59 2 -96 2c-38 0 -97 -2 -97 -2l-2 2v21c0 6 4 8 8 8l32 2c32 2 38 7 41 44l38 450c0 40 -11 43 -39 44l-29 1c-7 0 -9 5 -9 8v22l2 2z" />
+    <glyph glyph-name="oneroman" unicode="&#x2170;" horiz-adv-x="273" 
+d="M85 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM176 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -68 2 -111 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33
+c33 -1 68 -2 111 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="tworoman" unicode="&#x2171;" horiz-adv-x="456" 
+d="M295 356c0 28 -10 44 -43 44h-38c-31 0 -42 -16 -42 -44v-282c0 -29 11 -45 42 -45h38c32 0 43 16 43 45v282zM97 356c0 28 -10.1 40.5 -43 44l-19 2c-5 0.5 -8 3 -8 8v19l2 2s69 -2 105 -2h198c36 0 106 2 106 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2
+c-30.5 -3.20001 -42 -16 -42 -44v-282c0 -29 10.8 -41.7 42 -45l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -105 2h-198c-36 0 -106 -2 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.2 3.4 43 16 43 45v282zM282 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48
+c-24 0 -48 26 -48 52zM84 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="threeroman" unicode="&#x2172;" horiz-adv-x="665" 
+d="M493 356c0 28 -10 44 -43 44h-38c-31 0 -42 -16 -42 -44v-282c0 -29 11 -45 42 -45h38c32 0 43 16 43 45v282zM97 356c0 28 -10.1 40.5 -43 44l-19 2c-5 0.5 -8 3 -8 8v19l2 2s69 -2 105 -2h396c36 0 106 2 106 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2
+c-30.5 -3.20001 -42 -16 -42 -44v-282c0 -29 10.8 -41.7 42 -45l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -105 2h-396c-36 0 -106 -2 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.2 3.4 43 16 43 45v282zM295 356c0 28 -10 44 -43 44h-38c-31 0 -42 -16 -42 -44v-282
+c0 -29 11 -45 42 -45h38c32 0 43 16 43 45v282zM481 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM84 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM282 542c0 24 28 48 52 48
+c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="fourroman" unicode="&#x2173;" horiz-adv-x="713" 
+d="M97 356c0 28 -10.1 40.5 -43 44l-19 2c-5 0.5 -8 3 -8 8v19l2 2s69 -2 105 -2h178c39 0 100 2 100 2l4 -2v-19c0 -6.5 -6 -7.60001 -9 -8l-17 -2c-31.6 -3.70001 -29.1 -20.4 -19 -44l86 -218l17 -46l17 43l89 219c17.4 38.3 9 45 -42 48c-5 0.299988 -8 4 -8 7v20l4 2
+s57 -2 94 -2c27 0 68 2 68 2l2 -2v-18c0 -5 -5 -8.39999 -11 -9c-29 -3 -52 -13 -68 -52l-138 -339c-7 -17 -14 -23 -24 -23c-13 0 -19 6 -25 21l-136 345c-14.1 35.7 -35 42 -64 46h-18c-31 0 -42 -16 -42 -44v-282c0 -29 10.8 -41.7 42 -45l19 -2c5 -0.5 9 -3 9 -8v-19
+l-2 -2s-69 2 -105 2s-106 -2 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.2 3.4 43 16 43 45v282zM85 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="fiveroman" unicode="&#x2174;" horiz-adv-x="497" 
+d="M325 398c-6 6 -6 27 0 33c25 -1 59 -2 92 -2c26 0 50 1 70 2c6 -6 6 -27 0 -33c-56 -5 -66.9 -30.1 -85.6 -74l-133.4 -313c-7.10001 -16.6 -14 -23 -24 -23c-13 0 -19 6 -25 21l-127.6 316c-20.4 50.6 -27.4 66.7 -80.4 73c-6 6 -6 27 0 33c30 -1 60 -2 93 -2
+s68 1 101 2c6 -6 6 -27 0 -33c-53.3 -7 -49 -19 -31.1 -67l72.1 -193c15.6 -41.8 20.8 -42.5 37 -3l80.7 196c20.9 50.8 15.3 63 -38.7 67z" />
+    <glyph glyph-name="sixroman" unicode="&#x2175;" horiz-adv-x="710" 
+d="M536 356c0 28 -10 44 -43 44h-16c-28 -4 -49.5 -12.3 -65 -50l-138 -339c-7 -17 -14 -23 -24 -23c-13 0 -19 6 -25 21l-136 345c-14.2 35.9 -35.5 44.5 -64 48c-5 0.600006 -10 2 -10 7v20l3 2s53 -2 87 -2c39 0 100 2 100 2l4 -2v-19c0 -6.5 -6 -7.60001 -9 -8l-17 -2
+c-31.6 -3.70001 -29.1 -20.4 -19 -44l86 -218l17 -46l17 43l89 219c17.4 38.3 9 45 -42 48c-5 0.299988 -8 4 -8 7v20l4 2s57 -2 94 -2h152c36 0 106 2 106 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2c-30.5 -3.20001 -42 -16 -42 -44v-282c0 -29 10.8 -41.7 42 -45l19 -2
+c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -105 2s-106 -2 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.2 3.4 43 16 43 45v282zM524 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="sevenroman" unicode="&#x2176;" horiz-adv-x="905" 
+d="M731 356c0 28 -10 44 -43 44h-38c-31 0 -42 -16 -42 -44v-282c0 -29 11 -45 42 -45h38c32 0 43 16 43 45v282zM322 402c-5 0.299988 -8 4 -8 7v20l4 2s57 -2 94 -2h356c36 0 106 2 106 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2c-30.5 -3.20001 -42 -16 -42 -44v-282
+c0 -29 10.8 -41.7 42 -45l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -105 2h-198c-36 0 -106 -2 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.2 3.4 43 16 43 45v282c0 28 -10 44 -43 44h-19c-29 -3 -52 -11 -68 -50l-138 -339c-7 -17 -14 -23 -24 -23c-13 0 -19 6 -25 21
+l-136 345c-14.2 35.9 -35.5 44.5 -64 48c-5 0.600006 -10 2 -10 7v20l3 2s53 -2 87 -2c39 0 100 2 100 2l4 -2v-19c0 -6.5 -6 -7.60001 -9 -8l-17 -2c-31.6 -3.70001 -29.1 -20.4 -19 -44l86 -218l17 -46l17 43l89 219c17.4 38.3 9 45 -42 48zM520 542c0 24 28 48 52 48
+c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM718 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="eightroman" unicode="&#x2177;" horiz-adv-x="1103" 
+d="M731 356c0 28 -10 44 -43 44h-38c-31 0 -42 -16 -42 -44v-282c0 -29 11 -45 42 -45h38c32 0 43 16 43 45v282zM929 356c0 28 -10 44 -43 44h-38c-31 0 -42 -16 -42 -44v-282c0 -29 11 -45 42 -45h38c32 0 43 16 43 45v282zM322 402c-5 0.299988 -8 4 -8 7v20l4 2
+s57 -2 94 -2h554c36 0 106 2 106 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2c-30.5 -3.20001 -42 -16 -42 -44v-282c0 -29 10.8 -41.7 42 -45l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -105 2h-396c-36 0 -106 -2 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.2 3.4 43 16 43 45v282
+c0 28 -10 44 -43 44h-19c-29 -3 -52 -11 -68 -50l-138 -339c-7 -17 -14 -23 -24 -23c-13 0 -19 6 -25 21l-136 345c-14.2 35.9 -35.5 44.5 -64 48c-5 0.600006 -10 2 -10 7v20l3 2s53 -2 87 -2c39 0 100 2 100 2l4 -2v-19c0 -6.5 -6 -7.60001 -9 -8l-17 -2
+c-31.6 -3.70001 -29.1 -20.4 -19 -44l86 -218l17 -46l17 43l89 219c17.4 38.3 9 45 -42 48zM718 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM520 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48
+c-24 0 -48 26 -48 52zM917 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="nineroman" unicode="&#x2178;" horiz-adv-x="694" 
+d="M231 29c23 3 46.1 5.4 87 58l84 108c1 2 2 4 2 7s-1 5 -3 8l-87 127c-28.1 41 -47 60 -81 63h-19c-31 0 -42 -16 -42 -44v-282c0 -29 11 -45 42 -45h17zM391 400c-33 -4.39999 -27.2 -13.9 -9 -42l61 -90c3 -6 6 -9 10 -9c3 0 5 2 9 7l65 91c16.3 20.7 29.4 38.8 -4 43
+l-16 2c-3 0.399994 -6 2 -6 7v19l3 3s47 -2 78 -2c32 0 81 2 81 2l1 -2v-19c0 -7 -6 -7.5 -12 -8c-36.5 -3 -52 -12 -89 -59l-84 -107c-2 -3 -3 -5 -3 -7s1 -5 3 -8l90 -127c43.8 -61.8 59.5 -64 91 -67c10 -0.9 14 -2 14 -8v-19l-2 -2s-53 2 -87 2c-41 0 -104 -2 -104 -2
+l-2 2v19c0 5 2.10001 7.2 7 8l12 2c32.2 5.4 18.9 25 -4 55l-58 80c-4 5 -6 7 -9 7c-2 0 -5 -3 -9 -9l-63 -91c-12.4 -17.9 -25 -38 3 -42l14 -2c5 -0.700001 7 -3 7 -8v-19l-2 -2s-51 2 -84 2h-158c-36 0 -106 -2 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.2 3.4 43 16 43 45
+v282c0 28 -10.1 40.5 -43 44l-19 2c-5 0.5 -8 3 -8 8v19l2 2s69 -2 105 -2h166c30 0 111 2 111 2l3 -3v-18c0 -5 -4 -7.5 -8 -8zM85 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="tenroman" unicode="&#x2179;" horiz-adv-x="504" 
+d="M182 358l61 -90c7.60001 -11.2 11.8 -12 19 -2l65 91c24.2 33.9 12.7 37 -24 41c-6 6 -6 27 0 33c26 -1 54 -2 84 -2s53 1 73 2c6 -6 6 -27 0 -33c-36.5 -3 -60 -8 -97 -55l-84 -107c-4.70001 -6 -4.20001 -9.10001 0 -15l90 -127c40.3 -56.9 54.7 -60 100 -63
+c6 -6 6 -27 0 -33c-24 1 -51 2 -89 2c-36 0 -69 -1 -99 -2c-6 6 -6 27 0 33c31.7 3.3 47.8 5.1 13 53l-58 80c-6.3 8.60001 -9.7 9.89999 -18 -2l-63 -91c-22.5 -32.5 -14 -36.3 22 -40c6 -6 6 -27 0 -33c-26 1 -54 2 -84 2s-52 -1 -72 -2c-6 6 -6 27 0 33
+c35 2 57.4 5.1 97 56l84 108c3.60001 4.60001 3.89999 7.8 -1 15l-87 127c-28 41 -56 58 -90 61c-6 6 -6 27 0 33c26 -1 56 -2 86 -2s74 1 101 2c6 -6 6 -27 0 -33c-44.7 -4.70001 -51.9 -6.20001 -29 -40z" />
+    <glyph glyph-name="elevenroman" unicode="&#x217a;" horiz-adv-x="692" 
+d="M195 400c-33 -4.39999 -27.2 -13.9 -9 -42l61 -90c3 -6 6 -9 10 -9c3 0 5 2 9 7l65 91c16.3 20.7 29.4 38.8 -4 43l-16 2c-3 0.399994 -6 2 -6 7v19l3 3s47 -2 78 -2h169c36 0 106 2 106 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2c-30.5 -3.20001 -42 -16 -42 -44v-282
+c0 -29 10.8 -41.7 42 -45l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -105 2h-167c-41 0 -104 -2 -104 -2l-2 2v19c0 5 2.10001 7.2 7 8l12 2c32.2 5.4 18.9 25 -4 55l-58 80c-4 5 -6 7 -9 7c-2 0 -5 -3 -9 -9l-63 -91c-12.4 -17.9 -25 -38 3 -42l14 -2
+c4.89999 -0.700001 7 -3 7 -8v-19l-2 -2s-51 2 -84 2c-29 0 -75 -2 -75 -2l-2 2v17c0 6 4.1 8.9 13 10c23.5 3 47 6 89 60l84 108c1 2 2 4 2 7s-1 5 -3 8l-87 127c-28.1 41 -47 62 -81 65c-7 0.600006 -14 3 -14 7v19l2 3s49 -2 79 -2s111 2 111 2l3 -3v-18
+c0 -5 -4 -7.5 -8 -8zM518 356c0 28 -10 44 -43 44h-19c-37 -3 -52 -10 -89 -57l-84 -107c-2 -3 -3 -5 -3 -7s1 -5 3 -8l90 -127c41.8 -59 58 -62 87 -65h15c32 0 43 16 43 45v282zM506 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48
+c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="twelveroman" unicode="&#x217b;" horiz-adv-x="870" 
+d="M195 400c-33 -4.39999 -27.2 -13.9 -9 -42l61 -90c3 -6 6 -9 10 -9c3 0 5 2 9 7l65 91c16.3 20.7 29.4 38.8 -4 43l-16 2c-3 0.399994 -6 2 -6 7v19l3 3s47 -2 78 -2h347c36 0 106 2 106 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2c-30.5 -3.20001 -42 -16 -42 -44v-282
+c0 -29 10.8 -41.7 42 -45l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -105 2h-345c-41 0 -104 -2 -104 -2l-2 2v19c0 5 2.10001 7.2 7 8l12 2c32.2 5.4 18.9 25 -4 55l-58 80c-4 5 -6 7 -9 7c-2 0 -5 -3 -9 -9l-63 -91c-12.4 -17.9 -25 -38 3 -42l14 -2
+c4.89999 -0.700001 7 -3 7 -8v-19l-2 -2s-51 2 -84 2c-29 0 -75 -2 -75 -2l-2 2v17c0 6 4.1 8.9 13 10c23.5 3 47 6 89 60l84 108c1 2 2 4 2 7s-1 5 -3 8l-87 127c-28.1 41 -47 62 -81 65c-7 0.600006 -14 3 -14 7v19l2 3s49 -2 79 -2s111 2 111 2l3 -3v-18
+c0 -5 -4 -7.5 -8 -8zM498 356c0 28 -10 44 -43 44h-9c-30 -4 -45.5 -14.5 -79 -57l-84 -107c-2 -3 -3 -5 -3 -7s1 -5 3 -8l90 -127c37.1 -52.3 54 -62 78 -65h4c32.2 3.4 43 16 43 45v282zM696 356c0 28 -10 44 -43 44h-38c-31 0 -42 -16 -42 -44v-282c0 -29 11 -45 42 -45
+h38c32 0 43 16 43 45v282zM485 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM683 542c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni217C" unicode="&#x217c;" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="uni217D" unicode="&#x217d;" horiz-adv-x="428" 
+d="M398 91c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14z" />
+    <glyph glyph-name="uni217E" unicode="&#x217e;" horiz-adv-x="506" 
+d="M345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176
+c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59
+c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni217F" unicode="&#x217f;" horiz-adv-x="790" 
+d="M170 358c0.5 -12 7.39999 -5.10001 12 0c41.7 46.6 94 81 152 81c52 0 90.5 -32.4 100 -73.4c2 -8.60001 8 -3.60001 11 -0.399994c52.1 55 113.8 73.8 165 73.8c88 0 103 -70 103 -159v-158c0 -82 9 -87 64 -91c5 -6 5 -27 0 -33c-28 1 -63 2 -103 2s-77 -1 -102 -2
+c-5 6 -5 27 0 33c52 4 62 9 62 91v176c0 67 -22 89 -60 89c-39 0 -84 -13 -132 -66c1 -12 1 -26 1 -40v-159c0 -82 9 -87 59 -91c5 -6 5 -27 0 -33c-25 1 -58 2 -98 2s-77 -1 -102 -2c-5 6 -5 27 0 33c54 4 62 9 62 91v174c0 67 -28 91 -66 91c-30.9 0 -68.4 -20.3 -108 -59
+c-8 -8.70001 -17 -21 -17 -42v-164c0 -82 11 -86 61.8 -91c6 -6 6 -27 0 -33c-30 1 -60.8 2 -100.8 2s-78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.7 -46.3 8 -76z
+" />
+    <glyph glyph-name="arrowleft" unicode="&#x2190;" horiz-adv-x="1130" 
+d="M275 448h38c-30 -72 -79 -126 -111 -157h870v-52h-870c33 -27 74 -73 113 -157h-40c0 1 -108 129 -216 173v23c49 17 130 73 216 170z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" horiz-adv-x="441" 
+d="M405 567v-38c-72 30 -126 79 -157 111v-870h-52v870c-27 -33 -73 -74 -157 -113v40c1 0 129 108 173 216h23c17 -49 73 -130 170 -216z" />
+    <glyph glyph-name="arrowright" unicode="&#x2192;" horiz-adv-x="1130" 
+d="M856 82h-38c30 72 79 126 111 157h-870v52h870c-33 27 -74 73 -113 157h40c0 -1 108 -129 216 -173v-23c-49 -17 -130 -73 -216 -170z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" horiz-adv-x="462" 
+d="M49 -13v38c72 -30 126 -79 157 -111v870h52v-870c27 33 73 74 157 113v-40c-1 0 -129 -108 -173 -216h-23c-17 49 -73 130 -170 216z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" horiz-adv-x="1098" 
+d="M895 291c-26 33 -44 58 -54 74c-21 32 -36 60 -46 83h39c40 -45 79 -82 118 -111c38 -29 70 -48 98 -58v-23c-40 -17 -74 -38 -103 -63c-63 -57 -101 -94 -114 -110h-40c32 67 65 120 102 156h-691c37 -37 70 -89 102 -157h-40c-13 16 -51 53 -114 110
+c-28 26 -63 47 -103 63v23c28 10 60 30 98 58c39 29 78 66 118 112h39c-10 -23 -25 -51 -46 -84c-10 -16 -28 -41 -54 -73h691z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" horiz-adv-x="463" 
+d="M206 611c-33 -26 -58 -44 -74 -54c-32 -21 -60 -36 -83 -46v39c45 40 82 79 111 118c29 38 48 70 58 98h23c17 -40 38 -74 63 -103c57 -63 94 -101 110 -114v-40c-67 32 -120 65 -156 102v-691c37 37 89 70 157 102v-40c-16 -13 -53 -51 -110 -114
+c-26 -28 -47 -63 -63 -103h-23c-10 28 -30 60 -58 98c-29 39 -66 78 -112 118v39c23 -10 51 -25 84 -46c16 -10 41 -28 73 -54v691z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" horiz-adv-x="838" 
+d="M338.2 600.3l26.9 -26.8c-72.1 -29.7 -145 -33.3 -189.5 -32.6l615.2 -615.2l-36.8 -36.7l-615.2 615.2c4.2 -42.4 0.699997 -104 -31.1 -191l-28.3 28.3c0.699997 0.700012 14.9 167.6 -30.4 275.1l16.3 16.3c46.7 -22.6 143.5 -40.4 272.9 -32.6z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" horiz-adv-x="841" 
+d="M760.3 340.8l-26.8 -26.9c-29.7 72.1 -33.3 145 -32.6 189.5l-615.2 -615.2l-36.7 36.8l615.2 615.2c-42.4 -4.20001 -104 -0.700012 -191 31.1l28.3 28.3c0.700012 -0.699951 167.6 -14.9 275.1 30.4l16.3 -16.3c-22.6 -46.7 -40.4 -143.5 -32.6 -272.9z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" horiz-adv-x="838" 
+d="M501.8 -70.3l-26.9 26.8c72.1 29.7 145 33.3 189.5 32.6l-615.2 615.2l36.8 36.7l615.2 -615.2c-4.20001 42.4 -0.700012 104 31.1 191l28.3 -28.3c-0.699951 -0.699997 -14.9 -167.6 30.4 -275.1l-16.3 -16.3c-46.7 22.6 -143.5 40.4 -272.9 32.6z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" horiz-adv-x="841" 
+d="M81.7 189.2l26.8 26.9c29.7 -72.1 33.3 -145 32.6 -189.5l615.2 615.2l36.7 -36.8l-615.2 -615.2c42.4 4.2 104 0.7 191 -31.1l-28.3 -28.3c-0.700012 0.699997 -167.6 14.9 -275.1 -30.4l-16.3 16.3c22.6 46.7 40.4 143.5 32.6 272.9z" />
+    <glyph glyph-name="uni219A" unicode="&#x219a;" horiz-adv-x="1130" 
+d="M275 448h38c-30 -72 -79 -126 -111 -157h374.8l97.2 289h41l-97.2 -289h454.2v-52h-471.6l-122.4 -364h-41l122.4 364h-357.4c33 -27 74 -73 113 -157h-40c0 1 -108 129 -216 173v23c49 17 130 73 216 170z" />
+    <glyph glyph-name="uni219B" unicode="&#x219b;" horiz-adv-x="1130" 
+d="M856 82h-38c30 72 79 126 111 157h-328.6l-122.4 -364h-41l122.4 364h-500.4v52h517.8l97.2 289h41l-97.2 -289h311.2c-33 27 -74 73 -113 157h40c0 -1 108 -129 216 -173v-23c-49 -17 -130 -73 -216 -170z" />
+    <glyph glyph-name="uni21AE" unicode="&#x21ae;" horiz-adv-x="1098" 
+d="M895 291c-26 33 -44 58 -54 74c-21 32 -36 60 -46 83h39c40 -45 79 -82 118 -111c38 -29 70 -48 98 -58v-23c-40 -17 -74 -38 -103 -63c-63 -57 -101 -94 -114 -110h-40c32 67 65 120 102 156h-310.6l-122.4 -364h-41l122.4 364h-339.4c37 -37 70 -89 102 -157h-40
+c-13 16 -51 53 -114 110c-28 26 -63 47 -103 63v23c28 10 60 30 98 58c39 29 78 66 118 112h39c-10 -23 -25 -51 -46 -84c-10 -16 -28 -41 -54 -73h356.8l97.2 289h41l-97.2 -289h293.2z" />
+    <glyph glyph-name="uni21BC" unicode="&#x21bc;" horiz-adv-x="1087" 
+d="M59 397v36c33 16 66 37 98 63c32 25 70 62 114 111h39c-32 -68 -66 -121 -101 -158h818v-52h-968z" />
+    <glyph glyph-name="uni21BD" unicode="&#x21bd;" horiz-adv-x="1087" 
+d="M61 291h968v-52h-817c35 -37 68 -90 101 -158h-40c-44 49 -82 86 -114 111c-31 26 -65 47 -98 63v36z" />
+    <glyph glyph-name="uni21C0" unicode="&#x21c0;" horiz-adv-x="1087" 
+d="M1027 397h-968v52h817c-35 37 -68 90 -101 158h40c44 -49 82 -86 114 -111c31 -26 65 -47 98 -63v-36z" />
+    <glyph glyph-name="uni21C1" unicode="&#x21c1;" horiz-adv-x="1087" 
+d="M1029 291v-36c-33 -16 -66 -37 -98 -63c-32 -25 -70 -62 -114 -111h-39c32 68 66 121 101 158h-818v52h968z" />
+    <glyph glyph-name="uni21CB" unicode="&#x21cb;" horiz-adv-x="1087" 
+d="M1029 291v-36c-33 -16 -66 -37 -98 -63c-32 -25 -70 -62 -114 -111h-39c32 68 66 121 101 158h-818v52h968zM59 397v36c33 16 66 37 98 63c32 25 70 62 114 111h39c-32 -68 -66 -121 -101 -158h818v-52h-968z" />
+    <glyph glyph-name="uni21CC" unicode="&#x21cc;" horiz-adv-x="1087" 
+d="M1027 397h-968v52h817c-35 37 -68 90 -101 158h40c44 -49 82 -86 114 -111c31 -26 65 -47 98 -63v-36zM61 291h968v-52h-817c35 -37 68 -90 101 -158h-40c-44 49 -82 86 -114 111c-31 26 -65 47 -98 63v36z" />
+    <glyph glyph-name="uni21CD" unicode="&#x21cd;" horiz-adv-x="1074" 
+d="M544.5 156l-94.5 -281h-41l94.5 281h-225.5c13 -22 25 -46 37 -72h-40c-60 71 -146 146 -216 171v23c67 24 130 74 216 171h38c-11 -26 -23 -50 -36 -72h300.8l68.2 203h41l-68.2 -203h398.2v-49h-414.7l-41.4 -123h456.1v-49h-472.5zM519.9 205l41.4 123h-319.3
+c-18 -23 -39 -43 -62 -61c25 -18 46 -39 64 -62h275.9z" />
+    <glyph glyph-name="uni21CE" unicode="&#x21ce;" horiz-adv-x="1243" 
+d="M242 328c-18 -23 -39 -43 -62 -61c25 -18 46 -39 64 -62h360.9l41.4 123h-404.3zM687.3 328l-41.4 -123h358.1c18 23 39 44 64 62c-23 18 -44 38 -62 61h-318.7zM629.5 156l-94.5 -281h-41l94.5 281h-310.5c13 -22 25 -46 37 -72h-40c-60 71 -146 146 -216 171v23
+c67 24 130 74 216 171h38c-11 -26 -23 -50 -36 -72h385.8l68.2 203h41l-68.2 -203h267.2c-13 22 -25 46 -36 72h38c86 -97 149 -147 216 -171v-23c-70 -25 -156 -100 -216 -171h-40c12 26 24 50 37 72h-340.5z" />
+    <glyph glyph-name="uni21CF" unicode="&#x21cf;" horiz-adv-x="1074" 
+d="M594.7 374h180.3c-13 22 -25 46 -37 72h40c60 -71 146 -146 216 -171v-23c-67 -24 -130 -74 -216 -171h-38c11 26 23 50 36 72h-255.5l-93.5 -278h-41l93.5 278h-443.5v49h459.9l41.4 123h-501.3v49h517.7l69.3 206h41zM578.3 325l-41.4 -123h274.1c18 23 39 43 62 61
+c-25 18 -46 39 -64 62h-230.7z" />
+    <glyph glyph-name="arrowdblleft" unicode="&#x21d0;" horiz-adv-x="1074" 
+d="M277 377h740v-49h-775c-18 -23 -39 -43 -62 -61c25 -18 46 -39 64 -62h773v-49h-739c13 -22 25 -46 37 -72h-40c-60 71 -146 146 -216 171v23c67 24 130 74 216 171h38c-11 -26 -23 -50 -36 -72z" />
+    <glyph glyph-name="arrowdblup" unicode="&#x21d1;" horiz-adv-x="462" 
+d="M344 526v-740h-49v775c-23 18 -43 39 -61 62c-18 -25 -39 -46 -62 -64v-773h-49v739c-22 -13 -46 -25 -72 -37v40c71 60 146 146 171 216h23c24 -67 74 -130 171 -216v-38c-26 11 -50 23 -72 36z" />
+    <glyph glyph-name="arrowdblright" unicode="&#x21d2;" horiz-adv-x="1074" 
+d="M776 153h-740v49h775c18 23 39 43 62 61c-25 18 -46 39 -64 62h-773v49h739c-13 22 -25 46 -37 72h40c60 -71 146 -146 216 -171v-23c-67 -24 -130 -74 -216 -171h-38c11 26 23 50 36 72z" />
+    <glyph glyph-name="arrowdbldown" unicode="&#x21d3;" horiz-adv-x="462" 
+d="M120 -14v740h49v-775c23 -18 43 -39 61 -62c18 25 39 46 62 64v773h49v-739c22 13 46 25 72 37v-40c-71 -60 -146 -146 -171 -216h-23c-24 67 -74 130 -171 216v38c26 -11 50 -23 72 -36z" />
+    <glyph glyph-name="arrowdblboth" unicode="&#x21d4;" horiz-adv-x="1248" 
+d="M242 328c-18 -23 -39 -43 -62 -61c25 -18 46 -39 64 -62h760c18 23 39 44 64 62c-23 18 -44 38 -62 61h-764zM277 377h694c-13 22 -25 46 -36 72h38c86 -97 149 -147 216 -171v-23c-70 -25 -156 -100 -216 -171h-40c12 26 24 50 37 72h-692c13 -22 25 -46 37 -72h-40
+c-60 71 -146 146 -216 171v23c67 24 130 74 216 171h38c-11 -26 -23 -50 -36 -72z" />
+    <glyph glyph-name="uni21D5" unicode="&#x21d5;" horiz-adv-x="463" 
+d="M295 537c-23 18 -43 39 -61 62c-18 -25 -39 -46 -62 -64v-582c23 -18 44 -39 62 -64c18 23 38 44 61 62v586zM344 502v-516c22 13 46 25 72 36v-38c-97 -86 -147 -149 -171 -216h-23c-25 70 -100 156 -171 216v40c26 -12 50 -24 72 -37v514c-22 -13 -46 -25 -72 -37v40
+c71 60 146 146 171 216h23c24 -67 74 -130 171 -216v-38c-26 11 -50 23 -72 36z" />
+    <glyph glyph-name="Nwarrow" unicode="&#x21d6;" horiz-adv-x="862" 
+d="M289.4 528.7l523.3 -523.2l-34.6 -34.7l-548 548c-29 -3.5 -58 -2.79999 -87 0.700012c4.89999 -30.4 4.89999 -60.1 1.39999 -89.1l546.6 -546.6l-34.7 -34.6l-522.5 522.5c-6.39999 -24.7 -14.9 -50.1 -24.8 -77l-28.2 28.2c7.8 92.6 -0.0999985 206.5 -31.9 273.7
+l16.3 16.3c64.3 -30.4 144.2 -39.7 273.6 -31.9l26.9 -26.8c-26.2 -10.6 -51.7 -19.1 -76.4 -25.5z" />
+    <glyph glyph-name="Nearrow" unicode="&#x21d7;" horiz-adv-x="866" 
+d="M734.7 370.6l-523.2 -523.3l-34.7 34.6l548 548c-3.5 29 -2.79999 58 0.700012 87c-30.4 -4.90002 -60.1 -4.90002 -89.1 -1.40002l-546.6 -546.6l-34.6 34.7l522.5 522.5c-24.7 6.40002 -50.1 14.9 -77 24.8l28.2 28.2c92.6 -7.79999 206.5 0.100037 273.7 31.9
+l16.3 -16.3c-30.4 -64.3 -39.7 -144.2 -31.9 -273.6l-26.8 -26.9c-10.6 26.2 -19.1 51.7 -25.5 76.4z" />
+    <glyph glyph-name="Searrow" unicode="&#x21d8;" horiz-adv-x="862" 
+d="M574.6 1.3l-523.3 523.2l34.6 34.7l548 -548c29 3.5 58 2.8 87 -0.7c-4.90002 30.4 -4.90002 60.1 -1.40002 89.1l-546.6 546.6l34.7 34.6l522.5 -522.5c6.40002 24.7 14.9 50.1 24.8 77l28.2 -28.2c-7.79999 -92.6 0.100037 -206.5 31.9 -273.7l-16.3 -16.3
+c-64.3 30.4 -144.2 39.7 -273.6 31.9l-26.9 26.8c26.2 10.6 51.7 19.1 76.4 25.5z" />
+    <glyph glyph-name="Swarrow" unicode="&#x21d9;" horiz-adv-x="866" 
+d="M133.3 159.4l523.2 523.3l34.7 -34.6l-548 -548c3.5 -29 2.8 -58 -0.699997 -87c30.4 4.9 60.1 4.9 89.1 1.4l546.6 546.6l34.6 -34.7l-522.5 -522.5c24.7 -6.4 50.1 -14.9 77 -24.8l-28.2 -28.2c-92.6 7.8 -206.5 -0.100002 -273.7 -31.9l-16.3 16.3
+c30.4 64.3 39.7 144.2 31.9 273.6l26.8 26.9c10.6 -26.2 19.1 -51.7 25.5 -76.4z" />
+    <glyph glyph-name="emptyset" unicode="&#x2205;" horiz-adv-x="642" 
+d="M321 538c-134 0 -244 -117 -244 -252c0 -86.8 45.5 -166.2 113.6 -211.8l247.6 432.4c-34.7 19.9 -74.6 31.4 -117.2 31.4zM167.5 34c-84.9 51.8 -141.5 145.2 -141.5 252c0 163 132 295 295 295c50.6 0 98.1 -12.7 139.7 -35.1l37.3 65.1l34 -17l-39.1 -68.2
+c74.6 -53.5 123.1 -141 123.1 -239.8c0 -162 -131 -295 -295 -295c-42.8 0 -83.4 9.1 -120.1 25.5l-47.9 -83.5l-33 18zM223.4 55.7c29.9 -13.9 63 -21.7 97.6 -21.7c136 0 244 118 244 252c0 79.2 -37.2 152.3 -95.4 199.1z" />
+    <glyph glyph-name="uni2206" unicode="&#x2206;" horiz-adv-x="584" 
+d="M270 536l-205 -510h418zM260 616h58c99 -234 253 -601 253 -601c3 -6 4 -9 4 -11s-1 -3 -4 -4h-12h-533c-11 0 -16 1 -16 4c0 2 1 5 4 11c0 0 150 367 246 601z" />
+    <glyph glyph-name="gradient" unicode="&#x2207;" horiz-adv-x="584" 
+d="M317 80l205 510h-418zM327 0h-58c-99 234 -253 601 -253 601c-3 6 -4 9 -4 11s1 3 4 4h12h533c11 0 16 -1 16 -4c0 -2 -1 -5 -4 -11c0 0 -150 -367 -246 -601z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="733" 
+d="M525 -33v535c0 28 -5 44 -39 44h-239c-33 0 -38 -11 -38 -45v-534c0 -30 16 -44 57 -44h28c4 0 9 -2 9 -8v-23l-2 -2s-91 2 -132 2c-37 0 -136 -2 -136 -2l-2 2v23c0 6 3 8 8 8h27c43 0 58 17 58 44v549c0 37 -19 40 -53 40h-32c-6 0 -8 4 -8 7v24c8 0 119 -2 134 -2
+c65 -1 124 -1 199 -1c65 0 125 0 200 1c6 0 139 2 140 2v-23c0 -4 -4 -8 -9 -8h-30c-30 -1 -55 -10 -55 -40v-549c0 -30 16 -44 58 -44h27c5 0 9 -2 9 -8v-23l-1 -2s-92 2 -133 2c-38 0 -136 -2 -136 -2l-3 2v23c0 6 4 8 9 8h27c43 0 58 17 58 44z" />
+    <glyph glyph-name="uni2210" unicode="&#x2210;" horiz-adv-x="667" 
+d="M146 1c-27 0 -79 -1 -129 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 91.3 -2 130 -2c36.4 0 91 1 129 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-409c0 -62 22 -74 46 -74h197c24 0 46 12 46 74v409c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c40 -1 91 -2 129 -2c39.7 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -106 2 -129 2h-375z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="592" 
+d="M491 583l14 -139l-22 -3c-5 19 -36 100 -93 100h-228l172 -272l-1 -1l-204 -272h280c70 0 101 114 102 119l22 -2l-28 -175h-481v22c12 0 22 2 36 19l202 269l-169 266c-27 36 -53 46 -68 46v23h466z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="550" 
+d="M463 226h-388c-9 0 -15 8 -15 16c0 15 13 34 25 34h391c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33z" />
+    <glyph glyph-name="uni2213" unicode="&#x2213;" horiz-adv-x="550" 
+d="M300 31c0 -13 -23 -27 -33 -27c-8 0 -17 4 -17 14v172h-176c-10 0 -14 9 -14 17c0 10 14 33 27 33h163v160c0 12 19 25 34 25c8 0 16 -6 16 -15v-170h175c9 0 15 -8 15 -16c0 -15 -13 -34 -25 -34h-165v-159zM87 514h388c9 0 15 -8 15 -16c0 -15 -13 -34 -25 -34h-391
+c-10 0 -14 9 -14 17c0 10 14 33 27 33z" />
+    <glyph glyph-name="uni2215" unicode="&#x2215;" horiz-adv-x="527" 
+d="M66 0h-49l449 573h50z" />
+    <glyph glyph-name="uni2216" unicode="&#x2216;" horiz-adv-x="527" 
+d="M466 0l-449 573h49l450 -573h-50z" />
+    <glyph glyph-name="asteriskmath" unicode="&#x2217;" horiz-adv-x="341" 
+d="M125 214c-13 3 -27 4 -42 4c-49 0 -81 7 -81 37c0 14 9 30 33 30c34 0 52 -33 96 -51c-4 39 -23 66 -23 92c0 21 12 39 30 39s33 -11 33 -35c0 -27 -17 -67 -19 -97c46 20 62 52 95 52c27 0 34 -20 34 -30c0 -30 -35 -37 -69 -37c-19 0 -37 -1 -55 -4
+c34 -37 83 -47 83 -87c0 -18 -15 -29 -29 -29c-39 0 -46 65 -71 104c-25 -45 -32 -104 -70 -104c-17 0 -29 13 -29 28c0 43 51 51 84 88z" />
+    <glyph glyph-name="uni2218" unicode="&#x2218;" horiz-adv-x="341" 
+d="M236 240c0 33 -20 72 -65 72c-43 0 -66 -36 -66 -72c0 -35 24 -69 66 -69c41 0 65 35 65 69zM71 241c0 56 45 101 100 101s99 -45 99 -101c0 -55 -44 -100 -99 -100s-100 45 -100 100z" />
+    <glyph glyph-name="uni2219" unicode="&#x2219;" horiz-adv-x="253" 
+d="M127 198c-28 0 -54 26 -54 54s26 54 54 54s54 -26 54 -54s-26 -54 -54 -54z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="785" 
+d="M358 241c-26 51 -101 153 -162 153c-64 0 -96 -48 -96 -111c0 -66 37 -148 108 -148c51 0 125 65 150 106zM688 234c0 60 -37 149 -110 149c-51 0 -123 -68 -149 -109c33 -46 106 -149 164 -149c64 0 95 48 95 109zM749 277c0 -96 -66 -198 -169 -198
+c-85 0 -154 69 -199 135c-41 -58 -126 -136 -200 -136c-73 0 -144 50 -144 160c0 95 66 198 171 198c79 0 157 -67 198 -133c47 57 122 133 201 133c92 0 142 -70 142 -159z" />
+    <glyph glyph-name="uni2223" unicode="&#x2223;" horiz-adv-x="204" 
+d="M124 -12h-44v590h44v-590z" />
+    <glyph glyph-name="uni2224" unicode="&#x2224;" horiz-adv-x="256" 
+d="M212 414l24 -25l-91 -91.5v-309.5h-44v265.3l-59 -59.3l-24 24l83 83.9v276.1h44v-231.7z" />
+    <glyph glyph-name="uni2225" unicode="&#x2225;" horiz-adv-x="336" 
+d="M256 -12h-44v590h44v-590zM124 -12h-44v590h44v-590z" />
+    <glyph glyph-name="uni2226" unicode="&#x2226;" horiz-adv-x="349" 
+d="M305 428l24 -25l-73 -73.8v-341.2h-44v296.8l-88 -89v-207.8h-44v163.4l-36 -36.4l-24 24l60 60.8v378.2h44v-333.5l88 89.2v244.3h44v-199.7z" />
+    <glyph glyph-name="uni2236" unicode="&#x2236;" horiz-adv-x="527" 
+d="M216 390c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM216 107c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="similar" unicode="&#x223c;" horiz-adv-x="527" 
+d="M56 209c13 65 67 128 128 128c23 0 50.5 -13.8 75 -32c27 -20 50 -33 72 -33c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-23 0 -52 15 -76 33c-24.2 18.1 -48 32 -73 32c-35 0 -82 -29 -105 -73c-6 0 -11.3 1 -17 4z" />
+    <glyph glyph-name="uni2241" unicode="&#x2241;" horiz-adv-x="527" 
+d="M56 209c13 65 67 128 128 128c21.3 0 46.3 -11.8 69.4 -28l86.6 258l38 -10l-90.6 -271c15.4 -8.89999 29.7 -14 43.6 -14c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-17.3 0 -37.9 8.5 -57.3 20.3l-95.7 -286.3l-38 12l99.9 297.7
+c-19.1 12.6 -38.1 21.3 -57.9 21.3c-35 0 -82 -29 -105 -73c-6 0 -11.3 1 -17 4z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="527" 
+d="M324.5 359h152.5c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33h-156.3l-39 -116h208.3c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33h-212.1l-65.9 -196l-38 12l62 184h-135c-9 0 -15 8 -15 16c0 15 13 34 25 34h141.9l39.1 116h-191c-9 0 -15 8 -15 16c0 15 13 34 25 34h197.9
+l70.1 208l38 -10z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="527" 
+d="M68 11v47h390v-47h-390zM158 252l317 -116c13 -14 14 -44 0 -50l-390 142c-9.3 14.7 -9.3 30.7 0 48l390 141c14 -6 13 -36 0 -50z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="527" 
+d="M68 11v47h390v-47h-390zM432 251l-317 116c-13 14 -14 44 0 50l390 -142c9.29999 -14.7 9.29999 -30.7 0 -48l-390 -141c-14 6 -13 36 0 50z" />
+    <glyph glyph-name="uni226A" unicode="&#x226a;" horiz-adv-x="784" 
+d="M435 235l317 -116c13 -14 14 -44 0 -50l-390 142c-9.29999 14.7 -9.29999 30.7 0 48l390 141c14 -6 13 -36 0 -50zM138 239l317 -116c13 -14 14 -44 0 -50l-390 142c-9.3 14.7 -9.3 30.7 0 48l390 141c14 -6 13 -36 0 -50z" />
+    <glyph glyph-name="uni226B" unicode="&#x226b;" horiz-adv-x="784" 
+d="M350 198l-317 116c-13 14 -14 44 0 50l390 -142c9.29999 -14.7 9.29999 -30.7 0 -48l-390 -141c-14 6 -13 36 0 50zM647 194l-317 116c-13 14 -14 44 0 50l390 -142c9.29999 -14.7 9.29999 -30.7 0 -48l-390 -141c-14 6 -13 36 0 50z" />
+    <glyph glyph-name="uni226E" unicode="&#x226e;" horiz-adv-x="527" 
+d="M344.2 306.6l-40.4 -121l171.2 -62.6c13 -14 14 -44 0 -50l-186.2 67.8l-64.8 -193.8l-38 12l65.5 195.4l-166.5 60.6c-9.3 14.7 -9.3 30.7 0 48l231 83.5l74 220.5l38 -10l-64.7 -193.4l111.7 40.4c14 -6 13 -36 0 -50zM296.8 289.4l-138.8 -50.4l108.6 -39.7z" />
+    <glyph glyph-name="uni226F" unicode="&#x226f;" horiz-adv-x="527" 
+d="M248.4 169.4l183.6 66.6l-143.8 52.6zM200.8 152.1l50.3 150.1l-136.1 49.8c-13 14 -14 44 0 50l151.2 -55l73.8 220l38 -10l-74.8 -223.5l201.8 -73.5c9.29999 -14.7 9.29999 -30.7 0 -48l-275.7 -99.7l-55.3 -165.3l-38 12l45.7 136.1l-66.7 -24.1c-14 6 -13 36 0 50z
+" />
+    <glyph glyph-name="uni2270" unicode="&#x2270;" horiz-adv-x="527" 
+d="M68 11v47h131.6l38.4 114.3l-153 55.7c-9.3 14.7 -9.3 30.7 0 48l213.7 77.3l57.3 170.7l38 -10l-48 -143.7l129 46.7c14 -6 13 -36 0 -50l-148.1 -53.7l-36.7 -109.7l184.8 -67.6c13 -14 14 -44 0 -50l-199.8 72.7l-33.7 -100.7h216.5v-47h-232.2l-35.8 -107l-38 12
+l31.9 95h-115.9zM279.5 296.1l-121.5 -44.1l95.1 -34.8z" />
+    <glyph glyph-name="uni2271" unicode="&#x2271;" horiz-adv-x="527" 
+d="M68 11v47h91.6l16.9 50.2l-61.5 -22.2c-14 6 -13 36 0 50l80.6 29.2l51.5 153.5l-132.1 48.3c-13 14 -14 44 0 50l147.1 -53.6l55.9 166.6l38 -10l-56.9 -170l205.9 -75c9.29999 -14.7 9.29999 -30.7 0 -48l-281 -101.6l-22.5 -67.4h256.5v-47h-272.2l-33.8 -101l-38 12
+l29.9 89h-75.9zM243.1 182.5l188.9 68.5l-147.9 54.1z" />
+    <glyph glyph-name="dotmath" unicode="&#x22c5;" horiz-adv-x="250" 
+d="M125 199c-28 0 -54 26 -54 54s26 54 54 54s54 -26 54 -54s-26 -54 -54 -54z" />
+    <glyph glyph-name="uni22EF" unicode="&#x22ef;" horiz-adv-x="657" 
+d="M533 199c-28 0 -54 26 -54 54s26 54 54 54s54 -26 54 -54s-26 -54 -54 -54zM330 199c-28 0 -54 26 -54 54s26 54 54 54s54 -26 54 -54s-26 -54 -54 -54zM125 199c-28 0 -54 26 -54 54s26 54 54 54s54 -26 54 -54s-26 -54 -54 -54z" />
+    <glyph glyph-name="uni2303" unicode="&#x2303;" horiz-adv-x="679" 
+d="M332 646l-172 -284h-48l200 340h42l199 -340h-48z" />
+    <glyph glyph-name="filledbox" unicode="&#x25a0;" horiz-adv-x="576" 
+d="M73 430h430v-430h-430v430z" />
+    <glyph glyph-name="H22073" unicode="&#x25a1;" horiz-adv-x="576" 
+d="M112 396v-362h352v362h-352zM73 430h430v-430h-430v430z" />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" horiz-adv-x="541" 
+d="M498 36h-454l226 394z" />
+    <glyph glyph-name="uni25B3" unicode="&#x25b3;" horiz-adv-x="541" 
+d="M453 62l-182 315l-182 -315h364zM498 37h-454l227 393z" />
+    <glyph glyph-name="uni25B6" unicode="&#x25b6;" horiz-adv-x="510" 
+d="M73 -9v454l394 -226z" />
+    <glyph glyph-name="uni25B7" unicode="&#x25b7;" horiz-adv-x="510" 
+d="M99 36l315 182l-315 182v-364zM74 -9v454l393 -227z" />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" horiz-adv-x="541" 
+d="M44 429h454l-226 -394z" />
+    <glyph glyph-name="uni25BD" unicode="&#x25bd;" horiz-adv-x="541" 
+d="M89 405l182 -315l182 315h-364zM44 430h454l-227 -393z" />
+    <glyph glyph-name="uni25C0" unicode="&#x25c0;" horiz-adv-x="510" 
+d="M438 447v-454l-394 226z" />
+    <glyph glyph-name="uni25C1" unicode="&#x25c1;" horiz-adv-x="510" 
+d="M412 402l-315 -182l315 -182v364zM437 447v-454l-393 227z" />
+    <glyph glyph-name="bigcircle" unicode="&#x25cb;" horiz-adv-x="564" 
+d="M282 -15c-129 0 -233 105 -233 234s104 233 233 233s234 -104 234 -233s-105 -234 -234 -234zM282 426c-115 0 -207 -93 -207 -207c0 -115 92 -208 207 -208c114 0 208 93 208 208s-93 207 -208 207z" />
+    <glyph glyph-name="H18533" unicode="&#x25cf;" horiz-adv-x="564" 
+d="M282 -15c-129 0 -233 105 -233 234s104 233 233 233s234 -104 234 -233s-105 -234 -234 -234z" />
+    <glyph glyph-name="uni25D0" unicode="&#x25d0;" horiz-adv-x="564" 
+d="M282 -15c-129 0 -233 105 -233 234s104 233 233 233s234 -104 234 -233s-105 -234 -234 -234zM282 11c114 0 208 93 208 208s-93 207 -208 207v-415z" />
+    <glyph glyph-name="uni25D1" unicode="&#x25d1;" horiz-adv-x="564" 
+d="M282 453c129 0 233 -105 233 -234s-104 -233 -233 -233s-234 104 -234 233s105 234 234 234zM282 427c-114 0 -208 -93 -208 -208s93 -207 208 -207v415z" />
+    <glyph glyph-name="uni25D2" unicode="&#x25d2;" horiz-adv-x="564" 
+d="M48 226c0 129 105 233 234 233s233 -104 233 -233s-104 -234 -233 -234s-234 105 -234 234zM74 226c0 -114 93 -208 208 -208s207 93 207 208h-415z" />
+    <glyph glyph-name="uni25D3" unicode="&#x25d3;" horiz-adv-x="564" 
+d="M516 212c0 -129 -105 -233 -234 -233s-233 104 -233 233s104 234 233 234s234 -105 234 -234zM490 212c0 114 -93 208 -208 208s-207 -93 -207 -208h415z" />
+    <glyph glyph-name="uni25D4" unicode="&#x25d4;" horiz-adv-x="564" 
+d="M282 -15c-129 0 -233 105 -233 234s104 233 233 233s234 -104 234 -233s-105 -234 -234 -234zM282 426c-115 0 -207 -93 -207 -207c0 -115 92 -208 207 -208c114 0 208 93 208 208h-208v207z" />
+    <glyph glyph-name="uni25D5" unicode="&#x25d5;" horiz-adv-x="564" 
+d="M282 -15c-129 0 -233 105 -233 234s104 233 233 233s234 -104 234 -233s-105 -234 -234 -234zM282 11c114 0 208 93 208 208s-93 207 -208 207v-208s-142 1 -207 1c0 -115 92 -208 207 -208z" />
+    <glyph glyph-name="uni25D6" unicode="&#x25d6;" horiz-adv-x="355" 
+d="M282 -15c-129 0 -233 105 -233 234s104 233 233 233v-467z" />
+    <glyph glyph-name="uni25D7" unicode="&#x25d7;" horiz-adv-x="355" 
+d="M73 453c129 0 233 -105 233 -234s-104 -233 -233 -233v467z" />
+    <glyph glyph-name="uni2605" unicode="&#x2605;" horiz-adv-x="610" 
+d="M194 194l-155 113h195l70 193l63 -193h205l-167 -116l65 -196l-170 123l-178 -124z" />
+    <glyph glyph-name="uni2669" unicode="&#x2669;" horiz-adv-x="400" 
+d="M307 698l-40 -9l3 -524c-20.5 9.5 -55 14 -89 14c-49.5 0 -137 -49.5 -137 -127c0 -38.9 35.6 -62 100 -62c92 0 160.8 66 161 131z" />
+    <glyph glyph-name="musicalnote" unicode="&#x266a;" horiz-adv-x="534" 
+d="M44 52c0 78 87 127 137 127c34 0 69 -4 89 -14l-3 524l40 9c5 -47 62 -85 129 -129c56 -37 72 -88.7 72 -138c0 -56 -37 -121 -118 -145c-6 7 -8 13 -9 21c52 16 70 60 70 97c0 67.3 -47 103 -83 121c-27 13 -47.4 36.2 -61 55l-2 -459c0 -65 -69 -131 -161 -131
+c-64 0 -100 23 -100 62z" />
+    <glyph glyph-name="musicalnotedbl" unicode="&#x266b;" horiz-adv-x="830" 
+d="M670 400l-363 190l-2 -469c-0.299988 -65 -69 -131 -161 -131c-64.4 0 -100 23.1 -100 62c0 77.5 87.5 127 137 127c34 0 68.5 -4.5 89 -14l-3 524l40 9l403 -205l-2 -573c-0.200012 -65 -69 -131 -161 -131c-64.4 0 -100 23.1 -100 62c0 77.5 87.5 127 137 127
+c34 0 68.5 -4.5 89 -14z" />
+    <glyph glyph-name="parenleft.sc" unicode="&#xf6ae;" horiz-adv-x="298" 
+d="M44 324.7c0 160 93 303.6 212 391.3c11.4 -0.700012 17.6 -6.70001 21 -15.5c-32 -31 -150 -149.6 -150 -375.8s117 -344.8 150 -377.5c-3 -6.9 -11 -12.9 -21 -14.6c-208 154.8 -212 353.4 -212 392.1z" />
+    <glyph glyph-name="parenright.sc" unicode="&#xf6af;" horiz-adv-x="298" 
+d="M254 324.7c0 -160 -93 -303.6 -212 -391.3c-11.4 0.699997 -17.6 6.7 -21 15.5c32 31 150 149.6 150 375.8s-117 344.9 -150 377.6c3 6.90002 11 12.9 21 14.6c208 -154.8 212 -353.5 212 -392.2z" />
+    <glyph glyph-name="bracketleft.sc" unicode="&#xf6b0;" horiz-adv-x="356" 
+d="M108 -59v770.6h212c6 -5.19995 6 -20.6 0 -25.8c-137 -8.59998 -145 -21.5 -145 -96.3v-525.5c0 -74.8 7 -87.7 145 -97.2c6 -5.2 6 -20.6 0 -25.8h-212z" />
+    <glyph glyph-name="bracketright.sc" unicode="&#xf6b1;" horiz-adv-x="356" 
+d="M248 712.4v-770.5h-212c-6 5.2 -6 20.6 0 25.8c137 8.6 145 21.5 145 96.3v525.5c0 74.8 -7 87.6 -145 97.1c-6 5.20001 -6 20.6 0 25.8h212z" />
+    <glyph glyph-name="braceleft.sc" unicode="&#xf6b2;" horiz-adv-x="277" 
+d="M178 581.7l8 -142.7c4.3 -76.5 -37.8 -101.3 -105 -117.9v-3.39999c67.8 -24.3 109.4 -58.2 105 -129l-8 -128.1c-4.5 -72.2 36 -115.3 80 -115.3c6 -5.2 6 -15.4 0 -20.6c-101 0 -157 28.4 -152 140.2l6 146.2c2 52.5 -24.5 90.3 -98 98c-8 6.89999 -9 12.9 0 20.6
+c74 6 98 52.5 98 95.5l-6 158.2c-4 97.2 62 131.6 152 131.6c6 -5.20001 6 -15.4 0 -20.6c-38 -9.5 -85 -24.2 -80 -112.7z" />
+    <glyph glyph-name="braceright.sc" unicode="&#xf6b3;" horiz-adv-x="277" 
+d="M95 57.1l-8 142.8c-4.3 76.5 37.8 101.2 105 117.8v3.39999c-67.8 24.3 -109.4 58.2 -105 129l8 128.2c4.5 72.2 -36 115.2 -80 115.2c-6 5.20001 -6 15.4 0 20.6c101 0 157 -28.3 152 -140.1l-6 -146.2c-2 -52.5 24.5 -90.4 98 -98.1c8 -6.90002 9 -12.9 0 -20.6
+c-74 -6 -98 -52.5 -98 -95.5l6 -158.2c4 -97.2 -62 -131.6 -152 -131.6c-6 5.2 -6 15.4 0 20.6c38 9.5 85 24.2 80 112.7z" />
+    <glyph glyph-name="exclamdown.sc" unicode="&#xf6b4;" horiz-adv-x="288" 
+d="M144 -13c-24 0 -53 19 -53 73c0 65 14 107 24 193c13 108 13 168 15 182c1 11 4 20 14 20s13 -7 14 -13c2 -21 8 -111 16 -189c9 -88 23 -123 23 -193c0 -54 -29 -73 -53 -73zM197 602c0 -29 -24 -53 -53 -53s-53 24 -53 53s24 53 53 53s53 -24 53 -53z" />
+    <glyph glyph-name="questiondown.sc" unicode="&#xf6b5;" horiz-adv-x="435" 
+d="M321 74c0 15 -2 21 -6 26s-6 11 -6 24c0 23 20 35 39 35c16 0 41 -8 41 -43c0 -38 -21 -66 -51 -90c-29 -25 -71 -39 -124 -39c-102 0 -168 60 -168 151c0 79 62 123 109 157c23 17 43 33 52 50c13 25 14 49 14 73v44c0 7 9 10 17 10s16 -3 16 -10v-46
+c0 -43 -5 -102 -70 -161c-40 -37 -55 -66 -55 -113c0 -65 38 -122 95 -122s97 24 97 54zM291 603c0 -29 -24 -53 -53 -53s-53 24 -53 53s24 53 53 53s53 -24 53 -53z" />
+    <glyph glyph-name="guillemotleft.sc" unicode="&#xf6b6;" horiz-adv-x="543" 
+d="M156 237c37.5 -42.5 75 -91 127 -170c-2.5 -10 -13.5 -17.8 -24 -19c-79.5 85.5 -129.5 134 -185 183v12c55.5 49 105.5 97.5 185 183c10.5 -1.20001 21.5 -9 24 -19c-52 -79 -89.5 -127.5 -127 -170zM336 237c37.5 -42.5 75 -91 127 -170c-2.5 -10 -13.5 -17.8 -24 -19
+c-79.5 85.5 -129.5 134 -185 183v12c55.5 49 105.5 97.5 185 183c10.5 -1.20001 21.5 -9 24 -19c-52 -79 -89.5 -127.5 -127 -170z" />
+    <glyph glyph-name="guillemotright.sc" unicode="&#xf6b7;" horiz-adv-x="543" 
+d="M308 237c-37.5 42.5 -75 91 -127 170c2.5 10 13.5 17.8 24 19c79.5 -85.5 129.5 -134 185 -183v-12c-55.5 -49 -105.5 -97.5 -185 -183c-10.5 1.2 -21.5 9 -24 19c52 79 89.5 127.5 127 170zM128 237c-37.5 42.5 -75 91 -127 170c2.5 10 13.5 17.8 24 19
+c79.5 -85.5 129.5 -134 185 -183v-12c-55.5 -49 -105.5 -97.5 -185 -183c-10.5 1.2 -21.5 9 -24 19c52 79 89.5 127.5 127 170z" />
+    <glyph glyph-name="guilsinglleft.sc" unicode="&#xf6b8;" horiz-adv-x="363" 
+d="M156 237c38 -43 75 -91 127 -170c-3 -10 -13 -18 -24 -19c-79 86 -129 134 -185 183v12c56 49 106 97 185 183c11 -1 21 -9 24 -19c-52 -79 -89 -127 -127 -170z" />
+    <glyph glyph-name="guilsinglright.sc" unicode="&#xf6b9;" horiz-adv-x="363" 
+d="M144 237c-38 43 -75 91 -127 170c3 10 13 18 24 19c79 -86 129 -134 185 -183v-12c-56 -49 -106 -97 -185 -183c-11 1 -21 9 -24 19c52 79 89 127 127 170z" />
+    <glyph glyph-name="uniF6BE" unicode="&#xf6be;" horiz-adv-x="272" 
+d="M113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241
+z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="500" 
+d="M50 603v-508l170 254zM80 50h340l-170 254zM280 349l170 -254v508zM250 394l170 253h-340zM0 0v698h500v-698h-500z" />
+    <glyph glyph-name="male" unicode="&#x2642;" horiz-adv-x="667" 
+d="M279 367c-96 0 -171 -78 -171 -172c0 -92 72 -171 171 -171s171 79 171 171s-73 172 -171 172zM500 195c0 -119 -102 -217 -223 -217c-120 0 -219 95 -219 217s93 221 222 221c22 0 39 0 64 -8l118 215c-56 -32 -93 -49 -161 -64l-30 34c97 28 147 48 238 104l21 -10
+c12 -99 25 -151 59 -245l-44 4c-28 60 -37 97 -46 158l-109 -216c68 -35 110 -103 110 -193z" />
+    <glyph glyph-name="female" unicode="&#x2640;" horiz-adv-x="557" 
+d="M249 111c-126 18 -191 124 -191 219c0 119 93 220 222 220c137 0 220 -112 220 -220c0 -105 -75 -203 -192 -219l-3 -110h106v-46h-107l-3 -122h-47l-2 122h-107v46h106zM279 500c-96 0 -171 -77 -171 -170s72 -172 171 -172s171 79 171 172c0 91 -73 170 -171 170z" />
+    <glyph glyph-name="uni2641" unicode="&#x2641;" horiz-adv-x="557" 
+d="M307 417c126 -18 191 -124 191 -219c0 -119 -93 -220 -222 -220c-137 0 -220 112 -220 220c0 105 75 203 192 219l3 110h-106v46h107l3 122h47l2 -122h107v-46h-106zM277 28c96 0 171 77 171 170s-72 172 -171 172s-171 -79 -171 -172c0 -91 73 -170 171 -170z" />
+    <glyph glyph-name="uni0180" unicode="&#x180;" horiz-adv-x="493" 
+d="M174 363c-12.9 -11.4 -17 -21 -17 -42v-250c20 -25 41 -47 72 -47c95 0 141 86 141 200c0 97 -50 171 -111 171c-29 0 -59 -9 -85 -32zM167 394c31 28 69.1 45 112 45c87 0 177 -75 177 -197c0 -159 -119 -252 -221 -252c-35.3 0 -65.1 5.5 -88 24.8
+c-11 9.2 -17 9.2 -27.3 -2.8c-7.7 -8.9 -17.6 -18.2 -23.7 -24c-12 0 -17 4 -22 12c3 14 4 32 4 71v444h-61c-8 0 -11 8 -11 14c0 10 10 25 19 25h53v5c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-29h98
+c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-89v-116c0 -9 3.7 -10.7 10 -5z" />
+    <glyph glyph-name="uni0181" unicode="&#x181;" horiz-adv-x="642" 
+d="M123.6 615.3c-31.6 -0.299988 -54.6 -32 -54.6 -61.3c0 -16.3 7 -28.3 7 -45c0 -26 -19 -36 -35 -36c-21 0 -36 17 -36 37c0 56 53 137 151 137c17.3 0 11 -2 50 -2c40 0 86 2 121 2c186 0 215 -87 215 -154c0 -54.3 -42.9 -105.6 -93 -131v-2c87 -25 152 -80 152 -176
+c0 -86 -53 -186 -252 -186c-89 0 -103 2 -143 2c-39 0 -80 -1 -127 -2l-2 2v19c0 5 2 7.7 7 8l30 2c41.7 2.8 52 7 52 42v503c0 31.3 -19 41 -42.4 41.3zM247 332v-254c0 -33 13 -46 83 -46c152 0 182 60 182 133c0 90 -59 167 -196 167h-69zM247 570v-204h74
+c83 0 144 30 144 115c0 102 -75 132 -131 132c-87 0 -87 -10 -87 -43z" />
+    <glyph glyph-name="uni0182" unicode="&#x182;" horiz-adv-x="583" 
+d="M187 333v-252c0 -36 13 -50 72 -50c157 0 188 85 188 147c0 57 -28 155 -163 155h-97zM145 0c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 79 -2 129 -2h233c20 0 101 2 101 2l2 -2
+c12.2 -60 17.4 -116.4 19 -171c-8.20001 -5.29999 -21.5 -6.5 -35 -5c-21 84 -43 136 -116 136h-125c-24 0 -36 -7 -36 -31v-201h109c204 0 241 -109 241 -185c0 -64.8 -37.5 -119.4 -79 -147c-57 -38 -123 -43 -204 -43c-45 0 -76 2 -109 2z" />
+    <glyph glyph-name="uni0183" unicode="&#x183;" horiz-adv-x="491" 
+d="M153 54c20 -25 41 -30 72 -30c95 0 143 85 143 199c0 102 -52 172 -113 172c-11 0 -63 -2 -102 -42v-299zM194 688h201l14 -140l-31 -3c-12 46 -37 109 -90 109h-135v-270c34 37 74 55 122 55c87 0 175 -81 175 -203c0 -159 -117 -246 -219 -246c-43 0 -75 10 -104 35
+c-9 -13 -26 -27 -35 -37l-21 5c3 23 3 39 3 78v507c0 57 -10 62.7 -30 64l-32 2c-3 0 -5 1 -5 5l-2 23c48 8 108 16 189 16z" />
+    <glyph glyph-name="uni0184" unicode="&#x184;" horiz-adv-x="572" 
+d="M187 333v-252c0 -36 13 -50 72 -50c157 0 188 85 188 147c0 57 -28 155 -163 155h-97zM106 471c0 62 -22 80 -70 94c-10.7 11.3 -10.7 22.7 0 34c52 11 81 23 134 59c9 0 20 -3 20 -10c0 0 -3 -40 -3 -105v-170h109c204 0 241 -109 241 -185
+c0 -64.8 -37.5 -119.4 -79 -147c-57 -38 -123 -43 -204 -43c-45 0 -76 2 -106 2c-35 0 -128 -2 -128 -2l-2 2v23c0 5 3 7.7 7 8l27 2c41.3 3.1 54 17 54 45v393z" />
+    <glyph glyph-name="uni0185" unicode="&#x185;" horiz-adv-x="485" 
+d="M156 65c20 -24 42 -41 73 -41c94 0 143 87 143 201c0 102 -52 171 -114 171c-10 0 -62 -1 -102 -42v-289zM146 698c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105v-198c34 37 74 54 123 54c87 0 170 -79 170 -201c0 -159 -113 -248 -215 -248c-43 0 -74 11 -104 36
+c-8 -12 -22 -27 -31 -37c-7 0 -13.3 1.3 -20 5c2 24 3 40 3 79v438c0 62 -22 80 -70 94c-10.7 11.3 -10.7 22.7 0 34c52 11 81 23 134 59z" />
+    <glyph glyph-name="uni0187" unicode="&#x187;" horiz-adv-x="646" 
+d="M665 743c28 0 36 -24 36 -36c0 -31 -27 -35 -50 -35c-30.2 0 -67.9 -59 -74.1 -59h0.0999756c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298
+c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135c-215 0 -320 146.2 -320 320c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c101.1 0 149.5 -27 191.9 -39.4c8.59998 84.9 78.5 124.4 115.1 124.4z" />
+    <glyph glyph-name="uni0188" unicode="&#x188;" horiz-adv-x="493" 
+d="M456 428c-16 0 -35 9 -52 9c-20.4 0 -35.2 -11.7 -45.3 -27.7c23.5 -16.7 36.3 -39.3 36.3 -65.3c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14
+c-50 -82 -103 -101 -163 -101c-126 0 -198 89 -198 218c0 142 106 231 205 231c36.1 0 66.6 -5.60001 90.7 -15.6c28 54.1 80.8 75.6 115.3 75.6c34 0 42 -22 42 -36c0 -21 -13 -35 -34 -35z" />
+    <glyph glyph-name="uni018A" unicode="&#x18a;" horiz-adv-x="778" 
+d="M268 77c0 -32 11 -45 109 -45c141 0 266 50 266 252c0 154 -75 329 -291 329c-49 0 -84 -8 -84 -43v-493zM98 22c0 5 3 8.7 7 9l30 2c34.9 2.3 52 13 52 45v490c0 38 -29 47 -56.6 44.3c-33.4 -2.29999 -65.4 -19 -65.4 -54.3c0 -19.6 8 -29.4 8 -49
+c0 -21 -14 -34 -34 -34c-16 0 -37 8 -37 41c0 43 39.1 130.7 153 131c14.4 0 36 -2 72 -2c40 0 99 2 163 2c192 0 345 -153 345 -339c0 -246 -186 -310 -327 -310c-103 0 -142 2 -181 2c-40 0 -80 -1 -127 -2l-2 2v22z" />
+    <glyph glyph-name="uni018B" unicode="&#x18b;" horiz-adv-x="563" 
+d="M388 78v269h-89c-138 0 -168 -76 -168 -149c0 -115 68 -166 174 -166c70 0 83 13 83 46zM301 607h-81c-48 0 -85 -16 -111 -105l-26 3l14 153c31 -8 68 -13 113 -13h218l115 2v-25c0 -3 -1 -4 -4 -4l-30 -3c-31 -3 -40 -5 -40 -42v-496c0 -32 12 -44 40 -47l30 -3
+c3 0 4 -2 4 -5v-24c-44 1 -70 2 -114 2c-66 0 -104 -2 -170 -2c-109 0 -217 55 -217 178c0 156 103 205 284 205h62v189c0 33 0 37 -87 37z" />
+    <glyph glyph-name="uni018C" unicode="&#x18c;" horiz-adv-x="511" 
+d="M350 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM420 698c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27
+c-61 -7 -99 -22 -121 -40c-8 -2 -11 -3 -19 0c0 0 -11 35 -11 59c0 7 -7.20001 5.2 -12 1.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v199c0 19 -5 24 -23 24h-122
+c-52 0 -82 -63 -94 -109l-26 3l14 150c27 -6 46 -10 106 -10h159c11 1 34 1 56 10z" />
+    <glyph glyph-name="uni018D" unicode="&#x18d;" horiz-adv-x="490" 
+d="M232 24l17 -13l-8 16c67 24 139 73 139 187c0 81 -42 191 -135 191c-51 0 -132 -25 -132 -188c0 -51 34 -124 89 -168zM260 2l18 -15c38 -30 93 -77 93 -119c0 -76 -67 -103 -137 -103c-99 0 -163 59 -163 92c0 29 24 37 38 37c10 0 32 -8 51 -44c20 -38 49 -52 75 -52
+c52 0 84 17 84 60c0 22 -48 62 -84 90l-71 56c-81 63 -130 115 -130 202c0 163 116 233 222 233c123 0 201 -91 201 -208c0 -134 -108 -198 -197 -229z" />
+    <glyph glyph-name="uni0190" unicode="&#x190;" horiz-adv-x="517" 
+d="M295 658c71 0 93 -25 144 -30l19 -143l-31 -5c-18 80 -41 144 -140 144c-80 0 -141 -41 -141 -124c0 -50 29 -135 144 -135h68c11 0 17 -9 17 -20c0 -13 -6 -19 -17 -19h-97c-107 0 -137 -75 -137 -140c0 -120 66 -164 144 -164c69 0 153 39 177 148l30 -3l-17 -144
+c-56 -9 -101 -35 -181 -35c-103 0 -239 33 -239 178c0 108 76 166 144 185c-30 11 -107 51 -107 141c0 113 115 166 220 166z" />
+    <glyph glyph-name="uni0191" unicode="&#x191;" horiz-adv-x="477" 
+d="M101 81v490c0 31 -12.6 42.4 -51 45l-30 2c-7 0.5 -8 4 -8 7v20l2 2c47 -1 88 -2 127 -2h253.3c24.2 0 29.5 0.599976 47 4c2.40002 0 3.60001 -0.700012 4 -3c1.40002 -7.59998 16.5 -104 21.7 -145l-29 -5c-22 69 -40 109 -115 109h-105c-24 0 -36 -10 -36 -34v-210
+h127c35 0 47 14 50 42l3 25c0 4 3 8 7 8h22l4 -4c-3 -40 -4 -70 -4 -90s1 -47 4 -87l-4 -3h-22c-5 0 -7 5 -7 8l-3 25c-3 29 -16 38 -50 38h-127v-220c0 -128 -47 -190 -105 -236c-45 -38 -89 -39 -114 -39c-22 0 -64 18 -64 54c0 22 24 36 38 36c31 0 42.3 -13.8 52 -27
+c7.3 -10 14 -18 28 -18c33 0 84 28 84 208z" />
+    <glyph glyph-name="uni0193" unicode="&#x193;" horiz-adv-x="721" 
+d="M670 743c28 0 36 -24 36 -36c0 -31 -27 -35 -50 -35c-7 0 -15 1 -20 1c-3 0 -6 0 -8 -1c-28.6 -4.90002 -41.8 -31.1 -45.7 -58.5c0.900024 -0.200012 1.79999 -0.299988 2.70001 -0.5c16 -72 20.5 -112 23 -154c-11.3 -4.70001 -21.7 -6.70001 -33 -6
+c-26 86 -67 169 -212 169c-116.5 0 -230 -120 -230 -295c0 -132 84 -301 242 -301c54 0 121 6 155 38v153c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c44 -1 90.5 -2 124 -2c40 0 65 1 89 2c6 -6 6 -30 0 -36c-29 -3 -46 -12.8 -46 -48v-116c0 -11 5 -19 16 -28
+c-68 -58 -161 -83 -279 -83c-191 0 -315 137.2 -315 317c0 220 173 351 340 351c91.5 0 132.8 -23.8 178.1 -37.8c9.30005 83.7 78.6 122.8 114.9 122.8z" />
+    <glyph glyph-name="uni0194" unicode="&#x194;" horiz-adv-x="617" 
+d="M291 -20c-30 -45 -51 -114 -51 -130c0 -27 10 -39 28 -39c23 0 38 34 38 65c0 22 0 65 -15 104zM488 572c11.8 31.4 1.5 38.5 -48 44l-18 2c-4 0 -8 3 -8 8v19l2 2s73 -2 112 -2c35 0 87 2 87 2l2 -2v-19c0 -5 -3 -7.70001 -8 -8c-43 -3 -60 -11 -73 -46l-192 -511
+c25 -74 35 -131 35 -170c0 -69 -46 -123 -112 -123c-54 0 -75 39 -75 72c0 50 31 108 78 196l-189 534c-14 40 -39 45 -73 48c-4 0.400024 -8 3 -8 8v19l2 2s68 -2 107 -2c35 0 124 2 124 2l2 -2v-19c0 -5 -3 -7 -8 -8l-17 -2c-34.6 -4.09998 -48 -10 -48 -26
+c0 -6 1 -12 4 -20l154 -441h3z" />
+    <glyph glyph-name="uni0195" unicode="&#x195;" horiz-adv-x="714" 
+d="M298 387c-39.4 0 -78 -21.7 -116 -59c-8 -8.70001 -17 -21 -17 -42.1v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-42.1 1 -59.8 2 -98.8 2c-43 0 -68.6 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30
+c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.800003 -225c0 -14 6.40001 -3.79999 9.8 0c61 68 105.9 81 155 81c71 0 109 -52 109 -155v-152c0 -66 26 -95 73 -95c75 0 126 102 126 200c0 96 -30 123 -59 128c-12 1 -42 6 -42 37c0 18 14 37 41 37
+c69 0 98 -70 98 -190c0 -183 -84 -259 -164 -259c-104 0 -151 53 -152 145v160c0 80 -20 92 -61 92z" />
+    <glyph glyph-name="uni0196" unicode="&#x196;" horiz-adv-x="290" 
+d="M90 563c0 65 -10 78 -30 78l-32 2c-3.2 0.200012 -6 2 -6 5l-2 24c40.5 3 109.9 16 135 26c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105v-446c0 -62 6 -92 33 -92c26 0 41 8 67 28c8.70001 -2.4 14.7 -8 18 -17c-39 -44 -75 -66 -120 -66c-46 0 -73 28 -73 99v474z" />
+    <glyph glyph-name="uni0197" unicode="&#x197;" horiz-adv-x="297" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-77c-8 0 -11 8 -11 14c0 10 10 25 19 25h69v163c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-163h76c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-67v-199z" />
+    <glyph glyph-name="uni0198" unicode="&#x198;" horiz-adv-x="637" 
+d="M398 479l-56 -72c-30.2 -38.8 -35 -42 -35 -49c0 -8 5 -16 13 -25l219 -260c34 -42 70 -39 88 -42c6 -6 6 -27 0 -33c-47 1 -62 2 -101 2c-30 0 -34 -1 -54 -2c-4 0 -5 3 -5 6c-2 16 -16 43 -36 69l-157 198c-20 25.7 -49.1 36.9 -83 37.9v-186.9c0 -83 17 -88 87 -91
+c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7c35.1 2.60001 57.3 12.5 79 38.7
+l106 128c60.4 73 99 144 173 144c67 0 115 -41 115 -77c0 -22 -20 -39 -40 -39c-46 0 -32 79 -87 79c-28 0 -84.9 -72.4 -139 -142z" />
+    <glyph glyph-name="uni0199" unicode="&#x199;" horiz-adv-x="512" 
+d="M86 476c0 158 88 222 155 222c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-53 0 -69 -70 -69 -190v-239.8c18.9 2.60001 45.8 14.4 68 30.8c25.7 19 57 53 80 82c9.29999 11.7 33 47 -23 51c-6 6 -6 27 0 33
+c37 -1 60 -2 98 -2c36 0 50 1 87 2c6 -6 6 -27 0 -33c-40 -4 -75 -12 -105 -44l-88 -91c-4 -4 -4 -6 -4 -10c0 -5 3.39999 -9.5 7 -14l132 -166c26.7 -33.6 52 -38 86 -42c6 -6 6 -27 0 -33c-30 1 -51 2 -82 2c-30 0 -42 -1 -62 -2c-3 0 -3.20001 2.1 -4 5
+c-4 15 -12.6 30.5 -42 70l-73 98c-11.9 16 -21 25 -32 32.5c-9.7 3.39999 -23.8 4.89999 -43 5.39999v-86.9c0 -83 11 -88 79 -91c6 -6 6 -27 0 -33c-43 1 -72 2 -118 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 3 65 8 65 91v354z" />
+    <glyph glyph-name="uni019A" unicode="&#x19a;" horiz-adv-x="264" 
+d="M174 321v-199c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v199h-83c-8 0 -11 8 -11 14c0 10 10 25 19 25h75v199c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-223h76c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-67z" />
+    <glyph glyph-name="uni019B" unicode="&#x19b;" horiz-adv-x="531" 
+d="M348 616l17 -30l-100.4 -58.9l94.4 -313.1c39 -132 51 -164 83 -164c21 0 41 5 62 31c11.3 -2.4 16.7 -7 20 -16c-18 -39 -57 -76 -86 -76c-50 0 -74 44 -102 137l-71 237l-143 -363c-27 -2 -52 -6 -75 -12l-25 12l221 435l-13 43
+c-2.5 8.60001 -5.10001 16.7 -7.60001 24.4l-94.4 -55.4l-17 30l99.6 58.4c-33.7 86.7 -65.1 101.6 -88.6 101.6c-25 0 -51 -10 -71 -25c-7.3 2.40002 -14.9 4.20001 -17 17c26 38 58 69 97 69c30 0 86 -11 121 -129l2.39999 -7.90002z" />
+    <glyph glyph-name="uni019C" unicode="&#x19c;" horiz-adv-x="872" 
+d="M766 116c0 -50 3.59998 -55.8 25 -58l48 -5l3 -23c-62 -11 -112 -24 -134 -42h-23l2 85l-2 1c-51 -49 -110 -86 -177 -86c-59 0 -98 39 -108 86c-62 -60 -125 -86 -184 -86c-94 0 -115 73 -115 162v424c0 30 -14.7 39.1 -54 42l-27 2c-4 0.299988 -8 3 -8 8v19l2 2
+c50 -1 77 -2 127 -2c48 0 74 1 123 2l2 -2v-19c0 -5 -3 -7.59998 -8 -8l-21 -2c-41 -3.90002 -55 -14 -55 -42v-447c0 -66 32 -91 73 -91c43 0 87 20 139 72c-1 14 -1 26 -1 41v425c0 30 -16.1 38.6 -54 42l-22 2c-4 0.299988 -8 3 -8 8v19l2 2c50 -1 74 -2 122 -2
+s74 1 123 2l2 -2v-19c0 -5 -3 -7.59998 -8 -8l-21 -2c-39.9 -3.79999 -55 -14 -55 -42v-445c0 -66 32 -93 73 -93c38 0 87 25 138 74v464c0 30 -14.1 38.4 -54 42l-22 2c-4 0.299988 -8 3 -8 8v19l2 2c50 -1 74 -2 122 -2c50 0 79 1 128 2l2 -2v-19c0 -5 -3 -7.59998 -8 -8
+l-26 -2c-39.8 -3.09998 -55 -14 -55 -42v-458z" />
+    <glyph glyph-name="uni019D" unicode="&#x19d;" horiz-adv-x="695" 
+d="M104 88v462c-2 12 -24 68 -73 68c-5 0 -12 3 -12 8v18l3 2h130l349 -441c29 -37 43 -65 52 -65c5 0 5 19 5 38v379c0 27 -13 61 -54 61h-26c-5 0 -14 3 -14 8v19l5 1s74 -1 110 -1c39 0 111 1 111 1l2 -1v-19c0 -5 -4 -8 -8 -8h-27c-39 0 -54 -31 -54 -61v-536
+c0 -19 -7 -29 -21 -29c-16 1 -29 7 -40 22l-349 441c-17 22 -28 33 -34 33c-8 0 -10 -15 -10 -49v-350c0 -134 -2 -276 -114 -276c-47 0 -79 29 -79 49c0 32 24 35 32 35c14 0 29 -20 34 -40c3 -10 9 -14 20 -14c62 0 62 185 62 245z" />
+    <glyph glyph-name="uni01A2" unicode="&#x1a2;" horiz-adv-x="893" 
+d="M338 624c-96 0 -206 -87 -206 -297c0 -192 108 -303 239 -303c41 0 75 12 106 37v508c-40 36 -86 55 -139 55zM810 -56c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v589c0 67 -7 69 -69 69
+c-84.5 0 -94 -2.5 -94 -52v-490c-53 -46 -128 -70 -210 -70c-172 0 -316 123 -316 320c0 196 136 348 315 348c50 0 100 -12 143 -35c17 6 35 25 46 35c12 0 19 -2.5 19 -12c11 -5.5 65 -7 108 -7c62 0 92 2 131 19c8.5 0 15 -3 15 -10c0 0 -3 -48 -3 -96v-608z" />
+    <glyph glyph-name="uni01A3" unicode="&#x1a3;" horiz-adv-x="710" 
+d="M354 336c-27 45 -67 69 -109 69c-80 0 -123 -74 -123 -178c0 -151 88 -193 146 -193c19 0 60 2 86 22v280zM632 -111c0 -83 11 -87 72 -90c6 -6 6 -27 0 -33c-43 1 -68 2 -111 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 6 72 89v439c0 44 -34 44 -67 44
+c-10 0 -34 -4 -53 -12v-308c-45 -31 -132 -61 -189 -61c-144 0 -208 124 -208 217c0 132 91 232 213 232c34 0 66 -4 94 -19c29 -15 110 -16 140 -16c72 0 110 38 132 38h17v-553z" />
+    <glyph glyph-name="uni01A4" unicode="&#x1a4;" horiz-adv-x="654" 
+d="M312 554v-233c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM167.5 645h101.5s111 7 137 7c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204c-35 0 -59 3 -81 10v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33
+c-50 1 -88 2 -144 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -20 83 -60.5 83c-36.5 0 -83.7 -8 -83.7 -41.8c0 -10.8 2.39999 -16.8 6 -27.6c2.39999 -9.59998 7.2 -19.2 7.2 -28.8c0 -25.2 -20.4 -42 -44.4 -42c-19.2 0 -45.6 10.8 -45.6 50.4
+c0 51.6 47 128.8 161.5 128.8z" />
+    <glyph glyph-name="uni01A5" unicode="&#x1a5;" horiz-adv-x="519" 
+d="M175 335c-12.8 -13.2 -16 -23 -16 -44v-186c0 -36.1 3.89999 -41.9 24 -59.9c18 -16.1 53 -21.1 71 -21.1c112 0 141 102 141 184c0 113 -55 185 -119 185c-29.2 0 -70 -26 -101 -58zM159 486v-115c0 -7.10001 4.89999 -6.20001 8 -3c45 46 100 71 137 71
+c102 0 177 -98 177 -204c0 -81 -27 -143 -74 -189c-41 -39 -91 -56 -147 -56c-31.6 0 -62.5 5.6 -87 15.5c-10.2 4.2 -14 5.5 -14 -7.5v-108c0 -83 11 -87 82 -91c6 -6 6 -27 0 -33c-43 1 -74 2 -121 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v581
+c0 155 53 227 137 227c38 0 64 -3 90 -21c21 -16 32 -34 32 -51c0 -20 -24 -41 -41 -41c-21 0 -32 14 -40 32c-14 35 -20 47 -50 47c-33 0 -49 -24 -49 -178z" />
+    <glyph glyph-name="uni01A6" unicode="&#x1a6;" horiz-adv-x="564" 
+d="M497 388c0 -85 -88 -137 -135 -148l104 -239c23 -43 54 -77 94 -77l3 -20c-10 -4 -27 -7 -42 -7c-60 0 -104 39 -130 86l-103 233c-6 14 -11 16 -101 16v-162c0 -30 15 -43 55 -43h26c4 0 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 8 7 8
+h27c41 0 54 15 54 43v504c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-25c21 1 44 1 76 1c120 0 234 -36 234 -162zM416 387c0 101 -82 128 -142 128c-36 0 -63 -3 -87 -8v-240h50
+c97 0 179 18 179 120z" />
+    <glyph glyph-name="uni01AA" unicode="&#x1aa;" horiz-adv-x="305" 
+d="M2 601c0 60 47 97 107 97c71 0 112 -40 112 -184v-501c0 -123 10 -154 21 -170c10 -18 24 -26 37 -26s19 13 24 26c6 13 14 29 31 29c13 0 31 -6 31 -35c0 -22 -34 -49 -89 -49c-19 0 -58 13 -81 34c-49 45 -49 122 -49 222v385c0 26 4 70 10 92c-11 -7 -34 -16 -48 -16
+c-66 0 -106 40 -106 96zM174 601c0 32 -21 70 -66 70c-43 0 -66 -35 -66 -70c0 -36 24 -69 66 -69c41 0 66 34 66 69z" />
+    <glyph glyph-name="uni01AB" unicode="&#x1ab;" horiz-adv-x="316" 
+d="M164 -145c-22 0 -36 18 -36 38c0 45 58 28 84 44c19 11 27 35 27 59c0 3.9 -0.100006 7.9 -0.399994 11.7c-23.9 -11.8 -48.8 -17.7 -72.6 -17.7c-46 0 -77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20l46 0.100006c0 110.9 -3 104.3 -3 115.9
+c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17
+c-11.4 -12.9 -23.8 -23.9 -36.7 -33c1.90002 -11.4 2.70001 -22.2 2.70001 -33c0 -90 -74 -135 -103 -135z" />
+    <glyph glyph-name="uni01AC" unicode="&#x1ac;" horiz-adv-x="617" 
+d="M239.5 606h-76c-38 0 -83.7 -8 -83.7 -41.8c0 -10.8 2.39999 -16.8 6 -27.6c2.39999 -9.59998 7.2 -19.2 7.2 -28.8c0 -25.2 -20.4 -42 -44.4 -42c-19.2 0 -45.6 10.8 -45.6 50.4c0 51.6 46.5 128.8 161.5 128.8h208c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142
+c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-382c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -85 2 -139 2c-55 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99z" />
+    <glyph glyph-name="uni01AD" unicode="&#x1ad;" horiz-adv-x="355" 
+d="M89 471c0 155 53 227 137 227c38 0 64 -3 90 -21c21 -16 32 -34 32 -51c0 -20 -24 -41 -41 -41c-21 0 -32 14 -40 32c-14 35 -20 47 -50 47c-33 0 -49 -24 -49 -178v-57h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c26 0 56 8 82 28
+c10 -1 16 -7 18 -17c-39 -44 -89 -66 -135 -66s-77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20h46v42z" />
+    <glyph glyph-name="uni01AE" unicode="&#x1ae;" horiz-adv-x="597" 
+d="M350 52c0 -139 24 -191 55 -191c32 0 39 12 54 50c9 19 20 35 43 35c18 0 44 -22 44 -44c0 -18 -11 -38 -34 -55c-28 -19 -66 -23 -107 -23c-92 0 -140 79 -140 247v436c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145
+c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-452z" />
+    <glyph glyph-name="uni01B1" unicode="&#x1b1;" horiz-adv-x="666" 
+d="M126 587c-48 0 -70 -4 -76 -60h-26l7 118h96c67 0 89 -24 89 -62c0 -80 -96 -218 -96 -314c0 -142 77 -247 207 -247c138 0 206 117 206 246c0 146 -104 261 -104 324c0 34 31 53 128 53h70l7 -118h-26c-4 52 -24 60 -76 60c-33 0 -46 -8 -46 -22
+c0 -46 135 -161 135 -296c0 -133 -97 -281 -294 -281c-200 0 -295 132 -295 281c0 133 137 250 137 296c0 14 -11 22 -43 22z" />
+    <glyph glyph-name="uni01B2" unicode="&#x1b2;" horiz-adv-x="655" 
+d="M89 220v354c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s91 -1 130 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-325c0 -122 20 -223 150 -223c146 0 240 111 240 327c0 51 -7 272 -102 272c-18 0 -30 -7 -33 -24
+c-1 -8 -8 -42 -39 -42c-12 0 -33 7 -33 33c0 53 72 66 106 66c110 0 150 -133 150 -286c0 -330 -137 -382 -289 -382c-128 0 -235 42 -235 230z" />
+    <glyph glyph-name="uni01B3" unicode="&#x1b3;" horiz-adv-x="641" 
+d="M231 435c-62 108 -109 189 -144 189c-8 0 -28 -4 -28 -21c0 -7 2 -15 2 -25c0 -17 -6 -36 -30 -36c-22 0 -31 19 -31 33c0 33 46 84 116 84c59 0 112 -60 192 -193l74 -125l127 235c8 14 11 23 11 28c0 11 -5 14 -25 14h-30c-5 0 -6 4 -6 7v20l2 1s79 -1 92 -1
+c9 0 87 1 87 1l2 -1v-20c0 -5 -3 -7 -10 -7h-21c-30 0 -44 -12 -61 -44l-149 -281v-222c0 -31 16 -44 55 -44h26c5 0 9 -3 9 -8v-19l-2 -2s-87 2 -126 2c-36 0 -129 -2 -129 -2l-2 2v19c0 5 3 8 8 8h26c41 0 55 16 55 44v210z" />
+    <glyph glyph-name="uni01B4" unicode="&#x1b4;" horiz-adv-x="626" 
+d="M418 334c0 0 -97 -215 -177 -408c-30 -72 -66 -156 -137 -156c-19 0 -58 11 -58 47c0 30 22 39 38 39c15 0 25 -6 31 -14c10 -10 17 -17 27 -17c15 0 50 86 75 147c6 12 8 22 8 31c0 10 -9 37 -17 57l-126 293c-16 38 -27 49 -61 49c-6 0 -10 3 -10 7v20l2 2s44 -2 74 -2
+c47 0 119 2 119 2l2 -3v-18c0 -5 -6 -8 -11 -8c-30 0 -43 -6 -43 -22c0 -6 2 -14 6 -23l110 -258c13 30 111 254 111 254c53 120 106 204 170 204c55 0 71 -23 71 -47c0 -20 -18 -39 -39 -39c-14 0 -31 4 -41 14c-4 5 -16 7 -24 7c-32 0 -72 -93 -100 -158z" />
+    <glyph glyph-name="uni01BA" unicode="&#x1ba;" horiz-adv-x="448" 
+d="M260 217c86 -4 142 -59 142 -153c0 -141 -123 -141 -161 -166c-38 -24 -39 -44 -39 -49c0 -15 7 -26 7 -37c0 -26 -22 -43 -37 -43c-17 0 -36 12 -36 37c0 56 37 85 94 122c40 26 94 7 94 128c0 52 -15 128 -100 128c-18 0 -48 -9 -70 -14l153 217h-178
+c-42 0 -53 -7 -65 -71l-20 2l16 123c35 -5 24 -12 55 -12h262c9 0 14 -3 14 -8c0 -12 -3 -21 -12 -34z" />
+    <glyph glyph-name="uni01BB" unicode="&#x1bb;" horiz-adv-x="438" 
+d="M61 468c0 60 69 142 180 142c81 0 169 -44 169 -152c0 -75.5 -42.5 -119.5 -99 -174h37c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-68.6l-61.4 -59c-5 -5 -74 -73 -74 -121h178c36 0 53 25 70 96c10 2 23 0 29 -5c-1 -30 -11 -105 -24 -158c0 0 -46 2 -78 2h-175
+c-32 0 -83 -2 -83 -2c0 59 16 107 114 207l40.5 40h-96.5c-8 0 -11 8 -11 14c0 10 10 25 19 25h127.8c54.7 57.5 76.2 108.1 76.2 170c0 96 -51 121 -87 121c-73 0 -99 -36 -99 -61c0 -8 6 -17 8 -24s4 -13 4 -21c0 -22.1 -30 -40 -47 -40c-21 0 -40 18 -40 39z" />
+    <glyph glyph-name="uni01BC" unicode="&#x1bc;" horiz-adv-x="429" 
+d="M305 180c0 94 -86 154 -150 154c-28 0 -50 -1 -77 -11l22 190l-78 54h324l-8 -58v-2h-196l-16 -129l51 2c134 0 198 -94 198 -184c0 -136 -90 -208 -192 -208c-57 0 -135 32 -135 71c0 19 16 32 34 32c20 0 32 -12 41 -28c10 -19 25 -41 57 -41c76 0 125 64 125 158z" />
+    <glyph glyph-name="uni01BD" unicode="&#x1bd;" horiz-adv-x="429" 
+d="M297 138c0 60 -47 130 -111 130c-28 0 -90 -5 -120 -14l34 120l-59 55h305l-8 -58v-2h-196l-17 -62c14 1 65 5 87 5c99 0 155 -82 155 -158s-43 -166 -173 -166c-57 0 -146 32 -146 71c0 19 16 32 34 32c20 0 31 -14 40 -30c11 -20 37 -39 69 -39c59 0 106 34 106 116z
+" />
+    <glyph glyph-name="uni01BE" unicode="&#x1be;" horiz-adv-x="368" 
+d="M74 390h-50c-3 0 -4 1 -4 4v31c0 3 1 4 3 4c57 1 71 40 71 116v19l57 20v-155h110c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -23 -13h-98v-48c0 -40 14 -60 68 -80c81 -30 124 -66 124 -146c0 -99 -113 -128 -161 -128c-34 0 -72 4 -97 11c-7 1 -12 2 -19 2c-5 0 -14 -1 -23 -3
+l-7 142l27 1c1 -22 10 -70 36 -96c10 -11 44 -29 81 -29c35 0 95 28 95 77c0 43 0 72 -80 106c-72 32 -118 53 -118 128v63z" />
+    <glyph glyph-name="uni01BF" unicode="&#x1bf;" horiz-adv-x="520" 
+d="M305 396c-39 0 -77 -21 -151 -81v-366c147 84 249 187 249 302c0 90 -25 145 -98 145zM79 321c0 50 -7.6 60.3 -22 62l-43 4l-2 24c70.5 11 109.5 20 138 31c2.39999 0 4 -0.600006 4 -3l-3 -89h3c62 56 124 89 176 89c125 0 156 -80 156 -152
+c0 -148 -127 -262 -332 -374v-106l-133 -36l-4 25c-1 5 0 8 5 9l17 5c30 9 40 27 40 60v451z" />
+    <glyph glyph-name="uni021C" unicode="&#x21c;" horiz-adv-x="479" 
+d="M132 -145c-19 0 -38 15 -38 42c0 37 39 105 141 143c70 26 115 97 115 168c0 120 -89 159 -185 159l-5 30c70 0 145 73 145 130c0 77 -56 97 -96 97c-54 0 -101 -42 -110 -108l-24 2l8 128c28 0 83 12 153 12c47 0 137 -30 137 -121c0 -74 -68 -117 -97 -130
+c108 -19 163 -86 163 -200c0 -91 -79 -170 -193 -203c-53 -15 -77 -40 -77 -75c0 -13 5 -28 5 -34c0 -23 -24 -40 -42 -40z" />
+    <glyph glyph-name="uni021D" unicode="&#x21d;" horiz-adv-x="383" 
+d="M89 -229c-10 0 -32 7 -32 35c0 36 57 111 136 143c47 19 80 57 80 120c0 101 -80 112 -128 112c-10 0 -20 -2 -32 -4v25c78 13 125 78 125 124c0 58 -45 82 -84 82c-64 0 -90 -31 -99 -97l-21 2l8 117c27 0 61 12 131 12c47 0 128 -37 128 -106c0 -60 -54 -101 -72 -112
+c75 -17 118 -73 118 -141c0 -107 -94 -153 -143 -170c-52 -18 -81 -38 -81 -73c0 -13 2 -22 2 -29c0 -23 -16 -40 -36 -40z" />
+    <glyph glyph-name="uni0224" unicode="&#x224;" horiz-adv-x="618" 
+d="M191 605c-76 0 -93 -50 -115 -119l-30 5c8 41 18 113 22 167c37 -3 34 -13 82 -13h389c21 0 24 -3 24 -9c0 -11 -9 -26 -22 -45l-386 -546h329c97 0 124 -59 124 -97c0 -62 -31 -91 -66 -120l-20 9c18 23 28 47 28 63c0 80 -40 100 -114 100h-376c-17 0 -20 9 -20 16
+c0 6 3 13 9 21l400 568h-258z" />
+    <glyph glyph-name="uni0225" unicode="&#x225;" horiz-adv-x="456" 
+d="M150 390c-30 0 -64 -16 -84 -89l-26 3c8 49 14 93 15 138h25c2 -6 11 -13 26 -13h248c11 0 17 -3 17 -11c0 -6 -8 -18 -17 -32l-230 -347h196c69 0 123 -51 123 -101c0 -53 -27 -87 -58 -111l-21 10c11 18 22 46 22 62c0 80 -76 101 -115 101h-203c-18 0 -34 0 -34 11
+c0 6 2 12 8 21l236 358h-128z" />
+    <glyph glyph-name="dieresistonos" unicode="&#x385;" horiz-adv-x="368" 
+d="M244 786c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM50 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM219 575c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="Alphatonos" unicode="&#x386;" horiz-adv-x="695" 
+d="M263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17zM193 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13
+c0 3 1 7 2 10l52 143c4 11 15 17 28 17z" />
+    <glyph glyph-name="anoteleia" unicode="&#x387;" horiz-adv-x="253" 
+d="M127 238c-35 0 -58 28 -58 57c0 31 26 59 58 59c29 0 58 -26 58 -59c0 -30 -25 -57 -58 -57z" />
+    <glyph glyph-name="uni03F3" unicode="&#x3f3;" horiz-adv-x="259" 
+d="M99 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34
+c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241z" />
+    <glyph glyph-name="uni0400" unicode="&#x400;" horiz-adv-x="557" 
+d="M238 818l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45zM276 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63
+h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3
+c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="afii10023" unicode="&#x401;" horiz-adv-x="557" 
+d="M329 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM140 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM276 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0
+c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2
+h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="afii10052" unicode="&#x403;" horiz-adv-x="497" 
+d="M345 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21zM147 645h205s81 1 120 2c5.5 -33.8 10.9 -72.7 15 -157c-9.70001 -4.29999 -19.3 -5.20001 -29 -4c-21 69 -37 119 -112 119h-120c-24 0 -36 -10 -36 -34v-449
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91.2 2 -129 2s-91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2z" />
+
+<!--
+In Times anders
+-->
+    <glyph glyph-name="afii10058" unicode="&#x409;" horiz-adv-x="889" 
+d="M522 333v-231c0 -54 15 -71 69 -71c152 0 177 90 177 152c0 60 -30 150 -159 150h-87zM437 122v402c0 69 -9 90 -52 90h-75c-43 0 -49 -16 -49 -91c0 -164 -11 -355 -48 -447c-21 -52 -57 -88 -115 -88c-37 0 -92 14 -92 67c0 32 19 52 46 52c26 0 39 -15 45 -33
+c8 -23 19 -26 31 -26c21 0 39 25 51 66c19 62 38 182 38 385c0 110.5 -14.2 113.3 -78 115c-5.7 8.5 -6.2 23 0 33c0 0 38 -2 103 -2h237s81 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-150h100c213.7 0 235 -105 235 -179c0 -167 -147 -196 -268 -196
+c-36 0 -80 2 -109 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="afii10059" unicode="&#x40a;" horiz-adv-x="923" 
+d="M556 340v-218c0 -83 0 -91 55 -91c152 0 186 90 186 152c0 60 -30 157 -158 157h-83zM556 523v-141h56c245 0 275 -110 275 -199c0 -167 -157 -185 -278 -185c-36 0 -66 2 -95 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v218h-281v-218
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-141h281v141
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91z" />
+    <glyph glyph-name="afii10060" unicode="&#x40b;" horiz-adv-x="755" 
+d="M668 123c0 -84 11 -89 72 -92c6 -6 6 -27 0 -33c-33 1 -78.5 2 -114 2c-30.5 0 -83 -1 -115 -2c-6 6 -6 27 0 33c61 3 72 8 72 92v131c0 81 -36 119 -82 119c-29 0 -92 -17 -151 -73v-178c0 -83 17 -88 77 -91c6 -6 6 -27 0 -33c-30 1 -80.6 2 -119 2
+c-40.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c79 0 210 5 244 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5
+c-17 77 -64 103 -139 103h-42c-36 0 -46 -38 -46 -102v-167c67 67 146 83 185 83c88.8 0 133 -55 133 -158v-139z" />
+    <glyph glyph-name="afii10145" unicode="&#x40f;" horiz-adv-x="700" 
+d="M148 0c-35.6 0 -84 -1 -129 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.5 -2 130 -2c33.5 0 82 1 129 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -74 8 -83 37 -83h246c30 0 36 15 36 83v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2h-106c-63 0 -69 -41 -77 -141h-38c-8 101 -17 141 -77 141h-107z" />
+    <glyph glyph-name="uni04DC" unicode="&#x4dc;" horiz-adv-x="889" 
+d="M298 751c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM467 751c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM487 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v201.8c-102.4 -2.5 -120.5 -36.7 -158 -132.8c-43 -110 -80 -191 -158 -192l-79 -1c-5.5 10.2 -5.8 23.2 0 33c65.8 2.9 101.4 50.9 160 203c27 70 65 113 134 113v5c-76 28 -99 114 -108 176c-4.2 29.1 -10 62 -40 62c-13 0 -21 -5 -32 -16
+c-10 -10 -24 -15 -37 -15c-21 0 -44 11 -44 40c0 23 18 52 71 52c79 0 109 -56 119 -118c9 -56 23 -120 82 -152c21.2 -12.3 57.1 -14.5 90 -14.9v156.9c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-156.9c32.9 0.399994 68.8 2.60001 90 14.9c59 32 73 96 82 152c10 62 40 118 119 118c53 0 71 -29 71 -52c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16c-30 0 -35.8 -32.9 -40 -62c-9 -62 -32 -148 -108 -176v-5
+c69 0 107 -43 134 -113c58.6 -152.1 94.2 -200.1 160 -203c5.79999 -9.8 5.5 -22.8 0 -33l-79 1c-78 1 -115 82 -158 192c-37.5 96.1 -55.6 130.3 -158 132.8v-201.8z" />
+    <glyph glyph-name="uni04DD" unicode="&#x4dd;" horiz-adv-x="706" 
+d="M109 0c0 0 -74 -1 -94 -2c-6 6 -6 27 0 33c39 2 49 10 66 42l45 85c25 47 58 71 115 71v3c-39 11 -56 46 -71 86c-12 31 -24 50 -45 50c-9 0 -17 -3 -23 -7s-17 -7 -30 -7c-22 0 -40 19 -40 39c0 22 24 45 57 45c58 0 85 -54 104 -101c22 -55 52 -93 123 -93v63
+c0 83 -12 87 -63 91c-6 6 -6 27 0 33c23 -1 59.6 -2 99 -2c39.8 0 76 1 100 2c6 -6 6 -27 0 -33c-51 -5 -63 -8 -63 -91v-63c71 0 101 38 123 93c19 47 46 101 104 101c33 0 57 -23 57 -45c0 -20 -18 -39 -40 -39c-13 0 -24 3 -30 7s-14 7 -23 7c-21 0 -33 -19 -45 -50
+c-15 -40 -32 -75 -71 -86v-3c57 0 90 -24 115 -71l45 -85c17 -32 27 -40 66 -42c6 -6 6 -27 0 -33c-20 1 -94 2 -94 2c-20 1 -37 24 -50 51l-43 90c-18 37 -46 64 -114 68v-87c0 -83 12 -87 63 -91c6 -6 6 -27 0 -33c-22 1 -59.6 2 -99 2c-39.8 0 -77 -1 -100 -2
+c-6 6 -6 27 0 33c51 5 63 8 63 91v87c-68 -4 -96 -31 -114 -68l-43 -90c-13 -27 -30 -50 -50 -51zM199 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM368 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni04DE" unicode="&#x4de;" horiz-adv-x="558" 
+d="M44 115c0 24 13 40 33 40c28 0 43 -26 56 -52c25 -47 66 -77 144 -77c99 0 148 64 148 155c0 73 -44.5 147 -158 147c-33 0 -42 -6 -69 -6c-12 0 -29 5 -29 25s17 24 29 24c27 0 43 -6 70 -6c89.5 0 133 69 133 138c0 70 -29 121 -115 121c-114 0 -161 -73 -187 -161
+c-11.7 -2.29999 -22 -1.29999 -31 3c5.6 52.9 12.6 105.8 24 160c72 10.5 127 32 202 32c139 0 195 -66 195 -148c0 -84 -61 -133 -131 -153v-5c98.5 -7.79999 160 -82 160 -167c0 -131 -113 -195 -240 -195c-100 0 -158 22 -188 49c-27 24 -46 43 -46 76zM135 756
+c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM304 756c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni04DF" unicode="&#x4df;" horiz-adv-x="436" 
+d="M43 83c0 16 23 31 41 31c26 0 36.6 -13.6 45 -32c16.5 -36 27 -57 84 -57c70.5 0 93 32 93 91c0 44 -14 95 -88 95c-25 0 -36 -6 -55 -6c-9 0 -20 5 -20 21s10 22 19 22c19 0 36 -6 55 -6c64 0 71 47.5 71 89c0 40 -18 73 -73 73c-84 0 -109 -58 -128 -116
+c-9.4 -1.5 -18.9 0.399994 -27 4l13 119c54 9 100.5 28 154 28c101 0 141 -44 141 -102c0 -52 -16.5 -80 -77 -103v-3c70.5 -12 101 -52 101 -112c0 -99 -78 -129 -178 -129c-79 0 -112 21 -137 39c-21 16 -34 32 -34 54zM70 573c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM239 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni04E2" unicode="&#x4e2;" horiz-adv-x="710" 
+d="M598 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v356c-7.5 -2.5 -12.6 -7 -17.5 -13l-273.1 -340c-11.7 -14.9 -21.7 -23 -28.6 -46.7c7.09999 -41.3 29.4 -45 84.2 -47.3c6 -6 6 -27 0 -33
+c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-356c4.60001 0.300003 10.4 3.7 17.7 11l274.8 342
+c11.3 14.2 20.6 32.3 26.4 48.5c-7.39999 39.6 -29.9 43.2 -83.9 45.5c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM457 713h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17
+c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni04E3" unicode="&#x4e3;" horiz-adv-x="586" 
+d="M198 63l156.1 311.5c9 17.9 18.1 38 25.9 56.5c10 -1 37.8 -2 60 -2c30.8 0 71 1 111 2c6 -6 6 -27 0 -33c-61 -3 -77 -12 -77 -95v-177c0 -83 16 -92 77 -95c6 -6 6 -27 0 -33c-39 1 -80.2 2 -111 2c-39.8 0 -94 -1 -117 -2c-6 6 -6 27 0 33c51 3 72 12 72 95v227
+c0 10 -4 12 -7 12l-156.4 -312.8c-10.3 -20.5 -19.6 -40.4 -24.6 -54.2c-11 1 -38.4 2 -61 2c-32 0 -72 -1 -111 -2c-6 6 -6 27 0 33c61 3 77 12 77 95v177c0 83 -16 92 -77 95c-6 6 -6 27 0 33c38 -1 78.4 -2 111 -2c37 0 94 1 117 2c6 -6 6 -27 0 -33
+c-51 -3 -72 -12 -72 -95v-228c0 -10 4 -12 7 -12zM398 518h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni04E4" unicode="&#x4e4;" horiz-adv-x="710" 
+d="M395 760c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM206 760c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM598 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v356c-7.5 -2.5 -12.6 -7 -17.5 -13l-273.1 -340c-11.7 -14.9 -21.7 -23 -28.6 -46.7c7.09999 -41.3 29.4 -45 84.2 -47.3c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91
+c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-356c4.60001 0.300003 10.4 3.7 17.7 11l274.8 342c11.3 14.2 20.6 32.3 26.4 48.5c-7.39999 39.6 -29.9 43.2 -83.9 45.5c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2
+c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni04E5" unicode="&#x4e5;" horiz-adv-x="586" 
+d="M198 63l156.1 311.5c9 17.9 18.1 38 25.9 56.5c10 -1 37.8 -2 60 -2c30.8 0 71 1 111 2c6 -6 6 -27 0 -33c-61 -3 -77 -12 -77 -95v-177c0 -83 16 -92 77 -95c6 -6 6 -27 0 -33c-39 1 -80.2 2 -111 2c-39.8 0 -94 -1 -117 -2c-6 6 -6 27 0 33c51 3 72 12 72 95v227
+c0 10 -4 12 -7 12l-156.4 -312.8c-10.3 -20.5 -19.6 -40.4 -24.6 -54.2c-11 1 -38.4 2 -61 2c-32 0 -72 -1 -111 -2c-6 6 -6 27 0 33c61 3 77 12 77 95v177c0 83 -16 92 -77 95c-6 6 -6 27 0 33c38 -1 78.4 -2 111 -2c37 0 94 1 117 2c6 -6 6 -27 0 -33
+c-51 -3 -72 -12 -72 -95v-228c0 -10 4 -12 7 -12zM166 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM335 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni04EC" unicode="&#x4ec;" horiz-adv-x="622" 
+d="M327 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM138 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM271 -10c-97 0 -225 60 -225 134c0 20 9 39 34 39c29 0 44 -27 57 -64c14 -40 54 -74 130 -74c148 0 220 118 230 276
+c-33 15 -62 22 -100 22c-58 0 -87 -32 -154 -32c-59 0 -122 29 -122 54c0 8 5 12 9 12c8 0 24 -16 62 -16c59 0 102 38 165 38c13 0 79 -12 140 -46l1 1c0 213 -115 287 -194 287c-138 0 -195 -81 -221 -167l-30 4c10 52 18 101 22 155c57 3 97 45 224 45
+c166 0 286 -124 286 -333c0 -185 -99 -335 -314 -335z" />
+    <glyph glyph-name="uni04ED" unicode="&#x4ed;" horiz-adv-x="454" 
+d="M47 82c0 16 14 29 33 29c18 0 32 -5 47 -37c13 -27 37 -49 79 -49c89 0 126 57 126 176c-13 5 -26 9 -40 9c-19.2 0 -33.6 -4 -48.5 -10.3c-15.8 -6.59999 -33.1 -11.7 -57.5 -11.7c-45 0 -94 18 -94 32c0 4 2 14 8 14c7 0 20 -6 34 -6c17.7 0 33.9 5.60001 50.2 13.1
+c18.2 8.29999 37.3 14.9 60.8 14.9c31 0 59 -12 86 -28l3 2c0 92 -41.5 174 -125 174c-78 0 -111 -44 -129 -108c-10.2 -1.60001 -17.7 -0.700012 -26 4c1.7 40.7 3.7 81.7 9 120c52 4 104 19 154 19c145.5 0 201 -97 201 -218c0 -161 -96 -231 -200 -231
+c-96 0 -171 39 -171 92zM83 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM252 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni04EE" unicode="&#x4ee;" horiz-adv-x="590" 
+d="M104.5 523c-32.5 71 -42.5 86 -99.5 91c-6 6 -7 27 -1 33c34 -1 72 -2 104 -2c35.2 0 84 1 121 2c6 -6 6 -27 0 -33c-68 -7 -67 -23 -40.6 -80l138.6 -305h2l109 299c20 56 23 81 -51 86c-6 6 -6 27 0 33c37 -1 86 -2 109 -2s58 1 88 2c6 -6 6 -27 0 -33
+c-66 -8 -82 -45 -100.3 -93l-141.7 -360c-43 -109 -98 -183 -188 -183c-42 0 -90 23 -90 55c0 28 19 48 49 48c14 0 36 -7 46 -19c7 -9 22 -22 36 -22c32 0 57 21 88 96zM414 713h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z
+" />
+    <glyph glyph-name="uni04F0" unicode="&#x4f0;" horiz-adv-x="590" 
+d="M362 760c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM173 760c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM104.5 523c-32.5 71 -42.5 86 -99.5 91c-6 6 -7 27 -1 33c34 -1 72 -2 104 -2c35.2 0 84 1 121 2c6 -6 6 -27 0 -33
+c-68 -7 -67 -23 -40.6 -80l138.6 -305h2l109 299c20 56 23 81 -51 86c-6 6 -6 27 0 33c37 -1 86 -2 109 -2s58 1 88 2c6 -6 6 -27 0 -33c-66 -8 -82 -45 -100.3 -93l-141.7 -360c-43 -109 -98 -183 -188 -183c-42 0 -90 23 -90 55c0 28 19 48 49 48c14 0 36 -7 46 -19
+c7 -9 22 -22 36 -22c32 0 57 21 88 96z" />
+    <glyph glyph-name="uni04F2" unicode="&#x4f2;" horiz-adv-x="590" 
+d="M471 795c0 -9 -3 -16 -7 -20l-99 -84c-2 -2 -5 -3 -8 -3c-5 0 -13 5 -13 13c0 3 1.20001 6.40002 3.70001 11l59.3 109c5 8 12 12 23 12c29 0 41 -21.8 41 -38zM340 800c0 -8 -2 -15 -7 -19l-88 -80.5c-4.39999 -4 -8.39999 -7.5 -14 -7.5c-7 0 -13 5 -13 12
+c0 2 0.600006 7.20001 2.5 11l54.5 110c5 8 12 12 27 12c15.7 0 38 -14.7 38 -38zM104.5 523c-32.5 71 -42.5 86 -99.5 91c-6 6 -7 27 -1 33c34 -1 72 -2 104 -2c35.2 0 84 1 121 2c6 -6 6 -27 0 -33c-68 -7 -67 -23 -40.6 -80l138.6 -305h2l109 299c20 56 23 81 -51 86
+c-6 6 -6 27 0 33c37 -1 86 -2 109 -2s58 1 88 2c6 -6 6 -27 0 -33c-66 -8 -82 -45 -100.3 -93l-141.7 -360c-43 -109 -98 -183 -188 -183c-42 0 -90 23 -90 55c0 28 19 48 49 48c14 0 36 -7 46 -19c7 -9 22 -22 36 -22c32 0 57 21 88 96z" />
+    <glyph glyph-name="uni04F4" unicode="&#x4f4;" horiz-adv-x="650" 
+d="M378 760c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM189 760c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM102 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93 -2 129 -2c36.3 0 91 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-106c0 -82 40 -109 112 -109c28.5 0 91 3.89999 154 45v170c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 93.3 -2 129 -2c36.7 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-39 1 -92.9 2 -129 2c-35.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v192.9c-71.9 -49.4 -138.8 -64.9 -196 -64.9c-114 0 -155 79 -155 178v95z" />
+    <glyph glyph-name="uni04F5" unicode="&#x4f5;" horiz-adv-x="539" 
+d="M162 307v-17c0 -78 3 -112 68 -112c52 0 88 27 122 57v72c0 83 -11 87 -62 91c-6 6 -6 27 0 33c23 -1 63 -2 102 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -69 2 -112 2c-44 0 -79 -1 -112 -2
+c-6 6 -6 27 0 33c61 5 72 8 72 91v77c-41 -30 -91 -66 -154 -66c-93 0 -114 37 -114 131v43c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67 -2 110 -2c40 0 78 1 102 2c6 -6 6 -27 0 -33c-51 -5 -62 -8 -62 -91zM118.5 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47
+s-47 21 -47 47zM287.5 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni04F8" unicode="&#x4f8;" horiz-adv-x="798" 
+d="M442 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM253 759c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM693 123c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM267 31c132 0 163 79 163 162c0 104.7 -51.7 152.9 -180.3 152.9c-18.3 0 -38.2 -1 -59.7 -2.89999v-245
+c0 -33 9 -67 77 -67zM105 122v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93.7 -2 129 -2c38.3 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-140c29.7 2.5 57.1 3.79999 82.3 3.79999c183.3 0 250.7 -66.7 250.7 -193.8c0 -125.5 -86.5 -195 -258 -195
+c-36 0 -88 2 -117 2c-37.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91z" />
+    <glyph glyph-name="uni04F9" unicode="&#x4f9;" horiz-adv-x="724" 
+d="M617 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -68 2 -111 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 68 -2 111 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91zM355 126
+c0 53 -23 98 -98 98h-71v-148c0 -35 17 -45 66 -45c53 0 103 13 103 95zM186 306v-49h72c101 0 183 -27 183 -121c0 -107 -67 -138 -190 -138c-40.6 0 -63.4 2 -104 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33
+c33 -1 67.7 -2 111 -2c43.7 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -92zM232 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM401 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="element" unicode="&#x2208;" horiz-adv-x="506" 
+d="M462 0h-150c-159 0 -283 132 -283 286c0 155 126 286 283 286h150v-57h-155c-116 0 -195 -93 -208 -201h354v-56h-354c15 -114 104 -201 208 -201h155v-57z" />
+    <glyph glyph-name="notelement" unicode="&#x2209;" horiz-adv-x="506" 
+d="M462 0h-150c-25.3 0 -49.7 3.4 -72.8 9.6l-32.2 -89.6l-37 12l32.5 90.2c-102.9 43.9 -173.5 147.6 -173.5 263.8c0 155 126 286 283 286h88.6l27.4 76l37 -11l-23.4 -65h20.4v-57h-40.9l-72.3 -201h104.2v-56h-124.4l-70 -194.6c15.6 -4.2 31.8 -6.4 48.4 -6.4h155v-57z
+M222.3 77.2l65.2 180.8h-188.5c10.7 -81.2 58.9 -148.7 123.3 -180.8zM307.6 314l72.5 201h-73.1c-116 0 -195 -93 -208 -201h208.6z" />
+    <glyph glyph-name="uni220A" unicode="&#x220a;" horiz-adv-x="375" 
+d="M234 60c-131 0 -205 58 -205 186c0 111 57 186 205 186h98v-55h-98c-120 -1 -142 -51 -153 -104h251v-54h-251c11 -48 27 -105 153 -105h98v-54h-98z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="565" 
+d="M488 733l-180 -733l-38 -20l-140 241l-64 -26l-13 28c37 19 79 45 113 71l122 -211l165 684v5h113v-39h-78z" />
+    <glyph glyph-name="uni2214" unicode="&#x2214;" horiz-adv-x="550" 
+d="M226 525c0 27 22 49 49 49c24 0 48 -21 48 -49c0 -26 -20 -48 -48 -48c-30 0 -49 22 -49 48zM250 401c0 13 23 27 33 27c8 0 17 -4 17 -14v-172h176c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33h-163v-160c0 -12 -19 -25 -34 -25c-8 0 -16 6 -16 15v170h-175
+c-9 0 -15 8 -15 16c0 15 13 34 25 34h165v159z" />
+
+<!--
+Solte Semikolon sein?
+-->
+    <glyph glyph-name="uni037E" unicode="&#x37e;" horiz-adv-x="236" 
+d="M70 355c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM123 95c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="uni0374" unicode="&#x374;" horiz-adv-x="222" 
+d="M162 768c20 0 40 -15 40 -35c0 -15 -5.3 -28 -14 -40l-112 -155c-11 2 -17 5 -24 13l58 161c8.6 23.8 20 56 52 56z" />
+    <glyph glyph-name="uni0375" unicode="&#x375;" horiz-adv-x="192" 
+d="M64 -131c-20 0 -40 15 -40 35c0 15 5 28 14 40l112 155c11 -2 17 -5 24 -13l-58 -161c-9 -24 -20 -56 -52 -56z" />
+    <glyph glyph-name="Epsilontonos" unicode="&#x388;" horiz-adv-x="657" 
+d="M45 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM369 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91
+v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4
+c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="Etatonos" unicode="&#x389;" horiz-adv-x="795" 
+d="M58 725c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM713 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="hyphentwo" unicode="&#x2010;" horiz-adv-x="338" 
+d="M271 223h-216c-9 0 -15 9 -15 19c0 18 13 41 25 41h219c10 0 14 -10 14 -20c0 -12 -14 -40 -27 -40z" />
+    <glyph glyph-name="hyphennobreak" unicode="&#x2011;" horiz-adv-x="338" 
+d="M271 223h-216c-9 0 -15 9 -15 19c0 18 13 41 25 41h219c10 0 14 -10 14 -20c0 -12 -14 -40 -27 -40z" />
+    <glyph glyph-name="figuredash" unicode="&#x2012;" horiz-adv-x="438" 
+d="M378 287h-330c-9 0 -15 6 -15 15c0 16 13 33 25 33h332c11 0 14 -6 14 -15c0 -12 -13 -33 -26 -33z" />
+    <glyph glyph-name="Yen.fitted" unicode="&#xe01b;" horiz-adv-x="536" 
+d="M307 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -78.1 2 -128 2c-50.7 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v12h-142c-4 0 -5 2 -5 7v13c0 8 5 21 24 21h123v67h-142c-4 0 -5 1 -5 6v15c0 8 5 21 24 21h121.4l-9.39999 17l-133 208
+c-22.9 36.5 -40 61 -66 61c-3 0 -11 2 -11 8v23l1 2c12 -2 81 -3 95 -3c6 0 75 1 90 3l2 -2v-22c0 -4 -2 -9 -7 -9h-14c-17 0 -24 -5 -24 -16c0 -8 3.8 -21.1 10 -31l132 -207l126 207c7.60001 12.8 12 24 12 32c0 10 -8 16 -28 16h-14c-5 0 -6 4 -6 7v23l2 2
+c8 -1 67 -3 81 -3c8 0 49 1 70 3l1 -2v-22c0 -4 1 -8 -9 -8c-37 0 -47.6 -19.4 -71 -60l-132.9 -227h128.9c5 0 8 -2 8 -6v-22c0 -10 -14 -14 -25 -14h-123v-67h140c5 0 8 -2 8 -6v-21c0 -10 -14 -14 -25 -14h-123v-12z" />
+    <glyph glyph-name="a.alt" unicode="&#xe01d;" horiz-adv-x="451" 
+d="M291 233l-79 -21c-74 -19 -97 -60 -97 -105c0 -31 24 -76 74 -76c28 0 62 22 88 43c8 6 14 13 14 26v133zM355 -10c-38 0 -60 33 -64 58h-2l-20 -16c-44 -34 -63 -42 -109 -42c-70 0 -124 38 -124 113c0 68 67 116 163 140l86 21c3 1 6 5 6 12c0 113 -47 133 -81 133
+c-38 0 -83 -14 -83 -45c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -15 -33 -44 -33c-23 0 -35 11 -35 35c0 54 83 111 165 111c73 0 147 -27 147 -169v-145c0 -61 1 -87 24 -87c22 0 28 28 29 50l25 -5c-6 -73 -37 -93 -88 -93z" />
+    <glyph glyph-name="pertenthousand" unicode="&#x2031;" horiz-adv-x="1201" 
+d="M1134 164c0 -64 -44 -176 -128 -176c-54 0 -90 46 -90 108c0 76 56 160 131 160c39 0 87 -18 87 -92zM1011 17c57 0 93 94 93 146c0 47 -27 62 -45 62c-45 0 -92 -78 -92 -142c0 -40 17 -66 44 -66zM872 164c0 -64 -44 -176 -128 -176c-54 0 -90 46 -90 108
+c0 76 56 160 132 160c38 0 86 -18 86 -92zM749 17c58 0 93 94 93 146c0 47 -27 62 -45 62c-45 0 -92 -78 -92 -142c0 -40 18 -66 44 -66zM433 83c0 -52 25 -64 44 -64c55 0 88 89 88 145c0 52 -28 61 -42 61c-49 0 -90 -84 -90 -142zM378 98c0 82 60 158 134 158
+c40 0 86 -18 86 -91c0 -67 -44 -177 -127 -177c-61 0 -93 57 -93 110zM364 521c42 0 119 12 150 54l32 -16l-410 -571l-34 15l359 500c-38 -15 -77 -19 -107 -19c-23 0 -61 10 -80 21c2 -7 3 -16 3 -25c0 -64 -44 -177 -128 -177c-62 0 -92 58 -92 109
+c0 88.1 61 159 133 159c28 0 57 -13 67 -25c54 -25 89 -25 107 -25zM111 398c0 -52 26 -64 44 -64c55 0 89 87 89 145c0 50 -25 61 -43 61c-49 0 -90 -84 -90 -142z" />
+    <glyph glyph-name="minute" unicode="&#x2032;" horiz-adv-x="249" 
+d="M155 658c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17z" />
+    <glyph glyph-name="second" unicode="&#x2033;" horiz-adv-x="381" 
+d="M287 658c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM155 658c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143
+c4 11 15 17 28 17z" />
+    <glyph glyph-name="perthousandzero" unicode="&#xe01f;" horiz-adv-x="271" 
+d="M66 83c0 -52 27 -66 45 -66c56 0 91 91 91 147c0 52 -31 61 -45 61c-49 0 -91 -84 -91 -142zM15 98c0 75 58 158 131 158c41 0 86 -18 86 -91c0 -67 -44 -177 -127 -177c-61 0 -90 57 -90 110z" />
+    <glyph glyph-name="zero.oldstyle" unicode="&#xe020;" horiz-adv-x="540" 
+d="M270 399c-93 0 -139 -78 -139 -180c0 -106 56 -189 139 -189c94 0 139 77 139 189c0 99 -43 180 -139 180zM270 439c153 0 226 -101 226 -220c0 -124 -84 -229 -226 -229s-226 111 -226 229c0 113 81 220 226 220z" />
+    <glyph glyph-name="one.oldstyle" unicode="&#xe021;" horiz-adv-x="338" 
+d="M152 122v190c0 52 -4 63 -20 63c-22 0 -48 -3 -77 -6c-7.1 8.89999 -10.7 19.4 -12 31c84 18 126 26 175 42c9 0 14 -2 14 -10c0 0 -3 -51 -3 -111v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74 2 -122 2c-50 0 -80 -1 -129 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+z" />
+    <glyph glyph-name="uni2619" unicode="&#x2619;" horiz-adv-x="1106" 
+d="M830 123c0 80 -47 85 -56 109c-32.3 0 -39.3 -2 -52 -25c8 3 18 5 27 5c10 0 26 -2 26 -31c0 -33 -43 -54 -43 -95c0 -19 7.29999 -40.3 15 -59c11.7 3.3 48 14 76 61c5 10 7 22 7 35zM488 239c61 47 99 72 151 72c9 0 28 -2 45 -10c-8 10 -15 23 -15 39
+c0 47 22 90 37 117l-10 2c-43 0 -81 -16 -81 -79c0 -6 0 -11 1 -16c-29 19 -58 32 -74 32c-31 0 -50 -16 -55 -24c10 3 23 7 35 7c21 0 27 -10 27 -22c0 -23 -18 -29 -33 -29c-32 0 -79 -43 -79 -43c-17 -20 -41 -46 -54 -49c6.5 -6 20 -18 37 -31c38.9 -29.7 60 -39 95 -39
+c12 0 31 -6 31 -29c0 -13 -6 -21 -26 -21c-9 0 -18 1 -26 3c10 -8 19 -14 26 -14c29 0 81 33 97 49c-1 -4 -2 -10 -2 -15c0 -37.5 23.9 -119 95 -119c-10 17 -36 67 -36 120c0 16 6 27 13 37c-12 -5 -28 -9 -46 -9c-54 0 -92 27 -153 71zM771 298c0 -29 -16 -31 -28 -31
+c-7 0 -15 2 -22 4c15 -17.5 18.5 -18 53 -18c4.90002 13.5 52.8 42 52.8 99.7c0 60.4 -54.1 87.9 -84.8 97.3c-7 -19 -14 -39 -14 -58c0 -40 43 -61 43 -94zM200 241c16 -17 35 -28 53 -28c23 0 44 11 61 27c-19 14 -37 22 -58 22c-23 0 -41 -7 -56 -21zM521 -7
+c-16 -7 -57 -20 -92 -20c-87 0 -176.9 49.1 -217 87l-188 178l185 181c31.4 30.7 124 101 213 101c42 0 81 -13.5 103 -23c39 85 99 161 171 218c4 -42 49 -113 85 -134c24 -14.8 59.6 -30.6 89.3 -39.6c55.4 -16.8 124.7 -57.8 124.7 -144.4c0 -62.5 -38 -100 -56 -117
+c-7 -8 -19 -17 -37 -30h1l41 5l138 40v-35l-56 -21l57 -22v-36l-139 45l-40 6c43 -30 89 -81 89 -145c0 -111 -59 -133.7 -137 -163c-35.3 -13.3 -77 -37 -90 -50c-28 -28 -50 -62 -52 -116c-43 26 -86 54 -127 112c-16 23 -52 88 -66 123zM638 273c-39 0 -58 -14 -85 -34
+c26 -22 51 -34 87 -34c37 0 59 27 59 36c0 6 -22 32 -61 32zM690 500c-19 0 -27 15 -27 28c0 4 0.700012 7.29999 2 12l-26 -2c8.29999 13.7 22 30 50 30c27 0 65 -11 65 -64c0 -9 -1 -17 -4 -27c50 -12 82 -40 97 -60c13 12 41 25 49 25c22 0 35 -20 35 -47
+c0 -17 -13 -34 -35 -34c-18.1 0 -3.5 16 -34 16c1 -6 1 -11 1 -17c0 -62 -46 -104 -50 -107h20c82.8 33.9 128 85.6 128 142c0 46.8 -31 91 -98.3 117c-37.1 14.4 -89.7 36.5 -115.7 57c-28 23 -47 55.5 -64 92c-57 -47 -120 -150 -141 -205c-38 24 -68 29 -117 29
+c-52 0 -118.3 -17.7 -195 -94l-155 -154l159 -150c50.4 -47.6 122 -80 199 -80c67 0 65 17 102 28c9.70001 -40 41 -93.8 74 -147c13.7 -22 51 -60 85 -82c6 21 24 55 50 84c25.2 27.3 62.2 44.3 100.3 57.6c34.7 12.1 67.7 27 91.7 49.4c21 20 29 55 29 90
+c0 80 -80 124 -134 145h-22c53 -49 53 -99 53 -113v-11c1 1 4 2 7 2c2 0 6 -1 10 -1c13.7 0 8 17 24 17c23 0 35 -20 35 -34c0 -27 -13 -47 -35 -47c-9 0 -40 14 -52 27c-31.3 -54.3 -81.7 -72 -95 -76c1 -8 2 -16 2 -24c0 -35 -13 -68 -65 -68c-28 0 -40.3 15.3 -50 30
+l26 -2c-1 4 -1 9 -1 12c0 14 8 28 27 28c10 0 29 -6 29 -32v-6c6 8 10 18 10 27c0 11 -5 18 -9 29c-5.29999 -1 -7 -1 -11 -1c-54 0 -84.3 32.4 -90 39c-14 16 -29 49 -29 74v6c-25 -16 -52 -28 -82 -28c-16 0 -30 9 -41 21l-26 1
+c0.799988 -4.8 0.899994 -9.5 0.899994 -14.2c0 -14.2 -8.69998 -23.8 -21.9 -23.8c-7 0 -35 9 -35 37c0 25 20 28 43 28h16c-45.2 59.2 -69 91 -89 91c-6 0 -20 -3 -33 -6c-0.799988 -6.2 -1 -14 -1 -24c0 -20.5 0.600006 -21.9 8.5 -21.9c9.5 0 11.5 20.5 11.5 20.9
+c0 4 -0.799988 7 -2 11c4.79999 1.5 7.20001 2 12 2c5 0 23 -7 23 -25c0 -31 -45 -34 -45 -58c0 -10 3.5 -26.5 7 -41c-55.2 25.8 -58 80.2 -58 117c-12 -6 -18 -8 -35 -8c-37 0 -69 29 -95 54c25.2 26 49 49 93 49c11 0 25 -3 37 -6c0 42.2 0.5 84 57 114
+c-3.5 -13.5 -6 -28 -6 -37c0 -24 45 -28 45 -57c0 -21 -21 -27 -25 -27c-3 0 -7.20001 0.5 -11 1c1 5 1 8 1 12c0 19 -3 22 -10 22c-5 0 -9 -3 -9 -22c0 -12 0 -18 1 -24c13 -6 30 -13 36 -13c14 0 42 26 59 53c8 11 25.5 45.2 37 70h-22c-14 0 -25 0 -29 3
+c-7 4 -13 12 -13 24c0 29 24 36 35 36c10 0 22 -4 22 -22c0 -5 0 -9 -1 -15l28 1c14 12 35 21 54 21c18 0 43 -3 60 -13c4 23 20 73 99 73c9 0 19.3 -0.700012 28 -2c8 13 10 19 10 29c0 9 -3 19 -10 27v-7c0 -25 -18 -31 -29 -31z" />
+    <glyph glyph-name="uniE001" unicode="&#xe001;" horiz-adv-x="1157" 
+d="M440 -36c-128 0 -194 108 -198 172c-12 -2 -22 -2 -34 -2c-68 0 -153 22 -153 110c0 36 5 66 23 98c19 33 71 84 93 84c30 0 45 -41 45 -72c0 -36 -15 -38 -35 -38c-49 0 -77 -27 -77 -66c0 -63 60 -77 110 -77c10 0 19 1 27 3c0 157 108 237 147 262
+c42 26 112 44 179 44c50 0 117 -7 166 -14c30 -5 55 -7 66 -7c34 0 78 17 78 51c0 35 -21 51 -47 51c-12 0 -24 -3 -37 -8c21 52 60 82 100 82c60 0 105 -53 105 -102c0 -43 -25 -101 -102 -121c86 -35 138 -87 204 -164c-52 -20 -116 -35 -162 -35c-38 0 -78 6 -87 10
+c11 -24 16 -61 16 -89c0 -70 -68 -102 -100 -102c-40 0 -106 23 -106 116c0 11 2 23 7 38c23 -19 34 -43 64 -43c27 0 43 23 43 43c0 27 -25 64 -60 95c-33 29 -92 64 -182 64c-73 0 -121 -16 -141 -27c-33 -17 -88 -57 -95 -132c15 6 105 39 170 39c104 0 142 -72 142 -120
+c0 -101 -114 -143 -169 -143zM433 -1c76 0 135 49 135 97c0 58 -27 97 -116 97c-49 0 -105 -20 -154 -38c-1 -4 -1 -9 -1 -14c0 -30 8 -71 29 -93c27 -27 68 -49 107 -49z" />
+    <glyph glyph-name="uniE002" unicode="&#xe002;" horiz-adv-x="1157" 
+d="M746 518c123 0 196 -100 196 -199c0 -22 -3 -41 -9 -57c29 -10 134 -53 134 -133c0 -39 -32 -94 -73 -123c-27 -19 -80 -39 -108 -39c-24 0 -32 23 -32 42c0 28 16 70 37 70c15 0 30 -16 61 -16c43 0 65 41 65 69c0 56 -81 90 -100 94c-70 -149 -214 -177 -269 -177
+c-153 0 -294 125 -357 155c-14 6 -31 10 -47 10c-46 0 -52 -35 -52 -50c0 -31 30 -47 64 -48c-28 -27 -60 -40 -89 -40c-57 0 -97 53 -97 106c0 55 51 108 122 108c9 0 19 0 30 -3c-62 68 -88 137 -115 235c56 -4 120 -17 162 -37c34 -16 67 -38 75 -46c0 29 10 62 22 87
+c20 44 62 58 96 58c59 0 100 -49 100 -99c0 -17 -6 -57 -37 -89c-11 23 -17 70 -58 70c-12 0 -45 -7 -45 -55c0 -44 29 -156 158 -217c62 -28 109 -36 134 -36c34 0 107 12 147 80c-17 1 -111 9 -171 37c-66 31 -87 80 -87 121c0 68 55 122 143 122zM897 352
+c0 48 -52 131 -150 131c-85 0 -105 -60 -105 -94s21 -64 76 -90c45 -20 104 -26 156 -31c9 14 23 50 23 84z" />
+    <glyph glyph-name="uniE003" unicode="&#xe003;" horiz-adv-x="1157" 
+d="M714 -36c-54 0 -169 42 -169 143c0 48 38 120 143 120c64 0 154 -33 169 -39c-6 75 -62 115 -94 132c-21 11 -69 27 -142 27c-90 0 -149 -35 -182 -64c-35 -31 -60 -68 -60 -95c0 -20 17 -43 43 -43c30 0 41 24 64 43c5 -15 7 -27 7 -38c0 -93 -65 -116 -105 -116
+c-33 0 -101 32 -101 102c0 28 5 65 17 89c-10 -4 -50 -10 -87 -10c-47 0 -111 15 -162 35c65 77 117 129 203 164c-76 20 -102 78 -102 121c0 49 46 102 106 102c40 0 78 -30 99 -82c-12 5 -25 8 -37 8c-26 0 -47 -16 -47 -51c0 -34 44 -51 78 -51c12 0 36 2 66 7
+c50 7 117 14 166 14c68 0 138 -18 179 -44c40 -25 147 -105 147 -262c8 -2 18 -3 27 -3c50 0 110 14 110 77c0 39 -28 66 -76 66c-20 0 -36 2 -36 38c0 31 15 72 45 72c22 0 74 -51 93 -84c19 -32 24 -62 24 -98c0 -88 -86 -110 -154 -110c-11 0 -22 0 -34 2
+c-3 -64 -70 -172 -198 -172zM722 -1c39 0 80 22 106 49c21 22 29 63 29 93c0 5 0 10 -1 14c-48 18 -105 38 -154 38c-88 0 -116 -39 -116 -97c0 -48 59 -97 136 -97z" />
+    <glyph glyph-name="uni2767" unicode="&#x2767;" horiz-adv-x="1106" 
+d="M276 350c0 -80 47 -85 56 -109c32.3 0 39.3 2 52 25c-8 -3 -18 -5 -27 -5c-10 0 -26 2 -26 31c0 33 43 54 43 95c0 19 -7.29999 40.3 -15 59c-11.7 -3.29999 -48 -14 -76 -61c-5 -10 -7 -22 -7 -35zM618 234c-61 -47 -99 -72 -151 -72c-9 0 -28 2 -45 10
+c8 -10 15 -23 15 -39c0 -47 -22 -90 -37 -117l10 -2c43 0 81 16 81 79c0 6 0 11 -1 16c29 -19 58 -32 74 -32c31 0 50 16 55 24c-10 -3 -23 -7 -35 -7c-21 0 -27 10 -27 22c0 23 18 29 33 29c32 0 79 43 79 43c17 20 41 46 54 49c-6.5 6 -20 18 -37 31
+c-38.9 29.7 -60 39 -95 39c-12 0 -31 6 -31 29c0 13 6 21 26 21c9 0 18 -1 26 -3c-10 8 -19 14 -26 14c-29 0 -81 -33 -97 -49c1 4 2 10 2 15c0 37.5 -23.9 119 -95 119c10 -17 36 -67 36 -120c0 -16 -6 -27 -13 -37c12 5 28 9 46 9c54 0 92 -27 153 -71zM335 175
+c0 29 16 31 28 31c7 0 15 -2 22 -4c-15 17.5 -18.5 18 -53 18c-4.89999 -13.5 -52.8 -42 -52.8 -99.7c0 -60.4 54.1 -87.9 84.8 -97.3c7 19 14 39 14 58c0 40 -43 61 -43 94zM906 232c-16 17 -35 28 -53 28c-23 0 -44 -11 -61 -27c19 -14 37 -22 58 -22c23 0 41 7 56 21z
+M585 480c16 7 57 20 92 20c87 0 176.9 -49.1 217 -87l188 -178l-185 -181c-31.4 -30.7 -124 -101 -213 -101c-42 0 -81 13.5 -103 23c-39 -85 -99 -161 -171 -218c-4 42 -49 113 -85 134c-24 14.8 -59.6 30.6 -89.3 39.6c-55.4 16.8 -124.7 57.8 -124.7 144.4
+c0 62.5 38 100 56 117c7 8 19 17 37 30h-1l-41 -5l-138 -40v35l56 21l-57 22v36l139 -45l40 -6c-43 30 -89 81 -89 145c0 111 59 133.7 137 163c35.3 13.3 77 37 90 50c28 28 50 62 52 116c43 -26 86 -54 127 -112c16 -23 52 -88 66 -123zM468 200c39 0 58 14 85 34
+c-26 22 -51 34 -87 34c-37 0 -59 -27 -59 -36c0 -6 22 -32 61 -32zM416 -27c19 0 27 -15 27 -28c0 -4 -0.700012 -7.3 -2 -12l26 2c-8.29999 -13.7 -22 -30 -50 -30c-27 0 -65 11 -65 64c0 9 1 17 4 27c-50 12 -82 40 -97 60c-13 -12 -41 -25 -49 -25c-22 0 -35 20 -35 47
+c0 17 13 34 35 34c18.1 0 3.5 -16 34 -16c-1 6 -1 11 -1 17c0 62 46 104 50 107h-20c-82.8 -33.9 -128 -85.6 -128 -142c0 -46.8 31 -91 98.3 -117c37.1 -14.4 89.7 -36.5 115.7 -57c28 -23 47 -55.5 64 -92c57 47 120 150 141 205c38 -24 68 -29 117 -29
+c52 0 118.3 17.7 195 94l155 154l-159 150c-50.4 47.6 -122 80 -199 80c-67 0 -65 -17 -102 -28c-9.70001 40 -41 93.8 -74 147c-13.7 22 -51 60 -85 82c-6 -21 -24 -55 -50 -84c-25.2 -27.3 -62.2 -44.3 -100.3 -57.6c-34.7 -12.1 -67.7 -27 -91.7 -49.4
+c-21 -20 -29 -55 -29 -90c0 -80 80 -124 134 -145h22c-53 49 -53 99 -53 113v11c-1 -1 -4 -2 -7 -2c-2 0 -6 1 -10 1c-13.7 0 -8 -17 -24 -17c-23 0 -35 20 -35 34c0 27 13 47 35 47c9 0 40 -14 52 -27c31.3 54.3 81.7 72 95 76c-1 8 -2 16 -2 24c0 35 13 68 65 68
+c28 0 40.3 -15.3 50 -30l-26 2c1 -4 1 -9 1 -12c0 -14 -8 -28 -27 -28c-10 0 -29 6 -29 32v6c-6 -8 -10 -18 -10 -27c0 -11 5 -18 9 -29c5.29999 1 7 1 11 1c54 0 84.3 -32.4 90 -39c14 -16 29 -49 29 -74v-6c25 16 52 28 82 28c16 0 30 -9 41 -21l26 -1
+c-0.799988 4.79999 -0.900024 9.5 -0.900024 14.2c0 14.2 8.70001 23.8 21.9 23.8c7 0 35 -9 35 -37c0 -25 -20 -28 -43 -28h-16c45.2 -59.2 69 -91 89 -91c6 0 20 3 33 6c0.799988 6.20001 1 14 1 24c0 20.5 -0.599976 21.9 -8.5 21.9c-9.5 0 -11.5 -20.5 -11.5 -20.9
+c0 -4 0.799988 -7 2 -11c-4.79999 -1.5 -7.20001 -2 -12 -2c-5 0 -23 7 -23 25c0 31 45 34 45 58c0 10 -3.5 26.5 -7 41c55.2 -25.8 58 -80.2 58 -117c12 6 18 8 35 8c37 0 69 -29 95 -54c-25.2 -26 -49 -49 -93 -49c-11 0 -25 3 -37 6c0 -42.2 -0.5 -84 -57 -114
+c3.5 13.5 6 28 6 37c0 24 -45 28 -45 57c0 21 21 27 25 27c3 0 7.20001 -0.5 11 -1c-1 -5 -1 -8 -1 -12c0 -19 3 -22 10 -22c5 0 9 3 9 22c0 12 0 18 -1 24c-13 6 -30 13 -36 13c-14 0 -42 -26 -59 -53c-8 -11 -25.5 -45.2 -37 -70h22c14 0 25 0 29 -3c7 -4 13 -12 13 -24
+c0 -29 -24 -36 -35 -36c-10 0 -22 4 -22 22c0 5 0 9 1 15l-28 -1c-14 -12 -35 -21 -54 -21c-18 0 -43 3 -60 13c-4 -23 -20 -73 -99 -73c-9 0 -19.3 0.7 -28 2c-8 -13 -10 -19 -10 -29c0 -9 3 -19 10 -27v7c0 25 18 31 29 31z" />
+    <glyph glyph-name="uniE004" unicode="&#xe004;" horiz-adv-x="802" 
+d="M765 410v-40h-401v40h401zM717 268v-39h-626v39h626zM765 126v-39h-401v39h401z" />
+    <glyph glyph-name="uni26A2" unicode="&#x26a2;" horiz-adv-x="837" 
+d="M249 111c-126 18 -191 124 -191 219c0 119 93 220 222 220c53.4 0 98.5 -17 133.8 -44.1c36.6 27.6 83 44.1 135.2 44.1c137 0 220 -112 220 -220c0 -105 -75 -203 -192 -219l-3 -110h106v-46h-107l-3 -122h-47l-2 122h-107v46h106l-2 110
+c-41.6 5.9 -76.6 21.5 -104.8 43.1c-29.1 -22.1 -64.6 -37.6 -105.2 -43.1l-3 -110h106v-46h-107l-3 -122h-47l-2 122h-107v46h106zM279 500c-96 0 -171 -77 -171 -170s72 -172 171 -172c37.6 0 71.4 11.4 98.7 30.6c-33.6 41.1 -50.7 92.7 -50.7 141.4
+c0 52.6 18.1 101.6 49.5 140c-27.2 18.8 -60.6 30 -97.5 30zM449.2 188.7c27.4 -19.3 61.1 -30.7 98.8 -30.7c99 0 171 79 171 172c0 91 -73 170 -171 170c-36.6 0 -70 -11.1 -97.5 -30.1c32.1 -40 49.5 -90.4 49.5 -139.9c0 -51.8 -18.3 -101.9 -50.8 -141.3zM413.5 435.2
+c-22.9 -29.1 -36.5 -65.7 -36.5 -105.2c0 -40.1 13.4 -77.5 36.5 -107.2c23.1 29.7 36.5 67.1 36.5 107.2c0 39 -13.4 75.9 -36.5 105.2z" />
+    <glyph glyph-name="uni26A3" unicode="&#x26a3;" horiz-adv-x="924" 
+d="M720 53c0 -119 -102 -217 -223 -217c-94.1 0 -175.2 58.4 -205.9 142.4c-4.70001 -0.299999 -9.39999 -0.4 -14.1 -0.4c-120 0 -219 95 -219 217s93 221 222 221c22 0 39 0 64 -8l118 215c-56 -32 -93 -49 -161 -64l-30 34c97 28 147 48 238 104l21 -10
+c10.4 -85.6 21.5 -136 46.3 -208.8c50 18.3 92.3 39.6 152.7 76.8l21 -10c12 -99 25 -151 59 -245l-44 4c-28 60 -37 97 -46 158l-109 -216c68 -35 110 -103 110 -193zM279 367c-96 0 -171 -78 -171 -172c0 -92 72 -171 171 -171h0.899994
+c-1.29999 9.5 -1.89999 19.1 -1.89999 29c0 100.4 63 185.2 157.2 212.1c-26.1 59 -84.5 101.9 -156.2 101.9zM448.5 217.5c-70.6 -21.7 -120.5 -87.8 -120.5 -164.5c0 -7.4 0.5 -14.6 1.39999 -21.8c72.1 21.5 120.6 88.3 120.6 163.8c0 7.60001 -0.5 15.1 -1.5 22.5z
+M487.8 273.7c4 0.199982 8.10001 0.299988 12.2 0.299988c22 0 39 0 64 -8l118 215c-56 -32 -93 -49 -161 -64l-30 34c16.4 4.70001 31.5 9.20001 45.6 13.7c-21.5 49.6 -29.6 84.9 -37.6 139.3l-109 -216c46.4 -23.9 80.7 -63.2 97.8 -114.3zM498.4 225
+c1.10001 -9.7 1.60001 -19.7 1.60001 -30c0 -97.3 -68.1 -180.6 -159.1 -207.7c24.9 -61 83.9 -105.3 158.1 -105.3c99 0 171 79 171 171s-73 172 -171 172h-0.600006z" />
+    <glyph glyph-name="uni26A4" unicode="&#x26a4;" horiz-adv-x="802" 
+d="M676 258c0 -119 -102 -217 -223 -217c-29.5 0 -57.8 5.7 -83.6 16.2c-18.8 -8.3 -39.4 -14.2 -61.4 -17.2l-3 -110h106v-46h-107l-3 -122h-47l-2 122h-107v46h106l-2 110c-126 18 -191 124 -191 219c0 119 93 220 222 220c32.3 0 61.6 -6.20001 87.5 -17.1
+c26.7 11 56.5 17.1 88.5 17.1c22 0 39 0 64 -8l118 215c-56 -32 -93 -49 -161 -64l-30 34c97 28 147 48 238 104l21 -10c12 -99 25 -151 59 -245l-44 4c-28 60 -37 97 -46 158l-109 -216c68 -35 110 -103 110 -193zM279 429c-96 0 -171 -77 -171 -170s72 -172 171 -172
+c11.9 0 23.4 1.1 34.5 3.3c-48.4 39.4 -79.5 99.3 -79.5 167.7c0 67.4 28.4 127.9 75.6 168.4c-9.89999 1.70001 -20.1 2.60001 -30.6 2.60001zM421.9 90.1c10.6 -2 21.7 -3.1 33.1 -3.1c99 0 171 79 171 171s-73 172 -171 172c-10.9 0 -21.5 -1 -31.7 -2.89999
+c49.3 -42.7 76.7 -106.1 76.7 -168.1c0 -64.9 -28.6 -127.1 -78.1 -168.9zM366.5 405.4c-49.8 -30.3 -82.5 -85.4 -82.5 -147.4c0 -61.5 32.2 -117.1 83 -147.3c50.9 30.2 83 86.2 83 148.3c0 60.8 -32.6 116.3 -83.5 146.4z" />
+    <glyph glyph-name="uniE005" unicode="&#xe005;" horiz-adv-x="802" 
+d="M38 410h401v-40h-401v40zM86 268h626v-39h-626v39zM38 126h401v-39h-401v39z" />
+    <glyph glyph-name="uniE006" unicode="&#xe006;" horiz-adv-x="1065" 
+d="M650 278c54 0 291 -16 391 -17v-6c-90 0 -341 -17 -391 -17h-235c-65 0 -322 17 -391 17v6c76 0 320 17 391 17h235z" />
+    <glyph glyph-name="uniE007" unicode="&#xe007;" horiz-adv-x="2082" 
+d="M1276 283c108 0 582 -19 782 -20v-7c-180 0 -682 -20 -782 -20h-470c-131 0 -645 20 -782 20v7c151 0 639 20 782 20h470z" />
+    <glyph glyph-name="uniE008" unicode="&#xe008;" horiz-adv-x="6272" 
+d="M59 617c0 16 13 28 26 28c27 0 203 -119 599 -119c461 0 496 71 761 71c326 0 407 -71 564 -71c305 0 628 102 961 102c296 0 462 -86 763 -86c336 0 447 92 742 92c317 0 553 -113 780 -113c284 0 545 107 890 107c14 0 26 -12 26 -26c0 -15 -12 -27 -26 -27
+c-340 0 -593 -108 -890 -108c-244 0 -463 113 -780 113c-300 0 -387 -91 -742 -91c-327 0 -470 85 -763 85c-317 0 -659 -101 -961 -101c-157 0 -242 70 -564 70c-269 0 -293 -70 -761 -70c-239 0 -405 31 -609 120c-10 5 -16 14 -16 24zM1552 223c-233 0 -361 -62 -655 -62
+c-15 0 -27 12 -27 27s12 27 27 27c291 0 421 61 658 61c254 0 429 -47 679 -47c328 0 576 72 758 72c256 0 451 -70 735 -70c238 0 503 75 667 75c235 0 648 -92 821 -92c299 0 251 49 290 49c16 0 27 -13 27 -27c0 -61 -127 -76 -317 -76c-176 0 -602 92 -821 92
+c-155 0 -426 -75 -667 -75c-290 0 -485 70 -735 70c-58 0 -544 -77 -774 -77c-202 0 -385 53 -666 53zM2186 -83c376 0 629 98 815 98c247 0 470 -98 827 -98c325 0 400 68 643 68c94 0 193 -4 276 -60c8 -5 12 -13 12 -22c0 -14 -12 -27 -27 -27c-5 0 -10 2 -15 5
+c-52 36 -107 53 -243 53c-235 0 -373 -71 -646 -71c-380 0 -584 98 -827 98c-185 0 -421 -98 -810 -98c-212 0 -374 13 -517 30c-15 1 -25 13 -25 26c0 15 13 27 27 27s314 -29 510 -29z" />
+    <glyph glyph-name="s_t" unicode="&#xfb06;" horiz-adv-x="680" 
+d="M157 558c0 72 70 140 190 140c125 0 185 -65 190 -174l5 -95h109c5 0 8 -2 8 -6v-20c0 -9 -13 -13 -23 -13h-94v-255c0 -62 6 -92 33 -92c26 0 45 8 71 28l18 -17c-39 -44 -79 -66 -124 -66c-47 0 -73 28 -73 99v303h-65c-3 0 -5 1 -5 4v31c0 3 1 4 4 4c67 0 88 55 88 95
+c0 89 -50 146 -152 146c-83 0 -148 -51 -148 -107c0 -51.7 21.1 -95.1 85.2 -131.2c23.3 -4.19998 43.8 -9.19998 59.8 -11.8c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8
+c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136
+c0 64 67 112 141 112h4.60001c-39.8 36 -50.6 72.3 -50.6 119z" />
+
+<!--
+Anfang{Spacing modifying letters}
+-->
+    <glyph glyph-name="h.superior" unicode="&#x2b0;" horiz-adv-x="307" 
+d="M104 664v-84c14 16 49 51 85 51c45 0 75 -25 75 -92v-124c0 -19 6.20001 -23.7 26 -27l6 -1c4 -1 5 -3 5 -5v-18s-38 1 -62 1c-25 0 -65 -1 -65 -1v18c0 2 1 5 5 5l11 1c18.8 1.70001 25 6 25 27v114c0 51 -20 68 -50 68c-21 0 -42 -22 -61 -45v-137
+c0 -21 7.1 -25.4 25 -27l11 -1c2 0 5 -1 5 -5v-18s-40 1 -66 1c-24 0 -61 -1 -61 -1v18c0 2 0 5 4 5l8 1c23.6 3 25 6 25 27v236c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68z" />
+    <glyph glyph-name="j.superior" unicode="&#x2b2;" horiz-adv-x="207" 
+d="M117 739c22 0 30 -15 30 -29c0 -15 -13 -28 -30 -28s-30 13 -30 28c0 16 11 29 30 29zM96 549c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -27 -2 -54v-146c0 -85 -5 -112 -32 -142c-16 -18 -36 -25 -52 -25
+c-27 0 -61 13 -61 33c0 16 9 25 21 25c15 0 23 -15 27 -29c1 -6 5 -10 10 -10c29 0 38 35 38 128v139z" />
+    <glyph glyph-name="r.superior" unicode="&#x2b3;" horiz-adv-x="246" 
+d="M170 593c-7 0 -23 -8 -39 -31c-4 -5 -9 -14 -9 -22v-100c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48
+c0 -3 1 -9 5 -1c14 27 42 55 74 55c26 0 37 -21 37 -34c0 -17 -14 -35 -29 -35c-13 0 -20 14 -26 21c-4 4 -9 4 -13 4z" />
+    <glyph glyph-name="rturned.superior" unicode="&#x2b4;" horiz-adv-x="246" 
+d="M126 456v125c0 24 -8 25 -25 25h-18c-2 0 -5 2 -5 5v19l74 -1l73 1v-19c0 -3 -1 -5 -6 -5h-18c-24 0 -25 -5 -25 -25v-158c0 -14 3 -27 14 -27c13 0 24 3 36 7l2 -20c-39 -8 -63 -14 -87 -25h-15l2 59h-2c-17 -25 -45 -59 -76 -59c-27 0 -37 14 -37 31s11 27 29 27
+c12 0 20 -5 26 -12c4 -4 9 -6 13 -6c7 0 22 12 38 35c4 5 7 14 7 23z" />
+    <glyph glyph-name="w.superior" unicode="&#x2b7;" horiz-adv-x="458" 
+d="M347 609c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.69998 -16.1 -14.9 -16.1c-8.10001 0 -11.5 4.69998 -15.5 14.7l-52.6 131l-59 -129.6c-5 -11 -8.7 -16.1 -14.9 -16.1
+c-8.09999 0 -11.2 4.79999 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.10001l35.6 81.6l-8.7 21.8
+c-14.2 35.5 -16.8 46.5 -45 51c-4 4 -4 19 0 23c23 -1 28 -2 50 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -30.5 -14.3 -19 -47l37.1 -105.3c10.2 -28.9 13.9 -28.8 26 -2.10001l46.9 107.4c14.2 32.4 11 44 -22 47z" />
+    <glyph glyph-name="y.superior" unicode="&#x2b8;" horiz-adv-x="338" 
+d="M241 562c14 32.5 10 44 -23 47c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -36.2 -19.8 -49.2 -50.8c-29.8 -70.9 -50.5 -117.2 -102.8 -238.2c-19 -44 -42 -82 -86 -82c-12 0 -43 10 -43 33c0 18 19 27 29 27c9 0 15 -3 19 -8
+c6 -6 11 -11 17 -11c9 0 28 31 44 69c3 8 4 13 4 19c0 7 -4.39999 24.3 -10 37l-68 154c-15.4 35 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -32.9 -15.9 -19 -47l57 -128l4.3 1z" />
+    <glyph glyph-name="uni02B9" unicode="&#x2b9;" horiz-adv-x="190" 
+d="M128 713c11 -6 17 -17 17 -29c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-2 0 -5 1 -8 2c-3 3 -6 7 -6 11c0 1 0 2 1 3l64 146c3 9 10 13 22 14h4c8 0 14 -2 21 -7z" />
+    <glyph glyph-name="uni02BA" unicode="&#x2ba;" horiz-adv-x="350" 
+d="M315 691c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM183 697c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3l64 146c6 13 22 14 26 14
+c20.9 0 38 -15.5 38 -36z" />
+    <glyph glyph-name="afii64937" unicode="&#x2bd;" horiz-adv-x="168" 
+d="M87 659c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z" />
+    <glyph glyph-name="uni02BE" unicode="&#x2be;" horiz-adv-x="243" 
+d="M202 526c0 -77 -57 -115 -116 -115c-15 0 -24 3 -31 6l5 41c8 -3 17 -4 26 -4c47 0 72 18 72 72c0 50 -29 82 -72 82c-6 0 -22 -2 -28 -3l-9 41c9 2 28 5 37 5c67 0 116 -50 116 -125z" />
+    <glyph glyph-name="uni02BF" unicode="&#x2bf;" horiz-adv-x="243" 
+d="M46 536c0 77 53 115 112 115c14 0 24 -3 30 -6l-4 -41c-8 3 -17 4 -26 4c-47 0 -73 -18 -73 -72c0 -50 30 -82 73 -82c6 0 22 2 28 3l9 -41c-9 -2 -28 -5 -37 -5c-67 0 -112 50 -112 125z" />
+    <glyph glyph-name="uni02D2" unicode="&#x2d2;" horiz-adv-x="192" 
+d="M125 -136c0 31 -23 59 -59 59c-8 0 -15 -1 -22 -4l-12 31c10 4 22 6 34 6c52 0 93 -41 93 -92c0 -50 -41 -91 -93 -91c-8 0 -16 1 -24 3l9 31c5 -1 10 -2 15 -2c33 0 59 25 59 59z" />
+    <glyph glyph-name="uni02D3" unicode="&#x2d3;" horiz-adv-x="192" 
+d="M34 -125c0 50 41 92 92 92c13 0 24 -2 35 -7l-12 -30c-7 3 -14 4 -23 4c-34 0 -59 -28 -59 -59c0 -33 25 -59 59 -59c6 0 11 0 16 2l8 -31c-7 -2 -15 -3 -24 -3c-50 0 -92 40 -92 91z" />
+    <glyph glyph-name="uni02D4" unicode="&#x2d4;" horiz-adv-x="259" 
+d="M48 -228c-6 9 -9 17 -9 24s2 13 5 20h65v111c6 4 14 7 21 7c8 0 16 -3 22 -10v-108h62c5 -10 7 -19 7 -26s-2 -13 -5 -18h-168z" />
+    <glyph glyph-name="uni02D5" unicode="&#x2d5;" horiz-adv-x="259" 
+d="M212 -66c6 -9 9 -17 9 -24s-2 -13 -5 -20h-65v-111c-6 -4 -14 -7 -21 -7c-8 0 -16 3 -22 10v108h-62c-5 10 -7 19 -7 26s2 13 5 18h168z" />
+    <glyph glyph-name="uni02D6" unicode="&#x2d6;" horiz-adv-x="274" 
+d="M160 -209c-9 -8 -16 -11 -23 -11s-13 2 -21 6v65h-70c-4 8 -6 15 -6 22c0 8 2 15 9 22h67v61c10 7 17 10 24 10c6 0 12 -3 20 -7v-64h68c5 -8 8 -14 8 -21s-3 -14 -9 -23h-67v-60z" />
+    <glyph glyph-name="uni02D7" unicode="&#x2d7;" horiz-adv-x="274" 
+d="M223 -81c5 -8 8 -14 8 -22c0 -6 -3 -13 -9 -22h-181c-4 8 -7 15 -7 22c0 8 3 15 10 22h179z" />
+    <glyph glyph-name="uni02DE" unicode="&#x2de;" horiz-adv-x="318" 
+d="M39 381c60 22 123 50 169 88l14 -11c-17 -25 -32 -47 -32 -83c0 -22 5 -38 24 -38c22 0 33 5 55 17l11 -20c-49 -36 -71 -48 -97 -48c-16 0 -38 14 -38 59c0 14 3 30 8 39c-26 -5 -74 -26 -100 -41z" />
+    <glyph glyph-name="uni02DF" unicode="&#x2df;" horiz-adv-x="359" 
+d="M224 610l87 -74c-3 -9 -3 -9 -8 -16c-4 -7 -4 -7 -11 -13l-111 71l-111 -71c-6 6 -6 6 -10 13l-10 16l87 73l-88 74c3 7 3 7 9 16c5 9 5 9 10 14l113 -72l110 72c5 -5 5 -5 10 -13s5 -8 9 -17z" />
+    <glyph glyph-name="gammalatin.superior" unicode="&#x2e0;" horiz-adv-x="305" 
+d="M147 358c-35 0 -60 16 -60 45c0 16 10 34 17 46l33 50l-75 139c-8 16 -27 21 -43 21c-2 0 -4 0 -4 3v19l1 2c15 -1 27 -2 45 -2c15 0 42 0 71 2l1 -2v-22c-22 0 -29 -3 -29 -8c0 -3 2 -6 4 -10l54 -100l59 99c1 4 2 6 2 8c0 10 -13 11 -34 11v22l1 2c17 -1 40 -2 55 -2
+c17 0 49 2 49 2l1 -2v-22c-15 0 -29 -3 -36 -14l-76 -125l-2 -6c41 -63 41 -89 41 -98c0 -16 -17 -58 -75 -58zM122 411c0 -19 12 -29 29 -29c20 0 31 15 31 34c0 9 -3 23 -23 52l-5 8c-19 -31 -32 -53 -32 -65z" />
+    <glyph glyph-name="glottalstopreversed.superior" unicode="&#x2e4;" horiz-adv-x="247" 
+d="M185 387h11c2 0 5 -1 5 -5v-18s-39 1 -64 1s-64 -1 -64 -1v18c0 3 1 5 5 5h11c23 1 24 11 24 29v80c0 39 -21 57 -42 75c-22 20 -45 40 -45 86c0 50 36 82 99 82c53 0 111 -29 111 -81c0 -17 -17 -27 -29 -27c-10 0 -27 4 -27 23c0 4 1 7 1 10c1 3 2 7 2 11
+c0 25 -26 42 -56 42c-37 0 -53 -30 -53 -60c0 -32 19 -54 39 -75c24 -25 49 -53 49 -99v-69c0 -18 0 -27 23 -27z" />
+    <glyph glyph-name="uni02EC" unicode="&#x2ec;" horiz-adv-x="312" 
+d="M13 127h53l94 -182l88 182h45l-122 -256h-31z" />
+    <glyph glyph-name="uni02ED" unicode="&#x2ed;" horiz-adv-x="486" 
+d="M482 583h-477v43h477v-43zM482 719h-477v44h477v-44z" />
+    <glyph glyph-name="uni02EE" unicode="&#x2ee;" horiz-adv-x="378" 
+d="M102 633c39 0 62 -37 62 -73c0 -24 -7 -46 -23 -66c-16.9 -21.1 -45 -38 -83 -43c-4 4 -5 13 -5 20c57 12 77 44 77 67c0 19.6 -4.8 13 -29 13c-40 0 -50 24 -50 41c0 16 16 41 51 41zM257 635c39 0 62 -37 62 -73c0 -24 -7 -46 -23 -66c-16.9 -21.1 -45 -38 -83 -43
+c-4 4 -5 13 -5 20c57 12 77 44 77 67c0 19.6 -4.79999 13 -29 13c-40 0 -50 24 -50 41c0 16 16 41 51 41z" />
+    <glyph glyph-name="uni030A" unicode="&#x30a;" 
+d="M-182 706c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM-270 653c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85z" />
+    <glyph glyph-name="uni030B" unicode="&#x30b;" 
+d="M-39 691c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM-171 697c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3l64 146c6 13 22 14 26 14
+c20.9 0 38 -15.5 38 -36z" />
+    <glyph glyph-name="uni030D" unicode="&#x30d;" 
+d="M-127 703c-1 -17 -1 -40 -1 -63s0 -53 1 -82c-9 -7 -25 -10 -31 -10c-7 0 -16 2 -23 6c1 20 1 45 1 66c0 24 0 53 -1 79c10 6 25 11 31 11c7 0 15 -2 23 -7z" />
+    <glyph glyph-name="uni030E" unicode="&#x30e;" 
+d="M-170 539h-44v180h44v-180zM-274 540h-45v179h45v-179z" />
+    <glyph glyph-name="brevecomb" unicode="&#x306;" 
+d="M-269 676c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135z" />
+    <glyph glyph-name="macroncomb" unicode="&#x304;" 
+d="M-105 535h-224c-9 0 -13 11 -13 18c0 12 11 32 22 32h225c10 0 14 -11 14 -17c0 -12 -11 -33 -24 -33z" />
+    <glyph glyph-name="uni0305" unicode="&#x305;" 
+d="M-39 601h-340c-9 0 -13 8 -13 15c0 12 11 29 22 29h341c9 0 13 -8 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0310" unicode="&#x310;" 
+d="M-296 699c0 25 20 46 45 46s45 -21 45 -46s-20 -45 -45 -45s-45 20 -45 45zM-359 676c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135z" />
+    <glyph glyph-name="uni0311" unicode="&#x311;" 
+d="M-100 498c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135z" />
+    <glyph glyph-name="uni0316" unicode="&#x316;" 
+d="M-339 -119c11 18 34 41 63 41c4 0 9 -1 10 -2l98 -103c8 -9 11 -15 11 -22c0 -6 -7 -14 -14 -14c-6 0 -14.3 3.2 -30 12l-138 78v10z" />
+    <glyph glyph-name="uni0317" unicode="&#x317;" 
+d="M-296 -214c-13 0 -14 11 -14 14c0 9 11 18 23 29l120 103l10 -4c8 -10 18 -29 18 -57c0 -8 -3 -21 -6 -24l-131 -56c-8 -4 -15 -5 -20 -5z" />
+    <glyph glyph-name="uni031A" unicode="&#x31a;" horiz-adv-x="193" 
+d="M170 437c-5 -9 -14 -13 -19 -13c-6 0 -16 1 -25 9v122h-120c-10 5 -12 16 -12 21s5 12 19 20h146l11 -12v-147z" />
+    <glyph glyph-name="uni0312" unicode="&#x312;" 
+d="M-96 468c-39 0 -62 37 -62 73c0 24 7 46 23 66c16.9 21.1 45 38 83 43c4 -4 5 -13 5 -20c-57 -12 -77 -44 -77 -67c0 -19.6 4.8 -13 29 -13c40 0 50 -24 50 -41c0 -16 -16 -41 -51 -41z" />
+    <glyph glyph-name="uni0313" unicode="&#x313;" 
+d="M-83 652c39 0 62 -37 62 -73c0 -24 -7 -46 -23 -66c-16.9 -21.1 -45 -38 -83 -43c-4 4 -5 13 -5 20c57 12 77 44 77 67c0 19.6 -4.8 13 -29 13c-40 0 -50 24 -50 41c0 16 16 41 51 41z" />
+    <glyph glyph-name="uni0314" unicode="&#x314;" 
+d="M-67 657c35 0 51 -25 51 -41c0 -17 -10 -41 -50 -41c-24.2 0 -29 6.59998 -29 -13c0 -23 20 -55 77 -67c0 -7 -1 -16 -5 -20c-38 5 -66.1 21.9 -83 43c-16 20 -23 42 -23 66c0 36 23 73 62 73z" />
+    <glyph glyph-name="uni0315" unicode="&#x315;" 
+d="M-91 640c39 0 62 -37 62 -73c0 -24 -7 -46 -23 -66c-16.9 -21.1 -45 -38 -83 -43c-4 4 -5 13 -5 20c57 12 77 44 77 67c0 19.6 -4.8 13 -29 13c-40 0 -50 24 -50 41c0 16 16 41 51 41z" />
+    <glyph glyph-name="uni0318" unicode="&#x318;" 
+d="M-168 -229c-9 -6 -17 -9 -24 -9s-13 2 -20 5v65h-111c-4 6 -7 14 -7 21c0 8 3 16 10 22h108v62c10 5 19 7 26 7s13 -2 18 -5v-168z" />
+    <glyph glyph-name="uni0319" unicode="&#x319;" 
+d="M-330 -64c9 6 17 9 24 9s13 -2 20 -5v-65h111c4 -6 7 -14 7 -21c0 -8 -3 -16 -10 -22h-108v-62c-10 -5 -19 -7 -26 -7s-13 2 -18 5v168z" />
+    <glyph glyph-name="uni031D" unicode="&#x31d;" 
+d="M-331 -228c-6 9 -9 17 -9 24s2 13 5 20h65v111c6 4 14 7 21 7c8 0 16 -3 22 -10v-108h62c5 -10 7 -19 7 -26s-2 -13 -5 -18h-168z" />
+    <glyph glyph-name="uni031E" unicode="&#x31e;" 
+d="M-167 -66c6 -9 9 -17 9 -24s-2 -13 -5 -20h-65v-111c-6 -4 -14 -7 -21 -7c-8 0 -16 3 -22 10v108h-62c-5 10 -7 19 -7 26s2 13 5 18h168z" />
+    <glyph glyph-name="uni031F" unicode="&#x31f;" 
+d="M-229 -228c-9 -7 -17 -10 -23 -10c-7 0 -14 2 -21 6v65h-70c-4 7 -7 15 -7 22s3 15 10 21h67v62c10 6 17 9 23 9c7 0 13 -2 21 -7v-64h68c5 -7 8 -14 8 -21c0 -6 -3 -13 -9 -22h-67v-61z" />
+    <glyph glyph-name="uni031C" unicode="&#x31c;" 
+d="M-277 -149c0 -31 17 -56 62 -56c3 0 6 1 8 1l-1 -39c-5 -1 -10 -1 -15 -1c-53 0 -94 42 -94 95c0 55 44 97 99 97c4 0 8 0 11 -1l-2 -41c-3 0 -6 1 -8 1c-44 0 -60 -27 -60 -56z" />
+    <glyph glyph-name="uni0320" unicode="&#x320;" 
+d="M-161 -124c5 -7 8 -14 8 -21c0 -6 -3 -13 -9 -22h-181c-4 7 -7 15 -7 22s3 15 10 21h179z" />
+    <glyph glyph-name="uni0321" unicode="&#x321;" 
+d="M-152 -201c38 0 47 49 47 108v107h20h19v-132c0 -68 -16 -119 -78 -119c-57 0 -109 44 -109 85c0 13 10 26 26 26c14 0 31 -13 31 -31c0 -20 19 -44 44 -44z" />
+    <glyph glyph-name="uni0322" unicode="&#x322;" 
+d="M0 -237c-62 0 -78 51 -78 119v130h19h20v-105c0 -60 9 -108 47 -108c25 0 44 24 44 44c0 18 17 31 31 31c16 0 26 -13 26 -26c0 -43 -55 -85 -109 -85z" />
+    <glyph glyph-name="uni0324" unicode="&#x324;" 
+d="M-172 -113c0 31 23 54 54 54s54 -23 54 -54s-23 -54 -54 -54s-54 23 -54 54zM-370 -113c0 31 23 54 54 54s54 -23 54 -54s-23 -54 -54 -54s-54 23 -54 54z" />
+    <glyph glyph-name="uni0325" unicode="&#x325;" 
+d="M-217 -64c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM-305 -117c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85z" />
+    <glyph glyph-name="uni0328" unicode="&#x328;" 
+d="M-146 -135c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 56 64 108 144 157l14 -17c-62 -51 -96 -83 -96 -129c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11z" />
+    <glyph glyph-name="uni0329" unicode="&#x329;" 
+d="M-229 -229c-11 -6 -19 -8 -26 -8c-8 0 -16 2 -28 6v165c10 4 17 6 24 6c9 0 18 -2 30 -6v-163z" />
+    <glyph glyph-name="uni032A" unicode="&#x32a;" 
+d="M-331 -197c-8 -7 -15 -10 -22 -10c-8 0 -15 4 -22 7v88c0 11 15 24 31 24h185c20 0 24 -8 24 -22v-87c-10 -8 -17 -12 -24 -12c-6 0 -13 3 -20 9v68h-152v-65z" />
+    <glyph glyph-name="uni032B" unicode="&#x32b;" 
+d="M-120 -76c5 -3 20 -13 24 -18c-17 -76 -47 -131 -82 -131c-14 0 -49 10 -73 81c-26 -70 -59 -81 -73 -81c-33 0 -64 46 -83 131c3 4 21 17 23 18c14 -52 31 -85 59 -85c13 0 43 7 64 87c3 1 6 1 9 1c4 0 8 0 10 -1c14 -53 36 -87 63 -87c36 0 52 56 59 85z" />
+    <glyph glyph-name="uni032E" unicode="&#x32e;" 
+d="M-360 -83c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135z" />
+    <glyph glyph-name="uni032F" unicode="&#x32f;" 
+d="M-143 -226c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135z" />
+    <glyph glyph-name="afii10101" unicode="&#x454;" horiz-adv-x="440" 
+d="M39 211c0 121 78 228 211 228c47 0 82 -15 131 -19c3.5 -41.5 5.29999 -71.4 8 -120c-7.89999 -3.20001 -16.2 -4 -25 -4c-17 64 -48 112 -122 112c-89 0 -119 -86 -119 -178l3 -2c26 16 53 28 82 28c22.6 0 41.2 -6.89999 58 -15.1c15.6 -7.59999 30.4 -12.9 47 -12.9
+c13 0 25 6 32 6c6 0 8 -10 8 -14c0 -14 -46 -32 -89 -32c-23.3 0 -39.4 4.89999 -54.7 11.6c-14 6.09999 -28 10.4 -46.3 10.4c-13 0 -26 -4 -38 -9c0 -119 45 -178 129 -178c40 0 65 24 77 51c14 32 28 38 45 38c18 0 29 -14 29 -30c0 -53 -71 -92 -162 -92
+c-99 0 -204 60 -204 221z" />
+    <glyph glyph-name="afii10193" unicode="&#x45f;" horiz-adv-x="570" 
+d="M427 0h-71c-27 0 -49 -56 -54 -128c-12 -4 -23.3 -4 -34 0c-5 73 -18 128 -54 128h-71c-40 0 -78 -1 -108 -2c-6 6 -6 27 0 33c55 4 68 9 68 91v185c0 82 -9 87 -64 91c-5 6 -5 27 0 33c28 -1 63 -2 103 -2s77 1 102 2c5 -6 5 -27 0 -33c-52 -4 -62 -9 -62 -91v-217
+c0 -40 6 -51 43 -51h121c39 0 42 20 42 51v217c0 82 -10 86 -61 91c-6 6 -6 27 0 33c30 -1 60 -2 100 -2s78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-185c0.399994 -82 13 -87 68 -91c6 -6 6 -27 0 -33c-30 1 -68 2 -108 2z" />
+    <glyph glyph-name="afii10099" unicode="&#x452;" horiz-adv-x="553" 
+d="M194 316v-194c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v379h-68c-9 2 -12 7.79999 -12 13.4c0 9.59998 9 24.3 21 26.6h59v18c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27
+c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-42h139c9.29999 -1.29999 13 -7.79999 13 -12.6c0 -9.60004 -10.7 -25.4 -23 -27.4h-129v-141c54 52 112 79 163 79c42.7 0 81.2 -10 101 -46.5c18.7 -34.5 30 -105 30 -190.5c0 -203 -86 -354 -206 -403
+c-5.5 3.2 -9.29999 8.2 -12 15c63 46 139 136 139 385c0 76.7 -11.5 137 -26.7 160.5c-14.3 22.1 -27.4 31.5 -51.3 31.5c-27 0 -81 -18 -137 -75z" />
+    <glyph glyph-name="afii10106" unicode="&#x459;" horiz-adv-x="678" 
+d="M568 126c0 53 -23 98 -98 98h-66v-148c0 -35 12 -45 61 -45c53 0 103 13 103 95zM249 392c-40 0 -43 -28 -43 -106c0 -68 -6 -170 -26 -218c-23 -54 -51 -80 -102 -80c-46 0 -74 27 -74 58c0 22 14 42 39 42c28 0 34 -19 37 -38c2 -13 6 -21 19 -21c17 0 34 13 47 49
+c14 41 22 96 22 201c0 108 -10.3 114 -81 119c-6 6 -6 27 0 33c30 -1 69 -2 102 -2h175s78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -92v-49h67c101 0 183 -27 183 -121c0 -107 -67 -138 -190 -138c-40.6 0 -60.4 2 -99 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33
+c61 5 72 8 72 91v185c0 73 -19 85 -42 85h-34z" />
+    <glyph glyph-name="afii10107" unicode="&#x45a;" horiz-adv-x="745" 
+d="M466 306v-55h72c101 0 183 -21 183 -115c0 -107 -67 -138 -190 -138c-40.6 0 -63.4 2 -104 2c-39.8 0 -79 -1 -102 -2c-6 6 -6 27 0 33c51 5 62 8 62 91v96h-201v-96c0 -83 11 -87 62 -91c6 -6 6 -27 0 -33c-22 1 -61.6 2 -101 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33
+c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67.7 -2 111 -2c39.8 0 78 1 102 2c6 -6 6 -27 0 -33c-51 -5 -62 -8 -62 -91v-56h201v56c0 83 -11 87 -62 91c-6 6 -6 27 0 33c23 -1 61.6 -2 101 -2c43.7 0 78 1 112 2c6 -6 6 -27 0 -33
+c-61 -5 -72 -8 -72 -92zM635 126c0 53 -23 92 -98 92h-71v-142c0 -35 17 -45 66 -45c53 0 103 13 103 95z" />
+    <glyph glyph-name="afii10108" unicode="&#x45b;" horiz-adv-x="557" 
+d="M187 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-28 1 -60.8 2 -98.8 2c-40 0 -76.8 -1 -109.8 -2c-6 6 -6 27 0 33c58 4 69.8 8 69.8 91v379h-61c-9 2 -12 7.79999 -12 13.4c0 9.59998 9 24.3 21 26.6h52v18c0 84 -12 79 -64 82c-6 6 -8 22 -6 30
+c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.100006 -42h146.1c9.29999 -1.29999 13 -7.79999 13 -12.6c0 -9.60004 -10.7 -25.4 -23 -27.4h-136.3l-0.5 -143c0 -14 6.40001 -3.79999 9.8 0c61 68 120.9 81 170 81c35 0 66.2 -12 83 -34
+c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-33 1 -66 2 -106 2s-74 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -90 -21.7 -128 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+    <glyph glyph-name="afii10051" unicode="&#x402;" horiz-adv-x="724" 
+d="M350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v385c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145c0 1 2 3 4 3c38 -3 156 -8 233 -8h86
+c79 0 190 5 224 8c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-17 77 -64 103 -139 103h-22c-36 0 -46 -38 -46 -102v-149c50 43 105.5 64.5 166 64.5c38.5 0 77.3 -15.4 100 -34c52.5 -43 63 -124.8 63 -217.5c0 -135 -41 -261 -91 -310
+c-18 -18 -43 -30 -65 -30c-37 0 -67 21 -67 47c0 22 17 42 37 42c13 0 25 -3 35 -8c9 -4 21 -9 33 -9c47 0 35 203 35 242c0 77.5 -1 152.4 -48.5 196c-18 16.5 -46.5 26 -74.5 26c-33.5 0 -74.5 -7 -123 -46v-196z" />
+    <glyph glyph-name="afii10053" unicode="&#x404;" horiz-adv-x="620" 
+d="M34 315c0 209 136 343 302 343c118.5 0 154.5 -35.5 211 -45c10.7 -54 16.4 -103 22 -155c-10.9 -5.10001 -20.4 -6.60001 -30 -4c-26 86 -70 167 -208 167c-79 0 -206 -74 -206 -287l1 -1c61 34 126 46 139 46c63 0 106 -38 165 -38c38 0 54 16 62 16c4 0 9 -4 9 -12
+c0 -25 -63 -54 -122 -54c-67 0 -96 32 -154 32c-38 0 -66 -7 -99 -22c10 -158 90.5 -276 229 -276c76 0 116 34 130 74c13 37 28 66 57 66c25 0 34 -21 34 -41c0 -74 -128 -134 -225 -134c-215 0 -317 140 -317 325z" />
+    <glyph glyph-name="one.fitted" unicode="&#xe011;" horiz-adv-x="360" 
+d="M239 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5
+c-1.7 -13 -3 -74 -3 -134v-347z" />
+    <glyph glyph-name="two.fitted" unicode="&#xe012;" horiz-adv-x="478" 
+d="M61 468c0 60 69 142 180 142c81 0 169 -44 169 -152c0 -76 -43 -120 -100 -175l-101 -97c-5 -5 -74 -73 -74 -121h178c36 0 53 25 70 96c10 2 23 0 29 -5c-1 -30 -11 -105 -24 -158c0 0 -46 2 -78 2h-175c-32 0 -83 -2 -83 -2c0 59 16 107 114 207l74 73
+c59 60 82 112 82 176c0 96 -51 121 -87 121c-73 0 -99 -36 -99 -61c0 -8 6 -17 8 -24s4 -13 4 -21c0 -22.1 -30 -40 -47 -40c-21 0 -40 18 -40 39z" />
+    <glyph glyph-name="three.fitted" unicode="&#xe013;" horiz-adv-x="465" 
+d="M215 575c-26 0 -95 -12 -95 -76c0 -19 -4 -52 -39 -52c-24 0 -34 20 -34 34c0 33 42 129 189 129c52.3 0 87.2 -16.9 109 -39c24.3 -24.6 31.3 -49.1 31.3 -79.1c0 -52.7 -23 -94.3 -105.3 -132.9l1 -2c59 -10 141 -49 141 -158c0 -132 -106 -209 -225 -209
+c-60 0 -144 27 -144 67c0 16 21 35 42 35c20 0 33 -12 43 -26c12 -18 21 -41 72 -41c35 0 124 27 124 160c0 113 -74 129 -131 129c-13 0 -31 0 -48 -2l-5 32c99.1 14.1 157.1 90.5 157.1 140.7c0 64.3 -39.9 90.3 -83.1 90.3z" />
+    <glyph glyph-name="four.fitted" unicode="&#xe014;" horiz-adv-x="484" 
+d="M277 507c-69 -94.2 -139.7 -205.8 -191 -288h191v288zM436 219c11 0 15 -6 15 -16c0 -12 -15 -31 -29 -31h-69v-92c0 -47 21 -45 70 -49c6 -6 6 -27 0 -33c-32 1 -69.6 2 -109 2c-46 0 -86 -1 -118 -2c-6 6 -6 27 0 33c43 3 81 3 81 49v92h-204c-30 0 -36 27 -39 42
+c91.5 143 208 307.5 271 385c3.70001 4.5 9 11 16 11h32l2 -2c-1.70001 -7.79999 -2 -47 -2 -97v-292h83z" />
+    <glyph glyph-name="five.fitted" unicode="&#xe015;" horiz-adv-x="454" 
+d="M315 189c0 109 -51 152 -116 152c-36 0 -74 -4 -127 -24l34 288c35 -3 71 -5 108 -5c53 0 107 5 164 11l7 -4l-16 -68c-41 -4 -75 -6 -105 -6c-48 0 -80 5 -117 9l-20 -167c18 7 55 16 98 16c112 0 179 -87 179 -184c0 -126 -88 -218 -212 -218c-57 0 -142 34 -142 75
+c0 20 19 37 38 37c21 0 38 -15 51 -32c15 -20 28 -45 66 -45c60 0 110 70 110 165z" />
+    <glyph glyph-name="six.fitted" unicode="&#xe016;" horiz-adv-x="473" 
+d="M139.2 307c-5.89999 -28.8 -8.2 -55.5 -8.2 -78c0 -171 57 -205 120 -205c49 0 91 50 91 160c0 50 -22 146 -120 146c-17.4 0 -50 -1.39999 -82.8 -23zM148.3 343.3c29.8 13.7 68.7 21.7 94.7 21.7c136 0 182 -77 182 -163s-54 -213 -185 -213c-77 0 -192 40 -192 243
+c0 79 31 170 93 242c56 65 118 107 219 137c8 -5 12 -14 12 -26c-133 -49.8 -196.6 -150.8 -223.7 -241.7z" />
+    <glyph glyph-name="eight.fitted" unicode="&#xe018;" horiz-adv-x="469" 
+d="M236 575c-60 0 -92 -38 -92 -84c0 -31 7 -64 70 -105l31 -19c27 20 80 65 80 119c0 46 -24 89 -89 89zM395 485c0 -64 -76 -116 -123 -139l71 -43c53.1 -32.2 78 -83 78 -141c0 -76 -64 -172 -195 -172c-106 0 -178 54 -178 156c0 39 17 84 58 120
+c25 22 51.5 39.5 80.5 55l-25.5 16c-60.9 38.2 -88 79 -88 135c0 77 66 138 168 138c98 0 154 -53 154 -125zM228 25c45 0 120 17 120 117c0 48 -25 95 -87 133l-47 28c-86 -57 -99 -127 -99 -157c0 -90 68 -121 113 -121z" />
+    <glyph glyph-name="two.oldstyle" unicode="&#xe022;" horiz-adv-x="462" 
+d="M295 55c57 0 63 6 87 59l13 29c9 -0.699997 18 -0.800003 27 -7c-18 -58 -28 -107 -33 -138c-17 1 -51 2 -91 2h-148c-25 0 -79 -1 -89 -2l-11 23l111 105c108.4 102.5 127 130 127 188c0 53 -27 81 -73 81c-49 0 -98 -21 -119 -74c-14.8 2.70001 -27.1 7.10001 -34 15
+c17 52 78 103 173 103c101 0 142 -47 142 -108c0 -46 -24.8 -86.1 -83 -143l-136 -133h137z" />
+    <glyph glyph-name="three.oldstyle" unicode="&#xe023;" horiz-adv-x="448" 
+d="M217 404c-26 0 -95 -12 -95 -76c0 -19 -4 -52 -39 -52c-24 0 -34 20 -34 34c0 33 42 129 189 129c52.3 0 87.2 -16.9 109 -39c24.3 -24.6 31.3 -49.1 31.3 -79.1c0 -52.7 -23 -94.3 -105.3 -132.9l1 -2c59 -10 141 -49 141 -158c0 -132 -106 -209 -225 -209
+c-60 0 -144 27 -144 67c0 16 21 35 42 35c20 0 33 -12 43 -26c12 -18 21 -41 72 -41c35 0 124 27 124 160c0 113 -74 129 -131 129c-13 0 -31 0 -48 -2l-5 32c99.1 14.1 157.1 90.5 157.1 140.7c0 64.3 -39.9 90.3 -83.1 90.3z" />
+    <glyph glyph-name="uniE040" unicode="&#xe040;" horiz-adv-x="1179" 
+d="M638 619c12 0 16 8 16 10c0 3 -6 9 -6 17c0 12 13 30 32 30c20 0 31 -17 34 -21c-36 -3 -41 -29 -55 -40c17 -4 19 -6 21 -6c7 0 11 4 18 4c9 0 18 -6 21 -9c9 -7 3 -15 12 -32c-3 1 -6 2 -9 2c-6 0 -10 -2 -16 -2c-7 0 -13 3 -18 6c-12 7 -8 22 -22 25s-33 7 -58 8
+c10 -14 11 -40 44 -50c-10 -9 -19 -14 -31 -14c-19 0 -32 16 -32 32c0 10 10 18 10 22c0 1 0 8 -13 11c-30 0 -59 -3 -86 -11c21 -14.4 21.4 -37 60 -37c-3 -5 -14 -24 -36 -24c-19 0 -32 18 -32 29c0 7 4 14 4 17c0 3.59998 -0.5 9 -18 9c-28 -10 -53 -23 -77 -39
+c15 -4 28 -16 49 -16c9 0 13 1 21 4c-5 -30 -22 -39 -36 -39c-6 0 -12 1 -18 5c-25 14 -4 34 -25 34c-4 0 -7 -1 -10 -2c-22 -18 -42 -39 -59 -61c16.3 0 18.7 -4 36 -4c22 0 31 9 37 14c0 -3 1 -7 1 -12c0 -24 -16 -40 -35 -40c-32 0 -25 28 -39 28c-5 0 -9 -2 -12 -4
+c-18 -27 -31 -58 -40 -90c20 11 48 -4 73 33c3 -8 7 -15 7 -26c0 -20 -15 -36 -38 -36c-21 0 -24 18 -30 18c-9 0 -14 -6 -17 -11c-4 -21 -6 -41 -6 -63c0 -14 2 -27 4 -39c14 15 46 18 53 60c9 -8 21 -20 21 -38c0 -24 -21 -37 -35 -37c-11 0 -18 8 -23 8
+c-2 0 -9 -4 -12 -14c4 -18 10 -34 16 -50s79 -40 79 -57c0 -3 -4 -4 -10 -4c-15 0 -41 4 -52 4c-9 0 -15 -3 -21 -3c-7 0 -10 7 -10 19v18c0 7 -3 16 -7 30c-4 4 -9 6 -15 6c-7 0 -7 -22 -36 -22c-21 0 -38 17 -38 40c0 9 3 17 5 23c10 -12 23 -25 60 -25c8 0 13 -1 18 -3
+c-4 18 -8 43 -8 75c-1 7 -6 21 -18 21c-6 0 -12 -15 -28 -15c-20 0 -38 14 -38 37c0 12 4 22 10 31c7 -15 17 -29 52 -37c10 -2 18 -5 22 -10c2 33 8 66 19 95c0 11 -2 22 -10 22c-4 0 -11 -5 -19 -5c-14 0 -32 15 -32 35c0 23 21 36 24 38c2 -43 36 -48 46 -68
+c14 32 33 61 55 86c2 3 3 7 3 11c0 12 -8.20001 12 -14 12c-24 0 -29 24 -29 33c0 8 2 30 37 38c-2 -7 -3 -11 -3 -19c0 -27 20 -40 22 -59c37.5 37.5 62 49 72 56c3.70001 2.59998 8 7 8 14c0 10 -23 6 -23 34c0 19 15 35 36 35c8 0 13 -2 18 -3c-8 -8 -18 -17 -18 -44
+c0 -9 1 -10 1 -17c0 -3 -1 -6 -1 -9c30 14 62 24 97 29c6 2 13 6 13 14c0 5 -13 10 -13 24c0 18 14 33 33 33c12 0 21 -4 29 -10c-36 -16 -28 -43 -39 -59c7 1 15 1 23 1c32.4 0 48.6 -4 54 -4zM394 28c0 2 4 5 8 5c3.60001 0 7.5 -0.799999 10.4 -3.1
+c3.5 -2.9 5.60001 -7.6 5.60001 -10.9c0 -17 -29 -10 -35 -17l10 -7c0.700012 -0.5 1 -1 2 -1s2 1 5 3l2 -3l-7 -7l-21 16c9 12 37 3 37 20c0 4 -3 6 -5 6c-6 0 -4 -6 -8 -6c-2 0 -4 3 -4 5zM452 -3c0 3 -1.60001 4 -4 4c-6 0 -18 -22 -18 -30c0 -3 2 -4 3 -4
+c7 0 19 21 19 30zM436 -37c-5 0 -12 3 -12 14c0 14 12 28 22 28c8 0 12 -5 12 -13c0 -11 -9 -29 -22 -29zM497 -24c0 3 -1 6 -4 6c-6 0 -14 -22 -14 -30c0 -5 1.10001 -7 3 -7c7 0 15 21 15 31zM483 -58c-7 0 -11 7 -11 16c0 12 8 28 20 28c5 0 12 -3 12 -15s-8 -29 -21 -29
+zM544 -34c0 3 -1 6 -4 6c-9 0 -4 -8 -10 -8c-2 0 -4 1 -4 3c0 1 3 8 13 8c8 0 13 -4 13 -9c0 -6 -7 -9 -9 -10c4 -1 8 -5 8 -11c0 -8 -6 -15 -16 -15c-8 0 -14 4 -14 7c0 1 1 2 3 2c6 0 4 -6 10 -6c5 0 9 6 9 13c0 6 -3.59998 8 -8 8h-3v3c5 0 12 3 12 9zM583 -59
+c-3 0 -5 2 -5 5c0 5 5 6 5 6c3 0 5 -3 5 -6c0 -5 -5 -5 -5 -5zM817 523c-1 0 -2 -1 -2 -2c0 -8 106 -70 106 -247c0 -90 -44 -173 -85 -187c-1 0 -1 -1 -1 -2s0 -1 1 -1c18 0 89 63 89 190c0 173.8 -106 249 -108 249zM910 570c5 0 7 -19 8 -19v10c0 2 1 4 2 4
+c2 0 5 -11 5 -22c0 -4 0 -8 -1 -12l13 -17c1.70001 -2.20001 3 -5 3 -9c0 -2 -3 -8 -4 -12c-3 -12 -11 -21 -19 -32c24 -29 35 -57 35 -105v-14c21 22 16 25 25 25c12 0 19 -20 23 -26c-2 5 -4 10 -4 13s2 4 3 4c2 0 4 -2 5 -4c0 3 1 7 4 7s4 -5 4 -5s2 6 6 6c2 0 3 -1 3 -9
+c1 1 3 3 4 3c3 0 4 -2 4 -4c0 -3 -4 -12 -4 -12s4 6 6 6s2 -2 2 -4c0 -5 -8 -40 -31 -40c-17 0 -19 20 -19 20c-22.3 -35.8 -26.5 -44.3 -38 -50c-1 -13 -3 -27 -4 -42c-7 -81 -65 -153 -123 -153c-1 0 -1 0 -1 1c0 0 0 1 2 2c50 19 79 114 79 167c0 5 -1 10 -1 15
+c-17 5 -32 26 -42 33v-3c0 -10 -3 -23 -19 -23c-20 0 -34 31 -34 33s1 3 2 3c3 0 7 -4 7 -4s-7 9 -7 12c0 2 1 2 2 2c2 0 8 -4 8 -4s-4 6 -4 10c0 2 1 3 2 3c4 0 8 -10 8 -10s-2 5 -2 8c0 4 2 4 3 4c4 0 5 -12 5 -12s1 11 5 11c2 0 4 -1 4 -7c0 -3 -1 -9 -1 -9s7 32 18 32
+c5 0 7 -5 22 -16c-12 25 -24 51 -24 90c-24 -19 -45 -21 -45 -21c-2 0 -3 0 -19 31c-20 4 -31 13 -31 16c0 1 1 2 2 2c3 0 12 -5 13 -5c0 1 -16 10 -16 14c0 1 1 1 2 1c4 0 13 -8 14 -8c0 1 -12 11 -12 15c0 1 0 1 1 1c3.79999 0 9 -5 15 -8c0 3 -8 10 -8 14c0 1 1 2 2 2
+c4 0 14 -14 16 -15l1 1c0 2 -5 9 -5 12c0 1 0 1 1 1c4 0 9 -6 14 -20c7 -17 18 -25 20 -25c14 0 14 20 31 22c-6 14 -19 32 -42 40c-21 7 -31 35 -37 48c-6 11 -13 21 -13 29c0 6 3 13 14 13c4 0 56 -15 73 -31c6 -5 10 -14 11 -23c3 -21 28 -24 45 -38c7 12 15 9 19 22
+c-5 11 -4 16 -17 25c-8 8 -13 16 -13 20c0 2 0 3 1 3c3 0 9 -10 10 -10c-3 8 -7 14 -7 20c0 1 1 2 2 2c4 0 7 -13 10 -13c1 0 1 1 1 2c0 3 -4 10 -4 14c0 1 1 2 2 2c4 0 9 -16 11 -16c0 1 -4 9 -4 14c0 2 1 2 2 2zM773 130c0 -6 -8 -8 -15 -8h-58v-118c0 -38 5 -56 21 -56
+c15 0 29 6 44 17l11 -10c-24 -28 -50 -41 -77 -41c-33 0 -44 24 -44 61v147h-105l-48 1l-78 -2l-2 2v11c0 3 2 5 5 5h19c25 0 32 6 32 27v230c0 21 -13 27 -34 27h-16c-4 0 -6 2 -6 5v12l2 1l31 -1h46l79 1l2 -1v-12c0 -3 -2 -5 -5 -5h-16c-20 0 -34 -5 -34 -27v-219
+c0 -20 11 -31 29 -31h56c43 0 53 23 53 54v12l35 13v-79h68c3 0 5 -1 5 -4v-12zM1074 286c0 267 -218 485 -485 485s-485 -218 -485 -485s218 -485 485 -485s485 218 485 485zM589 777c272 0 492 -219 492 -491s-220 -492 -492 -492s-491 220 -491 492s219 491 491 491z
+M1099 286c0 281 -229 509 -510 509s-509 -228 -509 -509s228 -510 509 -510s510 229 510 510zM589 802c286 0 517 -230 517 -516s-231 -517 -517 -517s-516 231 -516 517s230 516 516 516zM363 35c-3 0 -6 2.2 -6 5c0 4 2.70001 6 5 6c3 0 6 -2.2 6 -6
+c0 -3.1 -2.29999 -5 -5 -5z" />
+    <glyph glyph-name="uniE041" unicode="&#xe041;" horiz-adv-x="1179" 
+d="M773 130c0 -6 -8 -8 -15 -8h-58v-118c0 -38 5 -56 21 -56c15 0 29 6 44 17l11 -10c-24 -28 -50 -41 -77 -41c-33 0 -44 24 -44 61v147h-105l-48 1l-78 -2l-2 2v11c0 3 2 5 5 5h19c25 0 32 6 32 27v230c0 21 -13 27 -34 27h-16c-4 0 -6 2 -6 5v12l2 1l31 -1h46l79 1l2 -1
+v-12c0 -3 -2 -5 -5 -5h-16c-20 0 -34 -5 -34 -27v-219c0 -20 11 -31 29 -31h56c43 0 53 23 53 54v12l35 13v-79h68c3 0 5 -1 5 -4v-12zM1099 286c0 281 -228 509 -510 509c-281 0 -509 -228 -509 -509c0 -282 228 -510 509 -510c282 0 510 228 510 510zM589 802
+c286 0 517 -231 517 -516c0 -286 -231 -517 -517 -517c-285 0 -516 231 -516 517c0 285 231 516 516 516z" />
+    <glyph glyph-name="creativecommons" unicode="&#xe00e;" horiz-adv-x="695" 
+d="M522.2 233.1c-14 -23.2 -43.1 -47 -81.6 -47c-30 0 -64.3 11.9 -83.6 32.9c-20.9 22.7 -31.6 51.6 -31.6 82.4c0 63 49 112.4 110.6 112.4c49 0 61.5 -10.8 75.7 -15.2c4.29999 -23.6 6.29999 -37.1 7 -54.5c-3.5 -2.20001 -8.40002 -3 -14 -3
+c-17.7 35.4 -28.2 47.5 -61.5 47.5c-23.3 0 -49.4 -20.1 -49.4 -87.7c0 -54.8 17.2 -84 57.1 -84c35.7 0 50.3 15.5 58 27.5c6.80002 -2 10.1 -6.7 13.3 -11.3zM307.2 233.1c-14 -23.2 -43.1 -47 -81.6 -47c-30 0 -64.3 11.9 -83.6 32.9c-20.9 22.7 -31.6 51.6 -31.6 82.4
+c0 63 49 112.4 110.6 112.4c49 0 61.5 -10.8 75.7 -15.2c4.29999 -23.6 6.29999 -37.1 7 -54.5c-3.5 -2.20001 -8.40002 -3 -14 -3c-17.7 35.4 -28.2 47.5 -61.5 47.5c-23.3 0 -49.4 -20.1 -49.4 -87.7c0 -54.8 17.2 -84 57.1 -84c35.7 0 50.3 15.5 58 27.5
+c6.80002 -2 10.1 -6.7 13.3 -11.3zM321 23c-157 0 -287 128 -287 283c0 156 131 282 287 282s287 -126 287 -282s-131 -283 -287 -283zM321 556c-140 0 -247 -111 -247 -250c0 -138 107 -251 247 -251c138 0 247 112 247 251s-108 250 -247 250z" />
+    <glyph glyph-name="uni0255" unicode="&#x255;" horiz-adv-x="424" 
+d="M374 129c0 25 -15 35 -32 35c-54.8 0 -120.9 -107.7 -124 -117c10.1 -4.9 26 -8 40 -8c41 0 116 42 116 90zM407 142c0 -98 -97 -152 -169 -152c-13 0 -42 0 -54 3c-20 -32 -43 -68 -61 -99c-11.6 1 -26 6 -32 13c20 33 39 62 59 95c-78 41 -113 121 -113 209
+c0 124 84 228 218 228c69 0 144 -32 144 -99c0 -24 -23 -41 -46 -41c-35 0 -41.3 22.4 -44 49c-3 30 -16 58 -70 58c-71 0 -116 -84 -116 -159c0 -67 12 -151 66 -185c15.6 31.2 81.5 127 161 127c13.9 0 28.5 -1.2 39 -8c11.4 -7.39999 18 -21.3 18 -39z" />
+    <glyph glyph-name="uni0253" unicode="&#x253;" horiz-adv-x="493" 
+d="M174 363c-12.9 -11.4 -17 -21 -17 -42v-250c20 -25 41 -47 72 -47c95 0 141 86 141 200c0 97 -50 171 -111 171c-29 0 -59 -9 -85 -32zM157 487v-88c0 -9 3.7 -10.7 10 -5c31 28 69.1 45 112 45c87 0 177 -75 177 -197c0 -159 -119 -252 -221 -252
+c-35.3 0 -65.1 5.5 -88 24.8c-11 9.2 -17 9.2 -27.3 -2.8c-7.7 -8.9 -17.6 -18.2 -23.7 -24c-12 0 -17 4 -22 12c4.2 21.8 4 32 4 71v397c0 157 93 230 177 230c38 0 64 -3 90 -21c21 -16 30 -34 30 -51c0 -22 -16 -39 -36 -39c-21 0 -35 12 -43 30c-14 35 -30 47 -60 47
+c-33 0 -79 -24 -79 -177z" />
+    <glyph glyph-name="uni0256" unicode="&#x256;" horiz-adv-x="503" 
+d="M344.7 -9.1l-1.70001 -2.9l0.600006 20.7c-0.399994 8.7 -0.600006 17.8 -0.600006 27.3v23c-46 -37 -96 -69 -136 -69c-108 0 -168 90 -168 213c0 74 24 133 67 176c40 38 84 60 150 60c20 0 64 -9 87 -22v146c0 65 -10 78 -30 78l-32 2c-3.20001 0.200012 -6 2 -6 5
+l-2 24c40.5 3 109.9 16 135 26c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105v-454v-13v-88c0 -154 21 -184 50 -184c30 0 35 20 41 41c5 21 19 39 46 39c21 0 34 -14 34 -36c0 -31 -31 -76 -116 -76c-54.5 0 -117.3 38.9 -128.3 178.9zM343 129v216c-24 38 -51 59 -98 59
+c-20 0 -62 -3 -93 -50c-15 -21 -28 -61 -28 -133c0 -125 55 -184 109 -184c26 0 65 21 110 57v35z" />
+    <glyph glyph-name="uni0257" unicode="&#x257;" horiz-adv-x="540" 
+d="M343 477c0 158 86 221 153 221c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-53 0 -71 -70 -71 -190v-358c0 -50 3.60001 -55.8 25 -58l48 -5l3 -23c-62 -11 -106 -24 -128 -42h-23l2 70l-2 1
+c-46 -37 -96 -69 -136 -69c-108 0 -168 90 -168 213c0 74 24 133 67 176c40 38 84 60 150 60c20 0 64 -9 87 -22v60zM343 94v251c-24 38 -51 59 -98 59c-20 0 -62 -3 -93 -50c-15 -21 -28 -61 -28 -133c0 -125 55 -184 109 -184c26 0 65 21 110 57z" />
+    <glyph glyph-name="uni0293" unicode="&#x293;" horiz-adv-x="435" 
+d="M312 -117c-33 51 -80 93 -144 93c-48 0 -88 -40 -88 -89c0 -50 49 -89 97 -89c61 0 114 29 135 85zM319 -87c5 19 8 41 8 66c0 90 -39 143 -122 143c-17 0 -43 -4 -60 -11l135 277h-151c-15 0 -26 -1 -35 -4c-13 -5 -23 -30 -30 -69l-21 2l18 125l18 -3c3 -6 13 -9 36 -9
+h239c10 0 14 -3 14 -8c0 -12 -5 -24 -16 -34l-107 -227c52 -2 152 -34 152 -174c0 -56 -21 -104 -46 -133c12.5 -26.1 24.7 -55.9 35.1 -85.8l-23.2 -6c-9.10001 25.2 -19.4 50.3 -29.9 72.8c-42 -39 -98 -61 -155 -61c-60 0 -122 49 -122 113c0 62 50 112 112 112
+c60 0 115 -40 151 -86z" />
+    <glyph glyph-name="uni1E9A" unicode="&#x1e9a;" horiz-adv-x="457" 
+d="M46 611c0 -51 -42 -92 -93 -92c-13 0 -24 2 -35 7l12 30c7 -3 14 -4 23 -4c35 0 57 28 57 59c0 33 -23 59 -57 59c-6 0 -11 0 -16 -2l-8 31c7 2 15 3 24 3c51 0 93 -41 93 -91zM293 233l-79 -21c-74 -19 -95 -65 -95 -110c0 -31 22 -71 72 -71c28 0 62 23 88 44
+c8 6 14 13 14 26v132zM293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108c0 68 69 121 165 145l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36
+c0 57 83 111 165 111c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni1F01" unicode="&#x1f01;" horiz-adv-x="566" 
+d="M230 699c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101
+l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F03" unicode="&#x1f03;" horiz-adv-x="566" 
+d="M157 696c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM263 656c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F05" unicode="&#x1f05;" horiz-adv-x="566" 
+d="M164 696c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM338 700c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F07" unicode="&#x1f07;" horiz-adv-x="566" 
+d="M302 728c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM239 663c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243
+c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F09" unicode="&#x1f09;" horiz-adv-x="695" 
+d="M148 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41
+l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F0B" unicode="&#x1f0b;" horiz-adv-x="709" 
+d="M9 719c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM115 679c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M278 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM170 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F0D" unicode="&#x1f0d;" horiz-adv-x="702" 
+d="M41 720c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM215 724c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM270 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM162 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F0F" unicode="&#x1f0f;" horiz-adv-x="717" 
+d="M162 675c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM99 610c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM285 283h177l-94 272h-6l-102.2 -258.7c-3.79999 -10.3 3.20001 -13.3 25.2 -13.3zM177 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71
+l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F11" unicode="&#x1f11;" horiz-adv-x="397" 
+d="M212 699c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60
+c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21
+s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1F13" unicode="&#x1f13;" horiz-adv-x="397" 
+d="M130 694c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM236 654c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37
+c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1FBF" unicode="&#x1fbf;" horiz-adv-x="182" 
+d="M79 652c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34z" />
+    <glyph glyph-name="uni1FCD" unicode="&#x1fcd;" horiz-adv-x="338" 
+d="M195 611c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM82 651c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34z" />
+    <glyph glyph-name="uni037A" unicode="&#x37a;" horiz-adv-x="331" 
+d="M128 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82z" />
+    <glyph glyph-name="uni1FB2" unicode="&#x1fb2;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM185 673c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123
+c-3 4 -5 8 -5 13c0 13 7 24 20 33zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1FB3" unicode="&#x1fb3;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1FB4" unicode="&#x1fb4;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM282 682c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17z
+M409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1FCE" unicode="&#x1fce;" horiz-adv-x="338" 
+d="M251 654c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM82 648c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34z" />
+    <glyph glyph-name="uni1FCF" unicode="&#x1fcf;" horiz-adv-x="320" 
+d="M231 650c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM165 581c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38
+s14 34 44 34z" />
+    <glyph glyph-name="uni1FDD" unicode="&#x1fdd;" horiz-adv-x="335" 
+d="M195 611c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM89 651c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+" />
+    <glyph glyph-name="uni1FDE" unicode="&#x1fde;" horiz-adv-x="331" 
+d="M262 654c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 32 20zM88 650c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106
+c0 35 22 73 60 73z" />
+    <glyph glyph-name="uni1FDF" unicode="&#x1fdf;" horiz-adv-x="356" 
+d="M178 676c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM241 741c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5
+c13 55 34 88 75 88c55 0 76 -47 116 -47z" />
+    <glyph glyph-name="uni1FC9" unicode="&#x1fc9;" horiz-adv-x="673" 
+d="M60 724c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM385 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91
+v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4
+c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1FCB" unicode="&#x1fcb;" horiz-adv-x="825" 
+d="M43 726c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM713 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FCC" unicode="&#x1fcc;" horiz-adv-x="914" 
+d="M745 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342
+v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FE5" unicode="&#x1fe5;" horiz-adv-x="525" 
+d="M277 689c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM149 -207l-84 -31l-11 18c13 34 24 86 24 210v194c0 138 33 172 60 199c42 43 91 56 138 56c120 0 210 -94 210 -208
+c0 -153 -98 -241 -232 -241c-43 0 -69 10 -97 27v-78c0 -58 0 -106 -8 -146zM400 189c0 158 -64 212 -144 212c-43 0 -99 -27 -99 -173v-153c31 -30 66 -52 111 -52c83 0 132 59 132 166z" />
+    <glyph glyph-name="uni1FEC" unicode="&#x1fec;" horiz-adv-x="597" 
+d="M29 723c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM271 554v-233c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM186 523
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204c-35 0 -59 3 -81 10v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="uni1FEE" unicode="&#x1fee;" horiz-adv-x="368" 
+d="M244 786c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM50 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM219 575c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="uni1FF2" unicode="&#x1ff2;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM249 665c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123
+c-3 4 -5 8 -5 13c0 13 7 24 20 33zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182
+c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FF3" unicode="&#x1ff3;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248
+c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245
+c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FF4" unicode="&#x1ff4;" horiz-adv-x="658" 
+d="M306 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM375 684c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17z
+M624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90
+c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FF7" unicode="&#x1ff7;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM387 577c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101
+c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FFC" unicode="&#x1ffc;" horiz-adv-x="886" 
+d="M718 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM457 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234
+c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281
+c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F15" unicode="&#x1f15;" horiz-adv-x="397" 
+d="M134 695c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM308 699c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM123 121c0 -53 42 -93 97 -93c47 0 85 16 124 43c8.70001 -2.8 14.6 -10.2 15 -21c-33 -31 -87 -60 -150 -60c-132 0 -165 65 -165 123c0 38 19 91 91 116v2c-45.8 19.3 -72 47.7 -72 96c0 40 35 112 153 112c77 0 135 -36 135 -72c0 -29 -19 -37 -32 -37
+c-22 0 -32 16 -42 33c-11 22 -28 43 -67 43c-31 0 -76 -6 -76 -72c0 -69 36 -91 79 -91c1 0 46 5 51 5c19 0 29 -9 29 -21s-7 -23 -30 -23c-8 0 -42 6 -51 6c-56 0 -89 -33 -89 -89z" />
+    <glyph glyph-name="uni1F19" unicode="&#x1f19;" horiz-adv-x="646" 
+d="M7 724c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM358 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0
+c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2
+h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1F1B" unicode="&#x1f1b;" horiz-adv-x="815" 
+d="M9 718c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM115 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M527 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215
+c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75
+c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1F1D" unicode="&#x1f1d;" horiz-adv-x="807" 
+d="M3 720c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM177 724c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM518 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-221c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2
+h-215c-33 0 -93 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-22 69 -38 109 -113 109h-75
+c-54 0 -66 -20 -66 -64v-180h91z" />
+    <glyph glyph-name="uni1F21" unicode="&#x1f21;" horiz-adv-x="528" 
+d="M290 699c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287
+c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F23" unicode="&#x1f23;" horiz-adv-x="528" 
+d="M234 693c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM340 653c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5
+c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F25" unicode="&#x1f25;" horiz-adv-x="528" 
+d="M236 693c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM410 697c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5
+v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F27" unicode="&#x1f27;" horiz-adv-x="528" 
+d="M370 728c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM307 663c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118
+c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F29" unicode="&#x1f29;" horiz-adv-x="820" 
+d="M16 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM708 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F2B" unicode="&#x1f2b;" horiz-adv-x="977" 
+d="M11 718c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM117 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M865 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F2D" unicode="&#x1f2d;" horiz-adv-x="970" 
+d="M9 721c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM183 725c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM858 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91
+v-401z" />
+    <glyph glyph-name="uni1F2F" unicode="&#x1f2f;" horiz-adv-x="964" 
+d="M147 676c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM84 611c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM852 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2
+c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F31" unicode="&#x1f31;" horiz-adv-x="281" 
+d="M132 689c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55
+c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F33" unicode="&#x1f33;" horiz-adv-x="281" 
+d="M50 694c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM156 654c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F35" unicode="&#x1f35;" horiz-adv-x="281" 
+d="M51 695c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM225 699c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F37" unicode="&#x1f37;" horiz-adv-x="281" 
+d="M192 728c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM129 663c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni1F39" unicode="&#x1f39;" horiz-adv-x="365" 
+d="M11 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM263 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F3B" unicode="&#x1f3b;" horiz-adv-x="523" 
+d="M2 720c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM108 680c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M421 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F3D" unicode="&#x1f3d;" horiz-adv-x="532" 
+d="M8 722c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM182 726c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM430 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F3F" unicode="&#x1f3f;" horiz-adv-x="530" 
+d="M145 677c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM82 612c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM428 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F41" unicode="&#x1f41;" horiz-adv-x="504" 
+d="M243 689c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168
+c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F43" unicode="&#x1f43;" horiz-adv-x="504" 
+d="M161 687c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM267 647c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157
+c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F45" unicode="&#x1f45;" horiz-adv-x="504" 
+d="M161 686c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM335 690c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203
+c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni1F49" unicode="&#x1f49;" horiz-adv-x="747" 
+d="M8 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM380 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM715 329
+c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1F4B" unicode="&#x1f4b;" horiz-adv-x="902" 
+d="M5 718c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM111 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M535 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM870 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z
+" />
+    <glyph glyph-name="uni1F4D" unicode="&#x1f4d;" horiz-adv-x="859" 
+d="M8 720c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM182 724c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM492 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM827 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348
+c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni1F51" unicode="&#x1f51;" horiz-adv-x="490" 
+d="M253 689c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48
+c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F53" unicode="&#x1f53;" horiz-adv-x="490" 
+d="M168 687c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM274 647c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28
+c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F55" unicode="&#x1f55;" horiz-adv-x="490" 
+d="M171 686c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM345 690c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28
+c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F57" unicode="&#x1f57;" horiz-adv-x="490" 
+d="M306 725c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM243 660c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130
+c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni1F59" unicode="&#x1f59;" horiz-adv-x="706" 
+d="M16 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM469 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33
+c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53
+c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1F5B" unicode="&#x1f5b;" horiz-adv-x="865" 
+d="M11 719c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM117 679c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M628 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2
+c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216
+c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1F5D" unicode="&#x1f5d;" horiz-adv-x="865" 
+d="M10 721c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM184 725c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM628 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2
+c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216
+c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1F5F" unicode="&#x1f5f;" horiz-adv-x="808" 
+d="M149 676c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM86 611c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM571 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33
+c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64
+l-119.5 -216c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7z" />
+    <glyph glyph-name="uni1F61" unicode="&#x1f61;" horiz-adv-x="658" 
+d="M349 689c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204
+c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147
+c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F63" unicode="&#x1f63;" horiz-adv-x="658" 
+d="M257 687c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM363 647c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90
+c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F65" unicode="&#x1f65;" horiz-adv-x="658" 
+d="M267 686c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM441 690c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101
+c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F67" unicode="&#x1f67;" horiz-adv-x="658" 
+d="M408 724c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM345 659c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182
+c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1F69" unicode="&#x1f69;" horiz-adv-x="792" 
+d="M60 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM556 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129
+c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281
+c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F6B" unicode="&#x1f6b;" horiz-adv-x="898" 
+d="M2 718c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM108 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5z
+M663 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119
+c8.29999 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F6D" unicode="&#x1f6d;" horiz-adv-x="863" 
+d="M12 720c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM186 724c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155
+c4 16 21 20 32 20zM627 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213
+c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F6F" unicode="&#x1f6f;" horiz-adv-x="876" 
+d="M157 677c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM94 612c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17
+c-91 4 -106 80 -106 106c0 35 22 73 60 73zM641 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128
+c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1F80" unicode="&#x1f80;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM244 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM409 191l14 -58
+c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128
+c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F81" unicode="&#x1f81;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM230 699c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F82" unicode="&#x1f82;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM146 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM259 658
+c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140
+c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z
+" />
+    <glyph glyph-name="uni1F83" unicode="&#x1f83;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM157 696c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M263 656c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F84" unicode="&#x1f84;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157zM170 698c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM339 704c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5
+c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20z" />
+    <glyph glyph-name="uni1F85" unicode="&#x1f85;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM164 696c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M338 700c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 32 20zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39
+c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186
+c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F86" unicode="&#x1f86;" horiz-adv-x="566" 
+d="M409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157zM238 660c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69
+c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM304 729c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM182 -64l53 13l22 -7v-52c0 -55 12 -78 32 -78
+c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82z" />
+    <glyph glyph-name="uni1F87" unicode="&#x1f87;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM302 728c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM239 663c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87
+c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162
+c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1F88" unicode="&#x1f88;" horiz-adv-x="882" 
+d="M713 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM152 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM263 283h177
+l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55
+c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F89" unicode="&#x1f89;" horiz-adv-x="872" 
+d="M703 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM148 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106
+c0 35 22 73 60 73zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572
+c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F8A" unicode="&#x1f8a;" horiz-adv-x="928" 
+d="M759 326l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM18 721c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM131 681
+c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM305 283h177l-94 272h-6l-102.2 -258.7c-3.79999 -10.3 3.20001 -13.3 25.2 -13.3zM197 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F8B" unicode="&#x1f8b;" horiz-adv-x="905" 
+d="M736 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM9 719c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M115 679c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM278 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM170 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F8C" unicode="&#x1f8c;" horiz-adv-x="903" 
+d="M734 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM25 720c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM194 726
+c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM270 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM162 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z
+" />
+    <glyph glyph-name="uni1F8D" unicode="&#x1f8d;" horiz-adv-x="896" 
+d="M728 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM41 720c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73
+zM215 724c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 32 20zM270 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM162 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F8E" unicode="&#x1f8e;" horiz-adv-x="910" 
+d="M741 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM72 607c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM138 676
+c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM284 283h177l-94 272h-6l-102.2 -258.7c-3.79999 -10.3 3.20001 -13.3 25.2 -13.3zM176 79c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41
+l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F8F" unicode="&#x1f8f;" horiz-adv-x="918" 
+d="M749 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM162 675c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM99 610c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM285 283h177l-94 272h-6l-102.2 -258.7c-3.79999 -10.3 3.20001 -13.3 25.2 -13.3zM177 79
+c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2
+c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1F90" unicode="&#x1f90;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM306 697c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM174 358
+c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82
+c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F91" unicode="&#x1f91;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM290 699c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5
+c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F92" unicode="&#x1f92;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM226 696c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM339 656
+c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60
+l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8
+c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F93" unicode="&#x1f93;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM234 693c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M340 653c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138
+c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F94" unicode="&#x1f94;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM240 695c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM409 701
+c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138
+c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F95" unicode="&#x1f95;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM236 693c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M410 697c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 32 20zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138
+c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F96" unicode="&#x1f96;" horiz-adv-x="528" 
+d="M307 660c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM373 729c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5
+v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76zM98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8
+c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82z" />
+    <glyph glyph-name="uni1F97" unicode="&#x1f97;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM370 728c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM307 663c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9
+c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68
+c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1F98" unicode="&#x1f98;" horiz-adv-x="991" 
+d="M822 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM19 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM708 122
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F99" unicode="&#x1f99;" horiz-adv-x="994" 
+d="M825 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM16 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73
+zM708 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F9A" unicode="&#x1f9a;" horiz-adv-x="1152" 
+d="M983 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM17 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM130 678
+c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM875 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F9B" unicode="&#x1f9b;" horiz-adv-x="1143" 
+d="M974 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM11 718c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73
+zM117 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM865 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F9C" unicode="&#x1f9c;" horiz-adv-x="1157" 
+d="M988 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM8 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM177 724
+c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM868 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F9D" unicode="&#x1f9d;" horiz-adv-x="1144" 
+d="M975 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM9 721c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M183 725c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 32 20zM858 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199
+c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F9E" unicode="&#x1f9e;" horiz-adv-x="1135" 
+d="M966 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM89 606c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM155 675
+c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM842 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1F9F" unicode="&#x1f9f;" horiz-adv-x="1143" 
+d="M974 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM147 676c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM84 611c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM852 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni1FA0" unicode="&#x1fa0;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM341 704c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM624 189
+c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66
+c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA1" unicode="&#x1fa1;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM349 689c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90
+c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA2" unicode="&#x1fa2;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM260 687c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM373 647
+c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248
+c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245
+c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA3" unicode="&#x1fa3;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM257 687c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M363 647c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248
+c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245
+c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA4" unicode="&#x1fa4;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM261 684c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM430 690
+c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248
+c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245
+c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA5" unicode="&#x1fa5;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM267 686c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M441 690c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 32 20zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204c0 118 70 200 183 248
+c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147c0 73 -17 166 -121 245
+c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA6" unicode="&#x1fa6;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM339 655c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM405 724
+c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103c-90 0 -170 73 -170 204
+c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104c72 0 101 37 101 147
+c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA7" unicode="&#x1fa7;" horiz-adv-x="658" 
+d="M288 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM408 724c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM345 659c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM624 189c0 -104 -68 -199 -190 -199c-51 0 -91 31 -113 103c-27 -72 -60 -103 -117 -103
+c-90 0 -170 73 -170 204c0 118 70 200 183 248c7.60001 -4 12 -13.7 13 -23c-65 -41 -114 -88 -114 -210c0 -112 27 -182 101 -182c37 0 60 30 91 101c-13 33 -15 70 -15 90c0 31 11 66 37 66c27 0 30 -13 30 -37s-9 -79 -24 -116c30 -69 65 -104 105 -104
+c72 0 101 37 101 147c0 73 -17 166 -121 245c1 8.10001 1.89999 20.1 15 23c94 -45 188 -137 188 -253z" />
+    <glyph glyph-name="uni1FA8" unicode="&#x1fa8;" horiz-adv-x="939" 
+d="M771 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM-3 724c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM477 117l-3 -48
+h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119
+c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FA9" unicode="&#x1fa9;" horiz-adv-x="946" 
+d="M777 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM-20 725c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106
+c0 35 22 73 60 73zM476 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213
+c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FAA" unicode="&#x1faa;" horiz-adv-x="1086" 
+d="M917 304l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM7 718c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM120 678
+c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM680 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247
+c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.70001 38.2 -7 78 -7 119c8.29999 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281
+c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FAB" unicode="&#x1fab;" horiz-adv-x="1080" 
+d="M911 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM2 718c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z
+M108 678c-2 4 -3 9 -3 13c0 16 14 33 37 33c18 0 28 -7 31 -18l39 -152s1 -3 1 -4c0 -5 -5 -12 -15 -12c-5 0 -6 2 -8 5zM663 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234
+c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.29999 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281
+c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FAC" unicode="&#x1fac;" horiz-adv-x="1065" 
+d="M897 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM13 720c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM182 726
+c29 0 37 -22 37 -33c0 -4 -1 -8 -3 -12l-76 -139c-1 -4 -5 -5 -8 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 31 20zM623 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234
+c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281
+c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FAD" unicode="&#x1fad;" horiz-adv-x="1080" 
+d="M911 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM12 720c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73
+zM186 724c28 0 36 -22 36 -33c0 -4 -1 -8 -3 -12l-75 -139c-2 -4 -6 -5 -9 -5c-12 0 -14 10 -14 13v1l33 155c4 16 21 20 32 20zM627 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129c92 53 132 126 132 234
+c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281c199 0 301 -133 301 -281
+c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FAE" unicode="&#x1fae;" horiz-adv-x="1054" 
+d="M885 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM60 607c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM126 676
+c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88c55 0 76 -47 116 -47zM596 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14l8 129
+c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260c0 132 104 281 301 281
+c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FAF" unicode="&#x1faf;" horiz-adv-x="1073" 
+d="M904 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM139 677c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM76 612c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73zM623 117l-3 -48h97c49 0 70 -7 76 50c10 4 18.7 4 26 0c0 -40 -3 -85 -7 -119h-208c-12 0 -17 5 -17 14
+l8 129c92 53 132 126 132 234c0 141 -80 247 -210 247c-139 0 -209 -118 -209 -246c0 -112 39 -173 131 -235l8 -128c0 -9 -6 -15 -17 -15h-213c-4.7 38.2 -7 78 -7 119c8.3 4.3 16.7 3.6 25 0c5 -53 24 -50 77 -50h103l-4 48c-108 37 -195 132 -195 260
+c0 132 104 281 301 281c199 0 301 -133 301 -281c0 -120 -84 -223 -195 -260z" />
+    <glyph glyph-name="uni1FBB" unicode="&#x1fbb;" horiz-adv-x="695" 
+d="M164 724c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41
+l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1FB7" unicode="&#x1fb7;" horiz-adv-x="566" 
+d="M200 -56l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM301 597c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM409 191l14 -58c13 -53 33 -82 56 -82c25 0 38 7 55 37c12 0 19 -4 25 -11c-22 -63 -47 -87 -91 -87c-37 0 -63 33 -79 101l-9 39c-50 -99 -96 -140 -164 -140c-128 0 -182 82 -182 206c0 184 125 243 216 243c73.5 0 113 -48 132.8 -135
+c2.30002 -10 3.90002 -5.5 6.70001 2l47.5 128c15 0 33 -5 48 -5s36 5 49 5zM359 222l-5 21c-23 96 -49 162 -109 162c-67 0 -127 -71 -127 -186c0 -108 29 -195 103 -195c46 0 88 62 122 157z" />
+    <glyph glyph-name="uni1FC2" unicode="&#x1fc2;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM240 678c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123
+c-3 4 -5 8 -5 13c0 13 7 24 20 33zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118
+c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1FC3" unicode="&#x1fc3;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138
+c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1FC4" unicode="&#x1fc4;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM330 681c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17z
+M174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5v-238.5
+c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1FC7" unicode="&#x1fc7;" horiz-adv-x="528" 
+d="M98 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82zM348 595c20 0 34 13 47 47l22 -7c-12 -56 -38 -86 -81 -86c-42 0 -73 46 -111 46c-21 0 -35 -16 -46 -46l-22 5c13 55 34 88 75 88
+c55 0 76 -47 116 -47zM174 358c0 -5 0.800003 -8.20001 2.39999 -5.89999c45.6 48.4 86.1 86.9 160.6 86.9c68 0 109 -43 109 -158v-287c0 -51 3 -99 3 -138c0 -24 -1 -44 -5 -60l-80 -34l-11 18c13 34 14 100 14 214v275c0 65 -6 118 -67 118c-34.5 0 -78.5 -29 -126 -76.5
+v-238.5c0 -38 9 -82 -29 -82c-32 0 -46 10 -50 27c-2 10 0 37 0 55v245c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 98 18 126 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 8 -36 8 -76z" />
+    <glyph glyph-name="uni1FBC" unicode="&#x1fbc;" horiz-adv-x="903" 
+d="M734 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33
+c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211
+c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uni1FBE" unicode="&#x1fbe;" horiz-adv-x="331" 
+d="M129 303l62 29l11 -17v-205c0 -62 9 -82 30 -82c25 0 34 16 39 51l24 -5c-13 -69 -44 -84 -87 -84c-45 0 -79 26 -79 84v229z" />
+    <glyph glyph-name="onesixth" unicode="&#x2159;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM562 10c0 22 -4 77 -61 77c-14 0 -36 -6 -57 -23c-1 -5 -1 -13 -1 -19c0 -84 40 -107 68 -107c44 0 51 34 51 72zM619 15c0 -36 -29 -101 -108 -101c-50 0 -121 29 -121 133c0 82 58 185 211 196v-19c-109 -19 -144 -86 -155 -144
+c14 14 41 31 66 31c97 0 107 -79 107 -96zM133 572c-13 0 -32 -6 -57 -15c-7.9 6.09998 -10 15 -10 27c47 17 73 29 117 56c5.3 2.90002 12.7 5 18 0v-239c0 -51 21 -54 55 -56c4 -8 4 -22 0 -29c-30 1 -51 1 -84 1c-35.3 0 -66 0 -96 -1c-4 6 -5 21 0 29c40 2 71 5 71 56
+v130c0 32 -2 41 -14 41z" />
+    <glyph glyph-name="fivesixths" unicode="&#x215a;" horiz-adv-x="660" 
+d="M532 601l42 -8l-459 -655l-41 8zM202 414c0 30 -3 89 -75 89c-22 0 -43 -7 -57 -14l-6 3l22 143h163l-5 -34v-1h-135l-12 -81c9 6 34 11 48 11c78 0 114 -52 114 -106c0 -60 -49 -113 -118 -113c-34 0 -94 13 -94 37c0 13 12 21 22 21c13 0 21 -7 29 -15
+c9 -9 20 -16 42 -16c45 0 62 35 62 76zM561 11c0 22 -4 77 -61 77c-14 0 -36 -6 -57 -23c-1 -5 -1 -13 -1 -19c0 -84 40 -107 68 -107c44 0 51 34 51 72zM618 16c0 -36 -29 -101 -108 -101c-50 0 -121 29 -121 133c0 82 58 185 211 196v-19c-109 -19 -144 -86 -155 -144
+c14 14 41 31 66 31c97 0 107 -79 107 -96z" />
+    <glyph glyph-name="uni221B" unicode="&#x221b;" horiz-adv-x="565" 
+d="M488 733l-180 -733l-38 -20l-140 241l-64 -26l-13 28c37 19 79 45 113 71l122 -211l165 684v5h113v-39h-78zM186 624c0 26 -22 34 -38 34c-17 0 -45 -8 -52 -24c-4.8 -11 -4 -29 -27 -29c-19 0 -23 15 -23 18c0 17 27 65 114 65c52 0 85 -22 85 -59
+c0 -29 -22 -52 -51 -68c33 -3 80 -30 80 -88c0 -69 -59 -115 -139 -115c-26.2 0 -96.8 11.3 -96.8 42.8c0 13.3 12.5 22.2 24.8 22.2c14 0 24 -5 30 -17c5.7 -11.5 14 -18 46 -18c29 0 73 13 73 77c0 57 -51 61 -75 61c-7 0 -12 -1 -20 -2c-5.4 6.5 -4.7 17.9 -2 27
+c44 6 71 32 71 73z" />
+    <glyph glyph-name="uni221C" unicode="&#x221c;" horiz-adv-x="565" 
+d="M488 733l-180 -733l-38 -20l-140 241l-64 -26l-13 28c37 19 79 45 113 71l122 -211l165 684v5h113v-39h-78zM171 637.7c-39.2 -48.5 -91.5 -122.2 -98 -139.7h98v139.7zM171 440v24h-118.8c-26.6 0 -21.5 20.2 -18.9 28.2c2.9 6.29999 6.1 11.3 9.5 16.8
+c33.2 53.8 77 106 112.1 147c9 10.5 20.4 21.7 35.7 30.8c1.09999 0.700012 10.4 1.20001 13.7 1.20001c6.3 0 18.7 -1.09998 18.7 -10v-180h56l-6 -34h-50v-24c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -48.4 1 -78 1c-35.3 0 -48 0 -78 -1c-4 6 -5 21 0 29
+c40 2 53 5 53 46z" />
+    <glyph glyph-name="primetriple" unicode="&#x2034;" horiz-adv-x="509" 
+d="M415 658c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17zM285 658c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143
+c4 11 15 17 28 17zM155 658c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143c4 11 15 17 28 17z" />
+    <glyph glyph-name="primereversed" unicode="&#x2035;" horiz-adv-x="244" 
+d="M75 652c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33z" />
+    <glyph glyph-name="uni2036" unicode="&#x2036;" horiz-adv-x="366" 
+d="M66 652c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM185 652c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3
+c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33z" />
+    <glyph glyph-name="uni2037" unicode="&#x2037;" horiz-adv-x="500" 
+d="M339 652c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM200 652c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3
+c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33zM75 652c5 4 11 5 18 5c5 0 10 -1 15 -3c6 -4 10 -8 12 -13l62 -146c0 -1 1 -2 1 -3c0 -3 -2 -6 -4 -8c-3 -3 -7 -4 -10 -4s-6 1 -8 3l-101 123c-3 4 -5 8 -5 13c0 13 7 24 20 33z
+" />
+    <glyph glyph-name="trianglebullet" unicode="&#x2023;" horiz-adv-x="375" 
+d="M73 84v296l264 -148z" />
+    <glyph glyph-name="uni0343" unicode="&#x343;" 
+d="M-83 652c39 0 62 -37 62 -73c0 -24 -7 -46 -23 -66c-16.9 -21.1 -45 -38 -83 -43c-4 4 -5 13 -5 20c57 12 77 44 77 67c0 19.6 -4.8 13 -29 13c-40 0 -50 24 -50 41c0 16 16 41 51 41z" />
+    <glyph glyph-name="onedotenleader" unicode="&#x2024;" horiz-adv-x="220" 
+d="M57 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="twodotenleader" unicode="&#x2025;" horiz-adv-x="424" 
+d="M262 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM57 43c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="hyphendot" unicode="&#x2027;" horiz-adv-x="220" 
+d="M57 266c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="uni203B" unicode="&#x203b;" horiz-adv-x="574" 
+d="M218 7c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM417 224c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM15 225c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM216 432c0 29 24 53 53 53s53 -24 53 -53
+s-24 -53 -53 -53s-53 24 -53 53zM72.4 457l24.6 18.6l174.7 -231.8l194.6 258.3l24.6 -18.5l-200 -265.4l197.9 -262.5l-24.6 -18.6l-192.5 255.5l-172.6 -229l-24.6 18.6l177.9 236z" />
+    <glyph glyph-name="uni2016" unicode="&#x2016;" horiz-adv-x="278" 
+d="M201 -204h-39v1062h39v-1062zM99 -204h-39v1062h39v-1062z" />
+
+<!--
+Dies sind alternative Umlaute, die im Deutschen vorzuziehen sind.
+-->
+    <glyph glyph-name="Adieresis.alt" unicode="&#xe02c;" horiz-adv-x="695" 
+d="M402 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM213 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM263 283h177l-94 272h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3zM155 79c-15.6 -41.1 31.4 -45.4 69 -48
+c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41
+l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+
+<!--
+Dies sind alternative Umlaute, die im Deutschen vorzuziehen sind.
+-->
+    <glyph glyph-name="Odieresis.alt" unicode="&#xe02d;" horiz-adv-x="702" 
+d="M393 758c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM204 758c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312z
+M666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+
+<!--
+Dies sind alternative Umlaute, die im Deutschen vorzuziehen sind.
+-->
+    <glyph glyph-name="Udieresis.alt" unicode="&#xe02e;" horiz-adv-x="661" 
+d="M392 758c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM203 758c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM172 523v-257c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v246c0 81 -17 84 -92 91
+c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-228c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v290c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33
+c-77 -3 -92 -8 -92 -91z" />
+    <glyph glyph-name="uni0289" unicode="&#x289;" horiz-adv-x="531" 
+d="M495 277v-39h-53v-108c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6.5 -2.5 -11 -3 -19 0c0 0 -8.5 33.5 -11 59c-0.700012 7 -10 5 -15 1c-49 -40 -96 -60 -135 -60c-99 0 -129 67 -129 136v112h-66v39h66v41c0 65 -14 76 -62 80c-6 6 -6 27 0 33
+c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-45h196v40c0 66 -13 78 -62 81c-6 6 -6 27 0 33c34 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-45h53zM363 238h-196v-98c0 -89 50 -103 80 -103c25 0 63 16 100 48
+c14 12 16 20 16 39v114z" />
+    <glyph glyph-name="uni028A" unicode="&#x28a;" horiz-adv-x="530" 
+d="M253 23c85 0 146 83 146 156c0 88 -43 123 -85 143l3 81c1 25 7 28 22 28h142l16 -92l-25 -2c-8 44 -14 49 -51 49h-72l-5 -44c79 -38 132 -96 132 -175c0 -86 -71 -177 -221 -177c-151 0 -224 91 -224 177c0 79 53 137 132 175l-5 44h-72c-37 0 -43 -5 -51 -49l-25 2
+l16 92h142c15 0 21 -3 22 -28l3 -81c-42 -20 -85 -55 -85 -143c0 -73 61 -156 145 -156z" />
+    <glyph glyph-name="uni0299" unicode="&#x299;" horiz-adv-x="479" 
+d="M186 246h66c62 0 88 38 88 78c0 59.5 -31 74 -83 74c-48 0 -71 -6 -71 -36v-116zM186 217v-131c0 -46 19 -55 71 -55c54 0 92 19 92 86c0 59.5 -26 100 -87 100h-76zM146 429c42.9 0 69 2 110 2c121 0 164 -30 164 -100c0 -60 -35 -92.5 -81 -101v-3
+c61 -11.5 96 -50 96 -106c0 -99 -65 -123 -151 -123c-67 0 -100 2 -137 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 68 -2 111 -2z" />
+    <glyph glyph-name="uni029C" unicode="&#x29c;" horiz-adv-x="586" 
+d="M479 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-39 1 -80.7 2 -111 2c-34.8 0 -72 -1 -108 -2c-6 6 -6 27 0 33c61 5 68 8 68 91v87h-214v-87c0 -83 7 -87 68 -91c6 -6 6 -27 0 -33c-36 1 -75.2 2 -107 2s-72 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185
+c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 81.4 -2 111 -2c31.8 0 70 1 108 2c6 -6 6 -27 0 -33c-61 -5 -68 -8 -68 -91v-65h214v65c0 83 -7 87 -68 91c-6 6 -6 27 0 33c39 -1 79 -2 107 -2c33 0 77 0 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="uni0264" unicode="&#x264;" horiz-adv-x="436" 
+d="M209 -12c-46 0 -88 26 -88 64c0 31 8 37 46 103l19 34l-79 142c-28.6 51.3 -36.5 68.8 -65.5 68.8c-4 0 -19.5 -1.79999 -28.5 -5.29999c-6.4 8.10001 -9 17.3 -5.5 28.5c8 3 44.4 16 65.5 16c57.5 0 62.7 -6.39999 96.5 -67l62.5 -112l55 87c37.2 58.9 63.5 92 112.5 92
+c18.4 0 29.5 -6 36.5 -14c1.39999 -9.70001 -3.5 -21 -9 -27c-0.399994 -1 -10.5 4 -23 4c-30.5 0 -51.9 -22.6 -86 -78l-64 -104c55 -98 57 -124 57 -154c0 -20 -16.5 -78 -102 -78zM168 61c0 -24 19 -38 41 -38c18 0 33 16 33 34c0 13 -11 52 -28 80l-6 11
+c-24 -41 -40 -71 -40 -87z" />
+    <glyph glyph-name="glottalstopreversed" unicode="&#x295;" horiz-adv-x="429" 
+d="M185 72v168c0 69 -20 95 -68 136c-46 40 -79 83 -79 155c0 82 68 125 171 125c97 0 195 -63 195 -136c0 -32 -21 -49 -41 -49c-23 0 -39 11 -39 29c0 26 7 30 7 48c0 40 -61 77 -110 77c-54 0 -104 -30 -104 -104c0 -59 24 -81 65 -118c64 -59 78 -94 78 -180v-151
+c0 -29 10 -40 43 -43l24 -2c5 0 7 -3 7 -8v-19l-1 -2c-50 1 -70 2 -109 2c-41 0 -61 -1 -111 -2l-2 2v19c0 5 4 8 8 8l24 2c33 3 42 14 42 43z" />
+    <glyph glyph-name="uni0298" unicode="&#x298;" horiz-adv-x="702" 
+d="M355 267c-28 0 -54 26 -54 54s26 54 54 54s54 -26 54 -54s-26 -54 -54 -54zM336 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM671 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126
+c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni028B" unicode="&#x28b;" horiz-adv-x="490" 
+d="M171 321.3v-118.3c0 -101 12 -174 87 -174c92 0 147 110 147 208c0 96 -32 111 -61 127c-20 11 -34 25 -34 48c0 17 17 30 34 30c63 0 102 -73 102 -193c0 -174 -99 -259 -197 -259c-134 0 -157 90 -157 197v130c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28
+c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7z" />
+    <glyph glyph-name="uni0274" unicode="&#x274;" horiz-adv-x="562" 
+d="M68 27c36 0 36 13 36 46v285c0 35 -3 44 -36 44h-31c-4 0 -7 3 -7 7v22h123l255 -330v255c0 32 -4 46 -37 46h-30c-7 0 -8 4 -8 7v22s59 -2 97 -2s97 2 97 2v-22c-1 -3 -2 -7 -8 -7h-29c-32 0 -37 -9 -37 -46v-335c0 -20 -11 -33 -23 -33c-16 0 -27 11 -38 25l-243 317
+v-257c0 -37 6 -46 37 -46h29c3 0 8 -2 8 -8v-21s-58 2 -97 2c-37 0 -96 -2 -96 -2v22c0 4 2 7 8 7h30z" />
+    <glyph glyph-name="Rsmallcap" unicode="&#x280;" horiz-adv-x="473" 
+d="M323 320c0 54.9 -29.7 82 -82 82c-52 0 -65 -12 -65 -31v-152h34c70.3 0 113 26.9 113 101zM176 122c0 -83 9 -86 57 -91c6 -6 6 -27 0 -33c-43 1 -58.6 2 -96 2c-43.7 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33
+c43 -1 67.7 -2 111 -2c39.4 0 76 2 101 2c135 0 171 -38 171 -111c0 -64.1 -53 -106 -120 -112v-1c33 -3 60.4 -36.2 73 -67l18 -54c17.8 -53.4 34 -59 70 -59c8.79999 -10.3 8.5 -17.7 6 -28c-13 -7 -43 -9 -58 -9c-48 0 -87 32.4 -103 89l-11 39c-11.4 30.1 -31 68 -99 68
+h-8v-64z" />
+    <glyph glyph-name="Rsmallinverted" unicode="&#x281;" horiz-adv-x="473" 
+d="M323 109c0 74.1 -42.7 101 -113 101h-34v-152c0 -19 13 -31 65 -31c52.3 0 82 27.1 82 82zM176 307v-64h8c68 0 87.6 37.9 99 68l11 39c16 56.6 55 89 103 89c15 0 45 -2 58 -9c2.5 -10.3 2.79999 -17.7 -6 -28c-36 0 -52.2 -5.60001 -70 -59l-18 -54
+c-12.6 -30.8 -40 -64 -73 -67v-1c67 -6 120 -47.9 120 -112c0 -73 -36 -111 -171 -111c-25 0 -61.6 2 -101 2c-43.3 0 -68 -1 -111 -2c-6 6 -6 27 0 33c61 4 72 8 72 91v185c0 83 -11 86 -72 91c-6 6 -6 27 0 33c42 -1 68.3 -2 112 -2c37.4 0 53 1 96 2c6 -6 6 -27 0 -33
+c-48 -5 -57 -8 -57 -91z" />
+    <glyph glyph-name="gammalatin" unicode="&#x263;" horiz-adv-x="523" 
+d="M381.7 331c22.4 50.1 15.3 63 -38.7 67c-6 6 -6 27 0 33c25 -1 59 -2 92 -2c26 0 50 1 70 2c6 -6 6 -27 0 -33c-55 -5 -66.5 -30.2 -85.6 -74l-122.1 -280.7c41 -80 47.7 -132.3 47.7 -168.3c0 -41 -39 -77 -97 -77c-45 0 -78 25 -78 63c0 19 8.39999 38.8 17 56l41 82
+l-137.6 326c-21.2 50.3 -28.4 66.7 -80.4 73c-6 6 -6 27 0 33c30 -1 60 -2 93 -2s68 1 101 2c6 -6 6 -27 0 -33c-53.3 -7 -50.5 -19.6 -31.1 -67l85.1 -208l15.3 -34.7zM217 -129c0 -24 13 -37 35 -37c18 0 34 14 34 32c0 12 -3 23 -30 92c-23 -41 -39 -71 -39 -87z" />
+    <glyph glyph-name="uni0268" unicode="&#x268;" horiz-adv-x="294" 
+d="M104 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM195 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v108h-80c-9 2 -12 7.8 -12 13.4
+c0 9.60001 9 24.3 21 26.6h71v47c0 57 -10.5 62.9 -65 68c-2 6 -4 22 -2 28c69 9 108.5 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -113.7v-51.3h67c9.29999 -1.29999 13 -7.79999 13 -12.6c0 -9.59999 -10.7 -25.4 -23 -27.4h-57v-108z" />
+    <glyph glyph-name="uni0277" unicode="&#x277;" horiz-adv-x="713" 
+d="M680 194c0 -164 -101 -206 -186 -206c-51 0 -106 23 -135 102c-26 -69 -79 -102 -144 -102c-90 0 -181 56 -181 200c0 125 131 254 316 254c247 0 330 -147 330 -248zM111 195c0 -91 22 -172 120 -172c53 0 89 36 110 108c-21 54 -25 95 -25 115c0 38 14 58 40 58
+c29 0 41 -19 41 -52c0 -24 -8 -69 -27 -121c19 -69 55 -108 111 -108c81 0 117 59 117 178c0 177 -177 208 -242 208c-150 0 -245 -72 -245 -214zM370 237c0 16 -3 29 -14 29c-8 0 -13 -11 -13 -34c0 -45 12 -82 12 -86c11 45 15 73 15 91z" />
+    <glyph glyph-name="uni0276" unicode="&#x276;" horiz-adv-x="679" 
+d="M282 27c35 0 41 10 41 33v310c0 30 -24 32 -67 32c-75 0 -142 -39 -142 -189c0 -138 65 -186 168 -186zM517 395h-88c-19 0 -31 -6 -31 -23v-141h77c27 0 34 12 39 32l5 21c1 3 3 6 6 6h20c2 0 3 -1 3 -3c-2 -23 -6 -51 -6 -75c0 -25 3 -45 6 -69l-2 -2h-21
+c-4 0 -6 3 -7 5l-4 22c-4 20 -13 31 -39 31h-77v-141c0 -19 14 -24 31 -24h109c51 0 74 32 86 84l28 -3l-20 -115l-2 -2s-59 2 -89 2h-176c-38 0 -80 -2 -98 -2c-135 0 -238 63 -238 203s96 230 237 230c4 0 59 -2 96 -2h159c30 0 101 2 101 2l2 -2c1 -43 8 -82 15 -120
+l-28 -4c-11 37 -30 90 -94 90z" />
+    <glyph glyph-name="uni0275" unicode="&#x275;" horiz-adv-x="504" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-34.1 -33.3 -82.5 -56 -146.9 -56c-142 0 -210 113 -210 215zM376.8 196h-248c8.2 -75.5 45.7 -171 136.2 -171c47 0 112 31 112 157
+c0 4.7 -0.100006 9.39999 -0.200012 14zM374.3 235c-11.7 110 -61.5 169 -136.3 169c-87.6 0 -109.9 -84.3 -111 -169h247.3z" />
+    <glyph glyph-name="uni029A" unicode="&#x29a;" horiz-adv-x="476" 
+d="M217 -9c-155 0 -187 74 -187 128c0 38 28 74 99 96c-62 19 -99 60 -99 108c0 53 40 117 182 117c111 0 233 -79 233 -216c0 -164 -119 -233 -228 -233zM217 377c-82 0 -143 -3 -143 -71c0 -36 27 -64 91 -79c25 7 57 16 99 16c34 0 51 -8 51 -27s-16 -28 -46 -28
+c-22 0 -64 8 -103 19c-63 -13 -92 -35 -92 -74c0 -56 42 -79 149 -79c149 0 183 119 183 166c0 97 -56 157 -189 157z" />
+    <glyph glyph-name="uni025E" unicode="&#x25e;" horiz-adv-x="488" 
+d="M262 439c155 0 187 -74 187 -128c0 -38 -28 -74 -99 -96c62 -19 99 -60 99 -108c0 -53 -40 -117 -182 -117c-111 0 -233 79 -233 216c0 164 119 233 228 233zM262 53c82 0 143 3 143 71c0 36 -27 64 -91 79c-25 -7 -57 -16 -99 -16c-34 0 -51 8 -51 27s16 28 46 28
+c22 0 64 -8 103 -19c63 13 92 35 92 74c0 56 -42 79 -149 79c-149 0 -183 -119 -183 -166c0 -97 56 -157 189 -157z" />
+    <glyph glyph-name="uni029F" unicode="&#x29f;" horiz-adv-x="435" 
+d="M98 356c0 28 -10.1 40.5 -43 44l-19 2c-5 0.5 -8 3 -8 8v19l2 2c37 -1 68 -2 104 -2c38 0 70 1 107 2l2 -2v-19c0 -5 -4 -7.5 -9 -8l-19 -2c-30.5 -3.20001 -42 -16 -42 -44v-314h116c48 0 63 21 75 97l27 -2l-9 -139c-30 1 -63 2 -93 2h-157c-30 0 -77 -1 -107 -2l-2 2
+v19c0 6 4 8 8 8l30 2c36 2.4 37 13 37 44v283z" />
+    <glyph glyph-name="uni027E" unicode="&#x27e;" horiz-adv-x="348" 
+d="M163 73c0 -31 3 -46 34 -46h27c6 0 7 -4 7 -7v-22s-63 2 -104 2c-42 0 -108 -2 -108 -2v21c0 3 1 8 7 8h28c31 0 34 23 34 46v142c0 88 11 157 60 197c25 18 46 30 74 30c52 0 108 -21 108 -63c0 -30 -21 -39 -36 -39c-24 0 -36 13 -42 33c-2 12 -12 33 -30 33
+c-34 0 -59 -18 -59 -176v-157z" />
+    <glyph glyph-name="uni027F" unicode="&#x27f;" horiz-adv-x="348" 
+d="M182 73v157c0 158 -26 176 -59 176c-18 0 -28 -21 -30 -33c-6 -20 -18 -33 -43 -33c-14 0 -35 9 -35 39c0 42 55 63 108 63c27 0 49 -12 73 -30c50 -40 61 -109 61 -197v-142c0 -23 3 -46 34 -46h27c7 0 8 -5 8 -8v-21s-66 2 -108 2c-41 0 -105 -2 -105 -2v22
+c0 3 2 7 8 7h27c31 0 34 15 34 46z" />
+    <glyph glyph-name="rhookturned" unicode="&#x27b;" horiz-adv-x="401" 
+d="M324 402c-38 0 -38 -21 -38 -47v-314c1 -157 6 -176 49 -176c16 0 26 12 28 23c5 16 15 32 37 32c24 0 41 -22 41 -34c0 -45 -58 -60 -116 -60c-56 0 -114 54 -114 228l-1 20c-7 -16 -29 -41 -43 -52c-23 -22 -46 -34 -80 -34c-64 0 -77 31 -77 52c0 28 15 43 44 43
+s46 -34 50 -43c3 -10 11 -16 22 -16c24 0 64 46 83 89v242c0 32 -2 47 -39 47h-16c-5 0 -8 2 -8 7v22s63 -2 104 -2c39 0 99 2 99 2v-23c0 -2 -1 -6 -8 -6h-17z" />
+    <glyph glyph-name="uni027D" unicode="&#x27d;" horiz-adv-x="366" 
+d="M63 381c-19 0 -37 -3 -47 -6v30c75 10 102 24 123 37h21v-86c2 3 46 86 121 86c44 0 76 -17 76 -51c0 -28 -19 -47 -47 -47c-25 0 -40 34 -45 47c-4 12 -13 15 -22 15c-26 0 -68 -52 -83 -87v-319c0 -144 14 -192 63 -192c18 0 30 10 33 21c6 19 16 36 40 36
+c23 0 32 -13 32 -29c0 -45 -74 -68 -105 -68c-112 0 -135 113 -138 248v328c0 20 -4 37 -22 37z" />
+    <glyph glyph-name="uni025F" unicode="&#x25f;" horiz-adv-x="311" 
+d="M129 307c0 83 -16 87 -77 91c-6 6 -6 27 0 33c39 -1 87 -2 116 -2c32.6 0 76 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-69.7h72.3c10.7 -0.300003 14.2 -5.60001 14.2 -14.6c0 -11.7 -10.5 -29.7 -23.5 -29.3h-63v-128.4c0 -126 -34 -192 -88 -235
+c-42 -35 -83 -36 -106 -36c-21 0 -60 17 -60 50c0 21 23 34 36 34c28 0 39 -13 48 -25c7 -10 13 -17 26 -17c31 0 65 28 65 208v149.4h-94.5c-9.5 -0.399994 -14.7 5.8 -14.7 14.6c0 15.6 10.2 29 22 29.3h87.2v69.7z" />
+    <glyph glyph-name="uni0262" unicode="&#x262;" horiz-adv-x="521" 
+d="M368 91c0 59.1 -5 77 -66 81c-6 6 -6 27 0 33c29 -1 69.7 -2 100 -2c30.7 0 59 1 77 2c6 -6 6 -27 0 -33c-31 -5 -37 -24.9 -37 -81v-44c-51.3 -38 -104 -57 -181 -57c-154 0 -227 115 -227 217c0 137 98 232 238 232c46 0 111 -8 151 -8
+c8.10001 -44 9.89999 -88 11 -132c-9.29999 -3.79999 -18.7 -5.79999 -28 -2c-18 90 -57 109 -144 109c-72 0 -145 -63 -145 -177c0 -107 48 -206 169 -206c34 0 61 10.7 82 30v38z" />
+    <glyph glyph-name="uni0261" unicode="&#x261;" horiz-adv-x="498" 
+d="M420 12c0 -102 -22 -175 -75 -213c-39.9 -28.6 -82 -37 -135 -37c-56 0 -157 39 -157 91c0 21 13 36 34 36c27 0 35.3 -15.9 43 -35c8 -20 43 -59 90 -59c74 0 121 64 121 204v24c-15 -13 -45 -33 -102 -33c-144 0 -203 124 -203 217c0 132 86 232 208 232
+c49 0 92 -11 125 -40l15 24c7 12 14 19 21 19c11 0 15 -11 15 -25v-405zM341 336c-27 45 -59 69 -101 69c-80 0 -118 -74 -118 -178c0 -151 83 -193 141 -193c19 0 52 2 78 22v280z" />
+    <glyph glyph-name="hhook" unicode="&#x266;" horiz-adv-x="520" 
+d="M88 467c0 158 91 231 175 231c38 0 64 -7 89 -24c20 -15 29 -32 29 -48c0 -21 -15 -36 -34 -36c-20 0 -33 11 -41 28c-13 33 -32 46 -62 46c-33 0 -81 -24 -81 -180v-128c67 67 126 83 165 83c72 0 108 -52 108 -155v-212c0 -29 10.4 -39.6 43 -43l19 -2
+c4 -0.4 8 -3 8 -8v-19l-2 -2s-68 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v19c0 5 3 7.5 8 8l19 2c33.9 3.6 43 14 43 43v223c0 81 -22 97 -78 97c-29 0 -72 -26 -120 -73v-247c0 -29 10.3 -39.6 43 -43l19 -2c4 -0.4 8 -3 8 -8v-19l-2 -2s-68 2 -107 2c-36 0 -103 -2 -103 -2
+l-2 2v19c0 5 2 7.5 7 8l19 2c34.1 3.6 43 14 43 43v395z" />
+    <glyph glyph-name="hhook.superior" unicode="&#x2b1;" horiz-adv-x="307" 
+d="M46 404v221c0 96 56 113 84 113c58 0 77 -22 77 -42c0 -10 -10 -20 -21 -20c-15 0 -19 11 -23 21c-6 15 -19 19 -30 19c-14 0 -29 -11 -34 -39c-3 -14 -4 -25 -4 -45v-44c35 35 75 43 95 43c39 0 66 -29 66 -83v-144c0 -15 6 -23 23 -23h10c2 0 4 -2 4 -5v-17l-1 -1
+s-45 1 -66 1c-18 0 -54 -1 -54 -1l-1 1v17c0 3 1 5 4 5h10c18 0 23 8 23 23v136c0 42 -17 62 -41 62c-15 0 -47 -14 -72 -39v-159c0 -15 6 -23 23 -23h9c3 0 5 -2 5 -5v-17l-1 -1s-46 1 -66 1c-19 0 -54 -1 -54 -1l-1 1v17c0 3 1 5 4 5h10c18 0 22 8 22 23z" />
+    <glyph glyph-name="uni0282" unicode="&#x282;" horiz-adv-x="390" 
+d="M126 -176c-62 0 -78 51 -78 119v130h4.6c-1.2 21.1 -2.8 42.8 -4.6 65c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106
+c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-4.6 1.3 -8.7 1.7 -13 1.9v-34.9c0 -60 9 -108 47 -108c25 0 44 24 44 44c0 18 17 31 31 31
+c16 0 26 -13 26 -26c0 -43 -55 -85 -109 -85z" />
+    <glyph glyph-name="uni0290" unicode="&#x290;" horiz-adv-x="424" 
+d="M359.3 -181.5c-59.8 16.4 -61.8 69.8 -43.8 135.4l12 43.5l-267.5 2.6c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.6 6 6 6
+c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136h-4.20001l-8 -29.4c-15.9 -57.9 -19.9 -106.4 16.7 -116.5
+c24.1 -6.60001 48.8 11.4 54.1 30.7c4.79999 17.4 24.6 25.4 38.1 21.7c15.4 -4.2 21.6 -19.4 18.2 -31.9c-11.4 -41.5 -75.5 -67.4 -127.6 -53.1z" />
+    <glyph glyph-name="uni0284" unicode="&#x284;" horiz-adv-x="304" 
+d="M-32 -114c24 0 30 -15 35 -32c6 -15 11 -30 34 -30c22 0 55 27 55 177v237h-81c-9 0 -14 6 -14 15c0 16 10 29 22 29h73v155c0 103 3 182 63 230c27 21 53 31 81 31c75 0 108 -40 108 -67c0 -20 -14 -34 -32 -34c-22 0 -29 13 -34 29c-10 25 -26 38 -43 38
+c-58 0 -68 -95 -68 -190v-192h80c11 0 14 -3 14 -12c0 -12 -11 -32 -23 -32h-71v-185c0 -107 -1 -188 -61 -237c-35 -29 -58 -30 -73 -30c-42 0 -96 26 -96 67c0 16 12 33 31 33z" />
+    <glyph glyph-name="uni0260" unicode="&#x260;" horiz-adv-x="540" 
+d="M343 477c0 158 86 221 153 221c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-53 0 -71 -70 -71 -190v-42.5c1.39999 -4.10001 2 -9 2 -14.5v-405c0 -102 -22 -175 -75 -213c-39.9 -28.6 -82 -37 -135 -37
+c-56 0 -157 39 -157 91c0 21 13 36 34 36c27 0 35.3 -15.9 43 -35c8 -20 43 -59 90 -59c74 0 121 64 121 204v24c-15 -13 -45 -33 -102 -33c-144 0 -203 124 -203 217c0 132 86 232 208 232c37 0 70.6 -6.20001 99 -21.8v59.8zM341 336c-27 45 -59 69 -101 69
+c-80 0 -118 -74 -118 -178c0 -151 83 -193 141 -193c19 0 52 2 78 22v280z" />
+    <glyph glyph-name="uni0267" unicode="&#x267;" horiz-adv-x="520" 
+d="M436 109c0 -161 -16 -261 -63 -299c-37 -31 -71 -31 -91 -31c-18 0 -52 14 -52 44c0 18 19 30 30 30c26 0 36 -12 44 -22c6 -9 12 -16 23 -16c44 0 34 152 34 260v220c0 81 -22 97 -78 97c-29 0 -72 -26 -120 -73v-247c0 -29 10.3 -39.6 43 -43l19 -2c4 -0.4 8 -3 8 -8
+v-19l-2 -2s-68 2 -107 2c-36 0 -103 -2 -103 -2l-2 2v19c0 5 2 7.5 7 8l19 2c34.1 3.6 43 14 43 43v395c0 158 91 231 175 231c38 0 64 -7 89 -24c20 -15 29 -32 29 -48c0 -21 -15 -36 -34 -36c-20 0 -33 11 -41 28c-13 33 -32 46 -62 46c-33 0 -81 -24 -81 -180v-128
+c67 67 126 83 165 83c72 0 108 -52 108 -155v-175z" />
+    <glyph glyph-name="uni026D" unicode="&#x26d;" horiz-adv-x="245" 
+d="M169 72v-44c0 -154 21 -184 50 -184c30 0 35 20 41 41c5 21 19 39 46 39c21 0 34 -14 34 -36c0 -31 -31 -76 -116 -76c-60 0 -130 47 -130 224v36v57v434c0 65 -10 78 -30 78l-32 2c-3.2 0.200012 -6 2 -6 5l-2 24c40.5 3 109.9 16 135 26c9 0 13 -3 13 -10
+c0 0 -3 -40 -3 -105v-454v-57z" />
+    <glyph glyph-name="uni029B" unicode="&#x29b;" horiz-adv-x="509" 
+d="M518 577c20 0 36 -15 36 -37c0 -16 -12 -33 -33 -33c-7 0 -16 0 -23 3c-9 3 -19 4 -27 4c-46.9 0 -60.9 -55.9 -62.8 -82.7c5.19998 -0.199982 10.2 -0.299988 14.8 -0.299988c8.10001 -44 9.89999 -88 11 -132c-9.29999 -3.79999 -18.7 -5.79999 -28 -2
+c-18 90 -57 109 -144 109c-72 0 -145 -63 -145 -177c0 -107 48 -206 169 -206c34 0 61 10.7 82 30v38c0 59.1 -5 77 -66 81c-6 6 -6 27 0 33c29 -1 69.7 -2 100 -2c30.7 0 59 1 77 2c6 -6 6 -27 0 -33c-31 -5 -37 -24.9 -37 -81v-44c-51.3 -38 -104 -57 -181 -57
+c-154 0 -227 115 -227 217c0 137 98 232 238 232c32.2 0 73.7 -3.89999 109.4 -6.29999c6.5 102.4 83.9 144.3 136.6 144.3z" />
+    <glyph glyph-name="uni0291" unicode="&#x291;" horiz-adv-x="429" 
+d="M373 93c0 14 -10 36 -52 36c-63 0 -88 -62 -100 -90h65c53 0 87 22 87 54zM205 0c-16 -42 -29 -86 -34 -122l-31 7c7 37 19 77 34 115h-106c-19 0 -35 2 -35 13c0 6 3 10 9 19l236 359h-142c-20 0 -34 -5 -45 -13c-10 -9 -27 -50 -32 -84l-27 5l30 149l21 -4
+c1 -4 3 -14 32 -14h239c11 0 17 -3 17 -11c0 -7 -8 -18 -17 -32l-230 -348h66c17 38 36 72 53 88c21 20 52 35 89 35c24 0 71 -14 71 -68c0 -56 -51 -94 -138 -94h-60z" />
+    <glyph glyph-name="uni026B" unicode="&#x26b;" horiz-adv-x="287" 
+d="M209 320c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-3.39999 0 -6.7 0.399994 -10 1.20001v-146.2c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v189.7
+c-9.9 3.89999 -19.8 6.29999 -29 6.29999c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c7.8 0 15.1 -1.29999 22 -3.60001v189.6c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-259.4
+c7.39999 -2.30002 15 -3.60001 23 -3.60001z" />
+    <glyph glyph-name="uni026C" unicode="&#x26c;" horiz-adv-x="358" 
+d="M346 315v-34h-82v-159c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v159h-39c-90 0 -128 21 -128 83c0 42 45 62 67 62c49.6 0 79.3 -25.7 100 -57.1v190.1c0 75 -6 78 -64 82c-6 6 -8 22 -6 30
+c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-268h82zM185 315c-14 31 -38 81 -93 81c-24 0 -44 -9 -44 -33c0 -29 30 -48 78 -48h59z" />
+    <glyph glyph-name="uni026E" unicode="&#x26e;" horiz-adv-x="516" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-146.8c4.3 -4 11.8 -7.20001 22 -7.20001h203c29 0 65 6 67 6c7 0 13 -2 13 -6s-6 -15 -22 -42l-151 -250c96 0 177 -53 177 -159c0 -119 -85 -213 -208 -213
+c-85 0 -143 61 -143 93c0 18 10 36 32 36c23 0 36 -10 44 -34c8 -22 35 -60 75 -60c50 0 119 54 119 162c0 101 -31 141 -109 141c-11 0 -41 -7 -59 -11l-17 15l168 288h-145c-22.2 0 -46.7 -11.6 -66 -47.3v-225.7c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33
+c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="uni025D" unicode="&#x25d;" horiz-adv-x="446" 
+d="M207.6 438.2c36 52.8 71 112.2 86.3 169.9l17.8 -0.799988c0.699982 -30.2 1.29999 -56.8 22.2 -86.1c12.8 -17.9 26.1 -28 41.6 -17c17.9 12.8 24 23.2 34.9 45.8l20.6 -9.79999c-18.9 -57.8 -29.8 -80.4 -51 -95.5c-13 -9.30002 -39.1 -10.7 -65.3 25.9
+c-8.10001 11.4 -14.9 26.2 -16.1 36.4c-15.3 -16.1 -36.7 -50.4 -50.5 -77.2c65.7 -20.7 85.9 -71.5 85.9 -102.8c0 -43.2 -24.7 -78.7 -71 -98v-2c90 -30 90 -83 90 -106c0 -57 -27 -131 -165 -131c-63 0 -117 29 -150 60c1.9 9.3 8.5 16 16 20c39 -27 77 -43 124 -43
+c59 0 97 32 97 85c0 56 -34 97 -90 97c-8 0 -43 -5 -51 -5c-22 0 -30 9 -30 21s11 18 29 18c6 0 50 -5 51 -5c43 0 79 18 79 79c0 64 -43 93 -75 93c-39 0 -64 -25 -76 -47c-9 -17 -20 -33 -42 -33c-12 0 -31 8 -31 37c0 36 66 72 143 72c9.3 0 18 -0.5 26.3 -1.29999z" />
+    <glyph glyph-name="uni0294" unicode="&#x294;" horiz-adv-x="429" 
+d="M247 72c0 -29 8.7 -40.2 42 -43l24 -2c4 -0.299999 8 -3 8 -8v-19l-2 -2c-50 1 -70 2 -111 2c-39 0 -59 -1 -109 -2l-1 2v19c0 5 2 7.6 7 8l24 2c33.2 2.8 43 14 43 43v151c0 86 14 121 78 180c40.7 37.5 65 59 65 118c0 74 -50 104 -104 104c-49 0 -110 -37 -110 -77
+c0 -18 7 -21.6 7 -48c0 -18 -16 -29 -39 -29c-20 0 -41 17 -41 49c0 73 98 136 195 136c103 0 171 -43 171 -125c0 -72 -33 -115 -79 -155c-47.6 -41.4 -68 -67 -68 -136v-168z" />
+    <glyph glyph-name="uni0296" unicode="&#x296;" horiz-adv-x="429" 
+d="M244 573v-168c0 -69 20 -95 68 -136c46 -40 79 -83 79 -155c0 -82 -68 -125 -171 -125c-97 0 -195 63 -195 136c0 32 21 49 41 49c23 0 39 -11 39 -29c0 -26 -7 -30 -7 -48c0 -40 61 -77 110 -77c54 0 104 30 104 104c0 59 -24 81 -65 118c-64 59 -78 94 -78 180v151
+c0 29 -10 40 -43 43l-24 2c-5 0 -7 3 -7 8v19l1 2c50 -1 70 -2 109 -2c41 0 61 1 111 2l2 -2v-19c0 -5 -4 -8 -8 -8l-24 -2c-33 -3 -42 -14 -42 -43z" />
+    <glyph glyph-name="uni0288" unicode="&#x288;" horiz-adv-x="302" 
+d="M164 75c0 -110 -10 -260 34 -260c11 0 17 7 23 16c8 10 18 22 44 22c11 0 30 -12 30 -30c0 -30 -34 -44 -52 -44c-23 0 -62 0 -99 31c-47 38 -55 137 -55 298v282h-65c-3 0 -4 1 -4 4v31c0 3 1 4 3 4c67 0 83 40 83 116v19l58 20v-155h110c5 0 8 -2 8 -6v-20
+c0 -9 -14 -13 -24 -13h-94v-315z" />
+    <glyph glyph-name="uni029D" unicode="&#x29d;" horiz-adv-x="308" 
+d="M58 -148c27 0 67 28 67 121v23c-73 -39 -114 -67 -114 -107c0 -26 22 -37 47 -37zM123 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211v-47c21 9 44 21 61 28l7 -27c-34 -17 -26 -12 -69 -35
+c-8 -162 -88 -206 -145 -206c-40 0 -74 18 -74 60c0 40 18 84 142 144c0 0 -1 22 -1 49v241zM96 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52z" />
+    <glyph glyph-name="uni02A1" unicode="&#x2a1;" horiz-adv-x="429" 
+d="M247 72c0 -29 8.7 -40.2 42 -43l24 -2c4 -0.299999 8 -3 8 -8v-19l-2 -2c-50 1 -70 2 -111 2c-39 0 -59 -1 -109 -2l-1 2v19c0 5 2 7.6 7 8l24 2c33.2 2.8 43 14 43 43v151c0 5.2 0.100006 10.2 0.199997 15h-117.2c-4 7 -5 13 -5 19c0 8 2 14 6 20h118.9
+c6.70001 50.1 26.4 81.1 75.1 126c40.7 37.5 65 59 65 118c0 74 -50 104 -104 104c-49 0 -110 -37 -110 -77c0 -18 7 -21.6 7 -48c0 -18 -16 -29 -39 -29c-20 0 -41 17 -41 49c0 73 98 136 195 136c103 0 171 -43 171 -125c0 -72 -33 -115 -79 -155
+c-38 -33 -58.6 -56 -65.4 -99h105.4c4 -7 5 -14 5 -20c0 -7 -2 -12 -5 -19h-108v-166z" />
+    <glyph glyph-name="uni02A2" unicode="&#x2a2;" horiz-adv-x="429" 
+d="M259.8 238c0.100006 -4.8 0.200012 -9.8 0.200012 -15v-151c0 -29 10 -40 43 -43l24 -2c5 0 7 -3 7 -8v-19l-1 -2c-50 1 -70 2 -109 2c-41 0 -61 -1 -111 -2l-2 2v19c0 5 4 8 8 8l24 2c33 3 42 14 42 43v166h-115c-4 7 -5 13 -5 19c0 8 2 14 6 20h111.5
+c-6.7 43.1 -27.2 66.3 -65.5 99c-46 40 -79 83 -79 155c0 82 68 125 171 125c97 0 195 -63 195 -136c0 -32 -21 -49 -41 -49c-23 0 -39 11 -39 29c0 26 7 30 7 48c0 40 -61 77 -110 77c-54 0 -104 -30 -104 -104c0 -59 24 -81 65 -118c48.7 -44.9 68.4 -75.9 75.1 -126
+h112.9c4 -7 5 -14 5 -20c0 -7 -2 -12 -5 -19h-110.2z" />
+    <glyph glyph-name="uni025A" unicode="&#x25a;" horiz-adv-x="591" 
+d="M286.9 331.4c-31.6 52.7 -81.6 62.6 -105.9 62.6c-48 0 -99 -35 -139 -74c-11 2 -15.7 7.29999 -18 16c35 51 116 106 182 106c66.1 0 118.2 -28.1 151.6 -72.7c51.6 29 103.6 63.5 140.2 104.2l15.5 -8.89999c-13.1 -27.2 -24.8 -51.2 -19.5 -86.8
+c3.20001 -21.8 10.6 -36.8 29.4 -34c21.8 3.20001 31.9 9.80002 51.9 24.9l13.8 -18.2c-43.2 -42.8 -63.2 -57.9 -88.9 -61.7c-15.8 -2.39999 -39.7 8.30002 -46.3 52.8c-2.10001 13.8 -1.40002 30.1 2.19998 39.7c-20.6 -7.19998 -54.2 -27.3 -78.6 -44.6
+c14.2 -29.7 21.7 -64 21.7 -100.7c0 -109 -44 -246 -213 -246c-112 0 -138 65 -138 114c0 98.9 130.5 172.5 238.9 227.4zM303.5 293.6c-95 -54.5 -178.5 -111 -178.5 -183.6c0 -55 29 -87 76 -87s114 33 114 185c0 34.4 -4.29999 62.6 -11.5 85.6z" />
+    <glyph glyph-name="uni0269" unicode="&#x269;" horiz-adv-x="281" 
+d="M84 322c0 28 -1 72 -18 107l2 2c6 -1 31 -2 43 -2c19 0 35 2 50 8c0 0 2 -62 2 -94v-244c0 -41 8 -55 23 -55c28 0 48 19 67 43c10.6 -2.2 18.4 -7.1 21 -17c-21 -37 -64 -81 -107 -81c-56 0 -83 32.5 -83 92v241z" />
+    <glyph glyph-name="uni0286" unicode="&#x286;" horiz-adv-x="292" 
+d="M344 631c0 -20 -14 -34 -32 -34c-22 0 -29 13 -34 29c-10 25 -26 38 -43 38c-20 0 -38 -17 -55 -52c-8 -17 -13 -63 -13 -138v-468c21 10 34 16 51 23l8 -23c-35 -16 -17 -6 -59 -29c-8 -162 -85 -202 -142 -202c-32 0 -70 15 -70 57c0 26 14 77 137 137v15v453
+c0 104 3 182 63 230c27 21 53 31 81 31c75 0 108 -40 108 -67zM-20 -164c0 -29 38 -36 47 -36c27 0 68 29 68 129v14c-44 -24 -115 -64 -115 -107z" />
+    <glyph glyph-name="uni0297" unicode="&#x297;" horiz-adv-x="439" 
+d="M248 406c-34.7 0 -61.3 -22.7 -86 -54c-26.7 -33.3 -40 -118.3 -40 -255c0 -113.3 13.7 -186.7 41 -220c26 -32 59 -48 99 -48c38 0 74.7 15.7 110 47h4l19 -21c-40 -50.7 -91.7 -76 -155 -76c-62.7 0 -112.3 20.7 -149 62c-36.7 40.7 -55 124.3 -55 251
+c0 148.7 31.2 240.5 74 291c47.5 56 88.7 56 143 56c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70z" />
+    <glyph glyph-name="uni02AC" unicode="&#x2ac;" horiz-adv-x="445" 
+d="M347 271c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.69998 -16.1 -14.9 -16.1c-8.10001 0 -11.5 4.7 -15.5 14.7l-52.6 131l-59 -129.6c-5 -11 -8.7 -16.1 -14.9 -16.1
+c-8.09999 0 -11.2 4.8 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.1l35.6 81.6l-8.7 21.8
+c-14.2 35.5 -16.8 46.5 -45 51c-4 4 -4 19 0 23c23 -1 28 -2 50 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -30.5 -14.3 -19 -47l37.1 -105.3c10.2 -28.9 13.9 -28.8 26 -2.1l46.9 107.4c14.2 32.4 11 44 -22 47zM347 609c-4 4 -4 19 0 23c23 -1 37 -2 60 -2
+c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.69998 -16.1 -14.9 -16.1c-8.10001 0 -11.5 4.69998 -15.5 14.7l-52.6 131l-59 -129.6c-5 -11 -8.7 -16.1 -14.9 -16.1c-8.09999 0 -11.2 4.79999 -15.5 14.7l-79.4 185.2
+c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.10001l35.6 81.6l-8.7 21.8c-14.2 35.5 -16.8 46.5 -45 51c-4 4 -4 19 0 23c23 -1 28 -2 50 -2
+c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -30.5 -14.3 -19 -47l37.1 -105.3c10.2 -28.9 13.9 -28.8 26 -2.10001l46.9 107.4c14.2 32.4 11 44 -22 47z" />
+    <glyph glyph-name="uni02A3" unicode="&#x2a3;" horiz-adv-x="802" 
+d="M462 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-312 3c-15 0 -23 5 -23 12
+c0 1.6 0.100006 3 0.399994 4.5c-22.7 -7.3 -39.1 -16.4 -51.4 -26.5c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17
+c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453c0 -38 5.39999 -57.9 37.6 -67.3c74 101.2 161.8 229.1 223.4 332.3l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3
+c9 49 14 84 15 129c0 2.39999 3.60001 6 6 6zM343 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39z" />
+    <glyph glyph-name="uni02A4" unicode="&#x2a4;" horiz-adv-x="755" 
+d="M345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39zM334 50.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176
+c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-152.3c3.39999 -1.10001 7.39999 -1.70001 12 -1.70001h203c29 0 65 6 67 6c7 0 13 -2 13 -6s-6 -15 -22 -42
+l-151 -250c96 0 177 -53 177 -159c0 -119 -85 -213 -208 -213c-85 0 -143 61 -143 93c0 18 10 36 32 36c23 0 36 -10 44 -34c8 -22 35 -60 75 -60c50 0 119 54 119 162c0 101 -31 141 -109 141c-11 0 -41 -7 -59 -11l-17 15l168 288h-145c-18.6 0 -38.6 -8 -56 -31.4v-233.6
+c0 -49 9 -68 73 -73c6 -6 6 -21 0 -27c-61 -7 -96 -22 -118 -40c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59c-0.700012 7 -10.2 5.2 -15 1.3z" />
+    <glyph glyph-name="uni02A5" unicode="&#x2a5;" horiz-adv-x="817" 
+d="M768 93c0 14 -10 36 -52 36c-63 0 -88 -62 -100 -90h65c53 0 87 22 87 54zM600 0c-16 -42 -29 -86 -34 -122l-31 7c7 37 19 77 34 115h-106c-19 0 -35 2 -35 13c0 1 0 1.9 0.200012 2.8c-21.6 -7.2 -37.3 -16.1 -49.2 -25.8c-6 -2.5 -11 -3 -19 0c0 0 -8.5 34.5 -11 59
+c-0.700012 7 -10.2 5.2 -15 1.3c-49 -40.3 -86 -60.3 -125 -60.3c-108 0 -170 90 -170 213c0 74 26 133 69 176c40 38 84 60 150 60c33 0 74 -17 78 -17c7 0 9 2 9 9v128c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-453
+c0 -36.5 5 -56.4 33.9 -66.2l215.1 327.2h-142c-20 0 -34 -5 -45 -13c-10 -9 -27 -50 -32 -84l-27 5l30 149l21 -4c1 -4 3 -14 32 -14h239c11 0 17 -3 17 -11c0 -7 -8 -18 -17 -32l-230 -348h66c17 38 36 72 53 88c21 20 52 35 89 35c24 0 71 -14 71 -68
+c0 -56 -51 -94 -138 -94h-60zM345 124v190c0 31 -3 38 -17 54c-20 23 -45 36 -81 36c-20 0 -62 -3 -93 -50c-15 -21 -29 -61 -29 -133c0 -125 56 -184 110 -184c25 0 57 16 94 48c14.1 12.2 16 20 16 39z" />
+    <glyph glyph-name="uni02AB" unicode="&#x2ab;" horiz-adv-x="591" 
+d="M251 439c14.5 -5.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353h133c52.1 1.2 72.5 23.2 98 76l14 29c12 0 23.5 -2.3 30 -6c-7 -50 -20 -102 -32 -136l-304.5 2.9c-0.399994 -0.7 -1 -1.4 -1.5 -1.9
+c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -73.1 8.5 -85.7 52.2 -89.7c78 105 177.9 248.8 245.8 362.7l-128 -3
+c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c9 49 14 84 15 129c0 2.39999 3.60001 6 6 6z" />
+    <glyph glyph-name="uni02C0" unicode="&#x2c0;" horiz-adv-x="303" 
+d="M58 630c0 30 32 63 96 63c45 0 81 -29 81 -76c0 -26 -17 -41 -36 -55c-19 -15 -36 -31 -36 -58v-28h-39v35c0 30 20 48 40 64c16 13 31 27 31 46c0 26 -13 47 -40 47c-45 0 -54 -26 -56 -45c-1 -9 -10 -14 -18 -14c-7 0 -23 5 -23 21z" />
+    <glyph glyph-name="uni02A0" unicode="&#x2a0;" horiz-adv-x="498" 
+d="M343 336c-27 45 -61 69 -103 69c-80 0 -119 -74 -119 -178c0 -151 84 -193 142 -193c19 0 54 2 80 22v280zM343 -161v184c-15 -13 -47 -33 -104 -33c-144 0 -203 124 -203 217c0 132 86 232 208 232c37 0 70.6 -6.20001 99 -21.8v59.8c0 158 86 221 153 221
+c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-53 0 -71 -70 -71 -190v-57v-38v-540c0 -28 10 -38.5 43 -42l19 -2c4 -0.399994 8 -3 8 -8v-19l-2 -2c-37 1 -69 2 -107 2c-36 0 -77 -1 -114 -2l-2 2v19c0 5 3 7.7 8 8
+l29 2c32.8 2.3 43 14 43 42z" />
+    <glyph glyph-name="uni02A8" unicode="&#x2a8;" horiz-adv-x="638" 
+d="M582 129c0 25 -15 35 -32 35c-54.8 0 -120.9 -107.7 -124 -117c10.1 -4.9 26 -8 40 -8c41 0 116 42 116 90zM615 142c0 -98 -97 -152 -169 -152c-13 0 -42 0 -54 3c-20 -32 -43 -68 -61 -99c-11.6 1 -26 6 -32 13c20 33 39 62 59 95c-24.6 12.9 -44.9 29.7 -61.2 49.4
+c-38.4 -40.9 -86.4 -61.4 -130.8 -61.4c-46 0 -77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999
+c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-253c0 -62 6 -92 33 -92c25.6 0 55.1 7.8 80.8 27.1c-25.1 39.6 -36.8 87.9 -36.8 138.9c0 124 84 228 218 228c69 0 144 -32 144 -99c0 -24 -23 -41 -46 -41c-35 0 -41.3 22.4 -44 49
+c-3 30 -16 58 -70 58c-71 0 -116 -84 -116 -159c0 -67 12 -151 66 -185c15.6 31.2 81.5 127 161 127c13.9 0 28.5 -1.2 39 -8c11.4 -7.39999 18 -21.3 18 -39z" />
+    <glyph glyph-name="uni02AA" unicode="&#x2aa;" horiz-adv-x="526" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -57.9 5.3 -77.8 29.3 -85.6c-1.10001 32.1 -3.40001 66.3 -6.3 101.6c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70
+c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126
+c-37 0 -64 4 -91 11c-0.300003 0.1 -0.600006 0.1 -0.899994 0.2c-0.600006 -1.3 -1.3 -2.4 -2.10001 -3.2c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="uni02A9" unicode="&#x2a9;" horiz-adv-x="821" 
+d="M352 390h-181v-318c0 -29 7.3 -40.8 43 -43l33 -2c4 -0.200001 8 -3 8 -8v-19l-2 -2c-36 1 -83 2 -119 2c-37 0 -70 -1 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c32.4 3.4 43 14 43 43v318h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v15c0 198 104 254 188 254
+c38 0 64 -10 89 -27c37 -25 70 -64 70 -101c0 -20 -20 -38 -40 -38c-31 0 -48 24 -59 78c-9 43 -40 55 -72 55c-33 0 -101 -25 -101 -179v-57h189c35 0 65 1 95 13c3 0 4 -1.10001 4 -3c0 0 -1.79999 -37.5 -2.60001 -72.6c55 52.2 120.9 72.6 171.6 72.6
+c88 0 105 -69 105 -159v-171c0 -162 -16 -261 -63 -299c-37 -31 -71 -31 -91 -31c-18 0 -52 14 -52 44c0 18 19 30 30 30c26 0 36 -12 44 -22c6 -9 12 -16 23 -16c44 0 35 152 34 260v227c0 67 -28 89 -66 89c-37.9 0 -89.1 -16.1 -136 -65.7v-253.3
+c0 -29 8.60001 -39.4 43 -43l19 -2c4 -0.4 8 -3 8 -8v-19l-2 -2c-36 1 -68 2 -105 2c-38 0 -70 -1 -106 -2l-2 2v19c0 5 3 7.5 8 8l19 2c31.4 3.3 43 14 43 43v249c0 57 -3 69 -29 69z" />
+    <glyph glyph-name="uni02AD" unicode="&#x2ad;" horiz-adv-x="397" 
+d="M349 362h-29v146h-243v-146h-28v200h300v-200zM349 23h-29v147h-243v-147h-28v201h300v-201z" />
+    <glyph glyph-name="uni02A6" unicode="&#x2a6;" horiz-adv-x="599" 
+d="M89 87v304h-69v39c27 0 60 6 74 28c8 15 12 43 12 87v19l58 20v-154h111v-39h-111v-257c0 -33 1 -55 6 -69c18 -39 122 -47 235 -47c38 0 90 24 90 74c0 61 -63 91 -129 117c-52 20 -97 41 -97 113c0 69 66 120 147 120c50 0 102 -16 121 -27l12 -121l-20 -1
+c-30 108 -91 119 -113 119c-39 0 -85 -19 -85 -78c0 -28 44 -67 140 -103c77 -28 91 -75 91 -117c0 -47 -20 -79 -61 -101c-46 -25 -188 -25 -226 -25c-147 0 -186 3 -186 99z" />
+    <glyph glyph-name="uni02A7" unicode="&#x2a7;" horiz-adv-x="462" 
+d="M151 -123c24 0 30 -15 35 -32c6 -15 11 -30 34 -30c22 0 55 27 55 177v39.1c-33.9 -27.4 -72.7 -41.1 -109 -41.1c-46 0 -77 28 -77 99v301h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7
+c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h107c0 102.5 3.20001 181.2 63 229c27 21 53 31 81 31c75 0 108 -40 108 -67c0 -20 -14 -34 -32 -34c-22 0 -29 13 -34 29c-10 25 -26 38 -43 38
+c-58 0 -68 -95 -68 -190v-421c0 -107 -1 -188 -61 -237c-35 -29 -58 -30 -73 -30c-42 0 -96 26 -96 67c0 16 12 33 31 33zM275 67.3v322.8c-1 -0.100006 -2 -0.100006 -3 -0.100006h-104v-253c0 -62 6 -92 33 -92c23.4 0 50 6.5 74 22.3z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni0358" unicode="&#x358;" horiz-adv-x="79" 
+d="M-66 640c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni035A" unicode="&#x35a;" 
+d="M-150 -131c0 -28 19 -56 50 -56s50 28 50 56c0 31 -20 56 -50 56c-31 0 -50 -26 -50 -56zM-324 -131c0 46 41 83 87 83c27.1 0 52.4 -12.5 68.7 -32.3c16.3 19.7 41.4 32.3 68.3 32.3c46 0 87 -36 87 -83c0 -45 -39 -83 -87 -83c-26.9 0 -52.1 12.7 -68.4 32.4
+c-15.9 -19.5 -40.7 -32.4 -68.6 -32.4c-46 0 -87 37 -87 83zM-237 -75c-31 0 -50 -26 -50 -56c0 -28 19 -56 50 -56s50 28 50 56c0 31 -20 56 -50 56z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni0359" unicode="&#x359;" 
+d="M-135 -126c-6 1 -13 4 -20 4c-6 0 -12 -3 -24 -3c-13 0 -23 5 -23 22c0 8 5 18 18 18c19 0 28 -18 52 -29c-2 22 -16 37 -16 51c0 11 11 21 21 21s22 -6 22 -19c0 -15 -13 -37 -14 -53c24 11 31 30 49 30s21 -13 21 -19c0 -16 -17 -22 -37 -22c-11 0 -20 1 -30 -1
+c19 -20 46 -18 46 -47c0 -10 -10 -16 -18 -16c-26 0 -25 33 -38 55c-13 -24 -6 -55 -39 -55c-9 0 -16 7 -16 16c0 30 28 26 46 47z" />
+    <glyph glyph-name="uni0330" unicode="&#x330;" 
+d="M-140 -75c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="uni0331" unicode="&#x331;" 
+d="M-143 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0342" unicode="&#x342;" 
+d="M-182 551c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="uni0338" unicode="&#x338;" 
+d="M-602 -13c-19 0 -33 17 -36 32l519 639c19 0 33.7 -15.1 36 -30z" />
+    <glyph glyph-name="uni02C2" unicode="&#x2c2;" horiz-adv-x="518" 
+d="M164 498l247 -102v-45l-304 127v42l304 126v-45z" />
+    <glyph glyph-name="uni02C3" unicode="&#x2c3;" horiz-adv-x="518" 
+d="M354 499l-247 102v45l304 -127v-42l-304 -126v45z" />
+    <glyph glyph-name="uni02C5" unicode="&#x2c5;" horiz-adv-x="518" 
+d="M259 403l102 247h45l-127 -304h-42l-126 304h45z" />
+    <glyph glyph-name="uni02C1" unicode="&#x2c1;" horiz-adv-x="303" 
+d="M235 630c0 -17 -16 -21 -23 -21c-8 0 -17 4 -18 13c-2 20 -11 46 -56 46c-27 0 -40 -21 -40 -47c0 -19 15 -33 31 -46c20 -16 40 -34 40 -64v-35h-39v28c0 27 -17 43 -36 58c-19 14 -36 29 -36 55c0 47 36 76 81 76c64 0 96 -34 96 -63z" />
+    <glyph glyph-name="uni03F6" unicode="&#x3f6;" horiz-adv-x="421" 
+d="M307 242c-8 79 -56 156 -145 156c-48 0 -84 -27 -108 -50l-17 17c15 23 59 77 149 77c133 0 203 -108 203 -223c0 -182 -128 -231 -204 -231c-63 0 -107 26 -133 56l15 21c31 -22 58 -33 100 -33c44 0 144 5 144 171h-174c-5 0 -6 1 -6 5v14c0 8 6 20 23 20h153z" />
+    <glyph glyph-name="uni03DA" unicode="&#x3da;" horiz-adv-x="509" 
+d="M16 367c0 102 40 273 201 273c40 0 97 -5 152 -5c28 0 50 11 61 25l13 -10c-13 -55 -26 -100 -110 -100c-38 0 -76 8 -112 8c-51 0 -78 -12 -107 -39c-33 -33 -52 -94 -52 -148c0 -53 13 -118 51 -160c80 -89 234 -17 313 -92c15 -14 26 -24 34 -49c7 -24 11 -47 11 -68
+c0 -126 -115 -190 -239 -190c-91 0 -115 23 -115 59c0 26 25 33 44 33c49 0 96 -38 145 -38c60 0 122 43 122 106c0 146 -220 29 -337 151c-63 66 -75 183 -75 244z" />
+    <glyph glyph-name="uni03DB" unicode="&#x3db;" horiz-adv-x="410" 
+d="M186 -6c-64 0 -151 39 -151 192c0 74 20 165 82 209c36 25 85 38 116 38c43 0 45 -4 88 -4c18 0 34 1 45 13l14 -9c-16 -47 -37 -69 -93 -69c-22 0 -29 6 -58 6c-96 0 -150 -55 -150 -149c0 -150 136 -151 181 -151c37 0 72 -18 91 -37c34 -34 35 -71 35 -116
+c0 -74 -60 -146 -149 -146c-59 0 -99 22 -99 47c0 22 19 33 35 33c26 0 47 -12 58 -26c10 -12 32 -13 48 -13c23 0 73 31 73 103c0 58 -57 79 -166 79z" />
+    <glyph glyph-name="uni03DC" unicode="&#x3dc;" horiz-adv-x="498" 
+d="M275 323h-93v-201c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -78.7 2 -129 2c-50.7 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2h255.3c24.7 0 29.5 0.599976 47 4
+c2.40002 0 3.60001 -0.700012 4 -3c1.40002 -7.59998 16.5 -134 21.7 -175c-8 -3 -19 -5 -31 -5c-22 69 -47 139 -153 139h-65c-24 0 -36 -10 -36 -34v-210h93c109.4 0 122 16.8 122 -18c0 -42.1 1 -73 2 -108c-6 -6 -27 -6 -33 0c-3 45 -6 88 -91 88z" />
+    <glyph glyph-name="uni03DD" unicode="&#x3dd;" horiz-adv-x="444" 
+d="M409 445c-17 -53 -43 -88 -98 -88h-91c-124 0 -134 -140 -142 -253c13 39 42 74 88 74h103c20 0 43 9 56 25l11 -5c-12 -54 -47 -93 -97 -93c-27 0 -54 6 -81 6c-50 0 -71 -43 -71 -88c0 -49 45 -131 45 -193c0 -26 -4 -38 -13 -48c-7 -6 -14 -10 -26 -10
+c-10 0 -19 3 -25 9c-14 14 -14 53 -14 72v360c0 101 38 222 161 222c44 0 87 -6 130 -6c24 0 43 3 53 22z" />
+    <glyph glyph-name="uni03DE" unicode="&#x3de;" horiz-adv-x="537" 
+d="M293 -146c-43 0 -79 32 -79 74c0 21 10 43 27 72l164 287h-356l199 344c9 17 13 36 13 51c0 35 -39 44 -69 44c-14 0 -30 -2 -48 -8l-7 18c19 12 59 31 100 31s80 -30 80 -79c0 -22 -7 -47 -24 -76l-160 -277h356l-203 -354c-11 -20 -15 -35 -15 -47c0 -33 46 -39 67 -39
+c14 0 30 2 49 8l7 -19c-23 -12 -61 -30 -101 -30z" />
+    <glyph glyph-name="uni03DF" unicode="&#x3df;" horiz-adv-x="537" 
+d="M461 287l-210 -364l-56 2l210 362h-356l28 48l194 336l55 -1l-193 -335h356z" />
+    <glyph glyph-name="uni03E0" unicode="&#x3e0;" horiz-adv-x="802" 
+d="M546 -119c57 68 94 159 94 309c0 75 -6 142 -25 203c-31 -9 -82 -26 -91 -34c-25 -22 -64 -56 -73 -105c-8 -38 -13 -107 -13 -161h-71c0 74 8 139 28 192c15 39 46 74 77 96s83 51 124 61c-19 41 -45 79 -81 116c-64 64 -130 89 -214 89h-14v-308h-59v299
+c-64 -17 -129 -53 -168 -101l-50 34c86 87 183 127 299 127c133 0 211 -37 299 -128c95 -96 137 -202 137 -348c0 -131 -54 -280 -139 -378c0 0 -60 36 -60 37z" />
+    <glyph glyph-name="uni03E1" unicode="&#x3e1;" horiz-adv-x="495" 
+d="M265 436c-38 32 -113 83 -230 91l6 15c8 1 18 1 26 1c226 0 384 -138 384 -344c0 -60 -13 -121 -38 -183h-17c10 38 15 75 15 112c0 66 -18 125 -37 166l-124 -98l-32 37l132 104c-14 21 -31 43 -50 64l-133 -105l-32 37z" />
+    <glyph glyph-name="suchthat" unicode="&#x220b;" horiz-adv-x="506" 
+d="M44 572h150c159 0 283 -132 283 -286c0 -155 -126 -286 -283 -286h-150v57h155c116 0 195 93 208 201h-354v56h354c-15 114 -104 201 -208 201h-155v57z" />
+    <glyph glyph-name="uni220C" unicode="&#x220c;" horiz-adv-x="501" 
+d="M40 572h150c25.3 0 49.7 -3.40002 72.8 -9.59998l32.2 89.6l37 -12l-32.5 -90.2c102.9 -43.9 173.5 -147.6 173.5 -263.8c0 -155 -126 -286 -283 -286h-88.6l-27.4 -76l-37 11l23.4 65h-20.4v57h40.9l72.3 201h-104.2v56h124.4l70 194.6
+c-15.6 4.19998 -31.8 6.39999 -48.4 6.39999h-155v57zM279.7 494.8l-65.2 -180.8h188.5c-10.7 81.2 -58.9 148.7 -123.3 180.8zM194.4 258l-72.5 -201h73.1c116 0 195 93 208 201h-208.6z" />
+    <glyph glyph-name="uni220D" unicode="&#x220d;" horiz-adv-x="375" 
+d="M127 431c131 0 205 -58 205 -186c0 -111 -57 -186 -205 -186h-98v55h98c120 1 142 51 153 104h-251v54h251c-11 48 -27 105 -153 105h-98v54h98z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="518" 
+d="M259 593l-102 -247h-45l127 304h42l126 -304h-45z" />
+    <glyph glyph-name="uni02CA" unicode="&#x2ca;" horiz-adv-x="274" 
+d="M131 708c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="uni02CB" unicode="&#x2cb;" horiz-adv-x="274" 
+d="M161 708l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="uni2249" unicode="&#x2249;" horiz-adv-x="527" 
+d="M54 83c13 65 67 128 128 128c14.3 0 30.3 -5.39999 46.3 -13.8l23.5 69.7c-23.8 17.7 -47.2 31.1 -71.8 31.1c-35 0 -82 -29 -105 -73c-6 0 -11.3 1 -17 4c13 65 67 128 128 128c23 0 50.5 -13.8 75 -32c2.79999 -2.10001 5.70001 -4.20001 8.39999 -6.10001l83.6 248.1
+l38 -10l-86.8 -258.4c9.89999 -4.20001 19.4 -6.60001 28.8 -6.60001c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-13 0 -27.9 4.8 -42.8 12.2l-23.6 -70.3c24.6 -17.7 45.9 -28.9 66.4 -28.9c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6
+c-31 -107 -96 -120 -120 -120c-23 0 -52 15 -76 33c-1.3 1 -2.60001 2 -3.89999 2.9l-59.1 -175.9l-38 12l62.4 184.9c-11.3 5.10001 -22.7 8.10001 -34.4 8.10001c-35 0 -82 -29 -105 -73c-6 0 -11.3 1 -17 4z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="527" 
+d="M54 83c13 65 67 128 128 128c23 0 50.5 -13.8 75 -32c27 -20 50 -33 72 -33c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-23 0 -52 15 -76 33c-24.2 18.1 -48 32 -73 32c-35 0 -82 -29 -105 -73c-6 0 -11.3 1 -17 4zM75 225
+c-6 0 -11.3 1 -17 4c13 65 67 128 128 128c23 0 50.5 -13.8 75 -32c27 -20 50 -33 72 -33c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-23 0 -52 15 -76 33c-24.2 18.1 -48 32 -73 32c-35 0 -82 -29 -105 -73z" />
+    <glyph glyph-name="uni2259" unicode="&#x2259;" horiz-adv-x="527" 
+d="M273 560c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0zM464 309h-389c-9 0 -15 8 -15 16c0 15 13 34 25 34h392c10 0 14 -9 14 -17
+c0 -10 -14 -33 -27 -33zM464 143h-389c-9 0 -15 8 -15 16c0 15 13 34 25 34h392c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33z" />
+    <glyph glyph-name="uni266C" unicode="&#x266c;" horiz-adv-x="826" 
+d="M307 539.1l366 -191.7v73.6l-366 191v-72.9zM670 305l-363 190l-2 -374c-0.299988 -65 -69 -131 -161 -131c-64.4 0 -100 23.1 -100 62c0 77.5 87.5 127 137 127c34 0 68.5 -4.5 89 -14l-3 524l40 9l403 -205l-2 -573c-0.200012 -65 -69 -131 -161 -131
+c-64.4 0 -100 23.1 -100 62c0 77.5 87.5 127 137 127c34 0 68.5 -4.5 89 -14z" />
+    <glyph glyph-name="uni2180" unicode="&#x2180;" horiz-adv-x="1064" 
+d="M638 602c335 0 371 -205 371 -315c0 -187 -123 -289 -309 -289c-32 0 -138 2 -170 2c-26 0 -137 -2 -169 -2c-186 0 -306 92 -306 279c0 130 82 325 369 325c32 0 75 -2 107 -2s75 2 107 2zM672 29c137 0 250 46 250 236c0 249 -159 307 -271 307c-73 0 -82 -19 -82 -60
+v-439c0 -35 4 -44 103 -44zM493 73v439c0 43 -9 60 -81 60c-123 0 -270 -48 -270 -286c0 -190 113 -257 250 -257c101 0 101 11 101 44z" />
+    <glyph glyph-name="uni2182" unicode="&#x2182;" horiz-adv-x="1064" 
+d="M638 602c335 0 371 -205 371 -315c0 -187 -123 -289 -309 -289c-32 0 -138 2 -170 2c-26 0 -137 -2 -169 -2c-186 0 -306 92 -306 279c0 130 82 325 369 325c32 0 75 -2 107 -2s75 2 107 2zM672 29c137 0 250 46 250 236c0 249 -159 307 -271 307c-73 0 -82 -19 -82 -60
+v-10c19.1 -2.5 38.4 -9.39999 48 -15c35 -24 98 -77 98 -195c0 -113 -84 -171 -135 -190l-11 12.8v-41.8c0 -35 4 -44 103 -44zM569 116.6c35.9 23.4 86 79.1 86 149.4c0 57 -24 95 -58 126c-7 6 -17.3 16.3 -28 28.1v-303.5zM493 114.7l-10 -12.7c-52 19 -135 77 -135 190
+c0 118 63 171 98 195c9.39999 5.5 28.6 12.1 47 14.8v10.2c0 43 -9 60 -81 60c-123 0 -270 -48 -270 -286c0 -190 113 -257 250 -257c101 0 101 11 101 44v41.7zM493 419c-10.3 -11.4 -20.2 -21.2 -27 -27c-35 -31 -58 -69 -58 -126c0 -70.3 50 -125.9 85 -149.3v302.3z" />
+    <glyph glyph-name="uni2181" unicode="&#x2181;" horiz-adv-x="669" 
+d="M16 20c0 4 3 9 6 9l29 2c33 2 48 11 48 42v455c0 34 -10 39 -48 42l-27 2c-4 1 -8 3 -8 7v21l2 2c46 -1 72 -2 118 -2c60 0 95 2 155 2c180 0 323 -139 323 -313c0 -231 -175 -291 -307 -291c-97 0 -104 2 -171 2c-46 0 -77 0 -118 -2l-2 2v20zM175 71
+c0 -31 11 -39 103 -39c132 0 249 45 249 234c0 145 -69 302 -272 302c-46 0 -80 -4 -80 -37v-34.8c17.4 -3 35 -9.10001 43 -14.2c70 -49 99 -76 99 -194c0 -113 -84 -167 -135 -186l-7 8.2v-39.2zM175 119.4c34.7 24.6 82 75.9 82 143.6c0 57 -24 93 -58 124
+c-6.3 5.10001 -14.9 13.4 -24 23.1v-290.7z" />
+    <glyph glyph-name="uni2183" unicode="&#x2183;" horiz-adv-x="624" 
+d="M271 -11c-97 0 -176 49 -248 143c4 9 12 16 25 16c75 -82 143 -115 235 -115c151 0 209 112 209 272c0 183 -92 267 -216 267c-132 0 -181 -84 -208 -175l-32 5c10 54 20 105 23 163c60 4 108 46 227 46c172 0 298 -114 298 -294c0 -161 -96 -328 -313 -328z" />
+    <glyph glyph-name="uni0220" unicode="&#x220;" horiz-adv-x="603" 
+d="M528 430v-588c0 -29 12.4 -40.2 43 -44l24 -3c4 -0.5 8 -3 8 -8v-19l-2 -2s-81 2 -120 2c-36 0 -106 -2 -106 -2l-1 2v19c0 5 2 7.39999 7 8l24 3c32.4 4.10001 43 15 43 44v547c0 160 -22 212 -86 212c-46.1 0 -98.4 -26.6 -186 -108.8v-420.2c0 -29 8.7 -40.2 42 -43
+l24 -2c4 -0.299999 8 -3 8 -8v-19l-2 -2s-76 2 -115 2c-35 0 -111 -2 -111 -2l-1 2v19c0 5 2 7.6 7 8l24 2c33.2 2.8 43 14 43 43v451c0 65 -10 78 -30 78l-32 2c-3.2 0.200012 -6 2 -6 5l-2 24c40.5 3 115.9 16 141 26c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105v-6
+c93.7 87.5 160.8 121 212 121c138 0 140 -133 140 -228z" />
+    <glyph glyph-name="uni0221" unicode="&#x221;" horiz-adv-x="636" 
+d="M238 404c-101 0 -126 -97 -126 -175c0 -152 88 -197 137 -197c36 0 67 18 91 45v268c-22 40 -55 59 -102 59zM493 20c36 0 100 33 100 83c0 21 -13 34 -36 34c-37 0 -69 -58 -98 -114c11 -2 22 -3 34 -3zM415 583v-462c0 -39 0 -91 19 -91c15 27 67 133 120 133
+c45 0 63 -22 63 -54c0 -88 -75 -134 -158 -134c-4 0 -15 1 -22 2l-59 -102l-25 9c19 34 36 66 56 98c-31 9 -58 20 -69 61c-32 -33 -70 -53 -117 -53c-124 0 -189 117 -189 221c0 173 124 228 206 228c20 0 64 -3 100 -27v151c0 65 -10 78 -30 78l-32 2
+c-3.20001 0.200012 -6 2 -6 5l-2 24c40.5 3 109.9 16 135 26c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105z" />
+    <glyph glyph-name="uni0234" unicode="&#x234;" horiz-adv-x="336" 
+d="M301 98c0 32 -13 39 -28 39c-17 0 -32.5 -25 -75 -108c9 -7 17 -10 31 -10c32 0 72 39 72 79zM95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-425c0 -91 1.5 -103 7.5 -112c23.5 53 54 118 98.5 118
+c24 0 46 -20 46 -62c0 -72 -63 -127 -111 -127c-16 0 -29 2 -41 7c-15.5 -33 -28 -61.5 -39 -90l-26.5 14.5l46 84.5c-23 14 -59.5 43 -59.5 131z" />
+    <glyph glyph-name="uni0235" unicode="&#x235;" horiz-adv-x="654" 
+d="M369 274c0 30 -2 57 -12 77c-12 23 -33 36 -53 36c-39 0 -74 -22 -112 -59c-8 -9 -17 -21 -17 -42v-164c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2s-80 -1 -110 -2c-6 6 -6 27 0 33c60 5 70 9 70 91v195c0 58 -11 63 -65 68c-2 6 -4 22 -2 28
+c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 7 -49 8 -76c0.300003 -9.39999 5.89999 -7 12 0c59.3 68 105 81 154 81c35 0 66 -12 83 -34c23 -31 27 -79 27 -134v-100c0 -67 0 -99 16 -116c32 56 70 122 120 122c45 0 60 -37 60 -63c0 -73 -83 -126 -141 -126
+c-20 0 -36 2 -51 7l-47 -88l-19 9l48 85c-29 15 -65 45 -65 109v164zM476 43c11 -7 24 -11 43 -11c39 0 94 39 94 83c0 21 -17 35 -40 35c-28 0 -50 -26 -97 -107z" />
+    <glyph glyph-name="uni0236" unicode="&#x236;" horiz-adv-x="374" 
+d="M263 131c-13 -13 -34 -45 -59 -88c11 -7 24 -11 43 -11c40 0 94 40 94 83c0 21 -17 35 -40 35c-13 0 -26 -7 -38 -19zM87 120v270h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20l46 0.100006c0 82.9 0.0999985 92.1 -2 114.9c-0.599998 7 8 9 14 12.7l58 26.3c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-39h120c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-104v-219c0 -67 7 -99 23 -116c23 42 43 74 63 93c16 16 37 29 58 29c44 0 59 -38 59 -63c0 -73 -83 -126 -141 -126c-20 0 -36 2 -51 7l-47 -88l-19 9l48 85c-35 14 -72 56 -72 119z" />
+    <glyph glyph-name="dotlessj" unicode="&#x237;" horiz-adv-x="272" 
+d="M113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-211c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v241
+z" />
+    <glyph glyph-name="uni0238" unicode="&#x238;" horiz-adv-x="749" 
+d="M340 345c-22 40 -55 59 -102 59c-101 0 -126 -97 -126 -175c0 -152 88 -197 137 -197c36 0 67 14 91 41v272zM415 56c20 -25 45 -38 76 -38c95 0 145 92 145 206c0 102 -54 171 -115 171c-10 0 -59 -6 -106 -44v-295zM340 563c0 65 -10 78 -30 78l-32 2
+c-3.20001 0.200012 -6 2 -6 5l-2 24c40.5 3 109.9 16 135 26c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105v-202c34 37 78 58 127 58c86 0 171 -80 171 -202c0 -164 -117 -247 -216 -247c-43 0 -79 12 -108 37c-9 -11 -20 -28 -31 -39h-18v51c-32 -33 -70 -49 -117 -49
+c-124 0 -189 117 -189 221c0 173 124 228 206 228c20 0 64 -3 100 -27v151z" />
+    <glyph glyph-name="uni023A" unicode="&#x23a;" horiz-adv-x="694" 
+d="M406.5 380.1l-63.7 -97.1h97.2zM388.9 431l-42.9 124h-6l-102.2 -258.7c-3.8 -10.3 3.2 -13.3 25.2 -13.3h28.8zM315.2 241l-134.1 -204.4c13 -3.4 28.7 -4.6 42.9 -5.6c6 -6 6 -27 0 -33c-19.8 0.5 -43.3 1.1 -67.2 1.5l-71.8 -109.5h-51l72.1 110h-10.1
+c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l227 536c13 0 40 11 55 20l52.7 -146.4l122.3 186.4h51l-155.2 -236.6l135.2 -375.4c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33
+c47.6 3.4 85.8 6.5 74 41l-58 169h-140.8zM264.2 241h-19.2c-24 0 -30 -4 -35 -17l-55 -145c-1.10001 -2.9 -1.89999 -5.6 -2.39999 -8.2z" />
+    <glyph glyph-name="uni0239" unicode="&#x239;" horiz-adv-x="748" 
+d="M521 393c-35 0 -86 -29 -108 -82v-244c34 -41 70 -43 87 -43c106 0 133 100 133 186c0 110 -45 183 -112 183zM413 -161c0 -28 10.9 -38.7 42 -42l19 -2c5 -0.5 9 -3 9 -8v-19l-2 -2s-69 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v19c0 5 3 7.5 8 8l19 2
+c31.6 3.3 43 14 43 42v184c-15 -13 -47 -33 -104 -33c-144 0 -198 126 -198 218c0 132 81 231 203 231c49 0 92 -13 125 -43l12 25c4.70001 9.79999 14 21 24 21c11 0 13 -15 13 -27v-56c45 70 103 80 134 80c96 0 164 -95 164 -202c0 -170 -113 -247 -206 -247
+c-36 0 -67 8 -92 22v-173zM235 404c-80 0 -123 -71 -123 -175c0 -153 88 -195 146 -195c19 0 54 2 80 22v277c-27 46 -61 71 -103 71z" />
+    <glyph glyph-name="uni023C" unicode="&#x23c;" horiz-adv-x="428" 
+d="M388 454c17 0 27 -10 31 -23l-36.9 -45c8.5 -12.5 12.9 -26.6 12.9 -42c0 -31 -28 -44 -49 -44c-11.2 0 -20.5 2.60001 -27.1 9.10001l-166.5 -202.7c24.7 -43 62.7 -67.4 104.6 -67.4c43 0 86 22 120 66c9 -1 17 -5 21 -14c-50 -82 -103 -101 -163 -101
+c-57.3 0 -103.4 18.4 -136.7 50.6l-56.3 -68.6c-16 0 -28 11 -30 26l60.8 73.7c-23.4 36.2 -35.8 82.9 -35.8 136.3c0 142 106 231 205 231c47.6 0 85.6 -9.79999 111.8 -26.4zM134.8 147l170.6 206.8c-5.60001 28.2 -19.5 52.2 -68.4 52.2c-66 0 -114 -66 -114 -176
+c0 -30.9 4.2 -58.7 11.8 -83z" />
+    <glyph glyph-name="uni023B" unicode="&#x23b;" horiz-adv-x="646" 
+d="M215 96.6c37.7 -40.1 85.9 -65.6 141 -65.6c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135c-71.9 0 -131.4 16.4 -178.9 44.6l-86.1 -144.6h-50l100.7 169.6c-70.8 59.1 -105.7 150.2 -105.7 250.4c0 104.3 39.6 202.2 106 263
+c59 54 130 85 215 85c57.1 0 97.4 -8.70001 129.3 -18.4l34.7 58.4h51l-43.3 -72.8c16.8 -5.90002 31.8 -10.7 47.3 -12.2c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5c-13.2 43.6 -33.8 86.1 -68.9 117.5zM186.3 132.9l274.9 462.7c-29.9 15.9 -67.2 25.4 -114.2 25.4
+c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -69.8 21.4 -140.8 58.3 -196.1z" />
+    <glyph glyph-name="uni023D" unicode="&#x23d;" horiz-adv-x="528" 
+d="M149 0c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v232h-105c-9 0 -13 8 -13 15c0 12 11 29 22 29h96v125c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-125h160c9 0 13 -8 13 -14
+c0 -12 -10 -30 -23 -30h-150v-245c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7z" />
+    <glyph glyph-name="uni023E" unicode="&#x23e;" horiz-adv-x="597" 
+d="M350 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.6 2 -139 2c-40.1 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v98.1l-164 -277.1h-51l215 363.3v200.7c0 61 -10 99 -47 99h-49c-66 0 -112 -26 -132 -106c-12 0 -24 1 -34 5c11 48 21 100 25 145
+c0 1 2 3 4 3c38 -3 156 -8 233 -8h86c35.5 0 77.4 1 115.9 2.40002l63.1 106.6h51l-61.8 -104.4c24.5 1.20001 44.4 2.40002 55.8 3.40002c1 0 3 -2 3 -3c1 -45 6 -96 13 -142c-9 -4 -23 -5 -34 -5c-11 49.8 -34.5 78.2 -70 92.1l-137 -231.4v-241.7zM350 449.9l91.8 155.1
+c-7.59998 0.700012 -15.5 1 -23.8 1h-22c-36 0 -46 -38 -46 -102v-54.1z" />
+    <glyph glyph-name="uni023F" unicode="&#x23f;" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-9.60001 0 -18.6 0.3 -27 0.8c10.4 -17.2 15.6 -36 23 -53.8c27 -70 45 -83 69 -83c10 0 15 5 19 15c4 13 10 24 17 31c5 6 14 9 21 9s17 -6 22 -12
+s7 -16 7 -23c0 -10 -7 -21 -18 -29c-20 -12 -38 -18 -62 -18c-43 0 -78 33 -99 84c-21 54 -28 83 -60 88l0.199997 1.2c-1.1 0.3 -2.1 0.5 -3.2 0.8c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138z" />
+    <glyph glyph-name="uni0241" unicode="&#x241;" horiz-adv-x="457" 
+d="M259 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 90v220c149 0 170 104 170 161c0 46 -20 118 -123 118c-41 0 -79 -8 -105 -30c-11 -10 -14 -21 -14 -32c0 -17 8 -35 8 -48c0 -24 -18 -49 -55 -49
+c-21 0 -45 18 -45 46c0 104 110 151 207 151c130 0 206 -74 206 -167c0 -69 -38.8 -107.3 -78.6 -144c-42.1 -38.7 -85.4 -75.6 -85.4 -145v-80z" />
+    <glyph glyph-name="a.inferior" unicode="&#x2090;" horiz-adv-x="307" 
+d="M192 26c-85 -22 -109 -40 -109 -71c0 -21 11 -41 45 -41c21 0 38 10 64 33v79zM235 -118c-25 0 -39 21 -42 39c-34 -30 -52 -39 -85 -39c-42 0 -77 27 -77 70c0 42 40 70 103 86l58 15c0 75 -31 83 -54 83c-33 0 -54 -11 -54 -27c0 -7 1 -11 2 -13s2 -7 2 -12
+c0 -8 -7 -21 -26 -21c-15 0 -26 10 -26 25c0 40 62 73 104 73c49 0 106 -20 106 -114v-75c0 -41 5 -57 14 -57c4 0 9 2 12 5c7.29999 -2.7 10.6 -8 10 -16c-9 -10 -28 -22 -47 -22z" />
+    <glyph glyph-name="e.inferior" unicode="&#x2091;" horiz-adv-x="317" 
+d="M164 -82c38 0 68 17 87 39c8.70001 0 16.3 -6.3 20 -16c-26 -35 -72 -58 -118 -58c-34.5 0 -62.4 8.9 -81.2 25.5c-27.6 24.3 -37.8 64.1 -37.8 107.5c0 74 44.3 145 130 145c85 0 104.3 -59.5 105 -131l-180 2c-1 -4 -1 -9 -1 -11c0 -25 4 -50 16 -69
+c15 -22 35 -34 60 -34zM212 61c0.300003 64.5 -33 75 -57 75c-28.2 0 -58.2 -36 -63 -76z" />
+    <glyph glyph-name="o.inferior" unicode="&#x2092;" horiz-adv-x="307" 
+d="M152 161c92 0 129 -70.9 129 -143c0 -65 -46.9 -135 -130 -135c-81 0 -128 68 -128 132c0 71 40 146 129 146zM222 -1c0 79 -34 137 -76 137c-34.2 0 -64 -30 -64 -109c0 -78 39 -119 80 -119c29 0 60 30 60 91z" />
+    <glyph glyph-name="x.inferior" unicode="&#x2093;" horiz-adv-x="307" 
+d="M232.2 93l-52.2 -67l52.2 -74c26.3 -37.3 32.7 -40.2 60.8 -42c4 -4 4 -18 0 -22c-18 1 -33 2 -56 2c-24 0 -50 -1 -68 -2c-4 4 -4 18 0 22c29 1 26 9 14 28c0 0 -27 42 -32 50c-16 -21 -40 -50 -40 -50c-14 -18 -15 -27 14 -28c4 -4 4 -18 0 -22c-18 1 -34 2 -58 2
+c-23 0 -30 -1 -48 -2c-4 4 -4 18 0 22c28.1 1.8 30.4 6.5 60.8 42c0 0 49.2 58 52.2 61l-56.2 80c-26.6 37.8 -27.7 40.2 -55.8 42c-4 4 -4 18 0 22c18 -1 28 -2 51 -2c24 0 53 1 71 2c4 -4 4 -18 0 -22c-29 -1 -29 -8 -17 -28l36 -57c40 56 41 57 41 57
+c13.2 18.8 15 27 -14 28c-4 4 -4 18 0 22c18 -1 33 -2 57 -2c23 0 30 1 48 2c4 -4 4 -18 0 -22c-28.1 -1.8 -32.8 -6.10001 -60.8 -42z" />
+    <glyph glyph-name="uni2094" unicode="&#x2094;" horiz-adv-x="307" 
+d="M139 126c-38 0 -68 -17 -87 -39c-8.7 0 -16.3 6.3 -20 16c26 35 72 58 118 58c34.5 0 62.4 -8.89999 81.2 -25.5c27.6 -24.3 37.8 -64.1 37.8 -107.5c0 -74 -44.3 -145 -130 -145c-85 0 -104.3 59.5 -105 131l180 -2c1 4 1 9 1 11c0 25 -4 50 -16 69
+c-15 22 -35 34 -60 34zM91 -17c-0.300003 -64.5 33 -75 57 -75c28.2 0 58.2 36 63 76z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni035B" unicode="&#x35b;" 
+d="M-74 608l-74 -114c-2 -3 -12 -5 -17 -5c-14 0 -14 3.5 -14 8l30 74c1 3 2 6 2 8s-5 3 -13 3h-104c-11 0 -16 3 -16 7c0 2 1 5 4 9l76 117c2 2 9 3 14 3c11 0 17 -2 17 -6l-28 -75c-1 -2 -2 -4 -2 -6c0 -4 3 -5 10 -5h104c11 0 16 -2 16 -7c0 -2 -2 -6 -5 -11z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni035C" unicode="&#x35c;" 
+d="M0 -237c-150 0 -278 39 -368 152l17 18c69 -61 159 -117 351 -117c196 0 274 56 351 117l17 -18c-96 -115 -232 -152 -368 -152z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni035D" unicode="&#x35d;" 
+d="M0 475c-150 0 -278 39 -368 152l17 18c69 -61 159 -117 351 -117c196 0 274 56 351 117l17 -18c-96 -115 -232 -152 -368 -152z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni035E" unicode="&#x35e;" 
+d="M-378 530c-11 0 -14 9 -14 17c0 12 14 32 26 32h735c11 0 14 -8 14 -17c0 -12 -13 -32 -26 -32h-735z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni035F" unicode="&#x35f;" 
+d="M-378 -134c-11 0 -14 9 -14 17c0 12 14 32 26 32h735c11 0 14 -8 14 -17c0 -12 -13 -32 -26 -32h-735z" />
+    <glyph glyph-name="uni2184" unicode="&#x2184;" horiz-adv-x="421" 
+d="M18 96c3.4 5.3 8.4 9.2 17 10c32 -44 82 -72 132 -72c90 0 141 63 141 175c0 116 -53 196 -126 196c-66 0 -71 -44 -77 -78c-2 -20 -22 -33 -46 -33c-9 0 -36 5 -36 41c0 47 57 104 163 104c120 0 199 -95 199 -212c0 -128 -77 -237 -210 -237c-70 0 -123 32 -157 106z
+" />
+    <glyph glyph-name="uni0278" unicode="&#x278;" horiz-adv-x="569" 
+d="M248 24v384c-64 -11 -140 -58 -140 -193c0 -153 99 -184 140 -191zM323 24c130 22 140 155 140 193c0 119 -51 170 -140 189v-382zM248 563c0 65 -10 78 -30 78l-32 2c-3.2 0.200012 -6 2 -6 5l-2 24c40.5 3 109.9 16 135 26c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105v-144
+c105 -10 216 -91 216 -224c0 -111 -90 -207 -216 -222v-151c0 -28 11.8 -39.1 43 -44l19 -3c4 -0.600006 8 -3 8 -8v-19l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3.10001 7.2 8 8l19 3c32.8 5.2 43 16 43 44v151c-186 14 -216 165 -216 224
+c0 158 156 220 216 223v123z" />
+    <glyph glyph-name="uni2C60" unicode="&#x2c60;" horiz-adv-x="528" 
+d="M336 429v-39h-145v-64h145v-39h-145v-178c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v165h-86v39h86v64h-86v39h86v94
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-94h145z" />
+    <glyph glyph-name="uni2C62" unicode="&#x2c62;" horiz-adv-x="528" 
+d="M-37 277c13 65 67 128 128 128c4.8 0 9.8 -0.600006 15 -1.70001v119.7c0 83 -17 88 -87 91c-6 6 -6 27 0 33c46 -1 92.9 -2 129 -2c38.1 0 85 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-167c16.7 -10.1 32.1 -16 47 -16c28 0 77 17 99 67
+c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-13.1 0 -28.1 4.79999 -43 12.3v-184.3c0 -51 18 -70 57 -70h63c106 0 143 59 163 131c12.4 1.8 23.2 -0.300003 33 -5c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-212.7c-33.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v220.9c-6.9 2 -13.9 3.10001 -21 3.10001c-35 0 -82 -29 -105 -73c-6 0 -11.3 1 -17 4z" />
+    <glyph glyph-name="uni2C61" unicode="&#x2c61;" horiz-adv-x="281" 
+d="M246 429v-39h-72v-64h72v-39h-72v-165c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v165h-80v39h80v64h-80v39h80v130c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-154h72z" />
+    <glyph glyph-name="uni2C63" unicode="&#x2c63;" horiz-adv-x="541" 
+d="M298 491v-39h-109v-131c11 -3 51 -5 76 -5c97 0 149 44 149 152c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64v-63h109zM104 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7c185 0 224 -107 224 -166c0 -85 -55 -204 -237 -204
+c-35 0 -59 3 -81 10v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v330h-84v39h84v32z" />
+    <glyph glyph-name="uni2C64" unicode="&#x2c64;" horiz-adv-x="587" 
+d="M272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 81c0 -180 12 -208 45 -208c14 0 27.7 8 35 18c9.70001 13.2 26 32 57 32c14 0 32 -19 32 -41c0 -36 -73 -54 -95 -54c-45 0 -71 2 -104 31c-43.2 37.9 -55 101 -55 244v420
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174
+c-14.3 23.3 -33 38 -117 38v-210z" />
+    <glyph glyph-name="uni2C65" unicode="&#x2c65;" horiz-adv-x="457" 
+d="M293 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-8.10001 0 -16 0.4 -23.7 1.1l-30.3 -53.1h-40l34.3 60.3c-39.6 13.1 -66.3 43.1 -66.3 99.7c0 68 69 121 165 145l47 11.5l41.1 72.1c-12 67.7 -49 79.4 -77.1 79.4c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20
+c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111c40 0 81.6 -8.10001 110.9 -38.8l43.1 75.8h41l-62 -108.6c11.3 -24.1 18 -55.8 18 -97.4v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27
+c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58zM163.7 35.6c8 -2.9 17 -4.6 27.3 -4.6c28 0 62 23 88 44c8 6 14 13 14 26v132l-19.6 -5.2zM135.2 56.1l90.4 159l-11.6 -3.10001c-74 -19 -95 -65 -95 -110c0 -15 5.2 -32.2 16.2 -45.9z" />
+    <glyph glyph-name="uni2C66" unicode="&#x2c66;" horiz-adv-x="338" 
+d="M43 429l46 0.100006c0 110.9 -3 104.3 -3 115.9c0 6.90002 10 10.3 22 13.7c12.5 3.5 22.7 7.79999 34 14.1c9.3 5.10004 17.8 9 22.3 9c4.7 0 7.7 -2.39996 7.7 -8.79999c0 0 -4 -40 -4 -105v-39h84.3l26.7 47h41l-27.2 -47.9
+c2.10001 -0.899994 3.20001 -2.60001 3.20001 -5.10001v-20c0 -9 -14 -13 -24 -13h-0.899994l-103.1 -181.2v-71.8c0 -62 6 -92 33 -92c26 0 56 8 82 28c10 -1 16 -6.7 18 -17c-39 -44 -89 -66 -135 -66c-41.9 0 -71.4 23.2 -76.3 81.1l-75.7 -133.1h-41l116 203.9v248.1
+h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20zM168 280.8l62.1 109.2h-62.1v-109.2z" />
+    <glyph glyph-name="uni2C67" unicode="&#x2c67;" horiz-adv-x="695" 
+d="M504 0h-82l-2 1v19c0 5 3 8 8 8h26c41 0 55 16 55 44v257h-327v-257c0 -31 15 -44 55 -44h26c5 0 8 -3 8 -8v-19l-1 -2s-87 2 -126 2c-36 0 -129 -2 -129 -2l-2 2v19c0 5 3 8 8 8h26c41 0 55 16 55 44v502c0 30 -16 44 -55 44h-26c-5 0 -9 3 -9 8v19l2 1s87 -1 126 -1
+c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-206h327v206c0 30 -15 44 -55 44h-26c-5 0 -9 3 -9 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-497c0 -25 16 -49 41 -49s29 -11 30 -20
+l6 -149h-27c-14 71 -58 141 -135 141z" />
+    <glyph glyph-name="uni2C68" unicode="&#x2c68;" horiz-adv-x="518" 
+d="M436 76c0 -30 17 -48 36 -48c17 0 28 -4 28 -21l6 -135h-25c-11 49 -41 128 -119 128h-71v20c0 5 3 8 8 8h19c34 0 43 15 43 44v223c0 81 -22 100 -78 100c-29 0 -72 -26 -120 -73v-250c0 -29 10 -44 43 -44h19c4 0 8 -3 8 -8v-19l-2 -2s-68 2 -107 2
+c-36 0 -103 -2 -103 -2l-2 2v19c0 5 2 8 7 8h19c34 0 43 15 43 44v501c0 57 -9 73 -29 73l-33 -4c-3 0 -5 3 -5 5l-2 25c16 0 52 6 69 9c18 4 33 8 53 17h22v-339c67 67 126 83 165 83c72 0 108 -55 108 -158v-208z" />
+    <glyph glyph-name="uni2C69" unicode="&#x2c69;" horiz-adv-x="654" 
+d="M187 72c0 -31 15 -44 55 -44h26c4 0 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 8 7 8h27c41 0 54 16 54 44v502c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26
+c-41 0 -55 -16 -55 -44v-227.1c19.9 5.10001 37.8 17.4 61 39.1l187 176c19 19 27 31 27 40c0 6 -14 16 -31 16h-21c-4 0 -8 3 -8 8v19l2 1s76 -1 116 -1c35 0 96 1 96 1l5 -1v-19c0 -5 -5 -8 -11 -8c-40 -5 -76 -14 -125 -60l-160 -151c-30 -28 -39 -40 -39 -49
+c0 -8 6 -16 14 -25l239 -260c25 -29 42 -45 59 -45c22 0 29 -8 30 -20l6 -149h-27c-11 56 -47 141 -128 141h-24l-1 7c0 18 0 44 -20 66l-182 198c-21.3 22.9 -38.2 33.9 -65 37.6v-236.6z" />
+    <glyph glyph-name="uni2C6A" unicode="&#x2c6a;" horiz-adv-x="508" 
+d="M315 73l-73 103c-14 19 -28.5 36 -49 36c-5.2 0 -11.8 -1.3 -19 -3.60001v-86.4c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27
+c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-350.9c48.4 21.6 82.6 52 140 114.9c16 16 20 29 20 39c0 8 -5 16 -29 16h-4c-5 0 -8 4 -8 8v19l3 2s48 -2 83 -2c39 0 93 2 93 2l4 -2v-19c0 -5 -6 -8 -11 -8h-7c-27 0 -71 -22 -96 -48l-76 -84c-3 -3 -4 -7 -4 -11s2 -9 5 -13
+l117 -173c22 -32 42 -45 59 -45c23 0 30 -8 31 -20l6 -136h-27c-12 55 -32 128 -112 128h-25v7c-1 18 -3 41 -21 66z" />
+    <glyph glyph-name="uni2C6B" unicode="&#x2c6b;" horiz-adv-x="618" 
+d="M134 646h408c18 0 24 -3 24 -12c0 -8 -3 -15 -23 -43l-371 -519c-5 -9 -8 -15 -8 -20c0 -9 8 -13 25 -13h378c25 0 28 -22 28 -31l7 -149h-27c-14 71 -58 141 -136 141h-379c-14 0 -19 5 -19 15c0 7 2 15 8 23l385 541c6 7 9 14 9 19c0 6 -4 8 -11 8h-257
+c-74 0 -103 -90 -107 -135l-26 2l20 194c52 -6 25 -21 72 -21z" />
+    <glyph glyph-name="uni2C6C" unicode="&#x2c6c;" horiz-adv-x="411" 
+d="M340 39c22 0 32 -19 33 -31l6 -136h-27c-12 55 -31 128 -112 128h-172c-27 0 -35 5 -35 12c0 5 3 11 9 20l236 359h-142c-30 0 -59 -13 -78 -97l-26 5l31 152l24 -4c1 -15 5 -17 21 -17h196c25 2 47 3 50 3c8 0 10 0 14 -3c2 -2 2 -5 2 -9c0 -6 -8 -20 -17 -34l-229 -348
+h216z" />
+    <glyph glyph-name="uni2C77" unicode="&#x2c77;" horiz-adv-x="618" 
+d="M338 8c42 6 80 22 109 59c36 46 55 88 55 152c0 141 -41 192 -102 192c-38 0 -62 -54 -62 -168v-235zM37 228c0 129 89 172 130 195l20 -21c-22 -17 -69 -54 -69 -183c0 -74 22 -125 54 -164c24 -28 60 -43 108 -48v249c0 73 7 115 46 154c21 21 49 28 75 28
+c115 0 181 -100 181 -205c0 -203 -184 -254 -272 -254c-117 0 -273 50 -273 249z" />
+    <glyph glyph-name="uni2C75" unicode="&#x2c75;" horiz-adv-x="465" 
+d="M182 574v-208h141c35 0 44 16 50 44l7 30c0 4 3 8 7 8h36c3 0 4 -2 4 -4c-3 -32 -8 -62 -8 -95c0 -35 4 -64 8 -96l-3 -3h-37c-5 0 -8 3 -8 7l-6 31c-5 28 -17 44 -50 44h-141v-260c0 -31 15 -44 55 -44h26c5 0 8 -3 8 -8v-19l-1 -2s-87 2 -126 2c-36 0 -129 -2 -129 -2
+l-2 2v19c0 5 3 8 8 8h26c41 0 55 16 55 44v502c0 30 -16 44 -55 44h-26c-5 0 -9 3 -9 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44z" />
+    <glyph glyph-name="uni2C76" unicode="&#x2c76;" horiz-adv-x="419" 
+d="M99 358c0 28 -10 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 103 -2c39 0 108 2 108 2l2 -2v-19c0 -5 -4 -8 -9 -8h-19c-32 0 -43 -16 -43 -44v-111h106c35 0 44 17 51 45l6 29c1 5 4 9 8 9h36c2 0 3 -3 3 -5c-2 -32 -8 -61 -8 -95s5 -63 8 -96l-2 -3h-37
+c-6 0 -8 4 -9 7l-5 31c-6 29 -17 44 -51 44h-106v-141c0 -29 11 -44 43 -44h19c5 0 9 -3 9 -8v-19l-2 -2s-69 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v19c0 5 3 8 8 8h19c33 0 43 15 43 44v286z" />
+    <glyph glyph-name="uni2C74" unicode="&#x2c74;" horiz-adv-x="484" 
+d="M196 447c42 0 65 -23 65 -47c0 -49 -58 -95 -91 -121c0 -3 17 -42 17 -43l41 -98l16 -53l18 50l91 221c6 16 9 26 9 33c0 11 -8 12 -27 13h-16c-5 0 -6 4 -6 7v22s53 -2 86 -2c28 0 71 2 71 2v-20c0 -5 -4 -8 -11 -8h-6c-28 -2 -42 -5 -59 -47l-141 -345
+c-5 -14 -15 -22 -25 -22c-13 0 -20 8 -25 20l-57 145c-2 5 -32 83 -34 87c-20 -15 -43 -30 -61 -42l-12 18c22 14 42 26 65 46c-14 34 -22 60 -22 92c0 50 50 92 114 92zM192 421c-22 0 -42 -25 -42 -63c0 -35 3 -43 10 -61c26 24 73 62 73 94c0 16 -17 30 -41 30z" />
+    <glyph glyph-name="uniA720" unicode="&#xa720;" horiz-adv-x="639" 
+d="M27 695l559 -124l-14 -76l-253 56v-84h-74v101l-143 32v-203h-75v298z" />
+    <glyph glyph-name="uni037B" unicode="&#x37b;" horiz-adv-x="446" 
+d="M190 22c74 0 129 41 129 179c0 119 -35 206 -139 206c-66 0 -92 -15 -131 -65l-26 14c39 53 92 83 160 83c153 0 227 -91 227 -217c0 -185 -120 -232 -220 -232c-67 0 -128 30 -167 83l26 14c40 -50 73 -65 141 -65z" />
+    <glyph glyph-name="uni037C" unicode="&#x37c;" horiz-adv-x="445" 
+d="M279 155c-35 0 -58 28 -58 57c0 31 26 59 58 59c29 0 58 -26 58 -59c0 -30 -25 -57 -58 -57zM130 200c0 -156 77 -181 129 -181c67 0 100 17 141 68l26 -14c-39 -53 -101 -83 -167 -83c-64 0 -118 18 -157 58c-41 40 -63 91 -63 178c0 47 23 115 58 149
+c39 40 97 64 168 64c67 0 121 -30 160 -83l-26 -14c-40 50 -65 65 -131 65c-36 0 -78 -21 -97 -42c-38 -40 -41 -91 -41 -165z" />
+    <glyph glyph-name="uni037D" unicode="&#x37d;" horiz-adv-x="446" 
+d="M151 161c-35 0 -58 28 -58 57c0 31 26 59 58 59c29 0 58 -26 58 -59c0 -30 -25 -57 -58 -57zM190 22c74 0 129 41 129 179c0 119 -35 206 -139 206c-66 0 -92 -15 -131 -65l-26 14c39 53 92 83 160 83c153 0 227 -91 227 -217c0 -185 -120 -232 -220 -232
+c-67 0 -128 30 -167 83l26 14c40 -50 73 -65 141 -65z" />
+    <glyph glyph-name="uni03FD" unicode="&#x3fd;" horiz-adv-x="599" 
+d="M82 539l-29 24c10 26 93 95 206 95c209 0 302 -139 302 -336c0 -187 -128 -332 -310 -332c-112 0 -184 72 -219 135l16 17c26 -40 103 -107 210 -107c163 0 212 171 212 282c0 255 -126 307 -204 307c-140 0 -184 -85 -184 -85z" />
+    <glyph glyph-name="uni03FE" unicode="&#x3fe;" horiz-adv-x="599" 
+d="M355 269c-35 0 -58 28 -58 57c0 31 26 59 58 59c29 0 58 -26 58 -59c0 -30 -25 -57 -58 -57zM568 121c-35 -63 -110 -131 -222 -131c-188 0 -307 154 -307 333c0 197 141 335 302 335c138 0 204 -89 206 -94l-29 -24c-9 22 -82 79 -184 79c-78 0 -204 -47 -204 -302
+c0 -153 72 -283 210 -283c107 0 183 64 210 104z" />
+    <glyph glyph-name="uni03FF" unicode="&#x3ff;" horiz-adv-x="599" 
+d="M222 264c-35 0 -58 28 -58 57c0 31 26 59 58 59c29 0 58 -26 58 -59c0 -30 -25 -57 -58 -57zM82 539l-29 24c10 26 93 95 206 95c209 0 302 -139 302 -336c0 -187 -128 -332 -310 -332c-112 0 -184 72 -219 135l16 17c26 -40 103 -107 210 -107c163 0 212 171 212 282
+c0 255 -126 307 -204 307c-140 0 -184 -85 -184 -85z" />
+    <glyph glyph-name="uni2460" unicode="&#x2460;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM416.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.89999 3.90001 -3.89999 17.6 0 21.5
+c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.80002 4 -8.80002 10.1 -9.80002 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5z" />
+    <glyph glyph-name="uni2461" unicode="&#x2461;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM270.7 430.2c0 39 44.8 92.3 117 92.3c52.6 0 109.8 -28.6 109.8 -98.8c0 -49.4 -28 -77.9 -65 -113.7l-65.7 -63.1c-3.19998 -3.2 -48 -47.5 -48 -78.7h115.7c23.4 0 34.5 16.3 45.5 62.5c6.5 1.3 14.9 -0.0999908 18.8 -3.3
+c-0.599976 -19.5 -7.09998 -68.2 -15.6 -102.7c0 0 -29.9 1.3 -50.7 1.3h-113.7c-20.8 0 -54 -1.3 -54 -1.3c0 38.3 10.4 69.5 74.1 134.5l48.1 47.5c38.3 39 53.3 72.8 53.3 114.4c0 62.4 -33.1 78.7 -56.5 78.7c-47.5 0 -64.4 -23.5 -64.4 -39.7
+c0 -5.20001 3.89999 -11.1 5.20001 -15.6c1.29999 -4.5 2.60001 -8.5 2.60001 -13.7c0 -14.4 -19.5 -26 -30.5 -26c-13.7 0 -26 11.7 -26 25.4z" />
+    <glyph glyph-name="uni2462" unicode="&#x2462;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM375.8 506.8c-16.9 0 -61.8 -7.89999 -61.8 -49.5c0 -12.3 -2.5 -33.8 -25.3 -33.8c-15.6 0 -22.2 13.1 -22.2 22.2c0 21.4 27.3 83.8 122.9 83.8c34 0 56.6 -10.9 70.8 -25.3c15.8 -16 20.4 -31.9 20.4 -51.4
+c0 -34.3 -14.9 -61.4 -68.4 -86.5l0.599976 -1.29999c38.4 -6.5 91.7 -31.8 91.7 -102.7c0 -85.8 -69 -135.8 -146.3 -135.8c-39 0 -93.6 17.5 -93.6 43.5c0 10.4 13.6 22.8 27.3 22.8c13 0 21.4 -7.8 27.9 -16.9c7.80002 -11.7 13.7 -26.7 46.9 -26.7
+c22.8 0 80.5 17.5 80.5 104c0 73.5 -48 83.9 -85.1 83.9c-8.39999 0 -20.2 0 -31.2 -1.30002l-3.19998 20.8c64.4 9.19998 102.1 58.8 102.1 91.4c0 41.8 -25.9 58.8 -54 58.8z" />
+    <glyph glyph-name="uni2463" unicode="&#x2463;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM393.2 456.6c-44.8 -61.2 -90.8 -133.9 -124.2 -187.3h124.2v187.3zM496.5 269.3c7.20001 0 9.70001 -3.79999 9.70001 -10.3c0 -7.8 -9.70001 -20.2 -18.8 -20.2h-44.9v-59.8c0 -30.5 13.7 -29.2 45.5 -31.8
+c3.89999 -3.89999 3.89999 -17.6 0 -21.5c-20.8 0.600006 -45.2 1.3 -70.8 1.3c-29.9 0 -55.9 -0.699997 -76.7 -1.3c-3.89999 3.90001 -3.89999 17.6 0 21.5c28 1.90001 52.7 1.90001 52.7 31.8v59.8h-132.7c-19.5 0 -23.3 17.5 -25.3 27.3
+c59.5 93 135.2 199.8 176.1 250.2c2.40002 2.90002 6 7.20001 10.5 7.20001h20.7l1.29999 -1.29999c-1.09998 -5.10004 -1.29999 -30.5 -1.29999 -63v-189.9h54z" />
+    <glyph glyph-name="uni2464" unicode="&#x2464;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM443.3 251.8c0 70.9 -33.1 98.9 -75.3 98.9c-23.4 0 -48.2 -2.70001 -82.6 -15.7l22.1 187.2c22.8 -2 46.2 -3.20001 70.2 -3.20001c34.5 0 69.6 3.29999 106.6 7.20001l4.5 -2.70001l-10.3 -44.2
+c-26.7 -2.59998 -48.8 -3.79999 -68.3 -3.79999c-31.2 0 -52 3.20001 -76 5.79999l-13 -108.5c11.7 4.5 35.7 10.4 63.6 10.4c72.8 0 116.4 -56.7 116.4 -119.7c0 -81.9 -57.2 -141.7 -137.8 -141.7c-37.1 0 -92.3 22.2 -92.3 48.8c0 13 12.4 24.1 24.7 24.1
+c13.7 0 24.7 -9.8 33.2 -20.9c9.79999 -13 18.1 -29.2 42.8 -29.2c39 0 71.5 45.4 71.5 107.2z" />
+    <glyph glyph-name="uni2465" unicode="&#x2465;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM305.9 325.6c-3.79999 -18.7 -5.39999 -36.2 -5.39999 -50.8c0 -111.1 37 -133.2 78 -133.2c31.9 0 59.2 32.5 59.2 104c0 32.5 -14.3 94.9 -78 94.9c-11.3 0 -32.4 -0.899994 -53.8 -14.9zM311.8 349.2c19.4 8.89999 44.6 14 61.5 14
+c88.4 0 118.4 -50 118.4 -105.9c0 -55.9 -35.2 -138.5 -120.3 -138.5c-50.1 0 -124.8 26 -124.8 158c0 51.4 20.1 110.5 60.4 157.3c36.4 42.2 76.7 69.6 142.4 89.1c5.20001 -3.20001 7.80002 -9.20001 7.80002 -17c-86.5 -32.4 -127.8 -97.9 -145.4 -157z" />
+    <glyph glyph-name="uni2466" unicode="&#x2466;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM352.5 477.8c-20.8 0 -42.2 -4.59998 -56.5 -56.6c-7.20001 -0.900024 -13.7 0 -20.8 2c5.19998 33.8 12.3 72.8 13 104c0 1.89996 0.599976 1.89996 2.59998 1.89996c11.7 -2.59998 10.3 -9.09998 32.4 -9.09998h134
+c24.7 0 39 4 50 7.20001l10.4 -7.90002c-72.8 -177.4 -108.6 -285.3 -145.6 -395.8l-44.2 -2l-5.19998 4.6c44.2 98.8 95.5 225.6 146.2 351.7h-116.3z" />
+    <glyph glyph-name="uni2467" unicode="&#x2467;" horiz-adv-x="759" 
+d="M379 487c-37 0 -61 -29 -61 -58c0 -19 10 -41 49 -66l18 -12c17 12 55 42 55 75c0 29 -21 61 -61 61zM478 425c0 -39 -44 -70 -71 -88l37 -26c32 -21 48 -49 48 -84c0 -48 -38 -108 -118 -108c-65 0 -110 34 -110 97c0 25 10 53 35 75c15 14 29 24 44 36l-10 6
+c-38 25 -56 50 -56 84c0 48 43 85 105 85c61 0 96 -33 96 -77zM375 137c28 0 76 15 76 77c0 29 -16 58 -55 82l-30 17c-53 -35 -65 -78 -65 -97c0 -54 46 -79 74 -79zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni2468" unicode="&#x2468;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM468.3 314.8c3.80002 18.7 5.30002 36.1 5.30002 50.7c0 111.2 -37 133.3 -78 133.3c-31.8 0 -59.1 -32.5 -59.1 -104c0 -32.5 14.3 -95 78 -95c11.3 0 32.4 1 53.8 15zM462.4 291.2c-19.4 -8.90002 -44.7 -14.1 -61.6 -14.1
+c-88.4 0 -118.3 50 -118.3 105.9s35.1 138.5 120.3 138.5c50 0 124.7 -26 124.7 -158c0 -51.3 -20.1 -110.5 -60.4 -157.3c-36.4 -42.2 -76.6 -69.5 -142.3 -89c-5.19998 3.2 -7.79999 9.10001 -7.79999 16.9c86.5 32.4 127.8 98 145.4 157.1z" />
+    <glyph glyph-name="uni2469" unicode="&#x2469;" horiz-adv-x="759" 
+d="M307.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z
+M488.8 506.8c-29.2 0 -68.9 -29.9 -68.9 -189.8c0 -56.5 6.5 -167.8 66.9 -167.8c11.7 0 43.6 5.90001 57.9 59.2c9.09998 33.1 11.1 74.1 11.1 133.9c0 87.1 -17.6 136.5 -37.8 153.4c-7.79999 7.09998 -18.2 11.1 -29.2 11.1zM486.2 126.5
+c-25.1 0 -47.4 8.89999 -65.9 27.3c-35.5 35.4 -57 101 -57 170.3c0 128.7 61.2 205.4 125.5 205.4c35.1 0 62.3 -19.8 79.3 -42.3c28.6 -37.7 44.2 -92.9 44.2 -157.2c0 -152.8 -76.1 -203.5 -126.1 -203.5z" />
+    <glyph glyph-name="uni246A" unicode="&#x246a;" horiz-adv-x="759" 
+d="M513.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.89999 3.90001 -3.89999 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.80002 4 -8.80002 10.1 -9.80002 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10004 -8.5 -2 -48.2 -2 -87.2v-225.5zM315.2 206.3c0 -54 11.1 -57.2 56.6 -59.1
+c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2
+c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni246B" unicode="&#x246b;" horiz-adv-x="759" 
+d="M312.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z
+M383.7 429.2c0 39 44.8 92.3 117 92.3c52.6 0 109.8 -28.6 109.8 -98.8c0 -49.4 -28 -77.9 -65 -113.7l-65.7 -63.1c-3.19998 -3.2 -48 -47.5 -48 -78.7h115.7c23.4 0 34.5 16.3 45.5 62.5c6.5 1.3 14.9 -0.0999908 18.8 -3.3c-0.599976 -19.5 -7.09998 -68.2 -15.6 -102.7
+c0 0 -29.9 1.3 -50.7 1.3h-113.7c-20.8 0 -54 -1.3 -54 -1.3c0 38.3 10.4 69.5 74.1 134.5l48.1 47.5c38.3 39 53.3 72.8 53.3 114.4c0 62.4 -33.1 78.7 -56.5 78.7c-47.5 0 -64.4 -23.5 -64.4 -39.7c0 -5.20001 3.89999 -11.1 5.20001 -15.6
+c1.29999 -4.5 2.60001 -8.5 2.60001 -13.7c0 -14.4 -19.5 -26 -30.5 -26c-13.7 0 -26 11.7 -26 25.4z" />
+    <glyph glyph-name="uni246C" unicode="&#x246c;" horiz-adv-x="759" 
+d="M312.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z
+M493.8 502.8c-16.9 0 -61.8 -7.89999 -61.8 -49.5c0 -12.3 -2.5 -33.8 -25.3 -33.8c-15.6 0 -22.2 13.1 -22.2 22.2c0 21.4 27.3 83.8 122.9 83.8c34 0 56.6 -10.9 70.8 -25.3c15.8 -16 20.4 -31.9 20.4 -51.4c0 -34.3 -14.9 -61.4 -68.4 -86.5l0.599976 -1.29999
+c38.4 -6.5 91.7 -31.8 91.7 -102.7c0 -85.8 -69 -135.8 -146.3 -135.8c-39 0 -93.6 17.5 -93.6 43.5c0 10.4 13.6 22.8 27.3 22.8c13 0 21.4 -7.8 27.9 -16.9c7.80002 -11.7 13.7 -26.7 46.9 -26.7c22.8 0 80.5 17.5 80.5 104c0 73.5 -48 83.9 -85.1 83.9
+c-8.39999 0 -20.2 0 -31.2 -1.30002l-3.19998 20.8c64.4 9.19998 102.1 58.8 102.1 91.4c0 41.8 -25.9 58.8 -54 58.8z" />
+    <glyph glyph-name="uni246D" unicode="&#x246d;" horiz-adv-x="759" 
+d="M312.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z
+M498.2 456.6c-44.8 -61.2 -90.8 -133.9 -124.2 -187.3h124.2v187.3zM601.5 269.3c7.20001 0 9.70001 -3.79999 9.70001 -10.3c0 -7.8 -9.70001 -20.2 -18.8 -20.2h-44.9v-59.8c0 -30.5 13.7 -29.2 45.5 -31.8c3.90002 -3.89999 3.90002 -17.6 0 -21.5
+c-20.8 0.600006 -45.2 1.3 -70.8 1.3c-29.9 0 -55.9 -0.699997 -76.7 -1.3c-3.89999 3.90001 -3.89999 17.6 0 21.5c28 1.90001 52.7 1.90001 52.7 31.8v59.8h-132.7c-19.5 0 -23.3 17.5 -25.3 27.3c59.5 93 135.2 199.8 176.1 250.2
+c2.40002 2.90002 6 7.20001 10.5 7.20001h20.7l1.29999 -1.29999c-1.09998 -5.10004 -1.29999 -30.5 -1.29999 -63v-189.9h54z" />
+    <glyph glyph-name="uni246E" unicode="&#x246e;" horiz-adv-x="759" 
+d="M312.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 78.5 -30.6 149.4 -80.5 201.8l-8.90002 -38.2
+c-26.7 -2.59998 -48.8 -3.79999 -68.3 -3.79999c-31.2 0 -52 3.20001 -76 5.79999l-13 -108.5c11.7 4.5 35.7 10.4 63.6 10.4c72.8 0 116.4 -56.7 116.4 -119.7c0 -81.9 -57.2 -141.7 -137.8 -141.7c-37.1 0 -92.3 22.2 -92.3 48.8c0 13 12.4 24.1 24.7 24.1
+c13.7 0 24.7 -9.8 33.2 -20.9c9.79999 -13 18.1 -29.2 42.8 -29.2c39 0 71.5 45.4 71.5 107.2c0 70.9 -33.1 98.9 -75.3 98.9c-23.4 0 -48.2 -2.70001 -82.6 -15.7l22.1 187.2c22.8 -2 46.2 -3.20001 70.2 -3.20001c32.9 0 66.5 2.90002 101.7 6.59998
+c-52.9 51.3 -125.3 82.9 -205.2 82.9z" />
+    <glyph glyph-name="uni246F" unicode="&#x246f;" horiz-adv-x="759" 
+d="M312.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z
+M410.9 324.6c-3.79999 -18.7 -5.39999 -36.2 -5.39999 -50.8c0 -111.1 37 -133.2 78 -133.2c31.9 0 59.2 32.5 59.2 104c0 32.5 -14.3 94.9 -78 94.9c-11.3 0 -32.4 -0.899994 -53.8 -14.9zM416.8 348.2c19.4 8.89999 44.6 14 61.5 14c88.4 0 118.4 -50 118.4 -105.9
+c0 -55.9 -35.2 -138.5 -120.3 -138.5c-50.1 0 -124.8 26 -124.8 158c0 51.4 20.1 110.5 60.4 157.3c36.4 42.2 76.7 69.6 142.4 89.1c5.19995 -3.20001 7.79999 -9.20001 7.79999 -17c-86.5 -32.4 -127.8 -97.9 -145.4 -157z" />
+    <glyph glyph-name="uni2470" unicode="&#x2470;" horiz-adv-x="759" 
+d="M300.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9
+c0 22.1 -2.3 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 72.8 -26.3 139.1 -69.9 190.1
+c-69.1 -169.4 -103.9 -274.6 -140 -382.3l-44.2 -2l-5.19998 4.6c44.2 98.8 95.5 225.6 146.2 351.7h-116.3c-20.8 0 -42.2 -4.59998 -56.5 -56.6c-7.20001 -0.900024 -13.7 0 -20.8 2c5.19998 33.8 12.3 72.8 13 104c0 1.89996 0.599976 1.89996 2.59998 1.89996
+c11.7 -2.59998 10.3 -9.09998 32.4 -9.09998h134c16.7 0 28.5 1.70001 37.9 3.90002c-53.1 52.4 -126.1 84.6 -206.9 84.6z" />
+    <glyph glyph-name="uni2471" unicode="&#x2471;" horiz-adv-x="759" 
+d="M495 487c-37 0 -61 -29 -61 -58c0 -19 10 -41 49 -66l18 -12c17 12 56 42 56 75c0 29 -21 61 -62 61zM594 425c0 -39 -44 -70 -71 -88l38 -26c31 -21 47 -49 47 -84c0 -48 -38 -108 -118 -108c-65 0 -110 34 -110 97c0 25 10 53 35 75c16 14 29 24 44 36l-10 6
+c-37 25 -56 50 -56 84c0 48 43 85 106 85c60 0 95 -33 95 -77zM491 137c28 0 76 15 76 77c0 29 -16 58 -55 82l-30 17c-52 -35 -65 -78 -65 -97c0 -54 46 -79 74 -79zM312.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5
+c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5
+c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni2472" unicode="&#x2472;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8zM312.2 206.3c0 -54 11.1 -57.2 56.6 -59.1c3.90002 -3.89999 3.90002 -17.6 0 -21.5c-32.5 0.600006 -48.4 1.3 -79.3 1.3c-35.2 0 -58.5 -0.699997 -90.4 -1.3c-3.90001 3.90001 -3.90001 17.6 0 21.5
+c45.5 1.90001 63.1 5.10001 63.1 59.1v211.9c0 22.1 -2.30002 37.7 -13 37.7c-12.4 0 -27 -3.89999 -56.6 -16.2c-5.8 4 -8.8 10.1 -9.8 17.5c57.2 26.6 91.4 42.7 127.4 65c2.29999 0 4 -0.100037 4 -3.20001c-1.10001 -8.5 -2 -48.2 -2 -87.2v-225.5zM576.3 318.8
+c3.79999 18.7 5.29999 36.1 5.29999 50.7c0 111.2 -37 133.3 -78 133.3c-31.8 0 -59.1 -32.5 -59.1 -104c0 -32.5 14.3 -95 78 -95c11.3 0 32.4 1 53.8 15zM570.4 295.2c-19.4 -8.90002 -44.7 -14.1 -61.6 -14.1c-88.4 0 -118.3 50 -118.3 105.9s35.1 138.5 120.3 138.5
+c50 0 124.7 -26 124.7 -158c0 -51.3 -20.1 -110.5 -60.4 -157.3c-36.4 -42.2 -76.6 -69.5 -142.3 -89c-5.19998 3.2 -7.79999 9.10001 -7.79999 16.9c86.5 32.4 127.8 98 145.4 157.1z" />
+    <glyph glyph-name="uni2473" unicode="&#x2473;" horiz-adv-x="759" 
+d="M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -69.7 23.9 -133.7 64 -184.1c1.10001 35.8 13.6 67 74 128.6
+l48.1 47.5c38.3 39 53.3 72.8 53.3 114.4c0 62.4 -33.1 78.7 -56.5 78.7c-47.5 0 -64.4 -23.5 -64.4 -39.7c0 -5.20001 3.90001 -11.1 5.20001 -15.6c1.29999 -4.5 2.59999 -8.5 2.59999 -13.7c0 -14.4 -19.5 -26 -30.5 -26c-13.7 0 -26 11.7 -26 25.4
+c0 39 44.8 92.3 117 92.3c52.6 0 109.8 -28.6 109.8 -98.8c0 -49.4 -28 -77.9 -65 -113.7l-65.7 -63.1c-3.2 -3.2 -48 -47.5 -48 -78.7h115.7c23.4 0 34.5 16.3 45.5 62.5c6.5 1.3 14.9 -0.0999908 18.8 -3.3c-0.599976 -19.5 -7.09998 -68.2 -15.6 -102.7
+c0 0 -29.9 1.3 -50.7 1.3h-113.7c-16 0 -39.4 -0.699997 -49.3 -1.1c53.5 -63.8 133.6 -104.3 223.7 -104.3c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8zM509.8 506.8c-29.2 0 -68.9 -29.9 -68.9 -189.8c0 -56.5 6.5 -167.8 66.9 -167.8
+c11.7 0 43.6 5.90001 57.9 59.2c9.09998 33.1 11.1 74.1 11.1 133.9c0 87.1 -17.6 136.5 -37.8 153.4c-7.79999 7.09998 -18.2 11.1 -29.2 11.1zM507.2 126.5c-25.1 0 -47.4 8.89999 -65.9 27.3c-35.5 35.4 -57 101 -57 170.3c0 128.7 61.2 205.4 125.5 205.4
+c35.1 0 62.3 -19.8 79.3 -42.3c28.6 -37.7 44.2 -92.9 44.2 -157.2c0 -152.8 -76.1 -203.5 -126.1 -203.5z" />
+    <glyph glyph-name="uni24B6" unicode="&#x24b6;" horiz-adv-x="759" 
+d="M287.4 280.2c-11 -28.1 -32.4 -107.2 -32.4 -107.2c-3 -13.2 2.79999 -16.8 26.8 -20.8l9.60001 -1.59999c3.20001 -0.800003 5.60001 -2.40001 5.60001 -4.8v-16.8l-1.60001 -1.6s-39.2 1.6 -64 1.6c-22.4 0 -67.2 -1.6 -67.2 -1.6l-1.59999 1.6v15.2
+c0 2.40001 4 6 7.2 6.40001c21.6 2.39999 34.4 8.79999 43.2 31.2c16 40.8 92.8 249.6 92.8 275.2c0 15.2 -7.19998 18.4 -33.6 19.2c-4.80002 0 -7.20001 1.59998 -7.20001 4.79999v16l2.39999 1.60001c25.6 -0.800018 50.4 -1.60001 87.2 -1.60001
+c36 0 95.2 0.799988 137.6 1.60001l0.799988 -1.60001v-16c0 -2.39999 -1.60001 -4.60001 -4 -4.79999c-45 -3.5 -43.2 -9.60001 -40 -24.8l54.4 -259.2c7.20001 -34.4 20 -39.2 48 -41.6c3.19995 -0.300003 5.59998 -2.40001 5.59998 -4.8v-16.8l-1.59998 -1.6
+s-53.6 1.6 -77.6 1.6c-22.4 0 -73.6 -1.6 -73.6 -1.6l-1.60001 1.6v16.8c0 2.39999 1.60001 4 4.79999 4.8l5.60001 0.799988c33.3 4.8 35.4 10.5 31.2 36l-16 90.4c-1.60001 8 -9.60001 9.60001 -31.2 9.60001h-72c-21.6 0 -33.6 0 -37.6 -7.19998zM360.2 472.2
+c-14.4 0 -19.2 -9.60001 -24.8 -26.4c-10.4 -32 -37.6 -124 -37.6 -124c0 -7.19998 6.40002 -8.79999 28.8 -8.79999h66.4c14.4 0 26.4 5.60001 23.2 22.4l-19.2 102.4c-6 27.5 -19.2 34.4 -36.8 34.4zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24B7" unicode="&#x24b7;" horiz-adv-x="759" 
+d="M348.4 435.4v-98.4h62.4c52 0 75.2 20.8 75.2 68.8c0 53.6 -41.6 62.4 -76.8 62.4c-55.2 0 -60.8 -8 -60.8 -32.8zM348.4 310.6v-120c0 -29.6 7.10001 -40.8 59.2 -40.8c81.6 0 94.4 45.6 94.4 80.8c0 43.3 -18.4 80 -91.2 80h-62.4zM317.2 125
+c-22.2 0 -56 -0.800003 -89.6 -1.6c-4.8 4.8 -4.8 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v172.8c0 66.4 -8.80002 69.6 -57.6 72.8c-4.8 4.79999 -4.8 21.6 0 26.4c29.6 -0.800018 65.6 -1.60001 88.8 -1.60001c23.5 0 51.2 1.60001 93.6 1.60001
+c116 0 136.8 -43.2 136.8 -88c0 -31.2 -25.6 -67.2 -57.6 -81.6c56 -12.8 82.4 -48 82.4 -100c0 -57.9 -37.6 -101.6 -144 -101.6c-44.8 0 -86.4 1.6 -110.4 1.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24B8" unicode="&#x24b8;" horiz-adv-x="759" 
+d="M381.8 114c-59.2 0 -104.1 16.2 -136 45.6c-39.3 36.2 -55.2 90.8 -55.2 141.6c0 116.8 81.6 196.8 187.2 196.8c64 0 100 -12.8 130.4 -12.8c7.79999 -36.1 9.39996 -69.5 9.59998 -102.4c-8 -5.09998 -16 -4.79999 -24 -2.39999c-9.59998 56 -47.2 91.2 -111.2 91.2
+c-60 0 -122.4 -28 -122.4 -162.4c0 -79.2 46.4 -164.8 125.6 -164.8c53.6 0 81.6 16 118.4 59.2c6.39999 -1.90001 14.4 -10.4 16 -16c-37.6 -50.4 -76 -73.6 -138.4 -73.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5
+s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24B9" unicode="&#x24b9;" horiz-adv-x="759" 
+d="M321.4 182.8c0 -22.4 5.60001 -36 66.4 -36c88 0 137.6 29.6 137.6 141.6c0 83.2 -18.4 176.8 -152.8 176.8c-31.2 0 -51.2 -4.80002 -51.2 -24.8v-257.6zM289.4 490c23.5 0 52.3 1.60001 106.4 1.60001c133.6 0 199.2 -83.2 199.2 -189.6
+c0 -140 -99.2 -181.6 -188 -181.6c-64 0 -95.7 1.6 -116.8 1.6c-22.9 0 -59.2 -0.800003 -89.6 -1.6c-4.8 4.8 -4.8 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v172.8c0 66.4 -8.80002 69.6 -57.6 72.8c-4.8 4.79999 -4.8 21.6 0 26.4
+c31.2 -0.800018 66.9 -1.60001 88.8 -1.60001zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8
+c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24BA" unicode="&#x24ba;" horiz-adv-x="759" 
+d="M397.4 302h-45.6v-120c0 -26.6 7.80002 -35.2 41.6 -35.2h34.4c66.4 0 89.6 40 102.4 87.2c8.79999 2.39999 15.2 0.800003 22.4 -3.2c-5.59998 -33.6 -14.4 -77.6 -24 -110.4c0 0 -52.8 1.6 -84.8 1.6h-123.2c-25.6 0 -60.8 -0.800003 -89.6 -1.6
+c-4.8 4.8 -4.8 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v172.8c0 66.4 -8.80002 69.6 -57.6 72.8c-4.8 4.79999 -4.8 21.6 0 26.4c28.8 -0.800018 65.8 -1.60001 88.8 -1.60001h165.6c13.4 0 21.8 0.799988 32.8 3.20001c1.59998 0 2.39996 -0.800018 2.39996 -2.40002
+c1.60004 -5.59998 11.2 -68 14.4 -95.2c-6.40002 -3.20001 -13.6 -4.80002 -21.6 -4c-14.4 45.6 -24.8 72 -90.4 72h-45.6c-15.2 0 -25.6 -8.80002 -25.6 -22.4v-113.6h45.6c51.8 0 53.6 8.79999 55.2 44.8c4 4 18.4 4 22.4 0c-0.799988 -20 -1.60001 -46 -1.60001 -56.8
+c0 -12.7 0.800018 -40 1.60001 -58.4c-4 -4.00002 -18.4 -4.00002 -22.4 0c-1.60001 29.6 -2.60001 44.8 -55.2 44.8zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9z
+M378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24BB" unicode="&#x24bb;" horiz-adv-x="759" 
+d="M288 219.6v172.8c0 66.4 -8.79999 69.6 -57.6 72.8c-4.79999 4.79999 -4.79999 21.6 0 26.4c32 -0.800018 64.8 -1.60001 88.8 -1.60001h165.6c16 0 21.6 1.60001 32.8 3.20001c1.60004 0 2.40002 -0.800018 2.40002 -2.40002c1.59998 -5.59998 11.2 -68 14.4 -95.2
+c-6.40002 -3.20001 -13.6 -4.80002 -21.6 -4c-14.4 45.6 -24.8 72 -74.4 72h-61.6c-15.2 0 -25.6 -8.80002 -25.6 -22.4v-125.6h45.6c52.8 0 53.6 8.79999 55.2 44.8c4 4 18.4 4 22.4 0c-0.799988 -16 -1.60001 -34.6 -1.60001 -56.8c0 -22.8 0.800018 -41.6 1.60001 -58.4
+c-4 -4 -18.4 -4 -22.4 0c-1.60001 27 -3.39999 44.8 -55.2 44.8h-45.6v-70.4c0 -65.6 8.79999 -69.6 57.6 -72.8c4.80002 -4.8 4.80002 -21.6 0 -26.4c-29.6 0.799995 -60.8 1.6 -88.8 1.6c-26.6 0 -59.2 -0.800003 -89.6 -1.6c-4.79999 4.8 -4.79999 21.6 0 26.4
+c48.8 4 57.6 6.39999 57.6 72.8zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1
+c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24BC" unicode="&#x24bc;" horiz-adv-x="759" 
+d="M536.6 195v-25.8c0 -5.59999 3.20001 -12.8 8.80005 -18.4c-53.2 -28.8 -112 -36.8 -166.4 -36.8c-114.4 0 -190.4 82.4 -190.4 184c0 126.4 91.2 200 205.6 200c44.8 0 104 -12.8 128 -12.8c7.5 -36.3 9.5 -69.6 10.4 -102.4c-8 -5.19998 -16 -4.89999 -24 -2.39999
+c-12 51.2 -45.6 91.2 -124.8 91.2c-76.8 0 -123.2 -66.4 -123.2 -163.2c0 -65.6 32.8 -168 132.8 -168c28 0 54.4 4 80 11.2v43.2c0 66.4 -4 69.6 -52.8 72.8c-4.80002 4.79999 -4.80002 21.6 0 26.4c23.2 -0.799988 59.7 -1.60001 84 -1.60001
+c24.5 0 47.2 0.800018 61.6 1.60001c4.79999 -4.79999 4.79999 -21.6 0 -26.4c-24.8 -4 -29.6 -6.39999 -29.6 -72.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9z
+M378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24BD" unicode="&#x24bd;" horiz-adv-x="759" 
+d="M543 397.4v-172.8c0 -66.4 8.79999 -69.6 57.6 -72.8c4.80005 -4.8 4.80005 -21.6 0 -26.4c-31.2 0.799995 -64.5 1.6 -88.8 1.6c-27.8 0 -60 -0.800003 -89.6 -1.6c-4.80002 4.8 -4.80002 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v77.6h-184.8v-77.6
+c0 -66.4 8.79999 -69.6 57.6 -72.8c4.79999 -4.8 4.79999 -21.6 0 -26.4c-31.2 0.799995 -63.4 1.6 -88.8 1.6c-25.5 0 -57.6 -0.800003 -89.6 -1.6c-4.8 4.8 -4.8 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v172.8c0 66.4 -8.8 69.6 -57.6 72.8
+c-4.8 4.79999 -4.8 21.6 0 26.4c32 -0.800018 65.1 -1.60001 88.8 -1.60001c25.4 0 59.2 0.799988 89.6 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-48.8 -4 -57.6 -6.40002 -57.6 -72.8v-68.8h184.8v68.8c0 66.4 -8.79999 69.6 -57.6 72.8
+c-4.80002 4.79999 -4.80002 21.6 0 26.4c31.2 -0.800018 66.4 -1.60001 88.8 -1.60001c26.4 0 61.6 0 89.6 1.60001c4.80005 -4.80002 4.80005 -21.6 0 -26.4c-48.8 -4 -57.6 -6.40002 -57.6 -72.8zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24BE" unicode="&#x24be;" horiz-adv-x="759" 
+d="M415 392.4v-172.8c0 -66.4 8.79999 -69.6 57.6 -72.8c4.79999 -4.8 4.79999 -21.6 0 -26.4c-28 0.799995 -62.9 1.6 -88.8 1.6c-26.9 0 -60 -0.800003 -89.6 -1.6c-4.80002 4.8 -4.80002 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v172.8
+c0 66.4 -8.79999 69.6 -57.6 72.8c-4.80002 4.79999 -4.80002 21.6 0 26.4c31.2 -0.800018 64.5 -1.60001 88.8 -1.60001c24.5 0 59.2 0.799988 89.6 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-48.8 -4 -57.6 -6.40002 -57.6 -72.8zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24BF" unicode="&#x24bf;" horiz-adv-x="759" 
+d="M325 95c26 0 47 29 47 150v219c0 18 -10 25 -35 25h-22c-3 0 -5 1 -5 4v17l1 2s64 -2 88 -2c23 0 80 2 80 2l2 -2v-17c0 -3 -2 -4 -5 -4h-10c-26 0 -34 -9 -34 -25v-207c0 -79 -17 -127 -46 -155c-17 -17 -40 -29 -62 -29c-38 0 -72 12 -72 40c0 19 10 30 24 30
+c19 0 29 -20 30 -33c1 -7 2 -15 19 -15zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8
+c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C0" unicode="&#x24c0;" horiz-adv-x="759" 
+d="M248.6 392.4c0 66.4 -8.8 68.8 -57.6 72.8c-4.8 4.79999 -4.8 21.6 0 26.4c31.2 -0.800018 66.6 -1.60001 89.6 -1.60001c25.1 0 51.2 0.799988 76.8 1.60001c4.80002 -4.80002 4.80002 -21.6 0 -26.4c-38.4 -4 -45.6 -6.40002 -45.6 -72.8v-71.2
+c26.4 0 49.9 12.6 84 51.2c61.6 69.6 69.6 90.4 29.6 92.8c-4.79999 4.79999 -4.79999 21.6 0 26.4c23.5 -0.800018 49.6 -1.60001 72.8 -1.60001c20.8 0 46.9 0.799988 71.2 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-32 -1.60001 -61.4 -5.70001 -85.6 -33.6
+l-68.8 -79.2c-13.6 -14.4 -18.4 -23.2 -18.4 -29.6c0 -4.79999 3.19998 -8.79999 7.19998 -13.6l118.4 -139.2c10.4 -12.2 29.6 -20.8 51.2 -23.2c4.79999 -4.8 4.79999 -21.6 0 -26.4c0 0 -39.2 1.6 -61.6 1.6c-20.8 0 -40.8 -0.800003 -49.6 -1.6v11.2
+c0 10.4 -0.800018 19.2 -12 32l-88.8 110.4c-12 16 -32 20 -49.6 20v-74.4c0 -66.4 7.20001 -68.8 45.6 -72.8c4.80002 -4.8 4.80002 -21.6 0 -26.4c-26.4 0.799995 -53.9 1.6 -76.8 1.6c-23.5 0 -59.2 -0.800003 -89.6 -1.6c-4.8 4.8 -4.8 21.6 0 26.4
+c48.8 4 57.6 6.39999 57.6 72.8v172.8zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8
+c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C1" unicode="&#x24c1;" horiz-adv-x="759" 
+d="M506.2 122h-179.2s-52.8 -0.800003 -92 -1.6c-4.8 4.8 -4.8 21.6 0 26.4c56 2.39999 57.6 6.39999 57.6 72.8v172.8c0 66.4 -8.80002 69.6 -57.6 72.8c-4.8 4.79999 -4.8 21.6 0 26.4c29.6 -0.800018 63.8 -1.60001 88.8 -1.60001c27.5 0 60 0.799988 89.6 1.60001
+c4.80002 -4.80002 4.80002 -21.6 0 -26.4c-48.8 -4 -57.6 -6.40002 -57.6 -72.8v-215.2c0 -15.2 11.2 -28 29.6 -28h36c50.4 0 73.6 39.2 86.4 86.4c8.79999 2.39999 15.2 0.799988 22.4 -3.20001c-5.60004 -33.6 -24 -110.4 -24 -110.4zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C2" unicode="&#x24c2;" horiz-adv-x="759" 
+d="M490 428l-117 -303c-2 -5 -5 -6 -9 -6s-8 2 -10 6l-125 297l3 -245c0 -30 6 -32 38 -32c2 0 6 -2 6 -5v-17l-1 -2s-38 2 -62 2c-19.1 0 -47.4 -1.5 -54.4 -1.9c53.4 -61.1 131.8 -99.5 219.6 -99.5c87.1 0 165.9 38.4 219.9 99.5c-8.79999 0.400002 -46 1.9 -67.1 1.9
+c-23 0 -77 -2 -77 -2l-1 2v17c0 3 2 5 5 5h17c17 0 21 6 21 25c0 0 -6 254 -6 258zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -73.2 26.3 -140.1 70.1 -191.5v15.8c0 3 3 5 6 5c31 0 43 6 43 36v269c0 16 -11 19 -42 19c-4 0 -6 2 -6 4v17l2 2l104 -2l117 -285l109 285l100 2l2 -2v-14c0 -5 -2 -7 -7 -7c-39 0 -40 -5 -40 -24l7 -267c1 -32 16 -33 44 -33
+c3 0 7 -2 7 -5v-14.4c43.5 51.3 69.9 117.6 69.9 190.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C3" unicode="&#x24c3;" horiz-adv-x="759" 
+d="M273 219.6c0 -66.4 8.79999 -68.8 57.6 -72.8c4.79999 -4.8 4.79999 -21.6 0 -26.4c-24 0.799995 -52.8 1.6 -76.8 1.6c-24 0 -52 -0.800003 -76 -1.6c-4.8 4.8 -4.8 21.6 0 26.4c48.8 3.2 57.6 6.39999 57.6 72.8v219.2c-8 14.4 -16.8 24 -47.2 26.4
+c-2.39999 0 -7.2 1.59998 -7.2 4.79999v19.2l1.60001 2.39999l113.6 -1.60001l183.2 -248.8c24.8 -33.6 27.2 -20 27.2 1.60001v149.6c0 66.4 -8.80002 69.6 -57.6 72.8c-4.79999 4.79999 -4.79999 21.6 0 26.4c24 -0.800018 52 -1.60001 76 -1.60001
+s52.8 0.799988 76.8 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-48.8 -4 -57.6 -6.40002 -57.6 -72.8v-258.4c0 -16 -8 -21.6 -17.6 -21.6c-12 0 -24.8 4.8 -36.8 17.6l-188 250.4c-18.7 23 -28.8 30.6 -28.8 -8.79999v-152zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C4" unicode="&#x24c4;" horiz-adv-x="759" 
+d="M378.2 476.6c-60 0 -120 -54.4 -120 -162.4c0 -98.4 55.2 -168.8 132.8 -168.8c71.2 0 120 60 120 158.4c0 107.2 -61.6 172.8 -132.8 172.8zM580.6 315c0 -104 -70.4 -196 -201.6 -196c-108 0 -190.4 76.8 -190.4 185.6c0 117.6 85.6 198.4 196.8 198.4
+c104 0 195.2 -74.4 195.2 -188zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1
+c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C5" unicode="&#x24c5;" horiz-adv-x="759" 
+d="M360.2 429.2v-124.8c16 -6.39999 36 -8.79999 52 -8.79999c48 0 68.8 31.1 68.8 88.8c0 56.1 -25.6 80.8 -72.8 80.8c-38.4 0 -48 -10.4 -48 -36zM360.2 219.6c0 -66.4 8.79999 -69.6 57.6 -72.8c4.80002 -4.8 4.80002 -21.6 0 -26.4c-26.4 0.799995 -54.4 1.6 -88.8 1.6
+c-35.2 0 -63.2 -0.800003 -89.6 -1.6c-4.79999 4.8 -4.79999 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v172.8c0 66.4 -8.79999 69.6 -57.6 72.8c-4.79999 4.79999 -4.79999 21.6 0 26.4c32 -0.800018 65.8 -1.60001 88.8 -1.60001c21.6 0 55.2 1.60001 84.8 1.60001
+c113.6 0 137.6 -56 137.6 -97.6c0 -48 -32.8 -124.8 -140 -124.8c-20 0 -36 3.19998 -50.4 9.59998v-59.2zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C6" unicode="&#x24c6;" horiz-adv-x="759" 
+d="M378.2 476.6c-60 0 -120 -54.4 -120 -162.4c0 -98.4 55.2 -168.8 132.8 -168.8c71.2 0 120 60 120 158.4c0 107.2 -61.6 172.8 -132.8 172.8zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8zM470.8 137.1c11.4 -19.9 20.9 -35.1 50.2 -35.1c9 0 18 2 25 6l9 -12
+c-19 -13 -35 -19 -54 -19c-36.9 0 -64 24 -80.6 45.3c-13 -2.2 -26.9 -3.3 -41.4 -3.3c-108 0 -190.4 76.8 -190.4 185.6c0 117.6 85.6 198.4 196.8 198.4c104 0 195.2 -74.4 195.2 -188c0 -76.3 -37.8 -146.1 -109.8 -177.9z" />
+    <glyph glyph-name="uni24C7" unicode="&#x24c7;" horiz-adv-x="759" 
+d="M466.6 399.8c0 48 -16.4 68 -72 68c-44.6 0 -52.8 -8 -52.8 -50.4v-104h35.2c70.8 0 89.6 23.2 89.6 86.4zM341.8 220.6c0 -66.4 7.60001 -70.4 45.6 -72.8c4.80002 -4.8 4.80002 -21.6 0 -26.4c-25.6 0.799995 -52.3 1.6 -76.8 1.6c-26.4 0 -59.2 -0.800003 -89.6 -1.6
+c-4.8 4.8 -4.8 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v172.8c0 66.4 -8.80002 69.6 -57.6 72.8c-4.8 4.79999 -4.8 21.6 0 26.4c32 -0.800018 65.6 -1.60001 88.8 -1.60001c24.3 0 69.6 3.20001 89.6 3.20001c94.9 0 136.8 -28 136.8 -94.4
+c0 -55.2 -40.8 -88.3 -68 -97.6v-1.60001c10 -10.4 20 -24 29.6 -48.8l23.2 -60c16.1 -41.6 31.2 -46.4 60 -46.4c5.20001 -6.29999 6.79999 -14.1 4.79999 -22.4c-13.9 -3.5 -38.4 -5.6 -50.4 -5.6c-34.4 0 -61.7 18.8 -80 68.8l-17.6 48c-10.8 29.5 -22 56 -52 56h-44
+v-69.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1
+c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C8" unicode="&#x24c8;" horiz-adv-x="759" 
+d="M497.2 483.4c4.39999 -30.4 4.79999 -61.6 3.19998 -84.8c-7.19998 -4 -14.4 -4 -21.6 -1.60001c-12 51.2 -47.2 77.6 -86.4 77.6c-41.6 0 -64 -22.4 -64 -56.8c0 -34 37.6 -53.6 77.6 -72.8c38.4 -18.5 111.2 -54.4 111.2 -116.8c0 -68.8 -45.6 -112.8 -116.8 -112.8
+c-61.6 0 -84.8 13.6 -100 13.6c-9.60001 0 -17.6 -1.6 -26.4 -4.8c-5.60001 25.6 -7 56.4 -8.79999 112.8c7.89999 3.10001 15.2 3.60001 25.6 1.60001c14.4 -71.2 50.4 -96.8 95.2 -96.8c47.2 0 68.8 22.4 68.8 68.8c0 45.6 -34.4 64 -86.4 88
+c-32.8 15.2 -95.2 46.4 -95.2 104.8c0 65.6 62.4 97.6 118.4 97.6c64.8 0 85.6 -17.6 105.6 -17.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24C9" unicode="&#x24c9;" horiz-adv-x="759" 
+d="M418.2 219.6c0 -66.4 8.79999 -69.6 57.6 -72.8c4.80002 -4.8 4.80002 -21.6 0 -26.4c-29.6 0.799995 -61.2 1.6 -88.8 1.6s-60 -0.800003 -89.6 -1.6c-4.79999 4.8 -4.79999 21.6 0 26.4c48.8 4 57.6 6.39999 57.6 72.8v202.4c0 31.2 -9.60001 40.8 -34.4 40.8h-19.2
+c-52 0 -60.8 -16 -76.8 -73.6c-7.20001 -0.700012 -14.4 -0.200012 -21.6 2.39999c4.39999 37.6 5.2 68.8 5.60001 106.4c21.6 -3.70001 68 -8 146.4 -8h63.2c67.2 0 118.7 4.5 146.4 8c1.20001 -38 2.40002 -67.6 6.40002 -106.4
+c-6.09998 -3.70001 -13.4 -4.10001 -21.6 -2.39999c-16 57.6 -26.4 73.6 -76.8 73.6h-20.8c-25.6 0 -33.6 -12 -33.6 -41.6v-201.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24CA" unicode="&#x24ca;" horiz-adv-x="759" 
+d="M506 388.4c0 66.4 -8.79999 69.6 -57.6 72.8c-4.79999 4.79999 -4.79999 21.6 0 26.4c24 -0.800018 52 -1.60001 76 -1.60001c24 0 52.8 0.799988 76.8 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-48.8 -4 -57.6 -6.40002 -57.6 -72.8v-91.2
+c0 -116.8 -32.8 -187.2 -156.8 -187.2c-87.6 0 -145.6 32.8 -145.6 152.8v125.6c0 66.4 -8.8 69.6 -57.6 72.8c-4.8 4.79999 -4.8 21.6 0 26.4c28.8 -0.800018 60.3 -1.60001 88.8 -1.60001c26 0 58.4 0.799988 89.6 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4
+c-48.8 -4 -57.6 -6.40002 -57.6 -72.8v-108.8c0 -74.4 16.8 -136.8 96 -136.8c105.6 0 105.6 75.2 105.6 144v101.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9z
+M378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24CB" unicode="&#x24cb;" horiz-adv-x="759" 
+d="M314.3 405.6l83.5 -199.5c1.80002 -2.40001 3.30002 -2.40001 5.5 0l86.8 199.5c16.3 40.8 12.3 50.4 -30.9 53.6c-4.80002 4.79999 -4.80002 21.6 0 26.4c21.6 -0.800018 44 -1.60001 73.6 -1.60001c20.8 0 40 0.799988 57.6 1.60001
+c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-43.2 -3.20001 -52.1 -22.5 -68.5 -59.2l-117.1 -261.6c-11.3 -25.3 -14.4 -32 -20 -32c-9.09998 0 -13.1 8.6 -23.2 32l-113.3 262.4c-19.7 45.7 -25.1 54.7 -64.3 58.4c-4.8 4.79999 -4.8 21.6 0 26.4
+c20.8 -0.800018 44.5 -1.60001 70.4 -1.60001c33.1 0 60 0.799988 84.8 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-42.9 -4 -43.9 -8.30002 -24.9 -53.6zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24CC" unicode="&#x24cc;" horiz-adv-x="759" 
+d="M417 405l71 -226l60 254c0 16 -1 27 -18 27h-17c-3 0 -5 2 -5 4v17l1 2s47 -1 73 -1c11.3 0 26.6 0.299988 37.9 0.600006c-53 76.3 -141.4 125.9 -241.7 125.9c-99.9 0 -187.5 -49.8 -240.1 -125.6c7.59999 -0.399994 34.4 -1.89999 53.9 -1.89999c32 0 85 2 85 2l1 -2
+v-16c0 -4 -4 -5 -6 -5h-8c-18 0 -19 -11 -19 -25l67 -254l46 185c12 47 18 65 36 65c15 0 17 -7 23 -26zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM633.5 461.1
+c-2 -1.10001 -4.5 -1.10001 -4.5 -1.10001c-19 0 -40 -5 -46 -27l-73 -297c-3 -10 -13 -32 -34 -32c-24 0 -33 21 -36 32l-52 187c-2 10 -6 16 -9 16s-5 -5 -8 -14l-46 -189c-4 -15 -12 -32 -33 -32c-15 0 -24 22 -26 31l-81 294c-4 15 -17 31 -35 31h-7c-5 0 -8 2 -8 5
+v13.3c-31 -46.6 -49.1 -102.5 -49.1 -162.6c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 53 -13.9 102.7 -38.4 145.4z" />
+    <glyph glyph-name="uni24CD" unicode="&#x24cd;" horiz-adv-x="759" 
+d="M321.2 429.2l52 -77.6c6.39999 -9.60001 9.69998 -10.5 16 -1.60001l55.2 78.4c20.8 28.8 10.4 33.6 -20.8 36.8c-4.80002 4.79999 -4.80002 21.6 0 26.4c22.4 -0.800018 47.2 -1.60001 72.8 -1.60001s45.6 0.799988 62.4 1.60001
+c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-31.2 -2.40002 -51.2 -8.80002 -83.2 -48.8l-72 -92c-4 -4.79999 -3.70001 -7.69998 0 -12.8l79.2 -108.8c34.4 -48.8 44.8 -53.6 84 -56c4.79999 -4.8 4.79999 -21.6 0 -26.4c-20.8 0.799995 -44 1.6 -76.8 1.6
+c-31.2 0 -60 -0.800003 -85.6 -1.6c-4.79999 4.8 -4.79999 21.6 0 26.4c27.2 3.2 40.8 6.39999 11.2 47.2l-48.8 68.8c-5.29999 7.40002 -7.89999 8.70001 -15.2 -1.59998l-55.2 -78.4c-19.2 -28 -11.2 -32.8 20 -36c4.80002 -4.8 4.80002 -21.6 0 -26.4
+c-22.4 0.799995 -46.4 1.6 -72 1.6c-25.6 0 -44.8 -0.800003 -61.6 -1.6c-4.8 4.8 -4.8 21.6 0 26.4c30.4 1.59999 49.6 5.59999 83.2 49.6l72 92.8c3.20001 4 3.60001 6.59998 -0.799988 12.8l-76.8 108.8c-24 35.2 -46.4 52 -75.2 54.4c-4.8 4.79999 -4.8 21.6 0 26.4
+c22.4 -0.800018 48 -1.60001 73.6 -1.60001c25.6 0 64 0.799988 87.2 1.60001c4.79999 -4.80002 4.79999 -21.6 0 -26.4c-38.4 -4 -44.8 -7.20001 -24.8 -36zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24CE" unicode="&#x24ce;" horiz-adv-x="759" 
+d="M457.3 411.6c21.8 38.4 21.9 48.8 -29.3 53.6c-4.79999 4.79999 -4.79999 21.6 0 26.4c20.8 -0.800018 43.2 -1.60001 72.8 -1.60001c20.8 0 39.2 0.799988 56.8 1.60001c4.80005 -4.80002 4.80005 -21.6 0 -26.4c-37.1 -4.30002 -51.1 -26.4 -70.1 -59.2l-64.3 -111.2
+c-6 -8.29999 -8.30002 -19.2 -8 -34l0.799988 -41.2c0 -66.4 8 -69.6 56.8 -72.8c4.80002 -4.8 4.80002 -21.6 0 -26.4c-28.8 0.799995 -59.7 1.6 -88.8 1.6c-28.8 0 -60 -0.800003 -89.6 -1.6c-4.79999 4.8 -4.79999 21.6 0 26.4c48.8 4 56.8 6.39999 56.8 72.8
+l0.799988 39.6c0.299988 14.4 -5.79999 25.4 -11.6 34.8l-68.9 112.8c-22.4 37.5 -32.7 54 -69.9 58.4c-4.8 4.79999 -4.8 21.6 0 26.4c23.2 -0.800018 47.2 -1.60001 70.4 -1.60001c29.6 0 57.6 0.799988 84.8 1.60001c4.80002 -4.80002 4.80002 -21.6 0 -26.4
+c-48 -2.80002 -40.1 -18.3 -19.3 -53.6l60.9 -100.8h1.60001zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8
+c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24CF" unicode="&#x24cf;" horiz-adv-x="759" 
+d="M313.2 490h155.2c18.4 0 45.6 1.60001 54.4 1.60001c3.60004 0 4.79999 -1 4.79999 -4c0 -6.39999 -3.19995 -12 -15.2 -28.8c-71.2 -97.2 -134.4 -191.5 -198.4 -289.6c-7.5 -11.2 -8.10001 -21.9 11.2 -21.6l95.2 3.2c49.8 1.7 67.4 37.9 88.8 85.6
+c8.29999 0.5 15.4 -1.59999 21.6 -5.59999c-13.6 -46.4 -22.4 -84 -25.6 -108.8h-273.6c-8.8 0 -12 3.2 -12 8s2.39999 8.8 5.59999 13.6c64.8 100.4 129.9 200.5 205.6 302.4c3.60001 4.79999 11.1 18.6 -1.59998 18.4l-112.8 -3.19998
+c-23.2 -0.700012 -50.4 -16 -67.2 -73.6c-6.89999 -0.899994 -13.9 0 -20.8 2.39999c7.20001 39.2 11.2 69.6 12 105.6c0 1.89999 1.3 2.39999 3.20001 2.39999c14 -2.79999 43.9 -8 69.6 -8zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5
+s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D0" unicode="&#x24d0;" horiz-adv-x="758" 
+d="M424 318c-85 -22 -109 -40 -109 -71c0 -21 11 -41 45 -41c21 0 38 10 64 33v79zM467 174c-25 0 -39 21 -42 39c-34 -30 -52 -39 -85 -39c-42 0 -77 27 -77 70c0 42 40 70 103 86l58 15c0 75 -31 83 -54 83c-33 0 -54 -11 -54 -27c0 -7 1 -11 2 -13s2 -7 2 -12
+c0 -8 -7 -21 -26 -21c-15 0 -26 10 -26 25c0 40 62 73 104 73c49 0 106 -20 106 -114v-75c0 -41 5 -57 14 -57c4 0 9 2 12 5c7.29999 -2.7 10.6 -8 10 -16c-9 -10 -28 -22 -47 -22zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.6 329 329.6
+s330.4 -147.2 330.4 -329.6c0 -182.4 -148.2 -330.9 -330.4 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D1" unicode="&#x24d1;" horiz-adv-x="759" 
+d="M298 438c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-58c25 16 48 25 74 25c62 0 99 -62 99 -130c0 -74 -54 -143 -119 -143c-30 0 -55 10 -71 24c-6 -8 -14 -17 -20 -24l-14 4c2 15 2 26 2 52v237zM347 365v-129
+c0 -52 33 -65 55 -65c23.5 0 64 12 64 105c0 73 -30 111 -60 111c-26 0 -38 -6 -59 -22zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D2" unicode="&#x24d2;" horiz-adv-x="759" 
+d="M383 437c63 0 96 -33 96 -67c0 -20 -11 -29 -25 -29s-27 7 -29 23c-2 22 -7 46 -45 46c-31 0 -73 -33 -73 -114c0 -25 4 -49 16 -68c14 -23 38 -38 60 -38c38 0 57 21 77 43l19 -16c-25 -35 -56 -59 -101 -59c-85 0 -125 61 -125 134s44 145 130 145zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D3" unicode="&#x24d3;" horiz-adv-x="759" 
+d="M409 253v103c-16 19 -39 39 -64 39c-34 0 -67 -37 -67 -111c0 -80 31.5 -96 61 -96c22 0 61.7 41 70 65zM404 203c-17 -32 -57 -51 -81 -51c-63 0 -99 50 -99 117c0 80 39 152 116 152c36 0 53 -11 69 -26v46c0 42 -7 49 -20 49l-21 1c-2 0 -4 1 -4 3l-1 18
+c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-216c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -63 -12 -80 -20c-5 0 -6 3 -7 6c-3 7 -5 20 -5 48c0 3 -0.899994 8.7 -5 1zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5
+s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D4" unicode="&#x24d4;" horiz-adv-x="759" 
+d="M389 198c38 0 68 17 87 39c8.70001 0 16.3 -6.3 20 -16c-26 -35 -72 -58 -118 -58c-34.5 0 -62.4 8.89999 -81.2 25.5c-27.6 24.3 -37.8 64.1 -37.8 107.5c0 74 44.3 145 130 145c85 0 104.3 -59.5 105 -131l-180 2c-1 -4 -1 -9 -1 -11c0 -25 4 -50 16 -69
+c15 -22 35 -34 60 -34zM437 341c0.299988 64.5 -33 75 -57 75c-28.2 0 -58.2 -36 -63 -76zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D5" unicode="&#x24d5;" horiz-adv-x="759" 
+d="M309 184v152h-42c-3 0 -3 1 -3 3v14c0 5 3 12 14 12h31c0 96 53 141 105 141c23 0 39 -6 54 -17c13 -9 20 -20 20 -31c0 -12 -11 -23 -23 -23s-22 8 -27 19c-8 20 -18 27 -36 27c-20 0 -44 -11 -44 -106v-10h68c3 0 5 -1 5 -3v-18c0 -6 -8 -8 -14 -8h-59v-152
+c0 -18 6.79999 -26.2 26 -28l21 -2c2 -0.199997 5 -1 5 -5v-17l-1 -1s-54 1 -78 1c-22 0 -63 -1 -63 -1l-2 1v17c0 4 2 4.5 5 5l12 2c20.8 3.5 26 10 26 28zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D6" unicode="&#x24d6;" horiz-adv-x="759" 
+d="M502 443c-10 0 -16 5 -18 12c-3 6 -9 9 -18 9c-7 0 -13 -8 -16 -14c17 -19 28 -34 28 -63c0 -60 -53 -90 -104 -90c-23 0 -41 4 -55 12c-7 -10 -9 -21 -9 -34c0 -26 19 -31 36 -31c3 0 10 1 19 2c14 1 29 3 39 3c22 0 63 -4 87 -26c17 -15 26 -30 26 -50
+c0 -67 -87 -95 -166 -95c-45 0 -100 14 -100 68c0 26 19 49 50 69c-19 4.5 -32 23 -32 45c0 21 9.5 45 34 61c-17 16 -34 35 -34 68c0 57 53 91 105 91c29 0 48 -9 57 -15c16 18 34 27 56 27c25 0 38 -13 38 -25c0 -14 -11 -24 -23 -24zM315 209c-19 -18 -21 -30 -21 -51
+c0 -46 53 -50 74 -50c49 0 110 4 110 49c0 16 -11 24.5 -28 34c-16.8 9.39999 -32 15 -62 15c-9 0 -17 0 -25 -1c-9 0 -18 -1 -25 -1s-17 2 -23 5zM426 385c0 50 -20 73 -57 73c-32 0 -49 -15 -49 -63c0 -32 8 -76 57 -76c22 0 49 4 49 66zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D7" unicode="&#x24d7;" horiz-adv-x="759" 
+d="M333 451v-84c14 16 49 51 85 51c45 0 75 -25 75 -92v-124c0 -19 6.20001 -23.7 26 -27l6 -1c4 -1 5 -3 5 -5v-18s-38 1 -62 1c-25 0 -65 -1 -65 -1v18c0 2 1 5 5 5l11 1c18.8 1.7 25 6 25 27v114c0 51 -20 68 -50 68c-21 0 -42 -22 -61 -45v-137
+c0 -21 7.10001 -25.4 25 -27l11 -1c2 0 5 -1 5 -5v-18s-40 1 -66 1c-24 0 -61 -1 -61 -1v18c0 2 0 5 4 5l8 1c23.6 3 25 6 25 27v236c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D8" unicode="&#x24d8;" horiz-adv-x="759" 
+d="M380 519c16 0 29 -13 29 -29s-13 -29 -29 -29s-29 13 -29 29s13 29 29 29zM407 205c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51.3 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v109c0 53 -11 48 -43 50c-4 6 -5 13 -4 21c26 2 73 10 89 17
+c6 0 8 -2 8 -7c0 0 -2 -27 -2 -54v-136zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8
+c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24D9" unicode="&#x24d9;" horiz-adv-x="759" 
+d="M403 528c22 0 30 -15 30 -29c0 -15 -13 -28 -30 -28s-30 13 -30 28c0 16 11 29 30 29zM382 338c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -27 -2 -54v-146c0 -85 -5 -112 -32 -142c-16 -18 -36 -25 -52 -25
+c-27 0 -61 13 -61 33c0 16 9 25 21 25c15 0 23 -15 27 -29c1 -6 5 -10 10 -10c29 0 38 35 38 128v139zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24DA" unicode="&#x24da;" horiz-adv-x="759" 
+d="M283 215v212c0 42 -7 49 -20 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-150.5c21.8 8.79999 39.8 18.4 61 40l25 25.5c7.70001 8.29999 23 23 -9 26c-3 0.299988 -5 3 -5 5v20l1 1s30 -1 52 -1c24 0 64 1 64 1l2 -1v-20
+c0 -3 -4 -4.79999 -6 -5c-24.5 -3 -45.9 -8.10001 -68 -32l-38 -41c-1.89999 -2.10001 -2 -6 -2 -8c0 -3 1 -6 3 -8l63 -93c7 -10 19.5 -27 52 -30c4 -0.399994 8 -2 8 -5v-22l-2 -2s-37 1 -61 1c-22 0 -38 -1 -38 -1l-2 2v16c0 6 -2 10 -14 27l-45 64c-9 11 -16 22 -31 22
+c-2.89999 0 -6.20001 -0.700012 -10 -1.89999v-54.1c0 -41 7 -44 41 -46c4 -8 4 -22 0 -29c-30 1 -41 1 -66 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24DB" unicode="&#x24db;" horiz-adv-x="759" 
+d="M354 221v211c0 52 -8 48 -40 50c-4 4 -4 16 -3 21c25 2 70 11 86 17c6 0 8 -2 8 -6c0 0 -2 -26 -2 -66v-227c0 -51 7 -53 40 -55c4 -4 4 -18 0 -22c-22 1 -39 1 -64 1s-44 0 -65 -1c-4 4 -4 16 0 20c33 2 40 6 40 57zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24DC" unicode="&#x24dc;" horiz-adv-x="759" 
+d="M257 378c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.29999 5 -1
+c24.3 35.3 49 55 85 55c35 0 57.3 -14.5 65.9 -50.9c14.6 17.4 49.9 50.9 85.1 50.9c46 0 80 -25 80 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -25 68 -56 68
+c-19.7 0 -39.5 -19.5 -57.6 -40.9c0.399994 -5.39999 0.600006 -11.1 0.600006 -17.1v-105c0 -41 7.5 -43.5 38 -46c5 -8 4 -23 0 -29c-30 1 -25.7 1 -61 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -39 -18 -58 -41z
+M378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24DD" unicode="&#x24dd;" horiz-adv-x="759" 
+d="M340 367c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.29999 5 -1
+c24.3 35.3 65 55 101 55c46 0 70 -25 70 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -55 -18 -74 -41zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24DE" unicode="&#x24de;" horiz-adv-x="759" 
+d="M376 443c92 0 129 -70.9 129 -143c0 -65 -46.9 -135 -130 -135c-81 0 -128 68 -128 132c0 71 40 146 129 146zM446 281c0 79 -34 137 -76 137c-34.2 0 -64 -30 -64 -109c0 -78 39 -119 80 -119c29 0 60 30 60 91zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24DF" unicode="&#x24df;" horiz-adv-x="759" 
+d="M346 157c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v234c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 -0.299988 -7.79999 5 -1
+c18.5 23.5 57 49 86 49c58 0 93 -40 93 -108c0 -74 -49 -154 -114 -154c-20 0 -56 8 -70 20v-76zM346 284c12.5 -40 49 -45 71 -45c23 0 59 23 59 116c0 73 -23 89 -51 89c-25 0 -72.5 -35 -79 -62v-98zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E0" unicode="&#x24e0;" horiz-adv-x="759" 
+d="M410 265v143c-16 19 -38 39 -63 39c-34 0 -62 -25 -62 -99c0 -90 36 -111 70 -111c22 0 35 7 55 28zM440 471c4 3 10 8 14 8c3 0 5 -3 5 -9v-339c0 -20 0.799988 -23.5 25 -27l7 -1c4 -0.599998 5 -2 5 -4v-19s-37 1 -61 1c-26 0 -66 -1 -66 -1v18c0 4 2 4.7 5 5l11 1
+c14.4 1.3 25 5 25 27v107c-19 -16 -38 -27 -61 -27c-66 0 -118 45 -118 122c0 64 37 140 114 140c29 0 55 -9 70 -26zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9z
+M378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E1" unicode="&#x24e1;" horiz-adv-x="759" 
+d="M418 393c-7 0 -23 -8 -39 -31c-4 -5 -9 -14 -9 -22v-100c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48
+c0 -3 1 -9 5 -1c14 27 42 55 74 55c26 0 37 -21 37 -34c0 -17 -14 -35 -29 -35c-13 0 -20 14 -26 21c-4 4 -9 4 -13 4zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9z
+M378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E2" unicode="&#x24e2;" horiz-adv-x="759" 
+d="M278 263h22c1 -14 7 -41 23 -57c7 -6 26 -18 49 -18c24 0 48 11 48 38c0 21 -8 41 -58 62c-46 19 -77 35 -77 80c0 42 45 74 94 74c31 0 70 -10 81 -17l9 -75l-23 -1c-14 58 -48 68 -67 68c-25 0 -46 -13 -46 -40c0 -24 10 -33 44 -47c51 -21 97 -40 97 -90
+c0 -61 -66 -77 -100 -77c-30 0 -52 14 -72 14c-3 0 -13 -1 -19 -2c0 24 -2 56 -5 88zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E3" unicode="&#x24e3;" horiz-adv-x="759" 
+d="M380 366v-148c0 -38 6 -56 21 -56c16 0 36 0 52 12l16 -17c-26 -27 -59 -35 -87 -35c-29 0 -50 17 -50 61v183h-40c-2 0 -3.20001 0 -3 2l2 24c0 2 1 3 3 3c37 0 48 24 48 71v11l38 13v-95h80c3 0 5.29999 -1 5 -4l-2 -18c-0.700012 -6 -9 -7 -14 -7h-69zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E4" unicode="&#x24e4;" horiz-adv-x="759" 
+d="M269 354c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72v-96c0 -51 20 -67 50 -67c21 0 44 20 63 42v117c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72
+v-108c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -63 -12 -80 -20c-5 0 -6 3 -7 6c-3 7 -5 19.8 -5 38c0 3 -1.70001 5.5 -5 1c-12.7 -17.6 -45 -45 -82 -45c-45 0 -74 25 -74 92v102zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5
+s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E5" unicode="&#x24e5;" horiz-adv-x="759" 
+d="M416 395c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.69998 -16.1 -14.9 -16.1c-8.10001 0 -11.2 4.79999 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23
+c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.09999l46.9 107.4c14.2 32.4 11 44 -22 47zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5
+s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E6" unicode="&#x24e6;" horiz-adv-x="759" 
+d="M510 385c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.69998 -16.1 -14.9 -16.1c-8.10001 0 -11.5 4.7 -15.5 14.7l-52.6 131l-59 -129.6c-5 -11 -8.69998 -16.1 -14.9 -16.1
+c-8.10001 0 -11.2 4.79999 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.09999l35.6 81.6l-8.70001 21.8
+c-14.2 35.5 -16.8 46.5 -45 51c-4 4 -4 19 0 23c23 -1 28 -2 50 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -30.5 -14.3 -19 -47l37.1 -105.3c10.2 -28.9 13.9 -28.8 26 -2.09999l46.9 107.4c14.2 32.4 11 44 -22 47zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E7" unicode="&#x24e7;" horiz-adv-x="759" 
+d="M454.2 369l-52.2 -67l52.2 -74c26.3 -37.3 32.7 -40.2 60.8 -42c4 -4 4 -18 0 -22c-18 1 -33 2 -56 2c-24 0 -50 -1 -68 -2c-4 4 -4 18 0 22c29 1 26 9 14 28c0 0 -27 42 -32 50c-16 -21 -40 -50 -40 -50c-14 -18 -15 -27 14 -28c4 -4 4 -18 0 -22c-18 1 -34 2 -58 2
+c-23 0 -30 -1 -48 -2c-4 4 -4 18 0 22c28.1 1.8 30.4 6.5 60.8 42c0 0 49.2 58 52.2 61l-56.2 80c-26.6 37.8 -27.7 40.2 -55.8 42c-4 4 -4 18 0 22c18 -1 28 -2 51 -2c24 0 53 1 71 2c4 -4 4 -18 0 -22c-29 -1 -29 -8 -17 -28l36 -57c40 56 41 57 41 57
+c13.2 18.8 15 27 -14 28c-4 4 -4 18 0 22c18 -1 33 -2 57 -2c23 0 30 1 48 2c4 -4 4 -18 0 -22c-28.1 -1.79999 -32.8 -6.10001 -60.8 -42zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5
+c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E8" unicode="&#x24e8;" horiz-adv-x="759" 
+d="M363 433c0 -3 -4 -5 -7 -5c-18 0 -25 -4 -25 -11c0 -3 1 -9 2 -13l66 -156l69 153c2 5 3 12 3 15c0 10 -11 12 -26 12h-3c-3 0 -5 3 -5 5v16l1 2s41 -2 64 -2c17 0 43 2 43 2l1 -2v-16c0 -3 -2 -5 -6 -5c-24 0 -36 -20 -45 -38c-33 -70 -60 -135 -111 -256
+c-19 -44 -28 -66 -72 -66c-11 0 -43 10 -43 33c0 18 19 27 29 27s15 -3 20 -8c5 -6 10 -11 16 -11c8 0 15 16 30 54c3 8 5 14 5 20c0 5 -5 22 -11 35l-75 174c-11 26 -15 36 -42 36c-4 0 -7 2 -7 5v16l2 2s28 -2 47 -2c29 0 79 2 79 2l1 -2v-16zM378.2 -15.2
+c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1
+c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24E9" unicode="&#x24e9;" horiz-adv-x="759" 
+d="M308 431h118c18 0 46 2 48 2c4 0 8 0 8 -3v-1c0 -2 0 -6 -13 -25l-142 -210h74c36 0 46 8 61 41l7 17c7.60001 0.300003 14.9 -1.2 22 -4c-11 -36 -17 -65 -20 -84h-197c-10 0 -14 3 -14 7s0 5 5 13l146 218h-76c-19 0 -40 -6 -52 -50
+c-7.29999 -0.899994 -15.8 0.299988 -22 3c5 30 9 55 9 83l6 1c4.79999 -5 22 -8 32 -8zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5
+c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="uni24EA" unicode="&#x24ea;" horiz-adv-x="759" 
+d="M385.8 506.8c-29.2 0 -68.9 -29.9 -68.9 -189.8c0 -56.5 6.5 -167.8 66.9 -167.8c11.7 0 43.6 5.90001 57.9 59.2c9.09998 33.1 11.1 74.1 11.1 133.9c0 87.1 -17.6 136.5 -37.8 153.4c-7.79999 7.09998 -18.2 11.1 -29.2 11.1zM383.2 126.5
+c-25.1 0 -47.4 8.89999 -65.9 27.3c-35.5 35.4 -57 101 -57 170.3c0 128.7 61.2 205.4 125.5 205.4c35.1 0 62.3 -19.8 79.3 -42.3c28.6 -37.7 44.2 -92.9 44.2 -157.2c0 -152.8 -76.1 -203.5 -126.1 -203.5zM378.2 -15.2c-182.2 0 -329 148.5 -329 330.9
+c0 182.4 146.8 329.5 329 329.5s330.5 -147.1 330.5 -329.5c0 -182.4 -148.3 -330.9 -330.5 -330.9zM378.2 608.5c-162.4 0 -292.3 -131.6 -292.3 -292.8c0 -162.6 129.9 -294.1 292.3 -294.1c161 0 293.7 131.5 293.7 294.1c0 162.6 -131.3 292.8 -293.7 292.8z" />
+    <glyph glyph-name="afii10146" unicode="&#x462;" horiz-adv-x="710" 
+d="M523 550c21 0 22 17 22 24l26 4c4 -50 11 -101 22 -155l-30 -5c-20 80 -33 93 -88 93h-175v-138h79c36 0 100 -2 133 -14c102 -38 153 -92 153 -185c0 -86 -59 -176 -258 -176c-89 0 -90 2 -148 2c-50 0 -127 -2 -127 -2l-2 2v19c0 5 2 8 8 8h29c40 0 52 12 52 47v437
+h-91c-55 0 -68 -13 -88 -93l-30 5c11 54 18 105 22 155l26 -4c0 -7 1 -24 22 -24h139v24c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s87 -1 126 -1c35 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-27c-41 0 -54 -15 -54 -43v-25h223zM300 338v-266c0 -33 7 -40 89 -40
+c152 0 186 92 186 153c0 90 -63 153 -181 153h-94z" />
+    <glyph glyph-name="afii10194" unicode="&#x463;" horiz-adv-x="534" 
+d="M260 251h63c95 0 180 -23 180 -118c0 -84 -64 -135 -176 -135c-41 0 -64 2 -106 2c-40 0 -103 -2 -103 -2l-2 2v19c0 5 3 8 8 8h19c33 0 43 16 43 45v320h-31c-81 0 -96 -28 -113 -109l-27 4c6 46 10 84 11 142h160v75c0 52 -17 112 -87 155l15 21
+c74 -34 99 -79 109 -107c12 28 35 69 109 107l15 -21c-69 -43 -87 -103 -87 -155v-75h177c1 -58 5 -89 12 -135l-29 -4c-17 82 -32 102 -113 102h-47v-141zM428 124c0 52 -24 95 -95 95h-73v-145c0 -35 22 -45 69 -45c49 0 99 13 99 95z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="513" 
+d="M113 233h284v103c0 18 -61 75 -141 75c-82 0 -143 -59 -143 -78v-100zM113 205v-102c0 -23 61 -84 143 -84c58 0 109 24 144 69l34 -11c-41 -52 -106 -87 -179 -87c-124 0 -225 100 -225 225c0 124 101 225 225 225c108 0 225 -86 225 -235h-367z" />
+    <glyph glyph-name="uni25C9" unicode="&#x25c9;" horiz-adv-x="564" 
+d="M178 220c0 57 46 103 102 103c57 0 103 -46 103 -103c0 -56 -46 -102 -103 -102c-56 0 -102 46 -102 102zM282 -15c-129 0 -233 105 -233 234s104 233 233 233s234 -104 234 -233s-105 -234 -234 -234zM282 426c-115 0 -207 -93 -207 -207c0 -115 92 -208 207 -208
+c114 0 208 93 208 208s-93 207 -208 207z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="667" 
+d="M125 208l200 -265l199 265l-199 266zM66 208l259 346l258 -346l-258 -345z" />
+    <glyph glyph-name="uni25C6" unicode="&#x25c6;" horiz-adv-x="666" 
+d="M28.6 214.7l304 304l304.1 -304l-304.1 -304.1z" />
+    <glyph glyph-name="uni25C7" unicode="&#x25c7;" horiz-adv-x="666" 
+d="M80.2 218.2l256 -256l248.9 248.9l-256 256zM28.6 214.7l304 304l304.1 -304l-304.1 -304.1z" />
+    <glyph glyph-name="c_k" unicode="&#xe03a;" horiz-adv-x="851" 
+d="M382 91c-44 -76 -92 -101 -151 -101c-130 0 -194 88 -194 218c0 141 88 231 195 231c96 0 147 -46 147 -99c0 -29 -28 -44 -48 -44c-22 0 -32 11 -35 36c-3 33 -10 73 -69 73c-66 0 -104 -68 -104 -176c0 -112 63 -194 130 -194c43 0 76 27 107 72c9 -1 19.2 -6.8 22 -16
+zM458 122v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-345.5c26.6 7.7 76.4 52 129 109.5c10.5 10.5 42.5 48 -18 51c-6 6 -6 27 0 33c37 -1 54 -2 92 -2c36 0 50 1 87 2c6 -6 6 -27 0 -33
+c-50 -2 -80.3 -13.3 -110 -44l-76 -84c-3 -3 -4 -6 -4 -10c0 -5 2 -10 5 -14l117 -173c22.8 -33.8 52 -38 86 -42c6 -6 6 -27 0 -33c-30 1 -51 2 -82 2c-30 0 -49 -1 -69 -2c-3 0 -4 2 -4 5v16c0 13 -3 25 -23 54l-73 103c-19.5 28.2 -33.2 35.6 -57 36v-90
+c0 -83 11 -87 52 -91c6 -6 6 -27 0 -33c-43 1 -56 2 -91 2c-34 0 -54 -1 -87 -2c-6 6 -6 27 0 33c35 5 47 8 47 91z" />
+    <glyph glyph-name="c_h" unicode="&#xe03b;" horiz-adv-x="882" 
+d="M382 91c-44 -76 -92 -101 -151 -101c-130 0 -194 88 -194 218c0 141 88 231 195 231c96 0 147 -46 147 -99c0 -29 -28 -44 -48 -44c-22 0 -32 11 -35 36c-3 33 -10 73 -69 73c-66 0 -104 -68 -104 -176c0 -112 63 -194 130 -194c43 0 76 26 107 71c9 -1 19.2 -5.8 22 -15
+zM526 285.9v-163.9c0 -83 9 -87 59.8 -91c6 -6 6 -27 0 -33c-42.1 1 -59.8 2 -98.8 2c-43 0 -48.6 -1 -89.8 -2c-6 6 -6 27 0 33c37.8 3 49.8 8 49.8 91v437c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105l-0.799988 -225
+c0 -14 6.39996 -3.79999 9.79999 0c61 68 108.9 81 158 81c35 0 66.2 -12 83 -34c23.3 -30.5 27 -79 27 -134v-149c0 -82 11 -86 67 -91c5 -6 5 -27 0 -33c-43 1 -65 2 -106 2c-40 0 -60 -1 -102 -2c-5 6 -5 27 0 33c52 5 62 9 62 91v152c0 30 -2 57.2 -12 77
+c-11.6 22.9 -32.6 36 -53 36c-39.4 0 -78 -21.7 -116 -59c-8 -8.70001 -17 -21 -17 -42.1z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni0360" unicode="&#x360;" 
+d="M-455 547c30 65 156 128 299 128c54 0 109 -14 166 -32c63 -20 127 -33 178 -33c66 0 171 17 222 67l29 -6c-73 -107 -224 -120 -280 -120c-54 0 -112 15 -168 33c-57 18 -122 32 -181 32c-82 0 -181 -29 -235 -73z" />
+
+<!--
+Alternative Akzente fuer Grossbuchstaben
+-->
+    <glyph glyph-name="uni0361" unicode="&#x361;" 
+d="M0 698c150 0 284 -60 368 -182l-17 -18c-61 67 -159 142 -351 142c-196 0 -289 -80 -351 -142l-17 18c94 122 232 182 368 182z" />
+    <glyph glyph-name="uni0362" unicode="&#x362;" 
+d="M-268 -119h461c-9 12 -39 38 -53 73h34c13 -16 54 -63 104 -81v-11c-38 -20 -76 -52 -104 -83h-35c14 32 36 52 54 72h-461v30z" />
+    <glyph glyph-name="uniE009" unicode="&#xe009;" horiz-adv-x="616" 
+d="M469 127v-191c0 -62 7 -92 34 -92c26 0 45 8 71 28l18 -18c-38 -43 -79 -65 -124 -65c-47 0 -73 27 -73 99v239h-171l-78 1c-12 0 -127 -2 -127 -2l-2 2v19c0 5 4 7.7 8 8l30 2c41.4 2.8 51 9 51 44v371c0 30 -16.4 41.2 -54 44l-27 2c-4 0.299988 -8 3 -8 8v19l2 1
+s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -7.59998 -8 -8l-26 -2c-40.8 -3.09998 -55 -16 -55 -44v-356c0 -31 18 -50 47 -50h92c58 0 86 25 86 89v19l57 20v-128h111c4 0 7 -2 7 -6v-20c0 -9 -13 -13 -23 -13h-95z" />
+    <glyph glyph-name="zero.slashfitted" unicode="&#xe00f;" horiz-adv-x="491" 
+d="M247 575c-45 0 -106 -46 -106 -292c0 -36.9 1.8 -88.9 11 -136.6l160 386.4c-6.29999 11 -13 19.4 -20 25.2c-12 11 -28 17 -45 17zM243 -10c-38.7 0 -73 13.6 -101.4 42l-0.100006 0.0999985l-28.5 -69.1l-32 12l35.9 86.7c-39.8 57.4 -62.9 142.9 -62.9 232.3
+c0 198 94 316 193 316c33.3 0 62 -11.5 85.2 -28.5l23.8 57.5l31 -11l-28.8 -70c3.89999 -4.20001 7.39999 -8.59998 10.8 -13c44 -58 68 -143 68 -242c0 -235 -117 -313 -194 -313zM166.6 93.2c15.3 -39.7 39.4 -68.2 77.4 -68.2c18 0 67 9 89 91c14 51 17 114 17 206
+c0 72.4 -7.89999 127.8 -20 167.6z" />
+    <glyph glyph-name="uniE042" unicode="&#xe042;" 
+d="M-105 286c0 267 -217 485 -485 485c-267 0 -485 -218 -485 -485c0 -268 218 -485 485 -485c268 0 485 217 485 485zM-590 777c272 0 492 -220 492 -491c0 -272 -220 -492 -492 -492c-271 0 -492 220 -492 492c0 271 221 491 492 491zM-541 619c12 0 16 8 16 10
+c0 3 -6 9 -6 17c0 12 12 30 32 30s31 -17 34 -21c-36 -3 -41 -29 -55 -40c17 -4 19 -6 20 -6c8 0 12 4 19 4c8 0 18 -6 21 -9c9 -7 3 -15 12 -32c-4 1 -6 2 -9 2c-6 0 -10 -2 -16 -2c-7 0 -13 3 -18 6c-12 7 -7 16 -22 25c-14 3 -33 7 -58 8c10 -14 10 -40 44 -50
+c-10 -9 -19 -14 -31 -14c-19 0 -32 16 -32 32c0 10 10 18 10 22c0 0 -1 8 -13 11c-31 0 -59 -3 -86 -11c15 -11 25 -37 56 -37h4c-4 -5 -14 -24 -36 -24c-19 0 -32 18 -32 29c0 7 4 14 4 17s-6 9 -15 9h-4c-27 -10 -52 -23 -76 -39c14 -4 28 -16 49 -16c9 0 13 1 21 4
+c-5 -30 -22 -39 -37 -39c-5 0 -11 1 -17 5c-25 14 -4 34 -26 34c-4 0 -6 -1 -9 -2c-22 -18 -42 -39 -59 -61h3c10 0 18 -4 33 -4c22 0 31 9 37 14c0 -3 1 -7 1 -12c0 -24 -16 -40 -35 -40c-33 0 -25 28 -39 28c-5 0 -9 -2 -12 -4c-18 -27 -31 -58 -40 -90c20 11 48 -4 73 33
+c3 -8 6 -15 6 -26c0 -20 -14 -36 -37 -36c-21 0 -24 18 -30 18c-9 0 -14 -6 -17 -11c-4 -21 -6 -41 -6 -63c0 -14 2 -27 3 -39c15 15 47 18 54 60c9 -8 21 -20 21 -38c0 -24 -21 -37 -35 -37c-12 0 -19 8 -23 8c-2 0 -10 -4 -12 -14c4 -18 10 -34 15 -50
+c6 -16 80 -40 80 -57c0 -3 -4 -4 -11 -4c-14 0 -41 4 -51 4c-9 0 -15 -3 -21 -3c-7 0 -11 7 -11 19c0 6 1 12 1 18c0 7 -4 16 -8 30c-3 4 -8 6 -15 6c-6 0 -6 -22 -35 -22c-21 0 -38 17 -38 40c0 9 3 17 5 23c10 -12 22 -25 60 -25c7 0 13 -1 18 -3c-4 18 -8 43 -9 75
+c-1 7 -5 21 -17 21c-6 0 -12 -15 -29 -15c-20 0 -38 14 -38 37c0 12 5 22 11 31c7 -15 17 -29 51 -37c11 -2 18 -5 23 -10c2 33 8 66 19 95v5c0 12 -7 17 -10 17c-4 0 -11 -5 -19 -5c-15 0 -33 15 -33 35c0 23 22 36 25 38c2 -43 35 -48 46 -68c14 32 32 61 55 86
+c2 3 3 7 3 11c0 3 -1 12 -9 12h-5c-24 0 -30 24 -30 33c0 8 3 30 38 38c-3 -7 -4 -11 -4 -19c0 -27 21 -40 22 -59c20 19 41 37 65 51l8 5c4 2 8 7 8 14c0 10 -23 6 -23 34c0 19 15 35 36 35c8 0 12 -2 18 -3c-8 -8 -18 -17 -18 -44c0 -9 1 -10 1 -17c0 -3 -1 -6 -1 -9
+c30 14 62 24 97 29c6 2 13 6 13 14c0 5 -13 10 -13 24c0 18 14 33 33 33c12 0 21 -4 29 -10c-36 -16 -28 -43 -40 -59c8 1 16 1 24 1c14 0 30 -1 45 -3c3 0 5 -1 9 -1zM-786 28c0 2 5 5 9 5c7 0 16 -8 16 -14c0 -17 -30 -10 -35 -17l9 -7c1 -1 2 -1 3 -1s2 1 5 3l2 -3l-7 -7
+l-22 16c10 12 38 3 38 20c0 4 -3 6 -5 6c-6 0 -4 -6 -8 -6c-2 0 -5 3 -5 5zM-728 -3c0 3 0 4 -2 4h-1c-6 0 -19 -22 -19 -30c0 -3 2 -4 3 -4c8 0 19 21 19 30zM-744 -37c-5 0 -11 3 -11 14c0 14 11 28 22 28c7 0 12 -5 12 -13c0 -11 -9 -29 -23 -29zM-682 -24c0 3 -1 6 -4 6
+c-6 0 -14 -22 -14 -30c0 -5 2 -7 3 -7c7 0 15 21 15 31zM-695 -58c-7 0 -13 7 -13 16c0 12 9 28 20 28c6 0 13 -4 13 -16s-8 -28 -20 -28zM-635 -34c0 3 -1 6 -4 6c-9 0 -5 -8 -10 -8c-2 0 -4 1 -4 3c0 1 3 8 13 8c8 0 13 -4 13 -9c0 -6 -7 -9 -9 -10c4 -1 8 -5 8 -11
+c0 -8 -6 -15 -16 -15c-8 0 -14 4 -14 7c0 1 1 2 3 2c6 0 4 -6 9 -6s10 6 10 13c0 6 -5 8 -8 8h-3v3c5 0 12 3 12 9zM-596 -59c-3 0 -5 2 -5 5c0 5 4 6 5 6c3 0 5 -3 5 -6c0 -5 -5 -5 -5 -5zM-363 523c-1 0 -1 -1 -1 -2c0 -11 106 -64 106 -247c0 -90 -44 -173 -85 -187
+c-1 0 -1 -1 -1 -2s0 -1 1 -1c18 0 89 63 89 190c0 60 -4 152 -107 249h-2zM-269 570c4 0 7 -19 8 -19c0 2 -1 6 -1 10c0 2 1 4 2 4c2 0 6 -11 6 -22c0 -4 0 -8 -1 -12l13 -17c1 -1 3 -5 3 -9c0 -2 -4 -8 -5 -12c-2 -12 -10 -21 -18 -32c24 -29 35 -57 35 -105v-14
+c21 22 16 25 24 25c13 0 20 -20 23 -26c-1 5 -4 10 -4 13s3 4 4 4c3 0 4 -2 5 -4c0 3 1 7 4 7s4 -5 4 -5s0 6 5 6c2 0 5 0 5 -8c1 0 2 2 3 2c3 0 4 -2 4 -4c0 -3 -5 -12 -5 -12s4 6 7 6c2 0 2 -2 2 -4c0 -5 -8 -40 -31 -40c-17 0 -19 20 -19 20s-14 -23 -23 -37
+c-5 -7 -11 -11 -15 -13c-1 -13 -3 -27 -4 -42c-7 -81 -65 -153 -123 -153c-1 0 -1 0 -1 1c0 0 0 1 2 2c49 19 79 114 79 167c0 5 -1 10 -1 15c-17 5 -32 26 -42 33v-3c0 -10 -3 -23 -19 -23c-20 0 -34 31 -34 33s1 3 2 3c2 0 7 -4 7 -4s-7 9 -7 12c0 2 1 2 2 2
+c2 0 8 -4 8 -4s-5 6 -5 10c0 2 1 3 3 3c4 0 8 -10 8 -10s-2 5 -2 8c0 4 2 4 3 4c4 0 5 -12 5 -12s0 11 4 11c2 0 5 -1 5 -7c0 -3 -1 -9 -1 -9s7 32 18 32c5 0 7 -5 21 -16c-11 25 -24 51 -24 90c-23 -19 -44 -21 -44 -21c-2 0 -3 0 -19 31c-21 4 -30 13 -30 16c0 1 0 2 1 2
+c3 0 11 -5 13 -5c0 1 -16 10 -16 14c0 1 1 1 2 1c4 0 12 -8 13 -8c0 1 -11 11 -11 15c0 1 0 1 1 1c3 0 12 -8 14 -8h1c0 3 -8 10 -8 14c0 1 1 2 2 2c4 0 14 -14 16 -15v1c0 2 -4 9 -4 12c0 1 1 1 1 1c3 0 9 -6 14 -20c7 -17 18 -25 20 -25c13 0 14 20 31 22
+c-6 14 -19 32 -42 40c-21 7 -31 35 -38 48c-5 11 -12 21 -12 29c0 6 3 13 13 13c5 0 57 -15 74 -31c5 -5 9 -14 11 -23c3 -21 28 -24 45 -38c7 12 15 9 18 22c-4 11 -4 16 -16 25c-9 8 -13 16 -13 20c0 2 0 3 1 3c3 0 9 -10 10 -10v1c0 2 -7 14 -7 19c0 1 1 2 1 2
+c4 0 8 -13 11 -13c1 0 1 1 1 1c0 3 -3 11 -3 15c0 2 1 2 1 2c4 0 9 -16 10 -16c0 1 -3 9 -3 14c0 2 1 2 2 2zM-817 35c-3 0 -5 3 -5 5c0 4 4 6 6 6s4 -3 4 -6c0 -4 -5 -5 -5 -5z" />
+    <glyph glyph-name="zero.fitted" unicode="&#xe010;" horiz-adv-x="491" 
+d="M247 575c-45 0 -106 -46 -106 -292c0 -87 10 -258 103 -258c18 0 67 9 89 91c14 51 17 114 17 206c0 134 -27 210 -58 236c-12 11 -28 17 -45 17zM243 -10c-38.7 0 -73 13.6 -101.4 42c-54.7 54.5 -87.6 155.4 -87.6 262c0 198 94 316 193 316c54 0 95.8 -30.3 122 -65
+c44 -58 68 -143 68 -242c0 -235 -117 -313 -194 -313z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="236" 
+d="M70 355c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM123 95c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="seven.fitted" unicode="&#xe017;" horiz-adv-x="438" 
+d="M158 535c-32 0 -65 -7 -87 -87c-11 -1.29999 -21.1 -0.100006 -32 3c8 52 19 112 20 160c0 3 1 3 4 3c18 -4 16 -14 50 -14h206c38 0 60 6 77 11l16 -12c-112 -273 -167 -439 -224 -609l-68 -3l-8 7c68 152 147 347 225 541h-179z" />
+    <glyph glyph-name="nine.fitted" unicode="&#xe019;" horiz-adv-x="474" 
+d="M332.8 292c5.90002 28.8 8.20001 55.5 8.20001 78c0 171 -57 205 -120 205c-49 0 -91 -50 -91 -160c0 -50 22 -146 120 -146c17.4 0 50 1.39999 82.8 23zM323.7 255.7c-29.8 -13.7 -68.7 -21.7 -94.7 -21.7c-136 0 -182 77 -182 163s54 213 185 213
+c77 0 192 -40 192 -243c0 -79 -31 -170 -93 -242c-56 -65 -118 -107 -219 -137c-8 5 -12 14 -12 26c133 49.8 196.6 150.8 223.7 241.7z" />
+    <glyph glyph-name="Euro.fitted" unicode="&#xe01a;" horiz-adv-x="642" 
+d="M26 331l25 44h87.2c29.4 143.6 133.9 235 259.8 235c99 0 142 -19 186 -26c12 -55 18 -106 23 -160c-8 -7 -18 -9 -32 -6c-29 91 -82 157 -165 157c-62.9 0 -161.8 -50.4 -185.7 -200h265.7l-23 -44h-247.3c-0.5 -8.70001 -0.699997 -17.7 -0.699997 -27
+c0 -10 0.399994 -20 1.2 -30h224.8l-23 -45h-195.4c21.8 -108 88.9 -204 178.4 -204c110 0 144 73 168 142c15 0 24 -4 31 -9c-9 -57 -21 -106 -40 -153c-31 -5 -96 -15 -151 -15c-167.9 0 -258.6 100.2 -278.7 239h-129.3l25 45h100.3
+c-0.199997 5.60001 -0.300003 11.3 -0.300003 17c0 13.7 0.600006 27 1.8 40h-105.8z" />
+    <glyph glyph-name="k.sc" unicode="&#xe05b;" horiz-adv-x="554" 
+d="M112 338c0 83 -11 86 -72 91c-6 6 -6 27 0 33c39 -1 83.2 -2 112 -2c31.4 0 64 1 96 2c6 -6 6 -27 0 -33c-48 -5 -57 -8 -57 -91v-89c33 0 62.3 15.8 105 64c77 87 87 113 37 116c-6 6 -6 27 0 33c29.3 -1 62 -2 91 -2c26 0 58.7 1 89 2c6 -6 6 -27 0 -33
+c-40 -2 -76.7 -7.10001 -107 -42l-86 -99c-17 -18 -23 -29 -23 -37c0 -6 4 -11 9 -17l148 -174c13.1 -15.2 37 -26 64 -29c6 -6 6 -27 0 -33c0 0 -49 2 -77 2c-26 0 -51 -1 -62 -2v14c0 13 -1 24 -15 40l-111 138c-15 20 -40 25 -62 25v-93c0 -83 9 -86 57 -91
+c6 -6 6 -27 0 -33c-33 1 -67.3 2 -96 2c-29.4 0 -74 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216z" />
+    <glyph glyph-name="a.sc" unicode="&#xe051;" horiz-adv-x="556" 
+d="M95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7
+c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151z" />
+    <glyph glyph-name="b.sc" unicode="&#xe052;" horiz-adv-x="507" 
+d="M188 388v-123h78c65 0 94 26 94 86c0 67 -52 78 -96 78c-69 0 -76 -10 -76 -41zM188 232v-150c0 -37 8.89999 -51 74 -51c102 0 118 57 118 101c0 54.1 -23 100 -114 100h-78zM149 0c-27.7 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91
+c-6 6 -6 27 0 33c37 -1 82 -2 111 -2c29.3 0 64 2 117 2c145 0 171 -54 171 -110c0 -39 -32 -84 -72 -102c70 -16 103 -60 103 -125c0 -72.4 -47 -127 -180 -127c-56 0 -108 2 -138 2z" />
+    <glyph glyph-name="c.sc" unicode="&#xe053;" horiz-adv-x="492" 
+d="M276 -10c-74 0 -130.1 20.3 -170 57c-49.1 45.2 -69 113.5 -69 177c0 146 102 246 234 246c80 0 125 -16 163 -16c9.79999 -45.1 11.7 -86.9 12 -128c-10 -6.39999 -20 -6 -30 -3c-12 70 -59 114 -139 114c-75 0 -153 -35 -153 -203c0 -99 58 -206 157 -206
+c67 0 102 20 148 74c8 -2.3 18 -13 20 -20c-47 -63 -95 -92 -173 -92z" />
+    <glyph glyph-name="d.sc" unicode="&#xe054;" horiz-adv-x="565" 
+d="M188 76c0 -28 7 -45 83 -45c110 0 172 37 172 177c0 104 -23 221 -191 221c-39 0 -64 -6 -64 -31v-322zM148 460c29.3 0 65.3 2 133 2c167 0 249 -104 249 -237c0 -175 -124 -227 -235 -227c-80 0 -119.7 2 -146 2c-28.7 0 -74 -1 -112 -2c-6 6 -6 27 0 33
+c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 83.6 -2 111 -2z" />
+    <glyph glyph-name="e.sc" unicode="&#xe055;" horiz-adv-x="477" 
+d="M248 225h-57v-150c0 -33.2 9.8 -44 52 -44h43c83 0 112 50 128 109c11 3 19 1 28 -4c-7 -42 -18 -97 -30 -138c0 0 -66 2 -106 2h-154c-32 0 -76 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 82.2 -2 111 -2h207
+c16.8 0 27.2 1 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -113 90h-57c-19 0 -32 -11 -32 -28v-142h57c64.8 0 67 11 69 56c5 5 23 5 28 0c-1 -25 -2 -57.5 -2 -71c0 -15.9 1 -50 2 -73c-5 -5 -23 -5 -28 0c-2 37 -3.20001 56 -69 56z" />
+    <glyph glyph-name="f.sc" unicode="&#xe056;" horiz-adv-x="458" 
+d="M110 122v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 81 -2 111 -2h207c20 0 27 2 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -93 90h-77c-19 0 -32 -11 -32 -28v-157h57c66 0 67 11 69 56c5 5 23 5 28 0c-1 -20 -2 -43.3 -2 -71
+c0 -28.5 1 -52 2 -73c-5 -5 -23 -5 -28 0c-2 33.8 -4.20001 56 -69 56h-57v-88c0 -82 11 -87 72 -91c6 -6 6 -27 0 -33c-37 1 -76 2 -111 2c-33.2 0 -74 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91z" />
+    <glyph glyph-name="g.sc" unicode="&#xe057;" horiz-adv-x="541" 
+d="M472 91.2v-32.2c0 -7 4 -16 11 -23c-66.5 -36 -140 -46 -208 -46c-143 0 -238 103 -238 230c0 158 114 250 257 250c56 0 130 -16 160 -16c9.39999 -45.3 11.9 -87 13 -128c-10 -6.5 -20 -6.10001 -30 -3c-15 64 -57 114 -156 114c-96 0 -154 -83 -154 -204
+c0 -82 41 -210 166 -210c35 0 68 5 100 14v54c0 83 -5 87 -66 91c-6 6 -6 27 0 33c29 -1 74.7 -2 105 -2c30.7 0 59 1 77 2c6 -6 6 -27 0 -33c-31 -5 -37 -8 -37 -90.8z" />
+    <glyph glyph-name="h.sc" unicode="&#xe058;" horiz-adv-x="611" 
+d="M500 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-39 1 -80.7 2 -111 2c-34.8 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v97h-231v-97c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-39 1 -79.2 2 -111 2s-72 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216
+c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 81.4 -2 111 -2c31.8 0 74 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-86h231v86c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 83 -2 111 -2c33 0 77 0 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="i.sc" unicode="&#xe059;" horiz-adv-x="311" 
+d="M195 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-35 1 -78.6 2 -111 2c-33.7 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 80.7 -2 111 -2c30.7 0 74 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="j.sc" unicode="&#xe05a;" horiz-adv-x="311" 
+d="M129 338c0 83 -16 87 -77 91c-6 6 -6 27 0 33c39 -1 87 -2 116 -2c32.6 0 76 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-242c0 -126 -34 -192 -88 -235c-42 -35 -83 -36 -106 -36c-21 0 -60 17 -60 50c0 21 23 34 36 34c28 0 39 -13 48 -25c7 -10 13 -17 26 -17
+c31 0 65 28 65 208v263z" />
+    <glyph glyph-name="l.sc" unicode="&#xe05c;" horiz-adv-x="431" 
+d="M379 0h-224s-66 -1 -115 -2c-6 6 -6 27 0 33c70 3 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c37 -1 79.7 -2 111 -2c34.3 0 75 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-269c0 -19 14 -35 37 -35h45c63 0 92 49 108 108c11 3 19 1 28 -4
+c-7 -42 -30 -138 -30 -138z" />
+    <glyph glyph-name="m.sc" unicode="&#xe05d;" horiz-adv-x="667" 
+d="M483 382l-164 -386c-2.10001 -5 -7 -8 -11 -8c-5 0 -10.1 3 -12 8l-142 379h-2l-29 -254c-8.5 -74.1 -8.7 -85.8 48 -90c6 -6 6 -27 0 -33c-20 1 -57.2 2 -77 2c-16.4 0 -46 -1 -66 -2c-6 6 -6 27 0 33c37.8 3 51 6.6 60.3 90l31.5 280.8c2 19 -7 24.2 -55.8 27.2
+c-6 6 -6 27 0 33l139 -2l128 -358l150 358l135 2c6 -6 6 -27 0 -33c-50 -4 -58.7 -7.79999 -56 -48l19.9 -258c6.19995 -81 7.09998 -86.8 58.1 -92c6 -6 6 -27 0 -33c-27 1 -56 2 -86 2c-28 0 -65 -1 -100 -2c-6 6 -6 27 0 33c54.4 5.2 54.9 9 51.3 92l-13.3 259h-7z" />
+    <glyph glyph-name="n.sc" unicode="&#xe05e;" horiz-adv-x="602" 
+d="M155 122c0 -83 11 -86 72 -91c6 -6 6 -27 0 -33c-30 1 -66 2 -96 2s-65 -1 -95 -2c-6 6 -6 27 0 33c61 4 72 8 72 91v274c-10 18 -21 30 -59 33c-3 0 -9 2 -9 6v24l2 3l142 -2l229 -311c31 -42 34 -25 34 2v187c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2
+s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-323c0 -20 -10 -27 -22 -27c-15 0 -31 6 -46 22l-235 313c-23.3 28.7 -36 38.2 -36 -11v-190z" />
+    <glyph glyph-name="o.sc" unicode="&#xe05f;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM527 235c0 -130 -88 -245 -252 -245c-135 0 -238 96 -238 232c0 147 107 248 246 248c130 0 244 -93 244 -235z" />
+    <glyph glyph-name="p.sc" unicode="&#xe060;" horiz-adv-x="461" 
+d="M189 384v-156c20 -8 45 -11 65 -11c60 0 86 38.9 86 111c0 70.1 -32 101 -91 101c-48 0 -60 -13 -60 -45zM189 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-33 1 -68 2 -111 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91
+c-6 6 -6 27 0 33c40 -1 82.3 -2 111 -2c27 0 69 2 106 2c142 0 172 -70 172 -122c0 -60 -41 -156 -175 -156c-25 0 -45 4 -63 12v-74z" />
+    <glyph glyph-name="q.sc" unicode="&#xe061;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM241.8 -51.4c2.89999 0.200001 5.59999 0.400002 8.2 0.400002c89 0 147 -65 218 -65c23 0 52 8 69 29l14 -10c-31 -45 -65 -66 -116 -66
+c-103 0 -148 77 -222 77c-5.3 0 -14.3 -1.9 -24.1 -7.3c-12.4 -12.1 -24.2 -25.6 -34.9 -40.7l-33 16c25 35.7 75.5 78.8 130.8 109c-123.4 10.3 -214.8 102.9 -214.8 231c0 147 107 248 246 248c130 0 244 -93 244 -235c0 -110.7 -63.8 -210.5 -184.1 -237.7
+c-25.8 -9 -63.3 -24.1 -101.1 -48.7z" />
+    <glyph glyph-name="r.sc" unicode="&#xe062;" horiz-adv-x="511" 
+d="M347 346c0 60 -20.5 85 -90 85c-55.7 0 -66 -10 -66 -63v-130h44c88.5 0 112 29 112 108zM191 122c0 -83 9.5 -88 57 -91c6 -6 6 -27 0 -33c-32 1 -65.3 2 -96 2c-33.1 0 -74 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33
+c40 -1 82 -2 111 -2c30.3 0 87 4 112 4c118.7 0 171 -35 171 -118c0 -69 -51 -110.3 -85 -122v-2c12.5 -13 25 -30 37 -61l29 -75c20.1 -52 39 -58 75 -58c6.5 -7.8 8.5 -17.7 6 -28c-17.3 -4.3 -48 -7 -63 -7c-43 0 -77.1 23.5 -100 86l-22 60c-13.5 36.9 -27.5 70 -65 70
+h-55v-87z" />
+    <glyph glyph-name="s.sc" unicode="&#xe063;" horiz-adv-x="412" 
+d="M339 448c5.5 -38 6 -77 4 -106c-9 -5 -18 -5 -27 -2c-15 64 -59 97 -108 97c-52 0 -80 -28 -80 -71c0 -42.5 47 -67 97 -91c48.1 -23.1 139 -68 139 -146c0 -86.1 -57 -141 -146 -141c-77 0 -106 17 -125 17c-12 0 -22 -2 -33 -6c-7 32 -8.7 70.5 -11 141
+c9.9 3.8 19 4.5 32 2c18 -89 63 -121 119 -121c59 0 86 28 86 86c0 57 -43 80 -108 110c-41 19 -119 58 -119 131c0 82 78 122 148 122c81 0 107 -22 132 -22z" />
+    <glyph glyph-name="t.sc" unicode="&#xe064;" horiz-adv-x="529" 
+d="M304 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-37 1 -76.5 2 -111 2s-75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v253c0 39 -12 51 -43 51h-24c-65 0 -76 -20 -96 -92c-9 -0.899994 -18 -0.200012 -27 3c5.5 47 6.5 86 7 133c27 -4.70001 85 -10 183 -10h79
+c84 0 148.3 5.70001 183 10c1.5 -47.5 3 -84.5 8 -133c-7.60001 -4.70001 -16.8 -5.10001 -27 -3c-20 72 -33 92 -96 92h-26c-32 0 -42 -15 -42 -52v-252z" />
+    <glyph glyph-name="u.sc" unicode="&#xe065;" horiz-adv-x="576" 
+d="M435 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2c32.5 0 73 1 112 2
+c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171c132 0 132 94 132 180v127z" />
+    <glyph glyph-name="v.sc" unicode="&#xe066;" horiz-adv-x="548" 
+d="M182.9 362l104.3 -249.3c2.29999 -3 4.09998 -3 6.89999 0l108.6 249.3c20.3 51 15.3 63 -38.7 67c-6 6 -6 27 0 33c27 -1 55 -2 92 -2c26 0 50 1 72 2c6 -6 6 -27 0 -33c-54 -4 -65.1 -28.2 -85.6 -74l-146.4 -327c-14.2 -31.7 -18 -40 -25 -40
+c-11.4 0 -16.4 10.7 -29 40l-141.6 328c-24.7 57.2 -31.4 68.3 -80.4 73c-6 6 -6 27 0 33c26 -1 55.7 -2 88 -2c41.3 0 75 1 106 2c6 -6 6 -27 0 -33c-53.7 -5 -54.8 -10.4 -31.1 -67z" />
+    <glyph glyph-name="w.sc" unicode="&#xe067;" horiz-adv-x="796" 
+d="M651.6 361c14 34.4 24.4 64 -49.6 68c-6 6 -6 27 0 33c28 -1 57 -2 95 -2c36 0 58 1 79 2c6 -6 6 -27 0 -33c-51 -3 -67.2 -31.7 -83.4 -72l-128.6 -319c-11.8 -30.3 -21.9 -50 -33 -50c-13.1 0 -23.3 20.3 -35 50l-90.5 220c-5.20001 12.5 -9.29999 11.6 -16 -4
+l-92.5 -216c-18.4 -43 -24 -50 -35 -50c-9.10001 0 -17 13.1 -32 49l-135.9 325c-21.7 52 -27 62.2 -74.1 67c-6 6 -6 27 0 33c26.2 -1 54 -2 92 -2c36 0 69 1 100 2c6 -6 6 -27 0 -33c-48 -3 -49 -18.7 -30.1 -67l96.8 -246.5c2.5 -9.6 6.79999 -9.4 9.79999 -2.5l76.5 173
+c14 31.7 15.5 43.7 12.6 51c-29.6 74.5 -36.6 88.5 -83.6 92c-6 6 -6 27 0 33c25 -1 53 -2 88 -2s68 1 100 2c6 -6 6 -27 0 -33c-53 -4 -55 -13.7 -36.5 -61l98.2 -251.5c2.89996 -6.9 5.5 -7.7 8 0z" />
+    <glyph glyph-name="x.sc" unicode="&#xe068;" horiz-adv-x="532" 
+d="M199 384l65 -97c8 -12 12.2 -13.1 20 -2l69 98c26 36 13 42 -26 46c-6 6 -6 27 0 33c28 -1 59 -2 91 -2s57 1 78 2c6 -6 6 -27 0 -33c-39 -3 -64 -11 -104 -61l-90 -115c-5 -6 -4.60001 -9.7 0 -16l99 -136c43 -61 56 -67 105 -70c6 -6 6 -27 0 -33c-26 1 -55 2 -96 2
+c-39 0 -75 -1 -107 -2c-6 6 -6 27 0 33c34 4 51 8 14 59l-61 86c-6.60001 9.3 -9.89999 10.9 -19 -2l-69 -98c-24 -35 -14 -41 25 -45c6 -6 6 -27 0 -33c-28 1 -58 2 -90 2s-56 -1 -77 -2c-6 6 -6 27 0 33c38 2 62 7 104 62l90 116c4 5 4.39999 8.3 -1 16l-96 136
+c-30 44 -58 65 -94 68c-6 6 -6 27 0 33c28 -1 60 -2 92 -2s80 1 109 2c6 -6 6 -27 0 -33c-48 -5 -56 -9 -31 -45z" />
+    <glyph glyph-name="y.sc" unicode="&#xe069;" horiz-adv-x="489" 
+d="M341.7 362c27.3 48 27.3 61 -36.7 67c-6 6 -6 27 0 33c26 -1 54 -2 91 -2c26 0 49 1 71 2c6 -6 6 -27 0 -33c-46.3 -5.29999 -63.9 -33.1 -87.6 -74l-80.4 -139c-7.5 -10.4 -10.4 -24 -10 -42.5l1 -51.5c0 -83 10 -87 71 -91c6 -6 6 -27 0 -33c-36 1 -74.7 2 -111 2
+c-36 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 71 8 71 91l1 49.5c0.399994 18 -7.10001 31.8 -14.4 43.5l-86.2 141c-28 46.9 -40.9 67.5 -87.4 73c-6 6 -6 27 0 33c29 -1 59 -2 88 -2c37 0 72 1 106 2c6 -6 6 -27 0 -33c-60 -3.5 -50.1 -22.8 -24.1 -67l76.1 -126h2z" />
+    <glyph glyph-name="z.sc" unicode="&#xe06a;" horiz-adv-x="453" 
+d="M154 460h194c23 0 57 2 68 2c4.5 0 6 -1.20001 6 -5c0 -8 -4 -15 -19 -36c-89 -121.5 -168.1 -239.4 -248 -362c-9.39999 -14 -10.1 -27.4 14 -27l119 4c62.2 2.1 84.3 47.4 111 107c10.4 0.600006 19.3 -1.89999 27 -7c-17 -58 -28 -105 -32 -136h-342
+c-11 0 -15 4 -15 10s3 11 7 17c81 125.5 162.3 250.7 257 378c4.39999 6 13.9 23.2 -2 23l-141 -4c-29 -0.799988 -63 -20 -84 -92c-8.7 -1.10001 -17.3 0.100006 -26 3c9 49 14 87 15 132c0 2.39999 1.6 3 4 3c17.5 -3.39999 54.9 -10 87 -10z" />
+    <glyph glyph-name="agrave.sc" unicode="&#xe070;" horiz-adv-x="556" 
+d="M95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7
+c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151zM292 672l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20
+l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="aacute.sc" unicode="&#xe071;" horiz-adv-x="556" 
+d="M95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7
+c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151zM304 666c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109
+c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="acircumflex.sc" unicode="&#xe072;" horiz-adv-x="556" 
+d="M95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7
+c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151zM304 665c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17
+c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="atilde.sc" unicode="&#xe073;" horiz-adv-x="556" 
+d="M95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7
+c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151zM355 574c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99
+c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="adieresis.sc" unicode="&#xe074;" horiz-adv-x="556" 
+d="M95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7
+c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151zM157 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM326 573
+c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="aring.sc" unicode="&#xe075;" horiz-adv-x="556" 
+d="M95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7
+c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151zM287 634c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53
+c0 31 -18 53 -48 53zM199 581c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85z" />
+    <glyph glyph-name="ae.sc" unicode="&#xe076;" horiz-adv-x="662" 
+d="M505 34c61 0 84 40 99 90l26 -3c-12 -49 -20 -89 -21 -121h-240c-39 0 -99 -2 -99 -2l-1 2v22c0 2 1 4.5 5 5l17 2c31.6 3.7 41 12 41 32v155h-112c-19 0 -25 -5 -29 -13l-72 -144c-9 -18 3 -21 33 -30l10 -2c3 -1 6 -3 6 -6v-21l-1 -2s-82 2 -101 2s-60 -2 -60 -2l-1 2
+v21c0 3 2 5.6 6 6c33.5 3 52 20 60 34c20 32 66 117 97 177c16 32 73 146 73 174c0 12 -6.5 18 -33 21c-6 0.700012 -6 3 -6 4v23l2 2s88 -2 164 -2h137c30 0 101 2 101 2l2 -2c1 -43 8 -82 15 -120l-25 -4c-11 37 -30 90 -94 90h-70c-19 0 -29 -6 -29 -23v-156h61
+c27 0 34 12 39 32l5 21c1 4 3 6 6 6h17c2 0 3 -1 3 -3c-2 -23 -6 -51 -6 -75c0 -25 3 -45 6 -69l-2 -2h-18c-4 0 -6 3 -7 5l-4 22c-5 21 -13 31 -39 31h-61v-156c0 -19 12 -25 29 -25h71zM276 393l-59 -136c-1 -2 -2 -4 -2 -5c0 -4 6 -5 20 -5h97v144c0 31 -9 42 -22 42
+c-10 0 -23 -16 -34 -40z" />
+    <glyph glyph-name="ccedilla.sc" unicode="&#xe077;" horiz-adv-x="492" 
+d="M263 -96c-19 0 -29 -1 -45 -6l-6 6l36.3 87c-60.5 4.5 -107.6 24 -142.3 56c-49.1 45.2 -69 113.5 -69 177c0 146 102 246 234 246c80 0 125 -16 163 -16c9.79999 -45.1 11.7 -86.9 12 -128c-10 -6.39999 -20 -6 -30 -3c-12 70 -59 114 -139 114
+c-75 0 -153 -35 -153 -203c0 -99 58 -206 157 -206c67 0 102 20 148 74c8 -2.3 18 -13 20 -20c-45.7 -61.3 -92.4 -90.4 -166.7 -91.9l-21.3 -57.1c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14
+c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="egrave.sc" unicode="&#xe078;" horiz-adv-x="477" 
+d="M248 225h-57v-150c0 -33.2 9.8 -44 52 -44h43c83 0 112 50 128 109c11 3 19 1 28 -4c-7 -42 -18 -97 -30 -138c0 0 -66 2 -106 2h-154c-32 0 -76 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 82.2 -2 111 -2h207
+c16.8 0 27.2 1 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -113 90h-57c-19 0 -32 -11 -32 -28v-142h57c64.8 0 67 11 69 56c5 5 23 5 28 0c-1 -25 -2 -57.5 -2 -71c0 -15.9 1 -50 2 -73c-5 -5 -23 -5 -28 0c-2 37 -3.20001 56 -69 56z
+M229 682l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="eacute.sc" unicode="&#xe079;" horiz-adv-x="477" 
+d="M248 225h-57v-150c0 -33.2 9.8 -44 52 -44h43c83 0 112 50 128 109c11 3 19 1 28 -4c-7 -42 -18 -97 -30 -138c0 0 -66 2 -106 2h-154c-32 0 -76 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 82.2 -2 111 -2h207
+c16.8 0 27.2 1 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -113 90h-57c-19 0 -32 -11 -32 -28v-142h57c64.8 0 67 11 69 56c5 5 23 5 28 0c-1 -25 -2 -57.5 -2 -71c0 -15.9 1 -50 2 -73c-5 -5 -23 -5 -28 0c-2 37 -3.20001 56 -69 56z
+M259 663c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="ecircumflex.sc" unicode="&#xe07a;" horiz-adv-x="477" 
+d="M248 225h-57v-150c0 -33.2 9.8 -44 52 -44h43c83 0 112 50 128 109c11 3 19 1 28 -4c-7 -42 -18 -97 -30 -138c0 0 -66 2 -106 2h-154c-32 0 -76 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 82.2 -2 111 -2h207
+c16.8 0 27.2 1 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -113 90h-57c-19 0 -32 -11 -32 -28v-142h57c64.8 0 67 11 69 56c5 5 23 5 28 0c-1 -25 -2 -57.5 -2 -71c0 -15.9 1 -50 2 -73c-5 -5 -23 -5 -28 0c-2 37 -3.20001 56 -69 56z
+M261 664c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="edieresis.sc" unicode="&#xe07b;" horiz-adv-x="477" 
+d="M248 225h-57v-150c0 -33.2 9.8 -44 52 -44h43c83 0 112 50 128 109c11 3 19 1 28 -4c-7 -42 -18 -97 -30 -138c0 0 -66 2 -106 2h-154c-32 0 -76 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 82.2 -2 111 -2h207
+c16.8 0 27.2 1 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -113 90h-57c-19 0 -32 -11 -32 -28v-142h57c64.8 0 67 11 69 56c5 5 23 5 28 0c-1 -25 -2 -57.5 -2 -71c0 -15.9 1 -50 2 -73c-5 -5 -23 -5 -28 0c-2 37 -3.20001 56 -69 56z
+M115 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM284 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="igrave.sc" unicode="&#xe07c;" horiz-adv-x="311" 
+d="M195 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-35 1 -78.6 2 -111 2c-33.7 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 80.7 -2 111 -2c30.7 0 74 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z
+M112 665l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="iacute.sc" unicode="&#xe07d;" horiz-adv-x="311" 
+d="M195 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-35 1 -78.6 2 -111 2c-33.7 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 80.7 -2 111 -2c30.7 0 74 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z
+M173 663c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="icircumflex.sc" unicode="&#xe07e;" horiz-adv-x="311" 
+d="M195 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-35 1 -78.6 2 -111 2c-33.7 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 80.7 -2 111 -2c30.7 0 74 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z
+M167 665c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="idieresis.sc" unicode="&#xe07f;" horiz-adv-x="311" 
+d="M195 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-35 1 -78.6 2 -111 2c-33.7 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 80.7 -2 111 -2c30.7 0 74 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91zM16 574
+c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM185 574c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="eth.sc" unicode="&#xe080;" horiz-adv-x="565" 
+d="M239 247v-39h-51v-132c0 -28 7 -45 83 -45c110 0 172 37 172 177c0 104 -23 221 -191 221c-39 0 -64 -6 -64 -31v-151h51zM148 460c29.3 0 65.3 2 133 2c167 0 249 -104 249 -237c0 -175 -124 -227 -235 -227c-80 0 -119.7 2 -146 2c-28.7 0 -74 -1 -112 -2
+c-6 6 -6 27 0 33c61 5 72 8 72 91v86h-79v39h79v91c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 83.6 -2 111 -2z" />
+    <glyph glyph-name="ntilde.sc" unicode="&#xe081;" horiz-adv-x="602" 
+d="M375 574c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19zM155 122c0 -83 11 -86 72 -91
+c6 -6 6 -27 0 -33c-30 1 -66 2 -96 2s-65 -1 -95 -2c-6 6 -6 27 0 33c61 4 72 8 72 91v274c-10 18 -21 30 -59 33c-3 0 -9 2 -9 6v24l2 3l142 -2l229 -311c31 -42 34 -25 34 2v187c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33
+c-61 -5 -72 -8 -72 -91v-323c0 -20 -10 -27 -22 -27c-15 0 -31 6 -46 22l-235 313c-23.3 28.7 -36 38.2 -36 -11v-190z" />
+    <glyph glyph-name="ograve.sc" unicode="&#xe082;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM527 235c0 -130 -88 -245 -252 -245c-135 0 -238 96 -238 232c0 147 107 248 246 248c130 0 244 -93 244 -235zM265 668l70 -126c5 -10 6 -17 6 -24
+c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="oacute.sc" unicode="&#xe083;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM527 235c0 -130 -88 -245 -252 -245c-135 0 -238 96 -238 232c0 147 107 248 246 248c130 0 244 -93 244 -235zM309 663c3 1 9 2 14 2c6.39999 0 32 -1 55 -23
+l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="ocircumflex.sc" unicode="&#xe084;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM527 235c0 -130 -88 -245 -252 -245c-135 0 -238 96 -238 232c0 147 107 248 246 248c130 0 244 -93 244 -235zM299 661c29 -47 73 -100 109 -140
+c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="otilde.sc" unicode="&#xe085;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM527 235c0 -130 -88 -245 -252 -245c-135 0 -238 96 -238 232c0 147 107 248 246 248c130 0 244 -93 244 -235zM339 574c22 0 33 10 47 52c11 1 21 -2 27 -6
+c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="odieresis.sc" unicode="&#xe086;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM527 235c0 -130 -88 -245 -252 -245c-135 0 -238 96 -238 232c0 147 107 248 246 248c130 0 244 -93 244 -235zM151 573c0 26 21 48 47 48s47 -22 47 -48
+s-21 -47 -47 -47s-47 21 -47 47zM320 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="oe.sc" unicode="&#xe087;" horiz-adv-x="679" 
+d="M282 27c35 0 41 10 41 33v341c0 30 -24 32 -67 32c-75 0 -142 -49 -142 -199c0 -138 65 -207 168 -207zM530 426h-101c-19 0 -31 -6 -31 -23v-151h80c27 0 34 12 39 32l5 21c1 3 3 6 6 6h17c2 0 3 -1 3 -3c-2 -23 -6 -51 -6 -75c0 -25 3 -45 6 -69l-2 -2h-18
+c-4 0 -6 3 -7 5l-4 22c-4 20 -13 31 -39 31h-80v-162c0 -19 14 -24 31 -24h112c51 0 74 32 86 84l25 -3l-20 -115l-2 -2s-59 2 -89 2h-176c-38 0 -80 -2 -98 -2c-135 0 -238 84 -238 224s96 240 237 240c4 0 59 -2 96 -2h169c30 0 101 2 101 2l2 -2c1 -43 8 -82 15 -120
+l-25 -4c-11 37 -30 90 -94 90z" />
+    <glyph glyph-name="oslash.sc" unicode="&#xe088;" horiz-adv-x="563" 
+d="M274 437c-75 0 -150 -68 -150 -203c0 -56.7 14.7 -106 40 -142.6l214 301.5c-28.8 28.6 -65.3 44.1 -104 44.1zM527 235c0 -130 -88 -245 -252 -245c-44.2 0 -85 10.4 -119.9 29l-46.1 -65l-29 19l45.8 64.6c-54.7 41.1 -88.8 106.1 -88.8 184.4c0 147 107 248 246 248
+c45.6 0 89.3 -11.4 126.7 -32.4l39.3 55.4l29 -19l-39.4 -55.5c53.4 -41.1 88.4 -104.8 88.4 -183.5zM400.8 365.2l-213.6 -301c27.6 -26.2 62.8 -41.2 102.8 -41.2c89 0 150 75 150 198c0 59 -14.9 107.9 -39.2 144.2z" />
+    <glyph glyph-name="ugrave.sc" unicode="&#xe089;" horiz-adv-x="576" 
+d="M435 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2c32.5 0 73 1 112 2
+c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171c132 0 132 94 132 180v127zM268 668l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="uacute.sc" unicode="&#xe08a;" horiz-adv-x="576" 
+d="M435 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2c32.5 0 73 1 112 2
+c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171c132 0 132 94 132 180v127zM343 663c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.29999 15.2 11.4 28z" />
+    <glyph glyph-name="ucircumflex.sc" unicode="&#xe08b;" horiz-adv-x="576" 
+d="M435 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2c32.5 0 73 1 112 2
+c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171c132 0 132 94 132 180v127zM329 660c29 -47 73 -100 109 -140c-5 -7 -13.6 -15.1 -23 -17c-38 24 -73 52 -103 83c-32 -32 -65 -61 -104 -83c-9 2 -16 8 -22 17c36 40 82 94 111 140
+c10.7 2.29999 21.3 3 32 0z" />
+    <glyph glyph-name="udieresis.sc" unicode="&#xe08c;" horiz-adv-x="576" 
+d="M435 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2c32.5 0 73 1 112 2
+c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171c132 0 132 94 132 180v127zM172 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM341 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47z" />
+    <glyph glyph-name="yacute.sc" unicode="&#xe08d;" horiz-adv-x="489" 
+d="M300 669c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM341.7 362c27.3 48 27.3 61 -36.7 67c-6 6 -6 27 0 33c26 -1 54 -2 91 -2c26 0 49 1 71 2c6 -6 6 -27 0 -33
+c-46.3 -5.29999 -63.9 -33.1 -87.6 -74l-80.4 -139c-7.5 -10.4 -10.4 -24 -10 -42.5l1 -51.5c0 -83 10 -87 71 -91c6 -6 6 -27 0 -33c-36 1 -74.7 2 -111 2c-36 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 71 8 71 91l1 49.5c0.399994 18 -7.10001 31.8 -14.4 43.5l-86.2 141
+c-28 46.9 -40.9 67.5 -87.4 73c-6 6 -6 27 0 33c29 -1 59 -2 88 -2c37 0 72 1 106 2c6 -6 6 -27 0 -33c-60 -3.5 -50.1 -22.8 -24.1 -67l76.1 -126h2z" />
+    <glyph glyph-name="thorn.sc" unicode="&#xe08e;" horiz-adv-x="470" 
+d="M189.1 107.7c1.39999 -69.2 14.6 -72.9 71.9 -76.7c6 -6 6 -27 0 -33c-43 1 -68 2 -111 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c43 -1 68 -2 111 -2c44 0 70 1 112 2c6 -6 6 -27 0 -33
+c-53.5 -4.39999 -68.5 -7.20001 -71.4 -63.9c25.7 1 57.7 1.89999 72.4 1.89999c151 0 178 -77 178 -129c0 -55 -44 -135 -189 -135c-28.2 0 -48.8 1 -61.9 4.7zM189 326.2v-186.5c8.5 -2.7 27.3 -3.7 58 -3.7c75 0 109 23 109 103c0 74 -32 95 -95 95
+c-15.7 0 -53.6 -3.89999 -72 -7.79999z" />
+    <glyph glyph-name="ydieresis.sc" unicode="&#xe08f;" horiz-adv-x="489" 
+d="M126 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM295 573c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM341.7 362c27.3 48 27.3 61 -36.7 67c-6 6 -6 27 0 33c26 -1 54 -2 91 -2c26 0 49 1 71 2c6 -6 6 -27 0 -33
+c-46.3 -5.29999 -63.9 -33.1 -87.6 -74l-80.4 -139c-7.5 -10.4 -10.4 -24 -10 -42.5l1 -51.5c0 -83 10 -87 71 -91c6 -6 6 -27 0 -33c-36 1 -74.7 2 -111 2c-36 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 71 8 71 91l1 49.5c0.399994 18 -7.10001 31.8 -14.4 43.5l-86.2 141
+c-28 46.9 -40.9 67.5 -87.4 73c-6 6 -6 27 0 33c29 -1 59 -2 88 -2c37 0 72 1 106 2c6 -6 6 -27 0 -33c-60 -3.5 -50.1 -22.8 -24.1 -67l76.1 -126h2z" />
+    <glyph glyph-name="ij.sc" unicode="&#xe090;" horiz-adv-x="586" 
+d="M404 338c0 83 -16 87 -77 91c-6 6 -6 27 0 33c39 -1 87 -2 116 -2c32.6 0 76 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-242c0 -126 -34 -192 -88 -235c-42 -35 -83 -36 -106 -36c-21 0 -60 17 -60 50c0 21 23 34 36 34c28 0 39 -13 48 -25c7 -10 13 -17 26 -17
+c31 0 65 28 65 208v263zM195 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-35 1 -78.6 2 -111 2c-33.7 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 80.7 -2 111 -2c30.7 0 74 1 112 2c6 -6 6 -27 0 -33
+c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="germandbls.scalt" unicode="&#xe091;" horiz-adv-x="769" 
+d="M725 448c5.5 -38 6 -77 4 -106c-9 -5 -18 -5 -27 -2c-15 64 -59 97 -108 97c-52 0 -80 -28 -80 -71c0 -42.5 47 -67 97 -91c48.1 -23.1 139 -68 139 -146c0 -86.1 -57 -141 -146 -141c-77 0 -106 17 -125 17c-12 0 -22 -2 -33 -6c-7 32 -8.70001 70.5 -11 141
+c9.89999 3.8 19 4.5 32 2c18 -89 63 -121 119 -121c59 0 86 28 86 86c0 57 -43 80 -108 110c-41 19 -119 58 -119 131c0 82 78 122 148 122c81 0 107 -22 132 -22zM339 448c5.5 -38 6 -77 4 -106c-9 -5 -18 -5 -27 -2c-15 64 -59 97 -108 97c-52 0 -80 -28 -80 -71
+c0 -42.5 47 -67 97 -91c48.1 -23.1 139 -68 139 -146c0 -86.1 -57 -141 -146 -141c-77 0 -106 17 -125 17c-12 0 -22 -2 -33 -6c-7 32 -8.7 70.5 -11 141c9.9 3.8 19 4.5 32 2c18 -89 63 -121 119 -121c59 0 86 28 86 86c0 57 -43 80 -108 110c-41 19 -119 58 -119 131
+c0 82 78 122 148 122c81 0 107 -22 132 -22z" />
+    <glyph glyph-name="hyphen.sc" unicode="&#xe06d;" horiz-adv-x="338" 
+d="M271 204h-216c-9 0 -15 9 -15 19c0 18 13 41 25 41h219c10 0 14 -10 14 -20c0 -12 -14 -40 -27 -40z" />
+    <glyph glyph-name="ampersand.alt" unicode="&#xe050;" horiz-adv-x="722" 
+d="M125 131l131 230c-9 14 -25 26 -47 26c-67 0 -117 -82 -117 -151c0 -20 8 -66 33 -105zM39 179c0 192 141 259 235 259c8 0 16 -2 23 -5l68 118c10 19 19 35 19 51c0 17 -17 32 -37 32c-28 0 -44 -22 -44 -52c0 -4 1 -9 1 -13l-22 -2c-1 7 -2 15 -2 21c0 52 35 83 89 83
+c35 0 55 -22 55 -46c0 -12 -14 -43 -25 -63l-258 -453c26 -28 63 -50 116 -50c193 0 261 183 267 315c-24 19 -54 39 -97 39c-17 0 -30 -4 -30 -17c0 -15 8 -21 17 -27c8 -7 17 -14 17 -32c0 -21 -18 -41 -36 -41c-19 0 -41 11 -41 51c0 56 33 105 112 105
+c47 0 86 -21 116 -39c18 -10 32 -18 43 -18c8 0 11 3 11 8s-3 12 -7 19c-5 10 -9 21 -9 31c0 25 14 38 31 38c18 0 36 -12 36 -38c0 -76 -57 -105 -81 -105c-18 0 -37 2 -52 11c-14 -229 -169 -371 -327 -371c-103 0 -188 85 -188 191z" />
+    <glyph glyph-name="uni032D" unicode="&#x32d;" 
+d="M-169 -82c28 -46 66 -89 101 -129l-21 -14c-39 29 -73 54 -106 90c-37 -38 -70 -63 -107 -90l-20 14c35 39 73 84 103 129h50z" />
+    <glyph glyph-name="uni032C" unicode="&#x32c;" 
+d="M-229 -220c-29 47 -66 90 -101 130l20 13c39 -28 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50z" />
+    <glyph glyph-name="uni02AE" unicode="&#x2ae;" horiz-adv-x="570" 
+d="M216 167c0 -70 16 -132 78 -132c29 0 72 26 120 73v250c0 29 -10 44 -43 44h-19c-4 0 -8 3 -8 8v19l2 2s68 -2 107 -2c36 0 104 2 104 2l2 -2v-19c0 -5 -3 -8 -8 -8h-19c-34 0 -43 -16 -43 -44v-467c0 -47 10 -67 30 -67l32 3c3 1 5 -2 5 -5l2 -25c-16 0 -52 -5 -69 -9
+c-18 -3 -33 -8 -53 -17h-22v299c-67 -67 -125 -82 -164 -82c-104 0 -108 100 -108 209c0 151 -4 216 -39 216c-11 0 -16 -5 -20 -15c-4 -16 -15 -40 -38 -40c-3 0 -28 3 -28 35c0 34 60 49 89 49c107 0 110 -100 110 -275z" />
+
+<!--
+Ende{IPA Extensions}
+-->
+    <glyph glyph-name="uni02AF" unicode="&#x2af;" horiz-adv-x="592" 
+d="M489 9c0 -141 17 -209 48 -209c10 0 16 5 19 14c5 17 15 40 38 40c4 0 29 -3 29 -35c0 -33 -61 -48 -90 -48c-99 0 -119 110 -119 268v31c-67 -67 -125 -82 -164 -82c-108 0 -108 121 -108 206c0 150 -1 219 -23 219c-10 0 -15 -5 -19 -15c-5 -16 -15 -40 -38 -40
+c-3 0 -29 3 -29 35c0 34 61 49 90 49c89 0 93 -108 93 -278c0 -69 16 -129 78 -129c29 0 72 26 120 73v250c0 29 -10 44 -43 44h-19c-4 0 -8 3 -8 8v19l2 2s68 -2 107 -2c36 0 104 2 104 2l2 -2v-19c0 -5 -3 -8 -8 -8h-19c-34 0 -43 -16 -43 -44v-349z" />
+    <glyph glyph-name="uni2474" unicode="&#x2474;" horiz-adv-x="844" 
+d="M475 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5
+c-1.70001 -13 -3 -74 -3 -134v-347zM56.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13
+c-159.1 137.7 -162.1 314.5 -162.1 348.9zM774.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13
+c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2475" unicode="&#x2475;" horiz-adv-x="844" 
+d="M247 468c0 60 69 142 180 142c81 0 169 -44 169 -152c0 -76 -43 -120 -100 -175l-101 -97c-5 -5 -74 -73 -74 -121h178c36 0 53 25 70 96c10 2 23 0 29 -5c-1 -30 -11 -105 -24 -158c0 0 -46 2 -78 2h-175c-32 0 -83 -2 -83 -2c0 59 16 107 114 207l74 73
+c59 60 82 112 82 176c0 96 -51 121 -87 121c-73 0 -99 -36 -99 -61c0 -8 6 -17 8 -24s4 -13 4 -21c0 -22.1 -30 -40 -47 -40c-21 0 -40 18 -40 39zM50.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3
+c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM770.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3
+c0 201.2 -89.5 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2476" unicode="&#x2476;" horiz-adv-x="844" 
+d="M412 575c-26 0 -95 -12 -95 -76c0 -19 -4 -52 -39 -52c-24 0 -34 20 -34 34c0 33 42 129 189 129c52.3 0 87.2 -16.9 109 -39c24.3 -24.6 31.4 -49.1 31.4 -79.1c0 -52.7 -23.1 -94.3 -105.4 -132.9l1 -2c59 -10 141 -49 141 -158c0 -132 -106 -209 -225 -209
+c-60 0 -144 27 -144 67c0 16 21 35 42 35c20 0 33 -12 43 -26c12 -18 21 -41 72 -41c35 0 124 27 124 160c0 113 -74 129 -131 129c-13 0 -31 0 -48 -2l-5 32c99.1 14.1 157.1 90.5 157.1 140.7c0 64.3 -39.9 90.3 -83.1 90.3zM58.7 271.8c0 142.3 71.1 270.1 162.1 348.1
+c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM777.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1
+c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2477" unicode="&#x2477;" horiz-adv-x="844" 
+d="M468 507c-69 -94.2 -139.7 -205.8 -191 -288h191v288zM627 219c11 0 15 -6 15 -16c0 -12 -15 -31 -29 -31h-69v-92c0 -47 21 -45 70 -49c6 -6 6 -27 0 -33c-32 1 -69.6 2 -109 2c-46 0 -86 -1 -118 -2c-6 6 -6 27 0 33c43 3 81 3 81 49v92h-204c-30 0 -36 27 -39 42
+c91.5 143 208 307.5 271 385c3.70001 4.5 9 11 16 11h32l2 -2c-1.70001 -7.79999 -2 -47 -2 -97v-292h83zM66.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9
+c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM787.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5 306.7 -114.7 335.8
+c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2478" unicode="&#x2478;" horiz-adv-x="844" 
+d="M522 189c0 109 -51 152 -116 152c-36 0 -74 -4 -127 -24l34 288c35 -3 71 -5 108 -5c53 0 107 5 164 11l7 -4l-16 -68c-41 -4 -75 -6 -105 -6c-48 0 -80 5 -117 9l-20 -167c18 7 55 16 98 16c112 0 179 -87 179 -184c0 -126 -88 -218 -212 -218c-57 0 -142 34 -142 75
+c0 20 19 37 38 37c21 0 38 -15 51 -32c15 -20 28 -45 66 -45c60 0 110 70 110 165zM58.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9
+c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM785.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5 306.7 -114.7 335.8
+c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2479" unicode="&#x2479;" horiz-adv-x="844" 
+d="M330.2 307c-5.90002 -28.8 -8.20001 -55.5 -8.20001 -78c0 -171 57 -205 120 -205c49 0 91 50 91 160c0 50 -22 146 -120 146c-17.4 0 -50 -1.39999 -82.8 -23zM339.3 343.3c29.8 13.7 68.7 21.7 94.7 21.7c136 0 182 -77 182 -163s-54 -213 -185 -213
+c-77 0 -192 40 -192 243c0 79 31 170 93 242c56 65 118 107 219 137c8 -5 12 -14 12 -26c-133 -49.8 -196.6 -150.8 -223.7 -241.7zM57.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3
+c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM777.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3
+c0 201.2 -89.5 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni247A" unicode="&#x247a;" horiz-adv-x="844" 
+d="M370 535c-32 0 -65 -7 -87 -87c-11 -1.29999 -21.1 -0.100006 -32 3c8 52 19 112 20 160c0 3 1 3 4 3c18 -4 16 -14 50 -14h206c38 0 60 6 77 11l16 -12c-112 -273 -167 -439 -224 -609l-68 -3l-8 7c68 152 147 347 225 541h-179zM45.7 271.8
+c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM804.3 269.8
+c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni247B" unicode="&#x247b;" horiz-adv-x="844" 
+d="M427 554c-57 0 -94 -45 -94 -89c0 -29 15 -63 75 -102l28 -19c26 19 85 65 85 116c0 44 -32 94 -94 94zM580 459c0 -61 -69 -108 -111 -136l58 -40c48 -32 74 -75 74 -130c0 -72 -59 -165 -183 -165c-100 0 -168 53 -168 150c0 37 15 80 54 114c24 21 44 38 68 55l-17 11
+c-57 38 -85 76 -85 129c0 73 65 131 162 131c93 0 148 -51 148 -119zM420 16c43 0 118 23 118 118c0 45 -26 90 -86 126l-45 27c-81 -55 -99 -121 -99 -149c0 -85 69 -122 112 -122zM65.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8
+c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM785.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8
+c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni247C" unicode="&#x247c;" horiz-adv-x="844" 
+d="M549.8 292c5.90002 28.8 8.20001 55.5 8.20001 78c0 171 -57 205 -120 205c-49 0 -91 -50 -91 -160c0 -50 22 -146 120 -146c17.4 0 50 1.39999 82.8 23zM540.7 255.7c-29.8 -13.7 -68.7 -21.7 -94.7 -21.7c-136 0 -182 77 -182 163s54 213 185 213
+c77 0 192 -40 192 -243c0 -79 -31 -170 -93 -242c-56 -65 -118 -107 -219 -137c-8 5 -12 14 -12 26c133 49.8 196.6 150.8 223.7 241.7zM59.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3
+c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM787.3 269.8c0 -142.3 -71.2 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3
+c0 201.2 -89.5 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni247D" unicode="&#x247d;" horiz-adv-x="1235" 
+d="M794 575c-45 0 -106 -46 -106 -292c0 -87 10 -258 103 -258c18 0 67 9 89 91c14 51 17 114 17 206c0 134 -27 210 -58 236c-12 11 -28 17 -45 17zM790 -10c-38.7 0 -73 13.6 -101.4 42c-54.7 54.5 -87.6 155.4 -87.6 262c0 198 94 316 193 316c54 0 95.8 -30.3 122 -65
+c44 -58 68 -143 68 -242c0 -235 -117 -313 -194 -313zM470 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27
+c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM64.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9
+c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1164.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8
+c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni247E" unicode="&#x247e;" horiz-adv-x="1235" 
+d="M841 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5
+c-1.70001 -13 -3 -74 -3 -134v-347zM488 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27
+c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM70.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9
+c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1166.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8
+c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni247F" unicode="&#x247f;" horiz-adv-x="1235" 
+d="M635 468c0 60 69 142 180 142c81 0 169 -44 169 -152c0 -76 -43 -120 -100 -175l-101 -97c-5 -5 -74 -73 -74 -121h178c36 0 53 25 70 96c10 2 23 0 29 -5c-1 -30 -11 -105 -24 -158c0 0 -46 2 -78 2h-175c-32 0 -83 -2 -83 -2c0 59 16 107 114 207l74 73
+c59 60 82 112 82 176c0 96 -51 121 -87 121c-73 0 -99 -36 -99 -61c0 -8 6 -17 8 -24s4 -13 4 -21c0 -22.1 -30 -40 -47 -40c-21 0 -40 18 -40 39zM488 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33
+c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM70.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8
+c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1166.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8
+c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2480" unicode="&#x2480;" horiz-adv-x="1235" 
+d="M804 575c-26 0 -95 -12 -95 -76c0 -19 -4 -52 -39 -52c-24 0 -34 20 -34 34c0 33 42 129 189 129c52.3 0 87.2 -16.9 109 -39c24.3 -24.6 31.4 -49.1 31.4 -79.1c0 -52.7 -23.1 -94.3 -105.4 -132.9l1 -2c59 -10 141 -49 141 -158c0 -132 -106 -209 -225 -209
+c-60 0 -144 27 -144 67c0 16 21 35 42 35c20 0 33 -12 43 -26c12 -18 21 -41 72 -41c35 0 124 27 124 160c0 113 -74 129 -131 129c-13 0 -31 0 -48 -2l-5 32c99.1 14.1 157.1 90.5 157.1 140.7c0 64.3 -39.9 90.3 -83.1 90.3zM488 122c0 -83 17 -88 87 -91
+c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347z
+M70.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1166.3 269.8
+c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2481" unicode="&#x2481;" horiz-adv-x="1235" 
+d="M832 507c-69 -94.2 -139.7 -205.8 -191 -288h191v288zM991 219c11 0 15 -6 15 -16c0 -12 -15 -31 -29 -31h-69v-92c0 -47 21 -45 70 -49c6 -6 6 -27 0 -33c-32 1 -69.6 2 -109 2c-46 0 -86 -1 -118 -2c-6 6 -6 27 0 33c43 3 81 3 81 49v92h-204c-30 0 -36 27 -39 42
+c91.5 143 208 307.5 271 385c3.70001 4.5 9 11 16 11h32l2 -2c-1.70001 -7.79999 -2 -47 -2 -97v-292h83zM488 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58
+c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM70.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3
+c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1166.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3
+c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2482" unicode="&#x2482;" horiz-adv-x="1235" 
+d="M909 189c0 109 -51 152 -116 152c-36 0 -74 -4 -127 -24l34 288c35 -3 71 -5 108 -5c53 0 107 5 164 11l7 -4l-16 -68c-41 -4 -75 -6 -105 -6c-48 0 -80 5 -117 9l-20 -167c18 7 55 16 98 16c112 0 179 -87 179 -184c0 -126 -88 -218 -212 -218c-57 0 -142 34 -142 75
+c0 20 19 37 38 37c21 0 38 -15 51 -32c15 -20 28 -45 66 -45c60 0 110 70 110 165zM489 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25
+c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM70.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3
+c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1166.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3
+c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2483" unicode="&#x2483;" horiz-adv-x="1235" 
+d="M692.2 307c-5.90002 -28.8 -8.20001 -55.5 -8.20001 -78c0 -171 57 -205 120 -205c49 0 91 50 91 160c0 50 -22 146 -120 146c-17.4 0 -50 -1.39999 -82.8 -23zM701.3 343.3c29.8 13.7 68.7 21.7 94.7 21.7c136 0 182 -77 182 -163s-54 -213 -185 -213
+c-77 0 -192 40 -192 243c0 79 31 170 93 242c56 65 118 107 219 137c8 -5 12 -14 12 -26c-133 -49.8 -196.6 -150.8 -223.7 -241.7zM488 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326
+c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM70.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8
+c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1166.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8
+c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2484" unicode="&#x2484;" horiz-adv-x="1235" 
+d="M719 535c-32 0 -65 -7 -87 -87c-11 -1.29999 -21.1 -0.100006 -32 3c8 52 19 112 20 160c0 3 1 3 4 3c18 -4 16 -14 50 -14h206c38 0 60 6 77 11l16 -12c-112 -273 -167 -439 -224 -609l-68 -3l-8 7c68 152 147 347 225 541h-179zM478 122c0 -83 17 -88 87 -91
+c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347z
+M60.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1156.3 269.8
+c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2485" unicode="&#x2485;" horiz-adv-x="1235" 
+d="M791 554c-57 0 -94 -45 -94 -89c0 -29 15 -63 75 -102l28 -19c26 19 86 65 86 116c0 44 -33 94 -95 94zM944 459c0 -61 -69 -108 -111 -136l59 -40c47 -32 73 -75 73 -130c0 -72 -59 -165 -182 -165c-100 0 -169 53 -169 150c0 37 15 80 54 114c24 21 44 38 68 55l-16 11
+c-58 38 -86 76 -86 129c0 73 66 131 162 131c93 0 148 -51 148 -119zM785 16c43 0 117 23 117 118c0 45 -26 90 -86 126l-45 27c-81 -55 -99 -121 -99 -149c0 -85 69 -122 113 -122zM488 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2
+c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM70.7 271.8
+c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1166.3 269.8
+c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2486" unicode="&#x2486;" horiz-adv-x="1235" 
+d="M918.8 292c5.90002 28.8 8.20001 55.5 8.20001 78c0 171 -57 205 -120 205c-49 0 -91 -50 -91 -160c0 -50 22 -146 120 -146c17.4 0 50 1.39999 82.8 23zM909.7 255.7c-29.8 -13.7 -68.7 -21.7 -94.7 -21.7c-136 0 -182 77 -182 163s54 213 185 213
+c77 0 192 -40 192 -243c0 -79 -31 -170 -93 -242c-56 -65 -118 -107 -219 -137c-8 5 -12 14 -12 26c133 49.8 196.6 150.8 223.7 241.7zM483 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33c70 3 97 8 97 91v326
+c0 34 -3.5 58 -20 58c-19 0 -41.5 -6 -87 -25c-9 6.10001 -13.4 15.6 -15 27c88 41 140.7 65.7 196 100c3.5 0 6 -0.200012 6 -5c-1.70001 -13 -3 -74 -3 -134v-347zM65.7 271.8c0 142.3 71.1 270.1 162.1 348.1c8.7 -0.600037 13.5 -6 16.1 -13.8
+c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1161.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1c-8.69995 0.600006 -13.4 6 -16 13.8
+c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni2487" unicode="&#x2487;" horiz-adv-x="1235" 
+d="M835 575c-45 0 -106 -46 -106 -292c0 -87 10 -258 103 -258c18 0 67 9 89 91c14 51 17 114 17 206c0 134 -27 210 -58 236c-12 11 -28 17 -45 17zM831 -10c-38.7 0 -73 13.6 -101.4 42c-54.7 54.5 -87.6 155.4 -87.6 262c0 198 94 316 193 316c54 0 95.8 -30.3 122 -65
+c44 -58 68 -143 68 -242c0 -235 -117 -313 -194 -313zM259 468c0 60 69 142 180 142c81 0 169 -44 169 -152c0 -76 -43 -120 -100 -175l-101 -97c-5 -5 -74 -73 -74 -121h178c36 0 53 25 70 96c10 2 23 0 29 -5c-1 -30 -11 -105 -24 -158c0 0 -46 2 -78 2h-175
+c-32 0 -83 -2 -83 -2c0 59 16 107 114 207l74 73c59 60 82 112 82 176c0 96 -51 121 -87 121c-73 0 -99 -36 -99 -61c0 -8 6 -17 8 -24s4 -13 4 -21c0 -22.1 -30 -40 -47 -40c-21 0 -40 18 -40 39zM68.7 271.8c0 142.3 71.1 270.1 162.1 348.1
+c8.7 -0.600037 13.5 -6 16.1 -13.8c-24.5 -27.5 -114.7 -133.1 -114.7 -334.3c0 -201.2 89.5 -306.8 114.7 -335.9c-2.29999 -6.1 -8.39999 -11.5 -16.1 -13c-159.1 137.7 -162.1 314.5 -162.1 348.9zM1164.3 269.8c0 -142.3 -71.2001 -270.1 -162.2 -348.1
+c-8.69995 0.600006 -13.4 6 -16 13.8c24.5 27.5 114.7 133.1 114.7 334.3c0 201.2 -89.5001 306.7 -114.7 335.8c2.30005 6.10004 8.40002 11.5 16 13c159.1 -137.7 162.2 -314.4 162.2 -348.8z" />
+    <glyph glyph-name="uni24EB" unicode="&#x24eb;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM450 413c12 0 14 -10 14 -42v-152c0 -22 -14 -37 -30 -37h-36c-3 0 -7 -3 -7 -5v-21s60 1 98 1c33 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-28c-14 0 -25 15 -25 37v261h-16
+c-44 -27 -70 -39 -117 -56l10 -27c14 7 44 16 57 16zM236 413c13 0 15 -10 15 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s59 1 97 1c34 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-27c-14 0 -26 15 -26 37v261h-16c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 57 16z
+" />
+    <glyph glyph-name="uni24EC" unicode="&#x24ec;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM406 376c10 0 28 8 28 24c0 8 -5 16 -5 24c0 14 11 29 54 29c18 0 53 -13 53 -60c0 -54 -22 -77 -67 -112c-48 -38 -91 -80 -91 -128h206c3 29 10 64 19 94l-24 6
+c-11 -29 -27 -67 -58 -67h-81c0 30 24 59 66 89c56 40 89 74 89 120c0 63 -58 83 -108 83c-79 0 -107 -51 -107 -78c0 -13 14 -24 26 -24zM227 413c12 0 14 -10 14 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s60 1 98 1c33 0 86 -1 86 -1v21c0 4 -3 5 -6 5
+h-28c-14 0 -26 15 -26 37v261h-16c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 58 16z" />
+    <glyph glyph-name="uni24ED" unicode="&#x24ed;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM520 413c0 -41 -30 -67 -74 -73l2 -24c8 1 13 2 20 2c24 0 78 -7 78 -64c0 -69 -57 -82 -76 -82c-32 0 -42 8 -50 18c-6 7 -12 14 -26 14c-11 0 -24 -10 -24 -20
+c0 -21 52 -37 89 -37c80 0 146 46 146 115c0 58 -47 85 -80 88c29 16 51 39 51 68c0 37 -33 59 -85 59c-87 0 -116 -53 -116 -70c0 -3 4 -18 23 -18c23 0 25 17 26 29c1 25 35 35 55 35s41 -9 41 -40zM221 413c12 0 14 -10 14 -42v-152c0 -22 -13 -37 -30 -37h-35
+c-4 0 -8 -3 -8 -5v-21s60 1 98 1c33 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-28c-13 0 -25 15 -25 37v261h-16c-43 -27 -70 -39 -117 -56l10 -27c15 7 44 16 57 16z" />
+    <glyph glyph-name="uni24EE" unicode="&#x24ee;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM530 393c0 8 -8 10 -13 10c-7 0 -19 -12 -26 -21c-2 -3 -7 -11 -7 -18v-76h-91c23 34 82 116 127 186l-30 9c-41 -56 -109 -152 -154 -218l4 -12h144v-50
+c0 -21 -5 -24 -23 -24h-14c-4 0 -5 -3 -5 -4v-21s37 1 61 1c27 0 70 -1 70 -1v20c0 2 -1 5 -5 5h-16c-18 0 -22 6 -22 25v49h52l2 35h-54v105zM236 413c13 0 15 -10 15 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s59 1 97 1c34 0 86 -1 86 -1v21
+c0 4 -3 5 -6 5h-27c-14 0 -26 15 -26 37v261h-16c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 57 16z" />
+    <glyph glyph-name="uni24EF" unicode="&#x24ef;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM532 250c0 -42 -17 -79 -62 -79c-22 0 -33 10 -42 19c-8 8 -15 15 -29 15c-10 0 -22 -9 -22 -21c0 -24 60 -38 94 -38c70 0 118 54 118 113c0 54 -36 106 -113 106
+c-15 0 -40 -5 -49 -10l12 81h125v1l5 33h-153l-21 -142l5 -4c15 8 36 14 57 14c72 0 75 -59 75 -88zM227 413c12 0 14 -10 14 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s60 1 98 1c33 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-28c-14 0 -26 15 -26 37v261h-16
+c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 58 16z" />
+    <glyph glyph-name="uni24F0" unicode="&#x24f0;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM534 244c0 -37 -8 -72 -52 -72c-28 0 -67 23 -67 107v19c22 17 43 23 57 23c57 0 62 -55 62 -77zM590 249c0 17 -10 96 -107 96c-25 0 -52 -16 -66 -31
+c11 59 46 125 155 144v20c-153 -12 -211 -115 -211 -197c0 -104 72 -133 121 -133c80 0 108 65 108 101zM236 413c13 0 15 -10 15 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s59 1 97 1c34 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-27c-14 0 -26 15 -26 37v261h-16
+c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 57 16z" />
+    <glyph glyph-name="uni24F1" unicode="&#x24f1;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM441 435h100c-26 -46 -82 -170 -117 -281h34c31 105 88 227 141 318h-174c-16 0 -21 1 -21 6h-18c-1 -27 -8 -67 -13 -95l22 -3c11 48 19 55 46 55zM240 413
+c13 0 15 -10 15 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s59 1 97 1c34 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-27c-14 0 -26 15 -26 37v261h-16c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 57 16z" />
+    <glyph glyph-name="uni24F2" unicode="&#x24f2;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM482 455c36 0 51 -18 51 -45c0 -30 -23 -57 -39 -67l-20 11c-36 20 -44 42 -44 58c0 29 23 43 52 43zM577 410c0 39 -46 67 -91 67c-52 0 -100 -29 -100 -74
+c0 -29 15 -55 55 -74l12 -6c-38 -21 -82 -57 -82 -94c0 -65 67 -82 111 -82c90 0 121 58 121 90c0 31 -18 56 -49 73l-39 21c59 34 62 64 62 79zM475 312l29 -15c40 -20 45 -45 45 -70c0 -41 -29 -58 -66 -58c-23 0 -64 16 -64 60c0 34 40 74 56 83zM236 413
+c13 0 15 -10 15 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s59 1 97 1c34 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-27c-14 0 -26 15 -26 37v261h-16c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 57 16z" />
+    <glyph glyph-name="uni24F3" unicode="&#x24f3;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM438 381c0 37 7 72 51 72c29 0 68 -23 68 -107v-19c-22 -17 -44 -23 -58 -23c-57 0 -61 55 -61 77zM382 376c0 -17 10 -96 106 -96c25 0 52 16 67 31
+c-12 -59 -46 -125 -156 -144v-20c154 12 214 115 214 197c0 104 -74 133 -124 133c-79 0 -107 -65 -107 -101zM234 413c13 0 15 -10 15 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s59 1 97 1c34 0 86 -1 86 -1v21c0 4 -3 5 -5 5h-28c-14 0 -26 15 -26 37v261
+h-16c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 57 16z" />
+    <glyph glyph-name="uni24F4" unicode="&#x24f4;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM502 452c48 0 63 -73 63 -127c0 -77 -6 -154 -65 -154c-54 0 -62 78 -62 134c0 53 1 147 64 147zM499 147c59 0 125 49 125 168c0 121 -64 162 -122 162
+c-68 0 -123 -73 -123 -166c0 -85 51 -164 120 -164zM160 376c9 0 28 8 28 24c0 8 -5 16 -5 24c0 14 11 29 54 29c18 0 53 -13 53 -60c0 -54 -22 -77 -67 -112c-48 -38 -91 -80 -91 -128h206c3 29 10 64 18 94l-23 6c-11 -29 -27 -67 -59 -67h-80c0 30 24 59 66 89
+c55 40 89 74 89 120c0 63 -58 83 -108 83c-79 0 -107 -51 -107 -78c0 -13 13 -24 26 -24z" />
+    <glyph glyph-name="uni24F5" unicode="&#x24f5;" horiz-adv-x="777" 
+d="M417.5 235.4c0 -48.6 9.89999 -51.5 50.9 -53.3c3.5 -3.5 3.5 -15.8 0 -19.3c-29.2 0.599991 -43.6 1.2 -71.4 1.2c-31.7 0 -52.6 -0.600006 -81.3 -1.2c-3.5 3.5 -3.5 15.8 0 19.3c40.9 1.79999 56.7 4.7 56.7 53.3v190.7c0 19.9 -2 33.9 -11.7 33.9
+c-11.1 0 -24.3 -3.5 -50.9 -14.6c-5.19998 3.60001 -7.79999 9.10001 -8.69998 15.8c51.5 24 82.2 38.4 114.6 58.5c2 0 3.5 -0.100037 3.5 -2.90002c-1 -7.59998 -1.70001 -43.3 -1.70001 -78.4v-203zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7
+c190.5 0 345.5 -152.5 345.5 -341.7s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1
+s128.4 269.8 280.5 269.8c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24F6" unicode="&#x24f6;" horiz-adv-x="779" 
+d="M290.7 436.8c0 35.1 40.4 83 105.3 83c47.4 0 98.8 -25.7 98.8 -88.9c0 -44.5 -25.2 -70.1 -58.5 -102.3l-59 -56.8c-2.89999 -2.89999 -43.3 -42.7 -43.3 -70.8h104.1c21.1 0 31.1 14.7 41 56.2c5.89999 1.19998 13.4 0 16.9 -2.90001
+c-0.600006 -17.5 -6.39999 -61.5 -14 -92.5c0 0 -27 1.2 -45.7 1.2h-102.3c-18.7 0 -48.6 -1.2 -48.6 -1.2c0 34.5 9.39999 62.6 66.7 121.1l43.3 42.7c34.5 35.1 48 65.6 48 103c0 56.2 -29.8 70.8 -50.9 70.8c-42.7 0 -57.9 -21.1 -57.9 -35.7
+c0 -4.70001 3.39999 -9.90002 4.60001 -14c1.19998 -4.10001 2.39999 -7.60001 2.39999 -12.3c0 -12.9 -17.6 -23.4 -27.5 -23.4c-12.3 0 -23.4 10.5 -23.4 22.8zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7
+s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8
+c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24F7" unicode="&#x24f7;" horiz-adv-x="777" 
+d="M384.8 502.4c-15.2 0 -55.6 -7.10001 -55.6 -44.5c0 -11.1 -2.30002 -30.4 -22.8 -30.4c-14 0 -19.9 11.7 -19.9 19.9c0 19.3 24.6 75.4 110.6 75.4c30.6 0 50.9 -9.79999 63.7 -22.7c14.2 -14.4 18.4 -28.7 18.4 -46.3c0 -30.8 -13.5 -55.2 -61.7 -77.8
+l0.600006 -1.20001c34.5 -5.79999 82.5 -28.6 82.5 -92.4c0 -77.2 -62 -122.2 -131.6 -122.2c-35.1 0 -84.3 15.7 -84.3 39.1c0 9.39999 12.3 20.5 24.6 20.5c11.7 0 19.4 -7 25.2 -15.2c7 -10.5 12.3 -24 42.1 -24c20.5 0 72.5 15.8 72.5 93.6
+c0 66.1 -43.3 75.5 -76.6 75.5c-7.60001 0 -18.2 0 -28.1 -1.20001l-2.89999 18.7c58 8.19998 91.9 52.9 91.9 82.3c0 37.6 -23.3 52.9 -48.6 52.9zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7
+s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8
+c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24F8" unicode="&#x24f8;" horiz-adv-x="777" 
+d="M400.5 460.6c-40.3 -55.1 -81.7 -120.4 -111.7 -168.5h111.7v168.5zM493.5 292.1c6.39999 0 8.79999 -3.39999 8.79999 -9.30002c0 -7 -8.69998 -18.2 -16.9 -18.2h-40.4v-53.8c0 -27.5 12.2 -26.4 40.9 -28.7c3.5 -3.5 3.5 -15.8 0 -19.3
+c-18.7 0.599991 -40.7 1.2 -63.7 1.2c-26.9 0 -50.3 -0.600006 -69 -1.2c-3.5 3.5 -3.5 15.8 0 19.3c25.2 1.79999 47.3 1.79999 47.3 28.7v53.8h-119.3c-17.6 0 -21 15.8 -22.8 24.6c53.5 83.7 121.6 179.9 158.5 225.2c2.20001 2.59998 5.30002 6.39996 9.39999 6.39996
+h18.7l1.20001 -1.09998c-1 -4.60004 -1.20001 -27.6 -1.20001 -56.8v-170.8h48.5zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7
+c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3
+c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24F9" unicode="&#x24f9;" horiz-adv-x="777" 
+d="M448.6 275.6c0 63.8 -29.8 88.9 -67.8 88.9c-21.1 0 -43.3 -2.39999 -74.3 -14.1l19.8 168.5c20.5 -1.80005 41.6 -2.90002 63.2 -2.90002c31 0 62.7 2.90002 96 6.40002l4.10001 -2.30005l-9.39999 -39.8c-24 -2.29999 -43.9 -3.5 -61.4 -3.5
+c-28.1 0 -46.9 3 -68.5 5.30002l-11.7 -97.7c10.5 4.10001 32.2 9.30002 57.4 9.30002c65.5 0 104.7 -50.9 104.7 -107.6c0 -73.7 -51.5 -127.5 -124 -127.5c-33.3 0 -83.1 19.8 -83.1 43.8c0 11.7 11.1 21.7 22.2 21.7c12.3 0 22.3 -8.8 29.9 -18.7
+c8.79999 -11.7 16.4 -26.4 38.6 -26.4c35.1 0 64.3 41 64.3 96.6zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7
+c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3
+c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24FA" unicode="&#x24fa;" horiz-adv-x="777" 
+d="M323.1 342.6c-3.39999 -16.8 -4.80002 -32.4 -4.80002 -45.6c0 -100 33.3 -120 70.2 -120c28.7 0 53.2 29.3 53.2 93.6c0 29.2 -12.9 85.4 -70.2 85.4c-10.2 0 -29.2 -0.799988 -48.4 -13.4zM328.4 363.9c17.4 8 40.2 12.6 55.4 12.6c79.6 0 106.5 -45 106.5 -95.3
+c0 -50.3 -31.6 -124.6 -108.2 -124.6c-45 0 -112.4 23.3 -112.4 142.1c0 46.2 18.1 99.5 54.4 141.6c32.8 38 69.1 62.6 128.2 80.1c4.70001 -2.90002 7 -8.20001 7 -15.2c-77.8 -29.1 -115.1 -88.1 -130.9 -141.3zM387.4 -15c-190.5 0 -344 154 -344 343.2
+s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51
+c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7
+c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24FB" unicode="&#x24fb;" horiz-adv-x="777" 
+d="M368.5 479c-18.7 0 -38 -4.10001 -50.9 -50.9c-6.39999 -0.800018 -12.4 -0.100006 -18.8 1.69998c4.70001 30.4 11.1 65.5 11.7 93.6c0 1.79999 0.600006 1.79999 2.39999 1.79999c10.5 -2.29999 9.30002 -8.20001 29.2 -8.20001h120.5c22.2 0 35.2 3.5 45.1 6.40002
+l9.29999 -7c-65.5 -159.7 -97.7 -256.8 -131 -356.2l-39.8 -1.8l-4.70001 4.10001c39.8 88.9 86.1 203 131.7 316.5h-104.7zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7s-155 -343.2 -345.5 -343.2zM387.4 647.9
+c-178.7 0 -321.9 -143.7 -321.9 -319.7c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8c152.1 0 282.1 -115.8 282.1 -269.8
+c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24FC" unicode="&#x24fc;" horiz-adv-x="777" 
+d="M388 490c-34 0 -55 -26 -55 -52c0 -17 8 -37 43 -60l17 -10c15 11 50 37 50 67c0 26 -19 55 -55 55zM477 435c0 -36 -40 -64 -64 -80l33 -23c29 -19 43 -44 43 -76c0 -43 -34 -97 -106 -97c-59 0 -99 31 -99 88c0 22 9 47 31 67c15 12 26 21 40 32l-9 6
+c-34 23 -50 44 -50 76c0 42 38 76 95 76c54 0 86 -29 86 -69zM384 175c25 0 69 14 69 70c0 26 -15 52 -51 73l-26 16c-47 -32 -58 -71 -58 -87c0 -50 40 -72 66 -72zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7
+s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8
+c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24FD" unicode="&#x24fd;" horiz-adv-x="777" 
+d="M475.5 337.8c3.39999 16.8 4.70001 32.5 4.70001 45.7c0 100 -33.3 119.9 -70.2 119.9c-28.7 0 -53.2 -29.3 -53.2 -93.6c0 -29.2 12.9 -85.4 70.2 -85.4c10.2 0 29.3 0.800018 48.5 13.4zM470.1 316.6c-17.5 -8 -40.2 -12.7 -55.4 -12.7c-79.6 0 -106.5 45 -106.5 95.3
+c0 50.3 31.7 124.6 108.3 124.6c45 0 112.3 -23.3 112.3 -142.1c0 -46.2 -18.1 -99.5 -54.4 -141.6c-32.8 -38 -69 -62.6 -128.1 -80.1c-4.69998 2.89999 -7 8.2 -7 15.2c77.8 29.1 115 88.2 130.8 141.4zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7
+c190.5 0 345.5 -152.5 345.5 -341.7s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1
+s128.4 269.8 280.5 269.8c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24FE" unicode="&#x24fe;" horiz-adv-x="787" 
+d="M330.5 235.4c0 -48.6 9.89999 -51.5 50.9 -53.3c3.5 -3.5 3.5 -15.8 0 -19.3c-29.2 0.599991 -43.6 1.2 -71.4 1.2c-31.7 0 -52.6 -0.600006 -81.3 -1.2c-3.5 3.5 -3.5 15.8 0 19.3c40.9 1.79999 56.7 4.7 56.7 53.3v190.7c0 19.9 -2 33.9 -11.7 33.9
+c-11.1 0 -24.3 -3.5 -50.9 -14.6c-5.2 3.60001 -7.8 9.10001 -8.7 15.8c51.5 24 82.2 38.4 114.6 58.5c2 0 3.5 -0.100037 3.5 -2.90002c-1 -7.59998 -1.70001 -43.3 -1.70001 -78.4v-203zM493.7 505.4c-26.3 0 -62 -26.9 -62 -170.8c0 -50.9 5.89999 -151 60.3 -151
+c10.5 0 39.1 5.29999 52 53.3c8.20001 29.8 10 66.7 10 120.5c0 78.4 -15.9 122.8 -34 138c-7 6.39999 -16.4 10 -26.3 10zM491.4 163.2c-22.6 0 -42.8 7.90001 -59.4 24.5c-32 31.9 -51.2 91 -51.2 153.3c0 115.8 55 184.8 112.9 184.8c31.6 0 56.1 -17.7 71.4 -38
+c25.7 -33.9 39.8 -83.6 39.8 -141.5c0 -137.5 -68.5 -183.1 -113.5 -183.1zM387.4 -15c-190.5 0 -344 154 -344 343.2s153.5 341.7 344 341.7c190.5 0 345.5 -152.5 345.5 -341.7s-155 -343.2 -345.5 -343.2zM387.4 647.9c-178.7 0 -321.9 -143.7 -321.9 -319.7
+c0 -176 143.2 -319.7 321.9 -319.7c177.2 0 321.9 142.2 321.9 319.7c0 177.5 -143.2 319.7 -321.9 319.7zM387.4 51c-155 0 -280.5 126.1 -280.5 280.1s128.4 269.8 280.5 269.8c152.1 0 282.1 -115.8 282.1 -269.8c0 -155.5 -127.1 -280.1 -282.1 -280.1zM387.4 583.3
+c-141.8 0 -256.9 -114.3 -256.9 -255.1c0 -140.8 113.7 -256.7 256.9 -256.7c141.8 0 258.4 114.4 258.4 256.7c0 140.8 -116.6 255.1 -258.4 255.1z" />
+    <glyph glyph-name="uni24FF" unicode="&#x24ff;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM378 452c48 0 63 -73 63 -127c0 -77 -6 -154 -65 -154c-54 0 -63 78 -63 134c0 53 2 147 65 147zM375 146c59 0 125 50 125 169c0 121 -64 161 -122 161
+c-69 0 -123 -72 -123 -166c0 -85 50 -164 120 -164z" />
+    <glyph glyph-name="uni25CE" unicode="&#x25ce;" horiz-adv-x="564" 
+d="M282 -15c-129 0 -233 105 -233 234s104 233 233 233s234 -104 234 -233s-105 -234 -234 -234zM282 437c-121 0 -218 -98 -218 -218s97 -218 218 -218c120 0 218 97 218 218s-97 218 -218 218zM282 30c-105 0 -190 86 -190 191s87 184 190 184s191 -79 191 -184
+c0 -106 -86 -191 -191 -191zM282 393c-96 0 -174 -78 -174 -174s77 -175 174 -175c96 0 175 78 175 175c0 96 -79 174 -175 174z" />
+    <glyph glyph-name="interrobang" unicode="&#x203d;" horiz-adv-x="446" 
+d="M114 538c0 -14 2 -19 6 -24c4 -4 7 -9 7 -21c0 -21 -20 -32 -40 -32c-16 0 -41 7 -41 39c0 35 21 59 51 81c17.4 13.4 42 23.4 69.8 29.4c8.2 34.7 33.2 47.6 52.2 47.6c21 0 43.3 -14 52.1 -43.8c79.1 -11.4 128.9 -57.3 128.9 -120.2c0 -72 -52 -115 -99 -146
+c-23 -15 -43 -30 -52 -44c-4.8 -8.5 -8.5 -16.9 -11.3 -25.2c-3.2 -39.2 -4.09999 -62.7 -4.7 -70.8c-1 -12 -4 -20 -14 -20c-12 0 -14 7 -14 13c-2 20 -8 111 -15 188c-9.8 87.6 -25.5 124.9 -26 192.8c-29.6 -10.1 -50 -27.2 -50 -43.8zM165 43c0 29 24 53 53 53
+s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM274.9 575c-1.5 -59.8 -16.4 -104.5 -25.9 -186c-1.3 -10.6 -2.39999 -20.7 -3.5 -30.4c7.39999 8.39999 16.1 16.9 26.5 25.4c40 33 53 64 53 106c0 32.3 -19.9 65.8 -50.1 85z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="502" 
+d="M371.7 319.1c2.39999 28.1 3.29999 52.8 3.29999 70.9c0 100 -26 194 -93 194c-34 0 -52 -9 -62 -15c-28 -16 -50 -45 -71 -45c-19 0 -31 12 -31 30c0 26 24 41 56 47c30 6 73 16 123 16c101 0 157 -106 157 -233c0 -104 -41 -394 -249 -394c-90 0 -169 61 -169 157
+c0 112 88 223 219 223c45.2 0 83.9 -20.4 116.7 -50.9zM367.7 281.3c-36.9 28.9 -78.8 50.7 -124.7 50.7c-80 0 -126 -89 -126 -178c0 -73 35 -131 103 -131c94.3 0 133.3 143.6 147.7 258.3z" />
+    <glyph glyph-name="equivalence" unicode="&#x2261;" horiz-adv-x="527" 
+d="M461 364v-44h-395v44h395zM461 256v-44h-395v44h395zM461 149v-44h-395v44h395z" />
+    <glyph glyph-name="uni2262" unicode="&#x2262;" horiz-adv-x="527" 
+d="M461 364v-44h-149.6l-21.6 -64h171.2v-44h-185.9l-21.2 -63h207.1v-44h-221.9l-53.1 -158l-38 12l49.2 146h-131.2v44h146.1l21.2 63h-167.3v44h182.1l21.6 64h-203.7v44h218.6l68.4 203l38 -10l-64.9 -193h134.9z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="365" 
+d="M140 23c0 80 -2 106 -2 186v131c0 246 58 358 164 358c29 0 53 -18 53 -43c0 -22 -20 -39 -44 -39c-32 0 -34 33 -58 33c-21 0 -41 -37 -41 -170c0 -50 4 -122 4 -185v-119c0 -305 -64 -396 -162 -396c-32 0 -54 18 -54 43c0 20 20 37 39 37c27 0 41 -31 58 -31
+c28 0 43 118 43 195z" />
+    <glyph glyph-name="uni2776" unicode="&#x2776;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM347 409c12 0 14 -10 14 -43v-151c0 -23 -14 -37 -30 -37h-36c-3 0 -7 -3 -7 -5v-21s60 1 98 1c33 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-28c-14 0 -25 14 -25 37v261h-17
+c-43 -28 -69 -38 -116 -56l10 -26c14 5 44 15 57 15z" />
+    <glyph glyph-name="uni2777" unicode="&#x2777;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM302 376c9 0 27 8 27 24c0 8 -4 16 -4 24c0 14 10 29 53 29c18 0 54 -13 54 -60c0 -54 -22 -77 -68 -112c-47 -38 -91 -80 -91 -128h206c4 29 11 64 19 94l-24 6
+c-10 -29 -26 -68 -58 -68h-81c0 31 24 60 66 90c56 40 89 74 89 120c0 63 -57 83 -107 83c-79 0 -108 -51 -108 -78c0 -13 14 -24 27 -24z" />
+    <glyph glyph-name="uni2778" unicode="&#x2778;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM416 413c0 -41 -29 -67 -73 -73l2 -24c8 1 12 2 19 2c25 0 79 -7 79 -64c0 -69 -57 -82 -76 -82c-32 0 -42 8 -51 18c-5 7 -12 14 -25 14c-11 0 -24 -10 -24 -20
+c0 -21 51 -37 89 -37c80 0 146 46 146 115c0 58 -47 85 -80 88c28 16 50 39 50 68c0 37 -33 59 -84 59c-87 0 -117 -53 -117 -70c0 -3 4 -18 24 -18c22 0 25 17 26 29c1 25 35 35 55 35s40 -9 40 -40z" />
+    <glyph glyph-name="uni2779" unicode="&#x2779;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM422 393c0 8 -7 10 -13 10c-7 0 -18 -12 -26 -21c-2 -3 -7 -11 -7 -18v-76h-91c23 34 82 116 127 186l-30 9c-41 -56 -109 -152 -153 -218l3 -12h144v-50
+c0 -21 -4 -24 -22 -24h-15c-4 0 -5 -3 -5 -4v-21s38 1 62 1c27 0 69 -1 69 -1v20c0 2 -1 5 -5 5h-16c-18 0 -22 6 -22 25v49h52l3 35h-55v105z" />
+    <glyph glyph-name="uni277A" unicode="&#x277a;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM425 250c0 -42 -17 -79 -62 -79c-21 0 -33 10 -42 19c-8 8 -15 15 -28 15c-11 0 -22 -9 -22 -21c0 -24 59 -38 93 -38c70 0 118 54 118 113c0 54 -36 106 -113 106
+c-15 0 -40 -5 -48 -10l12 81h125v1l5 33h-153l-22 -142l6 -4c14 8 35 14 57 14c72 0 74 -59 74 -88z" />
+    <glyph glyph-name="uni277B" unicode="&#x277b;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM433 244c0 -37 -8 -72 -52 -72c-28 0 -68 23 -68 107c0 6 0 14 1 19c21 17 43 23 57 23c57 0 62 -55 62 -77zM489 249c0 17 -10 96 -107 96c-25 0 -52 -16 -66 -31
+c11 59 46 125 155 144v20c-153 -12 -211 -115 -211 -197c0 -104 72 -133 121 -133c79 0 108 65 108 101z" />
+    <glyph glyph-name="uni277C" unicode="&#x277c;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM340 435h100c-26 -46 -82 -170 -117 -281h34c31 105 88 227 141 318h-174c-16 0 -21 1 -21 6h-18c-1 -27 -8 -67 -13 -95l21 -3c12 48 19 55 47 55z" />
+    <glyph glyph-name="uni277D" unicode="&#x277d;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM379 455c35 0 51 -18 51 -45c0 -30 -23 -57 -39 -67l-20 11c-37 20 -44 42 -44 58c0 29 23 43 52 43zM474 410c0 39 -46 67 -91 67c-52 0 -100 -29 -100 -74
+c0 -29 15 -55 55 -74l12 -6c-38 -21 -82 -57 -82 -94c0 -65 67 -82 111 -82c90 0 121 58 121 90c0 31 -18 56 -49 73l-39 21c59 34 62 64 62 79zM372 312l29 -15c40 -20 45 -45 45 -70c0 -41 -29 -58 -66 -58c-24 0 -65 16 -65 60c0 34 41 74 57 83z" />
+    <glyph glyph-name="uni277E" unicode="&#x277e;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM319 381c0 37 7 72 51 72c28 0 68 -23 68 -107v-19c-22 -17 -44 -23 -58 -23c-56 0 -61 55 -61 77zM263 376c0 -17 9 -96 106 -96c25 0 52 16 67 31
+c-12 -59 -46 -125 -155 -144v-20c153 12 213 115 213 197c0 104 -74 133 -124 133c-79 0 -107 -65 -107 -101z" />
+    <glyph glyph-name="uni277F" unicode="&#x277f;" horiz-adv-x="759" 
+d="M378 646c183 0 329 -149 329 -331s-147 -330 -329 -330s-329 148 -329 330c0 184 147 331 329 331zM236 413c13 0 15 -10 15 -42v-152c0 -22 -14 -37 -30 -37h-36c-4 0 -7 -3 -7 -5v-21s59 1 97 1c34 0 86 -1 86 -1v21c0 4 -3 5 -6 5h-27c-14 0 -26 15 -26 37v261h-16
+c-43 -27 -69 -39 -116 -56l9 -27c15 7 45 16 57 16zM487 457c48 0 63 -73 63 -127c0 -78 -7 -154 -65 -154c-54 0 -63 77 -63 134c0 53 2 147 65 147zM484 151c58 0 124 50 124 169c0 120 -64 161 -121 161c-69 0 -123 -72 -123 -166c0 -85 50 -164 120 -164z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="44" 
+d="M224 601h42l-459 -655h-41z" />
+    <glyph glyph-name="uni202F" unicode="&#x202f;" horiz-adv-x="125" 
+ />
+    <glyph glyph-name="ae.alt" unicode="&#xe046;" horiz-adv-x="698" 
+d="M508 42c54 0 98 16 133 54l17 -10c-26 -35 -72 -93 -160 -93c-102 0 -148 51 -164 74c-5 -5 -9 -6 -32 -25l-32 -23c-28 -20 -67 -28 -103 -28c-78 0 -128 45 -128 113c0 80 59 125 163 151l91 23c0 25 0 83 -28 111c-15 15 -37 25 -58 25c-39 0 -84 -17 -84 -48
+c0 -26 6 -15 6 -38c0 -16 -14 -33 -39 -33c-31 0 -40 25 -40 45c0 58 78 104 160 104c24 0 101 -3 138 -70c39 45 85 70 142 70c137 0 172 -113 172 -209h-290c-1 -9 -1 -6 -1 -15c0 -107 62 -178 137 -178zM582 274c0 107 -56 136 -93 136c-72 0 -107 -79 -114 -136h207z
+M293 248c-157 -38 -182 -83 -182 -139c0 -29 14 -77 91 -77c24 0 53 15 91 46v170z" />
+    <glyph glyph-name="afii10147" unicode="&#x472;" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295v-0.200012c39.3 29.6 98.7 43.2 135 43.2c98 0 128 -47 191 -47c31.2 0 76.5 12.1 108.9 34.7c-15.6 171.6 -115.7 264.3 -236.9 264.3zM666 329c0 -84 -22 -156.3 -61.8 -213c-54.9 -78.3 -143.4 -126 -254.2 -126
+c-170 0 -313 123 -313 320c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329zM570 315.3c-41.8 -38 -91.4 -49.3 -129 -49.3c-92 0 -116 46 -191 46c-28.7 0 -80.3 -4.79999 -115.1 -26.6c15.3 -166 122.2 -259.4 235.1 -259.4c114 0 200 105 200 284v5.29999z" />
+    <glyph glyph-name="afii10195" unicode="&#x473;" horiz-adv-x="455" 
+d="M37 203c0 136 65 239 192 239c143 0 190 -121 190 -225c0 -100 -53 -229 -192 -229c-129 0 -190 112 -190 215zM338.9 237.2c-9.60001 112.3 -51.9 171.8 -120.9 171.8c-72 0 -101.2 -93.5 -102 -179.6c16.3 10.1 46.9 18.6 77 18.6c44 0 61 -19 100 -19
+c17.7 0 32.8 3.3 45.9 8.2zM117 202.6c6.1 -76.7 42 -179.6 127 -179.6c41 0 97 30 97 162c0 8.60001 -0.200012 17 -0.5 25.1c-21.3 -11.8 -57.1 -30.1 -91.5 -30.1c-43 0 -72 27 -107 27c-10.2 0 -18.5 -3.10001 -25 -4.39999z" />
+    <glyph glyph-name="afii10148" unicode="&#x474;" horiz-adv-x="673" 
+d="M587 658c41 0 82 -36 82 -76c0 -24 -20 -60 -47 -60c-25 0 -39 16 -39 38c0 16 19 27 19 42c0 9 -5 20 -28 20c-24 0 -40 -10 -116 -231c0 0 -63 -168 -128 -380c-6 -15 -17 -23 -27 -23c-11 0 -20 8 -25 23l-197 561c-10 29 -28 46 -67 46h-6c-4 0 -8 3 -8 8v19l2 1
+s78 -1 117 -1c35 0 124 1 124 1l2 -1v-19c0 -5 -3 -8 -8 -8h-27c-36 0 -48 -10 -48 -26c0 -6 2 -12 4 -20l125 -356l29 -88c35 108 95 274 95 274c65 187 91 256 172 256z" />
+    <glyph glyph-name="afii10196" unicode="&#x475;" horiz-adv-x="537" 
+d="M431 402c-30 0 -59 -47 -78 -112l-85 -279c-6 -14 -14 -23 -24 -23c-13 0 -20 9 -25 21l-136 345c-13 34 -23 48 -53 48h-11c-5 0 -10 3 -10 7v20l3 2s53 -2 87 -2c39 0 100 2 100 2l4 -2v-19c0 -7 -6 -8 -9 -8h-17c-20 -1 -29 -7 -29 -17c0 -7 4 -15 10 -29l86 -218
+l12 -41l58 197c32 111 66 148 134 148c40 0 73 -33 73 -73c0 -24 -12 -49 -40 -49c-24 0 -43 14 -43 36c0 17 11 18 11 33c0 9 -4 13 -18 13z" />
+    <glyph glyph-name="afii10050" unicode="&#x490;" horiz-adv-x="497" 
+d="M147 645h205s3.70001 0 9.89999 0.0999756c48.5 3.20001 75.3 66.3 81.1 119.9c9.70001 3.79999 19 4.70001 29 1l3.20001 -139.3c4.39999 -30.1 8.5 -68.5 11.8 -136.7c-9.70001 -4.29999 -19.3 -5.20001 -29 -4c-21 69 -37 119 -112 119h-120c-24 0 -36 -10 -36 -34
+v-449c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91.2 2 -129 2s-91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2z" />
+    <glyph glyph-name="afii10098" unicode="&#x491;" horiz-adv-x="416" 
+d="M186 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -67.7 2 -111 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67.7 -1.60001 111 -2h126c5.5 0 12.3 0.100006 19.9 0.200012
+c40.5 4.89999 52.5 27 55.1 100.8c10.3 5.79999 21.4 6.59998 33 2l8.89999 -132.6c3.89999 -40.8 6.89999 -77.5 10.1 -120.4c-8.5 -3.60001 -17.9 -5.5 -29 -4c-14 58 -38 115 -120 115h-22c-35 0 -42 -26 -42 -83z" />
+    <glyph glyph-name="uni2648" unicode="&#x2648;" horiz-adv-x="892" 
+d="M409 -121c0 318 -83 690 -216 690c-47 0 -79 -45 -79 -110c0 -43 14 -88 42 -134l-22 -8l-54 8c-27 50 -41 96 -41 139c0 92 74 157 152 157c154 0 224 -248 250 -468h10c21 170 80 469 256 469c82 0 146 -69 146 -156c0 -44 -14 -91 -41 -141l-23 -9l-52 9
+c28 50 41 95 41 137c0 69 -31 112 -79 112c-132 0 -215 -374 -215 -682l-63 -31z" />
+    <glyph glyph-name="uni2649" unicode="&#x2649;" horiz-adv-x="788" 
+d="M394 -55c107 0 186 83 186 182c0 102 -80 184 -186 184c-101 0 -186 -78 -186 -184c0 -99 79 -182 186 -182zM287 343c-48 20 -73 41 -112 112l-22 40c-28 49 -59 74 -94 74h-10v47h28c49 0 94 -39 134 -109l31 -53c21 -36 42 -61 64 -75c23 -14 52 -21 88 -21
+s65 7 88 21c22 14 44 39 64 75l32 53c40 70 84 109 133 109h28v-47h-10c-35 0 -66 -25 -94 -74l-22 -40c-35 -64 -59 -90 -112 -112c73 -40 135 -112 135 -215c0 -128 -109 -240 -242 -240c-131 0 -242 111 -242 240c0 103 62 175 135 215z" />
+    <glyph glyph-name="uni264A" unicode="&#x264a;" horiz-adv-x="718" 
+d="M186 37v487c-46 5 -91 15 -137 27v48c84 -24 188 -36 310 -36c123 0 226 12 310 36v-48c-45 -12 -91 -23 -136 -29v-485c42 -6 87 -15 136 -28v-47c-96 25 -199 38 -310 38c-110 0 -214 -13 -310 -38v47c49 13 94 22 137 28zM260 42c30 3 63 5 99 5c37 0 70 -2 99 -5v478
+c-27 -2 -60 -3 -99 -3c-38 0 -71 1 -99 3v-478z" />
+    <glyph glyph-name="uni264B" unicode="&#x264b;" horiz-adv-x="836" 
+d="M202 269c61 0 106 49 106 106c0 60 -50 105 -107 105c-60 0 -104 -46 -104 -104c0 -62 48 -107 105 -107zM206 229c-81 0 -157 65 -157 152c0 66 48 108 125 150c76 42 173 62 288 62c100 0 207 -26 318 -76l-2 -19l-18 -34c-112 49 -220 73 -324 73
+c-72 0 -131 -10 -177 -29c74 -36 96 -81 96 -125c0 -82 -64 -154 -149 -154zM635 354c-61 0 -106 -50 -106 -107c0 -56 46 -105 107 -105c55 0 104 42 104 105c0 61 -48 107 -105 107zM636 395c82 0 152 -62 152 -146c0 -66 -48 -116 -125 -157c-76 -42 -172 -63 -288 -63
+c-100 0 -205 26 -316 76l-1 21l19 33c111 -49 219 -74 324 -74c73 0 131 10 177 29c-48 24 -97 62 -97 135c0 84 72 146 155 146z" />
+    <glyph glyph-name="uni264C" unicode="&#x264c;" horiz-adv-x="725" 
+d="M191 248c-56 0 -102 -46 -102 -105c0 -62 46 -106 103 -106s103 45 103 105c0 58 -42 106 -104 106zM484 -32c0 -50 27 -78 59 -78c41 0 69 11 111 50l22 -19c-47 -58 -92 -86 -134 -86c-77 0 -131 52 -131 121c0 91 57 170 111 230c50 54 71 102 71 200
+c0 94 -81 181 -175 181c-88 0 -162 -56 -162 -137c0 -72 10 -118 54 -172c33 -40 47 -76 47 -113c0 -82 -76 -158 -163 -158c-84 0 -155 65 -155 156c0 85 68 154 152 154c16 0 25 0 42 -4c-40 52 -51 88 -51 128c0 112 114 193 231 193c164 0 251 -112 251 -210
+c0 -99 -34 -179 -91 -244c-63 -71 -89 -133 -89 -192z" />
+    <glyph glyph-name="uni264D" unicode="&#x264d;" horiz-adv-x="764" 
+d="M539 15c52 52 101 128 101 230c0 46 -10 89 -30 131c-28 -34 -53 -80 -71 -138v-223zM349 13l-64 -31l-11 18v376c0 70 -8 118 -24 145c-40 -45 -71 -101 -91 -167v-341l-63 -31l-12 18v409c0 49 -12 95 -35 137l44 15l23 2c21 -28 35 -65 43 -111c19 47 44 84 69 111
+l22 18l33 -7c25 -32 59 -76 66 -130c12 41 38 81 71 119l55 11c30 -42 64 -89 64 -140v-108c15 43 33 77 50 101l67 17c40 -62 60 -127 60 -195c0 -132 -96 -231 -171 -291c4 -63 20 -95 60 -140l-17 -14c-51 29 -85 71 -107 126c-35 -20 -79 -34 -129 -42l-9 33
+c50 15 93 36 127 58c-4 24 -6 48 -6 73v343c0 56 -8 98 -24 126c-40 -42 -72 -103 -91 -181v-327z" />
+    <glyph glyph-name="uni264E" unicode="&#x264e;" horiz-adv-x="737" 
+d="M66 228c-9 0 -15 8 -15 17c0 16 13 37 25 37h158c-30 31 -53 64 -53 103c0 95 89 177 191 177c99 0 186 -76 186 -175c0 -39 -23 -74 -54 -105h168c11 0 15 -9 15 -17c0 -12 -14 -37 -27 -37h-233l5 50c45 21 62 62 62 106c0 69 -57 129 -124 129
+c-68 0 -125 -60 -125 -129c0 -44 17 -81 61 -106l-6 -50h-234zM66 57c-9 0 -15 8 -15 17c0 15 13 36 25 36h595c11 0 15 -8 15 -17c0 -11 -14 -36 -27 -36h-593z" />
+    <glyph glyph-name="uni264F" unicode="&#x264f;" horiz-adv-x="678" 
+d="M44 546l43 15l23 2c22 -32 36 -69 44 -110c17 44 40 81 66 110l72 12c26 -30 42 -73 49 -128c14 40 37 78 69 116l73 12c31 -41 46 -90 46 -146v-351c0 -81 7 -123 34 -149l25 -25c6 -6 11 -8 14 -8c8 0 10 12 10 24v9l15 16l8 -120l-118 7l16 17c4 -1 8 -1 11 -1
+c11 0 20 2 20 8c0 4 -2 9 -9 15l-36 36c-39 37 -65 89 -65 171v321c0 58 -8 99 -25 123c-42 -48 -71 -108 -88 -182v-327l-63 -31l-11 18v379c0 69 -9 117 -25 143c-41 -45 -70 -102 -88 -169v-340l-64 -31l-11 18v402c0 58 -12 106 -35 144z" />
+    <glyph glyph-name="uni2650" unicode="&#x2650;" horiz-adv-x="646" 
+d="M589 541l6 -7c-6 -32 -10 -62 -10 -92c0 -47 9 -91 22 -131l-42 -10c-18 39 -26 83 -26 120c0 11 1 21 2 30l-251 -250l119 -120l-40 -40l-119 121l-177 -175l-39 40l176 175l-119 119l40 40l119 -120l252 249c-11 -1 -23 -2 -35 -2c-37 0 -77 7 -113 20l8 42
+c34 -11 81 -18 132 -18c31 0 64 3 95 9z" />
+    <glyph glyph-name="uni2651" unicode="&#x2651;" horiz-adv-x="821" 
+d="M719 141c0 54 -30 104 -80 104c-56 0 -96 -65 -128 -151c41 -45 92 -52 134 -52c38 0 74 39 74 99zM361 525c-43 -50 -118 -178 -118 -358l-41 -12l-15 12c0 122 -38 274 -55 306c-23 44 -34 51 -73 68l9 22c45 -1 90 -19 105 -46c19 -36 35 -99 49 -185
+c22 95 57 172 107 231l74 15c51 -114 48 -317 73 -410c36 70 119 124 183 124c84 0 135 -63 135 -147s-71 -145 -148 -145c-54 0 -105 14 -145 55c-64 -166 -141 -168 -194 -168h-52v47h25c100 0 117 32 169 183c-27 47 -33 47 -52 198c-13 102 -19 174 -36 210z" />
+    <glyph glyph-name="uni2652" unicode="&#x2652;" horiz-adv-x="830" 
+d="M66 377l171 133c3 2 5 4 8 4c2 0 4 -1 6 -5l73 -100l122 100c4 3 6 5 9 5c2 0 4 -2 7 -6l72 -99l120 98c4 4 8 6 10 6s4 -2 8 -7l93 -149l-44 -27l-72 99c-3 4 -4 6 -6 6s-6 -2 -9 -5l-117 -96c-2 -2 -4 -2 -5 -2c-2 0 -3 1 -5 3l-67 93c-2 5 -4 7 -7 7c-2 0 -4 -1 -7 -3
+l-118 -98c-2 -2 -4 -2 -5 -2c-2 0 -3 1 -5 3l-68 95c-2 4 -4 5 -6 5s-3 -1 -6 -3l-126 -102zM66 85l170 133c4 2 6 4 8 4c3 0 5 -2 7 -5l73 -100l122 100c4 3 6 5 8 5c3 0 4 -2 8 -6l71 -99l120 98c5 4 8 6 11 6c2 0 4 -2 7 -7l94 -149l-44 -27l-72 99c-3 4 -4 6 -7 6
+c-1 0 -5 -3 -8 -6l-117 -95c-3 -2 -4 -3 -5 -3c-2 0 -3 2 -5 4l-68 93c-2 4 -3 7 -6 7c-2 0 -4 -1 -7 -4l-118 -97c-3 -2 -4 -3 -5 -3c-2 0 -3 1 -5 4l-69 95c-2 3 -3 5 -5 5s-4 -1 -6 -3l-126 -102z" />
+    <glyph glyph-name="uni2653" unicode="&#x2653;" horiz-adv-x="645" 
+d="M500 -14c-58 66 -119 172 -119 285h-116c0 -86 -40 -195 -119 -285l-65 -5l-15 5c82 87 124 181 124 285h-120v46h120c-5 90 -46 176 -124 261l34 3l43 -3c71 -77 111 -162 122 -261h116c10 99 51 184 122 261l37 6l41 -6c-79 -85 -120 -171 -125 -261h120v-46h-120
+c0 -104 42 -198 125 -285l-41 -7z" />
+    <glyph glyph-name="uni262F" unicode="&#x262f;" horiz-adv-x="643" 
+d="M322 -16c-170 0 -293 132 -293 291c0 170 135 294 293 294c161 0 292 -125 292 -294c0 -160 -121 -291 -292 -291zM457 140c82 0 133 62 133 139c0 151 -121 265 -268 265c-156 0 -259 -109 -268 -269h1c11.7 89.4 52.1 139 129 139c61 0 135 -42 135 -137
+c0 -109 89 -137 138 -137zM420 279c0 21 18 38 38 38c21 0 40 -17 40 -38s-19 -39 -40 -39c-20 0 -38 18 -38 39zM146 275c0 -21 17 -39 38 -39s39 18 39 39s-18 38 -39 38s-38 -17 -38 -38z" />
+    <glyph glyph-name="uni2695" unicode="&#x2695;" horiz-adv-x="467" 
+d="M203 15c-18 -5 -35 -8 -47 -8c-44 0 -75 37 -75 77c0 91 100 95 145 95c42 0 100 0 100 50c0 31 -26 37 -65 38l1 45c59 -4 116 -16 116 -92c0 -70 -93 -89 -147 -89c-37 0 -100 -4 -100 -44c0 -25 22 -39 70 -40zM199 186l-10 202c22 5 44 9 67 10l-3 -211
+c-19 0 -40 -1 -54 -1zM189 263c-25 -6 -47 -8 -64 -8c-67 0 -84 48 -84 84c0 87 121 113 182 117c47 3 102 10 122 10s17 -18 31 -21c11 -3 31 -15 31 -25c0 -5 -2 -7 -4 -9l-24 4l10 -6l1 1l9 -2l9 -1h9h4l-5 -5l2 -9l-14 10l-8 3l-6 2l6 -3c-13 -7 -25 -9 -39 -9
+c-34 0 -38 11 -90 11c-39 0 -168 -14 -168 -70c0 -25 14 -38 42 -38c3 0 31 5 46 9zM258 469c-24 0 -49 -3 -72 -7c-2 11 -7 59 -7 69c0 23 12 52 39 52c34 0 42 -23 42 -66c0 -20 -1 -40 -2 -48zM254 -103l1 -44v-2c0 -21 -10 -32 -21 -32c-12 0 -18 8 -18 21l-1 41
+c10 4 21 9 39 16zM235 -102c-25 -8 -37 -21 -64 -34c-7 -4 -23 -8 -33 -8c-6 0 -11 2 -11 6c0 7 24 14 43 31c21 18 44 33 64 41c24 9 81 36 81 65c0 24 -25 26 -32 26c-9 0 -19 -4 -26 -6l1 33c8 3 20 5 27 5c32 0 67 -21 67 -61s-47 -74 -117 -98zM214 -67l-11 189l49 3
+v-176zM342 451c0 -3 2 -5 4 -5c3 0 5 2 5 5c0 2 -2 4 -5 4c-2 0 -4 -2 -4 -4z" />
+    <glyph glyph-name="uni2698" unicode="&#x2698;" horiz-adv-x="407" 
+d="M204 432c-31 0 -58 -29 -58 -62s28 -62 58 -62c26 0 58 23 58 62c0 40 -25 62 -58 62zM193 140v138c-47 3 -84 41 -84 93c0 51 41 94 95 94c48 0 94 -38 94 -94c0 -54 -40 -88 -84 -93v-138c31 82 86 152 159 153c1 0 6 -2 10 -10c0 -32 -21 -59 -53 -89
+c-69 -63 -113 -44 -116 -193c0 -14 -3 -20 -10 -20c-4 0 -11 5 -11 20c-1 146 -57 129 -115 196c-10 11 -54 41 -54 86c3 6 7 9 11 9c96 -1 136 -73 158 -152z" />
+    <glyph glyph-name="uni263F" unicode="&#x263f;" horiz-adv-x="557" 
+d="M279 500c-96 0 -171 -77 -171 -170s72 -172 171 -172s171 79 171 172c0 91 -73 170 -171 170zM249 111c-126 18 -191 124 -191 219c0 84 47 160 121 197c-73 40 -99 126 -99 169h50c0 -66 62 -145 149 -145c103 0 150 95 150 145h50c0 -50 -32 -131 -99 -169
+c76 -38 120 -119 120 -197c0 -105 -75 -203 -192 -219l-3 -111h106v-46h-107l-3 -123h-47l-2 123h-107v46h106z" />
+    <glyph glyph-name="uni2643" unicode="&#x2643;" horiz-adv-x="645" 
+d="M189 527c-45 0 -67 -6 -67 -36c0 -12 2 -17 3 -21c2 -3 3 -11 3 -18c0 -13 -10 -33 -39 -33c-24 0 -40 16 -40 40c0 59 57 109 149 109c104 0 156 -115 156 -220c0 -94 -46 -178 -87 -208h195c4 0 6 3 6 6v402l49 11l22 -2v-417l59 -1c5 -3 8 -13 8 -22s-2 -16 -6 -19
+l-61 -2v-182l-60 -31l-11 18v189c0 2 -2 4 -6 4l-364 -9c-1 0 -4 5 -4 10v21c0 8 15 16 23 16h1c21 0 61 9 78 16c58 24 89 94 89 178c0 78 -31 201 -96 201z" />
+    <glyph glyph-name="uni2644" unicode="&#x2644;" horiz-adv-x="510" 
+d="M122 610l48 10l23 -1v-91h95c11 0 15 -5 15 -13c0 -12 -14 -34 -27 -34h-83v-167c27 36 91 70 141 70c70 0 138 -43 138 -128c0 -48 -30 -114 -51 -153c-19 -36 -33 -100 -33 -144c0 -51 17 -80 62 -118l-8 -11l-64 8c-37 33 -57 68 -57 121c0 49 30 112 46 146
+c18 37 37 98 37 147c0 46 -41 85 -75 85c-63 0 -105 -28 -137 -74v-253l-59 -31l-11 18v484h-68c-10 0 -15 9 -15 18c0 16 13 29 24 29h59v82z" />
+    <glyph glyph-name="uni2645" unicode="&#x2645;" horiz-adv-x="617" 
+d="M261 1c0 -37 23 -60 54 -60c27 0 51 23 51 60c0 24 -18 53 -52 53c-32 0 -53 -28 -53 -53zM104 483c0 29 -13 44 -54 44h-3c-5 0 -8 3 -8 9v19l2 2s70 -3 105 -3l28 1v-207h102v174l19 15h32l19 -15v-174h97v207l28 -1c35 0 105 3 105 3l2 -2v-19c0 -6 -3 -9 -8 -9h-3
+c-41 0 -54 -15 -54 -44v-308c0 -28 13 -44 54 -44h3c5 0 8 -3 8 -8v-19l-2 -2s-69 3 -105 3l-28 -1v197h-97v-220c40 -11 71 -39 71 -81c0 -61 -56 -91 -105 -91c-47 0 -103 32 -103 89c0 47 29 74 67 84v219h-102v-197h-28c-36 0 -105 -2 -105 -2l-2 2v18c0 5 3 8 8 8h3
+c41 0 54 16 54 44v309z" />
+    <glyph glyph-name="uni2646" unicode="&#x2646;" horiz-adv-x="810" 
+d="M433 -46l-3 -123h-48l-2 123h-107v46h106l-1 74v1c-183 18 -257 145 -257 328c0 21 -6 29 -15 29c-12 0 -30 -16 -44 -32l-33 3l151 176s8 0 8 1v-177c0 -155 40 -270 189 -281l-7 382c0 25 -5 37 -13 37c-9 0 -24 -14 -45 -40l-33 3l130 143l125 -143l-35 -3
+c-21 26 -35 40 -43 40s-11 -12 -11 -37l-9 -382c146 12 189 135 189 285v174c1 0 3 0 4 1l152 -175l-35 -3c-11 14 -28 32 -40 32c-8 0 -14 -8 -14 -29c0 -177 -74 -314 -257 -332l-1 -75h106v-46h-107z" />
+    <glyph glyph-name="uni2647" unicode="&#x2647;" horiz-adv-x="495" 
+d="M273 269v-285l174 6l4 -13l-9 -36l-240 -5v335l-82 3v-267l-46 -21l-25 14v587l209 8c102 0 179 -50 179 -148c0 -103 -70 -175 -164 -178zM364 446c0 76 -67 100 -112 100l-132 -8v-215l82 -3v97l51 17l20 -4v-111c54 9 91 65 91 127z" />
+    <glyph glyph-name="uni263E" unicode="&#x263e;" horiz-adv-x="507" 
+d="M389 592c-184 0 -309 -161 -309 -321c0 -171 157 -314 281 -314c-102 58 -186 171 -186 314c0 153 88 259 214 321zM479 -63c-24 -6 -76 -13 -101 -13c-215 0 -349 162 -349 351c0 180 153 349 358 349c50 0 76 -6 100 -17c-124 -30 -262 -162 -262 -335
+c0 -165 130 -303 254 -335z" />
+    <glyph glyph-name="uni261B" unicode="&#x261b;" horiz-adv-x="997" 
+d="M76 82c0 8 8 15 19 15c10 0 19 -7 19 -15s-9 -15 -19 -15c-11 0 -19 7 -19 15zM650 301c37 -20 51 -38 51 -55c0 -20 -14 -37 -45 -53c0 0 26 -20 26 -42c0 -20 -12 -33 -37 -41c6 -11 23 -5 23 -27c0 -19 -11 -34 -33 -42c-54 -24 -120 -32 -173 -32
+c-25 0 -79 8 -155 53c-15 7 -104 14 -117 17c-21 30 -31 70 -31 122c0 60 15 109 44 143h9c20 0 70 3 100 18c67 35 145 59 160 59c24 0 163 -18 252 -23c100 -5 249 -9 249 -50c0 -58 -190 -28 -323 -47zM137 205c0 -100 22 -150 57 -150c6 0 11 0 14 1
+c-7 -12 -17 -17 -32 -17h-5l-147 9v14l122 -8c-25 29 -35 95 -35 144c0 62 14 138 45 170l-126 -6v9l154 11c2 1 4 1 6 1c14 0 23 -7 28 -20l-2 -2c-6 3 -11 7 -15 7c-47 0 -64 -133 -64 -163z" />
+    <glyph glyph-name="uni261E" unicode="&#x261e;" horiz-adv-x="894" 
+d="M193 343c82 0 123 75 196 75c17 0 36 -4 58 -15h121c128 0 302 -7 302 -78c0 -57 -116 -59 -211 -59h-62c12 -12 18 -24 18 -36c0 -6 -3 -14 -7 -23c23 -10 34 -25 34 -46c0 -11 -3 -22 -10 -33c17 -10 25 -24 25 -41c0 -50 -74 -79 -135 -79c-27 0 -46 9 -59 28
+c-5 -1 -7 -1 -7 0c-20 -2 -33 -2 -38 -2c-137 0 -141 66 -216 66l-9 -49l-169 -14v336l165 7zM53 345v-264l114 9v261zM502 230c9 0 45 5 45 25c0 12 -104 138 -159 138c-65 0 -107 -79 -189 -79v-189c101 0 71 -66 256 -66l3 12c-26 2 -38 15 -38 40c0 3 2 10 5 18h-4
+c-38 0 -55 19 -55 59c-18 -4 -32 -6 -44 -6c-22 0 -46 9 -72 30v10c29 -9 53 -14 70 -14c29 0 57 13 84 39l-48 54l8 10c7 -7 94 -81 138 -81zM615 157c0 16 -8 25 -25 25c-7 0 -118 -48 -143 -52c-1 -2 -1 -4 -1 -4c0 -14 0 -33 36 -33c42 0 133 24 133 64zM527 34
+c47 0 104 25 104 52c0 15 -6 23 -19 23c0 0 -13 -5 -36 -14c-64 -25 -98 -19 -98 -34c0 -17 23 -27 49 -27zM838 326c0 33 -99 51 -262 51c-26 0 -70 -1 -102 -2c31 -30 56 -57 74 -81c51 -3 87 -4 108 -4c73 0 182 1 182 36zM435 228c-22 0 -47 -20 -47 -37
+c0 -24 13 -35 37 -35c42 0 164 38 164 76c0 10 -9 19 -26 30c2 -5 3 -10 3 -15c0 -29 -30 -43 -66 -43c-20 0 -46 24 -65 24z" />
+    <glyph glyph-name="uni263C" unicode="&#x263c;" horiz-adv-x="693" 
+d="M339 458c-96 0 -171 -77 -171 -171c0 -92 72 -171 171 -171s171 79 171 171c0 91 -73 171 -171 171zM359 -13h-40v80c-47 5 -88 22 -120 49l-57 -55l-29 28l56 56c-27 34 -45 76 -50 120h-79v41h79c4 46 22 89 49 123l-53 54l27 29l55 -55c33 28 75 46 123 50v78h40v-78
+c49 -4 90 -23 122 -51l55 55l29 -28l-56 -56c29 -35 45 -79 49 -123h80v-39h-80c-5 -46 -23 -87 -51 -119l57 -58l-28 -28l-58 57c-33 -28 -75 -46 -120 -50v-80z" />
+    <glyph glyph-name="uni263D" unicode="&#x263d;" horiz-adv-x="507" 
+d="M118 -44c184 0 309 161 309 321c0 171 -157 314 -281 314c102 -58 186 -171 186 -314c0 -153 -88 -259 -214 -321zM28 611c24 6 76 13 101 13c215 0 349 -162 349 -351c0 -180 -153 -349 -358 -349c-50 0 -76 6 -100 17c124 30 262 162 262 335c0 165 -130 303 -254 335z
+" />
+    <glyph glyph-name="uni1FFE" unicode="&#x1ffe;" horiz-adv-x="168" 
+d="M89 644c36 0 47 -18 47 -34c0 -17 -5 -42 -46 -42c-7 0 -11 -7 -11 -18c0 -23 18 -60 60 -68l-4 -17c-91 4 -106 80 -106 106c0 35 22 73 60 73z" />
+    <glyph glyph-name="underscoredbl" unicode="&#x2017;" horiz-adv-x="486" 
+d="M482 -110v-44h-477v44h477zM482 -4v-44h-477v44h477z" />
+    <glyph glyph-name="uni04C1" unicode="&#x4c1;" horiz-adv-x="889" 
+d="M429 729c33 0 56 17 56 34c0 5 -1 11 -1 13c0 15 10 30 33 30c27 0 37 -14 37 -33c0 -52 -59 -75 -125 -75s-125 23 -125 75c0 19 10 33 37 33c23 0 33 -15 33 -30c0 -2 -1 -8 -1 -13c0 -17 23 -34 56 -34zM487 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v201.8c-102.4 -2.5 -120.5 -36.7 -158 -132.8c-43 -110 -80 -191 -158 -192l-79 -1c-5.5 10.2 -5.8 23.2 0 33c65.8 2.9 101.4 50.9 160 203c27 70 65 113 134 113v5c-76 28 -99 114 -108 176
+c-4.2 29.1 -10 62 -40 62c-13 0 -21 -5 -32 -16c-10 -10 -24 -15 -37 -15c-21 0 -44 11 -44 40c0 23 18 52 71 52c79 0 109 -56 119 -118c9 -56 23 -120 82 -152c21.2 -12.3 57.1 -14.5 90 -14.9v156.9c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2
+c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-156.9c32.9 0.399994 68.8 2.60001 90 14.9c59 32 73 96 82 152c10 62 40 118 119 118c53 0 71 -29 71 -52c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16c-30 0 -35.8 -32.9 -40 -62
+c-9 -62 -32 -148 -108 -176v-5c69 0 107 -43 134 -113c58.6 -152.1 94.2 -200.1 160 -203c5.79999 -9.8 5.5 -22.8 0 -33l-79 1c-78 1 -115 82 -158 192c-37.5 96.1 -55.6 130.3 -158 132.8v-201.8z" />
+    <glyph glyph-name="uni04C2" unicode="&#x4c2;" horiz-adv-x="706" 
+d="M459 580c0 -55 -58 -87 -122 -87c-65 0 -120 33 -120 87c0 18 16 33 39 33c22 0 34 -14 34 -30c0 -3 0 -5 -1 -8s-1 -6 -1 -8c0 -22 20 -43 50 -43c29 0 50 20 50 42c0 3 0 6 -1 9c-1 2 -1 4 -1 7c0 17 17 31 35 31c24 0 38 -14 38 -33zM115 0c0 0 -74 -1 -94 -2
+c-6 6 -6 27 0 33c39 2 49 10 66 42l45 85c25 47 58 71 115 71v3c-39 11 -56 46 -71 86c-12 31 -24 50 -45 50c-9 0 -17 -3 -23 -7s-17 -7 -30 -7c-22 0 -40 19 -40 39c0 22 24 45 57 45c58 0 85 -54 104 -101c22 -55 52 -93 123 -93v63c0 83 -12 87 -63 91c-6 6 -6 27 0 33
+c23 -1 59.6 -2 99 -2c39.8 0 76 1 100 2c6 -6 6 -27 0 -33c-51 -5 -63 -8 -63 -91v-63c71 0 101 38 123 93c19 47 46 101 104 101c33 0 57 -23 57 -45c0 -20 -18 -39 -40 -39c-13 0 -24 3 -30 7s-14 7 -23 7c-21 0 -33 -19 -45 -50c-15 -40 -32 -75 -71 -86v-3
+c57 0 90 -24 115 -71l45 -85c17 -32 27 -40 66 -42c6 -6 6 -27 0 -33c-20 1 -94 2 -94 2c-20 1 -37 24 -50 51l-43 90c-18 37 -46 64 -114 68v-87c0 -83 12 -87 63 -91c6 -6 6 -27 0 -33c-22 1 -59.6 2 -99 2c-39.8 0 -77 -1 -100 -2c-6 6 -6 27 0 33c51 5 63 8 63 91v87
+c-68 -4 -96 -31 -114 -68l-43 -90c-13 -27 -30 -50 -50 -51z" />
+    <glyph glyph-name="uni04F6" unicode="&#x4f6;" horiz-adv-x="526" 
+d="M98 -2h-79l-2 2v23c0 5 4 7.6 8 8l28 3c41.9 4.5 58 15 58 46v487c0 35 -10.9 39.9 -55 44l-32 3c-4 0.400024 -7 3 -7 7v24l2 1s120 -1 134 -1h338l21 -161l-32 -4c-16 72 -45 125 -115 125h-131c-23 0 -38 -5 -38 -31v-497c0 -31 1.89999 -40.1 37 -44l18 -2
+c12.7 -1.4 21 -10 22 -24l7 -148h-30c-9 84 -49 139 -152 139z" />
+    <glyph glyph-name="uni04F7" unicode="&#x4f7;" horiz-adv-x="441" 
+d="M110 0l-77 -2l-2 2v23c0 5 3 7 8 8l25 3c33 4 46 16 46 45v268c0 38 -6 44 -44 48l-32 3c-3 0 -6 2 -6 5v26l3 2l118 -2h257l12 -155h-29c-13 58 -29 111 -88 111h-112v-307c0 -36 6 -41 38 -45l18 -2c7 -1 21 -12 22 -24l4 -135h-27c-14 64 -32 127 -134 128z" />
+    <glyph glyph-name="uni0492" unicode="&#x492;" horiz-adv-x="497" 
+d="M147 645h205s81 1 120 2c5.5 -33.8 10.9 -72.7 15 -157c-9.70001 -4.29999 -19.3 -5.20001 -29 -4c-21 69 -37 119 -112 119h-120c-24 0 -36 -10 -36 -34v-245h99v-39h-99v-165c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91.2 2 -129 2s-91 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v165h-86v39h86v197c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2z" />
+    <glyph glyph-name="uni0493" unicode="&#x493;" horiz-adv-x="416" 
+d="M107 248v59c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67.7 -1.60001 111 -2h126c32 0 112 2 112 2l2 -2c5.5 -53.5 9 -97 13 -150c-8.5 -3.60001 -17.9 -5.5 -29 -4c-14 58 -38 115 -120 115h-22c-35 0 -42 -26 -42 -83v-59h88c6.70001 -11.3 6.29999 -25.7 0 -39h-88
+v-87c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -67.7 2 -111 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v87h-86c-6 12.7 -6 26 0 39h86z" />
+    <glyph glyph-name="uni04AF" unicode="&#x4af;" horiz-adv-x="574" 
+d="M250 -157v145l-160 370c-6 13 -16 31 -29 39c-5 3 -15 5 -29 5h-12c-3 0 -10 1 -10 7v20l1 2s93 -2 106 -2c6 0 109 2 109 2l1 -2v-19c0 -4 -2 -8 -6 -8h-29c-19 0 -25 -4 -25 -13c0 -6 4 -19 9 -29l130 -312l127 312c4 9 7 23 7 29c0 10 -4 13 -25 13h-29
+c-5 0 -6 4 -6 7v20l1 2s79 -2 92 -2c9 0 88 2 88 2l1 -2v-19c0 -6 -3 -8 -9 -8h-22c-30 0 -45 -16 -57 -44l-149 -358v-157c0 -29 10 -44 43 -44h19c5 0 9 -3 9 -8v-19l-2 -2s-69 2 -108 2c-36 0 -103 -2 -103 -2l-2 2v19c0 5 3 8 7 8h20c33 0 42 15 42 44z" />
+
+<!--
+Möglicherweise eher so wie in der Times?
+-->
+    <glyph glyph-name="uni04BB" unicode="&#x4bb;" horiz-adv-x="543" 
+d="M177 72c0 -29 10 -44 43 -44h15c5 0 9 -3 9 -8v-19l-2 -2s-65 2 -104 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h19c34 0 43 15 43 44v286c0 28 -10 44 -43 44h-19c-4 0 -8 3 -8 8v19l2 2s68 -2 107 -2c36 0 100 2 100 2l2 -2v-19c0 -5 -3 -8 -8 -8h-15
+c-34 0 -43 -16 -43 -44v-91c66.6 66.2 124.2 81 163 81c73 0 120 -55 120 -158v-118c0 -29 10 -44 43 -44h19c4 0 8 -3 8 -8v-19l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h19c34 0 43 15 43 44v129c0 81 -33 100 -89 100
+c-28.8 0 -71.4 -25.6 -119 -72v-157z" />
+    <glyph glyph-name="uni04BA" unicode="&#x4ba;" horiz-adv-x="658" 
+d="M187 320v-249c0 -30 15 -43 55 -43h19c4 0 8 -3 8 -8v-19l-2 -2s-79 2 -119 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 8 7 8h27c41 0 54 15 54 43v503c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26
+c-41 0 -55 -16 -55 -44v-211c94 55 168 78 231 78c100 0 147 -56 147 -159v-210c0 -29 11 -44 46 -44h21c5 0 10 -3 10 -8v-19l-3 -2s-74 2 -116 2c-39 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h13c37 0 46 15 46 44v202c0 81 -45 121 -121 121c-31 0 -106 -25 -176 -75z" />
+    <glyph glyph-name="uni02CD" unicode="&#x2cd;" horiz-adv-x="390" 
+d="M291 -131h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni02CE" unicode="&#x2ce;" horiz-adv-x="257" 
+d="M36 -119c11 18 34 41 63 41c4 0 9 -1 10 -2l98 -103c8 -9 11 -15 11 -22c0 -6 -7 -14 -14 -14c-6 0 -14.3 3.2 -30 12l-138 78v10z" />
+    <glyph glyph-name="uni02CF" unicode="&#x2cf;" horiz-adv-x="269" 
+d="M59 -214c-13 0 -14 11 -14 14c0 9 11 18 23 29l120 103l10 -4c8 -10 18 -29 18 -57c0 -8 -3 -21 -6 -24l-131 -56c-8 -4 -15 -5 -20 -5z" />
+    <glyph glyph-name="rhookturned.superior" unicode="&#x2b5;" horiz-adv-x="256" 
+d="M176 397c0 -93 10 -128 39 -128c5 0 9 4 10 11c4 13 12 29 27 29c12 0 21 -9 21 -26c0 -19 -34 -33 -61 -33c-16 0 -36 7 -52 25c-27 31 -32 57 -32 142h-2c-17 -25 -45 -59 -76 -59c-27 0 -37 14 -37 31s11 27 29 27c12 0 20 -5 26 -12c4 -4 9 -6 13 -6c7 0 22 12 38 35
+c4 5 7 14 7 23v125c0 24 -8 25 -25 25h-18c-2 0 -5 2 -5 5v19l74 -1l73 1v-19c0 -3 -1 -5 -6 -5h-18c-24 0 -25 -5 -25 -25v-184z" />
+    <glyph glyph-name="Rsmallinverted.superior" unicode="&#x2b6;" horiz-adv-x="276" 
+d="M28 608c-2 0 -6 1 -6 3v19l1 1s35 -1 58 -1c20 0 51 1 51 1l1 -2v-17c0 -3 -1 -4 -3 -4c-22 0 -24 -7 -24 -27v-63h47l23 62c13 36 33 58 66 58c7 0 13 0 20 -1v-18c-18 0 -34 -19 -44 -47l-23 -62c32 -5 55 -32 55 -66c0 -62 -59 -80 -99 -80h-127v17c0 2 1 2 3 2l15 1
+c14 0 15 6 15 18v179c0 21 -1 27 -29 27zM196 442c0 24 -12 57 -56 57h-34v-110c9 -2 18 -3 27 -3c55 0 63 32 63 56z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="264" 
+d="M95 122v437c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-461c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="390" 
+d="M48 138c6 6 25 7 31 1c6 -25 17 -69 39 -92c10.3 -10.7 32 -24 71 -24c37 0 85 21 85 70c0 43 -19 64 -102 98c-77 32 -110 63 -110 136c0 64 67 112 141 112c52 0 100 -14 131 -19c-1 -33 -3 -70 -6 -106c-6 -6 -26 -7 -32 -1c-13 85 -71 93 -93 93
+c-34 0 -70 -23 -70 -64c0 -55 39.8 -70.5 100 -92.8c68 -25.2 117 -64.9 117 -133.2c0 -99 -103 -126 -159 -126c-37 0 -64 4 -91 11c-7 2 -13 2 -20 2c-5 0 -15 -1 -25 -3c0 42 -3 89 -7 138z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="490" 
+d="M182 358l61 -90c7.60001 -11.2 11.8 -12 19 -2l65 91c24.2 33.9 12.7 37 -24 41c-6 6 -6 27 0 33c26 -1 54 -2 84 -2s53 1 73 2c6 -6 6 -27 0 -33c-36.5 -3 -60 -8 -97 -55l-84 -107c-4.70001 -6 -4.20001 -9.10001 0 -15l90 -127c40.3 -56.9 54.7 -60 100 -63
+c6 -6 6 -27 0 -33c-24 1 -51 2 -89 2c-36 0 -69 -1 -99 -2c-6 6 -6 27 0 33c31.7 3.3 47.8 5.1 13 53l-58 80c-6.3 8.60001 -9.7 9.89999 -18 -2l-63 -91c-22.5 -32.5 -14 -36.3 22 -40c6 -6 6 -27 0 -33c-26 1 -54 2 -84 2s-52 -1 -72 -2c-6 6 -6 27 0 33
+c35 2 57.4 5.1 97 56l84 108c3.60001 4.60001 3.89999 7.8 -1 15l-87 127c-28 41 -56 58 -90 61c-6 6 -6 27 0 33c26 -1 56 -2 86 -2s74 1 101 2c6 -6 6 -27 0 -33c-44.7 -4.70001 -51.9 -6.20001 -29 -40z" />
+    <glyph glyph-name="uni03D8" unicode="&#x3d8;" horiz-adv-x="702" 
+d="M331 622c-99 0 -198 -85 -198 -295c0 -192 115 -301 237 -301c114 0 200 105 200 284c0 202 -107 312 -239 312zM666 329c0 -84 -22 -156.3 -61.8 -213c-46.3 -66 -116.5 -110.2 -203.8 -122.5c1.30002 -48.4 4.30002 -92.7 9.60001 -131.5l-2 -3s-17 3 -51 3
+c-35 0 -52 -3 -52 -3l-1 3c5.20001 36.5 8.20001 81.3 9.5 129.9c-153.5 16.3 -276.5 135.4 -276.5 318.1c0 193.9 113.3 348 307 348c179 0 322 -122 322 -329z" />
+    <glyph glyph-name="uni03D9" unicode="&#x3d9;" horiz-adv-x="504" 
+d="M41 205c0 63.2 19 121.4 55.3 164c36.6 43 90.9 70 156.7 70c153 0 210 -121 210 -225c0 -61.3 -20.3 -124.2 -65.1 -168c-26.3 -25.7 -61.1 -45.1 -105.2 -52.6c1.39999 -42.8 4.39999 -82.1 9.29999 -117.4l-2 -3s-11 3 -45 3c-35 0 -46 -3 -46 -3l-1 3
+c5.3 32.6 7.5 72.9 8.60001 116.3c-118.6 16.7 -175.6 119.3 -175.6 212.7zM238 404c-90 0 -111 -89 -111 -176c0 -77 34 -203 138 -203c47 0 112 31 112 157c0 144 -53 222 -139 222z" />
+    <glyph glyph-name="uni0476" unicode="&#x476;" horiz-adv-x="673" 
+d="M190 789c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.70001 -8 3.70001 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM321 794c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.89999 -3.79999 2.5 -9 2.5 -11
+c0 -7 -6 -12 -13 -12c-5.60001 0 -9.60001 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19zM587 658c41 0 82 -36 82 -76c0 -24 -20 -60 -47 -60c-25 0 -39 16 -39 38c0 16 19 27 19 42c0 9 -5 20 -28 20c-24 0 -40 -10 -116 -231c0 0 -63 -168 -128 -380c-6 -15 -17 -23 -27 -23
+c-11 0 -20 8 -25 23l-197 561c-10 29 -28 46 -67 46h-6c-4 0 -8 3 -8 8v19l2 1s78 -1 117 -1c35 0 124 1 124 1l2 -1v-19c0 -5 -3 -8 -8 -8h-27c-36 0 -48 -10 -48 -26c0 -6 2 -12 4 -20l125 -356l29 -88c35 108 95 274 95 274c65 187 91 256 172 256z" />
+    <glyph glyph-name="uni0477" unicode="&#x477;" horiz-adv-x="537" 
+d="M124 653c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.70001 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM260 659c11 0 19 -5 23 -14l62.7 -143c1.29999 -3 1.29999 -5 1.29999 -6c0 -2.60001 -2.79999 -13 -14 -13
+c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36zM431 402c-30 0 -59 -47 -78 -112l-85 -279c-6 -14 -14 -23 -24 -23c-13 0 -20 9 -25 21l-136 345c-13 34 -23 48 -53 48h-11c-5 0 -10 3 -10 7v20l3 2s53 -2 87 -2c39 0 100 2 100 2l4 -2v-19
+c0 -7 -6 -8 -9 -8h-17c-20 -1 -29 -7 -29 -17c0 -7 4 -15 10 -29l86 -218l12 -41l58 197c32 111 66 148 134 148c40 0 73 -33 73 -73c0 -24 -12 -49 -40 -49c-24 0 -43 14 -43 36c0 17 11 18 11 33c0 9 -4 13 -18 13z" />
+    <glyph glyph-name="uni0496" unicode="&#x496;" horiz-adv-x="897" 
+d="M487 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v201.8c-102.4 -2.5 -120.5 -36.7 -158 -132.8c-43 -110 -80 -191 -158 -192l-79 -1c-5.5 10.2 -5.8 23.2 0 33
+c65.8 2.9 101.4 50.9 160 203c27 70 65 113 134 113v5c-76 28 -99 114 -108 176c-4.2 29.1 -10 62 -40 62c-13 0 -21 -5 -32 -16c-10 -10 -24 -15 -37 -15c-21 0 -44 11 -44 40c0 23 18 52 71 52c79 0 109 -56 119 -118c9 -56 23 -120 82 -152
+c21.2 -12.3 57.1 -14.5 90 -14.9v156.9c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-156.9c32.9 0.399994 68.8 2.60001 90 14.9c59 32 73 96 82 152c10 62 40 118 119 118c53 0 71 -29 71 -52
+c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16c-30 0 -35.8 -32.9 -40 -62c-9 -62 -32 -148 -108 -176v-5c69 0 107 -43 134 -113c42.7 -110.8 73.2 -166.4 112 -189.5c9.79999 -4.7 18.3 -6.5 25 -6.5c17 0 29.3 -5 30 -22l6 -153
+c-6.70001 -4 -15.7 -5.3 -27 -2c-4 25 -18 67 -48 102c-16.6 19.5 -41.7 32.8 -63.7 48.1c-48.1 26.6 -77.9 94.5 -111.3 179.9c-37.5 96.1 -55.6 130.3 -158 132.8v-201.8z" />
+    <glyph glyph-name="uni0497" unicode="&#x497;" horiz-adv-x="706" 
+d="M670.8 36.8c16.8 -2 25.7 -5.8 26.2 -17.8l6 -142c-7.29999 -4 -17.2 -5.60001 -27 -4c-7.5 35.6 -18.7 64.2 -34.8 84.2c-18.3 22.8 -39.7 36 -53.9 44.6c-16.3 6.1 -30.2 26.2 -41.3 49.2l-43 90c-18 37 -46 64 -114 68v-87c0 -83 12 -87 63 -91c6 -6 6 -27 0 -33
+c-22 1 -59.6 2 -99 2c-39.8 0 -77 -1 -100 -2c-6 6 -6 27 0 33c51 5 63 8 63 91v87c-68 -4 -96 -31 -114 -68l-43 -90c-13 -27 -30 -50 -50 -51c0 0 -74 -1 -94 -2c-6 6 -6 27 0 33c39 2 49 10 66 42l45 85c25 47 58 71 115 71v3c-39 11 -56 46 -71 86c-12 31 -24 50 -45 50
+c-9 0 -17 -3 -23 -7s-17 -7 -30 -7c-22 0 -40 19 -40 39c0 22 24 45 57 45c58 0 85 -54 104 -101c22 -55 52 -93 123 -93v63c0 83 -12 87 -63 91c-6 6 -6 27 0 33c23 -1 59.6 -2 99 -2c39.8 0 76 1 100 2c6 -6 6 -27 0 -33c-51 -5 -63 -8 -63 -91v-63c71 0 101 38 123 93
+c19 47 46 101 104 101c33 0 57 -23 57 -45c0 -20 -18 -39 -40 -39c-13 0 -24 3 -30 7s-14 7 -23 7c-21 0 -33 -19 -45 -50c-15 -40 -32 -75 -71 -86v-3c57 0 90 -24 115 -71l45 -85c4.09998 -7.8 7.90002 -14.2 11.7 -19.4c12.1 -10.2 24.6 -15.5 35.1 -16.8z" />
+    <glyph glyph-name="uni049A" unicode="&#x49a;" horiz-adv-x="629" 
+d="M584.3 33.7c20.9 -1.7 26.1 -8.7 26.7 -22.7l7 -152h-28c-15 79 -46 104 -86 134c-32 24 -67.8 52.1 -107 114l-76 120c-44.6 75.6 -77 102.4 -130 103.9v-208.9c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-153c35.5 0.100006 82.2 1.60001 107 15c55 31 86 96 100 149c7.79999 29.4 50 124 143 124c52 0 68 -29 68 -52
+c0 -24 -23 -42 -44 -42c-26 0 -52 25 -79 25c-10 0 -35 -21 -51 -66c-22 -59 -57 -152 -130 -176c26 0 54 -25 70 -53l74 -119c70.2 -112.9 86.3 -137.3 135.3 -141.3z" />
+    <glyph glyph-name="uni049B" unicode="&#x49b;" horiz-adv-x="498" 
+d="M90 72v288c0 29 -9 42 -43 42h-7c-5 0 -8 3 -8 8v19l2 2s56 -2 92 -2c39 0 97 2 97 2l2 -2v-19c0 -5 -4 -8 -9 -8h-8c-33 0 -43 -13 -43 -42v-116h19c57 0 93 14 139 101c32 61 63 88 97 88c38 0 52 -17 52 -39c0 -20 -16 -39 -40 -39c-20 0 -40 8 -49 8
+c-13 0 -25 -21 -36 -43c-27 -51 -65 -88 -101 -93c40 0 91 -21 110 -70c16 -38 56 -130 93 -130c11 0 32 -2 33 -21l5 -134h-23c-6 44 -25 103 -67 115c-48 14 -80 85 -97 126c-24 59 -40 97 -135 97v-138c0 -29 10 -45 43 -45h8c5 0 9 -3 9 -8v-19l-2 -2s-58 2 -97 2
+c-36 0 -92 -2 -92 -2l-2 2v19c0 5 3 8 8 8h7c34 0 43 16 43 45z" />
+    <glyph glyph-name="uni049C" unicode="&#x49c;" horiz-adv-x="606" 
+d="M311 121h-44v194.4c-19.5 6 -43.9 8.60001 -76 8.60001v-202c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2
+c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-157c24.8 0 53 0.5 76 5.39999v178.6h44v-158c44.9 34.2 56.9 90.8 65 141c10 62 40 118 119 118c53 0 71 -29 71 -52c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16c-30 0 -35.8 -32.9 -40 -62
+c-8.79999 -60.3 -30.8 -143.4 -102 -173.6v-7.5c65.2 -2.39999 101.8 -45 128 -112.9c58.6 -152.1 94.2 -200.1 160 -203c5.79999 -9.8 5.5 -22.8 0 -33l-79 1c-78 1 -115 82 -158 192c-17.7 45.3 -31 76.9 -51 97.9v-167.9z" />
+    <glyph glyph-name="uni049D" unicode="&#x49d;" horiz-adv-x="557" 
+d="M290 72h-44v133.9c-18.6 2.5 -40.7 3.90001 -67 4.10001v-141c0 -39 32 -42 51 -42c4 0 8 -3 8 -8v-19l-2 -2s-57 2 -96 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h19c34 0 43 14 43 42v289c0 28 -9 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 104 -2
+c39 0 94 2 94 2l2 -2v-19c0 -5 -4 -8 -8 -8c-27 0 -49 -3 -49 -44v-114h67v110h44v-104.5c48.6 14.1 69.4 53.3 87 92.5c21 45 46 100 94 100c38 0 55 -20 55 -45c0 -20 -16 -38 -37 -38c-10 0 -22 5 -30 9c-5 4 -15 5 -22 5c-11 0 -24 -28 -34 -50c-16 -38 -42 -88 -93 -96
+c54 0 93 -21 113 -70c16 -38 56 -130 93 -130h8c4 0 11 -1 11 -8v-19l-2 -2l-73 1c-50 1 -79 73 -96 114c-15.3 37.7 -27.8 66.9 -74 83v-124z" />
+    <glyph glyph-name="uni04A2" unicode="&#x4a2;" horiz-adv-x="700" 
+d="M512 0c-33 0 -85 -2 -85 -2l-2 2v19c0 5 3 8 8 8h26c41 0 55 17 55 45v252h-327v-252c0 -31 15 -45 55 -45h26c4 0 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 8 7 8h27c41 0 54 17 54 45v502c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1
+s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-211h327v211c0 30 -15 44 -55 44h-26c-5 0 -9 3 -9 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-502c0 -36 5 -47 36 -47h16
+c7 0 21 -7 21 -20l7 -146h-28c-9 43 -40 141 -134 141z" />
+    <glyph glyph-name="uni04A3" unicode="&#x4a3;" horiz-adv-x="561" 
+d="M458 74c0 -35 4 -47 36 -47h16c14 0 21 -8 21 -20l5 -135h-20c-6 25 -28 127 -132 127l-66 -1l-2 2v21c0 4 2 6 5 6h21c37 0 41 8 41 47v138h-205v-137c0 -40 7 -47 41 -48h20c4 0 6 -2 6 -6v-21l-1 -2l-108 2l-103 -2l-1 2v22c0 3 2 5 5 5h26c36 1 41 10 41 48v280
+c0 38 -6 47 -41 47h-26c-3 0 -5 1 -5 5v22l1 2l103 -3l108 3l1 -2v-21c0 -4 -2 -6 -6 -6h-20c-34 0 -41 -6 -41 -47v-109h205v108c0 39 -5 48 -41 48h-21c-3 0 -5 1 -5 5v22l1 2l98 -2l113 2l1 -2v-22c0 -3 -2 -5 -6 -5h-25c-34 0 -40 -7 -40 -48v-280z" />
+    <glyph glyph-name="uni04B0" unicode="&#x4b0;" horiz-adv-x="575" 
+d="M337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v88h-162v40h162c-0.100006 36.2 -3.60001 46.8 -21 76l-131.3 221c-34.5 58.1 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2
+c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l116 -204.8c9 -15.9 13.8 -17.2 21.8 -2l110.8 209c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-119.5 -216
+c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-7.70001h155v-40h-155v-88z" />
+    <glyph glyph-name="uni04B1" unicode="&#x4b1;" horiz-adv-x="574" 
+d="M250 -157v145l-5.2 12h-176.8v39h159.9l-137.9 319c-6 13 -16 31 -29 39c-5 3 -15 5 -29 5h-12c-3 0 -10 1 -10 7v20l1 2s93 -2 106 -2c6 0 109 2 109 2l1 -2v-19c0 -4 -2 -8 -6 -8h-29c-19 0 -25 -4 -25 -13c0 -6 4 -19 9 -29l130 -312l127 312c4 9 7 23 7 29
+c0 10 -4 13 -25 13h-29c-5 0 -6 4 -6 7v20l1 2s79 -2 92 -2c9 0 88 2 88 2l1 -2v-19c0 -6 -3 -8 -9 -8h-22c-30 0 -45 -16 -57 -44l-132.8 -319h159.8v-39h-176v-157c0 -29 10 -44 43 -44h19c5 0 9 -3 9 -8v-19l-2 -2s-69 2 -108 2c-36 0 -103 -2 -103 -2l-2 2v19
+c0 5 3 8 7 8h20c33 0 42 15 42 44z" />
+    <glyph glyph-name="uni04B3" unicode="&#x4b3;" horiz-adv-x="479" 
+d="M342 -1c-26 0 -66 -1 -66 -1l-2 2v19c0 5 2 8 8 8h11c18 0 23 2 23 9c0 4 -5 13 -27 48l-59 80c-3 5 -5 7 -7 7s-5 -4 -8 -8l-65 -92c-13 -20 -17 -28 -17 -33c0 -9 7 -11 24 -11h13c5 0 7 -3 7 -8v-19l-1 -2s-52 2 -85 2c-29 0 -76 -2 -76 -2l-2 2v17c0 6 4 10 13 10h9
+c30 0 46 17 69 47l92 122c2 2 3 4 3 6s-1 4 -3 7l-100 146c-20 30 -37 47 -71 47h-3c-6 0 -12 3 -12 7v19l2 3l84 -2l110 2l3 -3v-18c0 -5 -3 -8 -7 -8h-16c-20 0 -23 -5 -23 -12c0 -5 4 -15 16 -32l61 -92c4 -6 6 -9 8 -9s5 3 8 8l67 92c14 20 16 29 16 35
+c0 8 -3 10 -21 10h-15c-4 0 -7 2 -7 7v19l3 3s48 -2 78 -2c32 0 81 2 81 2l1 -2v-19c0 -7 -5 -8 -12 -8h-4c-32 0 -48 -10 -75 -47l-93 -122c-2 -2 -2 -4 -2 -5c0 -2 1 -4 2 -7l104 -147c31 -44 37 -47 55 -47h17c14 0 20 -6 21 -20l5 -135h-20c-12 56 -30 127 -115 127z
+" />
+    <glyph glyph-name="uni04B2" unicode="&#x4b2;" horiz-adv-x="645" 
+d="M521 1c-35 0 -101 -3 -101 -3l-3 2v20c0 4 3 7 6 7h24c24 0 32 4 32 12c0 7 -8 19 -19 34l-136 188c-6 8 -10 11 -14 11c-3 0 -8 -5 -15 -14l-132 -181c-9 -13 -14 -23 -14 -31c0 -11 10 -19 29 -19h19c5 -1 6 -4 6 -7v-20l-3 -2s-97 2 -112 2c-5 0 -84 -2 -84 -2l-1 2
+v20c0 5 5 7 11 7h12c36 0 63 22 86 54l154 210c7 9 10 17 10 23c0 10 -5 19 -14 30l-171 225c-23 31 -38 49 -70 49h-2c-5 0 -12 1 -12 7v20l5 1c26 0 90 -1 101 -1c5 0 97 1 127 1c0 0 4 -1 5 -1v-20c0 -5 -2 -7 -5 -7h-40c-17 0 -23 -4 -23 -11c0 -8 8 -21 18 -35
+l125 -176c5 -7 9 -11 12 -11s7 4 13 12l129 175c10 14 15 27 15 34c0 9 -7 12 -21 12h-30c-4 0 -7 2 -7 7v20l2 1c21 0 88 -1 99 -1c5 0 80 1 97 1l3 -1v-20c0 -3 -1 -7 -9 -7h-17c-28 0 -51 -8 -84 -53l-140 -190c-9 -12 -13 -21 -13 -30c0 -10 6 -20 16 -33l177 -232
+c25 -34 42 -53 56 -53c23 0 27 -9 27 -20l5 -148h-27c-8 41 -34 142 -102 142z" />
+    <glyph glyph-name="uni04B8" unicode="&#x4b8;" horiz-adv-x="634" 
+d="M325 127h-45v123.8c-7.79999 -0.600006 -15.5 -0.800003 -23 -0.800003c-114 0 -155 79 -155 178v95c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 93 -2 129 -2c36.3 0 91 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-106c0 -74.5 33 -103.6 93 -108.3v206.3h45
+v-205.9c32.6 2.89999 80.1 12.7 128 43.9v170c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 93.3 -2 129 -2c36.7 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-39 1 -92.9 2 -129 2c-35.7 0 -91 -1 -130 -2
+c-6 6 -6 27 0 33c70 3 87 8 87 91v192.9c-45 -30.9 -88.1 -48.5 -128 -57.4v-130.5z" />
+    <glyph glyph-name="uni04B9" unicode="&#x4b9;" horiz-adv-x="516" 
+d="M278 83h-44v53.9c-11.5 -2.5 -23.5 -3.89999 -36 -3.89999c-93 0 -114 37 -114 131v43c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67 -2 110 -2c40 0 78 1 102 2c6 -6 6 -27 0 -33c-51 -5 -62 -8 -62 -91v-17c0 -78 3 -112 68 -112c1.3 0 2.7 0.100006 4 0.100006v137.9
+h44v-129.6c28.2 10.3 51.5 28.8 74 48.6v72c0 83 -11 87 -62 91c-6 6 -6 27 0 33c23 -1 63 -2 102 -2c44 0 78 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-32 1 -69 2 -112 2c-44 0 -79 -1 -112 -2c-6 6 -6 27 0 33
+c61 5 72 8 72 91v77c-21.9 -16 -46.4 -33.8 -74 -46.8v-69.2z" />
+    <glyph glyph-name="afii57799" unicode="&#x5b0;" 
+d="M114 -182c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM114 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57801" unicode="&#x5b1;" 
+d="M311 -182c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM311 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM46 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM158 -75c0 19 16 34 35 34s35 -15 35 -34
+s-16 -35 -35 -35s-35 16 -35 35zM101 -181c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57800" unicode="&#x5b2;" 
+d="M37 -96v41h137v-41h-137zM271 -182c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM271 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57802" unicode="&#x5b3;" 
+d="M274 -182c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM274 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM24 -97v42h164v-42h-64v-45.9c10.1 -5.90001 17 -16.6 17 -29.1c0 -19 -16 -35 -35 -35s-35 16 -35 35
+c0 12.9 7.3 23.9 18 29.7v45.3h-65z" />
+    <glyph glyph-name="afii57793" unicode="&#x5b4;" 
+d="M131 -112c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57794" unicode="&#x5b5;" 
+d="M188 -112c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM75 -112c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57795" unicode="&#x5b6;" 
+d="M131 -181c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM188 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM76 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57798" unicode="&#x5b7;" 
+d="M85 -129v42h164v-42h-164z" />
+    <glyph glyph-name="afii57797" unicode="&#x5b8;" 
+d="M85 -106v42h164v-42h-64v-45.9c10.1 -5.90001 17 -16.6 17 -29.1c0 -19 -16 -35 -35 -35s-35 16 -35 35c0 12.9 7.3 23.9 18 29.7v45.3h-65z" />
+    <glyph glyph-name="afii57806" unicode="&#x5b9;" 
+d="M40 630c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57796" unicode="&#x5bb;" 
+d="M259 -182c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM147 -129c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35zM35 -75c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57807" unicode="&#x5bc;" 
+d="M131 253c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57839" unicode="&#x5bd;" 
+d="M145 -65h37v-138h-37v138z" />
+    <glyph glyph-name="afii57645" unicode="&#x5be;" horiz-adv-x="375" 
+d="M62 418l21 87h230l-20 -87h-231z" />
+    <glyph glyph-name="afii57841" unicode="&#x5bf;" 
+d="M84 601v42h164v-42h-164z" />
+    <glyph glyph-name="afii57842" unicode="&#x5c0;" horiz-adv-x="291" 
+d="M114 -7v579h57v-579h-57z" />
+    <glyph glyph-name="afii57804" unicode="&#x5c1;" 
+d="M317 628c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57803" unicode="&#x5c2;" 
+d="M-50 628c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="afii57658" unicode="&#x5c3;" horiz-adv-x="352" 
+d="M264 425c-58 -24 -72 -47 -88 -89c-26 69 -32 67 -88 89c46 18 65 29 88 88c26 -67 39 -68 88 -88zM264 84c-48 -20 -62 -20 -88 -87c-24 63 -46 71 -88 87c64 25 79 67 88 89c17 -44 32 -66 88 -89z" />
+    <glyph glyph-name="afii57664" unicode="&#x5d0;" horiz-adv-x="481" 
+d="M453 442c0 -31 -15 -82 -19 -82c-11 0 -18 38 -42 40c-38 -50 -54 -92 -54 -126c0 -16.6 4.29999 -33.2 12.6 -48.5l65.4 -70.5c25 -29 38 -59 38 -90s-15 -74 -47 -74c-2 25 -11 46 -26 63l-258.5 285.2c-30.7 -20.8 -39.5 -69 -39.5 -95.2c0 -60 99 -121 99 -182
+c0 -32 -25 -62 -49 -62h-101c-1 2 -2 4 -2 6c0 4 3 8 7 9c15 2 33 16 33 32c0 30 -37 94 -37 137c0 49.9 19.4 128.5 78.5 167.4l-30.5 33.6c-25 29 -38 59 -38 90c0 27 11 54 34 79h13c1 -29 10 -52 25 -69l186 -206l1.29999 -1.39999c10.1 46.4 28 90.8 57.7 128.4
+c-48 12 -72 37 -72 76c0 69 33 77 33 77c21 -16 -16 -28 68 -54c26 -7 64 -19 64 -63z" />
+    <glyph glyph-name="afii57665" unicode="&#x5d1;" horiz-adv-x="468" 
+d="M238 520c168 0 170 -82 170 -231c0 -55 -4 -133 -43 -189h82l-23 -100h-404l24 100h306c9 42 20 81 20 143c0 156 -22 170 -103 170h-154c-49 0 -78 30 -78 71c0 72 49 81 49 81c5 -23 20 -45 47 -45h107z" />
+    <glyph glyph-name="afii57666" unicode="&#x5d2;" horiz-adv-x="335" 
+d="M234 296c0 -79 55 -147 71 -231c2 -10 4 -23 4 -35c0 -13 -2 -27 -8 -36c-46 0 -44 115 -74 164h-7l-74 -154l-122 -4c0 6 -3 17 -3 31c0 5 0 10 1 16c5 26 13 48 35 53c106 19 153 59 153 196c0 97 -32 107 -83 114c-19 3 -78 13 -78 66c0 68 44 78 44 78
+c7 -34 40 -34 65 -34c42 0 84 -11 84 -72c0 -37 -8 -114 -8 -152z" />
+    <glyph glyph-name="afii57667" unicode="&#x5d3;" horiz-adv-x="438" 
+d="M331 291c0 -69 11 -136 11 -206c0 -79 -44 -86 -68 -86h-11c8 12 12 29 12 50c0 63 -4 110 -4 158c0 90 28 161 85 206h-248c-50 0 -75 20 -75 61c0 74 42 80 42 80c6 -23 22 -34 49 -34h222c45 0 70 -18 70 -62c0 -83 -85 -59 -85 -167z" />
+    <glyph glyph-name="afii57668" unicode="&#x5d4;" horiz-adv-x="478" 
+d="M119 159c0 -19 4 -82 4 -101c0 -39 -24 -68 -73 -71l-7 11c8 9 13 27 13 43c0 18 -3 78 -3 97c0 68 24 110 73 110c6 0 12 -1 17 -4v-13c-16 -10 -24 -40 -24 -72zM400 296c0 -66 22 -145 22 -211c0 -58 -23 -90 -69 -97l-8 10c8 14 12 31 12 51c0 42 -7 132 -7 174
+c0 78 19 140 57 185h-295c-50 0 -79 30 -79 71c0 74 45 81 45 81c5 -23 24 -44 49 -44h246c53 0 63 -20 63 -58v-24c0 -40 -36 -38 -36 -138z" />
+    <glyph glyph-name="afii57669" unicode="&#x5d5;" horiz-adv-x="285" 
+d="M179 -6l10 342c0 57 -25 69 -78 77c-49 8 -84 40 -84 81c0 56 51 65 51 65c5 -30 41 -36 62 -40c55 -9 86 -15 86 -113l6 -355c0 -51 -53 -57 -53 -57z" />
+    <glyph glyph-name="afii57670" unicode="&#x5d6;" horiz-adv-x="289" 
+d="M117 51c0 58 -16 121 -16 179c0 62 13 122 39 177c-68 0 -102 24 -102 70c0 74 40 80 40 80c4 -19 15 -30 32 -34c120 -4 146 -18 146 -79c0 -9 -6 -31 -14 -42c-5 -2 -12 -3 -18 -3c-21 0 -46 10 -60 17c-12 -38 -15 -76 -15 -97c0 -78 31 -153 31 -225
+c0 -94 -78 -96 -78 -96c10 14 15 31 15 53z" />
+    <glyph glyph-name="afii57671" unicode="&#x5d7;" horiz-adv-x="479" 
+d="M396 299c0 -58 23 -153 23 -214c0 -85 -76 -87 -76 -87c9 13 13 30 13 51c0 42 -8 132 -8 174c0 79 22 145 59 190h-249c-32 -24 -49 -65 -49 -119c0 -62 19 -139 19 -201c0 -93 -79 -95 -79 -95c12 18 15 42 15 70c0 30 -5 89 -5 147c0 81 12 142 70 198
+c-63 0 -94 35 -94 81c0 65 51 66 51 66c5 -23 21 -40 48 -40h240c45 0 67 -21 67 -66c0 -76 -45 -58 -45 -155z" />
+    <glyph glyph-name="afii57672" unicode="&#x5d8;" horiz-adv-x="486" 
+d="M96 410c-41 7 -68 22 -68 71c0 77 38 78 38 78c3 -24 20 -37 53 -38c39 -1 58 -22 58 -63c0 -14 -2 -28 -6 -42c-10 -3 -22 -5 -34 -5c-6 0 -12 1 -18 1c-11 -37 -22 -78 -22 -104c0 -63 22 -132 55 -208h223c28 58 46 130 46 210c0 71 -31 109 -85 109
+c-45 0 -76 -19 -125 -103l-24 12c32 74 55 127 81 156c20 24 48 43 77 43c41 0 107 -32 107 -217c0 -88 -25 -193 -67 -310h-279c-1 71 -41 189 -41 275c0 42 14 91 31 135z" />
+    <glyph glyph-name="afii57673" unicode="&#x5d9;" horiz-adv-x="270" 
+d="M152 243l-6 7c35 26 45 65 45 111c0 33 -30 52 -79 54c-54 2 -85 28 -85 72c0 67 42 72 42 72c5 -38 40 -38 71 -38c70 0 88 -19 88 -110c0 -42 -10 -133 -76 -168z" />
+    <glyph glyph-name="afii57674" unicode="&#x5da;" horiz-adv-x="475" 
+d="M392 361l16 -447c0 -77 -49 -83 -61 -83l9 577h-253c-47 0 -71 28 -71 69c0 71 43 73 43 73c6 -23 23 -34 52 -34h242c59 0 68 -32 68 -58c0 -27 -14 -46 -29 -51c-9 -3 -16 -18 -16 -46z" />
+    <glyph glyph-name="afii57675" unicode="&#x5db;" horiz-adv-x="463" 
+d="M371 248c0 94 -9 165 -96 165h-166c-46 0 -69 21 -69 62c0 71 43 80 43 80c5 -23 21 -35 48 -35h132c103 0 146 -86 146 -255c0 -181 -26 -265 -192 -265h-189l26 100h210c78 0 107 51 107 148z" />
+    <glyph glyph-name="afii57676" unicode="&#x5dc;" horiz-adv-x="476" 
+d="M82 558c0 -33 28 -38 65 -38h170c88 0 97 -50 97 -159c0 -87 -8 -100 -79 -179c-43 -50 -73 -87 -73 -121c0 -15 7 -25 7 -36c0 -24 -17 -36 -39 -36s-38 14 -38 41c0 57 82 137 116 171c49 50 58 67 58 131c0 49 -11 81 -93 81h-148c-50 0 -83 21 -83 66
+c0 48 12 86 24 118c5 10 11 27 11 36c0 18 -19 25 -32 30c-12 4 -34 13 -34 35c0 45 30 47 30 48c2 -18 22 -25 30 -27c18 -5 39 -15 39 -41c0 -3 -16 -67 -19 -76c-5 -14 -9 -32 -9 -44z" />
+    <glyph glyph-name="afii57677" unicode="&#x5dd;" horiz-adv-x="527" 
+d="M184 413c-52 -61 -80 -113 -81 -167l-5 -146h337l-4 131c-5 148 -25 182 -101 182h-146zM51 0l8 263c1 42 51 107 92 150h-31c-48 0 -73 32 -73 73c0 69 44 69 44 69c6 -23 21 -35 47 -35h156c146 0 174 -35 179 -179l11 -341h-433z" />
+    <glyph glyph-name="afii57678" unicode="&#x5de;" horiz-adv-x="520" 
+d="M291 533c120 -20 181 -150 181 -281c0 -67 -23 -148 -30 -169l-29 -83h-244l36 100h207c11 35 26 91 26 141c0 92 -58 166 -142 166c-51 0 -114 -40 -157 -105c-44 -65 -67 -159 -67 -293c0 -5 -9 -14 -18 -14c-14 0 -17 19 -17 47c0 136 42 256 118 339
+c0 26 -11 33 -55 42c-41 9 -62 39 -62 74c0 63 34 68 34 68c8 -31 34 -35 54 -37c25 -2 55 -6 55 -43c0 -17 -3 -19 -3 -32s6 -29 16 -35c55 30 92 65 97 115z" />
+    <glyph glyph-name="afii57679" unicode="&#x5df;" horiz-adv-x="282" 
+d="M147 -203l11 467c0 23 9 54 27 85c6 12 10 24 10 33c0 17 -24 26 -63 28c-64 3 -99 27 -99 70c0 73 39 78 39 78c7 -35 44 -37 66 -38c48 -3 101 -6 101 -81c0 -11 -7 -36 -20 -74s-16 -84 -16 -129l16 -314c0 -137 -67 -123 -72 -125z" />
+    <glyph glyph-name="afii57680" unicode="&#x5e0;" horiz-adv-x="317" 
+d="M244 272c0 -90 30 -157 30 -209c0 -28 -1 -49 -4 -63h-254l32 100h170c-5 28 -7 52 -9 81c-1 7 -1 15 -1 23c0 52 9 116 9 165c0 25 -20 38 -47 40c-71 4 -115 33 -115 73c0 72 44 72 44 72c6 -33 41 -35 70 -36c46 -2 93 -10 93 -70c0 -57 -18 -118 -18 -176z" />
+    <glyph glyph-name="afii57681" unicode="&#x5e1;" horiz-adv-x="510" 
+d="M289 413h-156c-28 -47 -42 -100 -42 -156c0 -163 97 -167 162 -167c84 0 157 18 157 159c0 106 -25 164 -121 164zM250 -11c-65 0 -199 27 -199 226c0 78 18 145 53 199c-47 0 -61 51 -61 72c0 69 46 71 46 71c5 -23 21 -37 48 -37h134c104 0 175 -56 175 -254
+c0 -245 -99 -277 -196 -277z" />
+    <glyph glyph-name="afii57682" unicode="&#x5e2;" horiz-adv-x="499" 
+d="M131.3 410c-43.4 8 -75.4 36.4 -75.4 79.4c0 61.8 31.9 66.9 31.9 66.9c9.5 -33.6 44.6 -35.2 55.6 -35.7c27.1 -0.699951 73.2 -1.59998 73.2 -70.7c0 -11.6 -3.8 -32.7 -7.20001 -41.4c-14 2.5 -24.4 3.20001 -34.1 3.20001c-5.7 0 -11.2 -0.200012 -17.1 -0.5
+c-0.399994 -3.60001 -0.599991 -7.70001 -0.599991 -11.9c0 -17 3.09999 -31.5 5.59999 -42.4c5.8 -24.9 21.8 -53.1 39.9 -62.1c31.9 -15.8 62.3 -34 77.1 -72c6.79999 -17.4 12.5 -44.1 12.5 -66c0 -15.9 -3 -29.2 -10.8 -34.5c42.4 7.59999 28.2 30 100.1 183.7
+c18 38 27 66 27 76c0 19 -9 28 -25 32c-48 11 -72 34 -72 69c0 73 37 78 37 78c6 -26 18 -37 65 -44c35 -5 52 -23 52 -53c0 -71 -84 -189 -84 -310c0 -79 -46 -124 -136 -134l-213 -34l20 99l179.8 29.3c12.4 7.2 17.7 17.4 17.7 29c0 22.5 -20 50.1 -47.5 70.9
+c-35.8 27 -54.6 46.1 -67.2 91.4c-3.60001 13 -9.60001 42.2 -9.60001 71c0 13.8 1.4 21.5 5.10001 33.4z" />
+    <glyph glyph-name="afii57683" unicode="&#x5e3;" horiz-adv-x="476" 
+d="M170 196c-15 0 -30 20 -56 20c-28 0 -37 -20 -54 -20c-16 0 -29 19 -29 56c0 65 27 108 66 161c-54 13 -66 47 -66 82c0 56 59 72 59 72c5 -23 22 -47 48 -47h87c156 0 181 -29 188 -163l9 -225c4 -91 6 -209 6 -272s-47 -69 -67 -69l12 454c0 60 -12 109 -24 132
+c-12 24 -46 36 -92 36h-132c-22 -29 -31 -48 -31 -67c0 -30 5.1 -39.6 42 -48c35 -8 57 -34 57 -58c0 -24.2 -5 -44 -23 -44z" />
+    <glyph glyph-name="afii57684" unicode="&#x5e4;" horiz-adv-x="463" 
+d="M371 248c0 94 -9 165 -96 165h-149c-22 -29 -31 -48 -31 -67c0 -30 5.1 -39.6 42 -48c35 -8 57 -34 57 -58c0 -24.2 -5 -44 -23 -44c-15 0 -30 20 -56 20c-28 0 -37 -20 -54 -20c-16 0 -29 19 -29 56c0 65 27 108 66 161l0.400002 0.399994
+c-38.9 3.10001 -58.4 23.9 -58.4 61.6c0 71 43 80 43 80c5 -23 21 -35 48 -35h132c103 0 146 -86 146 -255c0 -181 -26 -265 -192 -265h-189l26 100h210c78 0 107 51 107 148z" />
+    <glyph glyph-name="afii57685" unicode="&#x5e5;" horiz-adv-x="482" 
+d="M176 81c0 -54 14 -134 14 -192c0 -88 -53 -91 -60 -91l-10 435v2c0 42 30 101 30 140c0 14 -5 26 -20 28c-71 14 -97 28 -97 73c0 71 35 86 35 86c6 -27 36 -41 55 -43c40 -6 85 -17 85 -71c0 -40 -50 -120 -50 -181l2 -88h8c46 92 119 170 188 226c-51 8 -77 32 -77 71
+c0 80 35 86 35 86c4 -32 32 -42 57 -43c42 -3 79 -13 79 -69c0 -10 -4 -53 -13 -64c-18 9 -32 13 -50 13c-41 -32 -78 -70 -96 -89c-74 -80 -115 -164 -115 -229z" />
+    <glyph glyph-name="afii57686" unicode="&#x5e6;" horiz-adv-x="480" 
+d="M343.9 189.3l71.1 -49.3c15 -11 22 -27 22 -43c0 -42 -38 -92 -59 -97h-342l31 100h266c0 8 -8 16 -15 22l-146 102c-21 16 -30 38 -30 61l3 72c0 34 -9 59 -40 59c-50 0 -83 27 -83 69c0 70 42 74 42 74c6 -34 36 -37 49 -38c48 -3 68 -9 68 -67c0 -23 -8 -73 -8 -96
+c0 -26 9 -54 27 -69l60.1 -41.7c23 61.9 58 125.8 87.9 165.7c-41 9 -70 38 -70 72c0 73 42 74 42 74c4 -33 41 -37 57 -38c35 -3 67 -8 67 -59c0 -11 -3 -50 -12 -63c-15 7 -25 10 -51 10c-33 -32 -65 -105 -65 -148c0 -26.9 6.39999 -50.5 27.9 -71.7z" />
+    <glyph glyph-name="afii57687" unicode="&#x5e7;" horiz-adv-x="497" 
+d="M66 -220l-10 4v467c0 28 15 53 38 73h9v-508c0 -11 -15 -23 -37 -36zM241 38c0 -7 1 -21 1 -35c0 -22 -11 -33 -34 -33c-20 0 -29 12 -29 38c0 77 106 148 141 172c13 8 87 60 87 130c0 44 -3 103 -82 103h-203c-47 0 -79 34 -79 75c0 66 51 67 51 67
+c5 -23 21 -35 49 -35h186c120 0 122 -106 122 -176c0 -127 -43 -153 -113 -196c-59 -35 -97 -59 -97 -110z" />
+    <glyph glyph-name="afii57688" unicode="&#x5e8;" horiz-adv-x="489" 
+d="M381 -12l9 246c0 134 -24 179 -112 179h-175c-47 0 -77 33 -77 74c0 63 49 70 49 70c6 -23 22 -37 49 -37h126c146 0 185 -33 185 -176v-311c0 -42 -54 -45 -54 -45z" />
+    <glyph glyph-name="afii57689" unicode="&#x5e9;" horiz-adv-x="612" 
+d="M580 452c0 -111 -150 -231 -169 -452h-293c-7 33 -3 61 -9 86c-21 82 -40 130 -40 190c0 49 12 95 25 134c-41 12 -61 34 -61 67c0 73 37 82 37 82c7 -24 16 -31 58 -39c33 -7 49 -33 49 -76c0 -11 -3 -29 -5 -35c-27 0 -38 -2 -55 -2c-9 -34 -16 -73 -16 -115
+c0 -53 24 -119 61 -192h20c44 82 83 189 117 312c-41 15 -61 39 -61 71c0 71 38 76 38 76c7 -33 28 -32 44 -36c25 -6 64 -11 64 -71c0 -13 -7 -42 -12 -53c-14 9 -25 12 -47 12c-25 -112 -60 -219 -106 -311h160c16 49 49 124 117 219c17 24 26 46 26 63
+c0 29 -24 33 -33 36c-32 11 -49 30 -49 58c0 80 41 83 41 83c4 -28 24 -30 40 -36c15 -5 59 -14 59 -71z" />
+    <glyph glyph-name="afii57690" unicode="&#x5ea;" horiz-adv-x="515" 
+d="M415 -12l9 246c0 134 -24 179 -112 179h-125.1c-21.1 -38.4 -53.9 -106.9 -53.9 -157c0 -83 28 -155 28 -198l-6 -58h-135l17 100h61c-2 35 -8 102 -8 112c0 87.9 34.1 146.6 68.7 201h-21.7c-47 0 -77 33 -77 74c0 63 49 70 49 70c6 -23 22 -37 49 -37h126
+c146 0 185 -33 185 -176v-311c0 -42 -54 -45 -54 -45z" />
+    <glyph glyph-name="afii57716" unicode="&#x5f0;" horiz-adv-x="557" 
+d="M446 -6l10 342c0 57 -25 69 -78 77c-49 8 -84 40 -84 81c0 56 51 65 51 65c5 -30 41 -36 62 -40c55 -9 86 -15 86 -113l6 -355c0 -51 -53 -57 -53 -57zM175 -6l10 342c0 57 -25 69 -78 77c-49 8 -84 40 -84 81c0 56 51 65 51 65c5 -30 41 -36 62 -40
+c55 -9 86 -15 86 -113l6 -355c0 -51 -53 -57 -53 -57z" />
+    <glyph glyph-name="afii57717" unicode="&#x5f1;" horiz-adv-x="545" 
+d="M152 243l-6 7c35 26 45 65 45 111c0 33 -30 52 -79 54c-54 2 -85 28 -85 72c0 67 42 72 42 72c5 -38 40 -38 71 -38c70 0 88 -19 88 -110c0 -42 -10 -133 -76 -168zM446 -6l10 342c0 57 -25 69 -78 77c-49 8 -84 40 -84 81c0 56 51 65 51 65c5 -30 41 -36 62 -40
+c55 -9 86 -15 86 -113l6 -355c0 -51 -53 -57 -53 -57z" />
+    <glyph glyph-name="afii57718" unicode="&#x5f2;" horiz-adv-x="533" 
+d="M418 243l-6 7c35 26 45 65 45 111c0 33 -30 52 -79 54c-54 2 -85 28 -85 72c0 67 42 72 42 72c5 -38 40 -38 71 -38c70 0 88 -19 88 -110c0 -42 -10 -133 -76 -168zM152 243l-6 7c35 26 45 65 45 111c0 33 -30 52 -79 54c-54 2 -85 28 -85 72c0 67 42 72 42 72
+c5 -38 40 -38 71 -38c70 0 88 -19 88 -110c0 -42 -10 -133 -76 -168z" />
+    <glyph glyph-name="uni05F3" unicode="&#x5f3;" horiz-adv-x="219" 
+d="M141 562c12 0 43 -6 43 -32c0 -24 -23 -62 -55 -111c-44 -68 -54 -82 -62 -82c-5 0 -17 4 -17 21c0 18 9 53 23 118c11 56 37 86 68 86z" />
+    <glyph glyph-name="uni05F4" unicode="&#x5f4;" horiz-adv-x="385" 
+d="M309 562c12 0 43 -6 43 -32c0 -24 -23 -62 -55 -111c-44 -68 -54 -82 -62 -82c-5 0 -17 4 -17 21c0 18 9 53 23 118c11 56 37 86 68 86zM141 562c12 0 43 -6 43 -32c0 -24 -23 -62 -55 -111c-44 -68 -54 -82 -62 -82c-5 0 -17 4 -17 21c0 18 9 53 23 118
+c11 56 37 86 68 86z" />
+    <glyph glyph-name="uni05BA" unicode="&#x5ba;" 
+d="M40 630c0 19 16 34 35 34s35 -15 35 -34s-16 -35 -35 -35s-35 16 -35 35z" />
+    <glyph glyph-name="uni05C6" unicode="&#x5c6;" horiz-adv-x="326" 
+d="M66 272c0 58 -18 119 -18 176c0 60 47 68 93 70c29 1 64 3 70 36c0 0 44 0 44 -72c0 -40 -44 -69 -115 -73c-27 -2 -47 -15 -47 -40c0 -56 8 -137 8 -188c0 -29 -4 -53 -9 -81h170l32 -100h-253c-4 14 -5 35 -5 63c0 52 30 119 30 209z" />
+    <glyph glyph-name="aleph" unicode="&#x2135;" horiz-adv-x="481" 
+d="M453 442c0 -31 -15 -82 -19 -82c-11 0 -18 38 -42 40c-38 -50 -54 -92 -54 -126c0 -16.6 4.29999 -33.2 12.6 -48.5l65.4 -70.5c25 -29 38 -59 38 -90s-15 -74 -47 -74c-2 25 -11 46 -26 63l-258.5 285.2c-30.7 -20.8 -39.5 -69 -39.5 -95.2c0 -60 99 -121 99 -182
+c0 -32 -25 -62 -49 -62h-101c-1 2 -2 4 -2 6c0 4 3 8 7 9c15 2 33 16 33 32c0 30 -37 94 -37 137c0 49.9 19.4 128.5 78.5 167.4l-30.5 33.6c-25 29 -38 59 -38 90c0 27 11 54 34 79h13c1 -29 10 -52 25 -69l186 -206l1.29999 -1.39999c10.1 46.4 28 90.8 57.7 128.4
+c-48 12 -72 37 -72 76c0 69 33 77 33 77c21 -16 -16 -28 68 -54c26 -7 64 -19 64 -63z" />
+    <glyph glyph-name="uni0495" unicode="&#x495;" horiz-adv-x="511" 
+d="M186 229.9c108.3 -2.09999 268 -34.3 268 -231.9c0 -124 -65 -232 -185 -232c-106 0 -158 59 -158 102c0 29 15 44 38 44s40 -12 44 -36c6 -33 16 -76 82 -76c73 0 101 68 101 176c0 174.4 -97.4 216.6 -190 219.8v-73.8c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33
+c-32 1 -67.7 2 -111 2c-43.7 0 -79 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c33 -1 67.7 -1.60001 111 -2h126c32 0 112 2 112 2l2 -2c5.5 -53.5 9 -97 13 -150c-8.5 -3.60001 -17.9 -5.5 -29 -4c-14 58 -38 115 -120 115h-22
+c-35 0 -42 -26 -42 -83v-77.1z" />
+    <glyph glyph-name="uni0494" unicode="&#x494;" horiz-adv-x="593" 
+d="M549 93c0 -147 -89 -265 -215 -265c-82 0 -104 26 -119 26c-10 0 -16 -6 -17 -9c-2 -5 -3 -34 -3 -39h-23v152h24c0 -27 13 -51 31 -68c21 -19 52 -33 100 -33c75 0 143 57 143 226c0 207.3 -129.5 258.7 -280 260v-221c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-40 1 -91.2 2 -129 2s-91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 129 -2 129 -2h205s81 1 120 2c5.5 -33.8 10.9 -72.7 15 -157c-9.70001 -4.29999 -19.3 -5.20001 -29 -4c-21 69 -37 119 -112 119h-120
+c-24 0 -36 -10 -36 -34v-197c149.7 -1.10001 359 -43.2 359 -281z" />
+    <glyph glyph-name="uni04C3" unicode="&#x4c3;" horiz-adv-x="604" 
+d="M558 93c0 -147 -98 -265 -224 -265c-82 0 -104 26 -119 26c-10 0 -16 -6 -17 -9c-2 -5 -3 -34 -3 -39h-23v152h24c0 -27 13 -51 31 -68c21 -19 52 -33 100 -33c75 0 152 57 152 226c0 208.6 -140.1 254.4 -292 255v-267c0 -30 15 -43 55 -43h26c4 0 8 -3 8 -8v-19l-2 -2
+s-86 2 -126 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 8 7 8h27c41 0 54 15 54 43v503c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-193c35.9 0.200012 80.8 2 105 15
+c57 32 82 95 103 146c24 58 54 110 139 110c53 0 69 -23 69 -46c0 -24 -23 -42 -44 -42c-14 0 -27 6 -39 13c-13 7 -27 12 -40 12c-12 0 -38 -29 -48 -57c-21.5 -56.6 -54.3 -144.5 -127.4 -172c5.39999 -0.899994 10.8 -1.89999 16.2 -3
+c1.10001 -0.200012 2 -0.299988 2.80002 -0.5c120 -24.2 234.4 -91.3 234.4 -263.5z" />
+    <glyph glyph-name="uni04C7" unicode="&#x4c7;" horiz-adv-x="713" 
+d="M514 71v253h-327v-252c0 -31 15 -44 55 -44h26c4 0 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 8 7 8h27c41 0 54 16 54 44v502c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8
+h-26c-41 0 -55 -16 -55 -44v-211h327v211c0 30 -15 44 -55 44h-26c-5 0 -9 3 -9 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-502c0 -147 -89 -265 -215 -265c-82 0 -104 26 -119 26c-10 0 -16 -6 -17 -9
+c-2 -5 -3 -34 -3 -39h-23v152h24c0 -27 13 -51 31 -68c20 -19 52 -33 100 -33c75 0 142 66 142 235z" />
+    <glyph glyph-name="uni04A7" unicode="&#x4a7;" horiz-adv-x="787" 
+d="M437 429c40 0 78 1 108 2c6 -6 6 -27 0 -33c-55 -4 -68 -9 -68 -91v-77.6c106.6 -5 252 -43.8 252 -231.4c0 -124 -65 -232 -185 -232c-106 0 -158 59 -158 102c0 29 15 44 38 44c24 0 41 -12 45 -36c6 -33 15 -76 81 -76c73 0 102 68 102 176
+c0 164.4 -87.3 211.3 -175 218.8v-72.8c0 -82 9 -87 74 -91c5 -6 5 -27 0 -33c-28 1 -73 2 -113 2s-77 -1 -102 -2c-5 6 -5 27 0 33c52 4 62 9 62 91v217c0 40 -6 51 -43 51h-121c-39 0 -42 -20 -42 -51v-217c0 -82 10 -86 61 -91c6 -6 6 -27 0 -33c-30 1 -60 2 -100 2
+s-88 -1 -118 -2c-6 6 -6 27 0 33c65 4 78 9 78 91v185c0 82 -13 87 -68 91c-6 6 -6 27 0 33c30 -1 68 -2 108 -2h284z" />
+    <glyph glyph-name="uni04A6" unicode="&#x4a6;" horiz-adv-x="965" 
+d="M921 93c0 -147 -89 -265 -214 -265c-82 0 -105 26 -120 26c-10 0 -16 -6 -17 -9c-2 -5 -3 -34 -3 -39h-23v152h24c0 -27 13 -51 31 -68c21 -19 52 -33 100 -33c75 0 143 57 143 226c0 206.8 -129 258.5 -279 260v-221c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-38 1 -91.3 2 -130 2c-36.4 0 -91 -1 -129 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v409c0 62 -22 74 -46 74h-197c-24 0 -46 -12 -46 -74v-409c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-40 1 -91 2 -129 2c-39.7 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 106 -2 129 -2h375c27 0 79 1 129 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-149c150.5 -1.20001 358 -43.7 358 -281z" />
+    <glyph glyph-name="uni0498" unicode="&#x498;" horiz-adv-x="558" 
+d="M121 -166l16 7c21 -23 38 -36 67 -36c36 0 61 26 61 51c0 67 -37 125 -100 144l1.8 1.9c-35.5 9 -60.4 22.3 -76.8 37.1c-27 24 -46 43 -46 76c0 24 13 40 33 40c28 0 43 -26 56 -52c25 -47 66 -77 144 -77c99 0 148 64 148 155c0 73 -44.5 147 -158 147
+c-33 0 -42 -6 -69 -6c-12 0 -29 5 -29 25s17 24 29 24c27 0 43 -6 70 -6c89.5 0 133 69 133 138c0 70 -29 121 -115 121c-114 0 -161 -73 -187 -161c-11.7 -2.29999 -22 -1.29999 -31 3c5.6 52.9 12.6 105.8 24 160c72 10.5 127 32 202 32c139 0 195 -66 195 -148
+c0 -84 -61 -133 -131 -153v-5c98.5 -7.79999 160 -82 160 -167c0 -131 -113 -195 -240 -195c-11.6 0 -22.6 0.3 -33.1 0.9c49.9 -33.1 79.1 -88.9 79.1 -139.9c0 -55 -43 -84 -96 -84c-41 0 -78 22 -107 67z" />
+    <glyph glyph-name="uni0499" unicode="&#x499;" horiz-adv-x="422" 
+d="M124 -155c2.7 7 12 14.3 20 16c22 -23 45 -39 74 -39c37 0 51 27 51 52c0 47.8 -20 97.1 -69 116.2c-69 2.3 -99.5 21.9 -123 38.8c-21 16 -34 32 -34 54c0 16 23 31 41 31c26 0 36.6 -13.6 45 -32c16.5 -36 27 -57 84 -57c70.5 0 93 32 93 91c0 44 -14 95 -88 95
+c-25 0 -36 -6 -55 -6c-9 0 -20 5 -20 21s10 22 19 22c19 0 36 -6 55 -6c64 0 71 47.5 71 89c0 40 -18 73 -73 73c-84 0 -109 -58 -128 -116c-9.4 -1.5 -18.9 0.399994 -27 4l13 119c54 9 100.5 28 154 28c101 0 141 -44 141 -102c0 -52 -16.5 -80 -77 -103v-3
+c70.5 -12 101 -52 101 -112c0 -81.8 -53.2 -116.5 -128.1 -126.1c46.3 -23.7 76.1 -65.2 76.1 -110.9c0 -73 -64 -98 -118 -98c-28.5 0 -68 16 -98 61z" />
+    <glyph glyph-name="uni049E" unicode="&#x49e;" horiz-adv-x="606" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v365h-89v39h89c-0.400002 80.1 -17.9 85 -87 88c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33
+c-69.1 -3 -86.6 -7.90002 -87 -88h97v-39h-97v-121c36 0 79 1 103 15c59 32 73 96 82 152c10 62 40 118 119 118c53 0 71 -29 71 -52c0 -29 -23 -40 -44 -40c-13 0 -27 5 -37 15c-11 11 -19 16 -32 16c-30 0 -35.8 -32.9 -40 -62c-9 -62 -32 -148 -108 -176v-5
+c69 0 107 -43 134 -113c58.6 -152.1 94.2 -200.1 160 -203c5.79999 -9.8 5.5 -22.8 0 -33l-79 1c-78 1 -115 82 -158 192c-39 100 -57 133 -171 133v-202z" />
+    <glyph glyph-name="uni049F" unicode="&#x49f;" horiz-adv-x="479" 
+d="M178 69c0 -29 11 -42 44 -42h8c4 0 8 -3 8 -8v-19l-2 -2s-57 2 -96 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h19c34 0 43 15 43 45v406h-76v34h75.9c-1.7 50.1 -20.5 106.2 -86.9 147l15 21c74 -34 99 -79 109 -107c12 28 35 69 109 107l15 -21
+c-65.5 -40.8 -84.2 -96.9 -85.9 -147h155.9v-34h-156.1l-0.5 -234c79.7 0.199997 107.6 49.1 129.6 98c20 45 45 100 93 100c38 0 56 -20 56 -45c0 -20 -17 -38 -38 -38c-10 0 -22 5 -29 9c-6 4 -15 5 -23 5c-11 0 -24 -28 -34 -50c-16 -38 -42 -88 -93 -96
+c54 0 93 -21 114 -70c15 -38 55 -130 92 -130h8c4 0 11 -1 11 -8v-19l-2 -2l-73 1c-50 1 -79 73 -96 114c-21.1 54.2 -40.6 90.7 -115.7 96.3z" />
+    <glyph glyph-name="uni04A5" unicode="&#x4a5;" horiz-adv-x="724" 
+d="M497 430l48 1h6h43h99l20 -161l-26 -4c-16 72 -44 125 -110 125h-70.8c-22.1 -8.29999 -27.2 -27.8 -27.2 -84v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-39 1 -80.7 2 -111 2c-34.8 0 -72 -1 -108 -2c-6 6 -6 27 0 33c61 5 68 8 68 91v87h-214v-87
+c0 -83 7 -87 68 -91c6 -6 6 -27 0 -33c-36 1 -75.2 2 -107 2s-72 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 81.4 -2 111 -2c31.8 0 70 1 108 2c6 -6 6 -27 0 -33c-61 -5 -68 -8 -68 -91v-65h214v65c0 83 -7 87 -68 91
+c-6 6 -6 27 0 33c39 -1 79 -2 107 -2c16.7 0 36.2 0.299988 56 0.299988z" />
+    <glyph glyph-name="uni04A4" unicode="&#x4a4;" horiz-adv-x="883" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c23.7 0 52.5 0.400024 80.8 0.900024c16.8 0.5 33.4 1.09998 49.2 1.09998
+h154c8.5 -53.4 14.9 -107.7 19 -162c-9.70001 -4.39999 -19 -5.70001 -29 -4c-21.1 95.1 -76.7 125 -176 125c-25.9 0 -40.6 -5.20001 -48.7 -25.2c-4.59998 -13.1 -6.29999 -31.5 -6.29999 -57.8v-401z" />
+    <glyph glyph-name="uni04B4" unicode="&#x4b4;" horiz-adv-x="863" 
+d="M250 572c0 31 -12 42 -48 42h-77c-55 0 -72 -11 -92 -91l-23 5l32 156l27 -7c0 -9 0 -24 16 -24h399c16 0 16 16 16 24l26 7l33 -156l-23 -5c-20 80 -37 91 -93 91h-64c-36 0 -48 -9 -48 -42v-489c0 -41 8 -46 39 -46h269c36 0 39 14 39 46v489c0 32 -1 45 -39 46h-30
+c-3 0 -5 1 -5 5v22l2 1l108 -1l116 1l3 -1v-22c0 -3 -2 -5 -6 -5h-30c-36 -1 -38 -13 -38 -46v-495c0 -31 2 -49 35 -49h17c7 0 21 -6 21 -20l4 -149h-26c-15 71 -42 142 -143 142c0 0 -178 1 -321 1h-60l-108 -3l-2 2v17c0 5 4 10 9 10h26c33 1 39 7 39 47v497z" />
+    <glyph glyph-name="uni04B5" unicode="&#x4b5;" horiz-adv-x="721" 
+d="M301 401c-30 0 -38 -5 -38 -46v-267c0 -37 5 -49 40 -49h203c37 0 40 15 40 49v266c0 39 -5 48 -40 48h-21c-4 0 -6 1 -6 5v22l2 2l98 -2l112 2l2 -2v-22c0 -3 -2 -5 -6 -5h-25c-34 0 -41 -7 -41 -48v-278c0 -36 5 -48 36 -48h17c10 0 20 -7 21 -21l4 -135h-21
+c0 25 -25 128 -131 128h-326l-93 -1l-2 2v21c0 4 2 6 5 6h16c36 0 41 4 41 43v284c0 38 -5 47 -41 47h-32c-50 0 -41 -9 -61 -85h-20l1 139l26 -4c0 -6 4 -11 20 -11h299c14 0 20 5 20 11l27 4v-139h-21c-16 75 -10 84 -69 84h-36z" />
+    <glyph glyph-name="uni04A0" unicode="&#x4a0;" horiz-adv-x="752" 
+d="M741 -2l-73 1c-80 1 -110 73 -154 181c-41.2 99.1 -58.3 155.8 -177 157.9v-266.9c0 -30 16 -44 55 -44h26c5 0 9 -3 9 -8v-19l-2 -2s-87 2 -126 2c-36 0 -129 -2 -129 -2l-2 2v19c0 5 3 8 8 8h26c41 0 55 16 55 44v503c0 15.5 -4 26.8 -13.4 34h-107.6
+c-33 0 -53 -21 -63 -40c-18 -30 -31 -60 -41 -89h-17l18 167h137h58l0.5 -0.599976c23.8 -0.200012 49.6 -0.400024 66.5 -0.400024c36 0 129 1 129 1l2 -1v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-193c35.2 0.200012 80.6 1.89999 105 15c57 32 82 95 103 146
+c24 58 54 110 140 110c52 0 68 -23 68 -46c0 -24 -23 -42 -44 -42c-13 0 -26 6 -39 13s-26 12 -40 12c-12 0 -38 -29 -48 -57c-21 -58 -56 -149 -133 -174c69 0 97 -62 124 -122c59 -132 115 -209 151 -209h10c5 0 9 -3 9 -8v-19z" />
+    <glyph glyph-name="uni04A1" unicode="&#x4a1;" horiz-adv-x="568" 
+d="M260 69c0 -28 10 -42 43 -42h8c4 0 8 -3 8 -8v-19l-2 -2s-57 2 -96 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h19c34 0 43 14 43 42v289c0 24.2 -6.7 39.4 -30.4 43.1l-3.60001 -0.100006c-54 -2 -84 -3 -110 -104h-17l18 134h75h22l28.5 -1.29999
+c18.6 -0.400024 38.8 -0.700012 53.5 -0.700012c39 0 96 2 96 2l2 -2v-19c0 -5 -4 -8 -8 -8h-8c-33 0 -43 -13 -43 -42v-116c79.4 0.800003 106.2 49.4 128 98c21 45 46 100 94 100c38 0 55 -20 55 -45c0 -20 -16 -38 -37 -38c-10 0 -22 5 -30 9c-6 4 -15 5 -23 5
+c-10 0 -24 -28 -33 -50c-16 -38 -42 -88 -93 -96c54 0 93 -21 113 -70c16 -38 56 -130 93 -130h8c4 0 11 -1 11 -8v-19l-3 -2l-72 1c-50 1 -79 73 -96 114c-21.9 53.8 -40.5 90.2 -115 96.1v-140.1z" />
+    <glyph glyph-name="uni04AA" unicode="&#x4aa;" horiz-adv-x="646" 
+d="M219 -166l15 7c22 -23 38 -36 68 -36c36 0 60 26 60 51c0 67 -37 125 -99 144l0.399994 0.5c-151.9 36.4 -226.4 163.1 -226.4 309.5c0 104.3 39.6 202.2 106 263c59 54 130 85 215 85c123 0 168 -40 219 -45c10 -55 17 -103 22 -155c-11.3 -6 -21 -9 -33 -5
+c-26 86 -81 168 -219 168c-52 0 -110 -28 -159.6 -89c-36.5 -44.9 -59.4 -116.7 -59.4 -203c0 -146 93.4 -298 228 -298c93 0 161 31 232 109c11 0 18 -6 23 -15c-68 -89 -157 -135 -254 -135c-4.70001 0 -9.5 0.1 -14.1 0.2c49.3 -33.2 78.1 -88.5 78.1 -139.2
+c0 -55 -42 -84 -96 -84c-41 0 -77 22 -106 67z" />
+    <glyph glyph-name="uni04AB" unicode="&#x4ab;" horiz-adv-x="428" 
+d="M148 -161l15 8c23 -23 38 -37 68 -37c37 0 60 38 60 63c0 71.5 -20.5 104.2 -70.1 117.4c-117.2 6.4 -183.9 93.5 -183.9 217.6c0 142 106 231 205 231c96 0 153 -40 153 -95c0 -31 -28 -44 -49 -44s-35 9 -38 36c-4 35 -12 70 -71 70c-66 0 -114 -66 -114 -176
+c0 -117 61 -191 134 -191c43 0 86 22 120 66c9 -1 17 -5 21 -14c-37 -60.7 -75.7 -86.9 -117.6 -96.4c44.3 -22.1 69.6 -64.3 69.6 -128.6c0 -64 -41 -95 -95 -95c-41 0 -78 23 -107 68z" />
+    <glyph glyph-name="uni04AC" unicode="&#x4ac;" horiz-adv-x="562" 
+d="M322 75c0 -31 3 -51 36 -51h17c7 0 20 -8 21 -20l7 -145h-27c-14 71 -49 139 -146 139h-75l-2 2v19c0 5 3 8 8 8h26c41 0 55 17 55 45v487c0 31 -13 40 -49 40h-91c-55 0 -72 -11 -92 -91l-24 5l33 155l26 -6c0 -16 1 -24 17 -24h428c15 0 16 8 16 24l26 6l33 -155
+l-23 -5c-21 80 -38 91 -93 91h-79c-36 0 -48 -9 -48 -42v-482z" />
+    <glyph glyph-name="uni04AD" unicode="&#x4ad;" horiz-adv-x="446" 
+d="M259 76c0 -36 5 -49 36 -49h17c10 0 20 -7 21 -21l3 -116h-22c-6 26 -30 108 -129 108h-88v23c0 4 2 6 6 6h41c35 1 40 8 40 47v316h-77c-49 0 -40 -9 -60 -85h-20l1 137l25 -3c0 -5 5 -10 20 -10h300c14 0 20 5 20 10l26 3v-137h-20c-16 75 -10 84 -69 84h-71v-313z" />
+    <glyph glyph-name="uni04B6" unicode="&#x4b6;" horiz-adv-x="634" 
+d="M529 74c0 -31 3 -49 36 -49h17c7 0 20 -5 21 -20l7 -146h-27c-11 82 -54 140 -146 140h-72v22c0 3 1 5 5 5h39c36 0 40 13 40 47v257c-80 -81 -141 -89 -199 -89c-114 0 -153 80 -153 171v166c0 35 -5 42 -44 42h-17c-5 0 -7 2 -7 5v21l108 -1l108 1v-21
+c0 -4 -2 -5 -6 -5h-17c-42 0 -44 -11 -44 -42v-170c0 -82 42 -109 114 -109c29 0 96 2 157 56v222c0 35 -4 42 -40 42h-30c-3 0 -4 2 -4 5v22l114 -2l115 2v-21c0 -4 -2 -6 -6 -6h-29c-34 0 -40 -5 -40 -42v-503z" />
+    <glyph glyph-name="uni04B7" unicode="&#x4b7;" horiz-adv-x="516" 
+d="M425 76c0 -36 5 -48 36 -48h17c10 0 21 -7 21 -21l4 -135h-20c-9 49 -35 127 -131 127h-62l-2 2v21c0 4 2 6 6 6h16c36 0 41 9 41 48v127c-36 -51 -90 -65 -143 -65c-100 0 -122 74 -122 152v65c0 38 -5 47 -40 47h-8c-3 0 -5 1 -5 5v22l1 2l85 -3l102 3l2 -2v-21
+c0 -4 -2 -6 -6 -6h-15c-34 0 -41 -10 -41 -42v-74c0 -68 8 -112 69 -112c55 0 90 19 121 55v125c0 39 -5 48 -41 48h-16c-3 0 -5 1 -5 5v22l2 2l92 -2l113 2l1 -2v-22c0 -3 -2 -5 -6 -5h-25c-34 0 -41 -7 -41 -48v-278z" />
+    <glyph glyph-name="uni04BC" unicode="&#x4bc;" horiz-adv-x="807" 
+d="M703 122l23 -24c-79 -73 -136 -110 -246 -110c-215 0 -311 173 -311 331c0 27.4 2.2 53.8 6.5 78.9h-31.7c-76.2 0 -133.2 18 -133.2 87.4c0 63.8 49.3 122.1 95.2 122.1c14.6 0 29.1 -11.3 29.1 -29.2c0 -15.7 -14.5 -34.7 -34.7 -34.7c-22.4 0 -49.3 -21.3 -49.3 -49.3
+c0 -42.6 54.8 -52.6 120.9 -52.6h13.8c37.8 129.8 138.7 216.4 288.4 216.4c192 0 273 -130 284 -272h-498c-1 -11 -1 -24 -1 -37c0 -186 102 -327 237 -327c93 0 154 49 207 100zM678 430c-31 129 -113 194 -211 194c-101.9 0 -173.3 -86.9 -194.7 -182.4h19.4v-11.6h386.3
+z" />
+    <glyph glyph-name="uni04BD" unicode="&#x4bd;" horiz-adv-x="534" 
+d="M492 93c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 16.5 1.3 32.2 3.8 47h-1.8c-68 0 -119 16 -119 78c0 57 44 109 85 109c13 0 26 -10 26 -26c0 -14 -13 -31 -31 -31c-20 0 -44 -19 -44 -44
+c0 -35.1 41.8 -45.4 94.6 -46.8c32.6 96.9 117.6 148.8 186.4 148.8c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54zM231.1 288h45.9v-5.20001l134 2.20001c11 0.200012 15 5 15 14
+c0 84 -45 105 -83 105c-23.6 0 -91.5 -8.70001 -111.9 -116z" />
+    <glyph glyph-name="uni04BE" unicode="&#x4be;" horiz-adv-x="807" 
+d="M684 -142c-29 -45 -66 -67 -107 -67c-54 0 -96 29 -96 84c0 42.2 29.1 84.1 66.9 118.8c-20.5 -3.8 -42.8 -5.8 -67.9 -5.8c-215 0 -311 173 -311 331c0 27.4 2.2 53.8 6.5 78.9h-31.7c-76.2 0 -133.2 18 -133.2 87.4c0 63.8 49.3 122.1 95.2 122.1
+c14.6 0 29.1 -11.3 29.1 -29.2c0 -15.7 -14.5 -34.7 -34.7 -34.7c-22.4 0 -49.3 -21.3 -49.3 -49.3c0 -42.6 54.8 -52.6 120.9 -52.6h13.8c37.8 129.8 138.7 216.4 288.4 216.4c192 0 273 -130 284 -272h-498c-1 -11 -1 -24 -1 -37c0 -186 102 -327 237 -327
+c93 0 154 49 207 100l23 -24c-33.7 -31.1 -63.3 -55.6 -94.8 -73.6c-54 -41.5 -90.2 -82.1 -90.2 -143.4c0 -26 23 -52 60 -52c29 0 45 14 67 36zM678 430c-31 129 -113 194 -211 194c-101.9 0 -173.3 -86.9 -194.7 -182.4h19.4v-11.6h386.3z" />
+    <glyph glyph-name="uni04BF" unicode="&#x4bf;" horiz-adv-x="541" 
+d="M494 -120c-29 -45 -69 -65 -110 -65c-50 0 -88 20 -88 74c0 35.4 25.6 69.1 64.6 101.6c-5.70001 -0.400001 -11.6 -0.6 -17.6 -0.6c-72 0 -119 24 -153 64c-33 38 -47 92 -47 148c0 16.5 1.3 32.2 3.8 47h-1.8c-68 0 -119 16 -119 78c0 57 44 109 85 109
+c13 0 26 -10 26 -26c0 -14 -13 -31 -31 -31c-20 0 -44 -19 -44 -44c0 -35.1 41.8 -45.4 94.6 -46.8c32.6 96.9 117.6 148.8 186.4 148.8c139 0 169 -90 169 -174c0 -11 -7 -17 -19 -17l-266 2c0 -58 12 -104 32 -137c31 -51 73 -72 109 -72c58 0 87 16 124 54
+c12 -1 18 -6 21 -16c-23.1 -30 -50.8 -54.4 -84.7 -69.6c-45.6 -39.2 -70.3 -68.2 -70.3 -107.4c0 -26 13 -47 50 -47c29 0 45 16 67 38c9 0 15 -4 19 -11zM231.1 288h45.9v-5.20001l134 2.20001c11 0.200012 15 5 15 14c0 84 -45 105 -83 105
+c-23.6 0 -91.5 -8.70001 -111.9 -116z" />
+    <glyph glyph-name="uni04C4" unicode="&#x4c4;" horiz-adv-x="529" 
+d="M248.7 225c104.2 -13 226.3 -62.9 226.3 -227c0 -124 -82 -232 -202 -232c-106 0 -158 59 -158 102c0 29 15 44 38 44s40 -12 44 -36c6 -33 16 -76 82 -76c73 0 119 68 119 176c0 181.4 -124.1 218.7 -219 219v-126c0 -28 10 -41 43 -41h8c4 0 8 -3 8 -8v-19l-2 -2
+s-57 2 -96 2c-36 0 -104 -2 -104 -2l-2 2v19c0 5 3 8 8 8h19c34 0 43 13 43 41v289c0 28 -9 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 104 -2c39 0 96 2 96 2l2 -2v-19c0 -5 -4 -8 -8 -8h-8c-33 0 -43 -13 -43 -42v-116h18c58 0 94 14 139 101c33 61 64 88 98 88
+c38 0 51 -17 51 -39c0 -20 -16 -39 -40 -39c-19 0 -40 8 -49 8c-13 0 -24 -21 -35 -43c-27 -51 -66 -87 -101 -93c-3.60001 -0.600006 -7.39999 -1.2 -11.3 -2z" />
+    <glyph glyph-name="uni04C8" unicode="&#x4c8;" horiz-adv-x="561" 
+d="M383 74v138h-205v-137c0 -40 7 -46 41 -47h20c4 0 6 -2 6 -6v-21l-1 -2l-108 2l-103 -2l-1 2v22c0 3 2 5 5 5h26c36 1 41 9 41 47v280c0 38 -6 47 -41 47h-26c-3 0 -5 1 -5 5v22l1 2l103 -3l108 3l1 -2v-21c0 -4 -2 -6 -6 -6h-20c-34 0 -41 -6 -41 -47v-109h205v108
+c0 39 -5 48 -41 48h-21c-3 0 -5 1 -5 5v22l1 2l98 -2l113 2l1 -2v-22c0 -3 -2 -5 -6 -5h-25c-34 0 -40 -7 -40 -48v-280c0 -150 -49 -271 -191 -271c-107 0 -159 58 -159 102c0 29 16 43 38 43c24 0 41 -11 45 -35c6 -34 16 -76 81 -76c80 0 111 121 111 237z" />
+    <glyph glyph-name="uni04C9" unicode="&#x4c9;" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-7.29999 0.2 -14.7 0.3 -22.2 0.5l-54.8 -122.5h-43l55.2 123.3c-22.9 0.4 -44.9 0.7 -64.2 0.7c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33
+c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="uni04CA" unicode="&#x4ca;" horiz-adv-x="558" 
+d="M479 307v-185c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-6.59998 0.2 -13.3 0.3 -20 0.5l-54 -122.5h-44l55.2 123.5c-17.6 0.3 -34.1 0.5 -48.2 0.5c-34.8 0 -72 -1 -108 -2c-6 6 -6 27 0 33c61 5 68 8 68 91v87h-214v-87c0 -83 7 -87 68 -91c6 -6 6 -27 0 -33
+c-36 1 -75.2 2 -107 2s-72 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v185c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 81.4 -2 111 -2c31.8 0 70 1 108 2c6 -6 6 -27 0 -33c-61 -5 -68 -8 -68 -91v-65h214v65c0 83 -7 87 -68 91c-6 6 -6 27 0 33c39 -1 79 -2 107 -2
+c33 0 77 0 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="uni04CC" unicode="&#x4cc;" horiz-adv-x="516" 
+d="M425 76c0 -39 5 -48 41 -48h16c4 0 6 -2 6 -6v-21l-2 -2h-62c-101 0 -121 -68 -130 -127h-22l5 135c0 14 11 21 21 21h16c32 0 37 12 37 48v127c-36 -51 -90 -65 -143 -65c-100 0 -122 74 -122 152v65c0 38 -5 47 -40 47h-8c-3 0 -5 1 -5 5v22l1 2l85 -3l102 3l2 -2v-21
+c0 -4 -2 -6 -6 -6h-15c-34 0 -41 -10 -41 -42v-74c0 -68 8 -112 69 -112c55 0 90 19 121 55v125c0 39 -5 48 -41 48h-16c-3 0 -5 1 -5 5v22l2 2l92 -2l113 2l1 -2v-22c0 -3 -2 -5 -6 -5h-25c-34 0 -41 -7 -41 -48v-278z" />
+    <glyph glyph-name="uni04CB" unicode="&#x4cb;" horiz-adv-x="634" 
+d="M529 73c0 -34 4 -47 40 -47h39c4 0 5 -2 5 -5v-22h-72c-91 0 -133 -58 -145 -140h-27l7 146c0 15 14 20 20 20h17c31 0 36 21 36 49v256c-80 -81 -141 -89 -199 -89c-114 0 -153 80 -153 171v166c0 35 -5 42 -44 42h-17c-5 0 -7 2 -7 5v21l108 -1l108 1v-21
+c0 -4 -2 -5 -6 -5h-17c-42 0 -44 -11 -44 -42v-170c0 -82 42 -109 114 -109c29 0 96 2 157 56v222c0 35 -4 42 -40 42h-30c-3 0 -4 2 -4 5v22l114 -2l115 2v-21c0 -4 -2 -6 -6 -6h-29c-34 0 -40 -5 -40 -42v-504z" />
+    <glyph glyph-name="uni04A8" unicode="&#x4a8;" horiz-adv-x="676" 
+d="M550 -108c84 0 96 40 96 79l21 -2c-2 -28 -4 -55 -4 -82c0 -19 2 -49 4 -68l-23 -2c0 17 -16 35 -34 35h-65c-113.5 0 -183.7 62.6 -225.1 138.3c-187.7 18.2 -285.9 145.6 -285.9 338.7c0 181 152 330 311 330c63 0 105 -18 130 -38c22 -17 39 -38 39 -60
+c0 -20 -12 -40 -34 -40c-26 0 -40 15 -56 44c-28 52 -62 55 -99 55c-118 0 -199 -166 -199 -292c0 -139.3 45.8 -265.4 175.1 -297.9c-24.2 59.8 -33.1 122.3 -33.1 165.9c0 136 51 246 180 246c137 0 178 -113 178 -217c0 -138.4 -95.4 -221.3 -220.5 -235
+c29.9 -55.1 75.7 -98 144.5 -98zM389.6 23.7c59.5 10.2 159.4 65.9 159.4 184.3c0 123 -20 196 -101 196c-61 0 -95 -70 -95 -197c0 -35.4 8.10001 -113.6 36.6 -183.3z" />
+    <glyph glyph-name="uni04A9" unicode="&#x4a9;" horiz-adv-x="557" 
+d="M443 -88c73 0 83 42 83 69l27 -1c-2 -19 -3 -53 -3 -71c0 -14 5 -53 7 -66l-29 -2c0 12 -17 43 -33 43h-57c-95 0 -152.9 43.9 -186.5 97.1c-141.6 14.6 -216.5 103.9 -216.5 239.9c0 127 110 228 245 228c54 0 92 -13 114 -27c18 -12 33 -27 33 -42
+c0 -14 -10 -27 -30 -27c-22 0 -34 10 -48 30c-25 36 -54 38 -86 38c-95 0 -149 -122 -149 -197c0 -88.2 23 -185.8 121.6 -213.4c-18.9 41.3 -25.6 84.2 -25.6 114.4c0 101 55 172 152 172c98 0 150 -63 150 -147c0 -102.4 -83.6 -160.5 -188.2 -169.7
+c23.7 -38.4 61.1 -68.3 119.2 -68.3zM311.4 3.6c71.3 5.8 130.6 52.3 130.6 135.4c0 79 -15 132 -80 132c-51 0 -78 -60 -78 -139c0 -24.5 5 -79.5 27.4 -128.4z" />
+    <glyph glyph-name="uni203E" unicode="&#x203e;" horiz-adv-x="423" 
+d="M388 688v-44h-352v44h352z" />
+    <glyph glyph-name="uni204A" unicode="&#x204a;" horiz-adv-x="438" 
+d="M67 337l-8 100c58 -19 120 -28 180 -28c38 0 75 4 110 10c0 0 26 25 47 25c5 0 8 -6 8 -15c0 -12 -4 -27 -7 -37c-75 -253 -101 -521 -101 -521l-35 -1l-3 6c0 1 35 275 90 467c-51 -13 -102 -19 -151 -19c-47 0 -91 5 -130 13z" />
+    <glyph glyph-name="arrowupdnbse" unicode="&#x21a8;" horiz-adv-x="463" 
+d="M206 611c-30 -25 -89 -70 -157 -100v39c97 85 152 167 169 216h23c45 -109 174 -217 174 -217v-40c-68 32 -121 65 -157 102v-632c37 37 89 70 157 102v-40c0 -1 -118.1 -99.9 -166.8 -203h197.8c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33h-388c-9 0 -15 8 -15 16
+c0 15 13 34 25 34h158.5c-21.9 49.8 -76.2 124.6 -164.5 202v39c74 -32 119 -66 157 -100v632z" />
+    <glyph glyph-name="universal" unicode="&#x2200;" horiz-adv-x="488" 
+d="M284 -2h-79l-196 572h73l46 -147h232l47 147h73zM246 74l93 285h-190z" />
+    <glyph glyph-name="existential" unicode="&#x2203;" horiz-adv-x="400" 
+d="M366 572v-572h-331v65h262v207h-246v65h246v170h-256v65h325z" />
+    <glyph glyph-name="uni2204" unicode="&#x2204;" horiz-adv-x="400" 
+d="M366 572v-572h-270.2l-28.8 -80l-37 12l24.6 68h-19.6v65h43.1l74.9 207h-102v65h125.5l61.5 170h-197v65h220.5l27.5 76l36 -11l-23.4 -65h64.4zM278.2 507l-61.1 -170h79.9v170h-18.8zM193.7 272l-74.5 -207h177.8v207h-103.3z" />
+    <glyph glyph-name="uni221F" unicode="&#x221f;" horiz-adv-x="541" 
+d="M62 442h51v-397h369v-45h-420v442z" />
+    <glyph glyph-name="logicaland" unicode="&#x2227;" horiz-adv-x="481" 
+d="M242 386h-2l-172 -388h-53l200 444h52l199 -444h-53z" />
+    <glyph glyph-name="logicalor" unicode="&#x2228;" horiz-adv-x="481" 
+d="M239 46h2l172 388h53l-200 -444h-52l-199 444h53z" />
+    <glyph glyph-name="intersection" unicode="&#x2229;" horiz-adv-x="489" 
+d="M118 0h-51v212c0 125.5 34 227 183 227c141.5 0 172 -99 172 -227v-212h-51v212c0 102 -20 184 -119 184c-111.5 0 -134 -82 -134 -184v-212z" />
+    <glyph glyph-name="union" unicode="&#x222a;" horiz-adv-x="489" 
+d="M371 429h51v-212c0 -125.5 -34 -227 -183 -227c-141.5 0 -172 99 -172 227v212h51v-212c0 -102 20 -184 119 -184c111.5 0 134 82 134 184v212z" />
+    <glyph glyph-name="propersubset" unicode="&#x2282;" horiz-adv-x="522" 
+d="M483 85v-42h-212c-117 0 -234 28 -234 183c0 147 121 170 234 170h212v-42h-212c-97 0 -186 -23 -186 -127c0 -117 83 -142 186 -142h212z" />
+    <glyph glyph-name="propersuperset" unicode="&#x2283;" horiz-adv-x="522" 
+d="M39 354v42h212c117 0 234 -28 234 -183c0 -147 -121 -170 -234 -170h-212v42h212c97 0 186 23 186 127c0 117 -83 142 -186 142h-212z" />
+    <glyph glyph-name="notsubset" unicode="&#x2284;" horiz-adv-x="522" 
+d="M483 85v-42h-200.1l-38.9 -114l-38 12l35.1 102.7c-106.2 5 -204.1 40.5 -204.1 182.3c0 147 121 170 234 170h90.5l34.5 101l38 -11l-30.7 -90h79.7v-42h-94l-91.8 -269h185.8zM255.3 85.2l91.8 268.8h-76.1c-97 0 -186 -23 -186 -127c0 -111 74.7 -139.2 170.3 -141.8z
+" />
+    <glyph glyph-name="uni2285" unicode="&#x2285;" horiz-adv-x="522" 
+d="M39 354v42h212h3.5l34.5 101l38 -11l-31.2 -91.6c100.3 -7.69998 189.2 -46.3 189.2 -181.4c0 -147 -121 -170 -234 -170h-75.1l-38.9 -114l-38 12l34.9 102h-94.9v42h109.2l91.9 269h-201.1zM281.7 353.2l-91.5 -268.2h60.8c97 0 186 23 186 127
+c0 105.1 -67 136 -155.3 141.2z" />
+    <glyph glyph-name="circleplus" unicode="&#x2295;" horiz-adv-x="564" 
+d="M281 -10c-124 0 -225 101 -225 224s102 225 225 225c124 0 227 -102 227 -225c0 -124 -103 -224 -227 -224zM306 398.3v-165.3h157.1c-8.30002 85.7 -72.6 154 -157.1 165.3zM306 30.7c83.5 11.3 148.2 78.2 157 163.3h-157v-163.3zM261 30.1v163.9h-160
+c8.8 -86.1 73.7 -154.7 160 -163.9zM261 398.9c-86.7 -9.39999 -151.7 -79.2 -160.1 -165.9h160.1v165.9z" />
+    <glyph glyph-name="uni2296" unicode="&#x2296;" horiz-adv-x="564" 
+d="M281 -10c-124 0 -225 101 -225 224s102 225 225 225c124 0 227 -102 227 -225c0 -124 -103 -224 -227 -224zM100.9 233h362.2c-9.10001 94 -85.5 167 -182.1 167c-96.5 0 -171.1 -73.8 -180.1 -167zM101 194c9.4 -92.6 83.8 -165 180 -165c95.3 0 172.3 71.6 182 165
+h-362z" />
+    <glyph glyph-name="circlemultiply" unicode="&#x2297;" horiz-adv-x="564" 
+d="M281 -10c-124 0 -225 101 -225 224s102 225 225 225c124 0 227 -102 227 -225c0 -124 -103 -224 -227 -224zM425.7 328.7l-109.7 -109.7l114 -113.1c21.4 30.3 34 67.6 34 108.1c0 43.4 -14.2 83.1 -38.3 114.7zM390.7 363.6c-30.3 22.9 -68.1 36.4 -109.7 36.4
+c-41.1 0 -78.3 -13.4 -108.1 -36l109.1 -110zM137.6 328.4c-23.7 -31.7 -37.6 -71.4 -37.6 -114.4c0 -40.2 12.2 -77.5 33.2 -107.9l113.8 112.9zM167.2 69.2c30.7 -25.1 70 -40.2 113.8 -40.2c43.9 0 84 15.2 115.3 40.7l-114.3 114.3z" />
+    <glyph glyph-name="uni2298" unicode="&#x2298;" horiz-adv-x="564" 
+d="M281 -10c-124 0 -225 101 -225 224s102 225 225 225c124 0 227 -102 227 -225c0 -124 -103 -224 -227 -224zM281 400c-103 0 -181 -84 -181 -186c0 -43.1 13.9 -82.8 37.7 -114.3l259.1 259.1c-31.3 25.8 -71.4 41.2 -115.8 41.2zM166.6 69.6
+c30.8 -25.4 70.3 -40.6 114.4 -40.6c102 0 183 82 183 185c0 43.4 -14.2 83.1 -38.3 114.7z" />
+    <glyph glyph-name="uni2302" unicode="&#x2302;" horiz-adv-x="865" 
+d="M117 407v-373h632v373l-309 185zM73 430l367 216l352 -216v-430h-719v430z" />
+    <glyph glyph-name="uni2310" unicode="&#x2310;" horiz-adv-x="560" 
+d="M78 133h-54v268h513v-44h-459v-224z" />
+    <glyph glyph-name="integraltop" unicode="&#x2320;" horiz-adv-x="399" 
+d="M134 0v212c0 77 2.39999 254.1 14 434c6.10001 94.7 23.9 154.6 36 176c15.3 27 22.6 34.2 41.5 48c21.2 15.5 63 23 91.5 23c28 0 52 -18 52 -43c0 -22 -16 -39 -40 -39c-16.4 0 -26 7 -33 16.5c-7.10001 9.59998 -15 16.5 -38 16.5c-12.9 0 -29 -16 -32 -42
+c-4.89999 -42.8 -9.10001 -99.2 -10 -165c-2 -141 -2 -229 -2 -302v-335h-80z" />
+    <glyph glyph-name="integralbottom" unicode="&#x2321;" horiz-adv-x="399" 
+d="M214 893v-212c0 -77 -2.39999 -254.1 -14 -434c-6.10001 -94.7 -23.9 -154.6 -36 -176c-15.3 -27 -22.6 -34.2 -41.5 -48c-21.2 -15.5 -63 -23 -91.5 -23c-28 0 -52 18 -52 43c0 22 16 39 40 39c16.4 0 26 -7 33 -16.5c7.1 -9.6 15 -16.5 38 -16.5c12.9 0 29 16 32 42
+c4.9 42.8 9.10001 99.2 10 165c2 141 2 229 2 302v335h80z" />
+    <glyph glyph-name="uni2329" unicode="&#x2329;" horiz-adv-x="351" 
+d="M131 267l-3 -4l3 -4c60 -92 160 -270 210 -400c-4 -10 -13 -12 -22 -12c-66 138 -175 291 -250 378l-33 38l33 38c75 87 184 240 250 378c10 0 18 -2 22 -12c-50 -130 -150 -308 -210 -400z" />
+    <glyph glyph-name="uni232A" unicode="&#x232a;" horiz-adv-x="351" 
+d="M220 258l3 4l-3 4c-60 92 -160 270 -210 400c4 10 13 12 22 12c66 -138 175 -291 250 -378l33 -38l-33 -38c-75 -87 -184 -240 -250 -378c-10 0 -18 2 -22 12c50 130 150 308 210 400z" />
+    <glyph glyph-name="uni2627" unicode="&#x2627;" horiz-adv-x="586" 
+d="M318 604v-221c11 -2 22 -4 41 -4c79 0 125 18 125 115c0 114 -60 122 -116 122c-15 0 -34 -5 -50 -12zM187 306c-12 0 -13 -4 -13 -9c0 -4 6 -11 22 -25l50 -40.1v344.1c0 34 -24 40 -40 40c-8 0 -29 -2 -33 -2c-6 0 -7 4 -7 6v18c13 0 66 3 109 5c47 3 79 4 100 4
+c149 0 178 -84 178 -137c0 -76 -42 -161 -189 -161c-24 0 -34 4 -46 9v-163c2.89999 1.8 6.10001 4.2 10 7l92 69c21 16 23 22 23 27s-4 8 -10 8s-10 2 -10 6v14l4 2s22 -2 65 -2c44 0 57 2 57 2l2 -2v-14c0 -5 -9 -6 -17 -6h-2c-17 0 -28 -8 -66 -35l-125 -94
+c-4 -2 -5 -6 -5 -9c0 -1 1 -3 2 -4l139 -107c44 -34 45 -36 50 -36h1c14 0 20 -1 20 -6v-14l-3 -1s-41 1 -67 1c-34 0 -87 -1 -87 -1l-3 1v15c0 4 4 5 11 5h1c9 0 11 2 11 8c0 3 -7 9 -38 35l-55 40.9v-40.9c0 -27 10 -39 30 -39h4c3 0 7 -3 7 -7v-17l-2 -2s-38 2 -73 2
+c-33 0 -82 -2 -82 -2l-2 2v17c0 4 3 7 7 7h3c25 0 36 14 36 39v52.3l-80 -61.3c-19 -15 -24 -21 -24 -25c0 -7 2 -9 15 -9h1c7 0 9 -1 9 -5v-15l-1 -1s-38 1 -62 1c-21 0 -56 -1 -56 -1l-4 1v13c0 5 7 7 19 7h2c7 0 25 13 57 36l122 92c0.800003 0.800003 1.5 1.60001 2 2.2
+v5.10001c-0.600006 0.800003 -1.60001 1.8 -3 2.7l-139 112c-28 21 -46 35 -51 35h-1c-10 0 -18 3 -18 6v14l3 2l66 -2l90 2l4 -2v-14c0 -3 -5 -6 -10 -6z" />
+    <glyph glyph-name="uni2639" unicode="&#x2639;" horiz-adv-x="564" 
+d="M282 -8c-123 0 -221 100 -221 222c0 106.7 75.6 196.5 176.2 217.4c-19.4 54.2 -63 99.6 -112.2 142.6l39 5c51.3 -37.5 85.7 -85.1 102.7 -143.5h1l-19.7 99.5l26 22l22.9 -121.5c4.5 -0.299988 9 -0.700012 13.4 -1.29999c29.8 39.7 92 96.9 108.7 97.8h1
+c12 0 33 -25 33 -25c-32.9 -18.7 -91 -54.7 -110.6 -79.3c93.4 -26.4 161.6 -112.5 161.6 -213.7c0 -123 -99 -222 -222 -222zM282 407c-107 0 -193 -87 -193 -193s86 -193 193 -193c106 0 193 86 193 193s-86 193 -193 193zM187 287c0 14 11 25 25 25s25 -11 25 -25
+s-11 -25 -25 -25s-25 11 -25 25zM322 287c0 14 11 25 25 25c13 0 25 -11 25 -25s-12 -25 -25 -25c-14 0 -25 11 -25 25zM270 188c5 0 10 0 15 -1c18 -4 43 -21 58 -21c3 0 13 -3 23 -4l4 -7c-7 -10 -19 -14 -27 -14c-8.70001 0 -17.4 1.3 -26.6 3.2l-1.39999 -28.2
+c-1 -20 -11 -34 -33 -34c-20 0 -33 13 -33 30l-1.60001 41.6c-16.8 -0.700012 -37.9 -2.60001 -51.4 -7.60001l-2 5c8 2 45 37 76 37zM276 147l-1 -46l10 2l-5 43z" />
+    <glyph glyph-name="uni263A" unicode="&#x263a;" horiz-adv-x="564" 
+d="M282 -8c-123 0 -221 100 -221 222c0 104.9 73.3 193.5 171.4 216.3c-21.4 24.5 -76.5 58.7 -107.4 76.7c0 0 21 25 32 25h1c16.5 -0.900024 77.7 -57 107.8 -96.6c4.80002 0.300018 9.60001 0.600006 14.4 0.600006l22.8 121l26 -22l-20 -100.6
+c0.299988 0 0.600006 -0.100006 0.899994 -0.100006c16.9 59 51.5 106.9 103.1 144.7l40 -5c-51 -43.7 -95.3 -89.8 -114.2 -145.3c95.3 -25.2 165.2 -112.2 165.2 -214.7c0 -123 -99 -222 -222 -222zM282 407c-107 0 -193 -87 -193 -193s86 -193 193 -193
+c106 0 193 86 193 193s-86 193 -193 193zM187 287c0 14 11 25 25 25s25 -11 25 -25s-11 -25 -25 -25s-25 11 -25 25zM322 287c0 14 11 25 25 25c13 0 25 -11 25 -25s-12 -25 -25 -25c-14 0 -25 11 -25 25zM277 137c21 0 58 6 87 51l20 -13
+c-7.70001 -13.9 -28.4 -43.8 -67.3 -56.8l-1.70001 -32.2c-1 -20 -11 -34 -33 -34c-20 0 -33 13 -33 31l-1.3 33c-34.1 10 -54 37.4 -70.7 66l21 12c18 -32 37 -57 79 -57zM275.9 112l-0.899994 -41l10 2l-4.39999 39h-3.60001h-1.10001z" />
+    <glyph glyph-name="uni263B" unicode="&#x263b;" horiz-adv-x="564" 
+d="M276 110l4 -1l5 -36l-10 -2zM277 137c-42 0 -61 25 -79 57l-21 -12c16 -29 36 -56 70 -66l2 -33c0 -18 13 -31 33 -31c22 0 32 14 33 34l1 33c39 12 60 42 68 56l-20 13c-29 -45 -66 -51 -87 -51zM282 -8c-123 0 -221 100 -221 222c0 105 73 194 172 216
+c-22 25 -77 59 -108 77c0 0 21 25 32 25h1c16 -1 78 -58 108 -97c5 0 9 1 14 1l23 121l26 -22l-20 -101h1c17 59 52 107 103 145l40 -5c-51 -44 -95 -90 -114 -146c95 -25 165 -111 165 -214c0 -123 -99 -222 -222 -222zM183 287c0 -14 11 -26 25 -26c15 0 27 12 27 26
+s-12 26 -27 26c-14 0 -25 -12 -25 -26zM324 287c0 -14 12 -26 26 -26s26 12 26 26s-12 26 -26 26s-26 -12 -26 -26z" />
+    <glyph glyph-name="uni2663" unicode="&#x2663;" horiz-adv-x="777" 
+d="M429 124c0 -43 13 -95 47 -103v-21h-155v21c39 8 47 50 47 102c0 37 -2 58 -17 58c-37 0 -68 -91 -171 -91c-75 0 -125 54 -125 132c0 53 26 144 131 144c66 0 118 -50 152 -50c8 0 18 3 18 17c0 37 -110 51 -110 154c0 54 42 120 154 120c103 0 152 -59 152 -120
+c0 -104 -111 -120 -111 -153c0 -10 9 -18 19 -18c30 0 88 51 153 51c114 0 130 -105 130 -145c0 -77 -47 -131 -125 -131c-103 0 -134 91 -171 91c-11 0 -18 -7 -18 -58z" />
+    <glyph glyph-name="uni2666" unicode="&#x2666;" horiz-adv-x="645" 
+d="M326 620c82 -111 171 -220 285 -318c-101 -99 -196 -205 -285 -319c-85 111 -183 217 -292 319c103 93 200 198 292 318z" />
+    <glyph glyph-name="uni2665" unicode="&#x2665;" horiz-adv-x="725" 
+d="M540 596c67 0 147 -37 147 -149c0 -124 -114 -244 -205 -339l-121 -125l-112 121c-81 87 -210 219 -210 344c0 116 87 148 145 148c149 0 161 -139 176 -139c17 0 26 139 180 139z" />
+    <glyph glyph-name="uni2660" unicode="&#x2660;" horiz-adv-x="722" 
+d="M426 182c-13 0 -31 -11 -31 -63c0 -42 11 -92 49 -98v-21h-168v21c36 6 51 45 51 99c0 45 -17 62 -28 62c-42 0 -39 -97 -146 -97c-47 0 -116 34 -116 128c0 51 17 82 51 118c102 107 180 190 271 302c89 -110 151 -183 274 -302c38 -37 53 -81 53 -121
+c0 -81 -61 -125 -118 -125c-105 0 -105 97 -142 97z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="465" 
+d="M322 379v-41h-122v-50h122v-41h-122v-171c0 -30 15 -46 58 -46h28c4 0 8 -4 8 -9v-20l-2 -2s-99 2 -137 2c-41 0 -133 -2 -133 -2l-1 2v20c0 5 4 9 9 9h27c42 0 58 13 58 46v171h-92v41h92v50h-92v41h92v150c0 37 -10 48 -55 48h-31c-4 0 -8 3 -8 8v19l1 2s121 -2 135 -2
+h83h195l21 -169l-28 -4c-16 76 -46 132 -115 132h-74c-23 0 -39 -7 -39 -34v-150h122z" />
+    <glyph glyph-name="lira" unicode="&#x20a4;" horiz-adv-x="465" 
+d="M155 90c62 0 90 -15 112 -30c18 -12 35 -20 62 -20c30 0 89 7 114 42l7 -6c-19 -52 -65 -89 -139 -89c-39 0 -71 17 -101 34c-26 15 -51 28 -78 28c-35 0 -44 -17 -44 -28c0 -27 -24 -39 -43 -39c-14 0 -27 12 -27 25c0 24.4 24.1 44.8 52.9 59.2
+c4.7 3.9 9.2 8.3 15.1 14.8c39.3 41.8 51.1 103.6 54.1 162h-96.1v41h97v50h-97v41h97.3c2.8 75.9 26.2 126.5 77.7 177c35 36 80 55 133 55c23 0 80 -11 80 -46c0 -25 -17 -40 -41 -40c-15 0 -24 8 -36 19c-13 12 -28 23 -50 23c-46 0 -87 -66 -87 -153v-35h124v-41h-124
+v-31c0 -6.5 0 -12.9 -0.199997 -19h124.2v-41h-126.6c-7.79999 -83.1 -32.3 -125.3 -64.4 -150c-1.60001 -1.2 -3.3 -2.4 -4.89999 -3.5c3.29999 0.300003 6.29999 0.5 8.89999 0.5z" />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" horiz-adv-x="930" 
+d="M176 577v-273c12 -2 24 -5 45 -5c83 0 131 44 131 146c0 120 -63 144 -122 144c-17 0 -37 -6 -54 -12zM100 68v478c0 37 -25 42 -42 42c-7 0 -31 -1 -35 -1c-6 0 -6 4 -6 7v18c13 0 69 3 115 5c49 3 83 4 105 4c158 0 189 -103 189 -158
+c0 -16.5 -1.79999 -34.4 -6.10001 -52.4c46 7.79999 59.1 44.1 59.1 107.4v19l53 18v-146h106c4 0 6 -3 6 -7v-19c0 -8 -12 -11 -22 -11h-90v-242c0 -59 7 -87 33 -87c20.1 0 36.7 4.9 56.3 17.7l-3.29999 74.3l22 1c2 -22 11 -68 36 -92c10 -10 39 -27 74 -27
+c37 0 87 22 87 71c0 41 -25 68 -102 102c-71 30 -111 47 -111 118c0 65 62 114 138 114c49 0 99 -15 117 -26l12 -114l-23 -1c-29 101 -85 113 -105 113c-37 0 -81 -17 -81 -71c0 -40 24 -52 76 -74c77 -34 143 -63 143 -140c0 -95 -94 -119 -148 -119c-34 0 -63 4 -87 10
+c-6 2 -12 2 -18 2c-5 0 -14 0 -24 -2l-1.20001 26.5c-28.9 -24.3 -59.2 -37.5 -91.8 -37.5c-44 0 -68 28 -68 96v287h-56.3c-25.7 -56.3 -80.2 -105 -181.7 -105c-25 0 -36 5 -49 11v-210c0 -29 16 -42 53 -42h26c4 0 7 -3 7 -7v-18l-1 -2s-83 2 -120 2
+c-34 0 -123 -2 -123 -2l-1 2v18c0 4 2 7 6 7h26c39 0 51 16 51 42z" />
+    <glyph glyph-name="uni20AF" unicode="&#x20af;" horiz-adv-x="1062" 
+d="M927 264c0 80 -41 105 -97 105c-46 0 -103 -24 -134 -156l-43 -185c9 2 27 22 34 29c24 -24 42 -33 69 -33c112 0 171 132 171 240zM595 -191l-77 -28l-7 16c19 31 42 85 68 196l40 178c29 125 64 156 92 180c47 38 106 52 149 52c92 0 148 -56 148 -136
+c0 -105 -97 -270 -271 -270c-38 0 -62 6 -86 19c-17 -72 -34 -166 -56 -207zM229 342l-56 -278c-1 -4 -1 -7 -1 -13c0 -17 1 -22 67 -22c206 0 257 160 257 298c0 116 -61 225 -205 225h-5.10001c-20.2 -45.6 -37.3 -109.8 -56.9 -210zM243.9 576.4
+c35.2 48.6 77.1 76.6 126.1 98.6l5 -13c-30.9 -23.7 -54.3 -46.2 -74.2 -80.5c8.30002 0.299988 16.7 0.5 25.2 0.5c139 0 247 -110 247 -252c0 -175 -115 -331 -314 -331c-83 0 -102 2 -134 2l-116 -2l3 17c1 4 4 8 8 8h27c34 0 48 12 54 41l55 276
+c17.8 90.9 40.5 156.1 68 204.5c-62 -11.9 -120 -38.6 -183 -67.5l-10 20c74.5 43.1 141.1 68.1 212.9 78.4z" />
+    <glyph glyph-name="uni20A2" unicode="&#x20a2;" horiz-adv-x="465" 
+d="M255 -17c-141 0 -230 127 -230 312c0 195 107 323 242 323c51 0 84 -25 99 -25c5 0 8 2 8 13v9l26 2l14 -165l-27 -2c-7 89 -73 131 -122 131c-94 0 -148 -126 -148 -271c0 -160.3 36 -252.2 108 -275.2v207.2c0 30 -13 38 -29 38c-4 0 -8 0 -12 -1l-5 26
+c41 10 52 15 79 28c10 4 17 7 23 7h16l-2 -88h2c21 31 55 89 95 89c31 0 51 -18 51 -41c0 -19 -13 -42 -33 -42c-18 0 -32 7 -38 22c-5 11 -13 12 -19 12c-12 0 -57 -65 -57 -98v-161.1c37.6 9.5 71 37 89 87.1l25 -7c-21 -71 -79 -130 -155 -130z" />
+    <glyph glyph-name="peso" unicode="&#x20b1;" horiz-adv-x="465" 
+d="M456 506c0 -22 11 -35 21 -42h-58v-1c0 -15.1 -1.5 -31.5 -5 -48h42c0 -22 11 -35 21 -42h-76.5c-25.1 -56.7 -79.1 -106 -180.5 -106c-25 0 -37 5 -49 11v-210c0 -29 15 -42 53 -42h24c4 0 9 -3 9 -7v-18l-2 -2s-83 2 -120 2c-34 0 -112 -2 -112 -2l-1 2v18c0 4 3 7 7 7
+h14c39 0 52 16 52 42v305h-45c-10 7 -21 20 -21 42h66v49h-45c-10 7 -21 20 -21 42h66v40c0 37 -25 42 -42 42c-8 0 -20 -1 -24 -1c-6 0 -7 4 -7 7v18c13 0 59 3 105 5c49 3 82 4 103 4c122.2 0 168.4 -61.6 183.1 -115h42.9zM171 506h168.1c-17.8 67.6 -67.1 83 -115.1 83
+c-16 0 -36 -6 -53 -12v-71zM171 464v-49h173.5c1 9.39999 1.5 19.4 1.5 30c0 6.60001 -0.200012 13 -0.600006 19h-174.4zM171 373v-69c11 -2 24 -5 45 -5c59.9 0 101 22.9 119.3 74h-164.3z" />
+    <glyph glyph-name="congruent" unicode="&#x2245;" horiz-adv-x="527" 
+d="M69 364c13 65 67 128 128 128c23 0 50.5 -13.8 75 -32c27 -20 50 -33 72 -33c28 0 77 17 99 67c8 0 13.7 -1.89999 17 -6c-31 -107 -96 -120 -120 -120c-23 0 -52 15 -76 33c-24.2 18.1 -48 32 -73 32c-35 0 -82 -29 -105 -73h391c10 0 14 -9 14 -17
+c0 -10 -14 -33 -27 -33h-389c-9 0 -15 8 -15 16c0 15 13 34 25 34h1c-6 0 -11.3 1 -17 4zM464 144h-389c-9 0 -15 8 -15 16c0 15 13 34 25 34h392c10 0 14 -9 14 -17c0 -10 -14 -33 -27 -33z" />
+    <glyph glyph-name="uni2042" unicode="&#x2042;" horiz-adv-x="604" 
+d="M425.6 82.7c-11.1 2.60001 -23.1 3.4 -35.9 3.4c-41.9 0 -69.2 5.9 -69.2 31.6c0 12 7.70001 25.7 28.2 25.7c29.1 0 44.5 -28.2 82.1 -43.6c-3.39999 33.3 -19.7 56.4 -19.7 78.6c0 18 10.3 33.4 25.7 33.4c15.4 0 28.2 -9.40001 28.2 -29.9
+c0 -23.1 -14.6 -57.3 -16.3 -83c39.3 17.1 53.1 44.5 81.3 44.5c23.1 0 29 -17.2 29 -25.7c0 -25.7 -29.9 -31.6 -59 -31.6c-16.2 0 -31.6 -0.799995 -47 -3.4c29.1 -31.6 71 -40.2 71 -74.4c0 -15.4 -12.8 -24.8 -24.8 -24.8c-33.3 0 -39.3 55.6 -60.7 88.9
+c-21.4 -38.5 -27.4 -88.9 -59.9 -88.9c-14.5 0 -24.8 11.1 -24.8 23.9c0 36.8 43.6 43.7 71.8 75.3zM99.6 82.7c-11.1 2.60001 -23.1 3.4 -35.9 3.4c-41.9 0 -69.2 5.9 -69.2 31.6c0 12 7.7 25.7 28.2 25.7c29.1 0 44.5 -28.2 82.1 -43.6c-3.4 33.3 -19.7 56.4 -19.7 78.6
+c0 18 10.3 33.4 25.7 33.4c15.4 0 28.2 -9.40001 28.2 -29.9c0 -23.1 -14.6 -57.3 -16.3 -83c39.3 17.1 53.1 44.5 81.3 44.5c23.1 0 29 -17.2 29 -25.7c0 -25.7 -29.9 -31.6 -59 -31.6c-16.2 0 -31.6 -0.799995 -47 -3.4c29.1 -31.6 71 -40.2 71 -74.4
+c0 -15.4 -12.8 -24.8 -24.8 -24.8c-33.3 0 -39.3 55.6 -60.7 88.9c-21.4 -38.5 -27.4 -88.9 -59.9 -88.9c-14.5 0 -24.8 11.1 -24.8 23.9c0 36.8 43.6 43.7 71.8 75.3zM265.6 434.7c-11.1 2.59998 -23.1 3.39999 -35.9 3.39999c-41.9 0 -69.2 5.89999 -69.2 31.6
+c0 12 7.7 25.7 28.2 25.7c29.1 0 44.5 -28.2 82.1 -43.6c-3.39999 33.3 -19.7 56.4 -19.7 78.6c0 18 10.3 33.4 25.7 33.4c15.4 0 28.2 -9.39996 28.2 -29.9c0 -23.1 -14.6 -57.3 -16.3 -83c39.3 17.1 53.1 44.5 81.3 44.5c23.1 0 29 -17.2 29 -25.7
+c0 -25.7 -29.9 -31.6 -59 -31.6c-16.2 0 -31.6 -0.800018 -47 -3.39999c29.1 -31.6 71 -40.2 71 -74.4c0 -15.4 -12.8 -24.8 -24.8 -24.8c-33.3 0 -39.3 55.6 -60.7 88.9c-21.4 -38.5 -27.4 -88.9 -59.9 -88.9c-14.5 0 -24.8 11.1 -24.8 23.9c0 36.8 43.6 43.7 71.8 75.3z
+" />
+    <glyph glyph-name="uni03F8" unicode="&#x3f8;" horiz-adv-x="533" 
+d="M153 -207l-83 -31l-11 17c13 35 24 95 24 219v473c0 85 1 151 11 193l81 34l11 -18c-13 -34 -24 -85 -24 -209v-72c41 31 93 40 133 40c121 0 206 -84 206 -198c0 -154 -103 -251 -238 -251c-42 0 -70 8 -101 22v-101c0 -48 -1 -92 -9 -118zM415 199
+c0 158 -65 202 -145 202c-51 0 -108 -24 -108 -170v-207c10 3 25 25 30 33c33 -26 56 -37 85 -37c83 0 138 71 138 179z" />
+    <glyph glyph-name="uni03FB" unicode="&#x3fb;" horiz-adv-x="593" 
+d="M448 0v397l-2 1l-154 -392c-2.70001 -6.8 -27 -10 -33 -10c-4 0 -8.2 3.3 -11 10l-149 359l-2 -1v-591l-26 -6l-9 6v658l52 11l39 -11l136 -341l126 341l80 11l22 -11v-425l-58 -18z" />
+    <glyph glyph-name="uni23D3" unicode="&#x23d3;" horiz-adv-x="527" 
+d="M461 163v-50h-395v50h395zM456 357c-6 -71 -67 -143 -200 -143c-139 0 -194 73 -199 143h27c9 -39 64 -82 173 -82c99 0 165 43 172 82h27z" />
+    <glyph glyph-name="uni0243" unicode="&#x243;" horiz-adv-x="588" 
+d="M191 550v-184h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -63zM148 645c36 0 90 2 125 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-84 0 -110.3 2 -146 2
+c-37.1 0 -91 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v39h-130c-9 0 -13 8 -13 15c0 12 11 29 22 29h121v318c0 83 -17 88 -87 91c-6 6 -6 27 0 33c39 -1 93.3 -2 129 -2zM191 161v-43c0 -61 13 -87 83 -87c152 0 180 61 180 134c0 90 -57 167 -194 167h-69v-127h135
+c9 0 13 -8 13 -14c0 -12 -10 -30 -23 -30h-125z" />
+    <glyph glyph-name="afii10087" unicode="&#x445;" horiz-adv-x="490" 
+d="M182 358l61 -90c7.60001 -11.2 11.8 -12 19 -2l65 91c24.2 33.9 12.7 37 -24 41c-6 6 -6 27 0 33c26 -1 54 -2 84 -2s53 1 73 2c6 -6 6 -27 0 -33c-36.5 -3 -60 -8 -97 -55l-84 -107c-4.70001 -6 -4.20001 -9.10001 0 -15l90 -127c40.3 -56.9 54.7 -60 100 -63
+c6 -6 6 -27 0 -33c-24 1 -51 2 -89 2c-36 0 -69 -1 -99 -2c-6 6 -6 27 0 33c31.7 3.3 47.8 5.1 13 53l-58 80c-6.3 8.60001 -9.7 9.89999 -18 -2l-63 -91c-22.5 -32.5 -14 -36.3 22 -40c6 -6 6 -27 0 -33c-26 1 -54 2 -84 2s-52 -1 -72 -2c-6 6 -6 27 0 33
+c35 2 57.4 5.1 97 56l84 108c3.60001 4.60001 3.89999 7.8 -1 15l-87 127c-28 41 -56 58 -90 61c-6 6 -6 27 0 33c26 -1 56 -2 86 -2s74 1 101 2c6 -6 6 -27 0 -33c-44.7 -4.70001 -51.9 -6.20001 -29 -40z" />
+    <glyph glyph-name="uni2098" unicode="&#x2098;" horiz-adv-x="485" 
+d="M123 86c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.3 5 -1
+c24.3 35.3 49 55 85 55c35 0 57.3 -14.5 65.9 -50.9c14.6 17.4 49.9 50.9 85.1 50.9c46 0 80 -25 80 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -25 68 -56 68
+c-19.7 0 -39.5 -19.5 -57.6 -40.9c0.399994 -5.4 0.600006 -11.1 0.600006 -17.1v-105c0 -41 7.5 -43.5 38 -46c5 -8 4 -23 0 -29c-30 1 -25.7 1 -61 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -39 -18 -58 -41z" />
+    <glyph glyph-name="uni2099" unicode="&#x2099;" horiz-adv-x="342" 
+d="M127 86c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.3 5 -1
+c24.3 35.3 65 55 101 55c46 0 70 -25 70 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -55 -18 -74 -41z" />
+    <glyph glyph-name="uni1FBD" unicode="&#x1fbd;" horiz-adv-x="181" 
+d="M79 652c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34z" />
+    <glyph glyph-name="abreve.sc" unicode="&#xe098;" horiz-adv-x="556" 
+d="M180 660c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM95 105l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-29 1 -58.2 2 -88 2
+c-32.5 0 -71 -1 -106 -2c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74zM350 186l-80 203l-7 -1
+l-74 -169c-8.5 -19.5 -10 -33 10 -33h151z" />
+    <glyph glyph-name="aogonek.sc" unicode="&#xe099;" horiz-adv-x="556" 
+d="M402 -224c-54 0 -93 31 -93 85c0 47.2 39 105 98.3 138.4c-18.5 -0.4 -37.4 -0.9 -55.3 -1.4c-6 6 -6 27 0 33c54 5 52.5 12.9 31 67l-21 54h-187c-16.3 0 -18.3 -3.8 -21.7 -11.3l-19.3 -42.7c-23 -50 -16 -63 38 -67c6 -6 6 -27 0 -33c-31 1 -69.2 2 -96 2
+c-26 0 -48 -1 -66 -2c-6 6 -6 27 0 33c53 5 65 30 85 74l162.8 356.8c20.5 2.80002 39.3 11.3 54.4 19.4l153.8 -377.2c23.6 -58 27 -66 80 -73c6 -6 6 -27 0 -33c-17.6 0.6 -35.3 1.2 -53.1 1.6c-74.4 -6 -123.9 -76.8 -123.9 -125.6c0 -32 22 -59 58 -59c30 0 50 15 69 36
+l16 -8c-24 -47 -74 -67 -110 -67zM350 186l-80 203l-7 -1l-74 -169c-8.5 -19.5 -10 -33 10 -33h151z" />
+    <glyph glyph-name="cacute.sc" unicode="&#xe09a;" horiz-adv-x="492" 
+d="M283 674c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM276 -10c-74 0 -130.1 20.3 -170 57c-49.1 45.2 -69 113.5 -69 177c0 146 102 246 234 246c80 0 125 -16 163 -16
+c9.79999 -45.1 11.7 -86.9 12 -128c-10 -6.39999 -20 -6 -30 -3c-12 70 -59 114 -139 114c-75 0 -153 -35 -153 -203c0 -99 58 -206 157 -206c67 0 102 20 148 74c8 -2.3 18 -13 20 -20c-47 -63 -95 -92 -173 -92z" />
+    <glyph glyph-name="ccaron.sc" unicode="&#xe09b;" horiz-adv-x="492" 
+d="M245 513c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM276 -10c-74 0 -130.1 20.3 -170 57c-49.1 45.2 -69 113.5 -69 177c0 146 102 246 234 246c80 0 125 -16 163 -16
+c9.79999 -45.1 11.7 -86.9 12 -128c-10 -6.39999 -20 -6 -30 -3c-12 70 -59 114 -139 114c-75 0 -153 -35 -153 -203c0 -99 58 -206 157 -206c67 0 102 20 148 74c8 -2.3 18 -13 20 -20c-47 -63 -95 -92 -173 -92z" />
+    <glyph glyph-name="dcaron.sc" unicode="&#xe09c;" horiz-adv-x="565" 
+d="M246 513c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM188 76c0 -28 7 -45 83 -45c110 0 172 37 172 177c0 104 -23 221 -191 221c-39 0 -64 -6 -64 -31v-322zM148 460c29.3 0 65.3 2 133 2
+c167 0 249 -104 249 -237c0 -175 -124 -227 -235 -227c-80 0 -119.7 2 -146 2c-28.7 0 -74 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 83.6 -2 111 -2z" />
+    <glyph glyph-name="eogonek.sc" unicode="&#xe09d;" horiz-adv-x="477" 
+d="M290 -224c-54 0 -93 31 -93 85c0 47.5 39.5 105.6 99.8 139h-144.8c-32 0 -76 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 82.2 -2 111 -2h207c16.8 0 27.2 1 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119
+c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -113 90h-57c-19 0 -32 -11 -32 -28v-142h57c64.8 0 67 11 69 56c5 5 23 5 28 0c-1 -25 -2 -57.5 -2 -71c0 -15.9 1 -50 2 -73c-5 -5 -23 -5 -28 0c-2 37 -3.20001 56 -69 56h-57v-150c0 -33.2 9.8 -44 52 -44h43c83 0 112 50 128 109
+c11 3 19 1 28 -4c-7 -42 -18 -97 -30 -138c0 0 -15.6 0.5 -36.2 1c-71.1 -9.2 -118.8 -77.5 -118.8 -125c0 -32 22 -59 58 -59c30 0 50 15 70 36l14 -8c-23 -47 -73 -67 -109 -67z" />
+    <glyph glyph-name="ecaron.sc" unicode="&#xe09e;" horiz-adv-x="477" 
+d="M222 509c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM248 225h-57v-150c0 -33.2 9.8 -44 52 -44h43c83 0 112 50 128 109c11 3 19 1 28 -4c-7 -42 -18 -97 -30 -138c0 0 -66 2 -106 2h-154
+c-32 0 -76 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 82.2 -2 111 -2h207c16.8 0 27.2 1 41 4c2 0 3 -1 3 -3c2 -7 14 -85 18 -119c-8 -4 -17 -6 -27 -5c-18 57 -31 90 -113 90h-57c-19 0 -32 -11 -32 -28v-142h57
+c64.8 0 67 11 69 56c5 5 23 5 28 0c-1 -25 -2 -57.5 -2 -71c0 -15.9 1 -50 2 -73c-5 -5 -23 -5 -28 0c-2 37 -3.20001 56 -69 56z" />
+    <glyph glyph-name="gbreve.sc" unicode="&#xe09f;" horiz-adv-x="541" 
+d="M180 660c11 -53 54 -90 108 -90c52 0 98 32 108 90l27 -12c-12 -86 -76 -135 -135 -135c-70 0 -121 50 -135 135zM472 91.2v-32.2c0 -7 4 -16 11 -23c-66.5 -36 -140 -46 -208 -46c-143 0 -238 103 -238 230c0 158 114 250 257 250c56 0 130 -16 160 -16
+c9.39999 -45.3 11.9 -87 13 -128c-10 -6.5 -20 -6.10001 -30 -3c-15 64 -57 114 -156 114c-96 0 -154 -83 -154 -204c0 -82 41 -210 166 -210c35 0 68 5 100 14v54c0 83 -5 87 -66 91c-6 6 -6 27 0 33c29 -1 74.7 -2 105 -2c30.7 0 59 1 77 2c6 -6 6 -27 0 -33
+c-31 -5 -37 -8 -37 -90.8z" />
+    <glyph glyph-name="lacute.sc" unicode="&#xe0a0;" horiz-adv-x="431" 
+d="M208 670c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM379 0h-224s-66 -1 -115 -2c-6 6 -6 27 0 33c70 3 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c37 -1 79.7 -2 111 -2
+c34.3 0 75 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-269c0 -19 14 -35 37 -35h45c63 0 92 49 108 108c11 3 19 1 28 -4c-7 -42 -30 -138 -30 -138z" />
+    <glyph glyph-name="lslash.sc" unicode="&#xe0a1;" horiz-adv-x="431" 
+d="M253 333l18 -30l-80 -46.9v-187.1c0 -19 14 -35 37 -35h45c63 0 92 49 108 108c11 3 19 1 28 -4c-7 -42 -30 -138 -30 -138h-224s-66 -1 -115 -2c-6 6 -6 27 0 33c70 3 72 8 72 91v87.7l-78 -45.7l-17 30l95 56v88c0 83 -11 87 -72 91c-6 6 -6 27 0 33
+c37 -1 79.7 -2 111 -2c34.3 0 75 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-41.5z" />
+    <glyph glyph-name="nacute.sc" unicode="&#xe0a2;" horiz-adv-x="602" 
+d="M378 671c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.29999 15.2 11.4 28zM155 122c0 -83 11 -86 72 -91c6 -6 6 -27 0 -33c-30 1 -66 2 -96 2s-65 -1 -95 -2c-6 6 -6 27 0 33c61 4 72 8 72 91v274
+c-10 18 -21 30 -59 33c-3 0 -9 2 -9 6v24l2 3l142 -2l229 -311c31 -42 34 -25 34 2v187c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-323c0 -20 -10 -27 -22 -27c-15 0 -31 6 -46 22l-235 313
+c-23.3 28.7 -36 38.2 -36 -11v-190z" />
+    <glyph glyph-name="ncaron.sc" unicode="&#xe0a3;" horiz-adv-x="602" 
+d="M276 509c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM155 122c0 -83 11 -86 72 -91c6 -6 6 -27 0 -33c-30 1 -66 2 -96 2s-65 -1 -95 -2c-6 6 -6 27 0 33c61 4 72 8 72 91v274c-10 18 -21 30 -59 33
+c-3 0 -9 2 -9 6v24l2 3l142 -2l229 -311c31 -42 34 -25 34 2v187c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-323c0 -20 -10 -27 -22 -27c-15 0 -31 6 -46 22l-235 313c-23.3 28.7 -36 38.2 -36 -11v-190z
+" />
+    <glyph glyph-name="eng.sc" unicode="&#xe0a4;" horiz-adv-x="602" 
+d="M155 122c0 -83 11 -86 72 -91c6 -6 6 -27 0 -33c-30 1 -66 2 -96 2s-65 -1 -95 -2c-6 6 -6 27 0 33c61 4 72 8 72 91v274c-10 18 -21 30 -59 33c-3 0 -9 2 -9 6v24l2 3l142 -2l229 -311c31 -42 34 -25 34 2v187c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2
+s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-242c0 -126 -33 -192 -87 -235c-42 -35 -83 -36 -106 -36c-21 0 -60 17 -60 50c0 21 23 34 36 34c28 0 39 -13 48 -25c7 -10 13 -17 26 -17c26.3 0 69.9 20.1 82.5 135.9c-2.5 2.1 -5 4.5 -7.5 7.1l-235 313
+c-23.3 28.7 -36 38.2 -36 -11v-190z" />
+    <glyph glyph-name="ohungarumlaut.sc" unicode="&#xe0a5;" horiz-adv-x="563" 
+d="M436 643c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM304 649c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3l64 146c6 13 22 14 26 14
+c20.9 0 38 -15.5 38 -36zM274 437c-75 0 -150 -68 -150 -203c0 -123 69 -211 166 -211c89 0 150 75 150 198c0 134 -77 216 -166 216zM527 235c0 -130 -88 -245 -252 -245c-135 0 -238 96 -238 232c0 147 107 248 246 248c130 0 244 -93 244 -235z" />
+    <glyph glyph-name="racute.sc" unicode="&#xe0a6;" horiz-adv-x="511" 
+d="M257 670c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM347 346c0 60 -20.5 85 -90 85c-55.7 0 -66 -10 -66 -63v-130h44c88.5 0 112 29 112 108zM191 122c0 -83 9.5 -88 57 -91
+c6 -6 6 -27 0 -33c-32 1 -65.3 2 -96 2c-33.1 0 -74 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 82 -2 111 -2c30.3 0 87 4 112 4c118.7 0 171 -35 171 -118c0 -69 -51 -110.3 -85 -122v-2c12.5 -13 25 -30 37 -61l29 -75
+c20.1 -52 39 -58 75 -58c6.5 -7.8 8.5 -17.7 6 -28c-17.3 -4.3 -48 -7 -63 -7c-43 0 -77.1 23.5 -100 86l-22 60c-13.5 36.9 -27.5 70 -65 70h-55v-87z" />
+    <glyph glyph-name="rcaron.sc" unicode="&#xe0a7;" horiz-adv-x="511" 
+d="M207 509c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM347 346c0 60 -20.5 85 -90 85c-55.7 0 -66 -10 -66 -63v-130h44c88.5 0 112 29 112 108zM191 122c0 -83 9.5 -88 57 -91c6 -6 6 -27 0 -33
+c-32 1 -65.3 2 -96 2c-33.1 0 -74 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c40 -1 82 -2 111 -2c30.3 0 87 4 112 4c118.7 0 171 -35 171 -118c0 -69 -51 -110.3 -85 -122v-2c12.5 -13 25 -30 37 -61l29 -75
+c20.1 -52 39 -58 75 -58c6.5 -7.8 8.5 -17.7 6 -28c-17.3 -4.3 -48 -7 -63 -7c-43 0 -77.1 23.5 -100 86l-22 60c-13.5 36.9 -27.5 70 -65 70h-55v-87z" />
+    <glyph glyph-name="sacute.sc" unicode="&#xe0a8;" horiz-adv-x="412" 
+d="M231 670c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM339 448c5.5 -38 6 -77 4 -106c-9 -5 -18 -5 -27 -2c-15 64 -59 97 -108 97c-52 0 -80 -28 -80 -71c0 -42.5 47 -67 97 -91
+c48.1 -23.1 139 -68 139 -146c0 -86.1 -57 -141 -146 -141c-77 0 -106 17 -125 17c-12 0 -22 -2 -33 -6c-7 32 -8.7 70.5 -11 141c9.9 3.8 19 4.5 32 2c18 -89 63 -121 119 -121c59 0 86 28 86 86c0 57 -43 80 -108 110c-41 19 -119 58 -119 131c0 82 78 122 148 122
+c81 0 107 -22 132 -22z" />
+    <glyph glyph-name="scedilla.sc" unicode="&#xe0a9;" horiz-adv-x="412" 
+d="M197 -96c-19 0 -29 -1 -45 -6l-6 6l35.6 85.4c-50.5 4.1 -72.9 15.6 -88.6 15.6c-12 0 -22 -2 -33 -6c-7 32 -8.7 70.5 -11 141c9.9 3.8 19 4.5 32 2c18 -89 63 -121 119 -121c59 0 86 28 86 86c0 57 -43 80 -108 110c-41 19 -119 58 -119 131c0 82 78 122 148 122
+c81 0 107 -22 132 -22c5.5 -38 6 -77 4 -106c-9 -5 -18 -5 -27 -2c-15 64 -59 97 -108 97c-52 0 -80 -28 -80 -71c0 -42.5 47 -67 97 -91c48.1 -23.1 139 -68 139 -146c0 -86.1 -57 -141 -146 -141h-2.5l-20.5 -55c8 2 17 3 26 3c40 0 71 -24 71 -62c0 -43 -46 -74 -107 -74
+c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="scaron.sc" unicode="&#xe0aa;" horiz-adv-x="412" 
+d="M169 508c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM339 448c5.5 -38 6 -77 4 -106c-9 -5 -18 -5 -27 -2c-15 64 -59 97 -108 97c-52 0 -80 -28 -80 -71c0 -42.5 47 -67 97 -91
+c48.1 -23.1 139 -68 139 -146c0 -86.1 -57 -141 -146 -141c-77 0 -106 17 -125 17c-12 0 -22 -2 -33 -6c-7 32 -8.7 70.5 -11 141c9.9 3.8 19 4.5 32 2c18 -89 63 -121 119 -121c59 0 86 28 86 86c0 57 -43 80 -108 110c-41 19 -119 58 -119 131c0 82 78 122 148 122
+c81 0 107 -22 132 -22z" />
+    <glyph glyph-name="tcedilla.sc" unicode="&#xe0ab;" horiz-adv-x="529" 
+d="M263 -96c-19 0 -29 -1 -45 -6l-6 6l40 96c-31.4 -0.2 -66.6 -1.1 -99 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v253c0 39 -12 51 -43 51h-24c-65 0 -76 -20 -96 -92c-9 -0.899994 -18 -0.200012 -27 3c5.5 47 6.5 86 7 133c27 -4.70001 85 -10 183 -10h79
+c84 0 148.3 5.70001 183 10c1.5 -47.5 3 -84.5 8 -133c-7.60001 -4.70001 -16.8 -5.10001 -27 -3c-20 72 -33 92 -96 92h-26c-32 0 -42 -15 -42 -52v-252c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-29.7 0.8 -61 1.6 -90 1.9l-25 -66.9c8 2 17 3 26 3c40 0 71 -24 71 -62
+c0 -43 -46 -74 -107 -74c-32 0 -49 6 -74 17c0 12 3 19 10 26c27 -10 38 -14 58 -14c30 0 51 14 51 40c0 21 -10 35 -33 35z" />
+    <glyph glyph-name="tbar.sc" unicode="&#xe0ac;" horiz-adv-x="529" 
+d="M304 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-37 1 -76.5 2 -111 2s-75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v103h-75c-8 0 -11 8 -11 14c0 10 10 25 19 25h67v111c0 39 -12 51 -43 51h-24c-65 0 -76 -20 -96 -92c-9 -0.899994 -18 -0.200012 -27 3
+c5.5 47 6.5 86 7 133c27 -4.70001 85 -10 183 -10h79c84 0 148.3 5.70001 183 10c1.5 -47.5 3 -84.5 8 -133c-7.60001 -4.70001 -16.8 -5.10001 -27 -3c-20 72 -33 92 -96 92h-26c-32 0 -42 -15 -42 -52v-110h84c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-75v-103z" />
+    <glyph glyph-name="uring.sc" unicode="&#xe0ad;" horiz-adv-x="576" 
+d="M288 645c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM200 592c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85zM435 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2
+c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2c32.5 0 73 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171
+c132 0 132 94 132 180v127z" />
+    <glyph glyph-name="uhungarumlaut.sc" unicode="&#xe0ae;" horiz-adv-x="576" 
+d="M476 643c0 -6 -1 -13 -7 -19l-114 -110c-2 -2 -4 -2 -6 -2c-5 0 -14 5 -14 13c0 1 0 3 1 4l78 139c5 9 12 12 24 12c21 0 38 -18.4 38 -37zM344 649c0 -5 -1 -11 -5 -16l-102 -121c-2 -2 -5 -3 -8 -3c-6 0 -14 5 -14 13c0 1 0 2 1 3l64 146c6 13 22 14 26 14
+c20.9 0 38 -15.5 38 -36zM435 338c0 83 -11 87 -72 91c-6 6 -6 27 0 33c30 -1 65 -2 95 -2s66 1 96 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-114c0 -146 -41 -234 -196 -234c-109.5 0 -182 41 -182 191v157c0 83 -11 87 -72 91c-6 6 -6 27 0 33c36 -1 75.4 -2 111 -2
+c32.5 0 73 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-136c0 -93 21 -171 120 -171c132 0 132 94 132 180v127z" />
+    <glyph glyph-name="zacute.sc" unicode="&#xe0af;" horiz-adv-x="453" 
+d="M253 674c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28zM154 460h194c23 0 57 2 68 2c4.5 0 6 -1.20001 6 -5c0 -8 -4 -15 -19 -36c-89 -121.5 -168.1 -239.4 -248 -362
+c-9.39999 -14 -10.1 -27.4 14 -27l119 4c62.2 2.1 84.3 47.4 111 107c10.4 0.600006 19.3 -1.89999 27 -7c-17 -58 -28 -105 -32 -136h-342c-11 0 -15 4 -15 10s3 11 7 17c81 125.5 162.3 250.7 257 378c4.39999 6 13.9 23.2 -2 23l-141 -4c-29 -0.799988 -63 -20 -84 -92
+c-8.7 -1.10001 -17.3 0.100006 -26 3c9 49 14 87 15 132c0 2.39999 1.6 3 4 3c17.5 -3.39999 54.9 -10 87 -10z" />
+    <glyph glyph-name="zdotaccent.sc" unicode="&#xe0b0;" horiz-adv-x="453" 
+d="M187 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM154 460h194c23 0 57 2 68 2c4.5 0 6 -1.20001 6 -5c0 -8 -4 -15 -19 -36c-89 -121.5 -168.1 -239.4 -248 -362c-9.39999 -14 -10.1 -27.4 14 -27l119 4
+c62.2 2.1 84.3 47.4 111 107c10.4 0.600006 19.3 -1.89999 27 -7c-17 -58 -28 -105 -32 -136h-342c-11 0 -15 4 -15 10s3 11 7 17c81 125.5 162.3 250.7 257 378c4.39999 6 13.9 23.2 -2 23l-141 -4c-29 -0.799988 -63 -20 -84 -92c-8.7 -1.10001 -17.3 0.100006 -26 3
+c9 49 14 87 15 132c0 2.39999 1.6 3 4 3c17.5 -3.39999 54.9 -10 87 -10z" />
+    <glyph glyph-name="zcaron.sc" unicode="&#xe0b1;" horiz-adv-x="453" 
+d="M211 513c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM154 460h194c23 0 57 2 68 2c4.5 0 6 -1.20001 6 -5c0 -8 -4 -15 -19 -36c-89 -121.5 -168.1 -239.4 -248 -362
+c-9.39999 -14 -10.1 -27.4 14 -27l119 4c62.2 2.1 84.3 47.4 111 107c10.4 0.600006 19.3 -1.89999 27 -7c-17 -58 -28 -105 -32 -136h-342c-11 0 -15 4 -15 10s3 11 7 17c81 125.5 162.3 250.7 257 378c4.39999 6 13.9 23.2 -2 23l-141 -4c-29 -0.799988 -63 -20 -84 -92
+c-8.7 -1.10001 -17.3 0.100006 -26 3c9 49 14 87 15 132c0 2.39999 1.6 3 4 3c17.5 -3.39999 54.9 -10 87 -10z" />
+    <glyph glyph-name="lcaron.sc" unicode="&#xe0b2;" horiz-adv-x="431" 
+d="M339 550c38 0 60 -37 60 -73s-32 -98 -102 -106l-5 17c42 9 63 46 63 69c0 13 -6 21 -14 21c-41 0 -46 22 -46 38s14 34 44 34zM379 0h-224s-66 -1 -115 -2c-6 6 -6 27 0 33c70 3 72 8 72 91v216c0 83 -11 87 -72 91c-6 6 -6 27 0 33c37 -1 79.7 -2 111 -2
+c34.3 0 75 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91v-269c0 -19 14 -35 37 -35h45c63 0 92 49 108 108c11 3 19 1 28 -4c-7 -42 -30 -138 -30 -138z" />
+    <glyph glyph-name="dcroat.sc" unicode="&#xe097;" horiz-adv-x="565" 
+d="M239 247v-39h-51v-132c0 -28 7 -45 83 -45c110 0 172 37 172 177c0 104 -23 221 -191 221c-39 0 -64 -6 -64 -31v-151h51zM148 460c29.3 0 65.3 2 133 2c167 0 249 -104 249 -237c0 -175 -124 -227 -235 -227c-80 0 -119.7 2 -146 2c-28.7 0 -74 -1 -112 -2
+c-6 6 -6 27 0 33c61 5 72 8 72 91v86h-79v39h79v91c0 83 -11 87 -72 91c-6 6 -6 27 0 33c39 -1 83.6 -2 111 -2z" />
+    <glyph glyph-name="tcaron.sc" unicode="&#xe0b3;" horiz-adv-x="529" 
+d="M247 508c-29 47 -66 92 -101 130l20 13c39 -29 72 -54 106 -90c37 38 71 63 108 90l19 -13c-35 -39 -73 -84 -102 -130h-50zM304 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-37 1 -76.5 2 -111 2s-75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v253
+c0 39 -12 51 -43 51h-24c-65 0 -76 -20 -96 -92c-9 -0.899994 -18 -0.200012 -27 3c5.5 47 6.5 86 7 133c27 -4.70001 85 -10 183 -10h79c84 0 148.3 5.70001 183 10c1.5 -47.5 3 -84.5 8 -133c-7.60001 -4.70001 -16.8 -5.10001 -27 -3c-20 72 -33 92 -96 92h-26
+c-32 0 -42 -15 -42 -52v-252z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="465" 
+d="M234 575c-60 0 -92 -38 -92 -84c0 -31 7 -64 70 -105l31 -19c27 20 80 65 80 119c0 46 -24 89 -89 89zM393 485c0 -64 -76 -116 -123 -139l71 -43c53.1 -32.2 78 -83 78 -141c0 -76 -64 -172 -195 -172c-106 0 -178 54 -178 156c0 39 17 84 58 120
+c25 22 51.5 39.5 80.5 55l-25.5 16c-60.9 38.2 -88 79 -88 135c0 77 66 138 168 138c98 0 154 -53 154 -125zM226 25c45 0 120 17 120 117c0 48 -25 95 -87 133l-47 28c-86 -57 -99 -127 -99 -157c0 -90 68 -121 113 -121z" />
+    <glyph glyph-name="uniFFFD" unicode="&#xfffd;" horiz-adv-x="984" 
+d="M22 293l470 470l470 -470l-470 -470zM404 504c0 29 41 56 96 56c57 0 98 -64 98 -123c0 -48 -20 -80 -60 -117c-65 -59 -66 -118 -66 -161v-46c0 -7 6 -11 13 -11c8 0 15 4 15 11v44c0 72 41.2 102.1 63 116c69 44 114 100 114 167c0 90 -63 153 -168 153
+c-115 0 -177 -72 -177 -131c0 -35 26 -46 43 -46c22 0 43 14 43 37c0 13 -3 19 -7 25c-4 5 -7 11 -7 26zM436 -28c0 -27 22 -49 49 -49s49 22 49 49c0 26 -22 48 -49 48s-49 -22 -49 -48z" />
+    <glyph glyph-name="uniA721" unicode="&#xa721;" horiz-adv-x="628" 
+d="M102 -133l143 31v102h74v-85l253 57l14 -76l-559 -125v299h75v-203z" />
+    <glyph glyph-name="Germandbls" unicode="&#x1e9e;" horiz-adv-x="714" 
+d="M189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -79 2 -129 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v173c0 201 58 363 320 363c62 0 126 -10 184 -29v-24l-147 -236c-2 -3 -2 -5 -2 -7c0 -4 2 -6 6 -6c101 0 189 -80 189 -175
+c0 -98 -77 -191 -209 -191c-66.5 0 -82 19 -127 28c-5 27 -9 58 -6 133c9.70001 4 19.3 5.5 29 3c19 -80 46 -125 113 -125c50 0 110 31 110 147c0 36 -25 149 -183 149c-6 0 -11 0 -18 -1l-6 24c48 68 141 222 141 245c0 14 -50 28 -92 28c-119 0 -217 -92 -217 -301v-198z
+" />
+    <glyph glyph-name="uni2201" unicode="&#x2201;" horiz-adv-x="446" 
+d="M225 -10c-72 0 -178 37 -178 294c0 256 106 294 178 294c93 0 144 -67 166 -169h-70c-13 59 -38 108 -96 108c-87 0 -109 -113 -109 -233c0 -122 22 -233 109 -233c58 0 83 48 96 106h70c-21 -101 -72 -167 -166 -167z" />
+    <glyph glyph-name="Ifraktur" unicode="&#x2111;" horiz-adv-x="543" 
+d="M50 482c0 99 85 176 213 176c49 0 142 -26 231 -76l-83 -94c-15 -17 -21 -36 -21 -50c0 -50 115 -181 115 -244c0 -37 -2 -91 -168 -190c-13 -7 -28 -16 -42 -16c-10 0 -23 3 -37 11l-137 75c-20 12 -33 16 -46 16c-14 0 -28 -6 -53 -17l-14 16l77 47c21 12 36 17 48 17
+s25 -6 38 -13l122 -66c18 -8 32 -14 48 -14c20 0 98 17 98 84c0 27 -11 55 -15 61l-75 114c-13 22 -20 49 -20 73c0 22 4 42 20 59l62 74c-37 18 -123 56 -188 56c-77 0 -139 -43 -139 -114c0 -29 10 -59 38 -85c31 -29 43 -32 102 -43l-1 -20c-77 11 -173 31 -173 163z" />
+    <glyph glyph-name="Rfraktur" unicode="&#x211c;" horiz-adv-x="708" 
+d="M23 475c0 109 76 183 191 183c27 0 54 -6 80 -19c43 -22 47 -44 71 -81l117 85c8 7 19 14 31 14c5 0 12 -2 18 -8l145 -126l-163 -115c111 -142 58 -333 119 -333c13 0 25 7 35 11l13 -21l-98 -79c-103 52 -62 195 -108 326c-11 31 -23 41 -48 41h-4l-10 18l173 120
+l-72 67c-17 17 -34 24 -49 24c-10 0 -22 -5 -33 -12l-56 -36c12 -79 16 -152 16 -208c0 -97 -2 -151 -51 -215c-42 -54 -120 -114 -141 -125l-34 28c-15 11 -26 19 -43 19c-13 0 -28 -7 -42 -17l-18 14l64 54c18 16 27 27 37 27c5 0 8 -1 12 -4l71 -50c55 81 60 163 60 276
+c0 173 -26 272 -136 272c-95 0 -115 -80 -115 -102c0 -32 21 -64 45 -76l86 -43c32 -16 43 -38 43 -57c0 -10 -4 -18 -9 -25l-32 -47l-20 15c4 6 17 14 17 25c0 46 -162 46 -162 180z" />
+    <glyph glyph-name="uni2119" unicode="&#x2119;" horiz-adv-x="656" 
+d="M478 478c0 118 -82 148 -143 148c-35 0 -63 -3 -87 -8v-296h51c75 0 122 17 146 51c20 28 33 63 33 105zM248 284v-212c0 -30 15 -44 55 -44h26c4 0 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -190 -2 -190 -2l-2 2v19c0 5 3 8 8 8h56v589.4l-42 -1.40002c-5 0 -8 3 -8 7
+v19c21 5 176 12 293 12c63 0 134 -5 182 -50c36 -34 53 -75 53 -125c0 -105 -96 -158 -138 -176c-37 -17 -107 -19 -173 -19zM115 28h10c41 0 42 16 42 44v502c0 29 -3 46 -29 46c-3 0 -5 0 -7 -1l-16 -0.5v-590.5z" />
+    <glyph glyph-name="uni2136" unicode="&#x2136;" horiz-adv-x="468" 
+d="M238 520c168 0 170 -82 170 -231c0 -55 -4 -133 -43 -189h82l-23 -100h-404l24 100h306c9 42 20 81 20 143c0 156 -22 170 -103 170h-154c-49 0 -78 30 -78 71c0 72 49 81 49 81c5 -23 20 -45 47 -45h107z" />
+    <glyph glyph-name="uni2137" unicode="&#x2137;" horiz-adv-x="335" 
+d="M234 296c0 -79 55 -147 71 -231c2 -10 4 -23 4 -35c0 -13 -2 -27 -8 -36c-46 0 -44 115 -74 164h-7l-74 -154l-122 -4c0 6 -3 17 -3 31c0 5 0 10 1 16c5 26 13 48 35 53c106 19 153 59 153 196c0 97 -32 107 -83 114c-19 3 -78 13 -78 66c0 68 44 78 44 78
+c7 -34 40 -34 65 -34c42 0 84 -11 84 -72c0 -37 -8 -114 -8 -152z" />
+    <glyph glyph-name="uni2138" unicode="&#x2138;" horiz-adv-x="438" 
+d="M331 291c0 -69 11 -136 11 -206c0 -79 -44 -86 -68 -86h-11c8 12 12 29 12 50c0 63 -4 110 -4 158c0 90 28 161 85 206h-248c-50 0 -75 20 -75 61c0 74 42 80 42 80c6 -23 22 -34 49 -34h222c45 0 70 -18 70 -62c0 -83 -85 -59 -85 -167z" />
+    <glyph glyph-name="uni210C" unicode="&#x210c;" horiz-adv-x="578" 
+d="M545 169c0 -188 -183 -226 -216 -307c-28 32 -71 69 -118 69c-26 0 -49 -15 -66 -35l-10 8c33 37 75 82 130 82c39 0 77 -28 104 -54c69 46 104 113 104 195c0 86 -61 212 -158 212c-32 0 -70 -24 -96 -41c29 -34 61 -77 61 -124c0 -83 -97 -128 -149 -179l-65 51
+l-31 -24l-11 11l95 75l65 -50c20 14 39 36 39 63c0 95 -129 146 -129 261c0 105 103 150 165 215c27 -29 63 -51 102 -51c29 0 58 15 73 41l13 -4c-28 -44 -68 -90 -124 -90c-40 0 -73 24 -104 47c-37 -26 -65 -61 -65 -108c0 -45 22 -89 54 -120c50 28 100 57 143 94
+c109 -34 194 -116 194 -237z" />
+    <glyph glyph-name="q.superior" unicode="&#xe0d0;" horiz-adv-x="308" 
+d="M208 423v143c-16 19 -38 39 -63 39c-34 0 -62 -25 -62 -99c0 -90 36 -111 70 -111c22 0 35 7 55 28zM238 629c4 3 10 8 14 8c3 0 5 -3 5 -9v-339c0 -20 0.899994 -23.5 25 -27l7 -1c4 -0.600006 5 -2 5 -4v-19s-37 1 -61 1c-26 0 -66 -1 -66 -1v18c0 4 2 4.70001 5 5
+l11 1c14.4 1.29999 25 5 25 27v107c-19 -16 -38 -27 -61 -27c-66 0 -118 45 -118 122c0 64 37 140 114 140c29 0 55 -9 70 -26z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="730" 
+d="M618 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.7 2 -129 2c-37.1 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v199h-342v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -92.7 2 -129 2c-37.7 0 -86 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91
+v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c38 -1 79 -2 129 -2c51 0 92 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-160h342v160c0 83 -17 88 -87 91c-6 6 -6 27 0 33c44 -1 91.7 -2 129 -2c38 0 89 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401z" />
+    <glyph glyph-name="zero.slash" unicode="&#xf638;" horiz-adv-x="465" 
+d="M232 575c-45 0 -106 -46 -106 -292c0 -36.9 1.8 -88.9 11 -136.6l160 386.4c-6.29999 11 -13 19.4 -20 25.2c-12 11 -28 17 -45 17zM228 -10c-38.7 0 -73 13.6 -101.4 42l-0.0999985 0.0999985l-28.5 -69.1l-32 12l35.9 86.7c-39.8 57.4 -62.9 142.9 -62.9 232.3
+c0 198 94 316 193 316c33.3 0 62 -11.5 85.2 -28.5l23.8 57.5l31 -11l-28.8 -70c3.89999 -4.20001 7.39999 -8.59998 10.8 -13c44 -58 68 -143 68 -242c0 -235 -117 -313 -194 -313zM315 489.6l-163.4 -396.4c15.3 -39.7 39.4 -68.2 77.4 -68.2c18 0 67 9 89 91
+c14 51 17 114 17 206c0 72.4 -7.89999 127.8 -20 167.6z" />
+    <glyph glyph-name="germandbls.sc" unicode="&#xe092;" horiz-adv-x="562" 
+d="M172 122c0 -83 9 -86 57 -91c6 -6 6 -27 0 -33c-32 1 -64.5 2 -96 2c-35 0 -74 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v116c0 140 57 232 234 232c44 0 124 -11 165 -25v-16l-107 -150c-2 -3 -5.5 -11 2 -11c89 -4 141 -66 141 -135c0 -70 -58 -143 -153 -143
+c-35.3 0 -74 10 -102 30c-9 22 -12 53 -9 86c7.79999 5.4 16 7 26 2c13 -58 34 -85 74 -85c36 0 79 23 79 107c0 26 -21 116 -135 116c-4 0 -9 -1 -13 -2c-5 6 -4.89999 12 -4 18c36 48 102 133 102 150c0 11 -49 25 -80 25c-85 0 -141 -45 -141 -181v-134z" />
+    <glyph glyph-name="t_z" unicode="&#xe04a;" horiz-adv-x="532" 
+d="M164 137c0 -102 9 -116 24 -116h6c5.5 -5.8 9 -9 9 -19c-8 -3 -30 -12 -41 -12c-47 0 -73 28 -73 99v301h-65c-3 0 -4 1 -4 4v31c0 3 1 4 3 4c67 0 83 40 83 116v19l58 20v-155h251c29 0 64 6 67 6c7 0 13 -2 13 -6s-5 -16 -22 -42l-135 -220c90 0 165 -84 165 -184
+c0 -113 -81 -215 -198 -215c-84 0 -143 58 -143 90c0 18 11 36 32 36c23 0 37 -10 45 -34c7 -22 34 -57 75 -57c43 0 109 61 109 164c0 96 -33 166 -98 166c-11 0 -41 -7 -59 -11l-17 16l150 253l-235 -1v-253z" />
+    <glyph glyph-name="a.scalt" unicode="&#xe0be;" horiz-adv-x="506" 
+d="M163 189c-13.7 -35.1 -40.5 -134 -40.5 -134c-3.8 -16.5 3.5 -21 33.5 -26l12 -2c4 -1 7 -3 7 -6v-21l-2 -2s-49 2 -80 2c-28 0 -84 -2 -84 -2l-2 2v19c0 3 5 7.6 9 8c27 3 43 11 54 39c20 51 116 312 116 344c0 19 -9 23 -42 24c-6 0 -9 2 -9 6v20l3 2
+c32 -1 63 -2 109 -2c45 0 119 1 172 2l1 -2v-20c0 -3 -2 -5.79999 -5 -6c-56.2 -4.29999 -54 -12 -50 -31l68 -324c9 -43 25 -49 60 -52c4 -0.299999 7 -3 7 -6v-21l-2 -2s-67 2 -97 2c-28 0 -92 -2 -92 -2l-2 2v21c0 3 2 5 6 6l7 1c41.7 6 44.3 13.2 39 45l-20 113
+c-2 10 -12 12 -39 12h-90c-27 0 -42 0 -47 -9zM254 429c-18 0 -24 -12 -31 -33c-13 -40 -47 -155 -47 -155c0 -9 8 -11 36 -11h83c18 0 33 7 29 28l-24 128c-7.5 34.4 -24 43 -46 43z" />
+    <glyph glyph-name="metric" unicode="&#xe420;" horiz-adv-x="645" 
+d="M63 837v15h18h38v-15h-38v-23h38v-15h-38v-17h38v-15h-38h-18v15v17v15v23zM143 852h18v-6.90002l27 -22.2l25 20.5v8.59998h18v-85h-18v57l-21.1 -17.3l-3.09999 -3.79999l-0.800003 0.599976l-0.800003 -0.599976l-3.09999 3.79999l-23.1 19v-58.7h-18v85zM67 730v24
+h178v140h8h15h211v-24h-211v-47v-23v-90h149h62v-24h-211v-29h377v-24h-377v-192h190v-12h23v-417h164v-24h-164v12h-23v-12h-190v-203h213v-23h-213h-23v-8h-178v24h178v210h-178v24h178v192v23v503h-178zM458 12v405h-190v-190v-23v-192h190z" />
+    <glyph glyph-name="kreis" unicode="&#xe100;" horiz-adv-x="695" 
+d="M321 23c-157 0 -287 128 -287 283c0 156 131 282 287 282s287 -126 287 -282s-131 -283 -287 -283zM321 556c-140 0 -247 -111 -247 -250c0 -138 107 -251 247 -251c138 0 247 112 247 251s-108 250 -247 250z" />
+    <glyph glyph-name="germandbls.alt" unicode="&#xe04c;" horiz-adv-x="582" 
+d="M97 477c0 42 2 142 117 200c32 16 65 21 98 21c111 0 156 -62 156 -110c0 -50 -43 -89 -76 -115c-28 -24 -51 -44 -51 -82c0 -30 16 -55 99 -107c50 -32 108 -69 108 -156c0 -71 -57 -140 -154 -140c-88 0 -132 55 -132 92c0 15 13 26 30 26c21 0 31 -17 31 -37
+c0 -10 3 -17 7 -22c18 -18 43 -28 68 -28c33 0 85 15 85 81c0 69 -50 103 -103 137c-65 42 -107 79 -107 132c0 42 23 79 64 111c49 39 65 61 65 99c0 54 -44 91 -93 91c-52 0 -88 -25 -112 -71c-16 -31 -21 -62 -21 -95v-428c0 -29 12 -40 44 -43l22 -2c4 0 8 -3 8 -8v-23
+l-2 -2s-72 2 -114 2c-37 0 -113 -2 -113 -2l-2 2v23c0 5 3 8 7 8l26 2c37 3 45 14 45 43v314h-73c-4 0 -5 1 -5 6v13c0 8 5 20 24 20c42 0 54 21 54 48z" />
+    <glyph glyph-name="germandbls.ss03" unicode="&#xe04d;" horiz-adv-x="689" 
+d="M369 140l27 1c3 -25 15 -72 36 -96c10 -11 27 -29 64 -29c33 0 78 31 78 77c0 43 -19 71 -99 105c-73 32 -106 54 -106 129c0 63 55 115 133 115c50 0 82 -9 114 -25c6 -32 9 -66 10 -102l-26 -1c-21 82 -76 98 -97 98c-38 0 -72 -21 -72 -70c0 -40 14 -59 68 -79
+c81 -30 142 -67 142 -147c0 -95 -98 -128 -142 -128c-35 0 -55 4 -81 11c-6 1 -12 2 -19 2c-5 0 -13 -1 -23 -3c0 42 -3 93 -7 142zM48 140l27 1c3 -25 13 -73 36 -96c10 -11 32 -29 69 -29c35 0 77 30 77 77c0 43 -14 71 -93 105c-73 32 -106 54 -106 129
+c0 63 59 115 133 115c50 0 77 -9 108 -25c6 -32 10 -66 11 -102l-27 -1c-20 82 -71 98 -92 98c-38 0 -72 -16 -72 -70c0 -40 14 -59 69 -79c81 -30 137 -67 137 -147c0 -95 -96 -128 -143 -128c-35 0 -59 4 -85 11c-7 1 -12 2 -19 2c-5 0 -14 -1 -23 -3c0 42 -3 93 -7 142z
+" />
+    <glyph glyph-name="four.oldstyle" unicode="&#xe024;" horiz-adv-x="481" 
+d="M271 335c-69 -94.2 -139.7 -205.8 -191 -288h191v288zM430 47c11 0 15 -6 15 -16c0 -12 -15 -31 -29 -31h-69v-92c0 -47 21 -45 70 -49c6 -6 6 -27 0 -33c-32 1 -69.6 2 -109 2c-46 0 -86 -1 -118 -2c-6 6 -6 27 0 33c43 3 81 3 81 49v92h-204c-30 0 -36 27 -39 42
+c91.5 143 208 307.5 271 385c3.70001 4.5 9 11 16 11h32l2 -2c-1.70001 -7.79999 -2 -47 -2 -97v-292h83z" />
+    <glyph glyph-name="five.oldstyle" unicode="&#xe025;" horiz-adv-x="425" 
+d="M290 17c0 109 -51 152 -116 152c-36 0 -74 -4 -127 -24l34 288c35 -3 71 -5 108 -5c53 0 107 5 164 11l7 -4l-16 -68c-41 -4 -75 -6 -105 -6c-48 0 -80 5 -117 9l-20 -167c18 7 55 16 98 16c112 0 179 -87 179 -184c0 -126 -88 -218 -212 -218c-57 0 -142 34 -142 75
+c0 20 19 37 38 37c21 0 38 -15 51 -32c15 -20 28 -45 66 -45c60 0 110 70 110 165z" />
+    <glyph glyph-name="six.oldstyle" unicode="&#xe026;" horiz-adv-x="473" 
+d="M139.2 307c-5.89999 -28.8 -8.2 -55.5 -8.2 -78c0 -171 57 -205 120 -205c49 0 91 50 91 160c0 50 -22 146 -120 146c-17.4 0 -50 -1.39999 -82.8 -23zM148.3 343.3c29.8 13.7 68.7 21.7 94.7 21.7c136 0 182 -77 182 -163s-54 -213 -185 -213c-77 0 -192 40 -192 243
+c0 79 31 170 93 242c56 65 118 107 219 137c8 -5 12 -14 12 -26c-133 -49.8 -196.6 -150.8 -223.7 -241.7z" />
+    <glyph glyph-name="seven.oldstyle" unicode="&#xe027;" horiz-adv-x="438" 
+d="M164 364c-32 0 -65 -7 -87 -87c-11 -1.29999 -21.1 -0.100006 -32 3c8 52 19 112 20 160c0 3 1 3 4 3c18 -4 16 -14 50 -14h206c38 0 60 6 77 11l16 -12c-112 -273 -167 -439 -224 -609l-68 -3l-8 7c68 152 147 347 225 541h-179z" />
+    <glyph glyph-name="eight.oldstyle" unicode="&#xe028;" horiz-adv-x="469" 
+d="M236 575c-60 0 -92 -38 -92 -84c0 -31 7 -64 70 -105l31 -19c27 20 80 65 80 119c0 46 -24 89 -89 89zM395 485c0 -64 -76 -116 -123 -139l71 -43c53.1 -32.2 78 -83 78 -141c0 -76 -64 -172 -195 -172c-106 0 -178 54 -178 156c0 39 17 84 58 120
+c25 22 51.5 39.5 80.5 55l-25.5 16c-60.9 38.2 -88 79 -88 135c0 77 66 138 168 138c98 0 154 -53 154 -125zM228 25c45 0 120 17 120 117c0 48 -25 95 -87 133l-47 28c-86 -57 -99 -127 -99 -157c0 -90 68 -121 113 -121z" />
+    <glyph glyph-name="nine.oldstyle" unicode="&#xe029;" horiz-adv-x="469" 
+d="M326.8 121c5.90002 28.8 8.20001 55.5 8.20001 78c0 171 -57 205 -120 205c-49 0 -91 -50 -91 -160c0 -50 22 -146 120 -146c17.4 0 50 1.4 82.8 23zM317.7 84.7c-29.8 -13.7 -68.7 -21.7 -94.7 -21.7c-136 0 -182 77 -182 163s54 213 185 213c77 0 192 -40 192 -243
+c0 -79 -31 -170 -93 -242c-56 -65 -118 -107 -219 -137c-8 5 -12 14 -12 26c133 49.8 196.6 150.8 223.7 241.7z" />
+    <glyph glyph-name="uniE0E8" unicode="&#xe0e8;" horiz-adv-x="575" 
+d="M302 625c-61 0 -142 -29 -142 -147c0 -43 12 -77 32 -105c24 -35 72 -52 146 -52h51v296c-24 6 -52 8 -87 8zM313 654c152 0 223 -11 231 -13v-18c0 -4 -2 -7 -7 -7l-31 3h-6c-26 0 -30 -17 -30 -45v-502c0 -28 13 -44 54 -44h27c5 0 8 -3 8 -8v-19l-2 -2s-94 2 -129 2
+c-39 0 -126 -2 -126 -2l-2 2v19c0 5 4 8 8 8h26c40 0 55 13 55 44v211c-94 0 -133 -35 -169 -129c-29 -75 -74 -161 -165 -161c-15 0 -33 3 -43 7l4 20c56 0 93 64 137 162c20 43 43 89 116 112c-38 4 -97 28 -120 46c-46 38 -70 84 -70 139c0 50 17 90 52 124
+c49 46 119 51 182 51z" />
+    <glyph glyph-name="Tux" unicode="&#xe000;" horiz-adv-x="760" 
+d="M367 493c0 -2 -2 -3 -4 -3c-3.39999 0 -9 2 -9 12c0 2 1 3 2 3c2 0 11 -5.70001 11 -12zM317 521c0 5.59998 -3 22 -15 22c-1 0 -2.89999 -0.5 -4 -1l2 -6c0.399994 0.400024 1.39999 0.599976 2.5 0.599976c5.89999 0 7.89999 -8.09998 8.5 -15.6h6zM417 536
+c5 0 7 -6 9 -15h6c-1 5 -3 22 -15 22c-1 0 -2.5 -0.200012 -4 -1l2 -6h2zM326 493c0 7 10 10 13 10c1 0 1 -1 1 -2s-2 -6 -6 -11c-1 -1 -4 -1 -5 -1c-2 0 -3 1 -3 4zM299 493c-11.5 7.20001 -16 21 -16 29c0 16 8 28 20 28s22 -16 22 -34c0 -2 -0.200012 -4.10001 -1 -6l5 2
+s2 4.90002 2 19c0 11 -6 38 -30 38c-20 0 -27 -26 -27 -47c0 -10 5 -22 15 -35c0 0 7 4 10 6zM655 89c2 0 4 2 4 4c0 7.1 -8 26.6 -38.5 35.2c-10.6 3 -27.9 5.8 -37.5 5.8c10 28 14 50 14 71c0 61 -36 89 -55 94l-4 -6c34 -10 50 -60 50 -90c0 -15 -1 -29 -15 -72
+c-17 -6 -30 -26 -33 -31c0 -3 2 -4 3 -4c2 0 6.5 6.9 13.5 14c7.29999 7.4 14.7 13.2 27 13.2c27.4 0 45.7 -3.7 55 -10.4c14.5 -10.4 13.5 -23.8 16.5 -23.8zM393 504c-2 4 -4 9 -4 14c0 23 11 34 24 34c16 0 26 -20 26 -33c0 -14 -8 -23 -19 -26c8 -4 7 -2 21 -8
+c5 16 7 30 7 42c0 35 -19 49 -37 49c-22 0 -35 -15 -35 -33c0 -8 2 -24 8 -35c1 0 8 -3 9 -4zM427 459c-31 -22 -59 -39 -88 -39c-26 0 -44 13 -57 25c8.60001 -21.6 41 -49 66 -49c14 0 37 6 70 30l25 19c8 5 12 13 12 20c0 2 0 4 -1 6c-7 7 -80 39 -103 39
+c-15 0 -72 -25 -72 -50c0 -4 2 -6 6 -10c15 -15 31 -23 52 -23c17 0 42 7 86 39c2 -1 2 -5 4 -7zM493 -118c10 -17 27 -32 54 -32c28 0 51.5 21.9 70 37.5c17.6 14.8 39 33.3 58.5 44.3c36.8 20.8 61.5 21 61.5 44.2c0 21 -27.1 23.2 -43.9 36
+c-10.8 8.2 -17.5 23.4 -21.6 46.5c-1.79999 10 -2.79999 25.5 -9.5 25.5c-16 0 -35 -46 -71 -46c-13 0 -32 4 -40 19c-6 8 -9 19 -11 31c-7 6 -11 8 -15 8c-18 0 -22 -21 -22 -45v-9v-34c1 -8 2 -17 2 -25c0 -8.1 -5.5 -65.2 -12 -101zM79 -103
+c33 -4.4 71.3 -16.1 86.8 -22.4c18.8 -7.6 52.9 -20.6 68.2 -20.6c23 0 40 13 50 25c2 6 3 12 3 20c0 13.6 -4.20001 31.8 -17.7 56.2c-8.89999 16 -27.1 40 -41 59c-18.8 25.7 -32.8 61.3 -54.5 81.3c-7.7 7.1 -16.9 12.6 -28.8 15.5c-41 -8 -24 -33 -37 -42
+c-7.2 -3.6 -18.4 -5 -29 -5c-12 0 -23.7 2.2 -31 -4c-8 -6.8 -11 -18 -11 -28c0 -14 7 -31 7 -48c0 -33 -20.5 -38.2 -20.5 -60.2c0 -10.2 23.7 -22.6 55.5 -26.8zM174 157c0 43 29 103 46 123l-7 4c-12 -14 -48 -84 -48 -124c0 -14.5 0.899994 -25.1 16.3 -41.8
+c9.59999 -10.3 35 -30.4 53.5 -42.7c18.3 -12.2 39.8 -31.1 50.2 -43c9.29999 -10.6 14 -19.2 14 -25.5c0 -11 -19 -28 -32 -28c-1 0 -1 -1 -1 -2c0 -2 2 -4 9 -18c16 -20 49 -24 73 -24c27 0 97 4 147 77c0 38 -1 23 -1 38c0 39 12 55 27 55c5 0 11 -2 17 -6
+c3 19 4 38 4 58c0 65.8 -12.4 97.6 -25.8 120c-15.1 25.2 -33.2 38.5 -33.2 75c-21 42 -22 49 -39 83l-26 -19c-31 -23 -56 -30 -70 -30c-29.1 0 -43.5 14.5 -58 29c-0.899994 -6.5 -1 -10.3 -2.60001 -14.8c-3.5 -10 -10.6 -22.5 -15.5 -32.4
+c-30.7 -61.3 -13 -48.9 -41.1 -102.6c-25.6 -48.9 -39.8 -100.7 -39.8 -125.2c0 -6 1 -13 2 -20c-11 8 -19 18 -19 37zM379 -113c-28 0 -63 -3 -87 -14c-14 -20 -36 -27 -56 -27c-25.8 0 -62.5 16 -77.5 22.1c-16.9 6.89999 -37.8 12.1 -63.5 17.9c-20 5 -81 10 -81 34
+c0 24.6 21 37.3 21 58c0 8 -7 43 -7 54c0 18.5 7.3 30 15.2 36c4.5 3.4 12 5 26.8 5c17.7 0 22.8 0.5 31.8 5c9 21 5.2 20 13.2 30c-2.5 5.2 -3 11 -3 19c0 13.5 11.4 38.1 20.5 53c7.39999 12.1 16.7 30 21 38.5c6.60001 13.2 11 25.8 18.5 61.5
+c8.2 34.2 28.7 53 43.8 70.2c29.3 33.3 49.2 66.7 49.2 94.8c0 27 -9 63 -9 135c0 67 25 125 123 125c34 0 121 -15 134 -125c15 -111 -2 -135 78 -232c39 -49 78 -106 78 -198c0 -20 -2 -39 -8 -57c13.4 0 16.7 -14.5 21.7 -41c4.20001 -22 10.2 -29 29 -39.2
+c16.5 -9 34.3 -16.8 34.3 -33.8c0 -30.9 -22.6 -29 -63.2 -52.7c-16.2 -9.4 -39.7 -28.3 -56.8 -43c-23 -19.7 -46.4 -42.3 -77 -42.3c-31.5 0 -54.4 12.4 -64 37c-21 3 -64 9 -106 9z" />
+    <glyph glyph-name="uniE0E9" unicode="&#xe0e9;" horiz-adv-x="893" 
+d="M337 12c-4 -13 -14 -22 -28 -22c-15 0 -23 7 -28 22l-214 558c-10 33 -20 46 -53 46h-21c-7 0 -10 3 -10 8v22s60 -1 98 -1c51 0 131 1 131 1v-21c0 -7 -4 -9 -7 -9h-38c-19 0 -27 -5 -27 -18c0 -7 4 -15 7 -26l139 -362l36 -99l21 83l79 288l-36 90c-8 27 -28 45 -66 45
+h-20c-7 0 -9 3 -9 8v21s71 -1 111 -1c49 0 118 1 118 1v-22c0 -5 -3 -7 -7 -7h-29c-21 0 -28 -2 -28 -17c0 -6 3 -15 8 -28l143 -365l28 -86l30 99l106 354c4 10 4 22 4 28c0 14 -8 17 -28 17h-39c-5 0 -6 4 -6 7v20s62 -1 104 -1c32 0 86 1 86 1v-19c0 -8 -9 -8 -10 -8h-20
+c-29 0 -33 -11 -44 -44l-170 -564c-4 -13 -7 -21 -21 -21s-23 8 -28 22l-151 408z" />
+    <glyph glyph-name="uniE0EA" unicode="&#xe0ea;" horiz-adv-x="604" 
+d="M488 574c4 11 6 19 6 25c0 18 -16 19 -45 19h-9c-4 0 -8 3 -8 8v19l2 2s51 -3 90 -3c36 0 92 3 92 3l2 -2v-19c0 -5 -3 -8 -8 -8h-15c-33 0 -47 -12 -59 -44l-183 -563c-5 -14 -15 -23 -25 -23c-11 0 -19 9 -25 23l-222 561c-10 29 -25 44 -64 44h-13c-4 0 -8 3 -8 9v18
+l2 2s78 -3 117 -3c35 0 124 3 124 3l2 -2v-18c0 -6 -3 -9 -8 -9h-26c-35 0 -46 -7 -46 -22c0 -6 2 -13 5 -22l141 -356l32 -91l31 88z" />
+    <glyph glyph-name="K.alt" unicode="&#xe0eb;" horiz-adv-x="625" 
+d="M350 149l-103 141c-11 20 -25 32 -60 32v-250c0 -31 15 -45 55 -45h26c4 0 8 -3 8 -8v-19l-2 -2s-86 2 -126 2c-35 0 -128 -2 -128 -2l-2 2v19c0 5 3 8 7 8h27c41 0 54 17 54 45v502c0 30 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 1s87 -1 126 -1c36 0 129 1 129 1l2 -1
+v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-211c31 0 59 17 78 36l154 146c18 17 37 42 37 58c0 9 -6 15 -22 15h-32c-5 0 -8 3 -8 8v19l2 1s79 -1 118 -1c35 0 104 1 104 1l2 -1v-19c0 -5 -3 -8 -8 -8h-18c-41 0 -79 -34 -108 -61l-197 -192l161 -216
+c44 -61 126 -143 180 -167l-9 -25c-111 3 -165 48 -271 192z" />
+    <glyph glyph-name="R.alt" unicode="&#xe0ec;" horiz-adv-x="597" 
+d="M277 618c-71 0 -88 -35 -88 -64v-229h48c97 0 178 28 178 153c0 118 -77 140 -138 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c47 -1 94 -2 129 -2c36 0 83 7 130 7c63 0 130 -3 178 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l60.5 -154.5c84.7 -216.2 153 -216 256.5 -218.5c4 -8 4.5 -17.1 1 -24c-29 -13.5 -76 -18 -102 -18c-62.5 0 -158.9 31.2 -232.5 241.5l-41.5 118.5
+c-8.39999 24.1 -43 38 -127 38v-169z" />
+    <glyph glyph-name="uniE0F9" unicode="&#xe0f9;" horiz-adv-x="623" 
+d="M516.3 700c31 0 53 -21 53 -49c0 -31.5 -26 -41 -44 -44c-19 -2 -36 -8 -36 -31c0 -21 34 -66 86 -79c3.40002 -9.89999 1.79999 -19.1 -5 -25c-60 11 -120 59 -120 129c0 60 26 99 66 99zM326.3 703c31 0 53 -21 53 -49c0 -31.5 -26 -41 -44 -44c-19 -2 -36 -8 -36 -31
+c0 -21 34 -66 86 -79c3.40002 -9.89999 1.80002 -19.1 -5 -25c-60 11 -120 59 -120 129c0 60 26 99 66 99zM138.3 698c31 0 53 -21 53 -49c0 -31.5 -26 -41 -44 -44c-19 -2 -36 -8 -36 -31c0 -21 34 -66 86 -79c3.39999 -9.89999 1.8 -19.1 -5 -25c-60 11 -120 59 -120 129
+c0 60 26 99 66 99z" />
+    <glyph glyph-name="uniE0FB" unicode="&#xe0fb;" horiz-adv-x="640" 
+d="M505 698c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49zM317 698c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80
+c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49zM129 698c40 0 66 -39 66 -99c0 -70 -58 -118 -118 -129c-7 7 -9 14 -9 24c52 13 88 59 88 80c0 23 -17 29 -36 31c-18 3 -44 12.5 -44 44c0 28 22 49 53 49z" />
+    <glyph glyph-name="c_t" unicode="&#xe03d;" horiz-adv-x="715" 
+d="M382 91c-44 -76 -92 -103 -151 -103c-130 0 -194 90 -194 220c0 141 88 231 195 231h4.89999c-35.1 36.4 -44.9 74.6 -44.9 119c0 72 70 140 190 140c125 0 184 -65 189 -174l5 -95h111c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -24 -13h-95v-253c0 -62 7 -92 34 -92
+c26 0 45 8 71 28c10.9 -4.8 15 -10.8 18 -17c-38 -44 -79 -66 -124 -66c-46 0 -73 28 -73 99v301h-65c-3 0 -5 1 -5 4v31c0 3 1 4 4 4c67 0 88 55 88 95c0 89 -49 146 -152 146c-83 0 -147 -51 -147 -107c0 -50.1 18.9 -98.3 79 -134.6c49.3 -16.6 75 -50.8 75 -88.4
+c0 -29 -18 -44 -38 -44c-22 0 -42 11 -45 36c-3 33 -10 73 -69 73c-66 0 -105 -68 -105 -176c0 -112 64 -196 131 -196c43 0 80 27 111 72z" />
+    <glyph glyph-name="h.alt" unicode="&#xe04b;" horiz-adv-x="522" 
+d="M109 76v487c0 65 -10 78 -30 78l-32 2c-3.2 0.200012 -6 2 -6 5l-2 24c40.5 3 109.9 16 135 26c9 0 13 -3 13 -10c0 0 -3 -40 -3 -105v-206c51 46 87 65 133 65c77 0 157 -50 157 -226c0 -273 -119 -401 -240 -454c-7 5.3 -10.7 13.3 -11 24c105 74 173 177 173 427
+c0 133 -56 185 -101 185c-26 0 -59 -11 -111 -65v-257c0 -29 8.7 -40.2 42 -43l24 -2c4 -0.299999 8 -3 8 -8v-23l-2 -2c-50 1 -70 2 -111 2c-39 0 -59 -1 -109 -2l-1 2v23c0 5 2 7.6 7 8l24 2c33.2 2.8 43 14 43 43z" />
+    <glyph glyph-name="uniE04F" unicode="&#xe04f;" horiz-adv-x="526" 
+d="M168 429h223c29 0 62 5 65 5c5 0 13 -1 13 -6c0 -4 -7 -17 -20 -42l-120 -173c124 -8 163 -91 163 -168c0 -150 -113 -229 -205 -229c-83 0 -116 38 -116 101c0 18 17 39 34 39c22 0 32 -11 32 -33c0 -19 -10 -29 -10 -42c0 -33 46 -25 69 -25c50 0 116 84 116 176
+c0 75 -53 141 -132 141c-13 0 -30 -1 -46 -4l-7 9l145 212h-204v-318c0 -38 10 -82 -28 -82c-32 0 -47 10 -51 27c-2 10 0 37 0 55v318h-59c-4 0 -5 1 -5 6v13c0 8 4 20 18 20l46 0.100006c0 82.9 0.0999985 92.1 -2 114.9c-0.599998 7 8 9 14 12.7l58 26.3
+c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-39z" />
+    <glyph glyph-name="uni27E6" unicode="&#x27e6;" horiz-adv-x="425" 
+d="M213 -156v802h-57v-802h57zM418 689v-43h-147v-802h147v-44h-320v889h320z" />
+    <glyph glyph-name="uni27E7" unicode="&#x27e7;" horiz-adv-x="425" 
+d="M212 -156h57v802h-57v-802zM7 689h321v-889h-321v44h147v802h-147v43z" />
+    <glyph glyph-name="uniE00A" unicode="&#xe00a;" horiz-adv-x="1403" 
+d="M480 84v-182c0 -58 6 -86 32 -86c25 0 43 7 68 26l17 -17c-37 -41 -76 -63 -118 -63c-44 0 -70 27 -70 95v227h-162l-74 1c-12 0 -121 -2 -121 -2l-2 2v18c0 5 4 8 8 8h28c40 0 49 8 49 41v357c0 29 -14 42 -52 42h-25c-4 0 -8 2 -8 7v18l2 2s83 -2 120 -2
+c34 0 122 2 122 2l2 -2v-18c0 -5 -3 -7 -7 -7h-25c-39 0 -52 -16 -52 -42v-340c0 -30 17 -48 45 -48h87c55 0 82 24 82 85v18l54 19v-122h105c4 0 7 -2 7 -5v-20c0 -8 -13 -12 -22 -12h-90zM1155 -3h105c5 0 8 2 8 8c0 47 -27 59 -48 59c-13 0 -55 -3 -65 -67zM1305 -113
+l12 -9c-22 -30 -56 -51 -97 -51c-78 0 -113 54 -113 119c0 87 59 137 113 137c75 0 93 -51 93 -99c0 -6 -4 -10 -10 -10h-150c0 -85 49 -119 81 -119c31 0 51 10 71 32zM895 81l-2 -51h2c36 43 63 51 93 51c51 0 62 -39 62 -90v-119c0 -16 6 -23 24 -24l11 -2c3 0 5 -1 5 -4
+v-11l-1 -1s-38 1 -62 1c-21 0 -55 -1 -55 -1l-2 1v11c0 3 2 4 5 4l8 2c18 2 24 8 24 24v123c0 40 -6 59 -37 59c-25 0 -46 -10 -75 -44v-138c0 -16 5 -22 24 -24l8 -2c3 0 5 -1 5 -4v-11l-1 -1s-36 1 -59 1s-59 -1 -59 -1l-1 1v11c0 3 2 4 5 4l10 2c19 2 25 8 25 24v142
+c0 28 -4 34 -13 35l-24 3l-1 13c40 7 62 12 78 18c2 0 3 0 3 -2zM678 155c0 15 12 27 27 27s28 -12 28 -27s-13 -27 -28 -27s-27 12 -27 27zM732 80c0 0 -2 -38 -2 -67v-142c0 -16 6 -23 24 -24l11 -2c2 0 5 -1 5 -4v-11l-1 -1s-37 1 -61 1c-23 0 -60 -1 -60 -1l-1 1v11
+c0 3 2 4 5 4l11 2c19 2 24 8 24 24v142c0 28 -4 34 -12 35l-25 3l-1 13c40 7 64 12 80 18c2 0 3 0 3 -2zM1065 358v142c0 28 -4 34 -12 35l-25 3l-1 13c40 7 63 12 79 18c1 0 2 0 2 -2l-2 -51h2c15 22 40 51 67 51c23 0 32 -11 32 -26s-10 -24 -25 -24c-11 0 -18 5 -23 10
+c-4 4 -8 5 -12 5c-6 0 -18 -10 -32 -29c-4 -5 -7 -13 -7 -20v-125c0 -16 6 -23 25 -24l16 -2c3 0 5 -1 5 -4v-11l-1 -1s-45 1 -67 1c-21 0 -59 -1 -59 -1l-1 1v11c0 3 1 4 4 4l11 2c18 1 24 8 24 24zM830 483h105c5 0 8 2 8 8c0 47 -27 59 -48 59c-13 0 -55 -3 -65 -67z
+M980 373l12 -9c-22 -30 -56 -51 -97 -51c-78 0 -113 54 -113 119c0 87 59 137 113 137c75 0 93 -51 93 -99c0 -6 -4 -10 -10 -10h-150c0 -85 49 -119 81 -119c31 0 51 10 71 32zM576 360c12 -14 24 -26 41 -26c54 0 80 49 80 114c0 55 -28 97 -63 97c-6 0 -36 -1 -58 -24
+v-161zM533 641c0 37 -5 44 -17 44l-18 2c-2 0 -3 1 -3 2l-1 14c23 2 62 9 77 15c5 0 7 -2 7 -6c0 0 -2 -23 -2 -60v-113c20 21 42 31 70 31c49 0 100 -43 100 -112c0 -91 -67 -144 -125 -144c-25 0 -43 7 -60 21c-5 -7 -13 -17 -18 -22c-6 0 -9 1 -12 3c2 12 2 22 2 44v281z
+M383 641c0 15 12 27 27 27s28 -12 28 -27s-13 -27 -28 -27s-27 12 -27 27zM437 566c0 0 -2 -38 -2 -67v-142c0 -16 6 -23 24 -24l11 -2c2 0 5 -1 5 -4v-11l-1 -1s-37 1 -61 1c-23 0 -60 -1 -60 -1l-1 1v11c0 3 2 4 5 4l11 2c19 2 24 8 24 24v142c0 28 -4 34 -12 35l-25 3
+l-1 13c40 7 64 12 80 18c2 0 3 0 3 -2z" />
+    <glyph glyph-name="zero.taboldstyle" unicode="&#xe118;" horiz-adv-x="465" 
+d="M230 404c-72 0 -110 -67 -110 -185c0 -113 28 -194 110 -194c90 0 112 81 112 194s-28 185 -112 185zM230 439c126 0 199 -82 199 -220c0 -146 -83 -229 -199 -229c-112 0 -198 82 -198 229c0 131 89 220 198 220z" />
+    <glyph glyph-name="one.taboldstyle" unicode="&#xe119;" horiz-adv-x="465" 
+d="M214 122v190c0 52 -4 63 -20 63c-22 0 -48 -3 -77 -6c-7.1 8.89999 -10.7 19.4 -12 31c84 18 126 26 175 42c9 0 14 -2 14 -10c0 0 -3 -51 -3 -111v-199c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -74.4 2 -122 2c-54.2 0 -90 -1 -139 -2c-6 6 -6 27 0 33
+c70 3 97 8 97 91z" />
+    <glyph glyph-name="two.taboldstyle" unicode="&#xe11a;" horiz-adv-x="465" 
+d="M294 55c57 0 63 6 87 59l13 29c9 -0.699997 18 -0.800003 27 -7c-18 -58 -28 -107 -33 -138c-17 1 -51 2 -91 2h-148c-25 0 -79 -1 -89 -2l-11 23l111 105c108.4 102.5 127 130 127 188c0 53 -27 81 -73 81c-49 0 -98 -21 -119 -74c-14.8 2.70001 -27.1 7.10001 -34 15
+c17 52 78 103 173 103c101 0 142 -47 142 -108c0 -46 -24.8 -86.1 -83 -143l-136 -133h137z" />
+    <glyph glyph-name="three.taboldstyle" unicode="&#xe11b;" horiz-adv-x="465" 
+d="M217 404c-26 0 -95 -12 -95 -76c0 -19 -4 -52 -39 -52c-24 0 -34 20 -34 34c0 33 42 129 189 129c52.3 0 87.2 -16.9 109 -39c24.3 -24.6 31.3 -49.1 31.3 -79.1c0 -52.7 -23 -94.3 -105.3 -132.9l1 -2c59 -10 141 -49 141 -158c0 -132 -106 -209 -225 -209
+c-60 0 -144 27 -144 67c0 16 21 35 42 35c20 0 33 -12 43 -26c12 -18 21 -41 72 -41c35 0 124 27 124 160c0 113 -74 129 -131 129c-13 0 -31 0 -48 -2l-5 32c99.1 14.1 157.1 90.5 157.1 140.7c0 64.3 -39.9 90.3 -83.1 90.3z" />
+    <glyph glyph-name="four.taboldstyle" unicode="&#xe11c;" horiz-adv-x="465" 
+d="M266 335c-69 -94.2 -149 -203 -181 -288h181v288zM415 47c11 0 15 -6 15 -16c0 -12 -15 -31 -29 -31h-59v-92c0 -47 11 -45 60 -49c6 -6 6 -27 0 -33c-32 1 -59.6 2 -99 2c-46 0 -86 -1 -118 -2c-6 6 -6 27 0 33c43 3 81 3 81 49v92h-194c-30 0 -36 27 -39 42
+c61 146 193 308 261 385c3.89999 4.39999 9 11 16 11h32l2 -2c-1.70001 -7.79999 -2 -47 -2 -97v-292h73z" />
+    <glyph glyph-name="five.taboldstyle" unicode="&#xe11d;" horiz-adv-x="465" 
+d="M318 17c0 109 -51 152 -116 152c-36 0 -74 -4 -127 -24l34 288c35 -3 71 -5 108 -5c53 0 107 5 164 11l7 -4l-16 -68c-41 -4 -75 -6 -105 -6c-48 0 -80 5 -117 9l-20 -167c18 7 55 16 98 16c112 0 179 -87 179 -184c0 -126 -88 -218 -212 -218c-57 0 -142 34 -142 75
+c0 20 19 37 38 37c21 0 38 -15 51 -32c15 -20 28 -45 66 -45c60 0 110 70 110 165z" />
+    <glyph glyph-name="six.taboldstyle" unicode="&#xe11e;" horiz-adv-x="465" 
+d="M139.2 307c-5.89999 -28.8 -8.2 -55.5 -8.2 -78c0 -171 57 -205 120 -205c49 0 91 50 91 160c0 50 -22 146 -120 146c-17.4 0 -50 -1.39999 -82.8 -23zM148.3 343.3c29.8 13.7 68.7 21.7 94.7 21.7c136 0 182 -77 182 -163s-54 -213 -185 -213c-77 0 -192 40 -192 243
+c0 79 31 170 93 242c56 65 118 107 219 137c8 -5 12 -14 12 -26c-133 -49.8 -196.6 -150.8 -223.7 -241.7z" />
+    <glyph glyph-name="seven.taboldstyle" unicode="&#xe11f;" horiz-adv-x="465" 
+d="M178 364c-32 0 -65 -7 -87 -87c-11 -1.29999 -21.1 -0.100006 -32 3c8 52 19 112 20 160c0 3 1 3 4 3c18 -4 16 -14 50 -14h206c38 0 60 6 77 11l16 -12c-112 -273 -167 -439 -224 -609l-68 -3l-8 7c68 152 147 347 225 541h-179z" />
+    <glyph glyph-name="eight.taboldstyle" unicode="&#xe120;" horiz-adv-x="465" 
+d="M234 575c-60 0 -92 -38 -92 -84c0 -31 7 -64 70 -105l31 -19c27 20 80 65 80 119c0 46 -24 89 -89 89zM393 485c0 -64 -76 -116 -123 -139l71 -43c53.1 -32.2 78 -83 78 -141c0 -76 -64 -172 -195 -172c-106 0 -178 54 -178 156c0 39 17 84 58 120
+c25 22 51.5 39.5 80.5 55l-25.5 16c-60.9 38.2 -88 79 -88 135c0 77 66 138 168 138c98 0 154 -53 154 -125zM226 25c45 0 120 17 120 117c0 48 -25 95 -87 133l-47 28c-86 -57 -99 -127 -99 -157c0 -90 68 -121 113 -121z" />
+    <glyph glyph-name="nine.taboldstyle" unicode="&#xe121;" horiz-adv-x="465" 
+d="M324.8 121c5.90002 28.8 8.20001 55.5 8.20001 78c0 171 -57 205 -120 205c-49 0 -91 -50 -91 -160c0 -50 22 -146 120 -146c17.4 0 50 1.4 82.8 23zM315.7 84.7c-29.8 -13.7 -68.7 -21.7 -94.7 -21.7c-136 0 -182 77 -182 163s54 213 185 213c77 0 192 -40 192 -243
+c0 -79 -31 -170 -93 -242c-56 -65 -118 -107 -219 -137c-8 5 -12 14 -12 26c133 49.8 196.6 150.8 223.7 241.7z" />
+    <glyph glyph-name="uni26A5" unicode="&#x26a5;" horiz-adv-x="667" 
+d="M253 -11c-106 15 -192 110 -192 221c0 122 93 221 221 221c22 0 39 -1 64 -9l118 215c-56 -32 -93 -48 -161 -64l-29 35c97 28 146 47 237 104l22 -11c11 -98 24 -150 59 -244l-45 4c-27 60 -37 97 -46 158l-108 -217c68 -35 112 -103 112 -192
+c0 -110 -85 -208 -193 -222l-2 -91h106v-47h-107l-3 -88h-47l-3 88h-107v47h106zM283 381c-95 0 -171 -76 -171 -170c0 -92 72 -174 171 -174s171 82 171 174s-73 170 -171 170z" />
+    <glyph glyph-name="uniE104" unicode="&#xe104;" horiz-adv-x="611" 
+d="M105 473v-458h401v604h-242v-146h-159zM232 596l-105 -96h105v96zM287 568h174v-26h-174v26zM278 71h52v-27h-52v27zM324 124h139v-27h-139v27zM142 124h139v-27h-139v27zM324 178h139v-27h-139v27zM142 178h139v-27h-139v27zM324 231h139v-27h-139v27zM142 231h139v-27
+h-139v27zM324 285h139v-27h-139v27zM142 285h139v-27h-139v27zM324 344h139v-27h-139v27zM142 344h139v-27h-139v27zM324 402h139v-27h-139v27zM142 402h139v-27h-139v27zM254 646h284v-658h-465v498z" />
+    <glyph glyph-name="uniE105" unicode="&#xe105;" horiz-adv-x="835" 
+d="M108 322l-3 -3v-304h626v453h-458l-9 -9v-137h-156zM232 432l-93 -83h93v83zM154 292h2c24 -3 31 -15 41 -29l14 12c2 2 4 3 7 3l27 2l2 -25l-23 -1c-9 -7 -18 -14 -20 -16c-1 -1 -7 -3 -8 -4h-1c-5 0 -9 3 -12 7c-8 10 -15 25 -27 26h-1h-12v25h11zM332 246
+c-4 0 -7 1 -9 4c-38 44 -40 48 -40 71v5v5c4 15 37 58 83 62h3c15 0 38 -9 49 -15c4 -3 8 -6 25 -6c11 0 13 9 40 9h6c52 -2 94 -30 94 -72v-3c-9 -43 -63 -77 -104 -77c-3 0 -5 1 -7 1l2 24h5c33 0 73 28 79 56c-1 23 -27 45 -70 47h-5c-22 0 -20 -10 -40 -10
+c-24 0 -30 6 -37 9c-10 6 -30 13 -37 13h-1c-35 -3 -60 -38 -61 -44v-4c0 -15 0 -16 30 -51h1v-24h-6zM640 406c0 -11 9 -20 20 -20s21 9 21 20s-10 21 -21 21s-20 -10 -20 -21zM619 406c0 23 19 41 41 41c23 0 41 -18 41 -41c0 -22 -18 -41 -41 -41c-22 0 -41 19 -41 41z
+M175 84c13 -1 18 -1 22 -2c1 0 3 -1 4 -1c5 0 6 -1 19 -1h8s22 8 27 16c10 15 41 42 99 42c13 0 28 -2 44 -5c7 -2 14 -3 23 -3c-9 69 -46 140 -71 193l23 10c13 -30 28 -61 42 -93l5 16c4 11 6 14 18 29c0 1 16 24 49 43l2 3l18 -18l-4 -3c-1 -1 -2 -2 -3 -2
+c-29 -16 -40 -34 -43 -38c-9 -11 -10 -13 -14 -22l-15 -43c9 -25 15 -50 18 -76h1h3c4 2 7 3 16 7c13 5 34 17 41 23c33 31 60 59 119 60c0 0 21 6 48 6h1h3l41 -8l-5 -24l-40 7c-25 0 -43 -5 -47 -6c-51 0 -73 -24 -104 -53c-14 -14 -47 -27 -48 -28c-10 -4 -12 -5 -17 -7
+c-4 -1 -5 -1 -10 -2v-3c0 -10 -1 -20 -2 -31l-25 4c2 9 2 18 2 27v4c-12 1 -21 2 -29 4c-15 3 -28 4 -40 4c-49 0 -73 -21 -79 -30c-10 -17 -41 -27 -47 -27h-30c-3 1 -5 2 -6 2c-4 1 -14 2 -19 2h-3l-48 12l5 24zM263 495h500v-507h-690v338z" />
+    <glyph glyph-name="uniE106" unicode="&#xe106;" horiz-adv-x="730" 
+d="M441 174h100v116h-100v-116zM415 174v116h-100v-116h100zM667 174v116h-100v-116h100zM567 32h100v115h-100v-115zM441 32h100v115h-100v-115zM415 32v115h-100v-115h100zM189 32h100v115h-100v-115zM163 32v115h-100v-115h100zM183 411l-97 -105h97v105zM441 410v-27
+h-123v27h123zM163 246h26v-72h100v116h-49v27h49v32h26v-32h100v30h26v-30h100v30h26v-30h100v116h-458v-159h-146v-100h100v72zM37 284l159 180h497v-464h-656v284z" />
+    <glyph glyph-name="uniE107" unicode="&#xe107;" horiz-adv-x="730" 
+d="M183 411l-97 -105h97v105zM117 182c0 -14 6 -22 12 -22c16 0 31 30 31 51c0 18 -8 21 -15 21c-17 0 -28 -29 -28 -50zM211 231c17 0 44 3 60 20l20 -13l-140 -195l-20 11l119 169c-15 -6 -31 -10 -42 -10c-10 0 -22 5 -30 9c1 -3 1 -5 1 -9c0 -33 -20 -70 -54 -70
+c-24 0 -38 23 -38 44c0 30 22 63 55 63c11 0 23 -4 26 -8c22 -11 36 -11 43 -11zM229 89c0 31 20 64 56 64c16 0 36 -7 36 -37c0 -36 -20 -71 -53 -71c-24 0 -39 23 -39 44zM260 85c0 -14 5 -23 11 -23c21 0 31 32 31 52c0 19 -9 21 -14 21c-15 0 -28 -29 -28 -50zM390 362
+v-27h-123v27h123zM374 202h27v-170h29v241h27v-241h29v315h27v-315h29v289h27v-289h30v202h26v-202h42v401h-458v-159h-146v-242h311v170zM37 284l159 180h497v-464h-656v284z" />
+    <glyph glyph-name="Germandbls.alt" unicode="&#xe04e;" horiz-adv-x="947" 
+d="M866.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2
+c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.60001 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173
+c97.7 0 95.6 -19 153.4 -27zM394.7 631c10.3 -53 14.3 -81 17.8 -129c-9 -7 -22 -7.79999 -32.5 -6c-20 66 -51 128 -148.1 128c-58.9 0 -109.5 -56 -109.5 -112c0 -84.1 99.9 -121.9 159.1 -144.1c82.4 -30.9 162.5 -77.5 162.5 -183.9c0 -63.6 -36.5 -125.2 -94 -161.2
+c-34.8 -21.7 -77.8 -32.8 -123.3 -32.8c-88.7 0 -116.7 23 -179.7 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82 -142 175.5 -142c79.8 0 125 42 125 123c0 97.8 -73.7 125.9 -134.5 149c-88 33.5 -174.5 81.6 -174.5 187c0 106 89 173 190.3 173
+c97.7 0 95.6 -19 153.4 -27z" />
+    <glyph glyph-name="uniE00B" unicode="&#xe00b;" horiz-adv-x="407" 
+d="M196 404c-13 0 -18 1 -21 2c-8 3 -9 16 -9 16c0 15 12 17 16 18c5 0 12 1 20 1c11 0 24 -1 28 -2c6 -1 13 -7 13 -18c0 -5 -3 -17 -20 -17h-27zM67 380c0 8 3 12 16 22c21 15 26 17 32 17s17 -3 17 -20c0 -8 -5 -12 -10 -15c-8 -4 -16 -10 -24 -17c-4 -4 -8 -5 -14 -5
+c-7 0 -17 6 -17 18zM305 370c-4 4 -13 10 -22 16c-4 3 -7 9 -7 14c0 11 9 18 18 18c3 0 6 -1 9 -2c9 -5 24 -16 31 -23c5 -5 7 -8 7 -14c0 -15 -12 -18 -18 -18c-5 0 -9 2 -18 9zM31 284c0 18 0 28 1 35c2 16 14 17 21 17c6 0 15 -5 15 -15c0 -3 -1 -10 -1 -26
+s-1 -18 -2 -20c-3 -7 -10 -11 -17 -11c-16 0 -17 13 -17 20zM341 294c0 4 -1 20 -1 23c0 10 8 17 17 17c17 0 20 -13 20 -38c0 -18 -1 -34 -17 -34c-18 0 -19 17 -19 32zM31 168v41c0 7 6 18 16 18c16 0 19 -15 19 -20v-38c0 -5 -7 -14 -18 -14c-9 0 -17 7 -17 13zM342 165
+c-1 4 -1 23 -1 45c0 6 7 16 18 16c17 0 18 -17 18 -21v-37c0 -9 -7 -14 -19 -14s-15 10 -16 11zM51 71c-8 11 -14 24 -14 30c0 5 4 18 18 18c11 0 15 -7 18 -14c3 -6 7 -13 12 -20s6 -9 6 -15c0 -14 -9 -17 -19 -17c-6 0 -9 0 -21 18zM315 71c0 4 1 7 6 12c5 6 9 13 12 21
+c4 7 8 14 19 14c14 0 17 -12 17 -18c0 -14 -19 -38 -21 -41c-5 -5 -9 -8 -15 -8c-12 0 -18 10 -18 20zM221 19c0 4 2 8 5 12c3 3 6 4 13 6c9 2 15 4 24 6c5 2 9 3 11 3c11 0 18 -8 18 -17c0 -8 -1 -14 -19 -21c-15 -5 -27 -8 -35 -8s-17 8 -17 19zM125 12c-4 2 -11 7 -11 17
+c0 7 4 17 20 17c2 0 4 0 11 -3c7 -2 14 -4 22 -6c17 -3 18 -15 18 -18c0 -9 -6 -19 -17 -19c-8 0 -35 8 -43 12z" />
+    <glyph glyph-name="uni2326" unicode="&#x2326;" horiz-adv-x="874" 
+d="M543 395l-152 -181l151 -180h68c59 67 106 113 186 181c-82 70 -129 113 -187 180h-66zM240 34h254l-127 152zM192 34l151 180l-153 181h-77v-361h79zM495 395h-257l129 -152zM626 429c75 -80 148 -145 219 -195v-38c-63 -44 -142 -114 -219 -196h-553v429h553z" />
+    <glyph glyph-name="uni232B" unicode="&#x232b;" horiz-adv-x="874" 
+d="M332 396h-67c-58 -67 -104 -111 -186 -181c80 -68 126 -114 186 -181h68l151 180zM635 34l-127 152l-127 -152h254zM683 34h79v362h-78l-152 -182zM379 396l129 -153l128 153h-257zM248 430h553v-430h-553c-77 82 -156 152 -219 196v38c71 50 144 116 219 196z" />
+    <glyph glyph-name="uni2327" unicode="&#x2327;" horiz-adv-x="723" 
+d="M235 34h254l-127 152zM187 34l151 180l-152 182h-74v-362h75zM490 396h-257l129 -153zM650 430v-430h-577v430h577zM611 34v362h-73l-152 -182l151 -180h74z" />
+    <glyph glyph-name="uni2380" unicode="&#x2380;" horiz-adv-x="569" 
+d="M272 623c76 0 109 -44 109 -123v-156h-48v19c-18 -15 -44 -23 -80 -23c-52 0 -84 32 -84 87c0 60 50 91 111 91h53c0 37 -27 61 -65 61c-34 0 -50 -7 -79 -25l-12 43c18 9 60 26 95 26zM263 386c26 0 70 13 70 88h-37c-44 0 -79 -11 -79 -44c0 -29 20 -44 46 -44zM287 33
+c40 85 130 223 206 323l32 -22c-81 -110 -163 -235 -217 -346h-42c-62 121 -140 239 -222 352l36 16c78 -102 166 -235 207 -323z" />
+    <glyph glyph-name="proportional" unicode="&#x221d;" horiz-adv-x="670" 
+d="M358 241c-26 51 -101 153 -162 153c-64 0 -96 -48 -96 -111c0 -66 37 -148 108 -148c51 0 125 65 150 106zM612 375c-10 5 -21 8 -34 8c-51 0 -123 -68 -149 -109c33 -46 106 -149 164 -149c7 0 13 0 19 1v-44c-10 -2 -21 -3 -32 -3c-85 0 -154 69 -199 135
+c-41 -58 -126 -136 -200 -136c-73 0 -144 50 -144 160c0 95 66 198 171 198c79 0 157 -67 198 -133c47 57 122 133 201 133h5v-61z" />
+    <glyph glyph-name="uni2423" unicode="&#x2423;" horiz-adv-x="250" 
+d="M-17 -22h34v-122h216v122h34v-181h-284v181z" />
+    <glyph glyph-name="hyphen.cap" unicode="&#xf6ba;" horiz-adv-x="338" 
+d="M271 283h-216c-9 0 -15 9 -15 19c0 18 13 41 25 41h219c10 0 14 -10 14 -20c0 -12 -14 -40 -27 -40z" />
+    <glyph glyph-name="uni237D" unicode="&#x237d;" horiz-adv-x="250" 
+d="M354 -22v-44h-87v-137h-284v137h-87v44h121v-122h216v122h121z" />
+    <glyph glyph-name="uniE101" unicode="&#xe101;" horiz-adv-x="759" 
+d="M380 -14c-183 0 -330 149 -330 330c0 183 148 330 330 330s329 -147 329 -330c0 -182 -147 -330 -329 -330zM380 610c-163 0 -293 -131 -293 -294c0 -161 130 -293 293 -293c162 0 293 130 293 293s-131 294 -293 294z" />
+    <glyph glyph-name="b.inferior" unicode="&#xe149;" horiz-adv-x="297" 
+d="M51 175c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-58c25 16 48 25 74 25c62 0 99 -62 99 -130c0 -74 -54 -143 -119 -143c-30 0 -55 10 -71 24c-6 -8 -14 -17 -20 -24l-14 4c2 15 2 26 2 52v237zM100 102v-129
+c0 -52 33 -65 55 -65c23.5 0 64 12 64 105c0 73 -30 111 -60 111c-26 0 -38 -6 -59 -22z" />
+    <glyph glyph-name="c.inferior" unicode="&#xe14a;" horiz-adv-x="282" 
+d="M157 161c63 0 96 -33 96 -67c0 -20 -11 -29 -25 -29s-27 7 -29 23c-2 22 -7 46 -45 46c-31 0 -73 -33 -73 -114c0 -25 4 -49 16 -68c14 -23 38 -38 60 -38c38 0 57 21 77 43l19 -16c-25 -35 -56 -59 -101 -59c-85 0 -125 61 -125 134s44 145 130 145z" />
+    <glyph glyph-name="d.inferior" unicode="&#xe14b;" horiz-adv-x="315" 
+d="M209 -13v103c-16 19 -39 39 -64 39c-34 0 -67 -37 -67 -111c0 -80 31.5 -96 61 -96c22 0 61.7 41 70 65zM204 -63c-17 -32 -57 -51 -81 -51c-63 0 -99 50 -99 117c0 80 39 152 116 152c36 0 53 -11 69 -26v46c0 42 -7 49 -20 49l-21 1c-2 0 -4 1 -4 3l-1 18
+c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-216c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -63 -12 -80 -20c-5 0 -6 3 -7 6c-3 7 -5 20 -5 48c0 3 -0.899994 8.7 -5 1z" />
+    <glyph glyph-name="f.inferior" unicode="&#xe14d;" horiz-adv-x="253" 
+d="M72 -59v152h-42c-3 0 -3 1 -3 3v14c0 5 3 12 14 12h31c0 96 53 141 105 141c23 0 39 -6 54 -17c13 -9 20 -20 20 -31c0 -12 -11 -23 -23 -23s-22 8 -27 19c-8 20 -18 27 -36 27c-20 0 -44 -11 -44 -106v-10h68c3 0 5 -1 5 -3v-18c0 -6 -8 -8 -14 -8h-59v-152
+c0 -18 6.8 -26.2 26 -28l21 -2c2 -0.199997 5 -1 5 -5v-17l-1 -1s-54 1 -78 1c-22 0 -63 -1 -63 -1l-2 1v17c0 4 2 4.5 5 5l12 2c20.8 3.5 26 10 26 28z" />
+    <glyph glyph-name="g.inferior" unicode="&#xe14e;" horiz-adv-x="315" 
+d="M266 127c-10 0 -16 5 -18 12c-3 6 -9 9 -18 9c-7 0 -13 -8 -16 -14c17 -19 28 -34 28 -63c0 -60 -53 -90 -104 -90c-23 0 -41 4 -55 12c-7 -10 -9 -21 -9 -34c0 -26 19 -31 36 -31c3 0 10 1 19 2c14 1 29 3 39 3c22 0 63 -4 87 -26c17 -15 26 -30 26 -50
+c0 -67 -87 -95 -166 -95c-45 0 -100 14 -100 68c0 26 19 49 50 69c-19 4.5 -32 23 -32 45c0 21 9.5 45 34 61c-17 16 -34 35 -34 68c0 57 53 91 105 91c29 0 48 -9 57 -15c16 18 34 27 56 27c25 0 38 -13 38 -25c0 -14 -11 -24 -23 -24zM79 -107c-19 -18 -21 -30 -21 -51
+c0 -46 53 -50 74 -50c49 0 110 4 110 49c0 16 -11 24.5 -28 34c-16.8 9.4 -32 15 -62 15c-9 0 -17 0 -25 -1c-9 0 -18 -1 -25 -1s-17 2 -23 5zM190 69c0 50 -20 73 -57 73c-32 0 -49 -15 -49 -63c0 -32 8 -76 57 -76c22 0 49 4 49 66z" />
+    <glyph glyph-name="h.inferior" unicode="&#xe14f;" horiz-adv-x="307" 
+d="M104 188v-84c14 16 49 51 85 51c45 0 75 -25 75 -92v-124c0 -19 6.20001 -23.7 26 -27l6 -1c4 -1 5 -3 5 -5v-18s-38 1 -62 1c-25 0 -65 -1 -65 -1v18c0 2 1 5 5 5l11 1c18.8 1.7 25 6 25 27v114c0 51 -20 68 -50 68c-21 0 -42 -22 -61 -45v-137c0 -21 7.1 -25.4 25 -27
+l11 -1c2 0 5 -1 5 -5v-18s-40 1 -66 1c-24 0 -61 -1 -61 -1v18c0 2 0 5 4 5l8 1c23.6 3 25 6 25 27v236c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68z" />
+    <glyph glyph-name="i.inferior" unicode="&#xe150;" horiz-adv-x="194" 
+d="M101 278c16 0 29 -13 29 -29s-13 -29 -29 -29s-29 13 -29 29s13 29 29 29zM128 -36c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51.3 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v109c0 53 -11 48 -43 50c-4 6 -5 13 -4 21c26 2 73 10 89 17
+c6 0 8 -2 8 -7c0 0 -2 -27 -2 -54v-136z" />
+    <glyph glyph-name="j.inferior" unicode="&#xe151;" horiz-adv-x="207" 
+d="M117 263c22 0 30 -15 30 -29c0 -15 -13 -28 -30 -28s-30 13 -30 28c0 16 11 29 30 29zM96 73c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -27 -2 -54v-146c0 -85 -5 -112 -32 -142c-16 -18 -36 -25 -52 -25
+c-27 0 -61 13 -61 33c0 16 9 25 21 25c15 0 23 -15 27 -29c1 -6 5 -10 10 -10c29 0 38 35 38 128v139z" />
+    <glyph glyph-name="k.inferior" unicode="&#xe152;" horiz-adv-x="318" 
+d="M56 -37v212c0 42 -7 49 -20 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-150.5c21.8 8.8 39.8 18.4 61 40l25 25.5c7.7 8.3 23 23 -9 26c-3 0.300003 -5 3 -5 5v20l1 1s30 -1 52 -1c24 0 64 1 64 1l2 -1v-20c0 -3 -4 -4.8 -6 -5
+c-24.5 -3 -45.9 -8.1 -68 -32l-38 -41c-1.89999 -2.1 -2 -6 -2 -8c0 -3 1 -6 3 -8l63 -93c7 -10 19.5 -27 52 -30c4 -0.400002 8 -2 8 -5v-22l-2 -2s-37 1 -61 1c-22 0 -38 -1 -38 -1l-2 2v16c0 6 -2 10 -14 27l-45 64c-9 11 -16 22 -31 22c-2.9 0 -6.2 -0.700001 -10 -1.9
+v-54.1c0 -41 7 -44 41 -46c4 -8 4 -22 0 -29c-30 1 -41 1 -66 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46z" />
+    <glyph glyph-name="l.inferior" unicode="&#xe153;" horiz-adv-x="161" 
+d="M55 -36v211c0 52 -8 48 -40 50c-4 4 -4 16 -3 21c25 2 70 11 86 17c6 0 8 -2 8 -6c0 0 -2 -26 -2 -66v-227c0 -51 7 -53 40 -55c4 -4 4 -18 0 -22c-22 1 -39 1 -64 1s-44 0 -65 -1c-4 4 -4 16 0 20c33 2 40 6 40 57z" />
+    <glyph glyph-name="m.inferior" unicode="&#xe154;" horiz-adv-x="485" 
+d="M123 86c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.3 5 -1
+c24.3 35.3 49 55 85 55c35 0 57.3 -14.5 65.9 -50.9c14.6 17.4 49.9 50.9 85.1 50.9c46 0 80 -25 80 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -25 68 -56 68
+c-19.7 0 -39.5 -19.5 -57.6 -40.9c0.399994 -5.4 0.600006 -11.1 0.600006 -17.1v-105c0 -41 7.5 -43.5 38 -46c5 -8 4 -23 0 -29c-30 1 -25.7 1 -61 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -39 -18 -58 -41z" />
+    <glyph glyph-name="n.inferior" unicode="&#xe155;" horiz-adv-x="362" 
+d="M127 86c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.3 5 -1
+c24.3 35.3 65 55 101 55c46 0 70 -25 70 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -55 -18 -74 -41z" />
+    <glyph glyph-name="p.inferior" unicode="&#xe157;" horiz-adv-x="305" 
+d="M104 -163c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v234c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 -0.300003 -7.8 5 -1c18.5 23.5 57 49 86 49
+c58 0 93 -40 93 -108c0 -74 -49 -154 -114 -154c-20 0 -56 8 -70 20v-76zM104 -36c12.5 -40 49 -45 71 -45c23 0 59 23 59 116c0 73 -23 89 -51 89c-25 0 -72.5 -35 -79 -62v-98z" />
+    <glyph glyph-name="q.inferior" unicode="&#xe158;" horiz-adv-x="308" 
+d="M208 -53v143c-16 19 -38 39 -63 39c-34 0 -62 -25 -62 -99c0 -90 36 -111 70 -111c22 0 35 7 55 28zM238 153c4 3 10 8 14 8c3 0 5 -3 5 -9v-339c0 -20 0.799988 -23.5 25 -27l7 -1c4 -0.600006 5 -2 5 -4v-19s-37 1 -61 1c-26 0 -66 -1 -66 -1v18c0 4 2 4.7 5 5l11 1
+c14.4 1.3 25 5 25 27v107c-19 -16 -38 -27 -61 -27c-66 0 -118 45 -118 122c0 64 37 140 114 140c29 0 55 -9 70 -26z" />
+    <glyph glyph-name="r.inferior" unicode="&#xe159;" horiz-adv-x="246" 
+d="M170 117c-7 0 -23 -8 -39 -31c-4 -5 -9 -14 -9 -22v-100c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48
+c0 -3 1 -9 5 -1c14 27 42 55 74 55c26 0 37 -21 37 -34c0 -17 -14 -35 -29 -35c-13 0 -20 14 -26 21c-4 4 -9 4 -13 4z" />
+    <glyph glyph-name="s.inferior" unicode="&#xe15a;" horiz-adv-x="253" 
+d="M28 -18h22c1 -14 7 -41 23 -57c7 -6 26 -18 49 -18c24 0 48 11 48 38c0 21 -8 41 -58 62c-46 19 -77 35 -77 80c0 42 45 74 94 74c31 0 70 -10 81 -17l9 -75l-23 -1c-14 58 -48 68 -67 68c-25 0 -46 -13 -46 -40c0 -24 10 -33 44 -47c51 -21 97 -40 97 -90
+c0 -61 -66 -77 -100 -77c-30 0 -52 14 -72 14c-3 0 -13 -1 -19 -2c0 24 -2 56 -5 88z" />
+    <glyph glyph-name="t.inferior" unicode="&#xe15b;" horiz-adv-x="206" 
+d="M106 126v-148c0 -38 6 -56 21 -56c16 0 36 0 52 12l16 -17c-26 -27 -59 -35 -87 -35c-29 0 -50 17 -50 61v183h-40c-2 0 -3.2 0 -3 2l2 24c0 2 1 3 3 3c37 0 48 24 48 71v11l38 13v-95h80c3 0 5.3 -1 5 -4l-2 -18c-0.699997 -6 -9 -7 -14 -7h-69z" />
+    <glyph glyph-name="u.inferior" unicode="&#xe15c;" horiz-adv-x="319" 
+d="M55 76c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72v-96c0 -51 20 -67 50 -67c21 0 44 20 63 42v117c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72
+v-108c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -63 -12 -80 -20c-5 0 -6 3 -7 6c-3 7 -5 19.8 -5 38c0 3 -1.7 5.5 -5 1c-12.7 -17.6 -45 -45 -82 -45c-45 0 -74 25 -74 92v102z" />
+    <glyph glyph-name="v.inferior" unicode="&#xe15d;" horiz-adv-x="314" 
+d="M204 133c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.7 -16.1 -14.9 -16.1c-8.09999 0 -11.2 4.8 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2
+c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.1l46.9 107.4c14.2 32.4 11 44 -22 47z" />
+    <glyph glyph-name="w.inferior" unicode="&#xe15e;" horiz-adv-x="458" 
+d="M347 133c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.69998 -16.1 -14.9 -16.1c-8.10001 0 -11.5 4.7 -15.5 14.7l-52.6 131l-59 -129.6c-5 -11 -8.7 -16.1 -14.9 -16.1
+c-8.09999 0 -11.2 4.8 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.1l35.6 81.6l-8.7 21.8
+c-14.2 35.5 -16.8 46.5 -45 51c-4 4 -4 19 0 23c23 -1 28 -2 50 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -30.5 -14.3 -19 -47l37.1 -105.3c10.2 -28.9 13.9 -28.8 26 -2.1l46.9 107.4c14.2 32.4 11 44 -22 47z" />
+    <glyph glyph-name="y.inferior" unicode="&#xe160;" horiz-adv-x="338" 
+d="M241 86c14 32.5 10 44 -23 47c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -36.2 -19.8 -49.2 -50.8c-29.8 -70.9 -50.5 -117.2 -102.8 -238.2c-19 -44 -42 -82 -86 -82c-12 0 -43 10 -43 33c0 18 19 27 29 27c9 0 15 -3 19 -8
+c6 -6 11 -11 17 -11c9 0 28 31 44 69c3 8 4 13 4 19c0 7 -4.39999 24.3 -10 37l-68 154c-15.4 35 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -32.9 -15.9 -19 -47l57 -128l4.3 1z" />
+    <glyph glyph-name="z.inferior" unicode="&#xe161;" horiz-adv-x="274" 
+d="M70 155h118c18 0 46 2 48 2c4 0 8 0 8 -3v-1c0 -2 0 -6 -13 -25l-142 -210h74c36 0 46 8 61 41l7 17c7.60001 0.299999 14.9 -1.2 22 -4c-11 -36 -17 -65 -20 -84h-197c-10 0 -14 3 -14 7s0 5 5 13l146 218h-76c-19 0 -40 -6 -52 -50
+c-7.3 -0.900002 -15.8 0.300003 -22 3c5 30 9 55 9 83l6 1c4.8 -5 22 -8 32 -8z" />
+    <glyph glyph-name="uni2E17" unicode="&#x2e17;" horiz-adv-x="373" 
+d="M288 290l-200 -13c-19 -2 -35 -7 -48 -28l-13 6c16 46 34 66 59 69l203 12c19 1 31 3 42 26l15 -4c-13 -40 -27 -65 -58 -68zM288 182l-200 -13c-21 -2 -39 -9 -48 -27l-13 5c16 46 34 67 59 69l203 13c20 1 31 4 41 25l16 -4c-12 -39 -27 -64 -58 -68z" />
+    <glyph glyph-name="w.alt" unicode="&#xe0f1;" horiz-adv-x="696" 
+d="M396 324l88 -232l85 259c2 7 4 14 4 21c0 18 -12 30 -44 30h-13c-5 0 -9 4 -9 7v20l3 2s61 -2 98 -2c35 0 75 2 75 2l1 -2v-19c0 -6 -7 -8 -13 -8c-25 0 -52 -8 -68 -55l-114 -338c-6 -17 -14 -21 -23 -21s-19 6 -25 20l-99 270l-102 -268c-7 -16 -13 -22 -23 -22
+c-9 0 -19 5 -24 20l-117 346c-13 39 -26 48 -56 48c-5 0 -12 2 -12 7v20l2 2s42 -2 86 -2c47 0 104 2 104 2l2 -3v-18c0 -5 -4 -8 -9 -8h-15c-19 0 -32 -8 -32 -20c0 -7 2 -16 5 -26l85 -267l87 229c13 34 26 45 37 45c16 0 28 -17 36 -39z" />
+    <glyph glyph-name="uniE0F2" unicode="&#xe0f2;" horiz-adv-x="890" 
+d="M468 551c10 0 19 -9 26 -37l107 -405l153 460c3 8 4 16 4 23c0 15 -7 26 -30 26h-26c-4 0 -8 4 -8 7v19l3 2s57 -1 98 -1c32 0 94 1 94 1l2 -1v-19c0 -8 -11 -8 -12 -8h-1c-29 0 -67 -11 -80 -50l-187 -557c-5 -15 -15 -23 -28 -23c-14 0 -26 7 -31 24l-101 384
+c-4 15 -10 28 -14 28s-9 -12 -13 -25l-119 -387c-4 -14 -15 -24 -29 -24c-13 0 -26 8 -31 24l-165 550c-8 26 -27 56 -55 56h-13c-7 0 -12 3 -12 7v19l2 2s52 -1 90 -1c50 0 116 1 116 1l2 -2v-18c0 -5 -2 -8 -8 -8h-22c-18 0 -26 -7 -26 -20c0 -7 3 -15 6 -26l135 -461
+l111 361c17 53 36 79 62 79z" />
+    <glyph glyph-name="uniE06B" unicode="&#xe06b;" horiz-adv-x="516" 
+ />
+    <glyph glyph-name="uni0464" unicode="&#x464;" horiz-adv-x="847" 
+d="M191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-194h85.2
+c5.89999 201 139.5 329 301.8 329c118.5 0 154.5 -35.5 211 -45c10.7 -54 16.4 -103 22 -155c-10.9 -5.10001 -20.4 -6.60001 -30 -4c-26 86 -70 167 -208 167c-79 0 -206 -74 -206 -287l1 -1c61 34 126 46 139 46c63 0 106 -38 165 -38c38 0 54 16 62 16c4 0 9 -4 9 -12
+c0 -25 -63 -54 -122 -54c-67 0 -96 32 -154 32c-38 0 -66 -7 -99 -22c10 -158 90.5 -276 229 -276c76 0 116 34 130 74c13 37 28 66 57 66c25 0 34 -21 34 -41c0 -74 -128 -134 -225 -134c-205.2 0 -307.5 127.5 -316.4 300h-85.6v-168z" />
+    <glyph glyph-name="uni0465" unicode="&#x465;" horiz-adv-x="671" 
+d="M279.1 203h-98.1v-127c0 -29 12 -45 46 -45h20c5 0 9 -3 9 -8v-23l-2 -2s-73 2 -114 2c-37 0 -109 -2 -109 -2l-3 2v23c0 5 4 8 9 8h20c35 0 45 16 45 45v278c0 28 -10 44 -45 44h-20c-5 0 -9 3 -9 8v23l3 2s72 -2 109 -2c41 0 114 2 114 2l2 -2v-23c0 -5 -4 -8 -9 -8
+h-20c-34 0 -46 -16 -46 -44v-117h99.2c10.4 109.9 86.4 202 209.8 202c47 0 82 -15 131 -19c3.5 -41.5 5.29999 -71.4 8 -120c-7.90002 -3.20001 -16.2 -4 -25 -4c-17 64 -48 112 -122 112c-89 0 -119 -86 -119 -178l3 -2c26 16 53 28 82 28c22.6 0 41.2 -6.89999 58 -15.1
+c15.6 -7.59999 30.4 -12.9 47 -12.9c13 0 25 6 32 6c6 0 8 -10 8 -14c0 -14 -46 -32 -89 -32c-23.3 0 -39.4 4.89999 -54.7 11.6c-14 6.09999 -28 10.4 -46.3 10.4c-13 0 -26 -4 -38 -9c0 -119 45 -178 129 -178c40 0 65 24 77 51c14 32 28 38 45 38c18 0 29 -14 29 -30
+c0 -53 -71 -92 -162 -92c-97.3 0 -200.5 58 -203.9 213z" />
+    <glyph glyph-name="uni0466" unicode="&#x466;" horiz-adv-x="841" 
+d="M522 330l-120 220l-121 -222c70 -35 110 -86 120 -113c12 28 49 77 121 115zM438 78c0 -29 10.6 -41.6 43 -45l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c33.7 3.5 43 16 43 45v66c0 51 -32 114 -97 157
+l-124 -223c-3 -6 -5 -11 -5 -17c0 -16 17.8 -24.9 47 -28l19 -2c5 -0.5 8 -3 8 -8v-23l-1 -2s-90 2 -114 2c-26 0 -90 -2 -90 -2l-2 2v23c0 5 3.1 7.2 8 8l12 2c39.4 6.6 56 22 73 54l298 541c12.7 23.1 22 30 32 30c12 0 19.7 -9.20001 31 -30l292 -536
+c23 -42 41 -55.5 62 -59l12 -2c3.90002 -0.700001 9 -3 9 -8v-23l-3 -2s-76 2 -115 2c-36 0 -123 -2 -123 -2l-2 2v23c0 5 3 7.4 8 8l18 2c28.7 3.2 50 6 50 24c0 6 -2 12 -7 21l-123 225c-66 -43 -98 -107 -98 -159v-66z" />
+    <glyph glyph-name="uni0467" unicode="&#x467;" horiz-adv-x="658" 
+d="M225 241c58 -33 79 -72 88 -97c11 25 30 59 83 92l-81 125c-7 11 -13 10 -19 0zM276 0v75c0 47 -13 99 -66 141l-83 -139.5c-16 -27 0.0999985 -37.3 25 -43.5l8 -2c2.89999 -0.700001 6 -3 6 -6v-25l-1 -2s-67 2 -86 2s-66 -2 -66 -2l-2 2v25c0 3 3 5.6 6 6
+c25.5 3 55 24.5 74 56.5l198 329.5c12.9 21.5 26 25 33 25c12 0 24.6 -4.29999 38 -25l217 -335c22 -35 40.5 -48 65 -51c6 -0.700001 7 -3 7 -6v-25l-3 -2s-56 2 -86 2c-28 0 -100 -2 -100 -2l-2 2v25c0 3 3 5.4 7 6l13 2c33 5.1 38 16 28 32l-95 147
+c-47 -41 -60 -92 -60 -137v-75h-75z" />
+    <glyph glyph-name="uni0468" unicode="&#x468;" horiz-adv-x="1198" 
+d="M874 330l-120 220l-121 -222c70 -35 110 -86 120 -113c12 28 49 77 121 115zM790 78c0 -29 10.6 -41.6 43 -45l19 -2c4 -0.4 8 -3 8 -8v-23l-2 -2s-68 2 -107 2c-36 0 -104 -2 -104 -2l-2 2v23c0 5 3 7.5 8 8l19 2c33.7 3.5 43 16 43 45v66c0 51 -32 114 -97 157
+l-124 -223c-3 -6 -5 -11 -5 -17c0 -16 17.8 -24.9 47 -28l19 -2c5 -0.5 8 -3 8 -8v-23l-1 -2s-90 2 -114 2c-26 0 -90 -2 -90 -2l-2 2v23c0 5 3.10001 7.2 8 8l12 2c39.4 6.6 56 22 73 54l116.2 211h-374.2v-176c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2
+c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-186h395.7l160.3 291c12.7 23.1 22 30 32 30c12 0 19.7 -9.20001 31 -30l292 -536
+c23 -42 41 -55.5 62 -59l12 -2c3.90002 -0.700001 9 -3 9 -8v-23l-3 -2s-76 2 -115 2c-36 0 -123 -2 -123 -2l-2 2v23c0 5 3 7.4 8 8l18 2c28.7 3.2 50 6 50 24c0 6 -2 12 -7 21l-123 225c-66 -43 -98 -107 -98 -159v-66z" />
+    <glyph glyph-name="uni0469" unicode="&#x469;" horiz-adv-x="951" 
+d="M518 241c58 -33 79 -72 88 -97c11 25 30 59 83 92l-81 125c-7 11 -13 10 -19 0zM569 0v75c0 47 -13 99 -66 141l-83 -139.5c-16 -27 0.100006 -37.3 25 -43.5l8 -2c2.89999 -0.700001 6 -3 6 -6v-25l-1 -2s-67 2 -86 2s-66 -2 -66 -2l-2 2v25c0 3 3 5.6 6 6
+c25.5 3 55 24.5 74 56.5l69.4 115.5h-277.4v-127c0 -29 11 -45 43 -45h19c5 0 9 -3 9 -8v-23l-2 -2s-71 2 -110 2c-35 0 -106 -2 -106 -2l-2 2v23c0 5 3 8 8 8h19c33 0 43 16 43 45v278c0 28 -10 44 -43 44h-19c-5 0 -8 3 -8 8v23l2 2s71 -2 106 -2c39 0 110 2 110 2l2 -2
+v-23c0 -5 -4 -8 -9 -8h-19c-32 0 -43 -16 -43 -44v-117h297.8l108.2 180c12.9 21.5 26 25 33 25c12 0 24.6 -4.29999 38 -25l217 -335c22 -35 40.5 -48 65 -51c6 -0.700001 7 -3 7 -6v-25l-3 -2s-56 2 -86 2c-28 0 -100 -2 -100 -2l-2 2v25c0 3 3 5.4 7 6l13 2
+c33 5.1 38 16 28 32l-95 147c-47 -41 -60 -92 -60 -137v-75h-75z" />
+    <glyph glyph-name="uni046A" unicode="&#x46a;" horiz-adv-x="921" 
+d="M370 323c-48 0 -84 -14 -115 -79l-83 -173c-16 -34 2 -44 43 -44h21c5 0 8 -3 8 -8v-19l-2 -2s-88 2 -124 2c-39 0 -111 -2 -111 -2l-2 2v19c0 5 4 8 8 8h12c31 0 53 16 67 44l82 173c40 84 86 118 175 118h35l-222 263c-14 16 0 20 17 20h530c13 0 29 -4 17 -20
+l-198 -263h45c88 0 134 -34 174 -118l83 -173c13 -28 36 -44 66 -44h12c5 0 9 -3 9 -8v-19l-2 -2s-73 2 -112 2c-35 0 -124 -2 -124 -2l-2 2v19c0 5 3 8 8 8h22c41 0 58 10 42 44l-82 173c-32 65 -67 79 -115 79h-54v-252c0 -30 15 -44 54 -44h17c4 0 8 -3 8 -8v-19l-2 -2
+s-77 2 -116 2c-36 0 -119 -2 -119 -2l-2 2v19c0 5 3 8 8 8h16c41 0 55 16 55 44v252h-47zM484 365l185 245h-393z" />
+    <glyph glyph-name="uni046B" unicode="&#x46b;" horiz-adv-x="802" 
+d="M318 203c-48 0 -75 -21 -115 -81l-34 -51c-19 -29 -8 -44 33 -44h17c5 0 8 -3 8 -8v-19l-2 -2s-73 2 -108 2c-39 0 -110 -2 -110 -2l-2 2v19c0 5 4 8 8 8h12c31 0 51 21 67 44l33 51c52 78 83 115 172 115h31l-154 172c-12 14 0 20 17 20h389c17 0 28 -5 16 -20
+l-124 -172h29c80 0 123 -51 171 -115l39 -51c18 -24 36 -44 67 -44h12c4 0 8 -3 8 -8v-19l-2 -2s-71 2 -110 2c-36 0 -108 -2 -108 -2l-2 2v19c0 5 3 8 8 8h17c41 0 54 16 32 44l-38 51c-44 58 -67 81 -115 81h-42v-132c0 -30 16 -44 55 -44h7c4 0 8 -3 8 -8v-19l-2 -2
+s-64 2 -103 2c-36 0 -107 -2 -107 -2l-2 2v19c0 5 3 8 8 8h7c41 0 55 16 55 44v132h-46zM427 241l113 154h-251z" />
+    <glyph glyph-name="uni048C" unicode="&#x48c;" horiz-adv-x="695" 
+d="M289 338v-266c0 -33 7 -40 94 -40c160 0 196 92 196 153c0 90 -67 153 -191 153h-99zM289 512v-139h83c38 0 107 -2 141 -14c108 -38 161 -92 161 -185c0 -86 -61 -176 -272 -176c-94 0 -95 2 -156 2c-53 0 -134 -2 -134 -2l-2 2v19c0 5 2 8 8 8h32c41 0 54 12 54 47v438
+h-188v34h188v28c0 30 -16 44 -57 44h-29c-4 0 -8 3 -8 8v19l2 1s92 -1 133 -1c38 0 136 1 136 1l2 -1v-19c0 -5 -3 -8 -8 -8h-28c-43 0 -58 -15 -58 -43v-29h278v-34h-278z" />
+    <glyph glyph-name="uni048D" unicode="&#x48d;" horiz-adv-x="536" 
+d="M426 124c0 52 -41 95 -117 95h-101v-145c0 -35 48 -45 98 -45c52 0 120 13 120 95zM208 698v-269h210v-34h-210v-144h92c100 0 205 -23 205 -118c0 -84 -83 -135 -201 -135c-54 0 -83 2 -137 2c-43 0 -115 -2 -115 -2l-2 2v19c0 5 3 8 8 8h25c36 0 46 16 46 45v323h-107
+v34h107v144c0 57 -11 68 -32 68l-34 2c-3 0 -6 2 -6 5l-2 24c17 1 56 6 74 9c19 4 34 8 55 17h24z" />
+    <glyph glyph-name="uni048E" unicode="&#x48e;" horiz-adv-x="541" 
+d="M189 554v-233c11 -3 51 -5 76 -5c24.2 0 45.5 2.70001 64 8.5l-79 91.5l31 23l84.1 -96.7c32.2 23.7 48.9 64.4 48.9 125.7c0 127 -69 150 -138 150c-72 0 -87 -35 -87 -64zM104 523c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 92.3 -2 129 -2c40 0 98.7 7 137 7
+c185 0 224 -107 224 -166c0 -60.9 -28.3 -139.3 -111.3 -178.8l79.3 -91.2l-29 -27l-89.5 103.7c-25 -6.80002 -53.7 -10.7 -86.5 -10.7c-35 0 -59 3 -81 10v-170c0 -83 24 -87 102 -91c6 -6 6 -27 0 -33c-50 1 -108.6 2 -144 2c-35.7 0 -85 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401z" />
+    <glyph glyph-name="uni048F" unicode="&#x48f;" horiz-adv-x="519" 
+d="M175 331c-11.6 -14.3 -16 -23 -16 -44v-182c0 -36.1 3.89999 -41.9 24 -59.9c18 -16.1 53 -21.1 71 -21.1c35.2 0 62.2 10.1 82.7 26.5l-96.7 111.5l31 24l92 -106.3c23.9 36.4 32 85.2 32 128.3c0 113 -55 185 -119 185c-29.2 0 -75 -30 -101 -62zM156 368
+c0.5 -9.60001 5.39999 -10.3 11 -4c39.5 44.5 90.5 75 137 75c102 0 177 -98 177 -204c0 -81 -27 -143 -74 -189c-2.70001 -2.6 -5.5 -5.1 -8.29999 -7.5l66.3 -76.5l-29 -26l-69.4 80c-32 -17.9 -67.9 -26 -106.6 -26c-31.6 0 -62.5 5.6 -87 15.5
+c-10.2 4.2 -14 5.5 -14 -7.5v-108c0 -83 11 -87 82 -91c6 -6 6 -27 0 -33c-33 1 -81 2 -121 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v427c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.5 -36 8 -66z" />
+    <glyph glyph-name="uni046C" unicode="&#x46c;" horiz-adv-x="1243" 
+d="M806 365l185 245h-393zM191 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33
+c-70 -3 -87 -8 -87 -91v-161h480h35l-222 263c-14 16 0 20 17 20h530c13 0 29 -4 17 -20l-198 -263h45c88 0 134 -34 174 -118l83 -173c13 -28 36 -44 66 -44h12c5 0 9 -3 9 -8v-19l-2 -2s-73 2 -112 2c-35 0 -124 -2 -124 -2l-2 2v19c0 5 3 8 8 8h22c41 0 58 10 42 44
+l-82 173c-32 65 -67 79 -115 79h-54v-252c0 -30 15 -44 54 -44h17c4 0 8 -3 8 -8v-19l-2 -2s-77 2 -116 2c-36 0 -119 -2 -119 -2l-2 2v19c0 5 3 8 8 8h16c41 0 55 16 55 44v252h-2h-45c-48 0 -84 -14 -115 -79l-83 -173c-16 -34 2 -44 43 -44h21c5 0 8 -3 8 -8v-19l-2 -2
+s-88 2 -124 2c-39 0 -111 -2 -111 -2l-2 2v19c0 5 4 8 8 8h12c31 0 53 16 67 44l82 173c16.3 34.3 33.6 60.3 54.5 79h-359.5v-201z" />
+    <glyph glyph-name="uni046D" unicode="&#x46d;" horiz-adv-x="1061" 
+d="M686 241l113 154h-251zM589 203h-12c-48 0 -75 -21 -115 -81l-34 -51c-19 -29 -8 -44 33 -44h17c5 0 8 -3 8 -8v-19l-2 -2s-73 2 -108 2c-39 0 -110 -2 -110 -2l-2 2v19c0 5 4 8 8 8h12c31 0 51 21 67 44l33 51c23.5 35.3 42.7 62.1 64.9 81h-277.9v-131
+c0 -29 11 -45 43 -45h19c5 0 9 -3 9 -8v-19l-2 -2s-69 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v19c0 5 3 8 8 8h19c33 0 43 16 43 45v286c0 28 -10 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 103 -2c39 0 108 2 108 2l2 -2v-19c0 -5 -4 -8 -9 -8h-19c-32 0 -43 -16 -43 -44
+v-121h385h31l-154 172c-12 14 0 20 17 20h389c17 0 28 -5 16 -20l-124 -172h29c80 0 123 -51 171 -115l39 -51c18 -24 36 -44 67 -44h12c4 0 8 -3 8 -8v-19l-2 -2s-71 2 -110 2c-36 0 -108 -2 -108 -2l-2 2v19c0 5 3 8 8 8h17c41 0 54 16 32 44l-38 51
+c-44 58 -67 81 -115 81h-42v-132c0 -30 16 -44 55 -44h7c4 0 8 -3 8 -8v-19l-2 -2s-64 2 -103 2c-36 0 -107 -2 -107 -2l-2 2v19c0 5 3 8 8 8h7c41 0 55 16 55 44v132h-34z" />
+    <glyph glyph-name="uni0460" unicode="&#x460;" horiz-adv-x="954" 
+d="M438 188c0 32 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 2s87 -2 126 -2c36 0 129 2 129 2l2 -2v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-52c0 -43 26 -113 126 -113c117 0 169 155 169 306c0 176 -68 294 -151 294c-20 0 -38 -14 -38 -27c0 -15 7 -22 7 -46
+c0 -26 -21 -52 -57 -52c-39 0 -46 33 -46 62c0 50 45 98 124 98c140 0 253 -150 253 -331c0 -152 -53 -339 -253 -339c-103 0 -140 40 -171 89h-6c-31 -49 -68 -89 -171 -89c-200 0 -252 187 -252 339c0 181 112 331 252 331c79 0 124 -48 124 -98c0 -29 -7 -62 -46 -62
+c-36 0 -56 26 -56 52c0 24 6 31 6 46c0 13 -18 27 -38 27c-83 0 -150 -118 -150 -294c0 -151 51 -306 168 -306c100 0 125 70 125 113v52z" />
+    <glyph glyph-name="uni0461" unicode="&#x461;" horiz-adv-x="673" 
+d="M299 148c0 28 -9 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 104 -2c39 0 107 2 107 2l2 -2v-19c0 -5 -4 -8 -8 -8h-19c-33 0 -43 -15 -43 -44v-31c0 -37 7 -101 77 -101c93 0 109 131 109 204c0 108 -27 194 -105 194c-14 0 -18 -5 -18 -13c0 -5 2 -10 4 -13
+s4 -9 4 -16c0 -19 -14 -33 -34 -33s-35 16 -35 37c0 30 23 66 83 66c109 0 180 -93 180 -223c0 -101 -61 -231 -177 -231c-78 0 -108 39 -124 78h-3c-16 -39 -46 -78 -124 -78c-115 0 -177 130 -177 231c0 130 71 223 180 223c60 0 83 -36 83 -66c0 -21 -15 -37 -35 -37
+c-19 0 -33 14 -33 33c0 7 1 13 4 16c2 3 3 8 3 13c0 8 -4 13 -18 13c-77 0 -105 -86 -105 -194c0 -73 16 -204 109 -204c70 0 77 64 77 101v31z" />
+    <glyph glyph-name="uni046E" unicode="&#x46e;" horiz-adv-x="542" 
+d="M54 454l20 175c61 7 102 24 141 27l-111 126l3 7h72l6 -2l81 -93l37 59c17.4 27.7 36 41 62 41s42 -18 42 -38c0 -14 -8 -25 -24 -25c-11 0 -15.9 5 -19 16c-2 7 -5 13 -14 13s-17 -7 -24 -19l-50 -84c88 -6 192 -49 192 -153c0 -80 -55 -119 -124 -146v-5
+c75 -17 158 -51 158 -158c0 -122 -112 -193 -237 -217c-50 -10 -156 -38 -156 -110c0 -54 51 -66 111 -66c51 0 85 16 111 40c17 16 34 30 56 30c24 0 30 -16 30 -30c0 -40 -74 -74 -178 -74c-76 0 -180 20 -180 122c0 88 87 124 189 150c78 20 162 59 162 165
+c0 79 -46 123 -125 123c-60 0 -66 -51 -105 -51c-19 0 -33 12 -33 32c0 37 46 49 81 49c119 0 152 74 152 148c0 78 -64 118 -126 118c-119 0 -146 -91 -170 -172z" />
+    <glyph glyph-name="uni046F" unicode="&#x46f;" horiz-adv-x="406" 
+d="M40 290c6 42 10 81 11 132c65 8 76 16 117 19l-96 121l2 10h60l6 -2l72 -92l33 62c15 27 32 38 55 38c30 0 42 -19 42 -35c0 -14 -5 -25 -21 -25c-10 0 -17 6 -21 17c-3 8 -7 11 -14 11c-10 0 -17 -9 -23 -21l-44 -84c60 -5 137 -32 137 -109c0 -45 -41 -83 -84 -94v-4
+c28 -5 98 -27 98 -106c0 -67 -47 -117 -189 -152c-63 -16 -105 -39 -105 -83c0 -45 45 -51 76 -51c39 0 65 29 104 29c20 0 36 -12 36 -30c0 -32 -35 -39 -78 -39c-106 0 -170 34 -170 110c0 68 51 103 134 124c39 10 111 30 111 98c0 52 -19 83 -79 83
+c-44 0 -43 -43 -68 -43c-18 0 -32 10 -32 33c0 29 41 43 68 43c43 0 104 8 104 84c0 59 -52 79 -91 79c-79 0 -110 -60 -124 -128z" />
+    <glyph glyph-name="uni0483" unicode="&#x483;" 
+d="M-308 579c57 0 113 -60 149 -60c15 0 27 10 27 23c0 27 -34 22 -34 56c0 10 13 25 33 25c24 0 40 -22 40 -51c0 -36 -27 -74 -69 -74c-52 0 -94 60 -145 60c-35 0 -44 -19 -44 -31c0 -17 16 -26 16 -43s-16 -27 -31 -27c-16 0 -35 13 -35 38c0 36 40 84 93 84z" />
+    <glyph glyph-name="uni047C" unicode="&#x47c;" horiz-adv-x="954" 
+d="M438 188c0 32 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 2s87 -2 126 -2c36 0 129 2 129 2l2 -2v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-52c0 -43 26 -113 126 -113c117 0 169 155 169 306c0 176 -68 294 -151 294c-20 0 -38 -14 -38 -27c0 -15 7 -22 7 -46
+c0 -26 -21 -52 -57 -52c-39 0 -46 33 -46 62c0 50 45 98 124 98c140 0 253 -150 253 -331c0 -152 -53 -339 -253 -339c-103 0 -140 40 -171 89h-6c-31 -49 -68 -89 -171 -89c-200 0 -252 187 -252 339c0 181 112 331 252 331c79 0 124 -48 124 -98c0 -29 -7 -62 -46 -62
+c-36 0 -56 26 -56 52c0 24 6 31 6 46c0 13 -18 27 -38 27c-83 0 -150 -118 -150 -294c0 -151 51 -306 168 -306c100 0 125 70 125 113v52zM496 787c57 0 113 -60 149 -60c15 0 27 10 27 23c0 27 -34 22 -34 56c0 10 13 25 33 25c24 0 40 -22 40 -51c0 -36 -27 -74 -69 -74
+c-52 0 -94 60 -145 60c-35 0 -44 -19 -44 -31c0 -17 16 -26 16 -43s-16 -27 -31 -27c-16 0 -35 13 -35 38c0 36 40 84 93 84z" />
+    <glyph glyph-name="uni047D" unicode="&#x47d;" horiz-adv-x="673" 
+d="M288 602c57 0 113 -60 149 -60c15 0 27 10 27 23c0 27 -34 22 -34 56c0 10 13 25 33 25c24 0 40 -22 40 -51c0 -36 -27 -74 -69 -74c-52 0 -94 60 -145 60c-35 0 -44 -19 -44 -31c0 -17 16 -26 16 -43s-16 -27 -31 -27c-16 0 -35 13 -35 38c0 36 40 84 93 84zM299 148
+c0 28 -9 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 104 -2c39 0 107 2 107 2l2 -2v-19c0 -5 -4 -8 -8 -8h-19c-33 0 -43 -15 -43 -44v-31c0 -37 7 -101 77 -101c93 0 109 131 109 204c0 108 -27 194 -105 194c-14 0 -18 -5 -18 -13c0 -5 2 -10 4 -13s4 -9 4 -16
+c0 -19 -14 -33 -34 -33s-35 16 -35 37c0 30 23 66 83 66c109 0 180 -93 180 -223c0 -101 -61 -231 -177 -231c-78 0 -108 39 -124 78h-3c-16 -39 -46 -78 -124 -78c-115 0 -177 130 -177 231c0 130 71 223 180 223c60 0 83 -36 83 -66c0 -21 -15 -37 -35 -37
+c-19 0 -33 14 -33 33c0 7 1 13 4 16c2 3 3 8 3 13c0 8 -4 13 -18 13c-77 0 -105 -86 -105 -194c0 -73 16 -204 109 -204c70 0 77 64 77 101v31z" />
+    <glyph glyph-name="uni047E" unicode="&#x47e;" horiz-adv-x="954" 
+d="M438 188c0 32 -15 44 -54 44h-27c-4 0 -8 3 -8 8v19l2 2s87 -2 126 -2c36 0 129 2 129 2l2 -2v-19c0 -5 -3 -8 -8 -8h-26c-41 0 -55 -16 -55 -44v-52c0 -43 26 -113 126 -113c117 0 169 155 169 306c0 176 -68 294 -151 294c-20 0 -38 -14 -38 -27c0 -15 7 -22 7 -46
+c0 -26 -21 -52 -57 -52c-39 0 -46 33 -46 62c0 50 45 98 124 98c140 0 253 -150 253 -331c0 -152 -53 -339 -253 -339c-103 0 -140 40 -171 89h-6c-31 -49 -68 -89 -171 -89c-200 0 -252 187 -252 339c0 181 112 331 252 331c79 0 124 -48 124 -98c0 -29 -7 -62 -46 -62
+c-36 0 -56 26 -56 52c0 24 6 31 6 46c0 13 -18 27 -38 27c-83 0 -150 -118 -150 -294c0 -151 51 -306 168 -306c100 0 125 70 125 113v52z" />
+    <glyph glyph-name="uni047F" unicode="&#x47f;" horiz-adv-x="673" 
+d="M299 148c0 28 -9 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 104 -2c39 0 107 2 107 2l2 -2v-19c0 -5 -4 -8 -8 -8h-19c-33 0 -43 -15 -43 -44v-31c0 -37 7 -101 77 -101c93 0 109 131 109 204c0 108 -27 194 -105 194c-14 0 -18 -5 -18 -13c0 -5 2 -10 4 -13
+s4 -9 4 -16c0 -19 -14 -33 -34 -33s-35 16 -35 37c0 30 23 66 83 66c109 0 180 -93 180 -223c0 -101 -61 -231 -177 -231c-78 0 -108 39 -124 78h-3c-16 -39 -46 -78 -124 -78c-115 0 -177 130 -177 231c0 130 71 223 180 223c60 0 83 -36 83 -66c0 -21 -15 -37 -35 -37
+c-19 0 -33 14 -33 33c0 7 1 13 4 16c2 3 3 8 3 13c0 8 -4 13 -18 13c-77 0 -105 -86 -105 -194c0 -73 16 -204 109 -204c70 0 77 64 77 101v31z" />
+    <glyph glyph-name="J.alt" unicode="&#xe0ed;" horiz-adv-x="414" 
+d="M352 658c34 0 42 -20 42 -33c0 -23 -28 -47 -51 -65v-36c0 -61 2 -143 5 -164c3 -22 16 -24 49 -27l1 -25l-52 -5v-165c0 -240 -77 -338 -187 -338c-52 0 -106 28 -106 65c0 15 8 34 32 34c65 0 41 -64 82 -64c29 0 51 12 73 51c22 38 33 96 31 186c0 22 -2 104 -2 132
+v98l-123 9l-2 20l127 7v12c1 101 4 126 26 198l-1 4c-4 -3 -9 -4 -16 -4c-54 0 -120 69 -172 69c-21 0 -33 -13 -33 -25c0 -16 40 -25 40 -59c0 -16 -10 -23 -28 -23c-35 0 -44 35 -44 55c0 40 29 93 117 93c44 0 100 -44 146 -65c0 26 13 65 46 65z" />
+    <glyph glyph-name="uniE0EE" unicode="&#xe0ee;" horiz-adv-x="550" 
+d="M498 387c0 -79 -56 -203 -177 -373c6 -30 7 -59 7 -87c0 -35 -9 -165 -69 -165c-40 0 -51 57 -51 86c0 47 26 105 78 175c-33 145 -77 236 -135 331c-10 17 -24 25 -41 25c-25 0 -45 -29 -61 -64l-28 9c18 51 53 118 116 118c64 0 80 -33 97 -80c35 -98 63 -171 81 -309
+c72 115 134 204 134 262c0 21 -10 29 -23 36c-13 5 -33 24 -33 49c0 29 20 42 45 42c33 0 60 -24 60 -55zM289 -27c-24 -41 -31 -93 -31 -118c0 -19 6 -24 10 -24c8 0 21 22 21 122v20z" />
+    <glyph glyph-name="uniE0EF" unicode="&#xe0ef;" horiz-adv-x="550" 
+d="M255.8 -8c-17.8 -52 -17.8 -67.3 -17.8 -120c0 -40 14 -68 23 -68c14 0 20 18 20 44c0 29.5 -7.20001 75.8 -25.2 144zM278.1 141c27.5 69.1 64.4 154.8 100.9 218c42 73 69 83 93 83c28 0 48 -16 48 -40c0 -17 -15 -36 -33 -36c-20 0 -25 4 -37 4c-20 0 -34 -15 -48 -35
+c-37.1 -54.3 -77.1 -156.1 -109.2 -242.1c5.5 -19 10.6 -38 15.2 -56.9c15 -67 26 -131 26 -156c0 -64 -20 -115 -80 -115c-40 0 -55 70 -55 100c0 44 4.39999 76.7 41.9 178.4c-32.2 101.5 -79.4 214.2 -119.9 300.6c-16 33 -32 36 -48 36c-11 0 -20 -1 -37 -5l-5 30
+c76 15 83 37 115 37c11 0 16 -5 20 -13c39.7 -93.4 80.6 -190.6 112.1 -288z" />
+    <glyph glyph-name="uniE0F3" unicode="&#xe0f3;" horiz-adv-x="500" 
+d="M488 392c0 -90 -36 -192 -181 -392c4 -42 5 -81 5 -108c0 -36 -20 -127 -57 -127c-24 0 -27 54 -27 96c0 29 9 87 30 130c-11 81 -41 205 -72 286c-36 91 -49 100 -69 109c-16 7 -44 8 -68 1l-4 24c25 12 47 21 72 21c65 0 89 -45 126 -144c27 -70 49 -168 57 -249
+c74 103 139 254 139 281c0 21 -10 29 -23 35s-33 24 -33 50c0 29 20 42 45 42c33 0 60 -24 60 -55z" />
+    <glyph glyph-name="uniE0F4" unicode="&#xe0f4;" horiz-adv-x="494" 
+d="M246 -29c-14 -41 -22 -76 -22 -99c0 -40 8 -68 23 -68c14 0 19 18 19 44c0 27 -5 66 -20 123zM184 -135c0 32 7 68 20 99l27 63c-32 105 -82 226 -125 317c-15 33 -31 36 -48 36c-11 0 -20 -1 -37 -5l-5 30c77 15 84 37 115 37c12 0 16 -5 20 -13
+c43 -101 88 -206 120 -312c26 65 57 144 84 217c13 34 25 75 28 102c11 -4 41 -7 49 -7c14 0 27 2 50 9l5 -2c-28 -34 -46 -63 -68 -104l-104 -205c-10 -20 -20 -41 -29 -61c2 -10 5 -20 7 -30c16 -67 26 -131 26 -156c0 -64 -12 -115 -71 -115c-45 0 -64 58 -64 100z" />
+    <glyph glyph-name="openbullet" unicode="&#x25e6;" horiz-adv-x="351" 
+d="M49 234c0 69 61 125 126 125c67 0 127 -56 127 -128c0 -62 -49 -126 -127 -126c-69 0 -126 57 -126 129zM79 234c0 -55 44 -98 96 -98c59 0 97 48 97 95c0 55 -46 98 -97 98c-49 0 -96 -43 -96 -95z" />
+    <glyph glyph-name="uni22EE" unicode="&#x22ee;" horiz-adv-x="204" 
+d="M104 672c29 0 53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53s24 53 53 53zM104 407c29 0 53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53s24 53 53 53zM104 143c29 0 53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53s24 53 53 53z" />
+    <glyph glyph-name="uni0357" unicode="&#x357;" 
+d="M-77 611c0 -51 -42 -92 -93 -92c-13 0 -24 2 -35 7l12 30c7 -3 14 -4 23 -4c35 0 57 28 57 59c0 33 -23 59 -57 59c-6 0 -11 0 -16 -2l-8 31c7 2 15 3 24 3c51 0 93 -41 93 -91z" />
+    <glyph glyph-name="uni0351" unicode="&#x351;" 
+d="M-220 601c0 50 42 91 94 91c9 0 16 -1 24 -3l-8 -31c-5 2 -10 2 -16 2c-34 0 -57 -26 -57 -59c0 -31 22 -59 57 -59c9 0 16 1 23 4l12 -30c-11 -5 -22 -7 -35 -7c-51 0 -94 41 -94 92z" />
+    <glyph glyph-name="uni21A6" unicode="&#x21a6;" horiz-adv-x="1130" 
+d="M107 448h50v-157h772c-33 27 -75 73 -114 157h40s109 -130 217 -174v-23c-49 -17 -131 -72 -216 -169h-39c31 72 79 126 112 157h-772v-157h-50v366z" />
+    <glyph glyph-name="uniE128" unicode="&#xe128;" horiz-adv-x="180" 
+d="M149 642v-704h940v704h-940zM105 686h1028v-791h-1028v791z" />
+    <glyph glyph-name="uniE129" unicode="&#xe129;" horiz-adv-x="180" 
+d="M986 642h-734c-56 0 -103 -47 -103 -103v-601h940v601c0 56 -46 103 -103 103zM986 686c81 0 147 -66 147 -147v-644h-1028v644c0 81 66 147 147 147h734z" />
+    <glyph glyph-name="uniE12A" unicode="&#xe12a;" horiz-adv-x="180" 
+d="M986 -62c57 0 103 47 103 104v497c0 56 -46 103 -103 103h-734c-56 0 -103 -47 -103 -103v-497c0 -57 47 -104 103 -104h734zM986 -105h-734c-81 0 -147 65 -147 147v497c0 81 66 147 147 147h734c81 0 147 -66 147 -147v-497c0 -82 -66 -147 -147 -147z" />
+    <glyph glyph-name="uni1E9C" unicode="&#x1e9c;" horiz-adv-x="291" 
+d="M243 438l17 -30l-88 -51.2v-234.8c0 -83 11 -88 79 -91c6 -6 6 -27 0 -33c-43 1 -72 2 -118 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 3 65 8 65 91v188.8l-70 -40.8l-17 29l87 51v29c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 21 41 48
+c0 158 88 221 155 221c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-53 0 -69 -70 -69 -190v-77.6z" />
+    <glyph glyph-name="uni1E9D" unicode="&#x1e9d;" horiz-adv-x="291" 
+d="M267 572v-39h-93.4c-1.10001 -18 -1.60001 -37.7 -1.60001 -59v-352c0 -83 11 -88 79 -91c6 -6 6 -27 0 -33c-43 1 -72 2 -118 2c-41 0 -63 -1 -105 -2c-6 6 -6 27 0 33c54 3 65 8 65 91v257c0 12 -1 16 -15 16h-44c-4 0 -5 1 -5 5v9c0 8 5 20 23 20c31 0 41 21 41 48
+c0 20.2 1.5 38.8 4.1 56h-73.1v39h81.8c26.8 88.8 90.7 126 142.2 126c41 0 63 -12 83 -30c15 -13 26 -29 26 -46s-9 -38 -35 -38c-27 0 -41 14 -46 41c-4 20 -11 39 -35 39c-36.3 0 -55.3 -32.8 -63.6 -92h89.6z" />
+    <glyph glyph-name="uni1E9F" unicode="&#x1e9f;" horiz-adv-x="515" 
+d="M118 196c0 -76 24 -171 142 -171c114 0 135 86 135 174c0 57 -40 151 -135 214c-114 -56 -142 -105 -142 -217zM37 186c0 86 47 194 194 247c-84 62 -126 101 -126 157c0 86 76 108 140 108c60 0 106 -11 138 -32c33 -22 49 -40 49 -52c0 -31 -38 -40 -52 -40
+c-10 0 -26 15 -48 45c-20 28 -50 42 -87 42c-45 0 -104 -14 -104 -71c0 -38 54 -74 171 -138s167 -166 167 -242c0 -178 -122 -220 -229 -220c-171 0 -213 123 -213 196z" />
+    <glyph glyph-name="uni1EFA" unicode="&#x1efa;" horiz-adv-x="780" 
+d="M187 572v-499c0 -30 15 -44 55 -44h67c42 0 51 10 51 45v498c0 30 -15 44 -54 44h-64c-41 0 -55 -16 -55 -44zM603 39c76 0 105 59 126 131l30 -5c-11 -52 -22 -111 -27 -167c-50 1 -127 2 -127 2h-458c-49 0 -78 -1 -127 -2l-2 2v19c0 5 3 7.7 7 8l27 2
+c40.6 3 54 16 54 44v499c0 30 -17.1 41.3 -54 44l-27 2c-4 0.299988 -8 3 -8 8v19l2 2c49 -1 78 -2 127 -2h253c36 0 129 2 129 2l2 -2v-19c0 -5 -3 -7.59998 -8 -8l-26 -2c-39.6 -3 -55 -16 -55 -44v-483c0 -31 18 -50 47 -50h115z" />
+    <glyph glyph-name="uni1EFB" unicode="&#x1efb;" horiz-adv-x="534" 
+d="M438 546h66v-34h-66v-390c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v390h-175v-390c0 -83 11 -88 72 -91c6 -6 6 -27 0 -33c-33 1 -71 2 -111 2s-77 -1 -112 -2c-6 6 -6 27 0 33c61 3 72 8 72 91v390
+h-64v34h64v13c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-37h175v13c0 75 -6 78 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10c0 0 -4 -40 -4 -105v-37z" />
+    <glyph glyph-name="uni1EFD" unicode="&#x1efd;" horiz-adv-x="488" 
+d="M346 409c55 -34 111 -92 111 -198c0 -124.1 -83 -221 -214 -221c-91.6 0 -201 65 -201 236c0 223 155 393 306 472l16 -21c-140 -101 -241 -262 -241 -445c0 -147 86 -200 133 -200c50 0 123 33 123 172c0 69 -23 146 -70 180z" />
+    <glyph glyph-name="uni1EFC" unicode="&#x1efc;" horiz-adv-x="546" 
+d="M324 414c112 0 182 -93 182 -184c0 -140 -79 -240 -243 -240c-120 0 -218 82 -218 265c0 166 164 339 330 403l16 -27c-155 -81 -259 -219 -259 -370c0 -167 92 -228 143 -228c80 0 147 45 147 186c0 72 -33 146 -89 146z" />
+    <glyph glyph-name="uni1EFF" unicode="&#x1eff;" horiz-adv-x="509" 
+d="M73 -175c0 -19 15 -30 31 -30c24 0 51 24 63 52l42 96c-45 0 -136 -67 -136 -118zM206 -149c-27 -62 -66 -84 -106 -84c-33 0 -61 25 -61 62c0 64 108 140 181 140c3 5 5 29 5 34c0 10 -9 37 -17 57l-126 293c-16 38 -27 49 -61 49c-6 0 -10 3 -10 7v20l2 2s45 -2 74 -2
+c47 0 82 0 119 2l2 -3v-18c0 -5 -6 -8 -11 -8c-30 0 -43 -6 -43 -22c0 -6 2 -14 6 -23l110 -258l111 254c5 9 7 17 7 23c0 21 -20 26 -42 26h-4c-5 0 -10 4 -10 7v19l2 3s59 -2 94 -2c28 0 69 2 69 2l3 -2v-19c0 -5 -4 -8 -11 -8c-38 0 -57 -39 -71 -68
+c-51 -107 -89 -208 -168 -385z" />
+    <glyph glyph-name="uni1EFE" unicode="&#x1efe;" horiz-adv-x="580" 
+d="M268.3 167.9l-180.3 391.1c-9 20 -29 59 -78 59c-6 0 -10 3 -10 7v20l1 1s63 -1 104 -1c50 0 130 1 130 1l2 -1v-19c0 -5 -2 -8 -7 -8h-38c-21 0 -28 -6 -28 -16c0 -7 2 -16 6 -27l158 -346l130 346c5 12 7 20 7 26c0 14 -13 17 -40 17h-29c-4 0 -6 3 -6 7v20l1 1
+s66 -1 108 -1c32 0 80 1 80 1l2 -1v-19c0 -6 -7 -8 -11 -8c-46 0 -56 -12 -71 -52l-157 -405c-43 -109 -92 -173 -174 -173c-31 0 -66 22 -66 62c0 73.5 117.1 105.9 166.3 117.9zM283 136c-66 -18 -130 -43 -130 -78c0 -16 11 -27 30 -27c31 0 69 30 100 105z" />
+    <glyph glyph-name="tcommaaccent.sc" unicode="&#xe0b4;" horiz-adv-x="529" 
+d="M259 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26c-17 3 -42 12 -42 39c0 24 21 43 50 43zM304 122c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-37 1 -76.5 2 -111 2s-75 -1 -112 -2c-6 6 -6 27 0 33
+c61 5 72 8 72 91v253c0 39 -12 51 -43 51h-24c-65 0 -76 -20 -96 -92c-9 -0.899994 -18 -0.200012 -27 3c5.5 47 6.5 86 7 133c27 -4.70001 85 -10 183 -10h79c84 0 148.3 5.70001 183 10c1.5 -47.5 3 -84.5 8 -133c-7.60001 -4.70001 -16.8 -5.10001 -27 -3
+c-20 72 -33 92 -96 92h-26c-32 0 -42 -15 -42 -52v-252z" />
+    <glyph glyph-name="scommaaccent.sc" unicode="&#xe0b5;" horiz-adv-x="412" 
+d="M339 448c5.5 -38 6 -77 4 -106c-9 -5 -18 -5 -27 -2c-15 64 -59 97 -108 97c-52 0 -80 -28 -80 -71c0 -42.5 47 -67 97 -91c48.1 -23.1 139 -68 139 -146c0 -86.1 -57 -141 -146 -141c-77 0 -106 17 -125 17c-12 0 -22 -2 -33 -6c-7 32 -8.7 70.5 -11 141
+c9.9 3.8 19 4.5 32 2c18 -89 63 -121 119 -121c59 0 86 28 86 86c0 57 -43 80 -108 110c-41 19 -119 58 -119 131c0 82 78 122 148 122c81 0 107 -22 132 -22zM195 -41c38 0 62 -34 62 -86c0 -60 -49 -90 -106 -99c-6 6 -8 15 -8 24c49 11 75 35 75 53c0 20 -13 24 -31 26
+c-17 3 -42 12 -42 39c0 24 21 43 50 43z" />
+    <glyph glyph-name="idotaccent.sc" unicode="&#xe0b6;" horiz-adv-x="311" 
+d="M105 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM195 338v-216c0 -83 11 -87 72 -91c6 -6 6 -27 0 -33c-35 1 -78.6 2 -111 2c-33.7 0 -75 -1 -112 -2c-6 6 -6 27 0 33c61 5 72 8 72 91v216c0 83 -11 87 -72 91
+c-6 6 -6 27 0 33c39 -1 80.7 -2 111 -2c30.7 0 74 1 112 2c6 -6 6 -27 0 -33c-61 -5 -72 -8 -72 -91z" />
+    <glyph glyph-name="uniE0F5" unicode="&#xe0f5;" horiz-adv-x="550" 
+d="M261.2 5.2c-1 3.9 -2.10001 7.8 -3.20001 11.8c-31 116 -93 229 -152 317c-20 31 -36 37 -53 37c-11 0 -20 -2 -37 -5l-5 29c77 15 84 37 111 37c11 0 15 -5 19 -13c67.8 -118.9 128.7 -235.2 160.3 -355.3c65.5 99.8 111.7 199.5 111.7 251.3c0 21 -3 40 -19 49
+c-20 11 -30 28 -30 46c0 21 16 32 40 32c40 0 65 -27 65 -60c0 -73.7 -52.3 -207.5 -157.6 -362.4c12.5 -59.8 22.6 -110.2 22.6 -139.6c0 -67 -25 -115 -80 -115c-40 0 -61 36 -61 65c0 43.6 5.2 82 68.2 175.2zM271.8 -38.4c-29.2 -48.2 -38.8 -91.2 -38.8 -124.6
+c0 -16 5 -38 28 -38c14 0 25 23 25 49c0 25 -2.79999 61.4 -14.2 113.6z" />
+    <glyph glyph-name="uniE130" unicode="&#xe130;" horiz-adv-x="166" 
+d="M271 223h-216c-9 0 -15 9 -15 19c0 18 13 41 25 41h219c10 0 14 -10 14 -20c0 -12 -14 -40 -27 -40z" />
+    <glyph glyph-name="uni2300" unicode="&#x2300;" horiz-adv-x="566" 
+d="M283 403c-102 0 -188 -83 -188 -185c0 -52.2 22.1 -100.8 57.1 -136l239.6 286.9c-30.9 21.5 -68.5 34.1 -108.7 34.1zM127.2 52.3c-43.7 42.3 -71.2 101.6 -71.2 165.7c0 123 103 224 227 224c49.6 0 95.9 -16.1 133.5 -43.4l65.5 78.4l28 -24l-65.4 -78.5
+c40.3 -40.5 65.4 -95.8 65.4 -156.5c0 -124 -102 -230 -227 -230c-46.8 0 -90.5 15.1 -126.9 40.5l-72.1 -86.5l-28 25zM180.8 58.1c29.6 -20.2 64.8 -32.1 102.2 -32.1c104 0 189 90 189 192c0 49.1 -19.9 93.7 -52.1 126.9z" />
+    <glyph glyph-name="ampersand.sc" unicode="&#xe0bd;" horiz-adv-x="605" 
+d="M424 322c-12 0 -16 6 -16 14c0 13 13 29 28 29h141c12 0 16 -6 16 -13c0 -14 -13 -30 -28 -30h-63c-15 -253 -127 -334 -256 -334c-123 0 -204 68 -204 176c0 73 54 142 107 182c-23 30 -30 55 -30 83c0 65 62 144 179 144c42 0 73 -21 98 -21c0 -28 7 -80 13 -114
+l-27 -5c-13 51 -51 101 -113 101c-73 0 -95 -60 -95 -90c0 -50 18 -79 55 -79h94c12 0 16 -6 16 -13c0 -14 -13 -30 -28 -30h-107c-48 0 -92 -60 -92 -112c0 -63 21 -168 152 -168c133 0 198 169 198 241c0 24 -16 39 -38 39z" />
+    <glyph glyph-name="uniE0F0" unicode="&#xe0f0;" horiz-adv-x="696" 
+d="M396 379l95 -287l75 259c2 7 4 14 4 21c0 18 -12 30 -44 30h-13c-5 0 -9 4 -9 7v20l3 2s61 -2 98 -2c35 0 75 2 75 2l1 -2v-19c0 -6 -7 -8 -13 -8c-25 0 -56 -14 -70 -61l-102 -332c-5.29999 -17.2 -11 -21 -20 -21c-10 0 -20 5 -25 20l-107 314l-114 -312
+c-6 -16 -13 -22 -23 -22c-9 0 -19.3 4.9 -24 20l-104 331c-12 39 -29 63 -59 63c-5 0 -12 2 -12 7v20l2 2s42 -2 86 -2c47 0 104 2 104 2l2 -3v-18c0 -5 -4 -8 -9 -8h-15c-19 0 -32 -8 -32 -20c0 -7 2 -16 5 -26l76 -267l93 267c11.5 32.9 36 50 47 50c16 0 23 -9 29 -27z
+" />
+    <glyph glyph-name="y.alt" unicode="&#xe0f6;" horiz-adv-x="514" 
+d="M368 17c0 11 -1 23 -4 32c-2 7 -7 5 -12 1c-49 -40 -96 -60 -135 -60c-99 0 -129 67 -129 136v192c0 65 -14 76 -62 80c-6 6 -6 27 0 33c37 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-182c0 -89 50 -103 80 -103c25 0 63 16 100 48
+c14 12 16 20 16 39v193c0 66 -13 78 -62 81c-6 6 -6 27 0 33c37 -1 70 -2 102 -2c15 0 30 1 35 2c5 0 8 -3 8 -6c0 0 -4 -73 -4 -103v-221c0 -225.5 -32.2 -240.5 -60 -273c-29.5 -34.5 -58 -63 -142 -63c-41 0 -135 13 -135 57c0 18 24 41 35 41c26 0 31.7 -13.2 46 -28
+c15.5 -16 31 -34 59 -34c40 0 76.1 14.9 93.5 42c25 39 29.5 104 29.5 174z" />
+    <glyph glyph-name="married" unicode="&#x26ad;" horiz-adv-x="758" 
+d="M86 214c0 -95 79 -174 174 -174c27.6 0 53.9 6.7 77.3 18.5c-39.1 40.4 -63.3 95.3 -63.3 155.5c0 60.2 24.2 115.1 63.3 155.5c-23.4 11.8 -49.7 18.5 -77.3 18.5c-95 0 -174 -79 -174 -174zM36 214c0 123 101 224 224 224c43.6 0 84.4 -12.7 119 -34.6
+c34.6 21.9 75.4 34.6 119 34.6c123 0 224 -101 224 -224s-101 -224 -224 -224c-43.6 0 -84.4 12.7 -119 34.6c-34.6 -21.9 -75.4 -34.6 -119 -34.6c-123 0 -224 101 -224 224zM379 340.1c-33.7 -31.9 -55 -76.8 -55 -126.1c0 -49.3 21.3 -94.2 55 -126.1
+c33.7 31.9 55 76.8 55 126.1c0 49.3 -21.3 94.2 -55 126.1zM420.7 58.5c23.4 -11.8 49.7 -18.5 77.3 -18.5c95 0 174 79 174 174s-79 174 -174 174c-27.6 0 -53.9 -6.70001 -77.3 -18.5c39.1 -40.4 63.3 -95.3 63.3 -155.5c0 -60.2 -24.2 -115.1 -63.3 -155.5z" />
+    <glyph glyph-name="uni214F" unicode="&#x214f;" horiz-adv-x="1059" 
+d="M827 362c-44 0 -56 -59 -56 -76c0 -54 33 -98 58 -124c20 30 48 81 48 134c0 15 -12 66 -50 66zM240 362c-45 0 -57 -62 -57 -81c0 -51 21 -95 39 -127c28 32 67 83 67 142c0 28 -18 66 -49 66zM528 362c-44 0 -56 -62 -56 -82c0 -53 26 -102 49 -132c25 35 56 90 56 149
+c0 27 -16 65 -49 65zM488 113c-27 49 -50 119 -50 195c0 56 21 131 88 131c73 0 85 -90 85 -124c0 -86 -33 -166 -59 -207c26 -24 68 -46 120 -46c57 0 100 30 125 58c-31 45 -59 114 -59 190c0 33 11 129 89 129c72 0 83 -88 83 -124c0 -74 -23 -143 -46 -187
+c58 -44 123 -59 183 -61l-9 -74c-89 2 -159 43 -205 89c-57 -80 -111 -92 -152 -92c-70 0 -124 40 -156 78c-60 -71 -114 -78 -146 -78c-36 0 -97 7 -157 86c-86 -79 -183 -83 -201 -83l-9 74c74 1 135 24 178 58c-23 45 -40 110 -40 184c0 57 20 130 87 130s85 -69 85 -126
+c0 -86 -35 -166 -65 -202c46 -45 98 -49 115 -49c45 0 89 23 116 51z" />
+    <glyph glyph-name="perpendicular" unicode="&#x22a5;" horiz-adv-x="629" 
+d="M289 578h51v-533h269v-45h-589v45h269v533z" />
+    <glyph glyph-name="uni22A6" unicode="&#x22a6;" horiz-adv-x="413" 
+d="M388 308v-45h-277v-273h-51v588h51v-270h277z" />
+    <glyph glyph-name="uni22A4" unicode="&#x22a4;" horiz-adv-x="629" 
+d="M340 -10h-51v533h-269v45h589v-45h-269v-533z" />
+    <glyph glyph-name="uni22A2" unicode="&#x22a2;" horiz-adv-x="663" 
+d="M638 306v-45h-527v-272h-51v589h51v-272h527z" />
+    <glyph glyph-name="uni22A3" unicode="&#x22a3;" horiz-adv-x="663" 
+d="M25 261v45h527v272h51v-589h-51v272h-527z" />
+    <glyph glyph-name="uni27C2" unicode="&#x27c2;" horiz-adv-x="629" 
+d="M289 578h51v-533h269v-45h-589v45h269v533z" />
+    <glyph glyph-name="uni2718" unicode="&#x2718;" horiz-adv-x="622" 
+d="M221 544c28 0 12 -49 90 -194c80 78 195 190 206 190c25 0 25 -48 25 -48c19 -2 30 -16 30 -28c0 -36 -44 -23 -213 -210c67 -140 96 -154 96 -175c0 -11 -3 -37 -36 -37c-4 -11 -15 -40 -30 -40c-7 0 -15 8 -24 13c-12 -7 -20 -19 -31 -19c-22 0 -36 52 -75 149
+c-123 -121 -138 -162 -151 -162c-10 0 -16 31 -16 35c-4 -2 -10 -4 -14 -4c-15 0 -28 30 -28 37c0 6 10 19 15 28c-4 10 -11 17 -11 26c0 22 137 128 159 149c-26 63 -67 190 -67 232c0 18 16 45 26 45c7 0 13 -10 26 -19c8 13 15 32 23 32z" />
+    <glyph glyph-name="uni2714" unicode="&#x2714;" horiz-adv-x="591" 
+d="M135 222c16 0 27.4 -97 43 -97c15.2 0 158 253 240 412c14 27.2 48 36 89 36c20.3 0 24 -4.40002 24 -11c0 -19.6 -127 -200.6 -331 -555c-7 -12 -21 -17 -42 -17c-80.8 0 -98 174 -98 174c0 18 16 45 26 45c7 0 16 -12 26 -19c8 13 15 32 23 32z" />
+    <glyph glyph-name="uniA765" unicode="&#xa765;" horiz-adv-x="531" 
+d="M191 288v-190c0 -31.8 5 -38 17 -48.4c28.3 -24.4 55.8 -25.6 70 -25.6c106 0 131 97 131 184c0 60 -9 118 -52 161c-15 15 -33 24 -58 24c-33.5 0 -108 -35 -108 -105zM114 559c0 84 -12 79 -64 82c-6 6 -8 22 -6 30c40 3 115 17 140 27c9 0 13 -3 13 -10
+c0 0 -4 -40 -4 -105v-13.6l64 30.6c19 9.09998 37 20 52 30l16 -33c3.60001 -6.40002 9.20001 -16.9 9.20001 -25.7c0 -7.39996 -5.10001 -13.5 -10.6 -13.5c-9.5 0 -21.9 14.7 -37.6 14.7c-3.5 0 -7.20001 -0.700012 -11 -2.5l-82 -39.1v-138.9c0 -22 2 -22 17 -6.70001
+c25.4 25.9 63.5 53.7 115 53.7c97 0 170 -99 170 -204c0 -81 -27 -142 -72 -187c-39 -39 -87 -58 -140 -58c-27.4 0 -50.2 4.6 -71 13c-11 4.4 -19 15 -19 -13v-100c0 -83 11 -87 82 -91c6 -6 6 -27 0 -33c-43 1 -74 2 -121 2c-44 0 -70 -1 -112 -2c-6 6 -6 27 0 33
+c61 3 72 8 72 91v603.3l-51 -24.3c-18.2 -8.70001 -37 -19 -53 -29l-15 34c-2.9 5.79999 -9 16.4 -9 25.6c0 6.69998 4 13 10.1 13c10 0 22.6 -16.4 38.7 -16.4c3.6 0 7.3 0.799988 11.2 2.79999l68 32.5v27.5z" />
+    <glyph glyph-name="uni26AC" unicode="&#x26ac;" horiz-adv-x="520" 
+d="M86 214c0 -95 79 -174 174 -174s174 79 174 174s-79 174 -174 174s-174 -79 -174 -174zM36 214c0 123 101 224 224 224s224 -101 224 -224s-101 -224 -224 -224s-224 101 -224 224z" />
+    <glyph glyph-name="divorced" unicode="&#x26ae;" horiz-adv-x="950" 
+d="M449 469h50v-138.5c39.5 64.3 110.6 107.5 191 107.5c123 0 224 -101 224 -224s-101 -224 -224 -224c-80.4 0 -151.5 43.2 -191 107.5v-147.5h-50v144.3c-39.9 -62.5 -109.9 -104.3 -189 -104.3c-123 0 -224 101 -224 224s101 224 224 224c79.1 0 149.1 -41.8 189 -104.3
+v135.3zM86 214c0 -95 79 -174 174 -174s174 79 174 174s-79 174 -174 174s-174 -79 -174 -174zM516 214c0 -95 79 -174 174 -174s174 79 174 174s-79 174 -174 174s-174 -79 -174 -174z" />
+    <glyph glyph-name="uni26AF" unicode="&#x26af;" horiz-adv-x="1188" 
+d="M86 214c0 -95 79 -174 174 -174s174 79 174 174s-79 174 -174 174s-174 -79 -174 -174zM36 214c0 123 101 224 224 224c116.3 0 212.9 -90.2 223.1 -204h221.8c10.2 113.8 106.8 204 223.1 204c123 0 224 -101 224 -224s-101 -224 -224 -224c-112.8 0 -207.2 85 -222 194
+h-224c-14.8 -109 -109.2 -194 -222 -194c-123 0 -224 101 -224 224zM754 214c0 -95 79 -174 174 -174s174 79 174 174s-79 174 -174 174s-174 -79 -174 -174z" />
+    <glyph glyph-name="uni222C" unicode="&#x222c;" horiz-adv-x="595" 
+d="M370 23c0 80 -2 106 -2 186v131c0 246 58 358 164 358c29 0 53 -18 53 -43c0 -22 -20 -39 -44 -39c-32 0 -34 33 -58 33c-21 0 -41 -37 -41 -170c0 -50 4 -122 4 -185v-119c0 -305 -64 -396 -162 -396c-32 0 -54 18 -54 43c0 20 20 37 39 37c27 0 41 -31 58 -31
+c28 0 43 118 43 195zM140 23c0 80 -2 106 -2 186v131c0 246 58 358 164 358c29 0 53 -18 53 -43c0 -22 -20 -39 -44 -39c-32 0 -34 33 -58 33c-21 0 -41 -37 -41 -170c0 -50 4 -122 4 -185v-119c0 -305 -64 -396 -162 -396c-32 0 -54 18 -54 43c0 20 20 37 39 37
+c27 0 41 -31 58 -31c28 0 43 118 43 195z" />
+    <glyph glyph-name="uni222D" unicode="&#x222d;" horiz-adv-x="875" 
+d="M650 23c0 80 -2 106 -2 186v131c0 246 58 358 164 358c29 0 53 -18 53 -43c0 -22 -20 -39 -44 -39c-32 0 -34 33 -58 33c-21 0 -41 -37 -41 -170c0 -50 4 -122 4 -185v-119c0 -305 -64 -396 -162 -396c-32 0 -54 18 -54 43c0 20 20 37 39 37c27 0 41 -31 58 -31
+c28 0 43 118 43 195zM390 23c0 80 -2 106 -2 186v131c0 246 58 358 164 358c29 0 53 -18 53 -43c0 -22 -20 -39 -44 -39c-32 0 -34 33 -58 33c-21 0 -41 -37 -41 -170c0 -50 4 -122 4 -185v-119c0 -305 -64 -396 -162 -396c-32 0 -54 18 -54 43c0 20 20 37 39 37
+c27 0 41 -31 58 -31c28 0 43 118 43 195zM140 23c0 80 -2 106 -2 186v131c0 246 58 358 164 358c29 0 53 -18 53 -43c0 -22 -20 -39 -44 -39c-32 0 -34 33 -58 33c-21 0 -41 -37 -41 -170c0 -50 4 -122 4 -185v-119c0 -305 -64 -396 -162 -396c-32 0 -54 18 -54 43
+c0 20 20 37 39 37c27 0 41 -31 58 -31c28 0 43 118 43 195z" />
+    <glyph glyph-name="uni222E" unicode="&#x222e;" horiz-adv-x="532" 
+d="M229.3 -7.2c-107.1 17.2 -189.3 110.2 -189.3 221.2c0 111.6 84 205.9 191.5 222.4c13.9 179 69.5 261.6 160.5 261.6c29 0 53 -18 53 -43c0 -22 -20 -39 -44 -39c-32 0 -34 33 -58 33c-21 0 -41 -37 -41 -170c0 -13.1 0.299988 -27.7 0.700012 -43.2
+c106.5 -18.1 189.3 -111.5 189.3 -221.8c0 -113.7 -86.6 -207.2 -196.5 -222c-21.9 -160.2 -76.8 -213 -151.5 -213c-32 0 -54 18 -54 43c0 20 20 37 39 37c27 0 41 -31 58 -31c24.5 0 39.1 90.6 42.3 164.8zM300.1 32.3c84.9 16.3 147.9 90.9 147.9 181.7
+c0 89.6 -60.5 164.1 -144.1 181.9c1 -33.5 2.10001 -68.9 2.10001 -101.9v-119c0 -54.1 -2 -101.4 -5.89999 -142.7zM229.1 396.5c-84.7 -16.9 -145.1 -92.7 -145.1 -182.5c0 -90.1 60.8 -165.3 146 -181.7c-0.100006 72.9 -2 99.9 -2 176.7v131
+c0 19.7 0.399994 38.5 1.10001 56.5z" />
+    <glyph glyph-name="angle" unicode="&#x2220;" horiz-adv-x="666" 
+d="M30 94l408.6 481.4l37.4 -31.7l-344.6 -405.7h469.6v-44h-571z" />
+    <glyph glyph-name="uni2221" unicode="&#x2221;" horiz-adv-x="666" 
+d="M352.3 -10c10.2 32.2 15.7 66.5 15.7 102v2h-338l217.4 256.1c-26.8 22.4 -57.1 40.8 -90 54.2l31.8 39.9c32.6 -14.8 62.8 -34 89.8 -56.9l159.6 188.1l37.4 -31.7l-161.7 -190.4c53.1 -58.2 88.4 -132.8 97.4 -215.3h189.3v-44h-187
+c-0.200012 -36.1 -5.39999 -71 -14.9 -104h-46.8zM364.9 138c-9.29999 67.8 -38.8 129.2 -82.3 178l-151.2 -178h233.5z" />
+    <glyph glyph-name="uni2222" unicode="&#x2222;" horiz-adv-x="666" 
+d="M297.8 -2c21.7 25.9 39.8 55.5 53.3 88.4c0.299988 0.599998 0.5 1.2 0.699982 1.8l-312.7 128.2l298.3 154.5c-16.3 30.9 -37.4 59.5 -62.8 84.3l44.6 24.9c24.6 -26 45.2 -55.3 61.5 -86.7l219 113.5l22.6 -43.6l-221.9 -114.8c27 -74 31.4 -156.3 8.5 -236.1
+l175.2 -71.8l-16.7 -40.8l-173 71c-13.9 -33.3 -31.9 -63.6 -53.3 -90.6zM365.6 130.1c17.1 66.3 13.2 134.3 -8.60001 195.9l-207.4 -107.3z" />
+    <glyph glyph-name="uni22B6" unicode="&#x22b6;" horiz-adv-x="750" 
+d="M200 235c0 27 -22 51 -52 51c-29 0 -50 -24 -50 -50c0 -30 23 -51 51 -51c27 0 51 21 51 50zM498 262c14 42 42 78 102 78c57 0 106 -45 106 -105c0 -57 -45 -104 -106 -104c-60 0 -90 33 -102 77h-249c-11 -46 -41 -77 -101 -77c-58 0 -104 42 -104 104s48 105 104 105
+c52 0 90 -30 101 -78h249z" />
+    <glyph glyph-name="uni22B7" unicode="&#x22b7;" horiz-adv-x="750" 
+d="M550 236c0 -27 22 -51 52 -51c29 0 50 24 50 50c0 30 -23 51 -51 51c-27 0 -51 -21 -51 -50zM252 209c-14 -42 -42 -78 -102 -78c-57 0 -106 45 -106 105c0 57 45 104 106 104c60 0 90 -33 102 -77h249c11 46 41 77 101 77c58 0 104 -42 104 -104s-48 -105 -104 -105
+c-52 0 -90 30 -101 78h-249z" />
+    <glyph glyph-name="uni2609" unicode="&#x2609;" horiz-adv-x="692" 
+d="M125 287c0 119 94 221 222 221c137 0 220 -113 220 -221c0 -124 -102 -221 -219 -221c-134 0 -223 107 -223 221zM346 458c-96 0 -171 -77 -171 -171c0 -92 72 -171 171 -171s171 79 171 171c0 91 -73 171 -171 171zM297 287c0 27 22 49 49 49s49 -22 49 -49
+s-22 -49 -49 -49s-49 22 -49 49z" />
+    <glyph glyph-name="grave.cap" unicode="&#xe358;" 
+d="M-217 691l121 -84c11 -8 15 -14 15 -21c0 -8 -7 -15 -15 -15s-22 3 -43 12l-154 63c18.3 17.7 41.8 33.4 76 45z" />
+    <glyph glyph-name="acute.cap" unicode="&#xe359;" 
+d="M-157 693c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21z" />
+    <glyph glyph-name="circumflex.cap" unicode="&#xe35a;" 
+d="M-113 642c30 -36 67 -70 103 -97c-2.8 -9.09998 -6.9 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0z" />
+    <glyph glyph-name="caron.cap" unicode="&#xe35b;" 
+d="M-205 524c-30 37 -65 67 -101 95l16 20c39 -17 73 -36 106 -61c37 26 69 45 107 61l15 -20c-38 -29 -70 -61 -100 -95h-43z" />
+    <glyph glyph-name="breve.cap" unicode="&#xe35c;" 
+d="M-25 657c-6 -71 -70 -113 -136 -113c-73 0 -131 43 -136 113h28c8 -39 55 -61 108 -61c49 0 101 22 108 61h28z" />
+    <glyph glyph-name="hungarumlaut.cap" unicode="&#xe35d;" 
+d="M-101 704c0 -9 -3 -16 -7 -20l-99 -84c-2 -2 -5 -3 -8 -3c-5 0 -13 5 -13 13c0 3 1.2 6.40002 3.7 11l59.3 109c5 8 12 12 23 12c29 0 41 -21.8 41 -38zM-232 709c0 -8 -2 -15 -7 -19l-88 -80.5c-4.39999 -4 -8.39999 -7.5 -14 -7.5c-7 0 -13 5 -13 12
+c0 2 0.600006 7.20001 2.5 11l54.5 110c5 8 12 12 27 12c15.7 0 38 -14.7 38 -38z" />
+    <glyph glyph-name="space_uni030F.cap" unicode="&#xe35e;" 
+d="M-354 704c0 16.2 12 38 41 38c11 0 18 -4 23 -12l59.3 -109c2.5 -4.59998 3.7 -8 3.7 -11c0 -8 -8 -13 -13 -13c-3 0 -6 1 -8 3l-99 84c-4 4 -7 11 -7 20zM-223 709c0 23.3 22.3 38 38 38c15 0 22 -4 27 -12l54.5 -110c1.9 -3.79999 2.5 -9 2.5 -11c0 -7 -6 -12 -13 -12
+c-5.6 0 -9.6 3.5 -14 7.5l-88 80.5c-5 4 -7 11 -7 19z" />
+    <glyph glyph-name="breveinvertedcmb.cap" unicode="&#xe35f;" 
+d="M-298 544c6 71 70 113 136 113c73 0 131 -43 136 -113h-28c-8 39 -55 61 -108 61c-49 0 -101 -22 -108 -61h-28z" />
+    <glyph glyph-name="breve.cyrcap" unicode="&#xe360;" 
+d="M-190 729c33 0 56 17 56 34c0 5 -1 11 -1 13c0 15 10 30 33 30c27 0 37 -14 37 -33c0 -52 -59 -75 -125 -75s-125 23 -125 75c0 19 10 33 37 33c23 0 33 -15 33 -30c0 -2 -1 -8 -1 -13c0 -17 23 -34 56 -34z" />
+    <glyph glyph-name="breve.cyr" unicode="&#xe361;" 
+d="M-91 590c0 -55 -58 -87 -122 -87c-65 0 -120 33 -120 87c0 18 16 33 39 33c22 0 34 -14 34 -30c0 -3 0 -5 -1 -8s-1 -6 -1 -8c0 -22 20 -43 50 -43c29 0 50 20 50 42c0 3 0 6 -1 9c-1 2 -1 4 -1 7c0 17 17 31 35 31c24 0 38 -14 38 -33z" />
+    <glyph glyph-name="dieresis.cap" unicode="&#xe362;" 
+d="M-192 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM-381 757c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48z" />
+    <glyph glyph-name="hookabovecomb.cap" unicode="&#xe363;" 
+d="M-86 725c0 -22 -16 -33 -33 -44c-18 -12 -33 -24 -35 -49h-26c0 33 13 47 25 59c9 9 17 17 17 31c0 23 -14 35 -36 35c-19 0 -28 -9 -28 -14c0 -3 1 -6 3 -8c2 -3 6 -8 6 -15c0 -12 -11 -21 -27 -21c-20 0 -27 15 -27 27c0 21 28 55 82 55c64 0 79 -40 79 -56z" />
+    <glyph glyph-name="dotaccent.cap" unicode="&#xe364;" horiz-adv-x="291" 
+d="M94 640c0 28 24 52 52 52s52 -24 52 -52s-24 -52 -52 -52s-52 24 -52 52z" />
+    <glyph glyph-name="uni033B" unicode="&#x33b;" 
+d="M-306 -104v-102h108v102h-108zM-343 -72h182v-166h-182v166z" />
+    <glyph glyph-name="f.short" unicode="&#xe0e0;" horiz-adv-x="328" 
+d="M175 429h108c5 0 8 -2 8 -6v-20c0 -9 -14 -13 -23 -13h-93v-268c0 -83 11 -87 79 -91c6 -6 6 -27 0 -33c-38 1 -81.4 2 -118 2c-36.5 0 -72 -1 -105 -2c-6 6 -6 27 0 33c54 4 65 8 65 91v268h-69c-4 0 -5 1 -5 6v13c0 8 5 20 23 20h51v40c0 88 8 141 38 181
+c24 32 70 48 99 48c38 0 68 -9 88 -24s29 -32 29 -48c0 -21 -14 -36 -33 -36c-20 0 -31.8 10.6 -39 28c-12 29 -26 46 -54 46c-15.5 0 -37 -14 -45 -38c-7.5 -22.5 -4 -73 -4 -140v-57z" />
+    <glyph glyph-name="uni2E02" unicode="&#x2e02;" horiz-adv-x="274" 
+d="M46 453v190l2 4l170 75c14 -5 20 -22 20 -27c0 -6 0 -9 -5 -18l-144 -64v-165c-10 -8 -15 -9 -22 -9c-5 0 -15 4 -21 14z" />
+    <glyph glyph-name="uni2E03" unicode="&#x2e03;" horiz-adv-x="274" 
+d="M228 453c-6 -10 -16 -14 -21 -14c-7 0 -12 1 -22 9v165l-144 64c-5 9 -5 12 -5 18c0 5 6 22 20 27l170 -75l2 -4v-190z" />
+    <glyph glyph-name="uni2E04" unicode="&#x2e04;" horiz-adv-x="274" 
+d="M148 540c0 23 19 42 42 42s42 -19 42 -42s-19 -42 -42 -42s-42 19 -42 42zM46 453v190l2 4l170 75c14 -5 20 -22 20 -27c0 -6 0 -9 -5 -18l-144 -64v-165c-10 -8 -15 -9 -22 -9c-5 0 -15 4 -21 14z" />
+    <glyph glyph-name="uni2E05" unicode="&#x2e05;" horiz-adv-x="274" 
+d="M34 540c0 23 19 42 42 42s42 -19 42 -42s-19 -42 -42 -42s-42 19 -42 42zM228 453c-6 -10 -16 -14 -21 -14c-7 0 -12 1 -22 9v165l-144 64c-5 9 -5 12 -5 18c0 5 6 22 20 27l170 -75l2 -4v-190z" />
+    <glyph glyph-name="uni2E09" unicode="&#x2e09;" horiz-adv-x="294" 
+d="M195 716c44 0 79 -15 79 -45c0 -10 -5 -21 -21 -21c-18 0 -22 28 -60 28c-20 0 -37 -5 -37 -36c0 -38 27 -74 27 -115c0 -46 -33 -75 -81 -75s-82 26 -82 45c0 14 10 22 25 22c13 0 29 -29 61 -29c24 0 33 13 33 32c0 33 -27 83 -27 120c0 38 32 74 83 74z" />
+    <glyph glyph-name="uni2E0A" unicode="&#x2e0a;" horiz-adv-x="294" 
+d="M99 716c51 0 83 -36 83 -74c0 -37 -27 -87 -27 -120c0 -19 9 -32 33 -32c32 0 48 29 61 29c15 0 25 -8 25 -22c0 -19 -34 -45 -82 -45s-81 29 -81 75c0 41 27 77 27 115c0 31 -17 36 -37 36c-38 0 -42 -28 -60 -28c-16 0 -21 11 -21 21c0 30 35 45 79 45z" />
+    <glyph glyph-name="uni2E08" unicode="&#x2e08;" horiz-adv-x="345" 
+d="M228 540c0 23 19 42 42 42s42 -19 42 -42s-19 -42 -42 -42s-42 19 -42 42zM195 716c44 0 79 -15 79 -45c0 -10 -5 -21 -21 -21c-18 0 -22 28 -60 28c-20 0 -37 -5 -37 -36c0 -38 27 -74 27 -115c0 -46 -33 -75 -81 -75s-82 26 -82 45c0 14 10 22 25 22
+c13 0 29 -29 61 -29c24 0 33 13 33 32c0 33 -27 83 -27 120c0 38 32 74 83 74z" />
+    <glyph glyph-name="uni2E18" unicode="&#x2e18;" horiz-adv-x="439" 
+d="M328 110c0 14 -2 19 -6 24c-4 4 -7 9 -7 21c0 21 20 32 40 32c16 0 41 -7 41 -39c0 -35 -21 -59 -51 -81c-17.4 -13.4 -42 -23.4 -69.8 -29.4c-8.20001 -34.7 -33.2 -47.6 -52.2 -47.6c-21 0 -43.3 14 -52.1 43.8c-79.1 11.4 -128.9 57.3 -128.9 120.2
+c0 72 52 115 99 146c23 15 43 30 52 44c4.8 8.5 8.5 16.9 11.3 25.2c3.2 39.2 4.09999 62.7 4.7 70.8c1 12 4 20 14 20c12 0 14 -7 14 -13c2 -20 8 -111 15 -188c9.79999 -87.6 25.5 -124.9 26 -192.8c29.6 10.1 50 27.2 50 43.8zM277 605c0 -29 -24 -53 -53 -53
+s-53 24 -53 53s24 53 53 53s53 -24 53 -53zM167.1 73c1.5 59.8 16.4 104.5 25.9 186c1.3 10.6 2.39999 20.7 3.5 30.4c-7.39999 -8.39999 -16.1 -16.9 -26.5 -25.4c-40 -33 -53 -64 -53 -106c0 -32.3 19.9 -65.8 50.1 -85z" />
+    <glyph glyph-name="uni0364" unicode="&#x364;" 
+d="M-245 531c21 0 33 7 44 19l11 -12c-12 -16 -30 -29 -58 -29c-27 0 -46 12 -58 24s-16 29 -16 55c0 35 26 74 71 74c52 0 64 -40 64 -73h-96c0 -41 19 -58 38 -58zM-229 607c0 29 -11 38 -24 38c-17 0 -26 -20 -27 -38h51z" />
+    <glyph glyph-name="uni1D15" unicode="&#x1d15;" horiz-adv-x="371" 
+d="M259 340c0 48 -31 61 -31 82c0 9 7 13 24 13c58 0 70 -66 70 -87c0 -46 -37 -82 -80 -102c4 -8 96 -42.1 96 -126c0 -72 -68 -130 -155 -130c-92 0 -151 53 -151 116c0 64 73 108 107 121c-5 6 -90 41 -90 118c0 43 28 90 69 90c10 0 15 -3 16 -11c0 -8 -22 -16 -22 -54
+c0 -71 51 -86 99 -106c16 10 48 37.4 48 76zM103 115c0 -42 33 -95 94 -95c41 0 71 33 71 67c0 54 -28 81 -97 121c-6 0 -68 -41 -68 -93z" />
+    <glyph glyph-name="uni033A" unicode="&#x33a;" 
+d="M-179 -100c8 7 15 10 22 10c8 0 15 -4 22 -7v-88c0 -11 -15 -24 -31 -24h-185c-20 0 -24 8 -24 22v87c10 8 17 12 24 12c6 0 13 -3 20 -9v-68h152v65z" />
+    <glyph glyph-name="uni033C" unicode="&#x33c;" 
+d="M-383 -222c-5 3 -20 13 -24 18c17 76 47 131 82 131c14 0 49 -10 73 -81c26 70 59 81 73 81c33 0 64 -46 83 -131c-3 -4 -21 -17 -23 -18c-14 52 -31 85 -59 85c-13 0 -43 -7 -64 -87c-3 -1 -6 -1 -9 -1c-4 0 -8 0 -10 1c-14 53 -36 87 -63 87c-36 0 -52 -56 -59 -85z
+" />
+    <glyph glyph-name="uni0339" unicode="&#x339;" 
+d="M-163 -147c0 31 -17 56 -62 56c-3 0 -6 -1 -8 -1l1 39c5 1 10 1 15 1c53 0 94 -42 94 -95c0 -55 -44 -97 -99 -97c-4 0 -8 0 -11 1l2 41c3 0 6 -1 8 -1c44 0 60 27 60 56z" />
+    <glyph glyph-name="uni0332" unicode="&#x332;" 
+d="M-73 -131h-345c-8 0 -12 8 -12 15c0 12 10 29 22 29h345c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0333" unicode="&#x333;" 
+d="M-133 -121h-225c-8 0 -12 8 -12 15c0 12 10 29 22 29h225c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM-133 -211h-225c-8 0 -12 8 -12 15c0 12 10 29 22 29h225c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0334" unicode="&#x334;" 
+d="M-140 218c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="uni0335" unicode="&#x335;" 
+d="M-98 201h-205c-8 0 -12 8 -12 15c0 12 10 29 22 29h205c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0336" unicode="&#x336;" 
+d="M-73 201h-345c-8 0 -12 8 -12 15c0 12 10 29 22 29h345c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0337" unicode="&#x337;" 
+d="M-76 454c17 0 27 -10 31 -23l-377 -459c-16 0 -28 11 -30 26z" />
+    <glyph glyph-name="uni033D" unicode="&#x33d;" 
+d="M-232.7 540.2l73.8 -73.2l-28.1 -28.1l-73.2 73.2l-73.2 -73.1l-28.7 28l73.8 73.2l-73.8 73.8l28.7 28l73.2 -73.7l73.2 73.8l28.1 -28.1z" />
+    <glyph glyph-name="uni033E" unicode="&#x33e;" 
+d="M-243.5 604c0 17.6 -8.7 28.8 -45.7 40l5.20001 19.2c52.8 -9.60004 79.2 -32.8 79.2 -69.6c0 -17.6 -10.5 -34.4 -22.8 -51.2c-9.7 -14.4 -19.4 -29.6 -19.4 -43.2c0 -20.8 13.2 -31.2 42.2 -39.2l-4.39999 -19.2c-51.9 11.2 -78.3 29.6 -78.3 64
+c0 24 12.4 41.6 24.7 57.6c10.6 12.8 19.3 26.4 19.3 41.6z" />
+    <glyph glyph-name="uni033F" unicode="&#x33f;" 
+d="M-73 569h-345c-8 0 -12 8 -12 15c0 12 10 29 22 29h345c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM-73 479h-345c-8 0 -12 8 -12 15c0 12 10 29 22 29h345c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0340" unicode="&#x340;" 
+d="M-156 708l70 -126c5 -10 6 -17 6 -24c0 -5 -7 -11 -15 -11c-6 0 -13 5 -29 20l-114 109l2 11c8 6 31 23 65 23c5 0 11 -1 15 -2z" />
+    <glyph glyph-name="uni0341" unicode="&#x341;" 
+d="M-152 708c3 1 9 2 14 2c6.39999 0 32 -1 55 -23l3 -11l-115 -109c-15 -15 -23 -19 -30 -19s-14 6 -14 13c0 11.2 3.3 15.2 11.4 28z" />
+    <glyph glyph-name="uni0344" unicode="&#x344;" horiz-adv-x="368" 
+d="M50 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM219 575c0 26 21 48 47 48s47 -22 47 -48s-21 -47 -47 -47s-47 21 -47 47zM244 786c20 0 42 -15 42 -35c0 -5 -2 -13 -6 -18l-92 -122c-3 -4 -8 -8 -12 -8c-8 0 -14 6 -14 13c0 3 1 7 2 10l52 143
+c4 11 15 17 28 17z" />
+    <glyph glyph-name="uni0345" unicode="&#x345;" 
+d="M-222 -74l53 13l22 -7v-52c0 -55 12 -78 32 -78c18 0 34 24 41 51l25 -8c-15 -69 -61 -83 -86 -83c-48 0 -87 24 -87 82v82z" />
+    <glyph glyph-name="uni0346" unicode="&#x346;" 
+d="M-331 493c-8 -7 -15 -10 -22 -10c-8 0 -15 4 -22 7v88c0 11 15 24 31 24h185c20 0 24 -8 24 -22v-87c-10 -8 -17 -12 -24 -12c-6 0 -13 3 -20 9v68h-152v-65z" />
+    <glyph glyph-name="uni0347" unicode="&#x347;" 
+d="M-73 -121h-345c-8 0 -12 8 -12 15c0 12 10 29 22 29h345c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30zM-73 -211h-345c-8 0 -12 8 -12 15c0 12 10 29 22 29h345c9 0 13 -7 13 -14c0 -12 -10 -30 -23 -30z" />
+    <glyph glyph-name="uni0348" unicode="&#x348;" 
+d="M-230 -217c-11 -6 -10 -8 -17 -8c-8 0 -11 2 -23 6v165c10 4 12 6 19 6c9 0 9 -2 21 -6v-163zM-120 -217c-11 -6 -10 -8 -17 -8c-8 0 -11 2 -23 6v165c10 4 12 6 19 6c9 0 9 -2 21 -6v-163z" />
+    <glyph glyph-name="uni034A" unicode="&#x34a;" 
+d="M-214.6 495.4c-7.39999 -0.399994 -14.4 -1.19998 -18.4 -1.19998c-6.3 0 -9 3.79999 -15.5 11.8l15 56.7c-16.6 9.59998 -33.9 16.3 -49.5 16.3c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c22 0 39.7 -10.7 55.5 -22l14.1 53.5
+c5.2 0.599976 7.59999 1 11.5 1c8.89999 0 13.9 -4.5 21.9 -13.5l-16.4 -62.3c11.7 -6.20001 24 -9.70001 37.4 -9.70001c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-12.7 0 -25.1 6 -37.3 13.8z" />
+    <glyph glyph-name="uni034B" unicode="&#x34b;" 
+d="M-260 467.9c-18 0 -33.1 15.1 -33.1 33.1s15.1 33.1 33.1 33.1s33.1 -15.1 33.1 -33.1s-15.1 -33.1 -33.1 -33.1zM-170 635.9c-18 0 -33.1 15.1 -33.1 33.1s15.1 33.1 33.1 33.1s33.1 -15.1 33.1 -33.1s-15.1 -33.1 -33.1 -33.1zM-152 591c22 0 33 10 47 52
+c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="uni0349" unicode="&#x349;" 
+d="M-249.5 -65.5h121l12 -11v-91c-8 -14 -18 -19 -23 -19s-12 2 -17 12v70h-97c-8 9 -9 14 -9 20c0 5 4 14 13 19z" />
+    <glyph glyph-name="uni0354" unicode="&#x354;" 
+d="M-230.8 -130l163.3 -60.3v-37.3l-232 83.8v27.6l232 83.8v-37.3z" />
+    <glyph glyph-name="uni0355" unicode="&#x355;" 
+d="M-136.2 -130l-163.3 60.3v37.2l232 -84.8v-26.5l-232 -83.8v37.3z" />
+    <glyph glyph-name="uni0353" unicode="&#x353;" 
+d="M-236.3 -129.8l73.8 -73.2l-24.5 -24.5l-73.2 73.2l-73.2 -73.2l-25.2 24.5l73.9 73.2l-73.9 73.8l25.2 24.6l73.2 -73.8l73.2 73.8l24.5 -24.6z" />
+    <glyph glyph-name="uni0352" unicode="&#x352;" 
+d="M-206 555c0 -25 -20 -46 -45 -46s-45 21 -45 46s20 45 45 45s45 -20 45 -45zM-143 578c-11 53 -54 90 -108 90c-52 0 -98 -32 -108 -90l-27 12c12 86 76 135 135 135c70 0 121 -50 135 -135z" />
+    <glyph glyph-name="uni0350" unicode="&#x350;" 
+d="M-136.2 598l-163.3 60.3v37.2l232 -84.8v-26.5l-232 -83.8v37.3z" />
+    <glyph glyph-name="uni034C" unicode="&#x34c;" 
+d="M-120 575c8 0 16 -10 16 -16c-18 -34 -42 -53 -72 -53c-32 0 -94 35 -124 35c-36 0 -47 -37 -53 -37c-8 0 -20 13 -20 19c20 33 46 51 77 51c29 0 95 -33 115 -33c44 0 56 34 61 34zM-120 671c8 0 16 -9 16 -17c-18 -33 -42 -53 -72 -53c-32 0 -91 35 -124 35
+c-37 0 -47 -36 -53 -36c-4 0 -8 3 -12 7c-6 4 -8 7 -8 10v1c20 33 45 52 77 52c28 0 95 -34 115 -34c44 0 55 35 61 35z" />
+    <glyph glyph-name="uni034D" unicode="&#x34d;" 
+d="M-414 -127c50 18 91 65 105 81h33c-16 -37 -45 -63 -53 -73h201c-9 12 -39 38 -53 73h34c13 -16 54 -63 104 -81v-11c-38 -20 -76 -52 -104 -83h-35c14 32 36 52 54 72h-201c18 -19 39 -40 54 -72h-34c-19 35 -45 51 -105 83v11z" />
+    <glyph glyph-name="uni034E" unicode="&#x34e;" 
+d="M-243 -230v117c-12 -9 -38 -39 -73 -53v34c16 13 63 54 81 104h11c20 -38 52 -76 83 -104v-35c-32 14 -52 36 -72 54v-117h-30z" />
+    <glyph glyph-name="uni0356" unicode="&#x356;" 
+d="M-275.5 -130l-144 60.3v37.4l212 -85v-26.4l-212 -84v37.4zM-114 -101.7l-60.4 -124.8h-37.5l86.3 193h25.2l84.2 -193h-37.4z" />
+    <glyph glyph-name="uni0363" unicode="&#x363;" 
+d="M-153 587c-40 -11 -46 -27 -46 -38s4 -21 18 -21c11 0 13 5 28 18v41zM-127 509c-17 0 -23 11 -25 21c-18 -16 -22 -21 -40 -21c-23 0 -41 15 -41 38s21 38 55 47l25 8c0 40 -11 43 -23 43c-18 0 -22 -4 -22 -13c0 -4 0 -6 1 -7s1 -4 1 -7c0 -4 -7 -11 -17 -11
+c-8 0 -18 6 -18 14c0 22 33 39 56 39c26 0 58 -11 58 -62v-37c0 -22 2 -31 7 -31c2 0 5 1 7 2l5 -11c-9 -8 -19 -12 -29 -12z" />
+    <glyph glyph-name="uni0366" unicode="&#x366;" 
+d="M-166 659c59 0 74 -48 74 -77c0 -35 -23 -73 -74 -73s-73 36 -73 71c0 31 17 79 73 79zM-134 571c0 43 -12 72 -35 72c-16 0 -29 -11 -29 -56c0 -42 15 -62 37 -62c14 0 27 12 27 46z" />
+    <glyph glyph-name="uni0367" unicode="&#x367;" 
+d="M-188 656v-89c0 -28 11 -34 23 -34c8 0 29 10 39 22v73c0 12 -4 14 -13 14h-6c-1 0 -3 0 -3 2v12l1 1s24 -1 39 -1c5 0 13 1 13 1v-1v-98c0 -13.6 10 -18 23 -22v-15c-17 -2 -28 -5 -42 -12h-12l2 27l-4 1c-8 -9 -31 -28 -50 -28c-24 0 -40 14 -40 50v69
+c0 14 -4 13 -14 14h-3c-2 0 -3 1 -3 2v12v1s20 -1 33 -1c7 0 17 1 17 1v-1z" />
+    <glyph glyph-name="uni0368" unicode="&#x368;" 
+d="M-166 662c14.6 0 28.8 -1.5 39 -7c12.9 -6.90002 20 -19 20 -29c0 -13 -8 -19 -16 -19c-9 0 -18 7 -19 16c-1.3 12.1 -6 22 -21 22c-17 0 -36 -21 -36 -61c0 -48 28 -53 39 -53c21 0 27 10 37 22c7.4 -1.59998 10.9 -6.29999 13 -12c-14 -19 -34 -32 -58 -32
+c-46 0 -69 34 -69 73s28 80 71 80z" />
+    <glyph glyph-name="uni0369" unicode="&#x369;" 
+d="M-170 544v79c-9 10 -16 18 -30 18c-18 0 -29 -13 -29 -53c0 -49 13 -61 32 -61c8 0 18 7 27 17zM-171 527c-10 -9 -25 -17 -37 -17c-16.6 0 -30.2 3.70001 -41 14c-12.6 12 -19 33.3 -19 56c0 35 20 77 62 77c14 0 28 -4 36 -12v29c0 13.6 -8 12 -23 15l-1 14
+c18 2 36 6 49 12h11v-157c0 -15.2 9 -20 22 -22l2 -15c-18 -2 -34 -5 -47 -12h-13l1 17z" />
+    <glyph glyph-name="uni036B" unicode="&#x36b;" 
+d="M-212 544v58c0 28 -4 35 -20 35c-11 0 -22 -10 -32 -22v-71c0 -11 8 -14 18 -17c1 -4 1 -10 0 -14c-8 1 -26 2 -37 2c-9 0 -27 -1 -37 -2c-1 4 -1 10 0 14c11 3 20 4 20 17v74c0 13 -6 14 -22 16c-1.39999 3.79999 -2 8 -2 14c18 2 36 6 49 12h11l-1 -25l2 -1
+c8 9 24 26 43 26c18.4 0 33 -8.59998 39.4 -27.5c8.3 9.20001 28.9 27.5 47.6 27.5c24 0 44 -16 44 -52v-64c0 -13 9 -14 20 -17c1 -4 1 -10 0 -14c-10 1 -28 2 -37 2c-11 0 -29 -1 -37 -2c-1 4 -1 10 0 14c10 3 18 6 18 17v58c0 28 -5 35 -21 35c-9.8 0 -22 -8 -31.6 -18.2
+c0.400009 -3.39996 0.600006 -7 0.600006 -10.8v-64c0 -11 8 -14 18 -17c1 -4 1 -10 0 -14c-8 1 -26 2 -37 2c-9 0 -24 -1 -34 -2c-1 4 -1 10 0 14c11 3 18 4 18 17z" />
+    <glyph glyph-name="uni036D" unicode="&#x36d;" 
+d="M-191 638v-77c0 -21 2 -31 11 -31s14 4 23 10c5 -2.70001 8 -6.70001 9 -12c-14 -15 -32 -19 -47 -19c-16 0 -32 9 -32 33v96h-23c-1 0 -2 0 -2 1v16c0 1 0 2 1 2c22 0 30 13 30 38v6l30 7v-51h37c2 0 3 -1 3 -2v-13c0 -3 -5 -4 -8 -4h-32z" />
+    <glyph glyph-name="uni036E" unicode="&#x36e;" 
+d="M-256 516l-44 107c-8 19 -10 19 -21 19c-2 0 -3 0 -3 2v12l1 1s27 -1 37 -1l39 1l2 -1v-12c0 -2 -2 -2 -4 -2h-5c-5 0 -8 0 -8 -5c0 -3 0 -5 2 -9l31 -71.5l30 69.5c2 5 3 8 3 11c0 4 -5 5 -16 5c-1 0 -2 1 -2 2v12v1s19 -1 30 -1c10 0 27 1 27 1l1 -1v-12
+c0 -2 -2 -2 -4 -2c-8 0 -12 0 -20 -17l-47 -108c-2 -6 -13 -8 -17 -8c-3 0 -10 3 -12 7z" />
+    <glyph glyph-name="uni036C" unicode="&#x36c;" 
+d="M-212 634l1 28h-11c-13 -6 -31 -10 -49 -12c0 -6 1 -10 2 -14c16 -2 22 -3 22 -16v-78c0 -13 -9 -14 -20 -17c-1 -4 -1 -10 0 -14c10 1 28 2 37 2c11 0 29 -1 37 -2c1 4 1 10 0 14c-10 3 -18 6 -18 17v64c0 4 3 9 5 12c9 13 15 17 19 17c2 0 6 0 8 -2c3 -4 8 -7 16 -7
+c11 0 18 6 18 17s-7 19 -23 19c-19 0 -32 -15 -42 -29z" />
+    <glyph glyph-name="uni036A" unicode="&#x36a;" 
+d="M-263 674v-40c8 9 27 28 47 28c25 0 51 -14 51 -52v-68c0 -11 3 -13 14 -15l4 -1c2 -1 2 -2 2 -3v-11s-26 1 -43 1c-14 0 -36 -1 -36 -1v11c0 1 1 3 3 3l6 1c11 1 14 3 14 15v63c0 29 -11 33 -28 33c-12 0 -23 -12 -34 -25v-71c0 -12 4 -14 14 -15l6 -1c1 0 3 -1 3 -3
+v-11s-28 1 -46 1c-13 0 -34 -1 -34 -1v11c0 1 0 3 2 3l5 1c13 2 14 3 14 15v121c0 24 -4 28 -11 28l-12 1c-1 0 -2 0 -2 1v13c15 1 48 6 57 10c3 0 5 -1 5 -4c0 0 -1 -14 -1 -38z" />
+    <glyph glyph-name="uni0365" unicode="&#x365;" 
+d="M-211 542c0 -11 8 -14 18 -17c1 -4 1 -10 0 -14c-8 1 -26 2 -37 2c-9 0 -27 -1 -37 -2c-1 4 -1 10 0 14c11 3 20 4 20 17v78c0 13 -6 14 -22 16c-1 4 -2 8 -2 14c18 2 36 6 49 12h11v-120zM-230 697c-12 0 -22 10 -22 22s10 22 22 22s22 -10 22 -22s-10 -22 -22 -22z" />
+    <glyph glyph-name="uni036F" unicode="&#x36f;" 
+d="M-313 520c0 4 2 4 6 4c11 0 15 2 26 15c0 0 33 39 35 41l-44 57c-5 7 -11 10 -18 10s-8 1 -8 4v9c11 -1 25 -1 39 -1c11 0 28 0 42 1v-9c0 -3 -3 -4 -8 -4c-6 0 -3 -9 -1 -14l16 -31l26 36c5.2 7.20001 -1 9 -8 9c-3 0 -5 1 -5 4v9c10 -1 19 -1 29 -1c11 0 20 0 32 1v-8
+c0 -3 0 -5 -7 -5c-12 0 -15 -1 -26 -16l-31 -44l40 -47c7.8 -9.20001 13 -16 25 -16c7 0 7 -2 7 -4v-11c-11 1 -27 2 -38 2c-13 0 -37 -1 -45 -2v8c0 4 2 7 7 7c12 0 7 6 5 10c0 0 -16 27 -19 31c-9 -12 -25 -31 -25 -31c-5.89999 -7.29999 -3 -10 7 -10c4 0 5 -2 5 -4v-11
+c-11 1 -26 2 -35 2c-13 0 -19 -1 -29 -2v11z" />
+    <glyph glyph-name="uni02E5" unicode="&#x2e5;" horiz-adv-x="437" 
+d="M372 645v-645h-63v589h-283v56h346z" />
+    <glyph glyph-name="uni02E6" unicode="&#x2e6;" horiz-adv-x="437" 
+d="M372 645v-645h-63v519h-283v56h283v70h63z" />
+    <glyph glyph-name="uni02E7" unicode="&#x2e7;" horiz-adv-x="437" 
+d="M372 645v-645h-63v314h-283v56h283v275h63z" />
+    <glyph glyph-name="uni02E8" unicode="&#x2e8;" horiz-adv-x="437" 
+d="M372 645v-645h-63v69h-283v56h283v520h63z" />
+    <glyph glyph-name="uni02E9" unicode="&#x2e9;" horiz-adv-x="437" 
+d="M372 645v-645h-346v56h283v589h63z" />
+    <glyph glyph-name="uni02EA" unicode="&#x2ea;" horiz-adv-x="365" 
+d="M50 74v294h51v-249h214v-45h-265z" />
+    <glyph glyph-name="uni02EB" unicode="&#x2eb;" horiz-adv-x="372" 
+d="M102 51h-52v352h52v-151h220v-46h-220v-155z" />
+    <glyph glyph-name="uni02F0" unicode="&#x2f0;" horiz-adv-x="215" 
+d="M107.9 -101.7l-60.5 -124.8h-37.4l86.2 193h25.3l84.2 -193h-37.4z" />
+    <glyph glyph-name="uni02F1" unicode="&#x2f1;" horiz-adv-x="282" 
+d="M88.7 -130l163.3 -60.3v-37.3l-232 83.8v27.6l232 83.8v-37.3z" />
+    <glyph glyph-name="uni02F2" unicode="&#x2f2;" horiz-adv-x="272" 
+d="M183.3 -130l-163.3 60.3v37.2l232 -84.8v-26.5l-232 -83.8v37.3z" />
+    <glyph glyph-name="uni02F3" unicode="&#x2f3;" horiz-adv-x="234" 
+d="M117 -64c-31 0 -48 -23 -48 -53c0 -28 17 -53 48 -53s48 25 48 53c0 31 -18 53 -48 53zM29 -117c0 46 42 85 88 85s88 -38 88 -85c0 -45 -40 -85 -88 -85c-46 0 -88 39 -88 85z" />
+    <glyph glyph-name="uni02F5" unicode="&#x2f5;" horiz-adv-x="321" 
+d="M68 411c12 0 19 -2 24 -11l78 -139c1 -1 1 -3 1 -4c0 -9.7 -10.4 -14 -13 -14c-3 0 -5 1 -7 3l-114 110c-5 6 -7 13 -7 19c0 17.9 14.6 36 38 36zM204 417c11 0 19 -5 23 -14l62.7 -143c1.29999 -3 1.29999 -5 1.29999 -6c0 -2.60001 -2.79999 -13 -14 -13
+c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36z" />
+    <glyph glyph-name="uni02F4" unicode="&#x2f4;" horiz-adv-x="189" 
+d="M72 417c11 0 19 -5 23 -14l62.7 -143c1.3 -3 1.3 -5 1.3 -6c0 -2.60001 -2.8 -13 -14 -13c-3 0 -5 1 -7 3l-102 121c-5 5 -6 11 -6 16c0 13.8 10.5 36 42 36z" />
+    <glyph glyph-name="uni02F6" unicode="&#x2f6;" horiz-adv-x="321" 
+d="M253 411c23.4 0 38 -18.1 38 -36c0 -6 -2 -13 -7 -19l-114 -110c-2 -2 -4 -3 -7 -3c-2.60001 0 -13 4.3 -13 14c0 1 0 3 1 4l78 139c5 9 12 11 24 11zM117 417c31.5 0 42 -22.2 42 -36c0 -5 -1 -11 -6 -16l-102 -121c-2 -2 -4 -3 -7 -3c-11.2 0 -14 10.4 -14 13
+c0 1 0 3 1.3 6l62.7 143c4 9 12 14 23 14z" />
+    <glyph glyph-name="uni02F7" unicode="&#x2f7;" horiz-adv-x="318" 
+d="M224 -78c22 0 36 10 50 52l24 -6c-12 -60 -41 -90 -87 -90c-22 0 -43 12 -64 26c-18 11 -37 22 -54 22c-26 0 -39 -15 -49 -48l-24 5c14 59 37 89 80 89c30 0 52 -14 72 -28c16 -12 33 -22 52 -22z" />
+    <glyph glyph-name="uni02F8" unicode="&#x2f8;" horiz-adv-x="237" 
+d="M64 645c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53zM64 382c0 29 24 53 53 53s53 -24 53 -53s-24 -53 -53 -53s-53 24 -53 53z" />
+    <glyph glyph-name="uni02FD" unicode="&#x2fd;" horiz-adv-x="350" 
+d="M276 -10c8 7 15 10 22 10c8 0 15 -4 22 -7v-88c0 -11 -15 -24 -31 -24h-235c-20 0 -24 8 -24 22v87c10 8 17 12 24 12c6 0 13 -3 20 -9v-68h202v65z" />
+    <glyph glyph-name="uni02FE" unicode="&#x2fe;" horiz-adv-x="320" 
+d="M286 -75c0 0 4 -12 4 -20c0 -11 -15 -24 -31 -24h-205c-20 0 -24 8 -24 22v87c10 8 17 12 24 12c6 0 13 -3 20 -9v-68s193.5 7.9 212 0z" />
+    <glyph glyph-name="uni02FF" unicode="&#x2ff;" horiz-adv-x="426" 
+d="M396 21v-30h-291c18 -19 39 -40 54 -72h-34c-19 35 -45 51 -105 83v11c50 18 91 65 105 81h33c-16 -37 -45 -63 -53 -73h291z" />
+    <glyph glyph-name="uni02FA" unicode="&#x2fa;" horiz-adv-x="216" 
+d="M176 527c-5 -9 -14 -13 -19 -13c-6 0 -16 1 -25 9v142h-90c-10 5 -12 16 -12 21s5 12 19 20h116l11 -12v-167z" />
+    <glyph glyph-name="uni02F9" unicode="&#x2f9;" horiz-adv-x="216" 
+d="M30 527v167l11 12h116c14 -8 19 -15 19 -20s-2 -16 -12 -21h-90v-142c-9 -8 -19 -9 -25 -9c-5 0 -14 4 -19 13z" />
+    <glyph glyph-name="uni02FB" unicode="&#x2fb;" horiz-adv-x="216" 
+d="M30 193c5 9 14 13 19 13c6 0 16 -1 25 -9v-142h90c10 -5 12 -16 12 -21s-5 -12 -19 -20h-116l-11 12v167z" />
+    <glyph glyph-name="uni02FC" unicode="&#x2fc;" horiz-adv-x="216" 
+d="M176 193v-167l-11 -12h-116c-14 8 -19 15 -19 20s2 16 12 21h90v142c9 8 19 9 25 9c5 0 14 -4 19 -13z" />
+    <glyph glyph-name="uni02EF" unicode="&#x2ef;" horiz-adv-x="215" 
+d="M107.9 -158.3l60.4 124.8h37.4l-84.2 -193h-25.3l-86.2 193h37.4z" />
+    <glyph glyph-name="uniE01C" unicode="&#xe01c;" horiz-adv-x="516" 
+d="M208 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 19 -47 40c0 16 13 40 44 40c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-113.1 263c-27.4 63.7 -35.3 71 -78.9 75c-3 3 -4.5 9.70001 -4.5 16.5s1.5 13.5 4.5 16.5
+c20 -1 47 -2 81 -2c36 0 76 1 113 2c3 -3 4.5 -9.70001 4.5 -16.5s-1.5 -13.5 -4.5 -16.5c-61.3 -4.79999 -50.8 -22.8 -32.8 -65l88.7 -208c8.5 -19.8 16.9 -17.1 23.9 -1l99.2 229c16 36 -16.4 42 -48 45c-3 3 -4.5 9.70001 -4.5 16.5s1.5 13.5 4.5 16.5
+c37 -1 56 -2 91 -2c28 0 41 1 66 2c3 -3 4.5 -9.70001 4.5 -16.5s-1.5 -13.5 -4.5 -16.5c-37 -3 -62 -35 -76 -64c-53 -112 -97 -215 -177 -408c-12.3 -29.6 -25.4 -58.2 -41 -86z" />
+    <glyph glyph-name="uniE01E" unicode="&#xe01e;" horiz-adv-x="585" 
+d="M453.9 124c0 -26 0.100006 -48 2.20001 -57c2.79999 -12 6.79999 -17 13.9 -17c10 0 34.3 20 53.4 50c14 0 21.9 -8 27 -17c-32.4 -59 -72.6 -93 -120.6 -93c-30 0 -44.2 14 -48.6 33c-4.40002 19 -4.80002 60 -4.20001 92l1 160c0.200012 34 0.5 54 -2.70001 68
+c-7.19998 31 -22.3 36 -43.3 36c-36 0 -77.3 -59 -121.4 -141l0.199997 -166c0 -38 11 -82 -27 -82c-31.8 0 -45.2 10.5 -49.1 27.2c-2.3 9.8 0.100006 36.8 0 54.8l-1.3 249c-0.5 28 -0.699997 41.9 -2.79999 51c-2.3 10 -10.4 19 -22.6 20l-40.7 3
+c-8.1 9 -12.2 20 -7.4 28c45.6 6 91 13 123 13c13.2 0 22.1 -7.39999 25.3 -21.1c3.90001 -17.1 0.5 -55.9 -0.300003 -94.7l-0.199997 -9.20001l1.2 -1c67.1 108 105.3 129 157.3 129c39 0 70.5 -20 84.4 -80c4.19998 -18 4.5 -41 4.60001 -76z" />
+    <glyph glyph-name="zero.cap" unicode="&#xe108;" horiz-adv-x="522" 
+d="M263 619c-48 0 -115 -47 -115 -308c0 -92 13 -284 112 -284c19 0 71 9 95 96c15 54 19 133 19 230c0 142 -31 221 -63 249c-12 11 -30 17 -48 17zM259 -10c-42.8 0 -79.6 14 -110.6 46.3c-55.9 58.3 -90.4 175.7 -90.4 285.7c0 209 100 336 205 336c48 0 97 -25 129 -69
+c47 -62 72 -152 72 -257c0 -249 -123 -342 -205 -342z" />
+    <glyph glyph-name="one.cap" unicode="&#xe109;" horiz-adv-x="398" 
+d="M274 133c0 -93 21 -99 99 -102c7 -7 7 -26 0 -33c-56 1 -83.6 2 -137 2c-56.2 0 -89 -1 -144 -2c-7 7 -7 26 0 33c78 3 97 9 97 102v346c0 38 -4 65 -22 65c-21 0 -47 -7 -98 -28c-10 7 -14 17 -16 30c99 46 155 74 217 112c4 0 7 0 7 -5c-2 -15 -3 -83 -3 -150v-370z
+" />
+    <glyph glyph-name="two.cap" unicode="&#xe10a;" horiz-adv-x="485" 
+d="M59 507c0 64 62 151 180 151c86 0 189 -47 189 -161c0 -81 -47 -128 -107 -186l-106 -103c-6 -6 -78 -91 -78 -141h188c38 0 57 28 75 103c10 2 23 2 30 -4c-1 -31 -13 -112 -26 -168c0 0 -49 2 -83 2h-184c-34 0 -89 -2 -89 -2c0 63 19 124 123 230l79 78
+c63 64 87 119 87 187c0 102 -67 128 -105 128c-77 0 -96 -38 -96 -65c0 -9 2 -17 4 -25s5 -16 5 -25c0 -29 -23 -40 -41 -40c-25 0 -45 19 -45 41z" />
+    <glyph glyph-name="three.cap" unicode="&#xe10b;" horiz-adv-x="492" 
+d="M226 621c-28 0 -101 -13 -101 -81c0 -20 -11 -55 -41 -55c-26 0 -36 21 -36 36c0 35 45 137 201 137c109 0 149 -68 149 -113c0 -36 -6 -95 -107 -159l1 -2c63 -10 145 -54 145 -170c0 -140 -112 -224 -239 -224c-64 0 -153 27 -153 70c0 17 23 37 45 37
+c21 0 36 -12 46 -27c12 -19 22 -43 76 -43c37 0 133 31 133 172c0 120 -76 139 -136 139c-13 0 -27 0 -45 -2l-5 34c95 15 159 108 159 160c0 66 -45 91 -92 91z" />
+    <glyph glyph-name="four.cap" unicode="&#xe10c;" horiz-adv-x="525" 
+d="M292 547c-74 -102 -151 -222 -206 -311h206v311zM464 236c12 0 16 -6 16 -17c0 -13 -16 -33 -31 -33h-75v-102c0 -51 23 -49 76 -53c6 -6 6 -27 0 -33c-35 1 -75 2 -118 2c-50 0 -92 -1 -127 -2c-6 6 -6 27 0 33c46 3 87 3 87 53v102h-220c-32 0 -39 29 -42 45
+c99 154 225 331 293 415c4 5 9 12 17 12h34l3 -2c-2 -8 -3 -51 -3 -105v-315h90z" />
+    <glyph glyph-name="five.cap" unicode="&#xe10d;" horiz-adv-x="478" 
+d="M336 211c0 115 -56 162 -125 162c-38 0 -77 -5 -133 -26l36 306c37 -3 73 -6 112 -6c56 0 115 4 175 11l7 -3l-17 -73c-44 -4 -80 -5 -111 -5c-50 0 -85 5 -124 9l-22 -177c19 8 59 16 105 16c119 0 189 -91 189 -194c0 -133 -93 -241 -224 -241c-60 0 -151 35 -151 79
+c0 21 20 40 40 40c22 0 41 -17 54 -35c16 -21 30 -47 70 -47c64 0 119 83 119 184z" />
+    <glyph glyph-name="six.cap" unicode="&#xe10e;" horiz-adv-x="495" 
+d="M136.6 320.8c-5.40001 -28.9 -7.60001 -55.5 -7.60001 -77.8c0 -181 71 -216 138 -216c52 0 98 52 98 168c0 53 -22 160 -126 160c-20.7 0 -63.3 -1.70001 -102.4 -34.2zM146.4 362.5c32.5 19 82.1 29.5 114.6 29.5c144 0 189 -87 189 -178s-56 -224 -195 -224
+c-82 0 -211 41 -211 256c0 84 32 191 98 267c59 69 124 114 232 145c9 -6 12 -15 12 -27c-143.3 -53.3 -211.3 -167.8 -239.6 -268.5z" />
+    <glyph glyph-name="seven.cap" unicode="&#xe10f;" horiz-adv-x="466" 
+d="M167 578c-34 0 -69 -7 -93 -92l-34 3c9 55 21 119 22 169c0 3 1 4 4 4c20 -4 17 -15 53 -15h218c40 0 64 5 82 11l17 -12c-119 -289 -172 -476 -232 -656l-73 -3l-8 6c72 161 156 379 239 585h-195z" />
+    <glyph glyph-name="eight.cap" unicode="&#xe110;" horiz-adv-x="504" 
+d="M246 21c48 0 132 26 132 132c0 50 -29 109 -96 149l-51 30c-90 -62 -111 -143 -111 -174c0 -95 78 -137 126 -137zM253 631c-64 0 -99 -50 -99 -99c0 -32 12 -71 80 -115l32 -20c29 21 89 72 89 129c0 49 -33 105 -102 105zM421 525c0 -68 -77 -118 -123 -149l72 -46
+c55.4 -35.4 82 -94 82 -156c0 -81 -69 -184 -208 -184c-112 0 -193 59 -193 168c0 41 21 97 64 135c28 24 62 39 89 59l-29 16c-66.8 36.9 -94 85 -94 144c0 82 70 146 179 146c104 0 161 -57 161 -133z" />
+    <glyph glyph-name="nine.cap" unicode="&#xe111;" horiz-adv-x="495" 
+d="M359.4 338c3.89999 24.4 5.60001 46.8 5.60001 66c0 181 -71 217 -138 217c-52 0 -98 -43 -98 -159c0 -53 22 -160 126 -160c21 0 64.8 1.89999 104.4 36zM350.8 296.5c-32.4 -20.2 -84.2 -31.5 -117.8 -31.5c-144 0 -189 87 -189 178s56 215 195 215
+c82 0 211 -42 211 -257c0 -84 -32 -192 -98 -268c-59 -69 -124 -113 -232 -144c-9 6 -12 15 -12 27c148.9 55.4 216.6 177.1 242.8 280.5z" />
+    <glyph glyph-name="uniA71D" unicode="&#xa71d;" horiz-adv-x="161" 
+d="M41 419c0 22 18 40 40 40s40 -18 40 -40s-18 -40 -40 -40s-40 18 -40 40zM81 826c18 0 40 -13 40 -48c0 -43 -10 -70 -18 -126c-10 -71 -10 -111 -12 -120c-1 -7 -2 -13 -10 -13s-10 5 -11 9c-2 14 -6 73 -12 124c-7 58 -17 80 -17 126c0 35 22 48 40 48z" />
+    <glyph glyph-name="copyleft" unicode="&#xe00c;" horiz-adv-x="695" 
+d="M201 216c4.60001 6.10001 9.2 12.3 19 15c11 -16 39 -50 90 -50c68 0 103 47 103 120c0 98 -52 133 -92 133c-57 0 -78 -28 -95 -74c-8 0 -15 1 -20 4c-1 24 -0.399994 46.7 10 78c20 2 31 15 101 15c88 0 158 -62 158 -146c0 -79 -67 -159 -156 -159
+c-55 0 -98 33 -118 64zM321 23c-157 0 -287 128 -287 283c0 156 131 282 287 282s287 -126 287 -282s-131 -283 -287 -283zM321 556c-140 0 -247 -111 -247 -250c0 -138 107 -251 247 -251c138 0 247 112 247 251s-108 250 -247 250z" />
+    <glyph glyph-name="publicdomain" unicode="&#xe00d;" horiz-adv-x="695" 
+d="M321 23c-157 0 -287 128 -287 283c0 156 131 282 287 282s287 -126 287 -282s-131 -283 -287 -283zM426.9 190.3l51.6 -78.4c54.9 46 89.5 115.8 89.5 194.1c0 139 -108 250 -247 250c-42.5 0 -81.9 -10.2 -116.2 -28.3l56.5 -85.9c21.8 9.80002 46.3 15.2 71.7 15.2
+c70 0 87 -13 107 -15c2 -37 1 -59 0 -83c-5 -3 -12 -4 -20 -4c-17 46 -34 79 -91 79c-17.1 0 -35.5 -4.60001 -51 -17.5l135.3 -205.5c12.4 10.6 21.2 21.5 25.7 28c9.79999 -2.7 14.4 -8.89999 19 -15c-6.89999 -10.7 -17.7 -22.7 -31.1 -33.7zM394.3 168.7
+c-19.3 -10 -41.1 -16.7 -63.3 -16.7c-38.7 0 -75.3 12.9 -102 35c-34.6 28.7 -54 72.4 -54 117c0 38.2 12 74.6 36 101.5c5.2 5.89999 11 11.2 17.2 16.2l-56 85.3c-60.3 -45.4 -98.2 -118.2 -98.2 -201c0 -138 107 -251 247 -251c46.1 0 88.9 12.5 125.5 34.3zM253.9 382.5
+c-7.39999 -17.8 -11.9 -41.1 -11.9 -71.5c0 -73 42 -130 98 -130c14.7 0 28.3 3.5 40.4 8.89999z" />
+    <glyph glyph-name="died" unicode="&#x271d;" horiz-adv-x="507" 
+d="M308 12c0 -18 -5 -22 -22 -22h-35c-19 0 -22 4 -22 22c0 32 11 146 13 376c-104 0 -151 -5 -172 -5c-17 0 -23 3 -23 25c0 20 6 34 22 34c17 0 68 -4 172 -5c-1 132 -12 205 -12 231c0 15 5 22 22 22h35c20 0 22 -6 22 -22c0 -23 -12 -97 -12 -231c103 1 150 5 172 5
+c16 0 22 -13 22 -34c0 -20 -5 -25 -21 -25c-17 0 -69 5 -173 5c1 -252 12 -344 12 -376z" />
+    <glyph glyph-name="uni266F" unicode="&#x266f;" horiz-adv-x="440" 
+d="M264 600h35v-140.2l55 22.2v-62l-55 -22.2v-100.3l55 22.5v-62l-55 -22.2v-131.8h-35v117.8l-109 -44v-155.8h-35v141.8l-54 -21.8v60l54 22.1v101.7l-54 -21.8v62l54 21.8v130.2h35v-116.2l109 44v154.2zM264 283.1v100.7l-109 -44v-101.3z" />
+    <glyph glyph-name="uni266E" unicode="&#x266e;" horiz-adv-x="440" 
+d="M275 282.7v97.6l-119 -43.4v-98.3zM121 548h35v-149.1l154 64.7v-389.6h-35v147.3l-154 -65.4v392.1z" />
+    <glyph glyph-name="uni266D" unicode="&#x266d;" horiz-adv-x="500" 
+d="M162 213v-125c89 34 137 73.8 137 142c0 26 -17 53 -42 53c-28 0 -60 -16 -95 -70zM162 546v-296h1c33 55 57 83 111 83c56 0 96 -39 96 -91c0 -106.1 -88 -156 -226 -192l-17 4v492c3 3 32 4 35 0z" />
+    <glyph glyph-name="W.alt" unicode="&#xe02f;" horiz-adv-x="1017" 
+d="M577 614c-6 6 -6 27 0 33c27 -1 56 -2 79 -2s48 1 73 2c6 -6 6 -27 0 -33c-52 -8 -74 -46 -98.3 -93l-73.1 -139.1l127.9 -264.9h4.59998l189.9 411c23.7 54.1 22 81 -43 86c-6 6 -6 27 0 33c37 -1 76 -2 99 -2s56 1 88 2c6 -6 6 -27 0 -33c-57 -6 -76.1 -45.1 -98.3 -93
+l-236.7 -510c-7 -15 -13 -23 -24 -23c-10 0 -17.7 8.1 -23 23l-134.5 290.3l-147.5 -290.3c-6 -15 -13 -23 -24 -23c-10 0 -17 8 -23 23l-217.5 512c-30.5 71 -37.8 87.3 -89.5 91c-6 6 -7 27 -1 33c35 -1 70.7 -2 104 -2c30.3 0 71 1 111 2c6 -6 6 -27 0 -33
+c-63 -7 -66 -23 -40.6 -80l183.1 -417h4.60001l111.7 227.2l-84.3 178.8c-33.5 71 -41.5 85 -84.5 91c-6 6 -7 27 -1 33c29 -1 59.7 -2 89 -2c31.7 0 62 1 91 2c6 -6 6 -27 0 -33c-42 -6 -38 -23 -10.6 -80l49.2 -101l4.40002 -4.5l53 99.5c31 58 35 80 -8 86z" />
+    <glyph glyph-name="a.superior" unicode="&#x1d43;" horiz-adv-x="307" 
+d="M192 502c-85 -22 -109 -40 -109 -71c0 -21 11 -41 45 -41c21 0 38 10 64 33v79zM235 358c-25 0 -39 21 -42 39c-34 -30 -52 -39 -85 -39c-42 0 -77 27 -77 70c0 42 40 70 103 86l58 15c0 75 -31 83 -54 83c-33 0 -54 -11 -54 -27c0 -7 1 -11 2 -13s2 -7 2 -12
+c0 -8 -7 -21 -26 -21c-15 0 -26 10 -26 25c0 40 62 73 104 73c49 0 106 -20 106 -114v-75c0 -41 5 -57 14 -57c4 0 9 2 12 5c7.29999 -2.70001 10.6 -8 10 -16c-9 -10 -28 -22 -47 -22z" />
+    <glyph glyph-name="d.superior" unicode="&#x1d48;" horiz-adv-x="315" 
+d="M209 463v103c-16 19 -39 39 -64 39c-34 0 -67 -37 -67 -111c0 -80 31.5 -96 61 -96c22 0 61.7 41 70 65zM204 413c-17 -32 -57 -51 -81 -51c-63 0 -99 50 -99 117c0 80 39 152 116 152c36 0 53 -11 69 -26v46c0 42 -7 49 -20 49l-21 1c-2 0 -4 1 -4 3l-1 18
+c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-216c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -63 -12 -80 -20c-5 0 -6 3 -7 6c-3 7 -5 20 -5 48c0 3 -0.899994 8.70001 -5 1z" />
+    <glyph glyph-name="e.superior" unicode="&#x1d49;" horiz-adv-x="317" 
+d="M157 394c38 0 68 17 87 39c8.7 0 16.3 -6.29999 20 -16c-26 -35 -72 -58 -118 -58c-34.5 0 -62.4 8.89999 -81.2 25.5c-27.6 24.3 -37.8 64.1 -37.8 107.5c0 74 44.3 145 130 145c85 0 104.3 -59.5 105 -131l-180 2c-1 -4 -1 -9 -1 -11c0 -25 4 -50 16 -69
+c15 -22 35 -34 60 -34zM205 537c0.300003 64.5 -33 75 -57 75c-28.2 0 -58.2 -36 -63 -76z" />
+    <glyph glyph-name="eturned.superior" unicode="&#x1d4a;" horiz-adv-x="317" 
+d="M124 602c-38 0 -68 -17 -87 -39c-8.7 0 -16.3 6.29999 -20 16c26 35 72 58 118 58c34.5 0 62.4 -8.90002 81.2 -25.5c27.6 -24.3 37.8 -64.1 37.8 -107.5c0 -74 -44.3 -145 -130 -145c-85 0 -104.3 59.5 -105 131l180 -2c1 4 1 9 1 11c0 25 -4 50 -16 69
+c-15 22 -35 34 -60 34zM76 459c-0.300003 -64.5 33 -75 57 -75c28.2 0 58.2 36 63 76z" />
+    <glyph glyph-name="g.superior" unicode="&#x1d4d;" horiz-adv-x="315" 
+d="M266 600c-10 0 -16 5 -18 12c-3 6 -9 9 -18 9c-7 0 -13 -8 -16 -14c17 -19 28 -34 28 -63c0 -60 -53 -90 -104 -90c-23 0 -41 4 -55 12c-7 -10 -9 -21 -9 -34c0 -26 19 -31 36 -31c3 0 10 1 19 2c14 1 29 3 39 3c22 0 63 -4 87 -26c17 -15 26 -30 26 -50
+c0 -67 -87 -95 -166 -95c-45 0 -100 14 -100 68c0 26 19 49 50 69c-19 4.5 -32 23 -32 45c0 21 9.5 45 34 61c-17 16 -34 35 -34 68c0 57 53 91 105 91c29 0 48 -9 57 -15c16 18 34 27 56 27c25 0 38 -13 38 -25c0 -14 -11 -24 -23 -24zM79 366c-19 -18 -21 -30 -21 -51
+c0 -46 53 -50 74 -50c49 0 110 4 110 49c0 16 -11 24.5 -28 34c-16.8 9.39999 -32 15 -62 15c-9 0 -17 0 -25 -1c-9 0 -18 -1 -25 -1s-17 2 -23 5zM190 542c0 50 -20 73 -57 73c-32 0 -49 -15 -49 -63c0 -32 8 -76 57 -76c22 0 49 4 49 66z" />
+    <glyph glyph-name="iturned.superior" unicode="&#x1d4e;" horiz-adv-x="194" 
+d="M104.6 242c-16 0 -29 13 -29 29s13 29 29 29s29 -13 29 -29s-13 -29 -29 -29zM77.6 556c0 41 -17 44 -51 46c-4 8 -4 22 0 29c30 -1 51.3 -1 76 -1c23 0 46 0 76 1c4 -6 5 -21 0 -29c-40 -2 -53 -5 -53 -46v-109c0 -53 11 -48 43 -50c4 -6 5 -13 4 -21
+c-26 -2 -73 -10 -89 -17c-6 0 -8 2 -8 7c0 0 2 27 2 54v136z" />
+    <glyph glyph-name="k.superior" unicode="&#x1d4f;" horiz-adv-x="323" 
+d="M56 439v212c0 42 -7 49 -20 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-150.5c21.8 8.79999 39.8 18.4 61 40l25 25.5c7.7 8.29999 23 23 -9 26c-3 0.299988 -5 3 -5 5v20l1 1s30 -1 52 -1c24 0 64 1 64 1l2 -1v-20
+c0 -3 -4 -4.79999 -6 -5c-24.5 -3 -45.9 -8.09998 -68 -32l-38 -41c-1.89999 -2.09998 -2 -6 -2 -8c0 -3 1 -6 3 -8l63 -93c7 -10 19.5 -27 52 -30c4 -0.399994 8 -2 8 -5v-22l-2 -2s-37 1 -61 1c-22 0 -38 -1 -38 -1l-2 2v16c0 6 -2 10 -14 27l-45 64c-9 11 -16 22 -31 22
+c-2.9 0 -6.2 -0.700012 -10 -1.89999v-54.1c0 -41 7 -44 41 -46c4 -8 4 -22 0 -29c-30 1 -41 1 -66 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46z" />
+    <glyph glyph-name="m.superior" unicode="&#x1d50;" horiz-adv-x="495" 
+d="M123 562c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 0 -8.29999 5 -1
+c24.3 35.3 49 55 85 55c35 0 57.3 -14.5 65.9 -50.9c14.6 17.4 49.9 50.9 85.1 50.9c46 0 80 -25 80 -92v-105c0 -41 8 -44 48 -46c5 -8 4 -23 0 -29c-30 1 -35.7 1 -71 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -25 68 -56 68
+c-19.7 0 -39.5 -19.5 -57.6 -40.9c0.399994 -5.39996 0.600006 -11.1 0.600006 -17.1v-105c0 -41 7.5 -43.5 38 -46c5 -8 4 -23 0 -29c-30 1 -25.7 1 -61 1c-23.8 0 -31 0 -61 -1c-4 7 -4 21 0 29c34 2 36 5 36 46v95c0 51 -15 68 -46 68c-21 0 -39 -18 -58 -41z" />
+    <glyph glyph-name="o.superior" unicode="&#x1d52;" horiz-adv-x="307" 
+d="M152 637c92 0 129 -70.9 129 -143c0 -65 -46.9 -135 -130 -135c-81 0 -128 68 -128 132c0 71 40 146 129 146zM222 475c0 79 -34 137 -76 137c-34.2 0 -64 -30 -64 -109c0 -78 39 -119 80 -119c29 0 60 30 60 91z" />
+    <glyph glyph-name="cturned.superior" unicode="&#x1d53;" horiz-adv-x="282" 
+d="M123 358c-63 0 -96 33 -96 67c0 20 11 29 25 29s27 -7 29 -23c2 -22 7 -46 45 -46c31 0 73 33 73 114c0 25 -4 49 -16 68c-14 23 -38 38 -60 38c-38 0 -57 -21 -77 -43l-19 16c25 35 56 59 101 59c85 0 125 -61 125 -134s-44 -145 -130 -145z" />
+    <glyph glyph-name="uni1D54" unicode="&#x1d54;" horiz-adv-x="307" 
+d="M221.2 496c-5.39999 68.1 -37 116 -75.2 116c-34.2 0 -64 -30 -64 -109c0 -2.39999 0.0999985 -7 0.0999985 -7h-59c1.8 69.5 42 141 128.9 141c91.1 0 128.3 -69.6 129 -141h-59.8z" />
+    <glyph glyph-name="p.superior" unicode="&#x1d56;" horiz-adv-x="315" 
+d="M104 313c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v234c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 -0.300003 -7.79999 5 -1
+c18.5 23.5 57 49 86 49c58 0 93 -40 93 -108c0 -74 -49 -154 -114 -154c-20 0 -56 8 -70 20v-76zM104 440c12.5 -40 49 -45 71 -45c23 0 59 23 59 116c0 73 -23 89 -51 89c-25 0 -72.5 -35 -79 -62v-98z" />
+    <glyph glyph-name="t.superior" unicode="&#x1d57;" horiz-adv-x="216" 
+d="M106 602v-148c0 -38 6 -56 21 -56c16 0 36 0 52 12l16 -17c-26 -27 -59 -35 -87 -35c-29 0 -50 17 -50 61v183h-40c-2 0 -3.2 0 -3 2l2 24c0 2 1 3 3 3c37 0 48 24 48 71v11l38 13v-95h80c3 0 5.3 -1 5 -4l-2 -18c-0.699997 -6 -9 -7 -14 -7h-69z" />
+    <glyph glyph-name="u.superior" unicode="&#x1d58;" horiz-adv-x="319" 
+d="M55 552c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72v-96c0 -51 20 -67 50 -67c21 0 44 20 63 42v117c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72
+v-108c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -63 -12 -80 -20c-5 0 -6 3 -7 6c-3 7 -5 19.8 -5 38c0 3 -1.7 5.5 -5 1c-12.7 -17.6 -45 -45 -82 -45c-45 0 -74 25 -74 92v102z" />
+    <glyph glyph-name="mturned.superior" unicode="&#x1d5a;" horiz-adv-x="485" 
+d="M366 439c4 5 9 14 9 22v100c0 41 -3 44 -37 46c-4 8 -4 22 0 29c30 -1 37 -1 62 -1c23 0 46 0 76 1c4 -6 5 -21 0 -29c-40 -2 -53 -5 -53 -46v-107c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -64 -12 -81 -20c-5 0 -6 3 -7 6c-3 7 -5 20 -5 48c0 3 0 8.29999 -5 1
+c-24.3 -35.3 -49 -55 -85 -55c-35 0 -57.3 14.5 -65.9 50.9c-14.6 -17.4 -49.9 -50.9 -85.1 -50.9c-46 0 -80 25 -80 92v105c0 41 -8 44 -48 46c-5 8 -4 23 0 29c30 -1 35.7 -1 71 -1c23.8 0 31 0 61 1c4 -7 4 -21 0 -29c-34 -2 -36 -5 -36 -46v-95c0 -51 25 -68 56 -68
+c19.7 0 39.5 19.5 57.6 40.9c-0.400009 5.39999 -0.600006 11.1 -0.600006 17.1v105c0 41 -7.5 43.5 -38 46c-5 8 -4 23 0 29c30 -1 25.7 -1 61 -1c23.8 0 31 0 61 1c4 -7 4 -21 0 -29c-34 -2 -36 -5 -36 -46v-95c0 -51 15 -68 46 -68c21 0 39 18 58 41z" />
+    <glyph glyph-name="v.superior" unicode="&#x1d5b;" horiz-adv-x="314" 
+d="M204 609c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.7 -16.1 -14.9 -16.1c-8.09999 0 -11.2 4.79999 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23
+c23 -1 33 -2 55 -2c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.10001l46.9 107.4c14.2 32.4 11 44 -22 47z" />
+    <glyph glyph-name="uni1D5D" unicode="&#x1d5d;" horiz-adv-x="312" 
+d="M96 626v-362l-41 -20l-7 14v338c0 41 5 67 24 94c22 33 50 49 94 49c59 0 98 -29 98 -78c0 -34 -12 -61 -64 -80c69 -13 89 -49 89 -107c0 -66 -40 -116 -113 -116c-27 0 -56 10 -69 34v4l23 11c16 -21 33 -24 51 -24c36 0 50 31 50 89c0 47 -19 89 -54 94h-32
+c-17 0 -25 3 -25 14s8 13 25 13h24c32 7 41 43 41 63c0 37 -19 57 -50 57c-36 0 -64 -25 -64 -87z" />
+    <glyph glyph-name="uni1D5E" unicode="&#x1d5e;" horiz-adv-x="364" 
+d="M326 601c0 -38.7 -16 -91 -52 -157c-16 -28.7 -38 -60 -58 -84c4.7 -14.7 5.5 -56.7 5.5 -76c0 -26 -22.5 -64 -51 -64c-24.5 0 -35 13.1 -35 46c0.699997 25.3 10.3 48 41 90l-1.5 8c-19.3 87.3 -39.2 157.8 -72.5 214.5c-6 9.29999 -14 15.5 -20.5 15.5
+c-16 0 -28 -16.5 -36 -31.5c-10.1 2.40002 -16.5 5.5 -22.5 12c22.5 45 56.5 62.5 84.5 62.5c19.5 0 31.7 -10.3 43 -31c29.2 -58.4 48.8 -164.5 58 -220c39.3 67.3 66 144.7 66 172c0 10.7 -4 19 -8 21c-14.9 7.09998 -25 14.4 -25 30c0 17.9 13.1 28 37 28
+c24.3 0 47 -11.8 47 -36z" />
+    <glyph glyph-name="uni1D5F" unicode="&#x1d5f;" horiz-adv-x="353" 
+d="M157 593c-42.1 26.3 -74 59 -74 86c0 40.4 38.6 60 90 60c40 0 72 -9 95 -28c11 -8 13 -16 14 -23c-4 -13 -17 -21 -33 -21c-14 0 -32.2 8.79999 -43 24c-7.5 10.5 -20 18 -34 18c-22.4 0 -36 -5.90002 -36 -24c0 -12 17.7 -36.4 46 -55c52.5 -34.5 86.2 -57 103.2 -80
+c15 -19 21.5 -49 21.5 -69c0 -49 -18 -82 -61 -105c-25 -13 -43.7 -18 -74.7 -18c-48 0 -79.6 12.5 -103.3 43c-15.7 20.2 -22.7 45 -22.7 71c0 55.9 35.7 95.6 112 121zM180 576c-47 -19 -77 -51 -77 -96c0 -48.9 25.3 -93 75 -93c17 0 43.2 5 59.2 28
+c10 14.3 11.8 40 11.8 65c0 42.5 -35.3 71.5 -69 96z" />
+    <glyph glyph-name="b.superior" unicode="&#x1d47;" horiz-adv-x="297" 
+d="M51 651c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-58c25 16 48 25 74 25c62 0 99 -62 99 -130c0 -74 -54 -143 -119 -143c-30 0 -55 10 -71 24c-6 -8 -14 -17 -20 -24l-14 4c2 15 2 26 2 52v237zM100 578v-129
+c0 -52 33 -65 55 -65c23.5 0 64 12 64 105c0 73 -30 111 -60 111c-26 0 -38 -6 -59 -22z" />
+    <glyph glyph-name="aturned.superior" unicode="&#x1d44;" horiz-adv-x="307" 
+d="M121.1 493c85 22 109 40 109 71c0 21 -11 41 -45 41c-21 0 -38 -10 -64 -33v-79zM78.1 637c25 0 39 -21 42 -39c34 30 52 39 85 39c42 0 77 -27 77 -70c0 -42 -40 -70 -103 -86l-58 -15c0 -75 31 -83 54 -83c33 0 54 11 54 27c0 7 -1 11 -2 13s-2 7 -2 12c0 8 7 21 26 21
+c15 0 26 -10 26 -25c0 -40 -62 -73 -104 -73c-49 0 -106 20 -106 114v75c0 41 -5 57 -14 57c-4 0 -9 -2 -12 -5c-7.3 2.70001 -10.6 8 -10 16c9 10 28 22 47 22z" />
+    <glyph glyph-name="c.superior" unicode="&#x1d9c;" horiz-adv-x="282" 
+d="M157 637c63 0 96 -33 96 -67c0 -20 -11 -29 -25 -29s-27 7 -29 23c-2 22 -7 46 -45 46c-31 0 -73 -33 -73 -114c0 -25 4 -49 16 -68c14 -23 38 -38 60 -38c38 0 57 21 77 43l19 -16c-25 -35 -56 -59 -101 -59c-85 0 -125 61 -125 134s44 145 130 145z" />
+    <glyph glyph-name="f.superior" unicode="&#x1da0;" horiz-adv-x="253" 
+d="M72 417v152h-42c-3 0 -3 1 -3 3v14c0 5 3 12 14 12h31c0 96 53 141 105 141c23 0 39 -6 54 -17c13 -9 20 -20 20 -31c0 -12 -11 -23 -23 -23s-22 8 -27 19c-8 20 -18 27 -36 27c-20 0 -44 -11 -44 -106v-10h68c3 0 5 -1 5 -3v-18c0 -6 -8 -8 -14 -8h-59v-152
+c0 -18 6.8 -26.2 26 -28l21 -2c2 -0.200012 5 -1 5 -5v-17l-1 -1s-54 1 -78 1c-22 0 -63 -1 -63 -1l-2 1v17c0 4 2 4.5 5 5l12 2c20.8 3.5 26 10 26 28z" />
+    <glyph glyph-name="z.superior" unicode="&#x1dbb;" horiz-adv-x="274" 
+d="M70 631h118c18 0 46 2 48 2c4 0 8 0 8 -3v-1c0 -2 0 -6 -13 -25l-142 -210h74c36 0 46 8 61 41l7 17c7.60001 0.299988 14.9 -1.20001 22 -4c-11 -36 -17 -65 -20 -84h-197c-10 0 -14 3 -14 7s0 5 5 13l146 218h-76c-19 0 -40 -6 -52 -50
+c-7.3 -0.900024 -15.8 0.299988 -22 3c5 30 9 55 9 83l6 1c4.8 -5 22 -8 32 -8z" />
+    <glyph glyph-name="A.alt" unicode="&#xe0f7;" horiz-adv-x="700" 
+d="M253 283h184l-92.6 254h-4.39999c-50 -108 -64 -143 -102.2 -240.7c0.199997 -6.29999 3.2 -13.3 15.2 -13.3zM156 79c-15.4 -39.2 30.4 -45.4 68 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73.3 9.3 100 71l94.3 218
+c109.9 242.8 97.5 215.9 123.7 269c-5 14 -12 29 -19 36c0 2 0 4 2 5c17.3 3.40002 24.6 4.20001 38 9c14 5 28 18 34 19c6 0 7.70001 -10.7 15 -30l205 -542c18.5 -51.5 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -78 2 -119 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33
+c47.6 3.4 88.9 -0.200001 74 41l-61 169h-215c-16 0 -19.6 -3.2 -25 -17z" />
+    <glyph glyph-name="uniE0E2" unicode="&#xe0e2;" horiz-adv-x="700" 
+d="M204 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM451 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM258 283h185l-88.6 273h-7.39999l-104.2 -259.7c0.199997 -6.29999 3.2 -13.3 15.2 -13.3zM156 79
+c-15.4 -39.2 30.4 -45.4 68 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73 10 100 71l206 459c7.29999 16.3 7 23 2 29s-5 15 3 17c13.9 3.5 20 6 32 14c32.8 21.9 40 37 50 37c6 0 7.70001 -10.7 15 -30l185 -542
+c18 -52 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -78 2 -119 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 88 -1 74 41l-55 169h-221c-16 0 -19.6 -3.2 -25 -17z" />
+    <glyph glyph-name="uniE0E3" unicode="&#xe0e3;" horiz-adv-x="695" 
+d="M253 283h184l-92.6 254h-4.39999c-50 -108 -64 -143 -102.2 -240.7c0.199997 -6.29999 3.2 -13.3 15.2 -13.3zM156 79c-15.4 -39.2 30.4 -45.4 68 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73.3 9.3 100 71l94.3 218
+c109.9 242.8 97.5 215.9 123.7 269c-5 14 -12 29 -19 36c0 2 0 4 2 5c17.3 3.40002 24.6 4.20001 38 9c14 5 28 18 34 19c6 0 7.70001 -10.7 15 -30l205 -542c18.5 -51.5 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -78 2 -119 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33
+c47.6 3.4 88.9 -0.200001 74 41l-61 169h-215c-16 0 -19.6 -3.2 -25 -17zM417 820c28.6 -13.3 49.3 -30.7 62 -52l-144 -58c-21 -9 -33 -12 -42 -12s-15 7 -15 15c0 7 2 12 15 21z" />
+    <glyph glyph-name="uniE0E4" unicode="&#xe0e4;" horiz-adv-x="695" 
+d="M253 283h184l-92.6 254h-4.39999c-50 -108 -64 -143 -102.2 -240.7c0.199997 -6.29999 3.2 -13.3 15.2 -13.3zM156 79c-15.4 -39.2 30.4 -45.4 68 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73.3 9.3 100 71l94.3 218
+c109.9 242.8 97.5 215.9 123.7 269c-5 14 -12 29 -19 36c0 2 0 4 2 5c17.3 3.40002 24.6 4.20001 38 9c14 5 28 18 34 19c6 0 7.70001 -10.7 15 -30l205 -542c18.5 -51.5 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -78 2 -119 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33
+c47.6 3.4 88.9 -0.200001 74 41l-61 169h-215c-16 0 -19.6 -3.2 -25 -17zM377 808c30 -36 67 -70 103 -97c-2.79999 -9.09998 -6.89999 -17.2 -16 -21c-39 18 -73 36 -106 61c-37 -27 -69 -44 -107 -61c-9 6 -12 12 -14 21c37 28 70 63 101 97c14 8.40002 23.6 7.70001 39 0
+z" />
+    <glyph glyph-name="uniE0E5" unicode="&#xe0e5;" horiz-adv-x="695" 
+d="M253 283h184l-92.6 254h-4.39999c-50 -108 -64 -143 -102.2 -240.7c0.199997 -6.29999 3.2 -13.3 15.2 -13.3zM156 79c-15.4 -39.2 30.4 -45.4 68 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73.3 9.3 100 71l94.3 218
+c109.9 242.8 97.5 215.9 123.7 269c-5 14 -12 29 -19 36c0 2 0 4 2 5c17.3 3.40002 24.6 4.20001 38 9c14 5 28 18 34 19c6 0 7.70001 -10.7 15 -30l205 -542c18.5 -51.5 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -78 2 -119 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33
+c47.6 3.4 88.9 -0.200001 74 41l-61 169h-215c-16 0 -19.6 -3.2 -25 -17zM422 747c22 0 33 10 47 52c11 1 21 -2 27 -6c-12 -60 -41 -99 -87 -99c-22 0 -43 18 -64 32c-18 11 -37 19 -54 19c-26 0 -36 -15 -46 -48c-11 -2 -21 -1 -27 5c14 59 37 98 80 98
+c30 0 52 -20 72 -34c16 -12 33 -19 52 -19z" />
+    <glyph glyph-name="uniE0E6" unicode="&#xe0e6;" horiz-adv-x="700" 
+d="M188 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM425 706c0 26 22 48 48 48s48 -22 48 -48s-22 -48 -48 -48s-48 22 -48 48zM253 283h184l-92.6 254h-4.39999c-50 -108 -64 -143 -102.2 -240.7c0.199997 -6.29999 3.2 -13.3 15.2 -13.3zM156 79
+c-15.4 -39.2 30.4 -45.4 68 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73.3 9.3 100 71l94.3 218c109.9 242.8 97.5 215.9 123.7 269c-5 14 -12 29 -19 36c0 2 0 4 2 5c17.3 3.40002 24.6 4.20001 38 9c14 5 28 18 34 19
+c6 0 7.70001 -10.7 15 -30l205 -542c18.5 -51.5 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -78 2 -119 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 88.9 -0.200001 74 41l-61 169h-215c-16 0 -19.6 -3.2 -25 -17z" />
+    <glyph glyph-name="uniE0E7" unicode="&#xe0e7;" horiz-adv-x="700" 
+d="M258 283h185l-88.6 273h-7.39999l-104.2 -259.7c0.199997 -6.29999 3.2 -13.3 15.2 -13.3zM156 79c-15.4 -39.2 30.4 -45.4 68 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73 10 100 71l206 459c7.29999 16.3 7 23 2 29
+s-5 15 3 17c13.9 3.5 20 6 32 14c32.8 21.9 40 37 50 37c6 0 7.70001 -10.7 15 -30l185 -542c18 -52 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -78 2 -119 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 88 -1 74 41l-55 169h-221c-16 0 -19.6 -3.2 -25 -17z" />
+    <glyph glyph-name="uni0242" unicode="&#x242;" horiz-adv-x="433" 
+d="M241 113c0 -77 16 -81 81 -84c3 -3 4 -9 4 -15s-1 -13 -4 -16c-46 1 -73.2 2 -120 2c-47.2 0 -75 -1 -121 -2c-3 3 -5 10 -5 16s2 12 5 15c65 3 81 7 81 83v87c115 6 148 70 148 115c0 43 -26 91 -107 91c-44 0 -90 -8 -90 -49c0 -7 1 -13 1 -19c0 -22 -18 -39 -43 -39
+c-24 0 -44 16 -44 40c0 54 91 101 175 101c94 0 181 -40 181 -126c0 -56.6 -31 -100 -72.7 -124c-32.4 -18.6 -69.3 -43 -69.3 -64v-12z" />
+    <glyph glyph-name="uni0244" unicode="&#x244;" horiz-adv-x="661" 
+d="M87 322h-61c-9 0 -13 8 -13 15c0 12 11 29 22 29h52v157c0 83 -17 88 -77 91c-6 6 -6 27 0 33c39 -1 80 -2 119 -2c39.4 0 88 1 135 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91v-157h354v157c0 81 -17 84 -92 91c-6 6 -6 27 0 33c46 -1 94.5 -2 116 -2c23.2 0 64 1 102 2
+c6 -6 6 -27 0 -33c-60 -7 -77 -10.7 -77 -91v-157h61c9 0 13 -8 13 -14c0 -12 -10 -30 -23 -30h-51v-27c0 -178 -49 -305 -254 -305c-102.5 0 -234 39 -234 243v89zM526 322h-354v-56c0 -65 2 -141 51 -188c30.1 -28.9 71 -47 119 -47c169 0 184 134 184 246v45z" />
+    <glyph glyph-name="uni0245" unicode="&#x245;" horiz-adv-x="658" 
+d="M205 31c6 -6 6 -27 0 -33c-41 1 -86 2 -109 2s-58 -1 -88 -2c-6 6 -6 27 0 33c63 7 79.1 45.7 98.3 93l206.7 510c5.79999 14.3 13 23 24 23c10 0 17 -7.40002 23 -23l197.5 -512c26.6 -69 34.5 -86 89.5 -91c6 -6 7 -27 1 -33c-33 1 -67.7 2 -104 2
+c-36 0 -81 -1 -121 -2c-6 6 -6 27 0 33c68 7 73.8 20.5 50.6 80l-159.1 407h-4.60001l-157.9 -401c-21.4 -54.4 -21 -81 53 -86z" />
+    <glyph glyph-name="uni0246" unicode="&#x246;" horiz-adv-x="557" 
+d="M8 -13c-19 0 -33 17 -36 32l133 163.8v340.2c0 83 -17 88 -87 91c-6 6 -6 27 0 33c40 -1 98.5 -2 129 -2h255c24 0 32 1 49 4c3 0 4 -1 4 -3c0.600006 -2.40002 2.29999 -12.5 4.60001 -26.6l31.4 38.6c19 0 33.7 -15.1 36 -30l-57.7 -71.3
+c3.10001 -21.2 6 -41.7 7.70001 -55.7c-9.79999 -4.70001 -20.6 -6.79999 -33 -5c-2.29999 7.29999 -4.60001 14.3 -6.89999 21l-125.6 -155.2c55.4 3.5 57.9 19.7 60.5 67.2c6 6 27 6 33 0c-1 -24 -2 -58 -2 -86c0 -34.3 1 -62 2 -88c-6 -6 -27 -6 -33 0
+c-3 45 -6 68 -91 68h-1l-90 -111.2v-109.8c0 -47 14 -63 56 -63h116c76 0 111 59 131 131c13.1 3.2 24.6 1 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2h-215c-33 0 -93 -1 -130 -2l-0.6 0.6zM45 32.6c43.9 4.1 57.9 16.2 59.8 73.9zM218.9 323h-28.9v-35.6z
+M415.7 565.2c-16.5 25.8 -40.3 39.8 -84.7 39.8h-75c-54 0 -66 -20 -66 -64v-180h59.8z" />
+    <glyph glyph-name="uni0247" unicode="&#x247;" horiz-adv-x="447" 
+d="M388 454c17 0 27 -10 31 -23l-43.2 -52.5c23.1 -32.6 30.2 -74.8 30.2 -115.5c0 -11 -7 -17 -19 -17l-119.2 0.899994l-113.4 -138.1c30.9 -49.4 72.1 -69.8 107.6 -69.8c58 0 87 16 124 54c12 -1 18 -6 21 -16c-40 -52 -94 -87 -170 -87
+c-62.9 0 -106.8 18.3 -139.5 49.6l-55.5 -67.6c-16 0 -28 11 -30 26l59.6 72.3c-24.2 36.4 -34.6 83.3 -34.6 131.7c0 152 113 235 200 235c50.2 0 86.2 -11.7 111.7 -30.7zM319.7 310.1l-20.7 -25.2l6 0.100006c11 0.200012 15 5 15 14
+c0 3.79999 -0.100006 7.5 -0.299988 11.1zM309.3 358.6c-15.6 35.1 -45.7 45.4 -72.3 45.4c-24 0 -94 -9 -113 -122l123.9 2.10001zM135.8 148.2l81.7 99.1l-96.5 0.699997c0 -38.7 5.3 -72.1 14.8 -99.8z" />
+    <glyph glyph-name="uni0248" unicode="&#x248;" horiz-adv-x="404" 
+d="M191 230h-105c-9 0 -13 8 -13 15c0 12 11 29 22 29h96v249c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 102.7 -2 139 -2c38.7 0 82 1 120 2c6 -6 6 -27 0 -33c-60 -3 -77 -8 -77 -91v-249h100c9 0 13 -8 13 -14c0 -12 -10 -30 -23 -30h-90v-127
+c0 -143 -58.3 -194.7 -102 -232c-41 -35 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c24.9 0 33.7 -12.8 39.7 -25.5c7 -14.7 21.2 -26.5 40.3 -26.5c33 0 85 28 85 208v149z" />
+    <glyph glyph-name="uni0249" unicode="&#x249;" horiz-adv-x="272" 
+d="M99 599c0 24 28 48 52 48c27 0 48 -28 48 -52c0 -21.1 -24 -48 -52 -48c-24 0 -48 26 -48 52zM113 317c0 57 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 109 18 137 29c8 0 13 -3 13 -7c0 0 -4 -64 -4 -114v-91h75c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-66v-81
+c0 -189 -28 -261 -75 -299c-37 -31 -89 -34 -110 -34c-19 0 -55 14 -55 43c0 18 21 38 32 38c22 0 34 -16 44 -26c7 -7 20 -11 31 -11c50 0 54 123 54 255v115h-84c-8 0 -11 8 -11 14c0 10 10 25 19 25h76v87z" />
+    <glyph glyph-name="uni024C" unicode="&#x24c;" horiz-adv-x="587" 
+d="M272 618c-71 0 -83 -35 -83 -64v-229h48c97 0 168 28 168 153c0 118 -72 140 -133 140zM189 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-44 1 -91.4 2 -129 2c-38.5 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v169h-75c-8 0 -11 8 -11 14c0 10 10 25 19 25h67
+v193c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 94 -2 129 -2c36 0 78 7 125 7c63 0 125 -3 173 -48c36 -34 53 -75 53 -125c0 -105 -90 -157 -133 -171l126 -210c26 -43.4 51 -77 96 -77c4 -8 4.5 -17.1 1 -24c-10 -5 -27 -7 -42 -7c-60 0 -103.3 42.4 -132 89l-107 174
+c-14.3 23.3 -33 38 -117 38v-169z" />
+    <glyph glyph-name="uni024D" unicode="&#x24d;" horiz-adv-x="372" 
+d="M176 358c0.199997 -5 5 -13 11 -2c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-17.4 0 -28.6 13.3 -36.2 23.3c-7.79999 10.3 -16.8 12.7 -25.8 12.7c-12 0 -35 -33 -46 -49c-10.6 -15.9 -21.2 -35.7 -23.5 -58h107.5c9 0 12 -8 12 -13
+c0 -11 -9 -26 -21 -26h-99v-109c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-35 1 -81 2 -121 2s-79 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v109h-71c-8 0 -11 8 -11 14c0 10 10 25 19 25h63v47c0 58 -11 63 -65 68c-2 6 -4 22 -2 28c69 9 95 18 123 29
+c8 0 9.89999 -3.39999 12 -8c4.7 -10.3 6.3 -36 8 -76z" />
+    <glyph glyph-name="uni024E" unicode="&#x24e;" horiz-adv-x="575" 
+d="M337 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -100.3 2 -139 2c-38.6 0 -91 -1 -140 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v127c0 37 -3.5 47.5 -21 77l-92.1 155h-62.9c-9 0 -13 8 -13 15c0 12 11 29 22 29h27.7l-13 22c-34.5 58.1 -51.7 64 -93.7 67
+c-6 6 -7 27 -1 33c30 -1 63 -2 102 -2c40 0 78 1 114 2c6 -6 6 -27 0 -33c-56 -3 -60 -12.6 -35.8 -55.2l19.2 -33.8h210.3l19.1 36c21.4 40.4 5.5 50 -38.8 53c-6 6 -6 27 0 33c32 -1 68 -2 91 -2s55 1 83 2c6 -6 6 -27 0 -33c-44.7 -4.29999 -67 -13.3 -95 -64l-13.8 -25
+h35.8c9 0 13 -8 13 -14c0 -12 -10 -30 -23 -30h-50.2l-81.3 -147c-16.4 -29.6 -17.5 -46.5 -17.5 -76.3v-135.7zM391.4 481h-162.1l71.9 -127c9 -15.9 13.8 -17.2 21.8 -2z" />
+    <glyph glyph-name="uni024F" unicode="&#x24f;" horiz-adv-x="515" 
+d="M204 -160c-36 -64 -76 -72 -97 -72c-27 0 -47 16 -47 37c0 13 15 43 44 43c11 0 15 -3 29 -3c25 0 39 9 50 29c15 31 27.1 58.6 39 92c10 28 -5.3 73.9 -14 94l-73.5 171h-95.5c-8 0 -11 8 -11 14c0 10 10 25 19 25h70.7l-22.8 53c-26.2 61 -39.2 70 -78.9 75
+c-6 6 -6 27 0 33c20 -1 47 -2 81 -2c36 0 76 1 113 2c6 -6 6 -27 0 -33c-56 -4.29999 -50.8 -22.8 -32.8 -65l26.9 -63h149l35.9 83c16 36 -16.4 42 -48 45c-6 6 -6 27 0 33c30 -1 61 -2 91 -2c28 0 51 1 71 2c6 -6 6 -27 0 -33c-47 -5.70001 -61.3 -21.7 -81 -64
+c-10 -21.5 -19.7 -42.6 -29.4 -64h74.4c9 0 12 -8 12 -13c0 -11 -9 -26 -21 -26h-82.9c-35.9 -80.4 -74.5 -170.9 -130.1 -305c-12.3 -29.6 -25.4 -58.2 -41 -86zM336.2 231h-115.5l45.2 -106c8.5 -19.8 16.9 -17.1 23.9 -1z" />
+    <glyph glyph-name="uni0240" unicode="&#x240;" horiz-adv-x="424" 
+d="M60 0c-15 0 -23 5 -23 12c0 5 0.400002 8.4 9 20c78 105 178 249 246 363l-128 -3c-30 -0.700012 -61 -18 -81 -91c-11.6 -2.60001 -24.2 -0.700012 -33 3c8 49 14 84 15 129c0 2.39999 3.6 6 6 6c17.5 -3.39999 26.9 -10 59 -10h183c29 0 57 2 62 2c7 0 12 -3 12 -7
+s-2.70001 -11.8 -18 -37c-62 -102 -166 -259 -240 -353c-0.699997 -1 -1.3 -2.1 -2 -3.1c29.3 -1.7 55 -22.8 78 -64.9l39 -72c23 -43 45 -64 66 -64c10 0 21 8 33 26c12 17 24 26 37 26c21 0 32 -12 32 -35c0 -37 -28 -55 -82 -55c-28 0 -50 8 -69 23c-14 12 -30 32 -45 60
+l-39 72c-19 35 -40 53 -62 53h-8c23.9 0.5 15.9 0.6 0.300003 0.5l-0.300003 -0.5h-3l0.300003 0.5c-18.4 -0.1 -44.3 -0.5 -44.3 -0.5z" />
+    <glyph glyph-name="uni024B" unicode="&#x24b;" horiz-adv-x="511" 
+d="M322 368.4c-21.9 24.5 -48.6 36.6 -79 36.6c-80 0 -122 -74 -122 -178c0 -151 87 -193 145 -193c15.8 0 42.6 1.1 66 13.2c13 6.8 14 11.8 14 29.8v52v178c0 24.1 -4 39 -24 61.4zM346.2 20.1c-27.5 -17.3 -59.3 -30.1 -104.2 -30.1c-144 0 -207 124 -207 217
+c0 132 90 232 212 232c42.4 0 81.4 -8.70001 113 -29.2c12 -7.79999 16 -4.79999 29 13.2c8.10001 11.3 14 19 21 19c11 0 15 -11 15 -25v-288v-8v-93c0 -156 17 -184 46 -184c30 0 35 20 41 41c5 21 19 39 46 39c21 0 34 -14 34 -36c0 -31 -31 -76 -116 -76
+c-58.2 0 -125.7 44.2 -129.8 208.1z" />
+    <glyph glyph-name="uni024A" unicode="&#x24a;" horiz-adv-x="668" 
+d="M334 624c-96 0 -206 -87 -206 -297c0 -192 108 -303 239 -303c41 0 75 12 106 37v72v436c-40 36 -86 55 -139 55zM473.5 12c-37.6 -14.5 -79.8 -22 -125.5 -22c-172 0 -312 123 -312 320c0 196 132 348 311 348c50 0 100 -12 143 -35c17 6 38 25 49 35c12 0 15 -3 15 -13
+v-512v-73v-31c0 -160 17 -188 47 -188c31 0 36 20 42 42c5 22 19 40 47 40c22 0 35 -14 35 -37c0 -32 -32 -78 -119 -78c-58.9 0 -126 44.3 -132.5 204z" />
+    <glyph glyph-name="u1D538" unicode="&#x1d538;" horiz-adv-x="805" 
+d="M265 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -197 2 -238 2c-39 0 -52 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 73.6 9.2 100 71l222.3 520.3c11.4 26.8 13.7 27.7 19.7 35.7c9.10001 -1.29999 83 -2 136 -0.0999756c7 -12.9 9 -19.9 15 -29.9l205 -542
+c18.5 -51.5 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-37 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 88.9 -0.200001 74 41l-61 169h-208c-24 0 -30 -4 -35 -17zM373 283h174l-97 267h-2l-100.2 -253.7c-4.19998 -10.8 3 -13.3 25.2 -13.3zM410 637
+l-246 -607h52l242 607h-48z" />
+    <glyph glyph-name="u1D539" unicode="&#x1d539;" horiz-adv-x="680" 
+d="M148 645c43 0 182 2 217 2c186 0 215 -87 215 -154c0 -54.3 -44.9 -105.6 -95 -131v-2c87 -25 154 -80 154 -176c0 -86 -53 -186 -252 -186c-89 0 -195 2 -238 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33
+c50 -1 79 -2 129 -2zM283 332v-234c0 -33 13 -67 83 -67c152 0 180 61 180 134c0 90 -57 167 -194 167h-69zM283 570v-204h74c83 0 142 30 142 115c0 102 -73 132 -129 132c-87 0 -87 -10 -87 -43zM256 603h-62.2l-0.5 -559c52.7 1 3.7 1 63.7 0z" />
+    <glyph glyph-name="u1D53B" unicode="&#x1d53b;" horiz-adv-x="744" 
+d="M254 42c-1 148 -1 461 -2 563h-64.2c0.199997 -120 -0.800003 -541.6 -0.800003 -563h67zM196 645c39 0 124 2 188 2c192 0 312 -153 312 -339c0 -246 -153 -310 -294 -310c-103 0 -173 2 -210 2c-51 0 -124 -1 -173 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401
+c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -2 134 -2 177 -2zM284 83c0 -32 -7 -51 91 -51c141 0 225 50 225 252c0 154 -34 329 -250 329c-49 0 -66 -14 -66 -49v-481z" />
+    <glyph glyph-name="u1D53C" unicode="&#x1d53c;" horiz-adv-x="633" 
+d="M359 361c85 0 88 13 91 68c6 6 27 6 33 0c-1 -30 -2 -52 -2 -86s1 -53 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68h-91v-241c0 -27 14 -43 36 -43h136c76 0 111 59 131 131c13.1 3.2 24.6 0.899994 35 -5c-8 -51 -23 -117 -37 -167c0 0 -80 2 -128 2
+c0 0 -116.5 0.3 -191 0c-93.6 -0.4 -191 -1 -240 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 135.8 -2 229 -2h241c24 0 32 1 49 4c3 0 4 -1 4 -3c2 -8 17 -104 22 -145c-9.79999 -4.70001 -20.6 -6.79999 -33 -5
+c-22 69 -38 109 -113 109h-105c-24 0 -36 -20 -36 -44v-200h91zM240 562v43h-62.2c0.199997 -120 0.199997 -50.6 0.199997 -72v-408c0 -22.3 0 -4 0.300003 -83h62.7c-1 21 -0.899994 54.9 -1 84c-0.899994 167.5 0 432 0 436z" />
+    <glyph glyph-name="u1D53D" unicode="&#x1d53d;" horiz-adv-x="575" 
+d="M240 562v43h-63.2c0.199997 -120 0.199997 -50.6 0.199997 -72v-408c0 -22.3 0 -4 0.300003 -83h63.7c-1 21 -0.899994 54.9 -1 84v436zM362 323h-93v-201c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -166 2 -216 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33
+c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 107.4 -1.70001 176 -2c115.2 -0.5 295.3 0 295.3 0c23.7 0 29.5 0.599976 47 4c2.40002 0 3.60004 -0.700012 4 -3c1.40002 -7.59998 16.5 -104 21.7 -145l-31 -5c-22 69 -38 109 -113 109h-105
+c-24 0 -36 -10 -36 -34v-210h93c85 0 88 13 91 68c6 6 27 6 33 0c-1 -30 -2 -52 -2 -86s1 -53 2 -88c-6 -6 -27 -6 -33 0c-3 45 -6 68 -91 68z" />
+    <glyph glyph-name="u1D53E" unicode="&#x1d53e;" horiz-adv-x="695" 
+d="M198 120.1v425.9c-45.9 -50.8 -75 -128.4 -75 -219c0 -68.2 26.1 -148.3 75 -206.9zM230 87.1c42.7 -38 97.9 -61.1 165 -61.1c54 0 111 16 145 48v149c0 40.1 -27.1 43.8 -82 48c-6 6 -6 30 0 36c47 -1 85 -2 124 -2c40 0 59 1 89 2c6 -6 6 -30 0 -36
+c-29 -3 -46 -12.8 -46 -48v-112c0 -11 5 -19 16 -28c-68 -58 -151 -93 -269 -93c-201 0 -340 144 -340 317c0 220 173 351 345 351c122 0 158 -45 218 -45c7 -72 13 -112 22 -154l-34 -6c-26 86 -75 168 -220 168c-49.6 0 -95.2 -15.1 -133 -45.1v-488.8z" />
+    <glyph glyph-name="u1D540" unicode="&#x1d540;" horiz-adv-x="388" 
+d="M281 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33l-160 2c-51 0 -140 -1 -189 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 138 -2 188 -2l161 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-401zM251 608h-64.2
+c0.199997 -120 -0.800003 -550.6 -0.800003 -572h66z" />
+    <glyph glyph-name="u1D541" unicode="&#x1d541;" horiz-adv-x="421" 
+d="M313 523v-420c0 -143 -59 -193.9 -102 -232c-26 -23 -95 -43 -204 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c31 0 35.3 -20.8 45 -34c7.3 -10 21 -18 35 -18c33 0 85 28 85 208v442c0 83 -17 88 -97 91c-6 6 -6 27 0 33c50 -1 133 -2 187 -2c47 0 110 1 159 2
+c6 -6 6 -27 0 -33c-60 -3 -77 -8 -77 -91zM217.3 110c0 -130 -25.3 -209 -79.6 -237.7c63.3 23.7 132.3 77.7 143 228c-2.80002 141.6 -0.300018 399.7 -0.100006 501.7h-64.3z" />
+    <glyph glyph-name="u1D542" unicode="&#x1d542;" horiz-adv-x="737" 
+d="M281 122c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -169 2 -219 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 79 -2 129 -2c51 0 171 1 220 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-175.7
+c35 3 55.9 17.7 76 38.7l168 176c48.1 53.4 8.09998 48.6 -28 52c-6 6 -6 27 0 33c47 -1 73 -2 113 -2s48 1 95 2c6 -6 6 -27 0 -33c-40 -5 -84 -7 -130 -56l-140 -151c-32.7 -35.3 -37 -42 -37 -49c0 -8 3 -15 12 -25l219 -260c33.6 -41.6 70.1 -39.4 88 -42
+c6 -6 6 -27 0 -33c-47 1 -62 2 -101 2c-30 0 -47 -1 -67 -2c-4 0 -5 3 -5 6c0 18.2 -0.0999756 44.8 -20 69l-163 198c-20 25.7 -46.4 36.9 -80 37.9v-186.9zM251 608h-64.2l-0.800003 -572h66z" />
+    <glyph glyph-name="u1D543" unicode="&#x1d543;" horiz-adv-x="610" 
+d="M147 0c0 0 -81 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c50 -1 79 -2 129 -2c51 0 171 1 220 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-434c0 -31 18 -50 47 -50h113c76 0 103 59 123 131c12.4 1.8 23.2 -0.300003 33 -5
+c-6 -52 -16 -117 -26 -167c0 0 -92 2 -119.3 2h-302.7zM251 608h-64.2c0.199997 -120 -0.800003 -550.6 -0.800003 -572h66z" />
+    <glyph glyph-name="u1D544" unicode="&#x1d544;" horiz-adv-x="979" 
+d="M797.7 116l-25.7 418h-2l-225 -529c-4 -8 -8 -11 -14 -11s-12.2 3.9 -15 11l-207 519h-2l-38 -401c-5.29999 -56.3 0 -87 66 -92c6 -6 10 -27 4 -33c-30 1 -144 2 -168 2s-121 -1 -151 -2c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81
+c-6 6 -6 27 0 33l280 -2l205 -508c4 -9 5 -13 8 -13c2 0 5 4 9 14l212 507l131 2c6 -6 6 -27 0 -33c-68 -4 -72.5 -18 -68.7 -72l29.8 -421c5.90002 -82.8 8.90002 -87 76.9 -90c6 -6 6 -27 0 -33c-33.2 1 -79 2 -109 2s-60 -1 -107 -2c-6 6 -6 27 0 33c65 3 68.7 4 63.7 85
+zM218 614l-58 -583h68l58 583h-68z" />
+    <glyph glyph-name="u1D546" unicode="&#x1d546;" horiz-adv-x="703" 
+d="M666 329c0 -200 -125 -339 -316 -339c-172 0 -313 123 -313 320c0 196 128 348 307 348c175 0 322 -131 322 -329zM206 97.7v467.8c-40.8 -47.7 -73 -128.9 -73 -238.5c0 -93.4 30.7 -177.7 73 -229.3zM237 73.5c39.3 -32.4 85.9 -49.5 133 -49.5c114 0 200 107 200 286
+c0 208 -103 314 -239 314c-31.1 0 -64.1 -10.1 -94 -31.9v-518.6z" />
+    <glyph glyph-name="u1D547" unicode="&#x1d547;" horiz-adv-x="582" 
+d="M422 301c-48 -14 -84.1 -12.9 -158 -12.2c-4.70001 -0.399994 -9.7 0.100006 -15 0.200012v-167c0 -83 17 -88 87 -91c6 -6 6 -27 0 -33c-50 1 -139 2 -189 2c-51 0 -81 -1 -130 -2c-6 6 -6 27 -0.5 33.3c11.2 0.900002 20.6 -1.6 28.5 0.900002
+c21 8.7 34.5 34.2 36 90.8v407c0 30.1 0.0999985 83.7 -30 83.9l-16 0.0999756c-6 6 -6 27 0 33c50 -1 121 -2 171 -2c38 -2.09998 100 8 125 8c63 0 125 -4 173 -49c36 -34 53 -75 53 -125c0 -105 -63.3 -157.1 -135 -178zM332 618c-71 0 -83 -35 -83 -64v-229h48
+c97 0 168 28 168 153c0 118 -72 140 -133 140zM219 614h-63.2c0.199997 -120 0.199997 -560.6 0.199997 -582c63 -1 36.1 3.6 63 -1c-1 21 0.100006 553.9 0 583z" />
+    <glyph glyph-name="u1D550" unicode="&#x1d550;" horiz-adv-x="676" 
+d="M430 122c0 -83 17 -88 97 -91c6 -6 7 -27 1 -33l-170 2c-55 0 -154 -1 -203 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v137c0 37 -3.5 37.5 -21 67l-131.3 221c-40.6 68.4 -51.7 64 -93.7 67c-6 6 -7 27 -1 33c30 -1 107 -2 146 -2l163 2c6 -6 6 -27 0 -33
+c-56 -3 -70.2 4.59998 -46 -38l126.2 -222c8.79999 -16 12.8 -19 21.8 -2l119 224c22.3 42.1 -2.70001 35 -47 38c-6 6 -6 26 0 32c40 -1 68 -1 91 -1s53 0 83 1c6 -6 6 -26 0 -32c-44.7 -4.29999 -58.8 1.70001 -86.8 -49l-127.7 -231c-20.2 -36.5 -17.5 -26.5 -17.5 -66.3
+v-145.7zM148 606l201 -327v-248l48 -1v266l-185 310h-64z" />
+    <glyph glyph-name="u1D54A" unicode="&#x1d54a;" horiz-adv-x="474" 
+d="M193 407.5v215.1c-58 -18.6 -70.6 -60.2 -70.6 -110.6c0 -43.4 36.7 -81.5 70.6 -104.5zM291.8 33.9c42.8 16.8 68.2 56.8 68.2 115.1c0 61.8 -31.4 97.7 -68.4 120.2c0 -64.8 0.100006 -186.2 0.199982 -235.3zM262 28.4v253.2c-24.4 11.1 -45.6 19.3 -66.6 28.4
+c-77.5 33.7 -144.4 81.9 -144.4 175c0 106 99 173 190.4 173c97.6 0 95.4 -19 153.2 -27c10.4 -53 14.4 -81 17.9 -129c-9 -7 -21 -5.79999 -32.5 -6c-19.9 65.8 -84 127 -155 128l-0.300003 -230.4c35.3 -18 61.2 -26.6 82.2 -35.6c72.1 -30.8 137.1 -78.8 137.1 -174
+c0 -102 -96.6 -194 -217.4 -194c-88.7 0 -116.6 23 -179.6 23c-12 49 -16 75 -20 152c9.6 5.10001 20.2 7 32.5 3c22 -99.5 82.1 -142 175.5 -142c11 0 17.3 0.799999 27 2.4z" />
+    <glyph glyph-name="u1D54B" unicode="&#x1d54b;" horiz-adv-x="682" 
+d="M409 603h-62.2c0.200012 -120 -0.5 -545.6 -0.5 -567c52.7 1 3.70001 1 63.7 0zM441 122c0 -83 17 -88 97 -91c6 -6 6 -27 0 -33c-50 1 -123 2 -177 2c-55 0 -144 -1 -193 -2c-6 6 -6 27 0 33c80 3 97 8 97 91v425c0 31 -20 59 -57 59h-79c-55 0 -68 -13 -88 -93
+c-12.5 -0.200012 -24.1 0.900024 -34 5c12 53 18 91 22 140c15.6 1.59998 23.2 -1.20001 31 -4c0 -6 0 -9 21 -9h526c21 0 22 3 22 9c10 3 20 3.90002 30 4c0 -49 5 -89 13 -140c-11.4 -5.59998 -22.7 -4.70001 -34 -5c-17 77 -24 93 -79 93h-62c-36 0 -56 -28 -56 -62v-422
+z" />
+    <glyph glyph-name="u1D54C" unicode="&#x1d54c;" horiz-adv-x="752" 
+d="M262 523v-254c0 -65 2 -141 51 -188c30.1 -28.9 71 -50 119 -50c169 0 184 134 184 246v246c0 83 -17 84 -92 91c-6 6 -6 27 0 33c50 -1 71 -2 116 -2c40 0 53 1 102 2c6 -6 6 -27 0 -33c-60 -7 -77 -8 -77 -91v-228c0 -178 -40 -308 -275 -306c-187 1 -303 43 -303 247
+v287c0 83 -17 88 -77 91c-6 6 -6 27 0 33c50 -1 73 -2 119 -2c53 0 176 1 225 2c6 -6 6 -27 0 -33c-77 -3 -92 -8 -92 -91zM230 260l1 340c-75 1 -64.2 0 -64.2 0c0.199997 -102 -0.400009 -208 -0.100006 -349.7c0.300003 -165.3 115.3 -208.3 174 -217
+c-83.7 32.7 -110.7 96.7 -110.7 226.7z" />
+    <glyph glyph-name="u1D54D" unicode="&#x1d54d;" horiz-adv-x="754" 
+d="M548 614c-6 6 -6 27 0 33c47 -1 86 -2 109 -2s48 1 88 2c6 -6 6 -27 0 -33c-66 -8 -78.3 -46 -98.3 -93l-206.7 -486c-22.1 -51.9 -16 -45 -74 -47c-54 2 -56.7 -10.9 -78 43l-192.5 492c-28.6 73 -32.5 86 -89.5 91c-6 6 -7 27 -1 33c47 -1 126 -2 166 -2
+c39 0 112 1 159 2c6 -6 6 -27 0 -33c-68 -7 -73.8 -20.5 -50.6 -80l159.1 -407h4.60001l157.9 401c21.4 54.4 21 81 -53 86zM152 610c3.8 -2.29999 206 -495 245 -585l24 66l-206 519h-63z" />
+    <glyph glyph-name="u1D54E" unicode="&#x1d54e;" horiz-adv-x="1078" 
+d="M910 565c14.9 42.7 -25 46 -66 49c-6 6 -6 27 0 33c40 -1 84 -2 110 -2s80 1 117 2c6 -6 6 -27 0 -33c-55 -3 -104 -26 -116 -61l-197 -542c-5 -15 -13 -23 -27 -23c-13 0 -25 7 -31 24l-117 355c-4.59998 13.8 -10 28 -14 28c-5 0 -10 -13 -14 -25l-139 -358
+c-5 -14 29 -24 -53 -24c-97 0 -96 8 -101 24l-182 544c-18 53.7 -29 55 -74 58c-6 6 -6 27 0 33c40 -1 53 -2 93 -2c39 0 175 1 208 2c6 -6 6 -27 0 -33c-35 -2 -62 -7 -50 -42l155 -453h2l121 323c4.79999 12.7 7 25 7 38c0 9 -1.09998 16 -5 28l-15 46
+c-8.40002 25.9 -34 57 -87 60c-6 6 -6 27 0 33c40 -1 61 -2 100 -2c40 0 75 1 122 2c6 -6 6 -27 0 -33c-34 -3 -69.4 -6.09998 -52 -60l144 -445h2zM156 608c3.8 -2.29999 170 -504 209 -594l29 74c-63 160 -175 520 -175 520h-63z" />
+    <glyph glyph-name="u1D54F" unicode="&#x1d54f;" horiz-adv-x="798" 
+d="M13 625v19l3 3c40 -1 79 -2 103 -2s211 1 258 2c0 0 1 -3 2 -3v-19c0 -5 -2.29999 -6.79999 -5 -7l-32 -2c-32.5 -2 -23.5 -16.3 -5 -44l96 -144c5 -7 9 -11 12 -11s7 4 13 12l152 143c22.9 21.6 23.4 42 -6 44l-30 2c-4 0.299988 -7 2 -7 7v20l2 2c40 -1 76 -2 99 -2
+s57 1 97 2l3 -2v-20c0 -3 -1 -6.70001 -9 -7c-60.5 -2 -77.2 -35.1 -110 -66l-154 -145c-8.89999 -12.1 -13 -21 -13 -30c0 -10 6 -20 16 -33l177 -242c27 -39 61.5 -72 106 -75c5 -0.299999 7 -4 7 -7v-20l-2 -2c-40 1 -218 2 -241 2s-78 -1 -125 -2l-3 2v20c0 4 2 6.6 6 7
+l20 2c40.1 4 37.7 9.8 13 44l-112 155c-6 8 -10 11 -14 11c-3 0 -9 -6 -15 -14l-152 -148c-20.9 -20.4 -24.1 -43.9 15 -48l19 -2c5.10001 -0.5 6 -4 6 -7v-20l-3 -2l-112 2c-30 0 -54 -1 -84 -2l-1 2v20c0 5 5 6.7 11 7c58 3 88.4 50.9 115 77l157 154c6 8 10 17 10 23
+c0 10 -5 19 -14 30l-164 238c-40.3 58.5 -71.5 66 -89 69c-9.9 1.70001 -16 3 -16 7zM181 607l403 -568h79l-403 568h-79z" />
+    <glyph glyph-name="leaf" unicode="&#xe138;" horiz-adv-x="1014" 
+d="M40 8c0 99.7 42.1 251 132 372.5c127.8 172.7 332.7 277.5 549 277.5c50 0 124 -6 201 -30c11 -4 22 -5 22 -22c0 -26.1 -9.5 -147.5 -70 -270.2c-97.3 -197.4 -285.6 -336.3 -503 -371.8c-33 -5 -65 -8 -98 -8c-64 0 -131 4 -211 29c-11 4 -22 4 -22 23zM62 21l199 138
+v290c-70 -66 -181 -207 -199 -428zM262 -23c200 0 354 89 438 165l-425 -0.300003c-20.4 -13.1 -180.5 -123.3 -200 -137.7c61 -18 124 -27 187 -27zM282 174l243 169v264c-128 -39 -234 -125 -243 -141v-292zM722 163c15.9 10.6 78.5 78.2 123 164h-305l-235 -164h417z
+M721 637c-70 0 -124 -11 -175 -24v-255l363 251c-61 19 -124 28 -188 28zM570 348h286c43 88 59 170 66 244z" />
+    <glyph glyph-name="integralextension" unicode="&#x23ae;" horiz-adv-x="399" 
+d="M210 431h80v-431h-80v431z" />
+    <glyph glyph-name="uni23A1" unicode="&#x23a1;" horiz-adv-x="356" 
+d="M108 0v893h212c6 -6 6 -24 0 -30c-137 -10 -145 -25 -145 -112v-751h-67z" />
+    <glyph glyph-name="uni23A3" unicode="&#x23a3;" horiz-adv-x="356" 
+d="M108 893h67v-751c0 -87 8 -102 145 -112c6 -6 6 -24 0 -30h-212v893z" />
+    <glyph glyph-name="uni23A2" unicode="&#x23a2;" horiz-adv-x="356" 
+d="M108 893h67v-893h-67v893z" />
+    <glyph glyph-name="uni23A4" unicode="&#x23a4;" horiz-adv-x="356" 
+d="M248 0h-67v751c0 87 -8 102 -145 112c-6 6 -6 24 0 30h212v-893z" />
+    <glyph glyph-name="uni23A5" unicode="&#x23a5;" horiz-adv-x="356" 
+d="M248 893v-893h-67v893h67z" />
+    <glyph glyph-name="uni23A6" unicode="&#x23a6;" horiz-adv-x="356" 
+d="M248 893v-893h-212c-6 6 -6 24 0 30c137 10 145 25 145 112v751h67z" />
+    <glyph glyph-name="uni23A8" unicode="&#x23a8;" horiz-adv-x="400" 
+d="M117 444c49 -21 100 -76 100 -167c0 -88.1 -28 -110 -28 -219v-58h-80v68c0 95 25 148.9 25 225c0 50 -23 139 -122 146v15c99 7 122 96 122 146c0 76.1 -25 130 -25 225v68h80v-58c0 -109 28 -130.9 28 -219c0 -91 -51 -146 -100 -167v-5z" />
+    <glyph glyph-name="uni23A7" unicode="&#x23a7;" horiz-adv-x="400" 
+d="M109 0v138c0 185 94 286 279 293c6 -6 6 -18 0 -24c-84 -20 -199 -105 -199 -261v-146h-80z" />
+    <glyph glyph-name="uni23A9" unicode="&#x23a9;" horiz-adv-x="400" 
+d="M109 431h80v-146c0 -156 115 -241 199 -261c6 -6 6 -18 0 -24c-185 7 -279 108 -279 293v138z" />
+    <glyph glyph-name="uni23AA" unicode="&#x23aa;" horiz-adv-x="400" 
+d="M109 431h80v-431h-80v431z" />
+    <glyph glyph-name="uni239B" unicode="&#x239b;" horiz-adv-x="319" 
+d="M44 148c0 130 15.1 258.2 32 348c38 202 104.8 291.1 210 397c11.4 -0.799988 17.6 -7.70001 21 -18c-51.6 -69.3 -119 -138 -157 -383c-13.7 -88.4 -23 -233 -23 -356v-136h-83v148z" />
+    <glyph glyph-name="uni239D" unicode="&#x239d;" horiz-adv-x="319" 
+d="M44 745v148h83v-136c0 -123 9.3 -267.6 23 -356c38 -245 105.4 -313.7 157 -383c-3.39999 -10.3 -9.60001 -17.2 -21 -18c-105.2 105.9 -172 195 -210 397c-16.9 89.8 -32 218 -32 348z" />
+    <glyph glyph-name="uni239E" unicode="&#x239e;" horiz-adv-x="319" 
+d="M275 148v-148h-83v136c0 123 -9.3 267.6 -23 356c-38 245 -105.4 313.7 -157 383c3.4 10.3 9.6 17.2 21 18c105.2 -105.9 172 -195 210 -397c16.9 -89.8 32 -218 32 -348z" />
+    <glyph glyph-name="uni23A0" unicode="&#x23a0;" horiz-adv-x="319" 
+d="M275 745c0 -130 -15.1 -258.2 -32 -348c-38 -202 -104.8 -291.1 -210 -397c-11.4 0.8 -17.6 7.7 -21 18c51.6 69.3 119 138 157 383c13.7 88.4 23 233 23 356v136h83v-148z" />
+    <glyph glyph-name="uni239C" unicode="&#x239c;" horiz-adv-x="319" 
+d="M127 893v-893h-83v893h83z" />
+    <glyph glyph-name="uni239F" unicode="&#x239f;" horiz-adv-x="319" 
+d="M275 893v-893h-83v893h83z" />
+    <glyph glyph-name="uniA656" unicode="&#xa656;" horiz-adv-x="1035" 
+d="M603 283h177l-94 272h-6l-102.2 -258.7c-3.79999 -10.3 3.20001 -13.3 25.2 -13.3zM495 79c-15.6 -41.1 31.4 -45.4 69 -48c6 -6 6 -27 0 -33c-37 1 -87 2 -128 2c-30.3 0 -63 -1 -89 -2c-6 6 -6 27 0 33c43.5 3 74 9 100 71l61.4 145h-317.4v-125c0 -83 17 -88 87 -91
+c6 -6 6 -27 0 -33c-45 1 -93.4 2 -129 2c-36.3 0 -85 -1 -130 -2c-6 6 -6 27 0 33c70 3 87 8 87 91v401c0 83 -17 88 -87 91c-6 6 -6 27 0 33c47 -1 95.5 -2 129 -2c38.5 0 86 1 130 2c6 -6 6 -27 0 -33c-70 -3 -87 -8 -87 -91v-237h333.9l149.1 352c13 0 40 11 55 20
+l206 -572c17.4 -48.2 51.2 -51.5 90 -55c6 -6 6 -27 0 -33c-35 1 -73 2 -114 2c-39 0 -94 -1 -131 -2c-6 6 -6 27 0 33c47.6 3.4 85.8 6.5 74 41l-58 169h-211c-24 0 -30 -4 -35 -17z" />
+    <glyph glyph-name="uniA657" unicode="&#xa657;" horiz-adv-x="749" 
+d="M585 233l-79 -21c-9.10001 -2.3 -17.4 -5.10001 -25 -8.2v-0.800003h-1.89999c-52.3 -22.3 -68.1 -62 -68.1 -101c0 -31 22 -71 72 -71c28 0 62 23 88 44c8 6 14 13 14 26v132zM585 48h-2l-20 -16c-44 -34 -74.2 -42 -109 -42c-70 0 -126 26 -126 108
+c0 41.7 25.9 77.8 68.2 105h-225.2v-131c0 -29 11 -45 43 -45h19c5 0 9 -3 9 -8v-19l-2 -2s-69 2 -108 2c-35 0 -103 -2 -103 -2l-2 2v19c0 5 3 8 8 8h19c33 0 43 16 43 45v286c0 28 -10 44 -43 44h-19c-5 0 -8 3 -8 8v19l2 2s68 -2 103 -2c39 0 108 2 108 2l2 -2v-19
+c0 -5 -4 -8 -9 -8h-19c-32 0 -43 -16 -43 -44v-121h300.5c7 2.2 14.2 4.2 21.5 6l86 21c3 1 6 5 6 12c0 113 -47 130 -81 130c-38 0 -80 -11 -80 -42c0 -11 1 -17 2 -20c2 -4 3 -11 3 -18c0 -13 -18 -34 -47 -34c-23 0 -35 12 -35 36c0 57 83 111 165 111
+c73 0 151 -27 151 -169v-147c0 -46 1 -85 30 -85c12.7 0 29.5 9.8 37 16c11.3 -6.3 15.3 -14.7 17 -27c-20.7 -20 -56.7 -37 -95 -37c-50.4 0 -61 27 -67 58z" />
+    <glyph glyph-name="uni26A7" unicode="&#x26a7;" horiz-adv-x="782" 
+d="M620 210c0 -110 -85 -208 -193 -222l-2 -91h106v-47h-107l-3 -88h-47l-3 88h-107v47h106l-2 92c-106 15 -192 110 -192 221c0 60.4 22.8 115.1 61.3 155l-36 40.7l-73.3 -65.7l-31.4 34.9l73.5 66l-98.1 111.1c7 -61 8 -99 -3 -164l-43 -16c9 100 9 153 -6 251l19 17
+c103 -32 154 -38 255 -40l-19 -41c-70 -2 -110 4 -172 20l101.8 -107l75.8 67.9l31.4 -34.9l-74.8 -67.1l39.1 -41.1c34.1 21.6 75.2 34.2 120.7 34.2c43.1 0 81.8 -10.3 114.4 -28.4l167.6 176.4c-62 -16 -102 -22 -172 -20l-19 41c101 2 153 7 256 39l18 -16
+c-15 -98 -15 -151 -6 -251l-42 16c-11 65 -11 103 -4 164l-158 -178.8c42.9 -39.9 68 -97.6 68 -163.2zM398 381c-95 0 -171 -76 -171 -170c0 -92 72 -174 171 -174s171 82 171 174s-73 170 -171 170z" />
+    <glyph glyph-name="uni26A6" unicode="&#x26a6;" horiz-adv-x="667" 
+d="M279 367c-96 0 -171 -78 -171 -172c0 -92 72 -171 171 -171s171 79 171 171s-73 172 -171 172zM500 195c0 -119 -102 -217 -223 -217c-120 0 -219 95 -219 217s93 221 222 221c22 0 39 0 64 -8l27 49.2l-86 41.8l20 42l88.4 -43l68.6 125c-56 -32 -93 -49 -161 -64
+l-30 34c97 28 147 48 238 104l21 -10c12 -99 25 -151 59 -245l-44 4c-28 60 -37 97 -46 158l-63.8 -126.4l91.8 -44.6l-20 -42l-92.7 45.1l-24.3 -48.1c68 -35 110 -103 110 -193z" />
+    <glyph glyph-name="afii10066.ital" unicode="&#xf6c5;" horiz-adv-x="505" 
+d="M266 25c61 0 116 56 116 176c0 100 -38 158 -141 209c-48 -20 -113 -69 -113 -180c0 -112.8 59.1 -205 138 -205zM256 -10c-135 0 -214 107.5 -214 230c0 86.1 39 133 125 182l44 25c-73 42 -94 94 -94 140c0 71 63 129 147 129c48 0 78 -16 126 -17c31 -1 46 3 57 12
+c7 0 13 -8.29999 14 -12c-16 -38 -52 -64 -107 -64c-54 0 -94 21 -137 21c-39 0 -54 -21 -54 -40c0 -35 42.7 -79.1 109 -113c125 -64 196 -124 196 -257c0 -152.6 -101 -236 -212 -236z" />
+    <glyph glyph-name="gravecomb.sups" unicode="&#xe0db;" 
+d="M-109.2 495.6l49 -88.2c3.5 -7 4.2 -11.9 4.2 -16.8c0 -3.5 -4.9 -7.70001 -10.5 -7.70001c-4.2 0 -9.1 3.5 -20.3 14l-79.8 76.3l1.40001 7.69998c5.59999 4.20001 21.7 16.1 45.5 16.1c3.5 0 7.7 -0.700012 10.5 -1.39999z" />
+    <glyph glyph-name="acutecomb.sups" unicode="&#xe0dc;" 
+d="M-106.4 495.6c2.1 0.699982 6.3 1.39999 9.8 1.39999c4.5 0 22.4 -0.700012 38.5 -16.1l2.1 -7.69998l-80.5 -76.3c-10.5 -10.5 -16.1 -13.3 -21 -13.3s-9.8 4.19998 -9.8 9.10001c0 7.79999 2.3 10.6 8 19.6z" />
+    <glyph glyph-name="circumflexcomb.sups" unicode="&#xe0dd;" 
+d="M-86.1 497.7c20.3 -32.9 51.1 -70 76.3 -98c-3.5 -4.90002 -9.5 -10.6 -16.1 -11.9c-26.6 16.8 -51.1 36.4 -72.1 58.1c-22.4 -22.4 -45.5 -42.7 -72.8 -58.1c-6.3 1.40002 -11.2 5.60001 -15.4 11.9c25.2 28 57.4 65.8 77.7 98c7.5 1.59998 14.9 2.09998 22.4 0z" />
+    <glyph glyph-name="tildecomb.sups" unicode="&#xe0de;" 
+d="M-58.8 434.7c15.4 0 23.1 7 32.9 36.4c7.7 0.699982 14.7 -1.39999 18.9 -4.20001c-8.4 -42 -28.7 -69.3 -60.9 -69.3c-15.4 0 -30.1 12.6 -44.8 22.4c-12.6 7.70001 -25.9 13.3 -37.8 13.3c-18.2 0 -25.2 -10.5 -32.2 -33.6c-7.7 -1.40002 -14.7 -0.700012 -18.9 3.5
+c9.8 41.3 25.9 68.6 56 68.6c21 0 36.4 -14 50.4 -23.8c11.2 -8.39999 23.1 -13.3 36.4 -13.3z" />
+    <glyph glyph-name="macroncomb.sups" unicode="&#xe0df;" 
+d="M-73.5 374.5h-156.8c-6.3 0 -9.09999 7.70001 -9.09999 12.6c0 8.39999 7.7 22.4 15.4 22.4h157.5c7 0 9.8 -7.70001 9.8 -11.9c0 -8.39999 -7.7 -23.1 -16.8 -23.1z" />
+    <glyph glyph-name="uniE02A" unicode="&#xe02a;" horiz-adv-x="372" 
+d="M100 317c0 55 -11 63 -65 68c-4 6 -4 22 -2 28c69 9 106 18 134 29c8 0 13 -3 13 -7c0 0 -2 -47 -2 -79c0 -5 3 -11 9 0c23 39 64 83 111 83c42 0 60 -28.9 60 -48c0 -25 -23 -50 -47 -50c-21 0 -31 19 -41 29c-6 6 -14 7 -21 7c-12 0 -35 -33 -46 -49
+c-12 -18 -24 -41 -24 -67v-139c0 -83 12 -86 82 -91c6 -6 6 -27 0 -33c-43 1 -80 2 -121 2c-40 0 -72 -1 -114 -2c-6 6 -6 27 0 33c62 4 74 8 74 91v195z" />
+    <glyph glyph-name="uni209A" unicode="&#x209a;" horiz-adv-x="305" 
+d="M104 -163c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v234c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48c0 -3 -0.300003 -7.8 5 -1c18.5 23.5 57 49 86 49
+c58 0 93 -40 93 -108c0 -74 -49 -154 -114 -154c-20 0 -56 8 -70 20v-76zM104 -36c12.5 -40 49 -45 71 -45c23 0 59 23 59 116c0 73 -23 89 -51 89c-25 0 -72.5 -35 -79 -62v-98z" />
+    <glyph glyph-name="uniE188" unicode="&#xe188;" horiz-adv-x="388" 
+d="M57 531c0 -76 61 -138 137 -138c77 0 138 62 138 138s-61 137 -138 137c-76 0 -137 -61 -137 -137zM28 531c0 91 75 166 166 166c92 0 166 -75 166 -166c0 -92 -74 -166 -166 -166c-91 0 -166 74 -166 166zM210 547h86v-31h-86v-86h-31v86h-87v31h87v87h31v-87z" />
+    <glyph glyph-name="uniE189" unicode="&#xe189;" horiz-adv-x="388" 
+d="M57 531c0 -76 61 -138 137 -138c77 0 138 62 138 138s-61 137 -138 137c-76 0 -137 -61 -137 -137zM28 531c0 91 75 166 166 166c92 0 166 -75 166 -166c0 -92 -74 -166 -166 -166c-91 0 -166 74 -166 166zM296 516h-204v31h204v-31z" />
+    <glyph glyph-name="uni2096" unicode="&#x2096;" horiz-adv-x="318" 
+d="M56 -37v212c0 42 -7 49 -20 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68v-150.5c21.8 8.8 39.8 18.4 61 40l25 25.5c7.7 8.3 23 23 -9 26c-3 0.300003 -5 3 -5 5v20l1 1s30 -1 52 -1c24 0 64 1 64 1l2 -1v-20c0 -3 -4 -4.8 -6 -5
+c-24.5 -3 -45.9 -8.1 -68 -32l-38 -41c-1.89999 -2.1 -2 -6 -2 -8c0 -3 1 -6 3 -8l63 -93c7 -10 19.5 -27 52 -30c4 -0.400002 8 -2 8 -5v-22l-2 -2s-37 1 -61 1c-22 0 -38 -1 -38 -1l-2 2v16c0 6 -2 10 -14 27l-45 64c-9 11 -16 22 -31 22c-2.9 0 -6.2 -0.700001 -10 -1.9
+v-54.1c0 -41 7 -44 41 -46c4 -8 4 -22 0 -29c-30 1 -41 1 -66 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46z" />
+    <glyph glyph-name="uni2097" unicode="&#x2097;" horiz-adv-x="161" 
+d="M55 -36v211c0 52 -8 48 -40 50c-4 4 -4 16 -3 21c25 2 70 11 86 17c6 0 8 -2 8 -6c0 0 -2 -26 -2 -66v-227c0 -51 7 -53 40 -55c4 -4 4 -18 0 -22c-22 1 -39 1 -64 1s-44 0 -65 -1c-4 4 -4 16 0 20c33 2 40 6 40 57z" />
+    <glyph glyph-name="uni2095" unicode="&#x2095;" horiz-adv-x="307" 
+d="M104 188v-84c14 16 49 51 85 51c45 0 75 -25 75 -92v-124c0 -19 6.20001 -23.7 26 -27l6 -1c4 -1 5 -3 5 -5v-18s-38 1 -62 1c-25 0 -65 -1 -65 -1v18c0 2 1 5 5 5l11 1c18.8 1.7 25 6 25 27v114c0 51 -20 68 -50 68c-21 0 -42 -22 -61 -45v-137c0 -21 7.1 -25.4 25 -27
+l11 -1c2 0 5 -1 5 -5v-18s-40 1 -66 1c-24 0 -61 -1 -61 -1v18c0 2 0 5 4 5l8 1c23.6 3 25 6 25 27v236c0 42 -6 49 -19 49l-21 1c-2 0 -4 1 -4 3l-1 18c26 2 72 10 88 17c6 0 8 -2 8 -7c0 0 -2 -26 -2 -68z" />
+    <glyph glyph-name="uni209B" unicode="&#x209b;" horiz-adv-x="253" 
+d="M28 -18h22c1 -14 7 -41 23 -57c7 -6 26 -18 49 -18c24 0 48 11 48 38c0 21 -8 41 -58 62c-46 19 -77 35 -77 80c0 42 45 74 94 74c31 0 70 -10 81 -17l9 -75l-23 -1c-14 58 -48 68 -67 68c-25 0 -46 -13 -46 -40c0 -24 10 -33 44 -47c51 -21 97 -40 97 -90
+c0 -61 -66 -77 -100 -77c-30 0 -52 14 -72 14c-3 0 -13 -1 -19 -2c0 24 -2 56 -5 88z" />
+    <glyph glyph-name="uni209C" unicode="&#x209c;" horiz-adv-x="206" 
+d="M106 126v-148c0 -38 6 -56 21 -56c16 0 36 0 52 12l16 -17c-26 -27 -59 -35 -87 -35c-29 0 -50 17 -50 61v183h-40c-2 0 -3.2 0 -3 2l2 24c0 2 1 3 3 3c37 0 48 24 48 71v11l38 13v-95h80c3 0 5.3 -1 5 -4l-2 -18c-0.699997 -6 -9 -7 -14 -7h-69z" />
+    <glyph glyph-name="eng.superior" unicode="&#x1d51;" horiz-adv-x="362" 
+d="M247 535c0 51 -25 68 -56 68c-21 0 -45 -18 -64 -41c-4 -5 -9 -14 -9 -22v-100c0 -41 3 -44 37 -46c4 -8 4 -22 0 -29c-30 1 -37 1 -62 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 64 12 81 20c5 0 6 -3 7 -6
+c3 -7 5 -20 5 -48c0 -3 0 -8.29999 5 -1c24.3 35.3 55 55 91 55c46 0 80 -25 80 -92v-125c0 -85 -5 -112 -32 -142c-16 -18 -36 -25 -52 -25c-27 0 -61 13 -61 33c0 16 9 25 21 25c15 0 23 -15 27 -29c1 -6 5 -10 10 -10c29 0 39 35 39 128v135z" />
+    <glyph glyph-name="uni1D55" unicode="&#x1d55;" horiz-adv-x="307" 
+d="M281 496v-2c0 -65 -46.9 -135 -130 -135c-81 0 -128 68 -128 132c0 1.70001 0.1 5 0.1 5h59c2.3 -73.5 40.1 -112 79.9 -112c29 0 60 30 60 91c0 7.20001 -0.300003 14.2 -0.800003 21h59.8z" />
+    <glyph glyph-name="uni1D59" unicode="&#x1d59;" horiz-adv-x="362" 
+d="M241 554c-5 4 -14 9 -22 9h-100c-41 0 -44 -3 -46 -37c-8 -4 -22 -4 -29 0c1 30 1 37 1 62c0 23 0 46 -1 76c6 4 21 5 29 0c2 -40 5 -53 46 -53h107c40 0 45 9 48 42c4 1 18 3 22 2c6 -43 12 -64 20 -81c0 -5 -3 -6 -6 -7c-7 -3 -20 -5 -48 -5c-3 0 -8.3 0 -1 -5
+c35.3 -24.3 55 -65 55 -101c0 -46 -25 -70 -92 -70h-105c-41 0 -44 -8 -46 -48c-8 -5 -23 -4 -29 0c1 30 1 35.7 1 71c0 23.8 0 31 -1 61c7 4 21 4 29 0c2 -34 5 -36 46 -36h95c51 0 68 15 68 46c0 21 -18 55 -41 74z" />
+    <glyph glyph-name="uni1D5C" unicode="&#x1d5c;" horiz-adv-x="508" 
+d="M203 455c-15 6 -15 6 -34 13c-36.7 16 -55 39 -55 69c0 29.3 18.3 52.3 55 69c32 14 60 21.3 84 22c24 -0.700012 52 -8 84 -22c36.7 -16.7 55 -39.7 55 -69c0 -30 -18.3 -53 -55 -69c-13.3 -4.70001 -25 -9 -35 -13c-12.7 -6.70001 -16.7 -14.7 -12 -24
+c6 -11.3 15 -20.7 27 -28c12.7 -9.29999 27 -14 43 -14c20.7 0 36.3 4.29999 47 13c6 6 15 19.7 27 41l15 -1l13 -48l-2 -3c-26 -22.7 -59 -34 -99 -34c-41.3 0 -75.3 8.70001 -102 26c-2 1.29999 -3.7 2.29999 -5 3c-1.3 -0.700012 -3 -1.70001 -5 -3
+c-26.7 -17.3 -60.7 -26 -102 -26c-40 0 -73 11.3 -99 34l-2 3l13 48l15 1c12 -21.3 21.3 -35 28 -41c10 -8.70001 25.3 -13 46 -13c16 0 30.3 4.70001 43 14c12 7.29999 20.3 16.7 25 28c4 9.29999 -0.300003 17.3 -13 24z" />
+    <glyph glyph-name="uni1D4B" unicode="&#x1d4b;" horiz-adv-x="317" 
+d="M166 607c-25.5 0 -47 -11.6 -47 -37c0 -29 24.8 -49 53 -49h24c7.3 0 11 -3 11 -9v-9c0 -4.70001 -3.7 -7 -11 -7h-25c-34.4 0 -52 -19.5 -52 -53c0 -38.4 19.4 -59 57 -59c23.2 0 36 8.5 41 32c5.2 17.4 10.9 26.4 28.3 26.4c13.3 0 27.9 -8.60001 27.9 -25.2
+c0 -19.3 -19.1 -37.9 -32.2 -45.2c-20.7 -10 -44.7 -14 -72 -14c-60.5 0 -113 30.6 -113 87c0 34.5 22.8 60.3 57.5 64.5l0.5 2.5c-32.7 9.29999 -49 30.7 -49 60c0 45.8 53.1 65 103 65c46 0 72 -15 98 -32l2 -3l-12 -46h-16c-17.3 34 -42 51 -74 51z" />
+    <glyph glyph-name="uni1D4C" unicode="&#x1d4c;" horiz-adv-x="317" 
+d="M160.2 607c-32 0 -53.7 -17 -71 -51h-16l-12 46l2 3c26 17 55 32 101 32c50 0 100 -22.2 100 -68c0 -29.3 -16.3 -47.7 -49 -57l0.400009 -2.5c34.7 -4.20001 57.6 -33 57.6 -67.5c0 -56.4 -56.5 -84 -117 -84c-27.3 0 -47.3 4 -68 14
+c-13.1 7.29999 -32.2 25.9 -32.2 45.2c0 16.6 14.6 25.2 27.9 25.2c17.4 0 23.1 -9 28.3 -26.4c5 -23.5 21.8 -32 45 -32c37.6 0 53 21.6 53 60c0 33.5 -17.6 52 -52 52h-25c-7.3 0 -11 2.29999 -11 7v9c0 6 3.7 9 11 9h24c28.2 0 53 21 53 50c0 25.4 -24.5 36 -50 36z" />
+    <glyph glyph-name="uni1D45" unicode="&#x1d45;" horiz-adv-x="343" 
+d="M232 389c-20.5 -21 -53.5 -33 -76 -33c-72 0 -116 47.5 -116 122c0 39.3 12.8 81.8 42 112c28 29 57.3 40 96 40c23.5 0 40.3 -8.29999 59 -25l9 15c4.7 8 11.3 12 20 12c9.29999 0 14 -5.29999 14 -16v-205c0 -9.29999 3 -15.3 9 -18c4.70001 -2.70001 14 -4 28 -4
+c3.29999 -2.70001 5.29999 -7 6 -13c-17.3 -13.3 -37.3 -20 -60 -20c-18.5 0 -29.5 14 -31 33zM232 554c-16.7 28.7 -48.5 43 -63 43c-39.3 0 -71 -34.3 -71 -99c0 -71.3 24.3 -109 73 -109c14 0 47 13 61 32v133z" />
+    <glyph glyph-name="uni1D62" unicode="&#x1d62;" horiz-adv-x="194" 
+d="M101 278c16 0 29 -13 29 -29s-13 -29 -29 -29s-29 13 -29 29s13 29 29 29zM128 -36c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51.3 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v109c0 53 -11 48 -43 50c-4 6 -5 13 -4 21c26 2 73 10 89 17
+c6 0 8 -2 8 -7c0 0 -2 -27 -2 -54v-136z" />
+    <glyph glyph-name="uni1D63" unicode="&#x1d63;" horiz-adv-x="246" 
+d="M170 117c-7 0 -23 -8 -39 -31c-4 -5 -9 -14 -9 -22v-100c0 -41 17 -44 51 -46c4 -8 4 -22 0 -29c-30 1 -51 1 -76 1c-23 0 -46 0 -76 -1c-4 6 -5 21 0 29c40 2 53 5 53 46v107c0 40 -9 45 -42 48c-1 4 -3 18 -2 22c43 6 63 12 80 20c5 0 6 -3 7 -6c3 -7 5 -20 5 -48
+c0 -3 1 -9 5 -1c14 27 42 55 74 55c26 0 37 -21 37 -34c0 -17 -14 -35 -29 -35c-13 0 -20 14 -26 21c-4 4 -9 4 -13 4z" />
+    <glyph glyph-name="uni1D64" unicode="&#x1d64;" horiz-adv-x="319" 
+d="M55 76c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72v-96c0 -51 20 -67 50 -67c21 0 44 20 63 42v117c0 46 -8 55 -38 57c-4 4 -4 19 0 23c23 -1 42 -2 62 -2c9 0 19 1 22 2c3 0 4 -2 4 -4c0 0 -2 -51 -2 -72
+v-108c0 -40 9 -45 42 -48c1 -4 3 -18 2 -22c-43 -6 -63 -12 -80 -20c-5 0 -6 3 -7 6c-3 7 -5 19.8 -5 38c0 3 -1.7 5.5 -5 1c-12.7 -17.6 -45 -45 -82 -45c-45 0 -74 25 -74 92v102z" />
+    <glyph glyph-name="uni1D65" unicode="&#x1d65;" horiz-adv-x="314" 
+d="M204 133c-4 4 -4 19 0 23c23 -1 37 -2 60 -2c16 0 27 1 41 2c4 -4 4 -19 0 -23c-31.5 -3.5 -39.1 -21.4 -53 -52l-83.2 -182.8c-5 -11 -8.7 -16.1 -14.9 -16.1c-8.09999 0 -11.2 4.8 -15.5 14.7l-79.4 185.2c-15.1 35.1 -17 47 -50 51c-4 4 -4 19 0 23c23 -1 33 -2 55 -2
+c25.8 0 43 1 66 2c4 -4 4 -19 0 -23c-32.5 -3 -31.7 -15.4 -19 -47l42.1 -105.3c11.4 -28.5 13.9 -28.8 26 -2.1l46.9 107.4c14.2 32.4 11 44 -22 47z" />
+    <glyph glyph-name="uni1D66" unicode="&#x1d66;" horiz-adv-x="312" 
+d="M96 150v-362l-41 -20l-7 14v338c0 41 5 67 24 94c22 33 50 49 94 49c59 0 98 -29 98 -78c0 -34 -12 -61 -64 -80c69 -13 89 -49 89 -107c0 -66 -40 -116 -113 -116c-27 0 -56 10 -69 34v4l23 11c16 -21 33 -24 51 -24c36 0 50 31 50 89c0 47 -19 89 -54 94h-32
+c-17 0 -25 3 -25 14s8 13 25 13h24c32 7 41 43 41 63c0 37 -19 57 -50 57c-36 0 -64 -25 -64 -87z" />
+    <glyph glyph-name="uni1D67" unicode="&#x1d67;" horiz-adv-x="364" 
+d="M326 125c0 -38.7 -16 -91 -52 -157c-16 -28.7 -38 -60 -58 -84c4.7 -14.7 5.5 -56.7 5.5 -76c0 -26 -22.5 -64 -51 -64c-24.5 0 -35 13.1 -35 46c0.699997 25.3 10.3 48 41 90l-1.5 8c-19.3 87.3 -39.2 157.8 -72.5 214.5c-6 9.3 -14 15.5 -20.5 15.5
+c-16 0 -28 -16.5 -36 -31.5c-10.1 2.4 -16.5 5.5 -22.5 12c22.5 45 56.5 62.5 84.5 62.5c19.5 0 31.7 -10.3 43 -31c29.2 -58.4 48.8 -164.5 58 -220c39.3 67.3 66 144.7 66 172c0 10.7 -4 19 -8 21c-14.9 7.1 -25 14.4 -25 30c0 17.9 13.1 28 37 28c24.3 0 47 -11.8 47 -36
+z" />
+    <glyph glyph-name="uni1D46" unicode="&#x1d46;" horiz-adv-x="482" 
+d="M157 383c32 0 45 43 51 92c-43.5 -1.5 -93 -4 -105 -18c0 -37 20 -74 54 -74zM285 574c-3.5 -6 -5 -41 -5 -71c58 7 92 32 92 60c0 8 -1 18 -3 24c-5 13 -19 20 -31 20c-15 0 -39 -9 -53 -33zM143 593c-23 0 -62 -11 -87 -37c-6 0 -11 7 -11 15c31 45 77 66 108 66
+c24.5 0 56 -3.5 68.5 -12.5c12.4 -8.90002 26.5 -19.5 33.5 -34.5c27 34 75 47 92 47c25 0 44 -2 60 -13s29 -31 29 -53c0 -51 -53 -83 -156 -92c0 -65 16 -96 45 -96c23 0 43 6 43 20c0 12 -5 20 -5 27c0 9 6 25 34 25c22 0 29 -16 29 -32c0 -37 -58 -65 -102 -65
+c-33 0 -72 10 -88 43c-25 -35 -51 -43 -86 -43c-92 0 -105 63 -105 92c0 13 1 21.5 2 30c25 16 96 18 162 18c0 62 -29 95 -66 95z" />
+    <glyph glyph-name="afii10086.alt" unicode="&#xe19c;" horiz-adv-x="660" 
+d="M223 30c27 0 50 14 69 44v288c-22 27 -42 37 -64 37c-87 0 -105 -90 -105 -177c0 -84 18 -192 100 -192zM440 399c-22 0 -47 -10 -69 -42v-289c22 -32 44 -38 65 -38c87 0 103 91 103 178c0 84 -16 191 -99 191zM371 -63c0 -52 19 -112 91 -155l-16 -20
+c-77 38 -101 78 -115 106c-11 -27 -36 -72 -114 -106l-17 20c74 44 92 103 92 155v93c-26 -28 -57 -40 -97 -40c-100 0 -154 95 -154 203c0 160 85 246 176 246c31 0 56 -13 75 -34v99c0 52 -18 112 -92 155l17 21c78 -34 103 -79 114 -107c14 28 38 69 115 107l16 -21
+c-72 -43 -91 -103 -91 -155v-110c22 27 50 45 97 45c100 0 153 -94 153 -205c0 -135 -71 -244 -175 -244c-31 0 -53 7 -75 29v-82z" />
+    <glyph glyph-name="uniE19D" unicode="&#xe19d;" horiz-adv-x="548" 
+d="M343 437v-35h-149v-114c54 52 102 69 153 69c83 0 158 -49 158 -225c0 -203 -103 -284 -223 -333l-12 15c63 46 156 66 156 315c0 147 -45 184 -95 184c-27 0 -81 -12 -137 -69v-166c0 -29 11 -42 45 -45l21 -2c4 0 8 -3 8 -8v-23l-2 -2s-72 2 -113 2
+c-38 0 -110 -2 -110 -2l-2 2v23c0 5 4 7 9 8l20 2c34 3 45 16 45 45v324h-77v35h77v67c0 52 -18 112 -92 155l17 21c78 -34 103 -79 114 -107c14 28 38 69 115 107l16 -21c-72 -43 -91 -103 -91 -155v-67h149z" />
+    <glyph glyph-name="uniE13C" unicode="&#xe13c;" horiz-adv-x="1983" 
+d="M201.9 603.3c-1.29999 6.29999 -6.09999 12.3 -16.7 9.5c-6.89999 -1.79999 -15.1 -11.1 -17.2 -16.9zM220.4 670.8c29.9 -8.5 45.9 -24.6 61.6 -48.8c6.70001 -10.4 34.7 -26.7 61.8 -40.9c51.2 -27 58.2 -93.2 53.7 -128.6c-6.29999 -49.2 11.6 -85.1 34.5 -99.1
+c19.5 -11.9 48.4 -16.2 54.3 -15.5c-12.9 31.3 -16.9 61.3 -14.3 98.6c13 98.2 60.5 157.1 125.5 203c10.7 7.59998 26.3 11.6 38.5 8.40002c-11.8 -11.9 -16.3 -18.1 -18.4 -26.2c0 0 42.8 16.4 150.4 10.6c121.3 -6.59998 409.4 -43.6 566.1 -104.5
+c-67.1 1.29999 -127.7 -13.4 -123.7 -42.1c-40.6 2.09998 -46 -6.10001 -43.4 -9.80002c-39.2 9.80002 -111.1 24 -192.2 34c-80.3 9.89999 -172.6 12 -246.7 7.19998c6.5 7.90002 -12 21.6 -50 17.1c-27.4 -3.20001 -68 -31.8 -94.2 -73.2
+c-20.9 -32.9 -48.2 -114.3 -53.1 -153.2l24.9 -9.09998c3.09998 3.5 4.89996 7 5.70001 11.1c0.899963 4.70001 -13.6 6.60001 -12.5 12.8c7.89996 44.7 29 98.8 47.3 128.2c13.9 22.3 33.9 47.9 60.3 61.5c15 7.70001 24.8 12.1 50.1 6.60004
+c-14.9 -5.40002 -24.1 -11.8 -28 -19.1c260.1 25.9 524.3 -37.7 704 -99.7c-88.7999 7.79999 -166.5 -1.80002 -144 -59.1c-83 27.1 -141.7 19.2 -141.2 -46.4c-84.3 24.2 -146.6 16.4 -168.2 -25.9c-34.1 11.4 -51.7 9.39999 -62.3 4.5c42.9 -12.8 99.3 -48.7 136.1 -73.8
+c36.9 -25.1 79.7 -77.1 158.5 -84.8c50.7 -4.9 81.1 31.5 127.7 27.4c46.6001 -4.10001 94.7001 -52.4 138.7 -56.8c44 -4.39999 52.2999 26.3 113.3 21.5c61 -4.8 118.3 -52.7 173.3 -61.7c55.1 -9 85.1 9.4 124.3 37.1c-9.40002 10.9 -20.1001 17.1 -30.8 22.8
+c53.3 6.5 95.2 36.8 137 67.5c-32.7 -42.4 -60.4 -89.6 -84 -141.2c-2.40002 10.3 -5.40002 20.6 -14.2 32.1c-45 -34.7 -92.3 -66.6 -145.4 -61.9s-77.7001 40.8 -127 41.9c-49.3 1.1 -104 -46.1 -156.2 -43.6c-52.2 2.5 -68.8999 50.8 -122.8 52.3
+c-54 1.5 -109.3 -52.3 -182.4 -50.6c-73.1 1.7 -196.1 72.1 -227.2 90.7c-31.1 18.6 -60.6 26.6 -82.2 33.7l-52.3 -60l10.8 -35c26.4 -4.7 49.6 -12.1 64.4 -26.6c-22.2 -6.6 -57.9 -4.6 -89.7 -5.2c-26.1 -5.4 -48 -15.7 -70.3 -25.6
+c-2.70001 -4.8 -1.90002 -9.7 -1.40002 -14.5c-6.39996 2.4 -12.5 5.5 -16.3 12.4c16.1 13.3 30.6 27.4 54.1 37l-39.9 -0.3l-6.20001 3.5l-2.09998 -12.5c-8 5.1 -14.2 11 -18.3 18c6.39996 3.9 15.2 6 24.9 7.3l36.7 3.5l-13.2 7.9c-35.7 3.9 -67 1.8 -97.5 -1.4
+l-8.70001 -7.9c-3 8.1 -4.79999 16.2 -0.699951 24.9l55.6 6.2l-45.5 8.6l-10.1 -8.6c1.59998 8.8 -1.60004 15.7 7.59998 27.4c13.4 -0.5 39.4 -7.6 47.6 -11.5l-15.4 20.1c3.89996 10.9 44 46.8 60.7 57.2c-45.9 24 -127.8 -35.3 -193.3 -35.8
+c-19.4 -0.0999985 -44 4.8 -57.4 9.8c-8.40002 -18.4 -13.4 -39.8 -20.4 -76.5c11.6 -18.3 21.8 -37.9 30.8 -58.2c-0.600006 -8.2 -4.89999 -11.7 -9.70001 -13.9c-9.10001 -1.2 -17.8 -1.4 -26 7l12.5 8.3l-26.3 26l-51.2 -13.2
+c-3.60001 -7.4 -5.89999 -14.7 -6.29999 -22.1c-8.39999 3.7 -16 8.9 -15.2 25.9l24.5 28.7l-29.4 9.7c-6.20001 -3.3 -9.89999 -8 -13.8 -12.8c-3.60001 10.6 -5.70001 22.5 -4.10001 37.7l53.6 -5.9l-0.700012 81.4c-19.9 9.8 -33.7 22.4 -41.7 36
+c-40.5 2 -79.6 23.9 -100.2 42.3l-19.7 -11.8l24.2 -40.2c-10 -13.1 -21.3 -22.5 -31.3 -28.6l8.8 26.9l-41.5 39.8l-39.5 1.3l-5.9 5.2l-4.8 -20.4c-12.1 5.8 -21.1 15.5 -19 40.1l62.1 -5.09999c-16.9 7 -38.2 6.7 -52.1 23.2l-9.3 -10.4
+c-5.5 8.79999 -7.9 23.3 0.200005 37.3c-0.400002 -0.699982 55 -31.2 66.6 -31.4c7.5 -0.100006 14.8 -0.699997 14.8 -0.699997c17.5 14.8 42.6 35.2 61.6 33.8s25.3 -35.5 61.1 -45.6c-9.79999 21.1 -10.7 81.5 2.5 108.4c18.6 37.9 32.4 112.3 27.3 140.6
+c-4.20001 23 -22.7 31.1 -41 33.1c-12.1 1.30005 -26.5 1.90002 -42.5 -11.9c-15 -12.9 -39.8 -37.1 -53.1 -51.5c6 -17.4 2.09999 -38.4 -15.3 -48.1c0 0 2.09999 21.4 -2 31.6l-12.7 2.69998c-2.10001 -5.19998 -5.8 -9.29999 -9.20001 -13.5
+c-5.59999 -5.10001 -7.49999 -4.69998 -6.2 2.10001c1.2 7.89999 2.60001 11.6 2.5 20.1c-9.8 10.1 -19.1 19.2 -24.4 30l6.39999 5.89999c5.9 0.399994 10.9 -2.60001 15.9 -5.79999c15.7 11.3 32.8 23.2 40.2 36.3c-6.90001 4.79999 -19.3 7.29999 -30.5 4.5
+c-11.2 -2.79999 -32.4 -29.6 -42.8 -36c-5.8 -3.60001 -15 -4.20001 -15 -4.20001l6.3 -10.7c-23.1 0.600006 -41 8 -55.1 19.4c15.3 -2.70001 29 2.29999 41.6 12.5l4.3 -12c4.1 1.20001 10.2 2 14.8 5.60001c15.1 11.9 26.7 31.7 43.1 37
+c13.6 4.40002 28.9 1.90002 28.9 1.90002l-4.29999 8.29999c-12.1 3 -24.1 4.10004 -34.6 1.40002s-30.2 -6.90002 -30.2 -6.90002c-2.3 -10.7 -5.3 -15.3 -8.2 -21.1c-12.4 1.5 -40.6 46.5 -25.3 55.7c6.8 4 79.5 10.6 86.7 22.5c5.39999 8.79999 16.7 26.3 32.6 30
+c20.4 4.79999 27.8 -7 35.9 -3.60004c-3.7 13.3 -8.8 18.1 -21.9 29.7c0 0 10 0.700012 20 -3.79999s26.6 -21.7 26.6 -21.7h5.3s-6.5 27.2 -26.6 43.8z" />
+    <glyph glyph-name="uniE13B" unicode="&#xe13b;" horiz-adv-x="2001" 
+d="M1797.6 603.3l33.9 -7.39996c-2.19995 5.79999 -10.3 15.1 -17.2 16.9c-10.6001 2.79999 -15.5 -3.20001 -16.7001 -9.5zM1779.1 670.8c-20.1 -16.6 -26.6 -43.8 -26.6 -43.8h5.30005s16.6 17.2 26.6 21.7s20 3.79999 20 3.79999c-13.1 -11.6 -18.2001 -16.4 -21.9 -29.7
+c8.09998 -3.39996 15.5 8.40002 35.9 3.60004c15.9 -3.70001 27.2999 -21.2 32.6 -30c7.19995 -11.9 79.9 -18.5 86.7 -22.5c15.3 -9.20001 -12.7999 -54.2 -25.2999 -55.7c-2.90002 5.79999 -5.90002 10.4 -8.20007 21.1c0 0 -19.7 4.20001 -30.2 6.90002
+s-22.5 1.59998 -34.6 -1.40002l-4.20007 -8.29999s15.2001 2.5 28.8 -1.90002c16.4 -5.29999 28 -25.1 43.1 -37c4.59998 -3.60001 10.7001 -4.39999 14.8 -5.60001l4.29993 12c12.6001 -10.2 26.3 -15.2 41.6001 -12.5c-14.1001 -11.4 -32 -18.8 -55.1001 -19.4
+l6.30005 10.7s-9.19995 0.600006 -15 4.20001c-10.4 6.39999 -31.6 33.2 -42.8 36c-11.2 2.79999 -23.6 0.299988 -30.5 -4.5c7.40002 -13.1 24.4 -25 40.1001 -36.3c5 3.19998 10.1 6.19998 16 5.79999l6.3999 -5.89999c-5.19995 -10.8 -14.6 -19.9 -24.3999 -30
+c-0.100098 -8.5 1.29993 -12.2 2.5 -20.1c1.29993 -6.79999 -0.600098 -7.20001 -6.20007 -2.10001c-3.40002 4.20001 -7.09998 8.30002 -9.19995 13.5l-12.7001 -2.69998c-4.09998 -10.2 -2 -31.2 -2 -31.6c-17.3999 9.69998 -21.2999 30.7 -15.2999 48.1
+c-13.3 14.4 -38.1 38.6 -53.1 51.5c-16 13.8 -30.4 13.2 -42.5 11.9c-18.3 -2 -36.9 -10.1 -41 -33.1c-5.1001 -28.3 8.69995 -102.7 27.2999 -140.6c13.2001 -26.9 12.3 -87.3 2.5 -108.4c35.8 10.1 42.1 44.2 61.1 45.6s44.1001 -19 61.6001 -33.8
+c0 0 7.29993 0.599991 14.7999 0.699997c11.6 0.199997 66.6 30.5 66.6 31.4c8.1001 -14 5.70007 -28.5 0.200073 -37.3l-9.30005 10.4c-13.9 -16.5 -35.2 -16.2 -52.1 -23.2l62.1 5.09999c2.09998 -24.6 -6.90002 -34.3 -19 -40.1l-4.79993 20.4l-5.90002 -5.2l-39.5 -1.3
+l-41.5 -39.8l8.79993 -26.9c-10 6.10001 -21.2999 15.5 -31.2999 28.6l24.2 40.2l-19.7 11.8c-20.6 -18.4 -59.7001 -40.3 -100.2 -42.3c-8 -13.6 -21.7999 -26.2 -41.7 -36l-0.699951 -81.4l53.6 5.9c1.59998 -15.2 -0.5 -27.1 -4.09998 -37.7
+c-3.90002 4.8 -7.70007 9.5 -13.9 12.8l-29.3 -9.7l24.5 -28.7c0.800049 -17 -6.79993 -22.2 -15.2 -25.9c-0.400024 7.4 -2.70007 14.7 -6.30005 22.1l-51.2 13.2l-26.3 -26l12.5 -8.3c-8.19995 -8.4 -16.9 -8.2 -26 -7c-4.79993 2.2 -9.09998 5.7 -9.69995 13.9
+c9 20.3 19.2 39.9 30.7999 58.2c-7 36.7 -12.1 58.1 -20.3999 76.5c-13.4 -5 -38 -9.89999 -57.4 -9.8c-65.5 0.5 -147.4 59.8 -193.3 35.8c16.7001 -10.4 56.8 -46.3 60.7001 -57.2l-15.4 -20.1c8.19995 3.9 34.2 11 47.6 11.5c9.19995 -11.7 6 -18.6 7.59998 -27.4
+l-10 8.6l-45.6 -8.6l55.6 -6.2c4.09998 -8.7 2.30005 -16.8 -0.699951 -24.9l-8.70007 7.9c-30.5 3.2 -61.7999 5.3 -97.5 1.4l-13.2 -7.9l36.7 -3.5c9.70007 -1.3 18.5 -3.4 24.9 -7.3c-4.09998 -7 -10.2999 -12.9 -18.2999 -18l-2.1001 12.5l-6.19995 -3.5l-39.9 0.3
+c23.5 -9.6 38 -23.7 54.1 -37c-3.79993 -6.9 -9.8999 -10 -16.2999 -12.4c0.5 4.8 1.29993 9.7 -1.40002 14.5c-22.3 9.9 -44.2 20.2 -70.3 25.6c-31.7999 0.6 -67.5 -1.4 -89.7 5.2c14.8 14.5 38 21.9 64.4 26.6l10.7999 35l-52.2999 60
+c-21.6 -7.10001 -51.1 -15.1 -82.2001 -33.7c-31.1 -18.6 -154.1 -89 -227.2 -90.7c-73.1 -1.7 -128.4 52.1 -182.4 50.6s-70.6 -49.8 -122.8 -52.3s-106.9 44.7 -156.2 43.6c-49.3 -1.1 -73.9 -37.2 -127 -41.9s-100.4 27.2 -145.4 61.9
+c-8.8 -11.5 -11.8 -21.8 -14.2 -32.1c-23.5 51.6 -51.3 98.8 -84 141.2c41.8 -30.7 83.7 -61 137 -67.5c-10.7 -5.7 -21.3 -11.9 -30.8 -22.8c39.2 -27.7 69.3 -46.1 124.3 -37.1s112.3 56.9 173.3 61.7c61 4.8 69.3 -25.9 113.3 -21.5c44 4.4 92.1 52.7 138.7 56.8
+c46.6 4.10001 77 -32.3 127.7 -27.4c78.8 7.7 121.5 59.7 158.4 84.8c36.9 25.1 93.2999 61 136.2 73.8c-10.6 4.89999 -28.2 6.89999 -62.2999 -4.5c-21.7001 42.3 -83.9 50.1 -168.2 25.9c0.5 65.6 -58.2 73.5 -141.2 46.4c22.5 57.3 -55.2 66.9 -144 59.1
+c179.7 62 443.9 125.6 704 99.7c-3.80005 7.30002 -13.1 13.7 -28 19.1c25.2999 5.5 35.1 1.09998 50.1 -6.60004c26.4 -13.6 46.4 -39.2 60.3 -61.5c18.2999 -29.4 39.3999 -83.5 47.2999 -128.2c1.09998 -6.20001 -13.4 -8.10001 -12.5 -12.8
+c0.800049 -4.09998 2.59998 -7.59998 5.70007 -11.1l24.8999 9.09998c-4.8999 38.9 -32.2 120.3 -53.1 153.2c-26.2 41.4 -66.7999 70 -94.2 73.2c-38 4.5 -56.5 -9.20001 -50 -17.1c-74.1 4.80005 -166.5 2.70001 -246.8 -7.19998c-81.1 -10 -152.9 -24.2 -192.1 -34
+c2.5 3.70001 -2.79999 11.9 -43.4 9.80002c4 28.7 -56.6 43.4 -123.7 42.1c156.7 60.9 444.8 97.9 566.1 104.5c107.6 5.79999 150.4 -10.6 150.4 -10.6c-2.09998 8.09998 -6.59998 14.3 -18.4 26.2c12.2 3.19995 27.8 -0.800049 38.5 -8.40002
+c65 -45.9 112.5 -104.8 125.5 -203c2.59998 -37.3 -1.40002 -67.3 -14.3 -98.6c5.90002 -0.699982 34.8 3.60001 54.3 15.5c22.9 14 40.8 49.9 34.5 99.1c-4.5 35.4 2.5 101.6 53.7 128.6c27.1001 14.2 55.1001 30.5 61.8 40.9c15.7 24.2 31.7 40.3 61.6 48.8zM1923.2 282.4
+v0v0z" />
+    <glyph glyph-name="uniE13D" unicode="&#xe13d;" horiz-adv-x="1450" 
+d="M1290.5 -115.4c13.5 2.6 25 1.1 38.1 -5.4c14.1 -7 23.1 -21.8 23.1 -32.9c0 -11.1 -14 -31.6 -37 -31.6c-15.6 0 -42.7 13.3 -54.2 32.3c-11.5 -6.8 -38.6 -14.7 -57.3 -14.7c-20.6 0 -45.3999 13.6 -51.7 28.2c-2.90002 -5.8 -16 -10.6 -25.4 -10.6
+c-8.5 0 -18 6.40001 -22.7999 11.7c-4.30005 -7.10001 -18.4 -16.6 -31.3 -16.6c-26 0 -41.2 23.7 -42.2 37.4c-8.60004 -13.7 -30.9 -21.2 -47.5001 -21.2c-19.9 0 -41 12.8 -45.4 30.4c-10.2 -10.2 -30.5 -24.8 -50.2 -24.8c-25.4 0 -48 16 -48 35.2c0 1.7 0 7.1 0.5 8.9
+c-23.2 -16.9 -52.9 -24.9 -59.7 -24.9c-19.2 0 -25 1.5 -34 6.5c-12.1 6.7 -26.2 19.2 -31 27.7c-6 10.5 -7.40002 24.5 -7.40002 36.6c0 22.6 17.3 45.3 35.8 50.4c-1.90002 9.2 -1.80005 23.9 4.59998 33.3c6.29999 9.2 20.6 18.4 31.2 19.4
+c-2.10004 4.2 -5.60004 17.9 -5.60004 24.6c0 15 5 26 15.4 35.5c13.2 12.1 28.4 14.2 39.8 14.4c-2.59998 13.5 -9.39996 46.8 -15.3 61.9c-7.5 19.2 -30.7 59.5 -62.2 103.3c-31.5 43.8 -70.3 50.9 -90.8 50.9c-22.2 0 -41.8 -6.79999 -41.8 -6.79999
+c-18.8 -9.80002 -36 -21.4 -51.3 -35c4.19995 1.59998 8 -0.600006 9.29999 -1.5c6 -4.5 26.9 -31.2 26.9 -31.2s4.20001 -34.9 4.20001 -45.4c0 -5.20001 -7.70001 -33 -8 -34.1c0 0 -1.59998 -12.2 2 -11.9c6.70001 0.599991 6.5 -1.40001 6.40002 -2
+c0.200012 0.399994 1.5 2.09999 6.29999 6.79999c13.1 13.1 31.4 12.7 31.4 12.7l21.4 6.29999l7.40002 -1.29999l1.39996 -4.10001l8.60004 -1.10001l-0.200012 -5.2l8.70001 -3l1.39996 -2.5l7.60004 -8.39999l-2.20001 -5.8l9.40002 -5.5l7 -5.2l11 -11.7l4.59998 -6.3
+l7.20001 -9.5l-12 4.59999l-9.90002 -1.09999l-10.9 0.399994l-2.80005 -3.39999l-4.19995 -0.699997l7.69995 -11.6l-2.59998 -5.1l9.90002 -9.1l-0.700012 -2.7l9 -9.9l2.39996 -11.6l-11.3 6.9l-11.4 5.6l3.09998 -8.9l2.79999 -10.5l-9.29999 0.700005l4.70001 -10.6
+l2.5 -9l-0.700012 -1.2l-7.79999 2.8l4.70001 -9.4l2.59998 -8.3l-1.40002 -2.2l-6.69995 0.400002l3.29999 -8.5l1.29999 -5.7l-4.5 0.299999l3.09998 -15.6l5.40002 -11.9l7 -14.1l-20.4 11.4l-10.4 14l-2.29999 -5.5l-6.30005 7.1l-9.19995 6.4l-2 3.7l-2.10004 -3.8
+l-2.29999 1.4l-5 9.3l-4.90002 4.1l-1.5 -3.2l-10.1 9.9l-2.29999 8.4l-2.70001 1.7l-6.09998 13l0.899963 3.39999l-3.59998 6.3l1.39996 4.9l-7.39996 12.1l-1.20001 6.7s-0.0999756 12.6 -2.29999 13.2s-4.70001 2 -6.20001 -0.0999985
+c-1.5 -2.10001 -1 -9.3 0.599976 -11.9c1.60004 -2.6 6.40002 -6.3 6.40002 -6.3l8.40002 -13.5l-1.80005 -5.9l3.40002 -6.2l2.09998 -9.2l3.30005 -8.5l-5 -0.599998l7.09998 -13.7l2.70001 -17.6l-7.20001 2.7l-13.6 4.3l1 -11.1l-1.10004 -9.9l-2.39996 -11.8
+l-8.90002 9.6v-10.4l-4.20001 1.8l0.799988 -8.1l-1.69995 -11.2l-8.70001 3.7l-3.60004 -19.1l-7.09998 -1.9l-6 -25.6l-14.3 -14.6l-0.200012 22.4l1.09998 13.4l-4.89996 15.1l-5.29999 -2.6l-1.60004 21.2l-8.09998 -3.8l1.39996 16l-8.39996 -0.6l2.09998 17.5l-2 2.8
+l-5.5 -4.5l-1.79999 19l-3.29999 0.399998l0.899963 7l-7.19995 -5.3l4 16.8l-0.600037 4.3l3.20001 7.1l-3.5 1.5l6 11.3l7.59998 7.89999s10.3 6 12.6 10.9s2.39996 8.4 0.0999756 9.6c-2.29999 1.2 -6.79999 0.700005 -9.59998 -3.8s-5.90002 -14.3 -11.5 -19.2
+c-5.60004 -4.89999 -10.4 -6.6 -10.4 -6.6l-2.29999 -0.299995c-0.799988 -0.400002 -1.60001 -0.700005 -2.5 -1l-5.70001 -4.5c0.200012 -2.3 -0.0999756 -4.5 -1 -6.4c-1.79999 -3.8 -5.29999 -6.3 -8.5 -8c-1 -0.5 -1.89999 -0.800003 -2.79999 -1.2
+c0.399994 -1.8 0.100006 -3.6 -0.600006 -5.1c-1.39999 -3.1 -3.89999 -5.5 -6.39999 -7.8c-0.899994 -0.799999 -1.29999 -1.2 -2.10001 -1.9l3.60001 0.299999l-7 -6c-1.79999 -1.5 -1.89999 -1.4 -3.10001 -2.4c1.89999 -1.9 2.70001 -5 2.70001 -9.5v-0.599998
+l-0.300018 -0.6c-4.09998 -8.2 -11.8 -13.2 -19.9 -16.6c1 -0.7 2 -1.6 2.5 -2.9c0.700012 -1.6 0.5 -3.5 -0.199982 -5.3c-0.600006 -1.5 -1.80002 -3.1 -3.20001 -4.8c-0.100006 -0.1 -0.200012 -0.3 -0.299988 -0.4c-0.100006 -0.1 -0.100006 -0.3 -0.200012 -0.400001
+c-1.20001 -2.3 -3.10001 -4.6 -5.39999 -6.9c-2.10001 -2 -4.5 -3.8 -7 -5.5c0.199982 -2.3 -0.100006 -4.6 -1 -6.7c-1 -2.4 -2.70001 -4.7 -5.10001 -6.1l-1 -0.599998l-1.10001 0.199997c-4.39999 0.900002 -6.69998 0.600002 -7.79999 0.100002
+s-1.60001 -1.4 -2.10001 -3.1c-1 -3.3 -1.29999 -9.5 -6.29999 -13.6l1.5 -3.7c-1.20001 -0.5 -2.30002 -0.799999 -3.40002 -1c-1.09998 -0.200001 -2.29999 -0.5 -3.79999 0.700001c-0.700012 0.599998 -1.20001 1.7 -1.29999 2.6
+c-0.100006 0.900002 0.199982 1.4 0.399994 2c0.5 1.1 1.19998 1.9 2.10001 3l0.199982 0.300003l0.300018 0.199997c3.19998 2.2 3.19998 6.4 4.69998 11.2c0.700012 2.4 2.10001 5.2 5 6.6c2.5 1.3 5.89999 1.3 10.1 0.6c0.799988 0.700001 1.70001 1.6 2.20001 2.9
+c0.0999756 0.200001 0 0.200001 0.0999756 0.4c-1.39999 -0.599998 -2.89999 -1 -4.29999 -1.2c-1.5 -0.200001 -3.20001 0 -4.60001 1.1c-1.39999 1.1 -2.19998 3 -2.19998 4.7v1.6l1.39999 0.9c4 2.6 7.29999 3.7 10.3 3.3c1.10001 -0.2 2.10001 -0.7 2.89999 -1.3
+c2 1.4 4 2.9 5.70001 4.6c2.29999 2.2 4.10001 4.6 4.60001 5.8l0.199982 0.4l0.300018 0.4c1.5 1.7 2.39999 3 2.69998 3.8c0.300018 0.8 0.200012 1 0.200012 1s0 0.2 -0.5 0.4c-0.5 0.2 -1.39999 0.5 -2.29999 0.7c-1.90002 0.3 -4.10001 0.3 -5.5 0.2h-0.200012
+h-0.200012c-0.299988 0 -0.5 -0.1 -0.5 -0.1h-0.299988s-0.100006 -0.1 -0.299988 -0.1c-0.100006 0 -0.200012 0.1 -0.5 0.1c-0.200012 0 -1.10001 0.4 -1.10001 0.4l-0.300018 4.8s0.800018 0.4 0.900024 0.4c0.0999756 0 0.199982 0.1 0.199982 0.1h0.200012
+c0.100006 0 0.299988 0.0999999 0.399994 0.0999999v0h0.399994c10.5 2.6 21.9 7.7 26.8 16.7c-0.100006 3.5 -1 4.7 -1.10001 4.8s-0.600006 0 -1 -0.199999c-0.100006 0 -0.399994 -0.400002 -0.5 -0.400002c-0.399994 -0.199999 -0.5 -0.4 -1.30002 -0.599998
+c-0.199982 0 -0.399994 -0.1 -1 -0.1c-0.599976 0 -1.89999 0.5 -2.5 1.8c-0.599976 1.3 -0.0999756 2.1 0.100006 2.5c0.200012 0.4 0.300018 0.6 0.399994 0.699999c0.400024 0.5 0.700012 0.600002 1 0.800003c0.300018 0.199997 0.600006 0.299999 1 0.5
+l0.100006 0.0999985c0.600006 0.400002 2.70001 2 4.60001 3.6c-0.100006 1.2 0.399994 1.9 0.700012 2.4c0.299988 0.5 0.699982 1 1.09998 1.4c1.60001 1.7 3.90002 3.5 6.20001 5.6s4.39999 4.5 5.10001 6c0.199982 0.5 0.199982 0.700001 0.199982 0.900002
+c-0.399994 -0.100002 -0.899994 -0.100002 -1.5 -0.100002c-0.299988 0 -0.699982 0 -1.5 0.5c-0.399994 0.200001 -0.899994 0.700001 -1.19998 1.5c-0.300018 0.799999 -0.200012 1.7 0 2.2c0.399994 1 0.799988 1.2 1.10001 1.4
+c0.299988 0.199997 0.599976 0.399998 0.799988 0.5c0.5 0.299999 1 0.5 1.70001 0.799999l1.29999 0.5l1 -0.600002c1.29999 0.400002 2.5 0.600002 4.10001 1.5c2 1.1 3.79999 2.4 5 3.9l-1.80002 5.7l-10.1 -3.8l-2.5 2.5l-13.6 -9.8l1 2.9l-10.5 -6.6l-19.6 -17.6
+l-3.60001 1.3l3.70001 6.5l5.19998 16.3l6.40002 10l7.69998 12.6l-7 -0.0999985l6.80002 9.3l-4.80002 0.400002l5.20001 9.3l-4.39999 0.699997l7.39999 17.9l-5.39999 1l7.29999 11l-7.10001 -0.899994l4.10001 4.79999s8.29999 7.90001 7.60001 8.60001
+c-0.700012 0.699997 -7.80002 -1.39999 -7.80002 -1.39999l-17 -4.3l14.2 14.4l-2.70001 2.5s11.3 9.8 11.1 12.9c-0.199982 3.09999 -7.39999 5.2 -7.39999 5.2l-6.60001 3.3l-79.7 -103.5l-80.7 -101.3l-84.9 -142.2l20.6 43.8l-39.7 -46.6l15.9 33.7l21.5 38.8
+l-34.9 -28.1l30 32.2l-18.4 -15l-5.90001 1.4l19.1 16.5l-43.6 -22.6l37 39l-24.7 -16.4l12.4 21.9l-16.1 -7.5s174.5 225.8 224.4 283.3c13.1 15.1 25 28.6 35.6 40.5c0 4.7 -16.3 28.8 -16.3 34.9c0 7.5 3.60001 13.5 1.89999 21.8l-0.100006 0.5l0.100006 0.599976
+c1.60001 8.90002 -1.79999 15.4 -5.89999 22.6c-4 6.89999 -8.70001 14.3 -9 23.6l-0.100006 0.100006c-2.60001 7.19998 -4.29999 15 -7.5 21.4c-3.29999 6.39999 -7.69998 11.3 -16.4 13.6l-0.299988 0.100006l-0.400024 0.199982
+c-5.69998 3.20001 -10.3 5.10001 -14.7 6.89999l-6 -7.69998l-19.4 -10.4l6.79999 12.8l0.600006 9.20001l-24.8 -13.8l4.90002 15.4l-12.8 -2.29999s1.89999 8.79999 -2.39999 6.70001c-0.5 -0.200012 -1.29999 -0.300018 -2.39999 -0.300018
+c-8.10001 0 -30.1 6.10001 -30.1 6.10001l12.6 2.39999l8.5 7.60001s3 2 5.19998 4.39999c-4.59998 1.60001 -8.79999 3.89999 -12.9 5.80002c-6.69998 3.09998 -13.1 5.59998 -20.8 4.69998l-0.800018 -0.100006l-0.799988 0.400024
+c-6.60001 3.19998 -15.4 3.19998 -24.3 3.5c-8.89999 0.299988 -18.3 0.799988 -25.5 6.39999l-1 0.799988l-0.0999908 1.20001c-0.400009 4 -1.90001 6.29999 -3.90001 8c-2 1.69998 -4.8 2.60001 -8 2.89999c-3.5 0.399994 -7.3 -0.200012 -10.8 -1.10001
+c0.200012 -3.19998 -0.199997 -6.39999 -1.89999 -9.5l-0.100006 -0.199982l-0.0999908 -0.200012c-2.60001 -3.5 -6 -5.39999 -9.2 -5.39999c-3.20001 0 -6.10001 1.60001 -7.70001 4c-1.59999 2.39999 -2 5.89999 -0.199997 8.69998
+c1.60001 2.60001 4.8 4.30002 9.2 5.20001l0.100006 0.100006c0.800003 0.5 1.8 0.899994 2.8 1.29999c-0.400009 1.20001 -0.400009 2.39999 -0.900009 3.5c-1.09999 2.39999 -2.5 4.70001 -3.7 6.39999c-1.2 1.70001 -2.5 2.90002 -2.5 2.90002l-0.300003 0.0999756
+l-0.0999908 0.100006c-1.10001 1 -3.5 1.70001 -6 2.20001c-0.100006 -0.700012 0 -1.39999 -0.199997 -2.10001c-1.8 -6.39999 -7.10001 -12 -14.8 -13.1l-0.800003 -0.100006l-0.800003 0.400024c-3.2 1.59998 -5.59999 3.09998 -7.2 4.89999
+c-1.60001 1.79999 -2.60001 4 -2.3 6.19998c0.300003 2.20001 1.5 3.90002 3.10001 5.20001c1.59999 1.29999 3.5 2.20001 5.59999 3c3.5 1.29999 7.60001 1.79999 11.7 1.89999c-0.5 2.30002 -1.60001 4.5 -3.20001 6.30002c-3.7 1.59998 -12.1 2.69998 -19.2 2.09998
+c-0.199997 0 -0.300003 -0.0999756 -0.5 -0.0999756c-0.800003 -1.70001 -1.8 -3.40002 -3.3 -4.70001c-2.79999 -2.5 -7.2 -3.39999 -11.8 -1.70001l-1.90001 0.700012v2.10001c0 1.79999 0.900009 3.39999 2 4.60001c1.10001 1.19998 2.5 2 4 2.59998
+c1.90001 0.800018 4.2 1.30002 6.5 1.70001c0 0.100006 0.100006 0.299988 0.100006 0.399994c0.300003 2.39999 -0.300003 4.80002 -1.10001 6c-0.800003 1.20001 -1.39999 1.70001 -3.7 1l-0.800003 -0.199982l-0.800003 0.199982
+c-1.5 0.399994 -4.79999 0.100006 -8.2 -1c-0.300003 -0.100006 -0.599991 -0.299988 -0.899994 -0.399994c-1.3 -2.70001 -3.5 -5.10001 -6.60001 -6.60001l-0.199997 -0.100006l-0.199997 -0.0999756c-2.5 -0.800018 -4.3 -1.20001 -5.8 -1.40002
+c-0.699997 -0.0999756 -1.4 -0.199982 -2.3 0c-0.399994 0.100006 -0.899994 0.300018 -1.5 0.800018c-0.599998 0.5 -1 1.39999 -1.1 2.19998c-0.0999985 1.60001 0.5 2.20001 0.900002 2.70001s1 1 1.5 1.39999c1 0.800018 2.2 1.5 3.7 2.39999
+c1.9 1.10001 4.60001 2.10001 7 3.10001c0.300003 1.39999 0.300003 2.89999 -0.0999985 4.10001c-0.599998 1.5 -1.6 2.70001 -3.4 3.29999c-1.8 0.600037 -4.6 0.799988 -8.5 -0.700012l-1 -0.399963l-1.1 0.399963c-0.199997 0.100037 -0.599998 0 -0.799995 0.100037
+c-0.600006 -2 -1.2 -4 -2 -5.60001c-2.2 -4.20001 -4.60001 -7.39999 -5.4 -10.3l-0.599998 -2.29999l-2.4 0.100006c-2.7 0.100006 -5 0.600006 -6.8 1.5c-1.8 0.899994 -3.3 2.5 -3.9 4.29999c-1.3 3.60001 0.400002 7.10001 2.7 10c2.3 2.89999 5.5 5.39999 9.2 7.00003
+c1.4 0.599976 3 0.799988 4.5 1.09998c0.0999985 1.20001 0 2.59998 -0.199997 4.09998c-2 4.30005 -4.4 5.60004 -7.4 5.80005c-0.199997 0 -0.400002 -0.100037 -0.599998 -0.100037c-2.1 -6 -6.1 -11.6 -11.6 -15.4l-0.700005 -0.5h-1c-2.6 0 -4.7 0.5 -6.3 2.09998
+c-1.60001 1.59998 -1.7 4.09998 -1.2 5.90002c1.1 3.69995 4.1 6.79999 8 9.39996c2.4 1.70001 5.2 3 8.2 3.79999c0.899994 4.70001 0.399994 9.30005 -2 12.9l-0.200005 0.299988l-0.0999985 0.200012c-1.8 4.29999 -4.5 7.29999 -8 8.90002
+c-3.5 1.59998 -7.9 1.89996 -13.1 0.399963v0c-12.4 -3.89996 -24.5 -16.7 -23.9 -32.7l-5.9 -0.199951c-0.699997 19 13.2 33.9 28.1 38.5v0h0.100006c3.2 0.899963 6.2 1.29999 9.1 1.19995c2.9 -0.0999756 5.5 -0.799988 8 -1.89996
+c4.8 -2.20001 8.4 -6.20001 10.7 -11.4v0c0.0999985 -0.200012 0.200005 -0.399963 0.300003 -0.599976c2.9 -4.5 3.6 -9.79999 2.9 -15.1c4.8 -0.5 9.5 -3.5 12.1 -9.39996l0.199997 -0.299988v-0.400024c0.300003 -2 0.5 -3.79999 0.400002 -5.5
+c0.300003 -0.0999756 0.5 -0.0999756 0.800003 -0.200012c4.39999 1.40002 8.3 1.60004 11.4 0.5c3.40001 -1.20001 5.8 -3.89996 6.90001 -6.89996c0.399994 -1.20001 0.599991 -2.60004 0.599991 -3.90002c2.8 0.700012 5.5 1.10001 8.10001 0.600006
+c4 1 7.8 -0.600006 9.7 -3.39999c1.8 -2.60001 2.3 -5.90002 2.10001 -9.10001c7.79999 0.5 16.1 -0.200012 21.4 -2.80002l0.399994 -0.199982l0.400009 -0.399994c3.09999 -3.20001 4.59999 -7.10001 5.09999 -11.1c3.5 -0.5 6.90001 -1.39999 9.40001 -3.5
+c0.0999908 -0.100006 0.300003 -0.200012 0.399994 -0.300018l-0.0999908 -0.0999756c1.39999 -1 2.5 -2.20001 3.79999 -4c1.5 -2 3 -4.5 4.3 -7.40002c0.600006 -1.19998 1.10001 -2.59998 1.5 -4c3.90001 1 8.3 1.40002 12.6 1c4 -0.399994 8 -1.59998 11.2 -4.19998
+c2.8 -2.30002 4.7 -5.89999 5.5 -10.2c5.39999 -3.79999 12.9 -4.60001 21.4 -4.89999s17.7 -0.200012 25.9 -3.79999c9 0.799988 16.4 -2 23.1 -5.20001c4.20001 -2 8.20001 -4.10001 12.2 -5.60001c-2.30002 4.30002 -16.8 12.3 -16.8 12.3l2.40002 4.09998l-21.1 14
+l21.6 -0.0999756s9.09998 -0.5 9.79999 0.599976c0.700012 1.10001 -11.6 8.60001 -11.6 8.60001l-6.39999 5l8.79999 1l-12 12l6.30002 3l-14.3 20.6l5.20001 2.29999l-9 10.3l5.60001 2l-10.9 9.80005l8.5 2.09998l-13 13.8l-10.6 10.9l-10.9 19.4l-6.5 7.20001l4 2.79999
+l28.8 -16.6l14.5 -5.09998l-2.10001 3.29999l19.2 -8.20001l2.19998 3.90002l13.4 -1.70001l0.5 8.39996l19.8 -9.79999l4.70001 0.600037s6.29999 -0.700012 14.4 -5.30005c8.10001 -4.59998 14.7 -16 19.4 -21s10.2 -4.19995 12.6 -2
+c2.39999 2.20001 1.29999 6.90002 -2.89999 12.4c-4.20001 5.5 -18.2 10.1 -18.2 10.1l-11.4 7.70001l-10.6 12.8l3.79999 2.90002l-5.89999 8.09998l-0.600006 5.80005l-9.79999 20.3l10.3 -4.60004l-3.19998 8.90002l3.79999 1.5l-3.29999 24.9l7.89999 -4
+l1.60001 4.29999l-7.70001 21.8l10.4 1.90002l-6.5 20.1l10.9 -2.40002l-4.20001 27.8l7 -1.60004l1.5 20.9l-5.20001 17l-6.29999 28.8l21.4 -14.3l14.7 -31.1l9.10001 -0.0999756l10 -23.5l9.29999 7.5l5.39999 -13.9l1.39999 -10.7l4.5 3.69995l3 -13.5l7.80002 15.2
+l6.29999 -14.4l4.39999 -12.4l1.90002 -14.6l15.2 9.69995l7.80002 5.70001l1.89999 -23.5l-4.60001 -19.8l6.29999 0.799988l-1.5 -12l0.200012 -12.5l-2.20001 -9l3.80002 -7l-6.20001 -20.1s-4.60001 -6.10004 -5.79999 -10
+c-1.20001 -3.90002 0.399994 -13.3 2.79999 -15.5s5 0.200012 7.39999 1.70001c2.40002 1.5 -1.09998 17.7 -1.09998 17.7l-0.5 9.10004l5.5 17.8l-3.20001 5.90002l2.39999 9.29999l-2.10001 4l3.60001 18.7l2.70001 3l0.399994 11.5l9.20001 16l2.79999 -3.80005
+l4.70001 6.90002l3.19998 13.5l2.39999 2.59998l3.60001 -4.19995l1.30002 5.39996l9.20001 11.1l5.5 11.2l4.39996 -6.5l8.40002 21.3l21.2 21l-4.30005 -20.2l-3.09998 -17.1l0.799988 -21l5.40002 1.60004l0.200012 -7.60004l-1.5 -12l7.89996 2.60004l2.20001 -2.40002
+l-0.599976 -11.4l-2.90002 -13.5l8.59998 5.89996l1.20001 -1.29999l-0.399963 -12.4l-2.60004 -15l11.1 3.80005l-0.300049 -14.5l-1.19995 -12.4l12.1 10.8l11.5 12.5l0.599976 -15.8l-7.89996 -15.6l1.5 -3.10004l-9.20001 -14.9l4.70001 -5.70001l-5.90002 -17.4
+l5.20001 0.400024l4.40002 -3.5l12.9 3.89996l12.3 1.80005l13.1 9.59998l-5.90002 -14.4l-3.79999 -9.69995l-9.70001 -18.3l-6.89996 -8.99997l-9.60004 -10l4.29999 -6.80002l-6.69995 -13.2l-1 -3.70001l-9.5 -6.5l1.69995 -6.60001l-10 -4.19998l-0.5 -5.70001
+l-8.39996 -3.89999l-27.7 1.39999s-5.29999 -1.60001 -13.1 -1.60001c-8 0 -18.5 1.70001 -28.4 8.10001c-8.89999 5.80002 -15.6 7.5 -20.7 7.5c-6.09998 0 -9.69998 -2.60001 -11.8 -4c-3.79999 -2.60001 1.10001 -15.9 1.10001 -15.9s6.60001 -31.4 9.39999 -36.2
+c2.79999 -4.79999 4.5 -53.5 4.5 -53.5s20.2 -30.6 22.2 -37.2c26.9 23.1 93.8 74.9 135.8 79.9c0 0 54.2 64.5 60.2 66.5s34.5 24.2 34.5 24.2s14 7.89999 12.3 13c-1.70001 5.09998 11.6 12.9 -15.6 16.8c-27.2 3.90002 -43.1 25.9 -43.1 25.9l-26.6 19.8
+l-5.10004 9.79999l3.60004 5.40002l-6.40002 11.2l6.40002 4.40002l-4.20001 12.9l1.70001 4l3.09998 16.5l8.90002 2.59998l-1.90002 16v13l3.90002 23.3l3.39996 11.2l4.80005 17l5.29999 -18.4l10.2 -10.8l9.19995 -13.2l6.5 -0.299988l4.60004 -4.20001l6.89996 19.5
+l8.40002 1.40002l2 19.9l3.59998 1.5l3.80005 19.5l11.6 13.2l1.90002 -19.5l3.59998 -18.6l7.70001 11.7l9.89996 12.7l7.60004 -11.7l8.29999 15l8.40002 11.1l2 0.200012l3.79999 -11.7l6.89996 13.9l7.5 10.4l3.80005 0.400024l5.59998 -8.29999l7.09998 11.6
+l5.60004 6.40002l3.70001 -5.5l15.7 17.7l9.20001 17.1l10.4 20.7l4.79999 -34.3l-7.29999 -24.9l8.59998 2.29999l-2.79999 -13.7l0.700012 -16.8l-2.70001 -5.59998l6.40002 1l0.399963 -4.10004l-6.59998 -14.2l-0.600037 -9.5l5.20001 1.09998l-2.70001 -20.9
+l-7.89996 -10.1l0.5 -4.70001l-10 -18.9l-4.79999 -2l-4.40002 -9.80005l-7 -2.69995l-7.59998 -19.6l-6.90002 -7.5s-14.9 -11.4 -13.7 -14.5c1.20001 -3.09998 1.90002 -7.20001 5.70001 -7.09998c3.79999 0.0999756 12 7 13.7 11.3s1.59998 13.1 1.59998 13.1l8.5 22
+l8.60004 3.20001l4.39996 9.60004l9 10.5l7.10004 11.6l5.19995 -5.40002l9.80005 20.7l18.5 18.9l3.09998 -11l7.29999 -19.9l12.1 11.2l12.9 7.40002l16 7.79999l-3.39996 -19.2l12.3 9.40002l1.5 -6.60004l8.89996 8.20001l14.9 7.90002l3.29999 -13.5l25.9 12.8
+l8.6001 -6.90002l35.6 15.8l30.2 -3.89996l-26.4 -20.2l-16.8999 -10.7l-13.5 -19.3l7.79993 -3.90002l-23.7 -20.9l11.7999 -6.20001l-20.2999 -12.5l8.29993 -9.5l-22.6 -13.1l-1.59998 -4.90002l10.2 -2.5l-20.8 -19.1l2.5 -4.20001l-9.20001 -5.29999l12.7 -3.80005
+l-23.5 -10.2l-4.60004 -4.5l-11.2 -2.60004l1.40002 -5.39999l-18.8 -3l-16.1 1.89999s-16.3 6.70001 -24.1 5.10004c-7.79999 -1.60004 -12.2 -4.60004 -11.5 -8.40002s5.20001 -8.70001 13.1 -7.89999c6.40002 0.600006 17.2 4 26.8 4
+c2.09998 0 4.09998 -0.200012 6.09998 -0.600006c10.8 -2.20001 17.1 -6.29999 17.1 -6.29999l4 -4l25.3 -6.70001l-5.40002 -7.60001l13.5 -8.69998l-0.700012 -5.10001l23.7 -7.39999l-4.29999 -1.30002l17.1 -6.69998l38.3999 -7.5l1.70007 -5.40002l-11 -1.39999
+l-23.9 -8.39999l-17.6 -1.39999l-21.9 -2.10001l6.40002 -8.20001l-17 -0.199982l3.79999 -6.10001l-15.7 -2.10001l3.20001 -5.89999l-27.9 -7.10001l3.70001 -7.29999l-19.6 -1.30002l7.39996 -7.5l-9.5 0.600006s-16.7 2.80002 -16.9 1.30002
+c-0.200012 -1.5 8.69995 -8 8.69995 -8l20.2 -16.3l-29.5 3.89999l-0.700012 -5.39999s-21.7 4.80002 -25.2 1.80002s0.399963 -13.6 0.399963 -13.6l2.5 -13l9.90002 -11.7s-31.8 14.6 -34.3 19.7s-7 -3.89999 -7 -3.89999l-10.2 11.7l-6.40002 -17.1l-13.2 30.8l-6 -8.5
+l-2.79999 -16.2l-10.5 23.7l-0.200012 14.1l-4.69995 -0.400024l-0.800049 5.20001l-4.69995 3.10001l-5.60004 0.299988l-12.2 15.9l-1.79999 52.6s-17.6 34.8 -23.1 36.9c-5.5 2.10001 -11.6 -2 -11.6 -2l-34.1 -24.8l-25.5 -26l-12.3 -24.2s-2 -6.29999 -5 -12.3
+c14.8 0 28.1 -0.299988 43.3 -4.60001c33.5 -9.60001 45.1 -30.8 64.3 -54.1c4.60004 -5.59998 8.90002 -11.7 12.9 -18.3c5.89996 2.79999 13 4 20.5 4.10001c3.70001 0 7.5 -0.300018 11.3 -0.700012v0.100006c8.09998 -0.5 16.3 -1 23.5 -3.20001
+c7 -2.09998 13.2 -6.09998 16.3 -13.2c2.79999 -4.10001 7 -5.70001 12.3 -6.80002c5.30005 -1.09998 11.6 -1.29999 17.6 -2.89999l0.399963 -0.199982l0.400024 -0.200012c7.09998 -4.5 12 -8.20001 17.2 -10.5s10.7 -3.39999 19.3 -2.70001h0.0999756h0.100037
+c6.39996 0 11.3 2.30002 16.4 5.20001c0.400024 0.200012 0.800049 0.399994 1.20001 0.600006c-4.20001 1.69998 -8.39996 3.89999 -11.6 6.5s-5.79999 6.10001 -5.5 10.3c0.299988 4.20001 3.5 7.89999 9 11.2v0v0c4.20001 2.29999 8.20001 3.10001 11.7 2.29999
+c3.5 -0.799988 6.19995 -3.10001 8.19995 -5.79999c2.5 -3.39999 4.10004 -7.39999 5.40002 -11.5c0.5 0.799988 0.900024 1.60001 1.5 2.29999c4.70001 4.89999 13.8 14.3 22.1 14.1c6 -0.100006 7.30005 -6 7.40002 -12.5
+c0.200012 0.200012 0.400024 0.399994 0.599976 0.5c1.5 2.10001 3 3.60001 4.90002 4.39999c2 0.899994 4.29999 0.800018 6.09998 0c2.90002 -1.29999 4.5 -4.19998 5.5 -7.29999c1 1.79999 2.20001 3.5 4.10004 5.19998c3.29999 3.20001 6.39996 5.40002 9.20001 6.70001
+c2.90002 1.29999 5.59998 1.89999 8.19995 0.5c1.30005 -0.700012 2.20007 -2 2.5 -3.39999c0.300049 -1.39999 0.200073 -2.80002 -0.199951 -4.20001c-1.80005 -6.19998 -8 -13.9 -11.3 -21.4c1.70001 -0.700012 3.5 -1.10001 5.20007 -1.10001
+c2.8999 0 5.3999 1 7.5 3.60001c-0.100098 0.600006 -0.100098 1.10001 -0.100098 1.70001h-0.0999756v0.199982v0.200012h0.0999756c-0.199951 3.39999 0.800049 6.29999 3.1001 7.69998c2.29993 1.40002 5.09998 0.900024 7 -0.5
+c1.8999 -1.39999 3.09998 -4.39999 1.8999 -7.09998c-0.799927 -1.80002 -2.5 -3.20001 -4.69995 -4.5c0.400024 -0.400024 0.599976 -0.900024 1.09998 -1.30002c1.80005 -1.19998 4.80005 -1.89999 8 -2c3.20007 -0.100006 6.80005 0.5 9.70007 1.5
+c2.79993 1 5 2.5 5.79993 3.5v0l2.40002 -1.69998l2.40002 -1.70001v0v0c-2 -2.89999 -3.5 -9.70001 -2.59998 -14c0.5 -2.10001 1.3999 -3.5 2.59998 -4.10001c1.19995 -0.600006 3 -0.5 6.79993 0.600006c11.1001 3.10001 22.5 9.29999 35.9 9.79999v0h0.0999756
+c8.90002 0 22 3.30002 33.9 3.80002c6 0.199982 11.7001 -0.200012 16.7001 -2.5c4.79993 -2.20001 8.79993 -6.20001 10.7999 -12.3c6.20007 -6.39999 8 -14.4 9.40002 -21.9c1.40002 -7.7 2.5 -14.8 6.69995 -20.2l1.6001 -2.09999l-1.80005 -1.8
+c-7.5 -7.40001 -21.1 -10.1 -33 -13l-0.300049 -0.100006h-0.5c-3.8999 0.100006 -6.3999 -0.0999908 -9 -0.300003c-2.59998 -0.199997 -5.3999 -0.199997 -9 0.300003l0.900024 5.8c3.09998 -0.5 5.20007 -0.399994 7.70007 -0.199997
+c2.3999 0.199997 5.29993 0.399994 9.19995 0.300003c10.8 2.59999 22 5.59999 28 10.1c-3.90002 6.3 -5.09998 13.5 -6.30005 20.1c-1.3999 7.5 -3 14.3 -8.19995 19.4l-0.599976 0.5l-0.200073 0.799988c-1.5 5 -4.09998 7.60001 -7.79993 9.29999
+c-3.70007 1.70001 -8.5 2.10001 -14 1.90002c-10.9 -0.5 -23.8 -3.70001 -34.1 -3.70001h-0.100098c-11.5 -0.399994 -22.2999 -6.10001 -33.7999 -9.39999c-4.80005 -1.20001 -8.30005 -2.20001 -11.8 -0.399994c-3.09998 1.59998 -4.79993 4.79999 -5.5 8
+c-0.699951 3.19998 -0.599976 6.59998 0 9.79999c-0.0999756 0 -0.299927 -0.100006 -0.400024 -0.100006c-3.59998 -1.19998 -7.69995 -1.89999 -11.7 -1.79999s-7.90002 0.899994 -11.1 3c-1 0.699982 -1.59998 1.79999 -2.40002 2.69998
+c-3 -2.59998 -6.59998 -3.79999 -10.2 -3.79999c-2.70007 0 -5.20007 0.700012 -7.70007 1.79999c-1.79999 -2.79999 -4.09998 -5.29999 -7.5 -6.5c-5.29999 -1.79999 -21.5 0.200012 -25 3.10001c-5.79999 -0.699982 -12 0.399994 -17.2 3
+c-2.30005 1.10001 -4.30005 2.60001 -6 4.30002c-2.5 -0.200012 -5.10004 -0.300018 -7.5 0v0h-0.100037c-1.20001 0.199982 -2.79999 0.799988 -4.20001 1.19998c-2 -1.10001 -4 -2.29999 -6.09998 -3.5c-5.29999 -3.10001 -11.4 -5.89999 -19.1 -5.89999
+c-0.100037 0 -0.100037 -0.100006 -0.200012 -0.100006v0.100006c-9.20001 -0.700012 -16 0.5 -21.9 3.10001c-5.89996 2.60001 -10.9 6.39999 -17.6 10.7c-5 1.30002 -10.9 1.60001 -16.7 2.80002c-5.90002 1.19998 -12.1 3.39999 -16 9.19998l-0.200012 0.300018
+l-0.0999756 0.299988c-2.29999 5.60001 -6.60004 8.5 -12.8 10.4c-6.20001 1.90002 -14.1 2.30002 -22.2 2.80002h-0.100037h-0.0999756c-10.5 1.19998 -20.9 0.5 -28.3 -2.70001c11.4 -19.7 21.2 -42.5 32.7 -63.5c13.1 -24 30 -75.6 36.3 -95.4
+c1.09998 8.60001 4.29999 23.4 13.3 30.8c8.90002 7.3 17.2 9.89999 27.7 9.89999c2.89996 0 11.3 -1.3 13.5 -2.2c-1.20001 12.9 17.3 29.8 34.4 29.8c11.1 0 23.5 -3.90001 30.5 -10.9c9.40002 7.10001 22.4 11.5 33.9 11.5c20 0 36.7 -23.9 36.7 -33.6
+c0 -7.90001 -0.5 -17.6 -8.19995 -22.4c14.7 -3.2 32.2 -16.7 32.2 -33.1c0 -10.5 -6.3999 -21.3 -12.8999 -27.4c14.3999 -8.5 27.5 -21.2 27.5 -43c0 -8.4 -2 -17 -5.30005 -24.2c0.599976 0.0999985 1.19995 0.0999985 1.90002 0.0999985c11.5 0 32.2 -4.9 41.1 -16.3
+c7.19995 -9.2 8.90002 -19.4 8.90002 -27.8c0 -4.1 -1.20007 -7.9 -4.40002 -10.7c14.9 0.5 25.3 -4.4 31.3 -11.7c4.5 -5.5 9.59998 -17 10.7999 -24.1c1.59998 0.299999 3.20007 0.5 4.90002 0.5c10.1 0 22.1 -3.8 30.5 -9.5c9.19995 -6.2 12.2 -28.4 12.2 -28.4
+s14.4 5.89999 27 5.89999c9.70007 0 20.9 -3.39999 27.4 -7.7s15.8 -14.6 17.4 -22.4zM468.5 204.3l-2.29999 -2.5l-9.70001 -12.6c2.60001 1 4.70001 1.60001 5.70001 1.40001c3.79999 -0.700012 0.699982 5.39999 0.699982 5.39999l10.5 0.800003zM479.5 215.9
+l-9.10001 -9.7l18.3 -4.5l-2.20001 6.7zM517.6 256.3l-37.8 -40l16.2 -3.7l7.70001 -5.70001l1.59998 2.70001l3.20001 -1.70001l3.5 1.3l2.5 2.90001l13.5 0.0999908l23.5 -16.5c1.20001 0.199997 2.29999 0.600006 3.29999 1c2.10004 0.900009 3.5 2.10001 4.40002 4
+c3.20001 6.60001 2.59998 28.1 1.59998 34c-1.79999 10.2 -12.2 21.4 -22.8 22.6c-6.70001 0.800018 -13.2 0.400024 -20.4 -1zM553.8 294.7l-30.8 -32.6c5 1 10.4 1.60001 15.7 1c13 -1.5 25.7 -14.9 27.9 -27.4c1.40002 -8.09999 1.70001 -29.5 -2.09998 -37.5
+c-1.5 -3.09999 -4 -5.3 -6.90002 -6.7c5.30005 -3.2 19.8 -6 27.3 -6c2 0 3.39996 0.199997 4.09998 0.600006c3.40002 2.09999 3.70001 7.09999 3.70001 7.09999l4.09998 43s-0.0999756 15.5 -2 21.8c-5.20001 11.7 -11.3 20.1 -21.2 28.2c1 0.599976 -10.3 5 -19.8 8.5z
+M999.5 301.7c-3 0 -7 -5.70001 -8.90002 -9c-1.5 -2.60001 -2.59998 -5.70001 -2.89996 -8.30002c-0.100037 -1.39999 0 -2.60001 0.299988 -3.60001c4.29999 1.30002 12.1 4 14 7.10001c1.40002 2.39999 1.79999 5.60001 1.20001 8.39999
+c-0.600037 2.90002 -2.29999 5.40002 -3.70001 5.40002zM1025.7 306.8c-0.399902 0 -1 -0.199982 -1.89996 -0.599976c-2 -0.900024 -4.70001 -2.80002 -7.59998 -5.70001h-0.100037l-0.0999756 -0.100006c-3.40002 -2.89999 -4.09998 -5.60001 -3.79999 -8.10001
+c0.299988 -2 1.59998 -4.09998 3.39996 -5.89999c2 4.89999 9.40002 15.1 10.7001 19.6c1.19995 4.20001 0.0999756 0.600006 0.0999756 0.799988h-0.700073zM983.4 308.6c-0.400024 0 -1.10004 -0.100006 -2.10004 -0.600006c-3.89996 -1.79999 -10.2 -7.70001 -15.6 -11.8
+c-3 -3.80002 -2.29999 -6 -0.600037 -8.5c2.90002 0.399994 5.80005 1.19998 8.40002 2.29999c5.29999 2.29999 9.59998 5.79999 11.7 10.2c0.0999756 5.29999 -0.600037 8.39999 -1.79999 8.39999zM943.6 309.9c-2.59998 0 -3.89996 -0.600006 -6 -1.89999
+c-4.59998 -2.79999 -6 -5.20001 -6.09998 -6.60001c-0.0999756 -1.5 0.900024 -3.29999 3.40002 -5.29999c3.59998 -2.89999 9.5 -5.20001 15 -6.89999c1.79999 1 3.89996 1.69998 6 2.5c-1.5 5.29999 -3.40002 11 -6 14.5
+c-1.70001 2.29999 -3.40002 3.69998 -6.30005 3.69998zM450.2 451.3c-5.20001 0.300018 -20.4 -18.9 -20.4 -18.9l-28.9 -35.3l-15.8 -4c0.399994 -0.200012 0.600006 -0.399994 1 -0.600006h0.100006c9.79999 -2.89999 15.8 -9.20001 19.4 -16.3
+c3.69998 -7.30002 5.5 -15.5 7.89999 -22.2l0.200012 -0.5v-0.5c0 -7.70001 4.09998 -14.2 8.39999 -21.6c4.19998 -7.29999 8.29999 -15.6 6.60001 -26.2c1.69998 -9.30002 -2 -16.1 -2 -23.3c0 -2.29999 18.1 -24.5 17.7 -26.1c28.9 32.2 40.4 42.8 45 47
+c-2.10001 2.60001 -9 12.7 -12.2 20.2c-2.70001 6.20001 -8.40002 31.1 -8.40002 31.1l-0.0999756 20.3l-2.70001 32.4l-8.89999 36.4s-1.70001 6.39999 -6.39999 8c-0.100006 0.0999756 -0.300018 0.0999756 -0.5 0.0999756zM174 476.6
+c-3.39999 -0.100006 -6.89999 -0.600006 -9.60001 -1.60001c-1.7 -0.600006 -3.09999 -1.39999 -3.89999 -2.10001c-0.800003 -0.699982 -1 -1.10001 -1 -1.29999c0 -0.200012 -0.100006 -0.700012 0.800003 -1.60001c0.699997 -0.799988 2.5 -1.89999 4.59999 -3
+c4.70001 1 7.8 4.29999 9 8.60001c0.100006 0.299988 0 0.699982 0.100006 1zM1102.6 -44.4c-8.90002 -12.4 -20.6 -22.1 -33.6 -22.1c-13.5 0 -25.4 7.7 -30.5 18.5c-2.19995 -20.2 12.6 -31.5 26 -31.5c13 0 38.7 13.2 38.1 35.1zM1025.7 35.9
+c-6.89996 -13.6 -13.2999 -23.9 -26.2 -25.9c-13.4 -2.1 -31.9 7.5 -38.6 17.3c0.899963 -20.4 22.9 -32.8 36.1 -30.8c12.9 2 32.6 17.9 28.7 39.4zM942.7 -35.1c-7 -13.5 -17.3 -24.9 -30.2 -26.7c-13.4 -1.9 -23.8 6.5 -30.4 16.4c0.600037 -20.4 14.5 -31.8 27.8 -29.9
+c12.9 1.8 36.5 18.6 32.8 40.2zM910.7 62.4c-7 -13.5 -16.2 -24.1 -29.1 -25.9c-13.4 -1.9 -30.4 5 -37 14.9c0.600037 -20.4 21.1 -30.3 34.4 -28.4c12.9 1.8 35.4 17.8 31.7 39.4zM824.1 -21.3c-6 -14 -18.5 -29.7 -31.2 -32.5c-13.2 -2.9 -29.1 5.5 -36.4 14.9
+c2.20001 -20.3 21.7 -31.5 34.8 -28.6c12.7 2.8 38.2 25 32.8 46.2zM990.6 131.6c-8.89996 -12.4 -17.6 -22.6 -30.6 -22.6c-13.5 0 -29.9 10.2 -35 21c-2.20001 -20.2 17.1 -34 30.5 -34c13 0 35.7 13.7 35.1 35.6z" />
+    <glyph glyph-name="uniE3E0" unicode="&#xe3e0;" horiz-adv-x="1168" 
+d="M578 111c-2 0 -3 -15 -10 -15c-6 0 -18 15 -20 20c-1 3 -3 10 -2 18c0 0.899994 -21.2 11.1 -21.2 23.2c0 1.60001 0.400024 3.2 1.20001 4.8c8 16.1 17.3 -2.10001 22.2 -2.10001c0.899963 0 1.29999 6.60001 1.29999 15.2c0 15.8 -1.20001 38.2 -2.5 36.9
+c0 0 -33 -60 -34 -60c-2 0 -58 30 -59 32c0 1 50.1 97.2 50.1 101.8c0 1.10001 -7.10001 1.40002 -13.2 1.40002c-9 0 -19.6 -0.600006 -21.9 -1.20001c-3 -1 -22 -39 -22 -43c0 -2 20 -20 20 -21c0 -2 -6 -13 -7 -13l-23 18s-10 -18 -11 -18l-17 15l1 27l42 69
+s109 -1 116 -4c9 -4 14 -11 18 -21c0.400024 -1 0.599976 -4.60001 0.599976 -10c0 -35.6 -7.5 -151.1 -6.59998 -152c1 -1 90 -78 90 -79c0 -3 -7 -8 -10 -8c-2 0 -81 65 -82 65zM580 -41c3 5 62 74 69 76c18 6 30 25 63 65c10.2 12.3 24.7 17.2 37.5 17.2
+c11.1 0 20.9 -3.6 25.5 -9.2c14.4 -17.3 118.5 -150.2 118.5 -160.4c0 -0.399998 -0.200012 -0.599998 -0.5 -0.599998h-309s-8 6 -4 12zM352 -5c0 3.8 95 176 96 177c2 2 57 -26 62 -32l38 -59l6 -134c-20 0 -27 8 -35 20l-8 98s-41.4 62 -43 62c-8 -14 -86 -153 -100 -175
+c0 -0.0999985 -0.200012 -0.0999985 -0.399994 -0.0999985c-2.39999 0 -15.6 5.8 -15.6 43.1zM577 609c-1 0 -400 -694 -400 -694l800 -2s-399 696 -400 696zM51 -187c-13.3 1.7 -24.5 18.5 -24.5 35.6c0 3.5 0.5 7 1.5 10.4c2 6 520 897 525 904
+c6.79999 10.6 15.7 14.5 24.2 14.5c11.7 0 22.8 -7.40002 26.8 -15.5c2 -5 507 -887 509 -890c6 -10.5 9 -21.2 9 -30.6c0 -15.7 -8.5 -27.4 -26 -27.4c-3.19995 0 -668.2 -1.3 -935.6 -1.3c-66.8 0 -108.8 0.100006 -109.4 0.300003zM624 769c-6 11 -15 20 -24 25
+c-7.70001 4.29999 -16 6.40002 -24.2 6.40002c-18.5 0 -36.7 -10.7 -47.8 -31.4c-5 -8 -511 -881 -513 -885c-11 -17 -15 -32 -15 -45c0.6 -18.4 11.5 -32.3 30.3 -40.3c11.5 -5.09999 26.2 -7.8 43.6 -7.8c1.7 0 3.4 0 5.1 0.100006l981 -1
+c7.69995 -0.699997 14.9 -1 21.6 -1c23.5 0 40.7001 4 52.4 11c12.4 7.8 18.2 19.2 18.2 33.6c0 17 -8.09998 38.1 -23.2 62.4zM593.1 312.7c-2.89996 2.89999 -5.39996 6.39999 -7.09998 10.3c-2.09998 4.70001 -3.09998 9.60001 -3.09998 14.5
+c0 13.6 7.79999 26.6 21.1 32.5c4.79999 2.10001 9.79999 3.10001 14.7 3.10001c13.6 0 26.4 -7.60001 32.3 -20.1c2.09998 -4.70001 3.09998 -9.60001 3.09998 -14.5c0 -13.6 -7.79999 -26.6 -21.1 -32.5c-5 -2.20001 -10.2 -3.29999 -15.3 -3.29999
+c-9.20001 0 -18.1 3.5 -24.6 10zM7.3 -133.6c2.1 5.20001 4.9 10.7 8.7 16.6c-3.6 -5.7 -6.4 -11.3 -8.7 -16.6z" />
+    <glyph glyph-name="uniE3E1" unicode="&#xe3e1;" horiz-adv-x="1154" 
+d="M440 226l95 142c11 15 28 22 57 15l74 -61l8 -15v-58c-7 -15 -17 -26 -34 -26v76l-30 26v-106h-76v85l-53 -77c-15 -9 -30 -13 -41 -1zM534 211h76v-7l80 -149c2 -24 -10 -35 -21 -44l-97 178l-93 -166c-26 -17 -36 -10 -47 -6l102 186v8zM795 -55l-61 135l62 1l82 -136
+h-83zM658 -54l-16 96l2 -2l21 -39c45 25 33 53 21 79l9 1l47 -136zM523 -54l11 134h61l13 -134h-85zM387 -55l45 135h26l-37 -67c17 -10 35 -15 62 1l-13 -69h-83zM252 -54l80 134h63l-59 -134h-84zM591 435c0 -21 -17 -38 -38 -38s-38 17 -38 38s17 38 38 38s38 -17 38 -38
+zM170 -87h789l-394 684zM54 -188c-12 0 -23 7 -29 17s-6 24 0 34l511 885c6 10 17 16 29 16s23 -6 29 -16l511 -885c6 -10 6 -24 0 -34s-17 -17 -29 -17h-1022zM54 -209h1022c20 0 38 10 48 27s10 39 0 56l-511 884c-10 17 -28 28 -48 28s-38 -11 -48 -28l-511 -884
+c-10 -17 -10 -39 0 -56s28 -27 48 -27z" />
+    <glyph glyph-name="uniE3E2" unicode="&#xe3e2;" horiz-adv-x="1000" 
+d="M448 543c0 -20 -16 -36 -36 -36s-35 16 -35 36s15 35 35 35s36 -15 36 -35zM477 525c11 3 120 71 120 71c26 -14 48 -4 69 9l68 -22l36 -71c-14 -7 -28 -5 -41 7l-19 37l-37 13l9 -88l30 -74l69 -30c17 -19 11 -28 9 -41l-101 40c-5 1 -7 7 -10 12l-32 74l-34 -165
+l-38 -20l33 188l-9 89l-85 -46c-22 -3 -29 7 -37 17zM400 275l-8 177l-49 -40c-11 1 -22 1 -28 9l77 75c17 -5 33 -4 49 4l56 -11l26 -55c-8 -2 -13 -9 -31 5l-14 28l-22 1l20 -80l52 -6c14 -2 15 -14 18 -24l-84 -1l-15 21l-24 -7l1 -79c-7 -11 -16 -15 -24 -17zM665 648
+c0 -22 -18 -40 -40 -40s-40 18 -40 40s18 40 40 40s40 -18 40 -40zM170 252h789l-394 684zM54 151c-12 0 -23 7 -29 17s-6 24 0 34l511 885c6 10 17 16 29 16s23 -6 29 -16l511 -885c6 -10 6 -24 0 -34s-17 -17 -29 -17h-1022zM54 130h1022c20 0 38 10 48 27s10 39 0 56
+l-511 884c-10 17 -28 28 -48 28s-38 -11 -48 -28l-511 -884c-10 -17 -10 -39 0 -56s28 -27 48 -27z" />
+    <glyph glyph-name="uniE3E3" unicode="&#xe3e3;" horiz-adv-x="1172" 
+d="M677 162l-48 -127l19 -0.200001c0.299988 36 19.4 67.6 48.1 85c-6.39996 14.1 -12.7 28.1 -19.1 42.2zM486 170l121 -133l49 133h-170zM550 249v-21c-53 0 -47 3 -59 -38h175l5 20c-39 9 -49 9 -41 19h87v-19l-23 -1l-6 -19c10.6 -23.7 19.7 -43.8 27.5 -61.1
+c9.90002 3.3 20.5 5.10001 31.5 5.10001c55 0 99 -45 99 -100s-44 -99 -99 -99c-48.1 0 -87.9 33.7 -97 79h-2c-78 3 -24 -21 -170 133c-2.60001 -8.10001 -5.10001 -15.7 -7.29999 -22.8c35.6 -15 60.3 -50 60.3 -91.2c0 -55 -44 -99 -99 -99s-100 44 -100 99s45 99 100 99
+c6.5 0 12.9 -0.600006 19.1 -1.8c38.9 124.8 26.9 117.8 98.9 118.8zM432 110c-43 0 -77 -34 -77 -77s34 -77 77 -77s77 34 77 77c0 31.5 -18.2 58.2 -44.9 70.2c-25 -79.7 -22.7 -78.3 -33.1 -79.2c-6 0 -9 4 -9 10c0 6.5 -2.60001 -2.4 22.3 75.1
+c-4 0.599998 -8.09998 0.900002 -12.3 0.900002zM184 -124h812l-406 703zM64 -227c-13 0 -24 7 -30 17s-6 25 0 35l526 909c6 10 17 17 30 17s24 -7 30 -17l525 -909c6 -10 6 -25 0 -35s-17 -17 -30 -17h-1051zM672.5 14.1c8.59998 -33.1 38.4 -57.1 74.5 -57.1
+c43 0 77 34 77 77s-34 78 -77 78c-7.79999 0 -15.3 -1.1 -22.4 -3.3c35.2 -78.1 36.4 -80.8 36.4 -84.7c-0.900024 -13.7 -7.70001 -9.9 -88.5 -9.9zM670 34.6l65 -0.599998l-29.8 65.7c-21.2 -13.8 -35 -37.8 -35.2 -65.1z" />
+    <glyph glyph-name="uniE3E4" unicode="&#xe3e4;" horiz-adv-x="1000" 
+d="M405.6 608.9l32.1 -113.2l42.8 -23.8l-21.6 82.1c83.6 -45.2 112.5 -155.8 83.4 -227.6l39.1 -14.4c43.5 130.4 -21.4 229.8 -101.5 278.3l82.2 23.9l-44.2 25.4zM530.2 244.8l-114 29l-42.2 -25l81.9 -22.5c-81 -49.6 -191.2 -19.1 -238.7 42.1l-32 -26.6
+c91 -103.1 209.4 -96.9 291.6 -52l-20.6 -83l44.1 25.4zM151.8 319.8l82.5 83.9l-0.400009 49l-60.7 -59.4c-2 95 79.8 174.7 156.6 185l-6.79999 41.1c-134.9 -26.7 -189.2 -132.2 -191.8 -225.8l-61.3 59.6l-0.300003 -50.9zM690.6 391.5
+c0 -181.1 -147 -328.1 -328.1 -328.1c-181.1 0 -328.1 147 -328.1 328.1c0 181.1 147 328.2 328.1 328.2c181.1 0 328.1 -147.1 328.1 -328.2z" />
+    <glyph glyph-name="uniE3E5" unicode="&#xe3e5;" horiz-adv-x="1936" 
+d="M1190 264v118c0 14.2 18.9 21 38 21c19.8 0 40 -7.29999 40 -21v-24c0 -3 -8 -12 -10 -12c2 0 10 -6 10 -10v-54c0 -5 -15 -18 -20 -18h-20v20h13c3 0 7 5 7 9v36c0 3 -4 7 -6 7h-16v20h14c5.19995 5.20001 7.30005 9.5 7.30005 13c0 7.5 -9.6001 11.2 -19.1001 11.2
+c-9.19995 0 -18.2 -3.40002 -18.2 -10.2v-106h-20zM1376 324v-20h-62c3.40002 -14.3 13.1 -19.8 23.2 -19.8c7.5 0 15.2001 3.09998 20.8 7.79999l13.5 -14.5c-3.90002 -3.89999 -19.9 -14.6 -38.9 -14.6c-14.7999 0 -29.7999 6.80002 -38.6 29.1v39
+c2.19995 12.8 20.4 29.1 41.2 29.1c16.9 0 34.1001 -9.20001 40.8 -36.1zM1352.5 324c-2.19995 13 -10.1 18.2 -17.9 18.2c-9.59998 0 -19.2 -7.70001 -18.6 -18.2h36.5zM1052 363c11 0 20 -4 23 -8l-15 -19c-4.5 3.79999 -8.69995 5.39999 -12.7 5.39999
+c-7.5 0 -14.1001 -5.89999 -19.3 -14.4v-63h-22v98h22v-8c8 6 16 9 24 9zM968 390v-28h14v-18h-14v-57c1 -2 1 -3 4 -3h10v-20h-18c-5 1 -18 11 -18 20v60h-10v18h10v28h22zM851 294c6 -3 11 -6 17 -10c2 -1 14 -2 21 0l6 2c6 2 8 16 0 16c-10 0 -20 1 -30 3
+c-10 3 -19 8 -21 19c0 7 -2 14 0 21c3 8 10 16 28 19c5 1 10 1 16 0c12 -2 24 -5 32 -15l-13 -15c-5 3 -10 6 -19 8c-5 1 -10 1 -15 0c-11 -4 -6 -19 0 -18h25c9 -3 19 -10 23 -22c1 -5 1 -11 0 -16c-4 -13 -16 -21 -33 -22c-3.5 -0.5 -6.79999 -0.799988 -10 -0.799988
+s-6.5 0.299988 -10 0.799988c-16 2 -23 9 -30 18zM737 362h23v-6c4 3 10 5 15 6c7 1 13 1 20 -1c10 -3 20 -10 22 -20v-77h-19v62c-0.5 11.8 -9.40002 17.3 -18.5 17.3c-8.70001 0 -17.5 -5 -19.5 -14.3v-65h-23v98zM630 400h22v-44c4 3 10 5 15 6c7 1 14 1 21 -1
+c10 -3 20 -10 22 -20v-77h-20v62c-0.5 11.8 -9.40002 17.3 -18.5 17.3c-8.70001 0 -17.5 -5 -19.5 -14.3v-65h-22v136zM1113 306c-10 0 -11 -22 0 -22h20c3 0 7 4 8 7v15h-28zM1130 364c16 0 33 -10 33 -24v-76h-22v7c-1 -4 -6 -7 -9 -7h-27c-14.3 0 -22.6 15.8 -22.6 31.1
+c0 14.6 7.5 28.9 24.6 28.9h34v12c0 3 -4 6 -8 6h-21c-2 0 -7 -3 -7 -6h-3l-13 14c0 6 14 14 25 14h16zM554 306c-5.09998 0 -7.90002 -5.79999 -7.90002 -11.4c0 -5.39999 2.5 -10.6 7.90002 -10.6h20c3 0 7 4 8 7v15h-28zM571 364c16 0 33 -10 33 -24v-76h-22v7
+c-1 -4 -6 -7 -9 -7h-27c-14.3 0 -22.6 15.8 -22.6 31.1c0 14.6 7.5 28.9 24.6 28.9h34v12c0 3 -4 6 -8 6h-21c-2 0 -7 -3 -7 -6h-3l-13 14c0 6 14 14 25 14h16zM424 400h22v-46c3 4.60001 11.9 8 16 8h18c11 0 25 -12 25 -26v-47c0 -10 -17 -28 -30 -28h-10
+c-6 0 -18 7 -19 12v-9h-22v136zM318 362h22v-9c3 3 7 9 13 9h20c11 0 25 -14 25 -29v-69h-22v67c-6.39999 7.20001 -12.6 9.79999 -18 9.79999c-8 0 -14.4 -5.59998 -18 -9.79999v-67h-22v98zM269 400h21v-21h-21v21zM270 362h20v-98h-20v98zM1367 600
+c-22.4 0 -33.4 -17 -33.4 -33.8c0 -3.40002 0.5 -6.90002 1.40002 -10.2l29 -104h-1262v-243h1262l-29 -104c-1.19995 -4.3 -1.80005 -8.5 -1.80005 -12.6c0 -19.1 12.7001 -34.3 31.5 -34.3c7 0 14.9 2.1 23.3 6.9l465 266l-465 265c-5.80005 3.29999 -16 4 -21 4zM89 656
+h1759c22 0 58 -20 58 -58v-535c0 -38 -35 -57 -57 -57h-1760c-25 0 -54 26 -54 54v541c0 28 29 55 54 55zM244 400v-22h-66v-36h56v-20h-56v-36h66v-22h-88v136h88zM446 295.8c5.79999 -7 12.4 -11.8 19.1 -11.8c5.69998 0 11.5 3.5 16.9 12v33
+c-3.5 6.39999 -10.6 12.7 -18.5 12.7c-5.79999 0 -12 -3.40002 -17.5 -12.7v-33.2z" />
+    <glyph glyph-name="uniE3E6" unicode="&#xe3e6;" horiz-adv-x="1033" 
+d="M284.1 275.7l-27.7 -88.2c-5.79999 -18.5 -6.39999 -23.2 -6.39999 -29.5c0 -9 6.89999 -16 16 -16c10 0 12.9 4.8 19 23.7c0 0 14.7 46.3 32 100.1c41.4 -19.2 70 -61 70 -109.8c0 -67 -54 -121 -121 -121s-120 54 -120 121s53 121 120 121
+c6.20001 0 12.2 -0.399994 18.1 -1.29999zM678.8 291.4c-44.7 -27.3 -74.8 -76.6 -74.8 -132.4h-30l75 198zM693.1 259.9l45.9 -100.9h-101c0 42.7 21.9 79.7 55.1 100.9zM759 279c67 0 121 -53 121 -120s-54 -121 -121 -121c-55.9 0 -102.8 37.6 -116.8 89l98.3 0.199997
+c34.6 -0.0999985 40.5 2.8 40.5 11.8c0 6.5 -1 10.4 -11.7 34c0 0 -17.2 37.9 -45.6 100.9c11.2 3.30002 23 5.10001 35.3 5.10001zM450 493l-40.5 -0.200012c-43.1 -0.799988 -58.9 -5.59998 -73.1 -50.8l-42 -133.6c-9.19998 1.70001 -18.7 2.60001 -28.4 2.60001
+c-85 0 -155 -70 -155 -155s70 -155 155 -155s156 70 156 155c0 63.3 -39.4 118.2 -94.6 142.2c3.89999 12.1 7.80002 24.2 11.6 35.8c109.9 -115.7 169.5 -185.3 169.5 -185.3c19.8 -19.8 28.2 -21.9 65 -21.8h33.9c14.9 -70.1 77.6 -123.9 151.6 -123.9
+c85 0 155 71 155 156s-70 155 -155 155c-17.3 0 -34.1 -2.89999 -49.7 -8.29999c-12.9 28.6 -27.4 61 -43.3 96.3l11 30h36v31h-140l-0.299988 -9.5c1.5 -6.5 23 -11.8 69.3 -20.5l-11 -30l-272 -1l10.3 36.5c6.40002 18.5 13.5 22.6 39.7 23.4l41 0.100006v31zM511 708
+c259 0 470 -211 470 -470s-211 -470 -470 -470s-469 211 -469 470s210 470 469 470zM351 370h266l-76 -207z" />
+    <glyph glyph-name="uniE3E7" unicode="&#xe3e7;" horiz-adv-x="1025" 
+d="M331 393l14 -3v-112l-14 -13c-13 84 -12 42 0 128zM247 99l280 -2c-11 57 -13 109 -97 181l-1 115h8c19 -41 45 -79 59 -123c-3 -10 -12 -18 0 -39l105 -97l-15 -253c0 -10 33 -12 33 0l11 119h26l18 -104c0 -11 37 -9 37 2l-19 113h29l-20 107l60 -73c10 4 20 8 16 36
+l-90 109c-18 -2 -33 -9 -57 -7c-52 6 -70 45 -105 67c32 18 0 66 -28 119c-23 44 -35 86 -97 97h-33c-54 -20 -62 -51 -76 -83c-2 -4 -5 -27 -5 -43c0 -19 5 -46 6 -50c6 -18 8 -40 21 -46c-49 -56 -56 -98 -66 -145zM395 84l1 -194c0 -22 39 -23 39 0v194h-40zM339 84
+l1 -159c0 -13 39 -15 39 0v159h-40zM588 259c0 -27 23 -49 49 -49c22 0 48 15 48 49c0 27 -19 49 -48 49c-32 0 -49 -21 -49 -49zM335 550c0 -31 24 -54 54 -54c29 0 54 23 54 54s-23 54 -54 54s-54 -21 -54 -54zM981 238c0 -259 -210 -469 -469 -469s-468 210 -468 469
+s209 468 468 468s469 -209 469 -468z" />
+    <glyph glyph-name="uniE3E8" unicode="&#xe3e8;" horiz-adv-x="1000" 
+d="M92 224v-20h837v20h-837zM630 470c0 16 -13 30 -29 30s-29 -14 -29 -30s13 -29 29 -29s29 13 29 29zM484 642c0 18 -15 32 -33 32s-33 -14 -33 -32s15 -33 33 -33s33 15 33 33zM366 381l169 -1c-7 34 -8 57 -59 101v66h5c12 -25 26 -45 35 -71c-2 -7 -8 -10 0 -23l63 -58
+l-9 -137c-0.400024 -6 19 -8.3 20 0l8 64l15 -1l11 -54c1.59998 -7.79999 24 -7.89999 22 2l-12 58h18l-13 58l37 -44c6 2 12 6 10 22l-54 65c-11 -1 -19 -5 -34 -4c-31 3 -43 29 -64 42c19 11 -2 34 -18 66c-14 26 -21 52 -58 59h-19c-32 -12 -37 -31 -46 -50l-5 -22l5 -30
+c3.79999 -10.5 4.89999 -22.7 11.9 -27.3c-28.6 -31.6 -33.1 -52.3 -38.9 -80.7zM456 371v-102c0 -13 24 -14 24 0v102h-24zM422 371l1 -81c0 -8 23 -10 23 0v81h-24zM980 240c0 -259 -186 -470 -469 -470c-289 0 -469 211 -469 470s188 469 469 469
+c279.2 0 469 -210 469 -469zM362 32l-19 -58c-4 -12 -4 -16 -4 -20c0 -6 5 -10 11 -10c7 0 8 3 12 15c0 0 10 30 21 66c27 -13 47 -40 47 -72c0 -44 -36 -80 -80 -80s-79 36 -79 80s35 80 79 80c4 0 8 0 12 -1zM622 42c-30 -18 -49 -50 -49 -87h-20l50 131zM632 22l30 -67
+h-67c0 28 15 53 37 67zM675 34c44 0 80 -35 80 -79s-36 -80 -80 -80c-37 0 -68 25 -77 59h65c23 0 27 2 27 8c0 4 -1 6 -8 22c0 0 -11 25 -30 67c7 2 15 3 23 3zM471 175h-26c-28 -1 -40 -3 -49 -33l-27 -88c-6 1 -13 1 -19 1c-56 0 -102 -46 -102 -102s46 -102 102 -102
+s103 46 103 102c0 42 -27 78 -63 94c3 8 6 15 8 23c73 -76 112 -122 112 -122c13 -13 19 -14 43 -14h22c10 -46 51 -82 100 -82c56 0 102 47 102 103s-46 102 -102 102c-11 0 -23 -1 -33 -5c-9 19 -18 40 -28 63l7 20h24v21h-93v-7c1 -4 15 -7 46 -13l-7 -20h-180l7 23
+c3.70001 12.1 9 15 26 16h27v20zM406 94h175l-50 -136zM417 474.3c-4.5 -4.39999 -8.5 -8.59998 -12.1 -12.6c0.399994 -0.200012 0.700012 -0.5 1.10001 -0.700012c3 4 7 8 11 12v1.29999zM417 474.3v72.7l8 -2v-63c-2.79999 -2.60001 -5.5 -5.20001 -8 -7.70001z" />
+    <glyph glyph-name="uniE3E9" unicode="&#xe3e9;" horiz-adv-x="1061" 
+d="M542 -193h22v835h-22v-835zM868 251c0 15 -14 28 -29 28s-27 -13 -27 -28s12 -27 27 -27s29 12 29 27zM728 418c0 17 -14 30 -31 30s-31 -13 -31 -30s14 -32 31 -32s31 15 31 32zM617 160l160 -1c-6 33 -8 61 -56 103v66h4c11 -23 25 -46 33 -72c-2 -6 -7 -9 0 -21
+l61 -55l-9 -145c0 -6 19 -7 19 0l7 67h14l10 -59c0 -7 22 -5 22 1l-11 65h17l-12 61l34 -41c6 2 12 4 10 20l-52 63c-11 -1 -18 -6 -32 -5c-30 3 -40 26 -60 39c18 10 -1 38 -17 68c-13 24 -20 50 -56 56h-18c-31 -11 -36 -31 -44 -48l-4 -25l5 -28
+c4 -9.89999 4 -22.7 10.8 -26.9c-27.2 -31.6 -30.8 -55.4 -35.8 -82.1zM700 150l1 -111c0 -13 23 -13 23 0v111h-24zM669 150l1 -90c0 -8 22 -9 22 0v90h-23zM1017 235c0 -259 -219 -469 -487 -469s-486 210 -486 469s218 468 486 468s487 -209 487 -468zM167 286l-16 -49
+c-3 -10 -3 -13 -3 -17c0 -5 3 -9 8 -9c6 0 8 2 11 13c0 0 8 27 18 57c23 -11 39 -35 39 -62c0 -38 -30 -68 -68 -68s-67 30 -67 68s29 68 67 68c3 0 8 -1 11 -1zM388 295c-25 -15 -42 -43 -42 -74h-17l42 111zM396 277l25 -56h-56c0 24 12 44 31 56zM433 288
+c38 0 67 -29 67 -67s-29 -68 -67 -68c-31 0 -58 21 -66 50h55c19 0 23 2 23 7c0 4 -1 6 -7 19c0 0 -9 21 -25 56c6 2 13 3 20 3zM260 408h-23c-24 0 -33 -4 -41 -29l-24 -75c-5 1 -11 2 -16 2c-48 0 -86 -39 -86 -87s38 -87 86 -87s88 39 88 87c0 35 -22 67 -53 80
+c2 7 4 13 6 20c62 -65 95 -104 95 -104c11 -11 16 -12 37 -12h19c8 -39 44 -70 85 -70c48 0 86 40 86 88s-38 87 -86 87c-10 0 -19 -2 -28 -5c-7 16 -16 34 -25 54l7 17h20v17h-79v-5c1 -4 13 -7 39 -12l-6 -17h-152l5 20c4 10 8 13 23 13h23v18zM204 339h149l-43 -116z
+M665 255.3c-4.5 -4.5 -8.59998 -9 -12.2 -13.2c0.100037 0 0.100037 -0.100006 0.200012 -0.100006c3 4 8 8 12 12v1.3zM665 255.3v72.7l7 -2v-64c-2.5 -2.29999 -4.79999 -4.5 -7 -6.7z" />
+    <glyph glyph-name="uniE3EA" unicode="&#xe3ea;" horiz-adv-x="1000" 
+d="M304.6 138.4l0.199982 -41.7c-0.0999756 -11 9.20001 -16.9 20 -16.6c12.7 0 21.5 5.6 21.5 16.6l0.100006 41.7c0 8.60001 -9.69998 16.1 -21.6 16.1c-10.9 0 -20.5 -6.2 -20.2 -16.1zM555.6 171.5l-0.0999756 -17.1h-52l0.200012 -28.9h43.8v-15.1l-44 0.0999985
+l0.200012 -29.9h51.8v-16.3h-69v107.1zM383.5 171.7l16.5 -0.0999908l46.5 -75.2l0.100006 75.2l17 0.199997l0.100006 -107.5h-16.6l-46.4 73.6v-73.6h-17zM287.5 144.1c0 13.8 13.9 27.8 37.3 27.8c19.5 0 38.6 -13.1 38.6 -27.9l0.200012 -51.9
+c0 -13.5 -18.4 -29.8 -38.9 -29.8c-20.2 0 -37.1 17.1 -37.1 29.7zM206.4 171.4l67.3 -0.0999908l-0.100006 -13.8l-48 -77h48v-16.1h-69.1l0.100006 14.7l47.4 76.4l-45.6 -0.100006v16zM708.1 720.8l-654.3 -0.200012c-7.8 0 -12.2 -2.5 -15.2 -5.89996
+c-3 -3.40002 -4.7 -8.29999 -4.7 -13.3v-658.4c0 -5.1 2.2 -8.4 5.9 -11.2s9.1 -4.5 13.1 -4.5l657.4 0.300001c2.20001 0 6.79999 2 10.4 5.7c3.59998 3.7 5.70001 8.5 5.70001 11.7v654.9v0v0.0999756c0.0999756 7.40002 -2.60004 12.2 -6.40002 15.7
+s-8.79999 5.09998 -11.9 5.09998zM708.1 737.8c8.10004 0 16.5 -3.20001 23.4 -9.59998c6.90002 -6.40002 12 -16.3 11.9 -28.3v-0.100037v-654.8c0 -9.3 -4.5 -17.3 -10.5 -23.5c-6 -6.2 -13.6 -10.9 -22.6 -10.9l-657.4 -0.3c-8 0 -16.3 2.6 -23.3 7.9
+c-7 5.3 -12.7 14.1 -12.7 24.8v658.4c0 8.59998 2.8 17.5 9 24.5s16 11.7 27.9 11.7zM466.8 454.7c0 13.4 -10.9 24.3 -24.3 24.3s-24.3 -10.9 -24.3 -24.3c0 -13.4 10.9 -24.3 24.3 -24.3s24.3 10.9 24.3 24.3zM345.2 600.3c0 15 -12.2 27.3 -27.2 27.3
+s-27.3 -12.3 -27.3 -27.3s12.3 -27.3 27.3 -27.3s27.2 12.3 27.2 27.3zM247 374.3l140.7 -0.699982c-5.5 28.6 -7 53.8 -49 90.1l-0.300018 58h3.60001c9.89999 -20.7 22.4 -40.1 29.8 -62.1c-1.59998 -5.30002 -6 -8.60001 0 -19.3l52.4 -48.3l-7.20001 -126.8
+c0 -5 16.4 -6.10001 16.4 0l5.80002 59.7l12.7 -0.100006l9.20001 -52.2c0 -5.80002 18.3 -4.30002 18.3 1.10001l-9.5 56.5h14.9l-10.6 53.4l30.3 -36.2c4.89999 2.20001 10.1 3.89999 8 17.9l-44.9 54.5c-9.39999 -1.19998 -15.9 -4.89999 -28.3 -3.59998
+c-25.9 3 -35.1 22.7 -52.6 34.1c15.8 9.20001 -0.700012 32.6 -14.6 59c-11.5 21.8 -17.5 44 -48.6 49.4l-16.2 -0.299988c-27 -10.3 -31.2 -26.5 -38.2 -42.1l0.199982 -46.5c3.30002 -9.19998 4 -19.3 10.6 -22.6c0.200012 0.299988 0.5 0.5 0.700012 0.799988
+c-25 -28.5 -28.7 -49.9 -33.6 -73.7zM321 366.8l0.700012 -97.3c0 -11.4 19.6 -11.8 19.6 0v97.3h-20.3zM292.9 366.8l0.700012 -79.9c0 -6.79999 19.6 -7.89999 19.6 0v79.9h-20.3zM619.3 445.3c0 -132.1 -107.2 -239.3 -239.3 -239.3c-132.1 0 -239.3 107.2 -239.3 239.3
+c0 132.1 107.2 239.4 239.3 239.4c132.1 0 239.3 -107.3 239.3 -239.4zM280.6 448c1.60001 1.79999 3.19998 3.5 4.79999 5.29999c-1.69998 -1.79999 -3.29999 -3.59998 -4.79999 -5.29999zM285.4 453.3c1.20001 1.30002 2.5 2.70001 3.80002 4l-0.100006 64.4l7 -1.79999
+v-56c-3.89999 -3.60001 -7.5 -7.19998 -10.7 -10.6z" />
+    <glyph glyph-name="uniE3EB" unicode="&#xe3eb;" horiz-adv-x="1000" 
+d="M304.6 138.4l0.199982 -41.7c-0.0999756 -11 9.20001 -16.9 20 -16.6c12.7 0 21.5 5.6 21.5 16.6l0.100006 41.7c0 8.60001 -9.69998 16.1 -21.6 16.1c-10.9 0 -20.5 -6.2 -20.2 -16.1zM555.6 171.5l-0.0999756 -17.1h-52l0.200012 -28.9h43.8v-15.1l-44 0.0999985
+l0.200012 -29.9h51.8v-16.3h-69v107.1zM383.5 171.7l16.5 -0.0999908l46.5 -75.2l0.100006 75.2l17 0.199997l0.100006 -107.5h-16.6l-46.4 73.6v-73.6h-17zM287.5 144.1c0 13.8 13.9 27.8 37.3 27.8c19.5 0 38.6 -13.1 38.6 -27.9l0.200012 -51.9
+c0 -13.5 -18.4 -29.8 -38.9 -29.8c-20.2 0 -37.1 17.1 -37.1 29.7zM708.1 737.8c8.10004 0 16.5 -3.20001 23.4 -9.59998c6.90002 -6.40002 12 -16.3 11.9 -28.3v-0.100037v-654.8c0 -9.3 -4.5 -17.3 -10.5 -23.5c-6 -6.2 -13.6 -10.9 -22.6 -10.9l-657.4 -0.3
+c-8 0 -16.3 2.6 -23.3 7.9c-7 5.3 -12.7 14.1 -12.7 24.8v658.4c0 8.59998 2.8 17.5 9 24.5s16 11.7 27.9 11.7zM345.2 600.3c0 15 -12.2 27.3 -27.2 27.3s-27.3 -12.3 -27.3 -27.3s12.3 -27.3 27.3 -27.3s27.2 12.3 27.2 27.3zM619.3 445.3
+c0 -132.1 -107.2 -239.2 -239.3 -239.2c-25.7 0 -50.5 4 -73.7 11.5l-46.3 -46.3h13.7l-0.100006 -13.8l-48 -77h48v-16.1h-69.1l0.100006 14.7l47.4 76.4h-7.89999l-128.2 -128.1l594.4 0.200001c2.20001 0 6.79999 2 10.4 5.7c3.59998 3.7 5.70001 8.5 5.70001 11.7v592.4
+l-118.6 -118.5c7.5 -23.2 11.5 -48 11.5 -73.6v0zM206.4 156.3l-128.7 -128.9h21.3l128.1 128.1l-20.7 -0.100006v0.900009zM243.1 171.4l50.7 50.7c-5.19998 2 -10.2 4.2 -15.2 6.5l-57.1 -57.2h21.6zM715.7 718.6c-2.79999 1.5 -5.60004 2.20001 -7.60004 2.20001h-10.1
+l-128.9 -128.8c3 -3.79999 5.80005 -7.70001 8.5 -11.7zM724.2 710.2l-139.9 -140.2c2.29999 -3.79999 4.5 -7.70001 6.60004 -11.6l135.5 135.7v5.80005v0v0.0999756c0 4.09998 -0.800049 7.5 -2.20001 10.2zM726.4 654.6v22.5l-129.8 -130
+c2.40002 -5.09998 4.60004 -10.4 6.70001 -15.7l120.5 120.3l0.100037 0.200012zM60.7 27.3l206.6 206.9c-3.89999 2.10001 -7.79999 4.40001 -11.6 6.7l-211.2 -211.7c2.9 -1.2 5.9 -1.9 8.4 -1.9h7.8zM35.3 37l210.1 210.5c-4.2 2.8 -8.09999 5.8 -12.1 8.89999
+l-199.4 -199.2v-14.2c0 -2.4 0.5 -4.3 1.4 -6zM33.9 74.1l190 189.9c-3.39999 3 -6.7 6 -10 9.10001l-180 -179.9v-19.1zM33.9 110.1l171.6 171.6c-40.2 42.8 -64.8 100.3 -64.8 163.6v0c0 132.1 107.2 239.4 239.3 239.4c63.3 0 120.9 -24.6 163.7 -64.8l100.9 100.9
+l-590.8 -0.200012c-7.8 0 -12.2 -2.5 -15.2 -5.89996c-3 -3.40002 -4.7 -8.29999 -4.7 -13.3v-591.3zM681 720.8h-20.3l0.5 -0.399963l-109 -109c3.20001 -3.30005 6.29999 -6.60004 9.29999 -10.1zM445 430.5c11.5 1.20001 20.6 10.2 21.7 21.7zM430.9 433.3l33 33.1
+c-2.39999 4.30002 -6 7.80002 -10.4 10l-32.7 -32.6c2.20001 -4.39999 5.80002 -8.09998 10.1 -10.5zM438.8 478.8c-10.5 -1.59998 -18.7 -9.89999 -20.3 -20.4zM280.6 448c-25 -28.5 -28.7 -49.9 -33.6 -73.7l50.9 -0.299988l64.9 65
+c-6.09998 7.70001 -13.9 15.9 -24.1 24.7l-0.300018 58h3.60001c9.89999 -20.7 22.4 -40.1 29.8 -62.1c-1.29999 -4.30002 -4.5 -7.30002 -2.39999 -14l22.8 22.8c-2.90002 11.2 -12 25.5 -20.1 40.9c-11.5 21.8 -17.5 44 -48.6 49.4l-16.2 -0.299988
+c-27 -10.3 -31.2 -26.5 -38.2 -42.1l0.199982 -46.5c3.30002 -9.19998 4 -19.3 10.6 -22.6c0.200012 0.299988 0.5 0.5 0.700012 0.799988zM280.6 448c1.60001 1.79999 3.19998 3.5 4.79999 5.29999c-1.69998 -1.79999 -3.29999 -3.59998 -4.79999 -5.29999zM285.4 453.3
+c1.20001 1.30002 2.5 2.70001 3.80002 4l-0.100006 64.4l7 -1.79999v-56c-3.89999 -3.60001 -7.5 -7.19998 -10.7 -10.6zM432.1 417.5l-17.1 -17l9.20001 -8.5l-0.100006 -0.700012l24.8 24.8c-2.79999 -0.300018 -6 -0.300018 -9.60001 0.100006
+c-2.59998 0.299988 -4.89999 0.699982 -7.19998 1.29999zM420.1 422.5c-4.30002 2.5 -8.10001 5.60001 -11.7 8.89999l-12.9 -12.9l10.7 -9.89999zM399.7 439.6c-3.30002 3.10001 -6.70001 6.19998 -10.4 8.89999l-12.7 -12.6l10.1 -9.29999zM486.1 397.3l-65.3 -65.3
+l-3.79999 -66.8c0 -5 16.4 -6.10001 16.4 0l5.80002 59.7l12.7 -0.100006l9.20001 -52.2c0 -5.80002 18.3 -4.30002 18.3 1.10001l-9.5 56.5h14.9l-10.6 53.4l30.3 -36.2c4.89999 2.20001 10.1 3.89999 8 17.9zM478.5 406.6l-10.1 12.1l-45.3 -45.4l-1.30002 -23.3z
+M385.1 387.4c-1.10001 5.60001 -2.30002 11.1 -4 16.7l-30.4 -30.3l20.6 -0.199982zM376.5 416.5c-1.79999 4.10001 -4 8.20001 -6.70001 12.5l-55.1 -55l19.2 -0.100006zM326.8 366.8h-5.89999l0.100006 -5.79999zM341.3 269.6v21.8l-19.6 -19.7v-2.20001
+c0 -6.10001 5.69998 -9.10001 10.9 -8.70001zM341.3 308.4v18.2l-19.9 -19.9l0.200012 -18.1zM341.3 343.6v20.8l-20.1 -20.2l0.0999756 -20.7zM307.6 366.8l-14.6 -14.5l0.200012 -19.1l20 20v13.6h-5.60001zM313.2 298.5l-15.8 -15.9
+c5.70001 -2.39999 15.8 -1.39999 15.8 4.29999v11.6zM313.2 315.4v20.9l-19.8 -19.9l0.200012 -20.7z" />
+    <glyph glyph-name="uniE3EC" unicode="&#xe3ec;" horiz-adv-x="1000" 
+d="M360 345l-16 -54c-3 -11 -4 -15 -4 -18c0 -5 3 -9 8 -9c6 0 10 1 16 21c0 0 7 22 17 54c25 -12 43 -37 43 -67c0 -41 -33 -74 -74 -74s-74 33 -74 74s33 74 74 74c4 0 7 -1 10 -1zM557 274h-19l47 123l19 -41c-28 -17 -47 -47 -47 -82zM612 337l29 -64l-63 1
+c0 27 13 50 34 63zM652 348c41 0 74 -33 74 -74s-33 -74 -74 -74c-34 0 -64 23 -72 55c25 0 56 -1 56 -1c26 0 29 1 30 10c0 2 -1 4 -6 15c0 0 -14 30 -30 66c7 2 14 3 22 3zM463 479c-38 0 -48 0 -55 -6c-8 -7 -14 -21 -23 -49l-18 -59c-5 1 -11 2 -17 2
+c-52 0 -95 -43 -95 -95s43 -95 95 -95s95 43 95 95c0 39 -24 72 -58 87c2 7 5 15 7 22c52 -55 92 -103 92 -103c18 -21 26 -23 50 -23h23c9 -43 47 -76 93 -76c52 0 95 43 95 95s-43 95 -95 95c-11 0 -20 -2 -30 -5c-8 17 -17 36 -27 59l7 18l22 1l-1 18h-83
+c-1 -2 -2 -4 -2 -5c0 -5 12 -7 42 -13l-7 -18l-166 -1c5 17 8 26 14 31c7 5 18 6 41 6zM812 331c0 -172 -139 -311 -311 -311s-311 139 -311 311s139 311 311 311s311 -139 311 -311zM926 726c25 0 46 -21 46 -49v-852c0 -23 -21 -44 -43 -44l-854 -1c-24 0 -47 18 -47 43
+v856c0 26 20 47 48 47h850zM926 704h-850c-17 0 -26 -10 -26 -25v-856c0 -12 14 -21 25 -21l854 1c15 0 20 10 21 40v834c0 15 -11 27 -24 27zM566 404h-165l117 -128zM192 -65c11 0 22 -7 22 -17v-50h-15v4c-1 -3 -3 -4 -5 -4h-18c-18 0 -22 40 1 40h22v8c0 2 -2 4 -5 4
+h-14c-2 0 -5 -2 -5 -4h-2l-9 9c0 4 11 10 18 10h10zM180 -104c-7 0 -7 -15 0 -15h14c2 0 4 3 5 5v10h-19zM438 -66c11 0 22 -6 22 -16v-50h-15v4c-1 -3 -3 -4 -5 -4h-18c-18 0 -22 40 1 40h22v7c0 2 -2 5 -5 5h-14c-2 0 -5 -2 -5 -4h-2l-9 9c0 4 11 9 18 9h10zM426 -104
+c-7 0 -7 -15 0 -15h14c2 0 4 3 5 5v10h-19zM739 -65c11 0 22 -7 22 -17v-50h-14v4c-1 -3 -4 -4 -6 -4h-18c-18 0 -22 40 1 40h22v8c0 2 -2 4 -5 4h-14c-2 0 -5 -2 -5 -4h-2l-9 9c0 4 11 10 18 10h10zM728 -104c-7 0 -7 -15 0 -15h13c2 0 4 3 5 5v10h-18zM893 -113l11 -9
+c-5 -5 -41 -25 -54 9v27c0 15 45 37 55 -3v-3v-13h-41c4 -16 20 -15 29 -8zM780 -132l1 79c0 19 52 18 52 0v-16c0 -2 -5 -8 -6 -8c1 0 6 -4 6 -7v-36c0 -3 -10 -12 -13 -12h-14v13h9c2 0 5 3 5 6v25c0 2 -2 4 -4 4h-11v14h9c18 18 -20 21 -20 9v-71h-14zM553 -111
+c4 -2 8 -4 12 -7c1 -1 9 -1 14 0l4 1c4 1 5 11 0 11c-7 0 -14 1 -21 2c-7 2 -12 5 -13 13v5c0 3 -1 6 0 9c2 6 10 11 24 12c11 1 20 -3 27 -10l-9 -10c-4 2 -10 7 -18 7c-6 0 -10 -4 -10 -8c0 -3 3 -5 5 -5h17c7 0 12 -7 15 -15c1 -3 1 -8 0 -11c-3 -9 -10 -14 -22 -15
+c-4 0 -9 -1 -14 0c-11 1 -15 7 -20 13zM632 -47l-1 -19h10v-12h-9v-38c0 -1 0 -2 2 -2h7v-14h-12c-3 1 -12 8 -12 14v40h-7v12h7v19h15zM96 -133v92h60v-13h-45v-25h38v-15h-38v-38zM688 -65c7 0 13 -3 15 -6l-10 -12c-8 7 -15 3 -21 -6v-43h-15v66h15v-5c5 4 11 6 16 6z
+M231 -41h15v-29c4 2 8 4 14 4c12 0 23 -5 24 -15v-51h-13v41c-1 8 -6 12 -12 12s-12 -4 -13 -10v-43h-15v91zM333 -66c7 0 12 -2 14 -5l-10 -13c-3 2 -5 4 -8 4c-5 0 -9 -4 -13 -10v-42h-15v65h15v-5c5 4 12 6 17 6zM387 -66c7 0 13 -2 15 -5l-10 -13c-3 3 -5 4 -8 4
+c-5 0 -9 -4 -13 -10v-42h-15v65h15v-5c5 4 11 6 16 6zM515 -40h13v-92h-12v5c0 -3 -9 -7 -13 -7h-9c-6 0 -19 10 -19 18v33c0 9 11 18 20 18h9c5 0 11 -6 11 -8v33zM488 -111c0 -3 4 -7 7 -7h8c4 0 11 6 11 10v17c0 3 -5 11 -10 11h-7c-3 0 -9 -6 -9 -9v-22zM890 -92
+c-3 20 -26 12 -25 0h25z" />
+    <glyph glyph-name="uniE3ED" unicode="&#xe3ed;" horiz-adv-x="1000" 
+d="M652.7 728.9l8.5 -8.5l-114.1 -114c3.30005 -3.20001 6.5 -6.40002 9.60004 -9.80005l133.7 133.6l8.5 -8.5l-134.2 -134.2c3.09998 -3.70001 5.89996 -7.40002 8.79999 -11.3l143 143.2l8.40002 -8.5l-144.4 -144.6c2.40002 -3.70001 4.90002 -7.5 7.09998 -11.3
+l146.5 146.8l8.5 -8.59998l-149 -149.1c2.60004 -5 5 -10 7.20001 -15.2l123 122.8l0.100037 0.200012l5 5.29999l8.79999 -8.10004l-5.10004 -5.5l-0.0999756 -0.0999756l-0.0999756 -0.0999756l-126.7 -126.7c9.5 -25.7 14.6 -53.5 14.6 -82.5
+c0 -132.1 -107.2 -239.3 -239.3 -239.3c-29.1 0 -56.9 5.20001 -82.7 14.7l-86.9 -86.8c1.40001 -1.60001 2.3 -3.4 2.70001 -5.4v-39.5h-10.1v31.7c-0.100006 1.8 -0.5 3.4 -1.2 4.6l-18.2 -18.2v-18.1h-11.6v6.6l-66.8 -66.8l-8.39999 8.5l51.5 51.5h-0.5v3.5
+c-0.600006 -2.1 -2.8 -3.5 -4.40001 -3.5h-13.9c-0.800003 0 -1.60001 0.100006 -2.3 0.300003l-62.5 -62.7l-8.5 8.5l62.8 62.9c-3.2 9.2 -0.300003 22 11.2 22h10.7l6.70001 6.7c-0.5 1.3 -2 2.4 -3.90001 2.4l-10.7 0.0999985c-0.399994 0 -0.899994 -0.200005 -1.5 -0.5
+l-2.3 -2.3c0 -0.0999985 -0.0999908 -0.299995 -0.0999908 -0.400002h-0.300003l-89.1 -89.3l-8.5 8.5l43.3 43.4l-6.5 -0.200005v15.1l-35.5 -35.4l-8.4 8.4l43.9 44l0.0999985 19.1l-36 -36l-8.5 8.5l44.5 44.5v2.7h2.8l128.8 128.9c-36.7 42.1 -59 97.1 -59 157.3
+c0 132.1 107.2 239.3 239.3 239.3c60.2 0 115.2 -22.3 157.3 -59zM371 94.3c0 -2.4 3.39999 -6.10001 5.39999 -6.10001h6.10001c2.70001 0 8 4.8 8 8v13.4c0.100006 2.3 -3.39999 7.9 -7.5 7.9h-5.39999c-2.10001 0 -6.60001 -3.9 -6.60001 -6.6v-16.6zM391.6 148.4h10.3
+v-70.9h-10v4.5c0 -2.4 -6 -5.8 -9.39999 -5.9h-6.79999c-4.70001 0 -14.7 8.2 -14.7 14.1v25.5c0 7 8.60001 13.4 15.4 13.4h6.60001c4 0 8.79999 -4.50001 8.79999 -5.8zM293.4 128.5c5.39999 0 10.1 -1.9 11.4 -4l-7.69998 -9.6c-6.39999 5.5 -12.1 2.1 -16.3 -4.6v-32.7
+h-11.4l-0.100006 50.6h11.5v-4.1c3.90002 3.2 8.5 4.4 12.6 4.4zM251.2 128.5c5.40001 0 10.2 -1.9 11.5 -4l-7.80002 -9.6c-6.39999 5.5 -12.1 2.1 -16.3 -4.6v-32.7h-11.4v50.6h11.4v-4.1c3.89999 3.2 8.5 4.4 12.6 4.4zM524.7 129c5.39996 0 10.1 -1.8 11.4 -3.9
+l-7.69995 -9.6c-6.40002 5.5 -12.1 2.1 -16.3 -4.6v-32.7h-11.4l-0.100006 50.6h11.5v-4.2c3.90002 3.2 8.5 4.4 12.6 4.4zM481.2 143.1l-0.100006 -14.3l7.19998 -0.100006v-9.2h-7v-29.5c0.300018 -0.900002 0.700012 -1.6 2.10001 -1.4l5 -0.199997v-10.3
+l-9.39999 0.0999985c-2.39999 0.600006 -9 5.60001 -9 10.4v31h-5.39999l0.100006 9.00001h5.29999v14.5h11.2zM421 93.9c2.89999 -1.7 5.89999 -3.2 8.79999 -5.3c1.10001 -0.599998 7.20001 -0.799995 10.7 0.0999985l3.10001 1c3 1 3.89999 7.7 -0.100006 8
+c-5.20001 0 -10.3 0.600006 -15.5 1.4c-5.20001 1.5 -9.5 4.1 -10.6 9.9c-0.199982 3.7 -0.699982 7.3 0.100006 11.1c1.79999 4.2 5.10001 7.9 14.3 9.7c2.60001 0.300003 5.10001 0.199997 8.20001 -0.199997c6.39999 -1.10001 12.4 -2.60001 16.6 -7.60001l-7 -7.8
+c-2.5 1.5 -5.30002 3 -9.80002 4.10001c-2.59998 0.5 -5.19998 0.599998 -7.69998 0c-5.89999 -2.10001 -3.20001 -9.3 0 -9l13 -0.100006c4.89999 -1.39999 10 -5.3 12.1 -11.5c0.399994 -2.6 0.599976 -5.3 -0.100006 -7.89999c-2.20001 -6.8 -8.10001 -11.2 -17.1 -11.6
+c-3.39999 -0.299995 -6.79999 -0.399994 -10.4 0c-8.39999 1 -11.7 5 -15.4 9.5zM595.7 77.6l0.299988 61.3c0 14.9 40.3 13.7 40.3 -0.299988v-12.2c0 -1.4 -4 -6 -5 -6c1 0 5 -3.1 5 -5.4l-0.0999756 -27.9c0 -2.5 -8 -9.5 -10.3 -9.5h-10.3v10.4h7
+c1.40002 0 3.5 2.3 3.5 4.6l-0.299988 18.8c0 1.5 -1.5 3.7 -2.70001 3.7l-8.5 -0.0999985v10.3l7.20001 0.0999985c14.2 14.2 -15.3 15.9 -15.3 6.9l-0.0999756 -54.6zM682.1 92.3l8.60004 -7.10001c-3.79999 -3.6 -31 -19.4 -41.2 7l-0.0999756 21.3
+c0 11.2 34.4 27.9 42.1 -2.7l0.0999756 -2.2h-11.2c-2.5 15 -20.3 9.6 -19.8 0.0999985l31 -0.0999985h0.100037l-0.200012 -10.2h-31.8c3 -12.6 15.6 -11.7 22.4 -6.1zM555 99.4c-5.29999 0 -5.79999 -11.2 0 -11.2h10.3c1.5 0 3.70001 1.8 4.29999 3.5v7.7h-14.6z
+M564.1 129.1c8.20001 0 16.8 -5.2 16.8 -12.5v-38.9h-11.3v3.5c-0.599976 -2.1 -2.79999 -3.5 -4.39996 -3.5h-13.9c-14.2 0 -17.2 31 0.700012 31h17.6v5.8c0 1.6 -1.79999 3.4 -4.09998 3.3l-10.7 0.0999985c-1.20001 0 -3.79999 -1.8 -3.79999 -3.2h-1.59998l-6.70001 7
+c0 3.10001 7.79999 7.3 13.2 7.3c2.5 0 5.69995 0.100006 8.19995 0.100006zM323.4 99.2c-5.29999 0 -5.79999 -11.2 0 -11.2h10.3c1.5 0 3.69998 1.8 4.29999 3.5v7.7h-14.6zM332.5 128.9c8.20001 0 16.8 -5.2 16.8 -12.5v-38.9h-11.3v3.5
+c-0.600006 -2.1 -2.79999 -3.5 -4.39999 -3.5h-13.9c-14.2 0 -17.2 31 0.699982 31h17.6v5.9c0 1.6 -1.79999 3.3 -4.10001 3.2l-10.7 0.0999985c-1.20001 0 -3.80002 -1.8 -3.80002 -3.2h-1.60001l-6.69998 7.1c0 3.1 7.79999 7.3 13.2 7.3h8.20001zM351.3 547.9
+c-53.6 -0.5 -44.6 5.59998 -73.4 -87.1v-0.0999756c-4.29999 0.799988 -8.79999 1.29999 -13.4 1.29999c-40.3 0 -73.2 -32.9 -73.2 -73.2c0 -32.7 21.8 -60.6 51.5 -69.9l13.4 13.5c-27.6 4 -48.7 27.7 -48.7 56.4c0 31.6 25.4 57 57 57
+c2.89999 0 5.79999 -0.199982 8.5 -0.599976c-18.2 -57.3 -16.1 -50.8 -16.2 -55.6c-0.0999756 -4 3.20001 -7.20001 7.30002 -7.5c7.39999 0.699982 5.69998 -0.5 24.2 58.5c17.2 -7.89999 29.8 -24.1 32.6 -43.5l13.5 13.5c-6.39999 20.5 -21.6 37.1 -41.2 45.5
+c1.69998 5.19998 3.5 10.7 5.39999 16.7c20.3 -21.4 35.4 -38.1 46.8 -51.2l11.6 11.6l-51.3 55.8l107.3 0.200012l16.1 16l-120.8 -0.200012c8.60001 30.2 3.70001 28.3 42.6 28.2zM708.1 737.8c8.10004 0 16.5 -3.20001 23.4 -9.59998
+c6.90002 -6.40002 12 -16.3 11.9 -28.3v-0.100037v-654.8c0 -9.3 -4.5 -17.3 -10.5 -23.5c-6 -6.2 -13.6 -10.9 -22.6 -10.9l-657.4 -0.3c-8 0 -16.3 2.6 -23.3 7.9c-7 5.3 -12.6 14.1 -12.6 24.8v658.4c0 8.59998 2.7 17.5 8.9 24.5s16 11.7 27.9 11.7zM45.8 750.7
+c-19.3 0 -42 -23.9 -42 -43v-672.4c0 -12.6 27.7 -38 44.6 -38h662.3c20.8 0 46.9 28.1 46.9 45.7v663.1c0 19.2 -27 44.6 -44.3 44.6h-667.5zM173 101.4v21.4l-12.9 -13v-21.4zM173 139.8v8h8l79.5 79.6c-3.79999 2.20001 -7.5 4.60001 -11.2 7l-105.1 -105.3
+c4.90001 -0.200012 9.8 -2.2 12.8 -5.40001zM188 116.4c-0.800003 -0.599998 -1.3 -1.2 -1.89999 -2zM200.1 128.5l86.1 85.9c-5 2.20001 -9.90002 4.5 -14.7 7l-86.9 -87v-9.09999c2.2 1.39999 4.89999 2.39999 7.59999 2.89999c2.60001 0.5 5.3 0.600006 7.90001 0.300003
+zM80.5 103.7v-21.5l24.7 24.8h-21.4zM95.1 118.3h15v-6.4l129.2 129.5c-4 3 -8 6 -11.8 9.20001l-112.4 -112.3v-0.699997h-0.699997zM80.5 120.6l17 17l-17.1 0.0999908zM108 148.2l110.5 110.4c-3.3 3.10001 -6.60001 6.29999 -9.7 9.5l-119.9 -120zM148.8 98.5
+l-10.3 -10.3h6c1.5 0 3.7 1.8 4.3 3.5v6.8zM440.6 516.8l16.7 16.7h-46.8c-5.70001 -7.79999 2.29999 -7.70001 31 -14.1zM474.3 533.5l-14.8 -14.7l15.9 0.299988l-0.699982 14.4h-0.400024zM457.3 516.5l-28.4 -28.4l-11.4 -30.7l39.3 39.3
+c-1.19998 2.69998 -2.39999 5.5 -3.69998 8.29999zM473.7 459.2l-12.4 -12.4l4.10001 -9.29999c3.20001 2.10001 6.60001 4 10.2 5.39999l3.79999 3.70001c-1.79999 3.89999 -3.69998 8.10001 -5.69998 12.6zM473.7 459.2l-0.100006 0.199982
+c-5.20001 -1.79999 -10.2 -4.10001 -14.8 -7l2.5 -5.60001l-33.8 -33.8c-2.29999 -6.89999 -3.60001 -14.3 -3.70001 -22l20.3 20.3c4.29999 10.8 11.8 19.9 21.3 26.2l1.60001 -3.29999l8.60001 8.69998c1.5 0.600006 3.10001 1.20001 4.69998 1.70001
+c-0.299988 0.699982 -0.599976 1.29999 -0.899994 2l16.5 16.6c-7.69998 -0.100006 -15.1 -1.5 -22 -3.80002zM468.4 470.9c-2 4.5 -4.10001 9.20001 -6.29999 14.1l-12.5 -12.4l6.39999 -14.1zM496.8 408l-12.4 -12.4l2.20001 -5h-7.20001l-15.5 -15.5
+c38.7 -0.5 42.7 -1.5 43.4 7.29999c-0.0999756 2.10001 -0.699982 3.80002 -10.5 25.6zM491.6 419.7c-2 4.5 -4.30002 9.5 -6.89999 15.2l-12.5 -12.4l6.89999 -15.2zM447.1 375.3l15.4 15.4h-22l-0.5 -0.5v0.5l-16.2 0.0999756v-0.799988c0 -5 0.5 -9.79999 1.5 -14.5
+l-0.299988 -0.299988h0.299988c1.20001 -5.70001 3.10001 -11.2 5.5 -16.3l12.3 12.4c-0.5 1.30002 -0.800018 2.60001 -1.20001 4h5.20001zM408.3 375.4l15.3 15.4h-13.3l3 7.90002l-22.7 -22.7c4.19998 -0.899994 9.5 -0.700012 17.7 -0.600006zM379.9 382.2l12.4 12.5
+l-9.89999 10.7l-12.4 -12.4c4.10001 -4.70001 7.20001 -8.29999 9.89999 -10.8zM362.1 402.1l12.2 12.2l-9.19998 10l-11.8 -11.8c3.30002 -3.79999 6.20001 -7.29999 8.80002 -10.4zM423.8 426.2l12.6 33.2l-29 -29l-12.2 -32.8zM440 390.2l-14.7 -14.7v-0.299988
+c5.90002 0.0999756 11.5 0.0999756 16.6 0.0999756c-1.19998 4.70001 -1.89999 9.60001 -1.89999 14.7v0.200012zM496.7 447h0.299988c6.60001 0 12.9 -1.10001 18.8 -3.10001l12.3 12.3c-5.29999 2.5 -10.9 4.29999 -16.7 5.5zM448.6 359.8l-11.6 -11.6
+c13.2 -18.9 35.2 -31.4 60 -31.4c40.3 0 73.2 32.9 73.2 73.2c0 24.8 -12.5 46.8 -31.4 60l-11.6 -11.6c16.1 -10.1 26.8 -27.9 26.8 -48.4c0 -31.6 -25.4 -57 -57 -57c-20.5 0 -38.4 10.7 -48.4 26.8zM320.9 380.1c-3.69998 -24.6 -23.1 -44 -47.7 -47.7l-16.4 -16.4
+c2.5 -0.299988 5.10001 -0.399994 7.70001 -0.399994c4.10001 0 8.20001 0.299988 12.1 1l60.1 60.1c0.699982 3.89999 1 8 1 12.1c0 2.60001 -0.100006 5.20001 -0.400024 7.70001zM273 445.2c5.39999 -0.800018 10.5 -2.40002 15.3 -4.60001
+c1.5 4.79999 3.10001 9.89999 4.90002 15.5c-4.90002 2.10001 -10 3.60001 -15.3 4.60001c-1.79999 -5.70001 -3.39999 -10.8 -4.89999 -15.5zM304.4 327.5c8.5 5.60001 15.8 12.9 21.4 21.4z" />
+    <glyph glyph-name="uniE3F0" unicode="&#xe3f0;" horiz-adv-x="1070" 
+d="M715 168v-29h-330l49 -42l-46 -1l-64 57l67 55l47 -1l-53 -39h330zM127 590c-9 0 -23 -11 -23 -29v-576c0 -18 14 -29 23 -29h816c9 0 23 11 23 29v576c0 19 -14 29 -23 29h-816zM943 614c29 0 47 -24 47 -53v-576c0 -30 -22 -53 -47 -53h-816c-25 0 -47 23 -47 53v576
+c0 30 22 53 47 53h816zM392 421c-4 1 -8 1 -12 1c-44 0 -79 -36 -79 -80s35 -80 79 -80s80 36 80 80c0 32 -20 59 -47 72c-11 -36 -21 -66 -21 -66c-4 -12 -5 -15 -12 -15c-6 0 -11 4 -11 10c0 4 0 8 4 20zM652 431l-19 44l-50 -131h20c0 37 19 69 49 87zM662 411
+c-22 -14 -37 -39 -37 -67h67zM705 423c-8 0 -16 -1 -23 -3c19 -42 30 -67 30 -67c7 -16 8 -18 8 -22c0 -6 -4 -8 -27 -8h-65c9 -34 40 -59 77 -59c44 0 80 36 80 80s-36 79 -80 79zM501 564v-20h-27c-17 -1 -22 -4 -26 -16l-7 -23h180l7 20c-31 6 -45 9 -46 13v7h93v-21h-24
+l-7 -20c10 -23 19 -44 28 -63c10 4 22 5 33 5c56 0 102 -46 102 -102s-46 -103 -102 -103c-49 0 -90 36 -100 82h-22c-24 0 -30 1 -43 14c0 0 -39 46 -112 122c-2 -8 -5 -15 -8 -23c36 -16 63 -52 63 -94c0 -56 -47 -102 -103 -102s-102 46 -102 102s46 102 102 102
+c6 0 13 0 19 -1l27 88c9 30 21 32 49 33h26zM436 483l125 -136l50 136h-175zM344 26v29h330l-49 42l46 1l64 -57l-67 -55l-47 1l53 39h-330z" />
+    <glyph glyph-name="uniE3F1" unicode="&#xe3f1;" horiz-adv-x="1070" 
+d="M678 -3h-31l2 161l-53 -50v36l67 64l65 -67v-37l-50 54v-161zM431 197l-1 -161l50 54v-38l-65 -66l-66 64v36l52 -50l-2 160zM127 590c-9 0 -23 -11 -23 -29v-576c0 -18 14 -29 23 -29h816c9 0 23 11 23 29v576c0 19 -14 29 -23 29h-816zM943 614c29.4 0 47 -24.1 47 -53
+v-576c0 -30 -22 -53 -47 -53h-816c-25 0 -47 23 -47 53v576c0 30 22 53 47 53h816zM392 421c-4 1 -8 1 -12 1c-44 0 -79 -36 -79 -80s35 -80 79 -80s80 36 80 80c0 32 -20 59 -47 72c-11 -36 -21 -66 -21 -66c-4 -12 -5 -15 -12 -15c-6 0 -11 4 -11 10c0 4 0 8 4 20z
+M652 431l-19 44l-50 -131h20c0 37 19 69 49 87zM662 411c-22 -14 -37 -39 -37 -67h67zM705 423c-8 0 -16 -1 -23 -3c19 -42 30 -67 30 -67c7 -16 8 -18 8 -22c0 -6 -4 -8 -27 -8h-65c9 -34 40 -59 77 -59c44 0 80 36 80 80s-36 79 -80 79zM501 564v-20h-27
+c-17 -1 -22.3 -3.90002 -26 -16l-7 -23h180l7 20c-31 6 -45 9 -46 13v7h93v-21h-24l-7 -20c10 -23 19 -44 28 -63c10 4 22 5 33 5c56 0 102 -46 102 -102s-46 -103 -102 -103c-49 0 -90 36 -100 82h-22c-24 0 -30 1 -43 14c0 0 -39 46 -112 122c-2 -8 -5 -15 -8 -23
+c36 -16 63 -52 63 -94c0 -56 -47 -102 -103 -102s-102 46 -102 102s46 102 102 102c6 0 13 0 19 -1l27 88c9 30 21 32 49 33h26zM436 483l125 -136l50 136h-175z" />
+    <glyph glyph-name="uniE3F2" unicode="&#xe3f2;" horiz-adv-x="1070" 
+d="M639 130v21h20v-21h-20zM639 8v102h20v-102h-20zM553 68h43c0 13.6 -8.59998 24 -21 24c-12.9 0 -22 -9.9 -22 -24zM616 51h-63c0 -15.5 9.09998 -25 24 -25c8 0 17 3 23 10l14 -13c-7.90002 -9.5 -20.6 -16 -36 -16c-28.9 0 -46 16.7 -46 51c0 32.5 15 53 43 53
+c23.4 0 41 -18.7 41 -43v-17zM462 8v102h20v-11h1c6 8 14 12 25 12c7 0 13 -3 20 -8l-15 -18c-4 3 -7 5 -12 5s-9 -2 -13 -5s-6 -9 -6 -16v-61h-20zM407 8v86h-13v16h13v13c0 17.7 10.9 28 28 28h23v-19h-21c-6 0 -9 -3 -9 -9v-13h18v-16h-18v-86h-21zM127 590
+c-9 0 -23 -11 -23 -29v-576c0 -18 14 -29 23 -29h816c9 0 23 11 23 29v576c0 19 -14 29 -23 29h-816zM943 614c29.4 0 47 -24.1 47 -53v-576c0 -30 -22 -53 -47 -53h-816c-25 0 -47 23 -47 53v576c0 30 22 53 47 53h816zM392 381c-4 1 -8 1 -12 1c-44 0 -79 -36 -79 -80
+s35 -80 79 -80s80 36 80 80c0 32 -20 59 -47 72c-11 -36 -21 -66 -21 -66c-4 -12 -5 -15 -12 -15c-6 0 -11 4 -11 10c0 4 0 8 4 20zM652 391l-19 44l-50 -131h20c0 37 19 69 49 87zM662 371c-22 -14 -37 -39 -37 -67h67zM705 383c-8 0 -16 -1 -23 -3c19 -42 30 -67 30 -67
+c7 -16 8 -18 8 -22c0 -6 -4 -8 -27 -8h-65c9 -34 40 -59 77 -59c44 0 80 36 80 80s-36 79 -80 79zM501 524v-20h-27c-17 -1 -22.3 -3.89999 -26 -16l-7 -23h180l7 20c-31 6 -45 9 -46 13v7h93v-21h-24l-7 -20c10 -23 19 -44 28 -63c10 4 22 5 33 5c56 0 102 -46 102 -102
+s-46 -103 -102 -103c-49 0 -90 36 -100 82h-22c-24 0 -30 1 -43 14c0 0 -39 46 -112 122c-2 -8 -5 -15 -8 -23c36 -16 63 -52 63 -94c0 -56 -47 -102 -103 -102s-102 46 -102 102s46 102 102 102c6 0 13 0 19 -1l27 88c9 30 21 32 49 33h26zM436 443l125 -136l50 136h-175z
+" />
+    <glyph glyph-name="uniE3F3" unicode="&#xe3f3;" horiz-adv-x="1033" 
+d="M511 708c259 0 470 -211 470 -470s-211 -470 -470 -470s-469 211 -469 470s210 470 469 470zM152 312v-150h719v150h-719z" />
+    <glyph glyph-name="uni23AB" unicode="&#x23ab;" horiz-adv-x="400" 
+d="M291 0h-80v146c0 156 -115 241 -199 261c-6 6 -6 18 0 24c185 -7 279 -108 279 -293v-138z" />
+    <glyph glyph-name="uni23AC" unicode="&#x23ac;" horiz-adv-x="400" 
+d="M283 444v5c-49 21 -100 76 -100 167c0 88.1 28 110 28 219v58h80v-68c0 -95 -25 -148.9 -25 -225c0 -50 23 -139 122 -146v-15c-99 -7 -122 -96 -122 -146c0 -76.1 25 -130 25 -225v-68h-80v58c0 109 -28 130.9 -28 219c0 91 51 146 100 167z" />
+    <glyph glyph-name="uni23AD" unicode="&#x23ad;" horiz-adv-x="400" 
+d="M291 431v-138c0 -185 -94 -286 -279 -293c-6 6 -6 18 0 24c84 20 199 105 199 261v146h80z" />
+    <glyph glyph-name="uni27E8" unicode="&#x27e8;" horiz-adv-x="351" 
+d="M131 267l-3 -4l3 -4c60 -92 160 -270 210 -400c-4 -10 -13 -12 -22 -12c-66 138 -175 291 -250 378l-33 38l33 38c75 87 184 240 250 378c10 0 18 -2 22 -12c-50 -130 -150 -308 -210 -400z" />
+    <glyph glyph-name="uni27E9" unicode="&#x27e9;" horiz-adv-x="351" 
+d="M220 258l3 4l-3 4c-60 92 -160 270 -210 400c4 10 13 12 22 12c66 -138 175 -291 250 -378l33 -38l-33 -38c-75 -87 -184 -240 -250 -378c-10 0 -18 2 -22 12c50 130 150 308 210 400z" />
+    <glyph glyph-name="uni2C6E" unicode="&#x2c6e;" horiz-adv-x="839" 
+d="M738.1 121c10.1 -142.6 -7.39996 -212.7 -51.1 -250c-41 -35 -72 -43 -117 -43c-22 0 -75 18 -75 54c0 22 30 43 44 43c31 0 35.3 -20.8 45 -34c7.29999 -10 21 -18 35 -18c58 0 50.3 136 43.7 243l-25.7 418h-2l-225 -529c-4 -8 -8 -15 -14 -15s-12.2 7.9 -15 15
+l-207 519h-2l-38 -401c-5.39999 -56.3 0 -87 66 -92c6 -6 6 -27 0 -33c-30 1 -70 2 -94 2s-56 -1 -86 -2c-6 6 -6 27 0 33c57 5 69 30.1 74.9 90l40.1 412c7 75 1 77 -68 81c-6 6 -6 27 0 33l145 -2l205 -508c3.10001 -7.60001 6 -13 8 -13s5 4 9 14l212 507l131 2
+c6 -6 6 -27 0 -33c-68 -4 -72.5 -18 -68.7 -72z" />
+    <glyph glyph-name="uni2C6F" unicode="&#x2c6f;" horiz-adv-x="695" 
+d="M429 373h-177l94 -272h6l102.2 258.7c3.79999 10.3 -3.20001 13.3 -25.2 13.3zM537 577c15.6 41.1 -31.4 45.4 -69 48c-6 6 -6 27 0 33c37 -1 87 -2 128 -2c30.3 0 63 1 89 2c6 -6 6 -27 0 -33c-43.5 -3 -74 -9 -100 -71l-227 -536c-13 0 -40 -11 -55 -20l-206 572
+c-17.4 48.2 -51.2 51.5 -90 55c-6 6 -6 27 0 33c35 -1 73 -2 114 -2c39 0 94 1 131 2c6 -6 6 -27 0 -33c-47.6 -3.40002 -85.8 -6.5 -74 -41l58 -169h211c24 0 30 4 35 17z" />
+    <hkern g1="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	g2="u.sc,ugrave.sc,uacute.sc,ucircumflex.sc,udieresis.sc,uring.sc,uhungarumlaut.sc"
+	k="50" />
+    <hkern g1="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	g2="t.sc,v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc"
+	k="50" />
+    <hkern g1="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="15" />
+    <hkern g1="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="20" />
+    <hkern g1="u.sc,ugrave.sc,uacute.sc,ucircumflex.sc,udieresis.sc,uring.sc,uhungarumlaut.sc,f.sc,Q_u.sc"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="35" />
+    <hkern g1="k.sc,x.sc"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="35" />
+    <hkern g1="v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc,t.sc"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="70" />
+    <hkern g1="v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc,t.sc"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="25" />
+    <hkern g1="v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc,t.sc"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="25" />
+    <hkern g1="d.sc,o.sc,q.sc,ograve.sc,oacute.sc,ocircumflex.sc,otilde.sc,odieresis.sc,oslash.sc"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="10" />
+    <hkern g1="d.sc,o.sc,q.sc,ograve.sc,oacute.sc,ocircumflex.sc,otilde.sc,odieresis.sc,oslash.sc"
+	g2="t.sc,v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc"
+	k="10" />
+    <hkern g1="d.sc,o.sc,q.sc,ograve.sc,oacute.sc,ocircumflex.sc,otilde.sc,odieresis.sc,oslash.sc"
+	g2="x.sc"
+	k="25" />
+    <hkern g1="d.sc,o.sc,q.sc,ograve.sc,oacute.sc,ocircumflex.sc,otilde.sc,odieresis.sc,oslash.sc"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="-20" />
+    <hkern g1="l.sc"
+	g2="t.sc,v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc"
+	k="25" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Abreve"
+	g2="u.sc,ugrave.sc,uacute.sc,ucircumflex.sc,udieresis.sc,uring.sc,uhungarumlaut.sc"
+	k="35" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Abreve"
+	g2="t.sc,v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc"
+	k="60" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Abreve"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="22" />
+    <hkern g1="V,W,Y,Ydieresis"
+	g2="b.sc,d.sc,f.sc,h.sc,i.sc,k.sc,l.sc,n.sc,p.sc,r.sc"
+	k="20" />
+    <hkern g1="V,W,Y,Ydieresis"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="120" />
+    <hkern g1="V,W,Y,Ydieresis"
+	g2="u.sc,ugrave.sc,uacute.sc,ucircumflex.sc,udieresis.sc,uring.sc,uhungarumlaut.sc"
+	k="20" />
+    <hkern g1="V,W,Y,Ydieresis"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="60" />
+    <hkern g1="V,W,Y,Ydieresis"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="50" />
+    <hkern g1="P"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="90" />
+    <hkern g1="P"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="40" />
+    <hkern g1="P"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="20" />
+    <hkern g1="K,X"
+	g2="u.sc,ugrave.sc,uacute.sc,ucircumflex.sc,udieresis.sc,uring.sc,uhungarumlaut.sc"
+	k="25" />
+    <hkern g1="K,X"
+	g2="t.sc,v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc"
+	k="20" />
+    <hkern g1="K,X"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="40" />
+    <hkern g1="K,X"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="40" />
+    <hkern g1="p.sc"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="25" />
+    <hkern g1="p.sc"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="-20" />
+    <hkern g1="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="20" />
+    <hkern g1="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	g2="t.sc,v.sc,w.sc,y.sc,yacute.sc,ydieresis.sc"
+	k="20" />
+    <hkern g1="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	g2="x.sc"
+	k="40" />
+    <hkern g1="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="-20" />
+    <hkern g1="T,Tcaron,Tcedilla,Tcommaaccent"
+	g2="a.sc,agrave.sc,aacute.sc,acircumflex.sc,atilde.sc,adieresis.sc,aring.sc,abreve.sc,aogonek.sc"
+	k="80" />
+    <hkern g1="T,Tcaron,Tcedilla,Tcommaaccent"
+	g2="c.sc,g.sc,o.sc,q.sc,ccedilla.sc"
+	k="60" />
+    <hkern g1="T,Tcaron,Tcedilla,Tcommaaccent"
+	g2="hyphen.sc,guillemotleft.sc,guillemotright.sc,guilsinglleft.sc,guilsinglright.sc"
+	k="100" />
+    <hkern g1="Gamma,Tau"
+	g2="Tau"
+	k="-30" />
+    <hkern g1="Gamma,Tau"
+	g2="Upsilon,Upsilondieresis"
+	k="-30" />
+    <hkern g1="Gamma,Tau"
+	g2="gamma,nu"
+	k="24" />
+    <hkern g1="Gamma,Tau"
+	g2="chi"
+	k="23" />
+    <hkern g1="Gamma,Tau"
+	g2="Alpha,Delta,Lambda,uni04D2,uni1FB8,uni1FB9,uni1FBC"
+	k="35" />
+    <hkern g1="Gamma,Tau"
+	g2="alpha,omicron,sigma,phi,uni03F2,uni03F5,omega,sigma1,omegatonos"
+	k="40" />
+    <hkern g1="Gamma,Tau"
+	g2="alphatonos,rho,omicrontonos,phi1,uni03F1,uni1F71,uni1F73,uni1F79"
+	k="20" />
+    <hkern g1="Gamma,Tau"
+	g2="eta,iota,kappa,uniF6BE,upsilon"
+	k="20" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="Tau"
+	k="-20" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="gamma,nu"
+	k="17" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="chi"
+	k="16" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="Alpha,Delta,Lambda,uni04D2,uni1FB8,uni1FB9,uni1FBC"
+	k="60" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="alpha,omicron,sigma,phi,uni03F2,uni03F5,omega,sigma1,omegatonos"
+	k="50" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="alphatonos,rho,omicrontonos,phi1,uni03F1,uni1F71,uni1F73,uni1F79"
+	k="30" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="mu,uni03F0"
+	k="20" />
+    <hkern g1="Upsilontonos,Upsilon,Upsilondieresis,Upsilon1,uni03D3,uni03D4,uni1F59,uni1F5B,uni1F5D,uni1F5F,uni1FE8,uni1FE9,uni1FEA,uni1FEB"
+	g2="eta,iota,kappa,uniF6BE,upsilon"
+	k="30" />
+    <hkern g1="Kappa,Chi"
+	g2="Tau"
+	k="-20" />
+    <hkern g1="Kappa,Chi"
+	g2="Upsilon,Upsilondieresis"
+	k="-20" />
+    <hkern g1="Kappa,Chi"
+	g2="gamma,nu"
+	k="16" />
+    <hkern g1="Kappa,Chi"
+	g2="chi"
+	k="14" />
+    <hkern g1="Kappa,Chi"
+	g2="alpha,omicron,sigma,phi,uni03F2,uni03F5,omega,sigma1,omegatonos"
+	k="51" />
+    <hkern g1="Kappa,Chi"
+	g2="alphatonos,rho,omicrontonos,phi1,uni03F1,uni1F71,uni1F73,uni1F79"
+	k="31" />
+    <hkern g1="Kappa,Chi"
+	g2="eta,iota,kappa,uniF6BE,upsilon"
+	k="60" />
+    <hkern g1="Omicrontonos,Theta,Omicron,Phi,uni03F4,uni1E0A,uni1E0C,uni1E0E,uni1E10,uni1E12,uni1E4C,uni1E4E,uni1E50,uni1E52"
+	g2="Alpha,Delta,Lambda,uni04D2,uni1FB8,uni1FB9,uni1FBC"
+	k="8" />
+    <hkern g1="gamma,kappa,uni03DB,zeta"
+	g2="alpha,omicron,sigma,phi,uni03F2,uni03F5,omega,sigma1,omegatonos"
+	k="20" />
+    <hkern g1="gamma,kappa,uni03DB,zeta"
+	g2="alphatonos,rho,omicrontonos,phi1,uni03F1,uni1F71,uni1F73,uni1F79"
+	k="10" />
+    <hkern g1="omicron,rho,phi,omicrontonos,phi1"
+	g2="Tau"
+	k="49" />
+    <hkern g1="omicron,rho,phi,omicrontonos,phi1"
+	g2="Upsilon,Upsilondieresis"
+	k="40" />
+    <hkern g1="omicron,rho,phi,omicrontonos,phi1"
+	g2="gamma,nu"
+	k="20" />
+    <hkern g1="omicron,rho,phi,omicrontonos,phi1"
+	g2="Alpha,Delta,Lambda,uni04D2,uni1FB8,uni1FB9,uni1FBC"
+	k="20" />
+    <hkern g1="omicron,rho,phi,omicrontonos,phi1"
+	g2="eta,iota,kappa,uniF6BE,upsilon"
+	k="5" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="Tau"
+	k="60" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="Upsilon,Upsilondieresis"
+	k="60" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="gamma,nu"
+	k="60" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="chi"
+	k="40" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="Alpha,Delta,Lambda,uni04D2,uni1FB8,uni1FB9,uni1FBC"
+	k="-20" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="alpha,omicron,sigma,phi,uni03F2,uni03F5,omega,sigma1,omegatonos"
+	k="27" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="alphatonos,rho,omicrontonos,phi1,uni03F1,uni1F71,uni1F73,uni1F79"
+	k="16" />
+    <hkern g1="Alphatonos,Alpha,Delta,Lambda,afii10017,uni04D2,uni1E00,uni1F0A,uni1F0B,uni1F0C,uni1F0D,uni1F0E,uni1F0F,uni1FB8,uni1FB9,uni1FBA,uni1FBB,uni1F08,uni1F09"
+	g2="eta,iota,kappa,uniF6BE,upsilon"
+	k="44" />
+    <hkern g1="Rho"
+	g2="Tau"
+	k="-20" />
+    <hkern g1="Rho"
+	g2="Alpha,Delta,Lambda,uni04D2,uni1FB8,uni1FB9,uni1FBC"
+	k="60" />
+    <hkern g1="Rho"
+	g2="alpha,omicron,sigma,phi,uni03F2,uni03F5,omega,sigma1,omegatonos"
+	k="30" />
+    <hkern g1="Rho"
+	g2="alphatonos,rho,omicrontonos,phi1,uni03F1,uni1F71,uni1F73,uni1F79"
+	k="20" />
+    <hkern g1="afii10052,afii10020,afii10036,afii10050,uni0492,uni04AC,uni04F6"
+	g2="afii10041,afii10148,uni0476,uni04B6"
+	k="-30" />
+    <hkern g1="afii10052,afii10020,afii10036,afii10050,uni0492,uni04AC,uni04F6"
+	g2="afii10017"
+	k="50" />
+    <hkern g1="afii10052,afii10020,afii10036,afii10050,uni0492,uni04AC,uni04F6"
+	g2="afii10070,afii10080,afii10083,afii10101,afii10846,uni04E9"
+	k="35" />
+    <hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2,afii10148,uni0476"
+	g2="afii10072,afii10085,x,afii10110,uni04B3,uni04DD"
+	k="50" />
+    <hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2,afii10148,uni0476"
+	g2="afii10017"
+	k="100" />
+    <hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2,afii10148,uni0476"
+	g2="afii10070,afii10080,afii10083,afii10101,afii10846,uni04E9"
+	k="60" />
+    <hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2,afii10148,uni0476"
+	g2="afii10065,afii10073,afii10086,afii10095,afii10097,uni04D5"
+	k="40" />
+    <hkern g1="afii10032,afii10048,afii10147"
+	g2="afii10017"
+	k="35" />
+    <hkern g1="afii10085,afii10110"
+	g2="afii10017"
+	k="70" />
+    <hkern g1="afii10070,afii10080,afii10082,afii10071,uni04E7,uni04E9"
+	g2="afii10041,afii10148,uni0476,uni04B6"
+	k="23" />
+    <hkern g1="afii10044,afii10046"
+	g2="afii10041,afii10148,uni0476,uni04B6"
+	k="50" />
+    <hkern g1="f,longs,f_f"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="-98" />
+    <hkern g1="f,longs,f_f"
+	g2="Y,Yacute,Ydieresis"
+	k="-98" />
+    <hkern g1="f,longs,f_f"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-98" />
+    <hkern g1="f,longs,f_f"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="-24" />
+    <hkern g1="f,longs,f_f"
+	g2="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	k="-73" />
+    <hkern g1="f,longs,f_f"
+	g2="parenright,bracketright,braceright"
+	k="-76" />
+    <hkern g1="f,longs,f_f"
+	g2="J,j,Jcircumflex,jcircumflex"
+	k="-80" />
+    <hkern g1="f,longs,f_f"
+	g2="exclam,question,exclamdbl,interrobang,question_question,question_exclam,exclam_question"
+	k="-80" />
+    <hkern g1="f,longs,f_f"
+	g2="b,h,k,l,thorn,hcircumflex,hbar,kcommaaccent,lacute,lcommaaccent,lcaron,ldot,lslash,uni0180"
+	k="-40" />
+    <hkern g1="f,longs,f_f"
+	g2="two.superior,three.superior,one.superior,zero.superior,i.superior,four.superior,five.superior,six.superior,seven.superior,eight.superior,nine.superior,plus.superior,minus.superior,equal.superior,parenleft.superior,parenright.superior,n.superior,uni2098,uni2099,uniE0C0,uniE0C1,uniE0C2,uniE0C3,uniE0C4,uniE0C5,uniE0C6,uniE0CA,uniE0CC,uniE0CE,uniE0CF,q.superior,uniE0D3,uniE0D4,uniE0D5,uniE0D9,degree"
+	k="-88" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="-55" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="Y,Yacute,Ydieresis"
+	k="-24" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-24" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="5" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="49" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="x"
+	k="34" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="49" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="63" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="63" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="a,g,s,aacute,ae,eacute,oacute,oslash,aogonek,cacute,edotaccent,uni022F"
+	k="49" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="m,n,p,r,z,dotlessi"
+	k="20" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="plus,hyphen,less,equal,greater,asciitilde,guillemotleft,uni00AD,periodcentered,guillemotright,divide,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright"
+	k="59" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="exclam,question,exclamdbl,interrobang,question_question,question_exclam,exclam_question"
+	k="-10" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-37" />
+    <hkern g1="T,Tcedilla,Tcaron,Tcommaaccent"
+	g2="u"
+	k="39" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="-24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="Y,Yacute,Ydieresis"
+	k="-24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="37" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="44" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="x"
+	k="24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="61" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="44" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="71" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="a,g,s,aacute,ae,eacute,oacute,oslash,aogonek,cacute,edotaccent,uni022F"
+	k="60" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="m,n,p,r,z,dotlessi"
+	k="40" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="plus,hyphen,less,equal,greater,asciitilde,guillemotleft,uni00AD,periodcentered,guillemotright,divide,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright"
+	k="49" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave,seven.fitted,question"
+	g2="u"
+	k="39" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="-24" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="Y,Yacute,Ydieresis"
+	k="-24" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-24" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="34" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="49" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="x"
+	k="24" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="112" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="88" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="80" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="a,g,s,aacute,ae,eacute,oacute,oslash,aogonek,cacute,edotaccent,uni022F"
+	k="60" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="m,n,p,r,z,dotlessi"
+	k="40" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="plus,hyphen,less,equal,greater,asciitilde,guillemotleft,uni00AD,periodcentered,guillemotright,divide,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright"
+	k="49" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-24" />
+    <hkern g1="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9"
+	g2="u"
+	k="24" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="Y,Yacute,Ydieresis"
+	k="-24" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-24" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="24" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="54" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="20" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="a,g,s,aacute,ae,eacute,oacute,oslash,aogonek,cacute,edotaccent,uni022F"
+	k="15" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="plus,hyphen,less,equal,greater,asciitilde,guillemotleft,uni00AD,periodcentered,guillemotright,divide,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright"
+	k="24" />
+    <hkern g1="K,X,Kcommaaccent,K.alt"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-24" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="5" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="Y,Yacute,Ydieresis"
+	k="34" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-37" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="-10" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="x"
+	k="-10" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="29" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="29" />
+    <hkern g1="at,D,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni0186,uni0189,uni018A,uni018F,uni01EA,uni01EC,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,Odieresis.alt"
+	g2="parenright,bracketright,braceright"
+	k="10" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="39" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="Y,Yacute,Ydieresis"
+	k="12" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="24" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="-10" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="-15" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="x"
+	k="-10" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="49" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="59" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="8" />
+    <hkern g1="r,v,w,y,Thorn,yacute,ydieresis,racute,rcommaaccent,rcaron,wcircumflex,ycircumflex,wgrave,wacute,wdieresis"
+	g2="parenright,bracketright,braceright"
+	k="17" />
+    <hkern g1="g,k,x,gcircumflex,gbreve,gdotaccent,gcommaaccent,kcommaaccent,kgreenlandic,gcaron,f_k,c_k"
+	g2="Y,Yacute,Ydieresis"
+	k="12" />
+    <hkern g1="g,k,x,gcircumflex,gbreve,gdotaccent,gcommaaccent,kcommaaccent,kgreenlandic,gcaron,f_k,c_k"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="24" />
+    <hkern g1="g,k,x,gcircumflex,gbreve,gdotaccent,gcommaaccent,kcommaaccent,kgreenlandic,gcaron,f_k,c_k"
+	g2="x"
+	k="-10" />
+    <hkern g1="b,agrave,egrave,thorn"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="29" />
+    <hkern g1="b,agrave,egrave,thorn"
+	g2="Y,Yacute,Ydieresis"
+	k="37" />
+    <hkern g1="b,agrave,egrave,thorn"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="44" />
+    <hkern g1="b,agrave,egrave,thorn"
+	g2="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	k="20" />
+    <hkern g1="b,agrave,egrave,thorn"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="20" />
+    <hkern g1="b,agrave,egrave,thorn"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="20" />
+    <hkern g1="b,agrave,egrave,thorn"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="-10" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="49" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="Y,Yacute,Ydieresis"
+	k="54" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="54" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="7" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="x"
+	k="7" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	k="24" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="40" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="10" />
+    <hkern g1="e,o,p,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="-7" />
+    <hkern g1="L,Lacute,Lcommaaccent"
+	g2="Y,Yacute,Ydieresis"
+	k="49" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="63" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="Y,Yacute,Ydieresis"
+	k="73" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="112" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="34" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="65" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	k="73" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="12" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="a,g,s,aacute,ae,eacute,oacute,oslash,aogonek,cacute,edotaccent,uni022F"
+	k="12" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="parenright,bracketright,braceright"
+	k="12" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="plus,hyphen,less,equal,greater,asciitilde,guillemotleft,uni00AD,periodcentered,guillemotright,divide,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright"
+	k="37" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,uni0200,uni0202,Adieresis.alt"
+	g2="u"
+	k="34" />
+    <hkern g1="comma,period,underscore,enquad,emquad,enspace,emspace,threeperemspace,fourperemspace,sixperemspace,figurespace,punctuationspace,quotesinglbase,quotedblbase,ellipsis"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="61" />
+    <hkern g1="comma,period,underscore,enquad,emquad,enspace,emspace,threeperemspace,fourperemspace,sixperemspace,figurespace,punctuationspace,quotesinglbase,quotedblbase,ellipsis"
+	g2="Y,Yacute,Ydieresis"
+	k="73" />
+    <hkern g1="comma,period,underscore,enquad,emquad,enspace,emspace,threeperemspace,fourperemspace,sixperemspace,figurespace,punctuationspace,quotesinglbase,quotedblbase,ellipsis"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="73" />
+    <hkern g1="comma,period,underscore,enquad,emquad,enspace,emspace,threeperemspace,fourperemspace,sixperemspace,figurespace,punctuationspace,quotesinglbase,quotedblbase,ellipsis"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="10" />
+    <hkern g1="comma,period,underscore,enquad,emquad,enspace,emspace,threeperemspace,fourperemspace,sixperemspace,figurespace,punctuationspace,quotesinglbase,quotedblbase,ellipsis"
+	g2="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	k="122" />
+    <hkern g1="zero.inferior,one.inferior,two.inferior,three.inferior,four.inferior,five.inferior,six.inferior,seven.inferior,eight.inferior,nine.inferior,plus.inferior,minus.inferior,equal.inferior,a.inferior,e.inferior,o.inferior,x.inferior,uni2094"
+	g2="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	k="73" />
+    <hkern g1="zero.inferior,one.inferior,two.inferior,three.inferior,four.inferior,five.inferior,six.inferior,seven.inferior,eight.inferior,nine.inferior,plus.inferior,minus.inferior,equal.inferior,a.inferior,e.inferior,o.inferior,x.inferior,uni2094"
+	g2="two.superior,three.superior,one.superior,zero.superior,i.superior,four.superior,five.superior,six.superior,seven.superior,eight.superior,nine.superior,plus.superior,minus.superior,equal.superior,parenleft.superior,parenright.superior,n.superior,uni2098,uni2099,uniE0C0,uniE0C1,uniE0C2,uniE0C3,uniE0C4,uniE0C5,uniE0C6,uniE0CA,uniE0CC,uniE0CE,uniE0CF,q.superior,uniE0D3,uniE0D4,uniE0D5,uniE0D9,degree"
+	k="308" />
+    <hkern g1="hyphen,asciitilde,guillemotleft,guillemotright,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright,hyphen.cap"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="49" />
+    <hkern g1="hyphen,asciitilde,guillemotleft,guillemotright,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright,hyphen.cap"
+	g2="Y,Yacute,Ydieresis"
+	k="49" />
+    <hkern g1="hyphen,asciitilde,guillemotleft,guillemotright,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright,hyphen.cap"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="49" />
+    <hkern g1="hyphen,asciitilde,guillemotleft,guillemotright,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright,hyphen.cap"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="37" />
+    <hkern g1="hyphen,asciitilde,guillemotleft,guillemotright,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright,hyphen.cap"
+	g2="parenright,bracketright,braceright"
+	k="10" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE,uni0187,uni0193,uni019F,Ohorn,Gcaron,uni01EA,uni01EC,uni01F4,Oslashacute,uni020C,uni020E,uni022A,uni022C,uni022E,uni0230,zero.fitted,zero.slashfitted,six.fitted"
+	k="10" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="v,w,wcircumflex,wgrave,wacute,wdieresis,y,yacute,ydieresis"
+	k="17" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="24" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="17" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="a,g,s,aacute,ae,eacute,oacute,oslash,aogonek,cacute,edotaccent,uni022F"
+	k="12" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="J,j,Jcircumflex,jcircumflex"
+	k="-73" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="plus,hyphen,less,equal,greater,asciitilde,guillemotleft,uni00AD,periodcentered,guillemotright,divide,hyphentwo,hyphennobreak,figuredash,endash,emdash,horizontalbar,guilsinglleft,guilsinglright"
+	k="37" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="b,h,k,l,thorn,hcircumflex,hbar,kcommaaccent,lacute,lcommaaccent,lcaron,ldot,lslash,uni0180"
+	k="-12" />
+    <hkern g1="parenleft,bracketleft,braceleft"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-12" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="-37" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek"
+	g2="Y,Yacute,Ydieresis"
+	k="-24" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-24" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="59" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="24" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-24" />
+    <hkern g1="H,I,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Hbar,Imacron,Ibreve,Iogonek,Idotaccent,IJ,Jcircumflex,Nacute,Ncommaaccent,Ncaron,Eng"
+	g2="T,Tcedilla,Tcaron,Tcommaaccent"
+	k="-37" />
+    <hkern g1="H,I,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Hbar,Imacron,Ibreve,Iogonek,Idotaccent,IJ,Jcircumflex,Nacute,Ncommaaccent,Ncaron,Eng"
+	g2="Y,Yacute,Ydieresis"
+	k="-24" />
+    <hkern g1="H,I,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Hbar,Imacron,Ibreve,Iogonek,Idotaccent,IJ,Jcircumflex,Nacute,Ncommaaccent,Ncaron,Eng"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-24" />
+    <hkern g1="H,I,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Hbar,Imacron,Ibreve,Iogonek,Idotaccent,IJ,Jcircumflex,Nacute,Ncommaaccent,Ncaron,Eng"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-24" />
+    <hkern g1="F,P,uni01A4"
+	g2="V,W,Wcircumflex,Wgrave,Wacute,Wdieresis,uniE0E9,uniE0EA"
+	k="-24" />
+    <hkern g1="F,P,uni01A4"
+	g2="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	k="-24" />
+    <hkern g1="F,P,uni01A4"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="59" />
+    <hkern g1="F,P,uni01A4"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="24" />
+    <hkern g1="F,P,uni01A4"
+	g2="exclam,question,exclamdbl,interrobang,question_question,question_exclam,exclam_question"
+	k="-10" />
+    <hkern g1="F,P,uni01A4"
+	g2="b,h,k,l,thorn,hcircumflex,hbar,kcommaaccent,lacute,lcommaaccent,lcaron,ldot,lslash,uni0180"
+	k="-12" />
+    <hkern g1="F,P,uni01A4"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni01D3,uni01D5,uni01D7,uni01D9,uni01DB,uni0214,uni0216"
+	k="-49" />
+    <hkern g1="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,uni01CD,uni01DE,uni01E0,uni01E2,Aringacute,AEacute,uni0200,uni0202,uni0226,Adieresis.alt"
+	k="49" />
+    <hkern g1="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	g2="comma,period,quotesinglbase,onedotenleader,twodotenleader,ellipsis"
+	k="49" />
+    <hkern g1="quotedbl,quotesingle,asterisk,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,quotedblrev"
+	g2="e,c,o,d,q,ccedilla,eogonek,oe,uni0188,uni018D,ohorn,eturned,c_k,c_h"
+	k="24" />
+  </font>
+</defs></svg>
diff --git a/other/SourceCodePro-Regular.svg b/other/SourceCodePro-Regular.svg
new file mode 100644
--- /dev/null
+++ b/other/SourceCodePro-Regular.svg
@@ -0,0 +1,4062 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170730 at Thu Jun  9 07:20:48 2016
+ By tony day
+Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name `Source'.
+</metadata>
+<defs>
+<font id="SourceCodePro-Regular" horiz-adv-x="600" >
+  <font-face 
+    font-family="Source Code Pro"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="2 11 5 9 3 4 3 2 2 4"
+    ascent="750"
+    descent="-250"
+    x-height="486"
+    cap-height="656"
+    bbox="-193 -454 793 1060"
+    underline-thickness="50"
+    underline-position="-100"
+    unicode-range="U+0020-1F916"
+  />
+<missing-glyph 
+d="M62 0v660h476v-660h-476zM170 58h257l-73 132l-52 103h-4l-54 -103zM127 110l128 230l-128 232v-462zM298 387h4l49 94l66 119h-235l66 -119zM345 340l127 -230v462z" />
+    <glyph glyph-name="u1F3B5_uniFE0F" unicode="&#xfe0f;" 
+d="M178 -24q-41 0 -71 19t-30 57q0 23 11.5 44t32 37.5t49.5 26t64 9.5q20 0 37 -3.5t24 -8.5v537h50q4 -10 8 -17.5t11.5 -15t19.5 -17t31 -22.5q34 -24 56 -47t35 -46.5t18 -49t5 -53.5q0 -39 -10.5 -73.5t-21.5 -57.5l-35 13q8 24 10.5 44.5t2.5 47.5q0 48 -32.5 89.5
+t-92.5 60.5v-407q0 -41 -14 -72.5t-37.5 -52.5t-55 -31.5t-65.5 -10.5z" />
+    <glyph glyph-name="u1F3B5_uniFE0F" unicode="&#xfe0f;" 
+d="M178 -24q-41 0 -71 19t-30 57q0 23 11.5 44t32 37.5t49.5 26t64 9.5q20 0 37 -3.5t24 -8.5v537h50q4 -10 8 -17.5t11.5 -15t19.5 -17t31 -22.5q34 -24 56 -47t35 -46.5t18 -49t5 -53.5q0 -39 -10.5 -73.5t-21.5 -57.5l-35 13q8 24 10.5 44.5t2.5 47.5q0 48 -32.5 89.5
+t-92.5 60.5v-407q0 -41 -14 -72.5t-37.5 -52.5t-55 -31.5t-65.5 -10.5z" />
+    <glyph glyph-name="u1F3B6_uniFE0F" unicode="&#xfe0f;" 
+d="M104 -24q-40 0 -70 19t-30 57q0 23 11 44t30.5 37.5t47.5 26t61 9.5q20 0 37 -3.5t24 -8.5v517l378 60v-539q0 -41 -13.5 -72t-36.5 -52t-53.5 -31.5t-63.5 -10.5q-40 0 -69.5 19t-29.5 57q0 23 11 44t30.5 37.5t47 26t60.5 9.5q20 0 37 -3.5t24 -8.5v363l-267 -42v-388
+q0 -41 -13.5 -72.5t-36.5 -52.5t-53 -31.5t-63 -10.5z" />
+    <glyph glyph-name="u1F3B6_uniFE0F" unicode="&#xfe0f;" 
+d="M104 -24q-40 0 -70 19t-30 57q0 23 11 44t30.5 37.5t47.5 26t61 9.5q20 0 37 -3.5t24 -8.5v517l378 60v-539q0 -41 -13.5 -72t-36.5 -52t-53.5 -31.5t-63.5 -10.5q-40 0 -69.5 19t-29.5 57q0 23 11 44t30.5 37.5t47 26t60.5 9.5q20 0 37 -3.5t24 -8.5v363l-267 -42v-388
+q0 -41 -13.5 -72.5t-36.5 -52.5t-53 -31.5t-63 -10.5z" />
+    <glyph glyph-name="uni2611_uniFE0F" unicode="&#xfe0f;" 
+d="M250 104q-28 77 -62.5 145t-77.5 132l56 38q37 -58 67.5 -121t50.5 -126h4q32 110 84.5 219t118.5 206h-473v-564h532v532q-68 -95 -123.5 -208.5t-90.5 -242.5zM-25 -10v630l61 51h508q51 67 108 124l54 -50l-40.5 -40.5t-40.5 -43.5v-610l-52 -61h-598z" />
+    <glyph glyph-name="uni2713_uniFE0F" unicode="&#xfe0f;" 
+d="M145 -20q-30 83 -66.5 154.5t-84.5 140.5l56 38q42 -63 75.5 -130.5t56.5 -134.5h4q27 89 66 178t87 171.5t103 155.5t114 131l54 -50q-59 -55 -115 -124.5t-105 -151.5t-90 -174.5t-69 -193.5z" />
+    <glyph glyph-name="uni2665_uniFE0F" unicode="&#xfe0f;" 
+d="M302 -12h-4q-90 97 -146.5 171t-88 135.5t-43 114t-11.5 106.5q0 49 11 86t30.5 62t46 37.5t57.5 12.5q49 0 86 -26.5t58 -93.5h4q21 67 58.5 93.5t85.5 26.5q31 0 57.5 -12.5t46 -37.5t30.5 -62t11 -86q0 -54 -11.5 -106.5t-43 -114t-88 -135.5t-146.5 -171z" />
+    <glyph glyph-name="uni2663_uniFE0F" unicode="&#xfe0f;" 
+d="M105 0v40q33 5 61 17t50 35.5t37.5 61.5t24.5 94h-7q-21 -50 -56.5 -68.5t-72.5 -18.5q-60 0 -96.5 42t-36.5 110q0 35 11 61.5t30 44t45 26.5t55 9q17 0 34 -4.5t40 -15.5l4 4q-25 22 -40 43.5t-22.5 41t-10 36t-2.5 29.5q0 27 11.5 50t31.5 39.5t46.5 26t57.5 9.5
+t57.5 -9.5t46.5 -26t31.5 -39.5t11.5 -50q0 -13 -2.5 -29.5t-10 -36t-22.5 -41t-40 -43.5l4 -4q23 11 40 15.5t34 4.5q29 0 55 -9t45 -26.5t30 -44t11 -61.5q0 -34 -9.5 -62t-27 -48t-42 -31t-54.5 -11q-19 0 -37.5 4.5t-35.5 14.5t-31.5 26.5t-24.5 41.5h-7q9 -56 24.5 -94
+t37.5 -61.5t50 -35.5t61 -17v-40h-390z" />
+    <glyph glyph-name="uni2666_uniFE0F" unicode="&#xfe0f;" 
+d="M302 -12h-4l-293 367v4l293 365h4l293 -365v-4z" />
+    <glyph glyph-name="uni2660_uniFE0F" unicode="&#xfe0f;" 
+d="M105 0v40q33 5 61 17t50 35.5t37.5 61.5t24.5 94h-7q-23 -52 -57 -71t-76 -19q-56 0 -92.5 33t-36.5 103q0 45 13 85t46 87.5t88.5 108.5t141.5 149h4q85 -88 141 -149t89 -108.5t46 -87.5t13 -85q0 -70 -36.5 -103t-92.5 -33q-42 0 -76 19t-57 71h-7q9 -56 24.5 -94
+t37.5 -61.5t50 -35.5t61 -17v-40h-390z" />
+    <glyph glyph-name="uni263A_uniFE0F" unicode="&#xfe0f;" 
+d="M300 39q-64 0 -117.5 21.5t-92 60.5t-60 92.5t-21.5 116.5t21.5 116.5t60 92.5t92 60.5t117.5 21.5t117.5 -21.5t92 -60.5t60 -92.5t21.5 -116.5t-21.5 -116.5t-60 -92.5t-92 -60.5t-117.5 -21.5zM300 84q53 0 97.5 18t76 50.5t49 77.5t17.5 100t-17.5 100t-49 77.5
+t-76 50.5t-97.5 18t-97.5 -18t-76 -50.5t-49 -77.5t-17.5 -100t17.5 -100t49 -77.5t76 -50.5t97.5 -18zM221 340q-23 0 -35.5 17.5t-12.5 46.5t12.5 46.5t35.5 17.5t36 -17.5t13 -46.5t-13 -46.5t-36 -17.5zM379 340q-23 0 -36 17.5t-13 46.5t13 46.5t36 17.5t35.5 -17.5
+t12.5 -46.5t-12.5 -46.5t-35.5 -17.5zM300 152q-66 0 -106.5 34.5t-48.5 95.5l34 13q14 -39 45 -57t76 -18t76 18t45 57l34 -13q-8 -61 -48.5 -95.5t-106.5 -34.5zM236 397q13 0 13 15t-13 15t-13 -15t13 -15zM393 397q13 0 13 15t-13 15q-12 0 -12 -15t12 -15z" />
+    <glyph glyph-name="uni263B_uniFE0F" unicode="&#xfe0f;" 
+d="M300 59q-60 0 -110 20.5t-86 56.5t-55.5 85.5t-19.5 108.5t19.5 108.5t55.5 85.5t86 56.5t110 20.5t110 -20.5t86 -56.5t55.5 -85.5t19.5 -108.5t-19.5 -108.5t-55.5 -85.5t-86 -56.5t-110 -20.5zM220 345q23 0 35 18t12 45q0 26 -12 44t-35 18t-35.5 -18t-12.5 -44
+q0 -27 12.5 -45t35.5 -18zM380 345q23 0 35.5 18t12.5 45q0 26 -12.5 44t-35.5 18t-35 -18t-12 -44q0 -27 12 -45t35 -18zM300 149q68 0 108 33t51 96l-34 13q-15 -39 -47 -58t-78 -19t-78 19t-47 58l-34 -13q11 -63 51 -96t108 -33zM208 394q-7 0 -12 4.5t-5 13.5t5 14
+t12 5q6 0 11 -5t5 -14t-5 -13.5t-11 -4.5zM368 394q-7 0 -12 4.5t-5 13.5t5 14t12 5t12 -5t5 -14t-5 -13.5t-12 -4.5z" />
+    <glyph glyph-name="uni2764_uniFE0F" unicode="&#xfe0f;" 
+d="M302 9h-4q-24 47 -60.5 78.5t-77.5 57.5t-82 51t-74.5 59t-54 82t-20.5 119q0 49 14.5 86.5t41 63t62.5 38.5t79 13q66 0 109.5 -29.5t62.5 -103.5h4q19 74 62.5 103.5t109.5 29.5q43 0 79 -13t62.5 -38.5t41 -63t14.5 -86.5q0 -71 -20.5 -119t-54 -82t-74.5 -59t-82 -51
+t-77.5 -57.5t-60.5 -78.5z" />
+    <glyph glyph-name="uni2615_uniFE0F" unicode="&#xfe0f;" 
+d="M248 39q-64 0 -115.5 23t-88 71t-56.5 121.5t-20 173.5q0 94 74 143.5t206 49.5q121 0 190 -39.5t83 -114.5q58 -11 92.5 -44.5t34.5 -102.5q0 -38 -15 -69t-40.5 -53.5t-59.5 -34.5t-72 -12q-35 -58 -91 -85t-122 -27zM248 80q61 0 110.5 24.5t76.5 81.5q42 0 73 11
+t51.5 29t30.5 42.5t10 51.5q0 46 -29 78t-88 32q0 72 -60.5 112t-174.5 40q-113 0 -173.5 -43.5t-60.5 -118.5q0 -90 17 -154t48 -105.5t74 -61t95 -19.5zM248 326q-93 0 -142.5 22t-73.5 62q15 47 71.5 74.5t144.5 27.5t145 -28t72 -74q-12 -20 -30 -35.5t-44 -26.5
+t-61 -16.5t-82 -5.5zM458 250q10 28 14.5 56t6.5 56q29 0 43 -10t14 -38q0 -32 -23 -48t-55 -16zM310 419q-43 29 -73 39.5t-58 10.5q-25 0 -38 -8t-13 -19q0 -8 6.5 -13.5t24.5 -9.5q-18 -5 -24.5 -10t-6.5 -13q0 -11 13 -19.5t38 -8.5q28 0 58 11t73 40zM314 419
+q23 -14 40 -18.5t26 -4.5q11 0 18.5 6t7.5 17t-7.5 16.5t-18.5 5.5q-9 0 -26 -4t-40 -18z" />
+    <glyph glyph-name="u1F4A9_uniFE0F" unicode="&#xfe0f;" 
+d="M300 14q-80 0 -137 6t-94.5 22.5t-55 44.5t-17.5 73q0 95 91 118q-18 14 -27 35.5t-9 54.5q0 54 30.5 83.5t78.5 38.5q-9 9 -15 20t-6 32q0 25 9.5 39.5t24.5 22.5t34.5 12.5t39.5 9.5t39 12.5t33 23.5q142 -39 142 -118q0 -20 -5 -31.5t-16 -22.5q48 -9 78.5 -38.5
+t30.5 -83.5q0 -33 -9 -54.5t-27 -35.5q91 -23 91 -118q0 -45 -17.5 -73t-55 -44.5t-95 -22.5t-136.5 -6zM300 109q63 0 100 28t43 87h-286q6 -59 43 -87t100 -28zM148 312l28 -2q2 35 10.5 50.5t26.5 15.5t27 -15.5t11 -50.5l28 2q-1 65 -17.5 92.5t-48.5 27.5t-48 -27.5
+t-17 -92.5zM321 312l28 -2q2 35 11 50.5t27 15.5t26.5 -15.5t10.5 -50.5l28 2q-1 65 -17 92.5t-48 27.5t-48.5 -27.5t-17.5 -92.5z" />
+    <glyph glyph-name="u1F916_uniFE0F" unicode="&#xfe0f;" 
+d="M300 39q-90 0 -159.5 42.5t-103.5 126.5q-63 12 -63 140q0 38 10.5 56.5t35.5 23.5q22 98 96 145.5t184 47.5t184 -47.5t96 -145.5q25 -5 35.5 -23.5t10.5 -56.5q0 -128 -63 -140q-34 -84 -103.5 -126.5t-159.5 -42.5zM300 84q51 0 95 16t76 48.5t50.5 82.5t18.5 119
+q0 61 -16.5 104t-48 70t-76 39.5t-99.5 12.5q-56 0 -100 -12.5t-75.5 -39.5t-48 -70t-16.5 -104q0 -69 18.5 -119t50.5 -82.5t76 -48.5t95 -16zM300 258q-98 0 -145.5 21t-47.5 75q0 83 51.5 121.5t141.5 38.5t141.5 -38.5t51.5 -121.5q0 -54 -47.5 -75t-145.5 -21zM147 332
+l32 -2q2 33 10 47.5t26 14.5t26 -14.5t10 -47.5l32 2q-2 65 -19 92.5t-49 27.5t-49 -27.5t-19 -92.5zM317 332l32 -2q2 33 10 47.5t26 14.5t26 -14.5t10 -47.5l32 2q-2 65 -19 92.5t-49 27.5t-49 -27.5t-19 -92.5zM300 149q-15 0 -26 5.5t-11 18.5q0 9 7 12t30 3t30 -3
+t7 -12q0 -13 -11 -18.5t-26 -5.5z" />
+    <glyph glyph-name="u1F512_uniFE0F" unicode="&#xfe0f;" 
+d="M85 -70l-40 36v518l40 36h46v153q0 88 44 135.5t125 47.5t125 -47.5t44 -135.5v-153h46l40 -36v-518l-40 -36h-430zM246 59l44 -20h20l44 20l-26 169q29 11 42.5 31.5t13.5 47.5q0 35 -24.5 59t-59.5 24t-59.5 -24t-24.5 -59q0 -27 13.5 -47.5t42.5 -31.5zM199 520h202
+v145q0 60 -25 93t-76 33t-76 -33t-25 -93v-145z" />
+    <glyph glyph-name=".notdef" 
+d="M62 0v660h476v-660h-476zM170 58h257l-73 132l-52 103h-4l-54 -103zM127 110l128 230l-128 232v-462zM298 387h4l49 94l66 119h-235l66 -119zM345 340l127 -230v462z" />
+    <glyph glyph-name="space" unicode=" " 
+ />
+    <glyph glyph-name="A" unicode="A" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85z" />
+    <glyph glyph-name="B" unicode="B" 
+d="M99 0v656h186q50 0 91.5 -9t71 -28t46 -49.5t16.5 -73.5q0 -49 -28 -88.5t-87 -54.5v-4q72 -11 112 -50t40 -107q0 -48 -18 -84t-50.5 -60t-78 -36t-100.5 -12h-201zM182 380h89q84 0 120.5 27t36.5 82q0 54 -38.5 75.5t-114.5 21.5h-93v-206zM182 70h106q85 0 131 29.5
+t46 96.5q0 61 -45 87.5t-132 26.5h-106v-240z" />
+    <glyph glyph-name="C" unicode="C" 
+d="M351 -12q-61 0 -113 23t-90.5 66.5t-60.5 107t-22 143.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19q45 0 80.5 19
+t67.5 54l47 -51q-39 -45 -88 -70t-115 -25z" />
+    <glyph glyph-name="D" unicode="D" 
+d="M87 0v656h162q149 0 226.5 -84t77.5 -241t-77.5 -244t-222.5 -87h-166zM170 68h73q113 0 168.5 69t55.5 194t-55.5 191t-168.5 66h-73v-520z" />
+    <glyph glyph-name="E" unicode="E" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416z" />
+    <glyph glyph-name="F" unicode="F" 
+d="M133 0v656h403v-70h-319v-222h270v-70h-270v-294h-84z" />
+    <glyph glyph-name="G" unicode="G" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22z" />
+    <glyph glyph-name="H" unicode="H" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84z" />
+    <glyph glyph-name="I" unicode="I" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="J" unicode="J" 
+d="M276 -12q-55 0 -108 26t-87 83l52 51q28 -45 65.5 -66t75.5 -21q71 0 103.5 37.5t32.5 118.5v370h-275v70h358v-447q0 -46 -11 -86.5t-36.5 -70.5t-67 -47.5t-102.5 -17.5z" />
+    <glyph glyph-name="K" unicode="K" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84z" />
+    <glyph glyph-name="L" unicode="L" 
+d="M134 0v656h82v-585h325v-71h-407z" />
+    <glyph glyph-name="M" unicode="M" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328q0 24 1.5 55.5t4 63.5t4.5 62t4 51h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2q2 -21 4.5 -51t4.5 -62t3.5 -63.5t1.5 -55.5v-328h-78z" />
+    <glyph glyph-name="N" unicode="N" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80z" />
+    <glyph glyph-name="O" unicode="O" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5z" />
+    <glyph glyph-name="P" unicode="P" 
+d="M102 0v656h198q54 0 99 -10t77 -32.5t49.5 -59.5t17.5 -91q0 -52 -17.5 -90t-50 -63t-77 -37.5t-98.5 -12.5h-115v-260h-83zM185 328h105q87 0 128 32.5t41 102.5q0 71 -42 98.5t-127 27.5h-105v-261z" />
+    <glyph glyph-name="Q" unicode="Q" 
+d="M300 57q76 0 120.5 72t44.5 202q0 124 -44.5 195t-120.5 71t-120.5 -71t-44.5 -195q0 -130 44.5 -202t120.5 -72zM481 -163q-87 0 -142 44t-79 110q-48 8 -86.5 35t-66 70.5t-42.5 102.5t-15 132q0 79 18 142t51 106.5t79 66.5t102 23t102 -23t79 -66.5t51 -106.5
+t18 -142q0 -71 -14.5 -129.5t-41 -101.5t-63.5 -70.5t-83 -36.5q17 -43 54 -64t88 -21q15 0 27.5 3t21.5 7l16 -67q-17 -6 -35 -10t-39 -4z" />
+    <glyph glyph-name="R" unicode="R" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244z" />
+    <glyph glyph-name="S" unicode="S" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5z" />
+    <glyph glyph-name="T" unicode="T" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84z" />
+    <glyph glyph-name="U" unicode="U" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14z" />
+    <glyph glyph-name="V" unicode="V" 
+d="M252 0l-209 656h88l106 -354q17 -59 31 -109t32 -108h4q9 29 17 55.5t15.5 52.5t15 53t15.5 56l105 354h85l-208 -656h-97z" />
+    <glyph glyph-name="W" unicode="W" 
+d="M110 0l-100 657h94l48 -412q2 -21 4 -38t3.5 -34.5t3 -36.5t2.5 -43h3q4 24 8 43t7.5 36.5t7.5 34.5t9 37l64 244h80l62 -244q5 -20 9 -37t7.5 -34.5t7 -36.5t8.5 -43h4q1 24 2.5 43t3 36.5t3 34.5t3.5 37l46 413h90l-96 -657h-104l-64 264q-8 30 -13.5 59t-10.5 59h-3
+q-5 -30 -10 -59t-13 -59l-64 -264h-102z" />
+    <glyph glyph-name="X" unicode="X" 
+d="M54 0l196 339l-183 317h92l92 -168q13 -23 25 -44.5t28 -50.5h4q14 29 24.5 50.5t22.5 44.5l90 168h88l-183 -321l196 -335h-92l-99 177q-14 24 -27.5 49.5t-30.5 55.5h-4q-14 -30 -27 -55.5t-26 -49.5l-98 -177h-88z" />
+    <glyph glyph-name="Y" unicode="Y" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84z" />
+    <glyph glyph-name="Z" unicode="Z" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474z" />
+    <glyph glyph-name="a" unicode="a" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5z" />
+    <glyph glyph-name="b" unicode="b" 
+d="M320 -12q-35 0 -75.5 17.5t-75.5 48.5h-3l-7 -54h-66v712h82v-194l-3 -94h3q33 34 76.5 54t86.5 20q49 0 87 -17.5t63.5 -50t38.5 -78t13 -101.5q0 -62 -18 -111t-48.5 -83t-70.5 -51.5t-83 -17.5zM307 57q32 0 59 13.5t47 38t31 60.5t11 81q0 40 -8 73t-24.5 56.5
+t-42.5 36.5t-62 13q-32 0 -68.5 -17.5t-74.5 -55.5v-242q35 -31 70.5 -44t61.5 -13z" />
+    <glyph glyph-name="c" unicode="c" 
+d="M346 -12q-57 0 -105.5 17t-84.5 49.5t-56 80t-20 107.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-41 -36 -90 -56t-103 -20z" />
+    <glyph glyph-name="d" unicode="d" 
+d="M271 -12q-48 0 -86.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18.5 106.5t49 80.5t70.5 51t83 18q44 0 78.5 -16.5t66.5 -46.5h3l-4 90v187h82v-712h-68l-7 64h-3q-30 -31 -71.5 -53.5t-86.5 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38
+t-32.5 -58.5t-12 -76q0 -88 37.5 -137t105.5 -49z" />
+    <glyph glyph-name="e" unicode="e" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37z" />
+    <glyph glyph-name="f" unicode="f" 
+d="M242 0v419h-139v62l139 5v41q0 89 47.5 143t148.5 54q72 0 140 -28l-19 -62q-30 14 -55.5 18.5t-57.5 4.5q-66 0 -94.5 -33.5t-28.5 -93.5v-44h204v-67h-204v-419h-81z" />
+    <glyph glyph-name="g" unicode="g" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5z" />
+    <glyph glyph-name="h" unicode="h" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82z" />
+    <glyph glyph-name="i" unicode="i" 
+d="M316 0v419h-226v67h308v-486h-82zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="j" unicode="j" 
+d="M194 -217q-38 0 -74 9.5t-65 23.5l27 61q26 -13 54.5 -20t56.5 -7q36 0 60 9t38 26t19.5 41.5t5.5 55.5v437h-226v67h308v-498q0 -45 -10 -82.5t-33.5 -65t-62.5 -42.5t-98 -15zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5
+z" />
+    <glyph glyph-name="k" unicode="k" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82z" />
+    <glyph glyph-name="l" unicode="l" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5z" />
+    <glyph glyph-name="m" unicode="m" 
+d="M58 0v486h66l7 -64h2q19 34 44 55t67 21q71 0 92 -84q21 39 46.5 61.5t67.5 22.5q51 0 79.5 -38.5t28.5 -111.5v-348h-82v342q0 85 -52 85q-26 0 -42 -18.5t-36 -56.5v-352h-76v342q0 42 -11.5 63.5t-38.5 21.5q-26 0 -44 -18.5t-36 -56.5v-352h-82z" />
+    <glyph glyph-name="n" unicode="n" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82z" />
+    <glyph glyph-name="o" unicode="o" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5z" />
+    <glyph glyph-name="p" unicode="p" 
+d="M93 -205v691h68l7 -62h3q34 32 78.5 53t89.5 21q49 0 86.5 -17.5t63 -50t38.5 -78t13 -102.5q0 -62 -18 -110.5t-48.5 -82.5t-70.5 -51.5t-84 -17.5q-34 0 -73.5 16.5t-71.5 46.5h-3l4 -92v-164h-82zM305 57q66 0 108 51t42 142q0 40 -8 73t-24.5 56.5t-42.5 36.5t-62 13
+q-32 0 -68.5 -17.5t-74.5 -55.5v-242q35 -31 70 -44t60 -13z" />
+    <glyph glyph-name="q" unicode="q" 
+d="M425 -205v177l4 90h-3q-30 -31 -70.5 -52.5t-85.5 -21.5q-47 0 -86 17t-66.5 49.5t-42.5 79.5t-15 108q0 59 18.5 106.5t49 80.5t70.5 51t83 18q45 0 80 -17t70 -49h3l7 54h66v-691h-82zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38
+t-32.5 -58.5t-12 -76q0 -88 37.5 -137t105.5 -49z" />
+    <glyph glyph-name="r" unicode="r" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82z" />
+    <glyph glyph-name="s" unicode="s" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5z" />
+    <glyph glyph-name="t" unicode="t" 
+d="M394 -12q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5z" />
+    <glyph glyph-name="u" unicode="u" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27z" />
+    <glyph glyph-name="v" unicode="v" 
+d="M256 0l-205 486h83l112 -276q15 -37 28.5 -72.5t26.5 -70.5h4q13 35 25.5 70.5t27.5 72.5l112 276h79l-201 -486h-92z" />
+    <glyph glyph-name="w" unicode="w" 
+d="M114 0l-106 486h82l58 -282q7 -35 12 -67t10 -67h4q5 35 12.5 67.5t15.5 66.5l60 252h82l58 -252q8 -35 16.5 -67t13.5 -67h4q6 35 10.5 67t11.5 67l58 282h76l-104 -486h-106l-56 232q-12 51 -24 144h-4q-12 -93 -24 -144l-54 -232h-106z" />
+    <glyph glyph-name="x" unicode="x" 
+d="M64 0l185 252l-171 234h91l77 -107q13 -20 27.5 -41t29.5 -41h4q14 20 28 42t27 42l73 105h87l-173 -241l186 -245h-90l-85 112q-15 21 -31.5 44t-32.5 44h-4q-15 -22 -30 -43.5t-30 -44.5l-80 -112h-88z" />
+    <glyph glyph-name="y" unicode="y" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13z" />
+    <glyph glyph-name="z" unicode="z" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33
+q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715
+q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5
+l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 699q-42 0 -69.5 24.5t-27.5 65.5q0 42 27.5 66.5t69.5 24.5t69.5 -24.5t27.5 -66.5q0 -41 -27.5 -65.5
+t-69.5 -24.5zM300 735q20 0 35.5 14t15.5 40t-15.5 40t-35.5 14q-22 0 -37 -14t-15 -40t15 -40t37 -14z" />
+    <glyph glyph-name="Aringacute" unicode="&#x1fa;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 699q-42 0 -69.5 24.5t-27.5 65.5q0 24 10 43t27 31l132 105l37 -50l-79 -42q30 -8 48.5 -31t18.5 -56
+q0 -41 -27.5 -65.5t-69.5 -24.5zM300 735q20 0 35.5 14t15.5 40t-15.5 40t-35.5 14q-22 0 -37 -14t-15 -40t15 -40t37 -14z" />
+    <glyph glyph-name="uni01CD" unicode="&#x1cd;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" 
+d="M515 -225q-44 0 -73.5 22.5t-29.5 68.5q0 23 8 43.5t20.5 37t28 30t30.5 23.5h-19l-62 200h-238l-63 -200h-85l221 656h94l221 -656q-38 -17 -64.5 -48t-26.5 -68q0 -26 16 -38.5t38 -12.5q17 0 29 6.5t21 14.5l26 -43q-17 -15 -40 -25.5t-52 -10.5zM232 367l-31 -100
+h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5z" />
+    <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27
+t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM421 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM179 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM415 754l-11 35q19 5 32 12.5t13 23.5
+q0 20 -16.5 28.5t-54.5 10.5l9 42q59 -2 89.5 -20t30.5 -53q0 -38 -28 -55.5t-64 -23.5z" />
+    <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM205 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4zM366 839q-24 0 -41 8t-31.5 17t-27.5 17t-28 8
+q-18 0 -26.5 -12t-11.5 -34l-45 5q2 38 20 64.5t59 26.5q24 0 41 -7.5t31.5 -17t27.5 -17t28 -7.5q18 0 26.5 12t11.5 34l45 -5q-2 -39 -20 -65.5t-59 -26.5z" />
+    <glyph glyph-name="uni1EAC" unicode="&#x1eac;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5
+t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EAE" unicode="&#x1eae;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l47 8q6 -37 30 -62.5t69 -25.5t69 25.5t30 62.5l47 -8
+q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5zM303 803l-41 29l95 116l53 -36z" />
+    <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l47 8q6 -37 30 -62.5t69 -25.5t69 25.5t30 62.5l47 -8
+q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5zM297 803l-107 109l53 36l95 -116z" />
+    <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l47 8q6 -37 30 -62.5t69 -25.5t69 25.5t30 62.5l47 -8
+q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5zM277 800l-10 35q18 5 31 12.5t13 23.5q0 20 -16.5 28.5t-53.5 10.5l8 42q59 -2 90 -20t31 -53q0 -19 -8 -32.5t-20.5 -23t-29.5 -15t-35 -8.5z" />
+    <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 708q-35 0 -60.5 8.5t-43 23.5t-27 34t-12.5 40l46 8q5 -27 28 -48t69 -21t69 21t28 48l46 -8
+q-3 -21 -12.5 -40t-27 -34t-43 -23.5t-60.5 -8.5zM366 843q-24 0 -41 8t-31.5 17t-27.5 17t-28 8q-18 0 -26.5 -12t-11.5 -35l-45 5q2 39 20 65.5t59 26.5q24 0 41 -8t31.5 -17t27.5 -17t28 -8q18 0 26.5 12t11.5 34l45 -5q-2 -38 -20 -64.5t-59 -26.5z" />
+    <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5
+l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" 
+d="M231 377l-46 -119h132v332h-3q-20 -54 -41.5 -106.5t-41.5 -106.5zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87z" />
+    <glyph glyph-name="AEacute" unicode="&#x1fc;" 
+d="M231 377l-46 -119h132v332h-3q-20 -54 -41.5 -106.5t-41.5 -106.5zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87zM391 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni01E2" unicode="&#x1e2;" 
+d="M231 377l-46 -119h132v332h-3q-20 -54 -41.5 -106.5t-41.5 -106.5zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87zM286 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni0243" unicode="&#x243;" 
+d="M105 0v162h-79v56l79 6v432h186q50 0 91.5 -9t71 -28t46 -49.5t16.5 -73.5q0 -49 -28 -88.5t-87 -54.5v-4q72 -11 112 -50t40 -107q0 -48 -18 -84t-50.5 -60t-78 -36t-100.5 -12h-201zM188 70h106q85 0 131 29.5t46 96.5q0 61 -45 87.5t-132 26.5h-106v-86h142v-62h-142
+v-92zM188 380h89q84 0 120.5 27t36.5 82q0 54 -38.5 75.5t-114.5 21.5h-93v-206z" />
+    <glyph glyph-name="uni1E06" unicode="&#x1e06;" 
+d="M99 0v656h186q50 0 91.5 -9t71 -28t46 -49.5t16.5 -73.5q0 -49 -28 -88.5t-87 -54.5v-4q72 -11 112 -50t40 -107q0 -48 -18 -84t-50.5 -60t-78 -36t-100.5 -12h-201zM182 380h89q84 0 120.5 27t36.5 82q0 54 -38.5 75.5t-114.5 21.5h-93v-206zM182 70h106q85 0 131 29.5
+t46 96.5q0 61 -45 87.5t-132 26.5h-106v-240zM174 -169v57h266v-57h-266z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" 
+d="M351 -12q-61 0 -113 23t-90.5 66.5t-60.5 107t-22 143.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19q45 0 80.5 19
+t67.5 54l47 -51q-39 -45 -88 -70t-115 -25zM263 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" 
+d="M351 -12q-61 0 -113 23t-90.5 66.5t-60.5 107t-22 143.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19q45 0 80.5 19
+t67.5 54l47 -51q-39 -45 -88 -70t-115 -25zM317 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" 
+d="M351 -12q-61 0 -113 23t-90.5 66.5t-60.5 107t-22 143.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19q45 0 80.5 19
+t67.5 54l47 -51q-39 -45 -88 -70t-115 -25zM234 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" 
+d="M351 -12q-61 0 -113 23t-90.5 66.5t-60.5 107t-22 143.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19q45 0 80.5 19
+t67.5 54l47 -51q-39 -45 -88 -70t-115 -25zM303 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" 
+d="M351 -12q-61 0 -113 23t-90.5 66.5t-60.5 107t-22 143.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19q45 0 80.5 19
+t67.5 54l47 -51q-39 -45 -88 -70t-115 -25zM346 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" 
+d="M87 0v656h162q149 0 226.5 -84t77.5 -241t-77.5 -244t-222.5 -87h-166zM170 68h73q113 0 168.5 69t55.5 194t-55.5 191t-168.5 66h-73v-520zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni1E0C" unicode="&#x1e0c;" 
+d="M87 0v656h162q149 0 226.5 -84t77.5 -241t-77.5 -244t-222.5 -87h-166zM170 68h73q113 0 168.5 69t55.5 194t-55.5 191t-168.5 66h-73v-520zM295 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E0E" unicode="&#x1e0e;" 
+d="M87 0v656h162q149 0 226.5 -84t77.5 -241t-77.5 -244t-222.5 -87h-166zM170 68h73q113 0 168.5 69t55.5 194t-55.5 191t-168.5 66h-73v-520zM162 -169v57h266v-57h-266z" />
+    <glyph glyph-name="uni1E10" unicode="&#x1e10;" 
+d="M87 0v656h162q149 0 226.5 -84t77.5 -241t-77.5 -244t-222.5 -87h-166zM170 68h73q113 0 168.5 69t55.5 194t-55.5 191t-168.5 66h-73v-520zM200 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5
+t-122.5 -25.5z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" 
+d="M87 0v314h-75v56l75 6v280h162q149 0 226.5 -84t77.5 -241t-77.5 -244t-222.5 -87h-166zM170 68h73q112 0 167.5 69t55.5 194t-55.5 191t-167.5 66h-73v-212h144v-62h-144v-246z" />
+    <glyph glyph-name="uni018A" unicode="&#x18a;" 
+d="M209 0v595q-57 -11 -86 -51t-29 -95q0 -48 19 -77t57 -52l-40 -58q-51 26 -80.5 70t-29.5 113q0 48 15.5 89t47 71t78 46.5t108.5 16.5q151 0 224.5 -86t73.5 -244q0 -162 -68.5 -250t-190.5 -88h-99zM292 68h21q82 0 125 70.5t43 199.5q0 122 -44.5 189t-144.5 72v-531z
+" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM360 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM302 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM219 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM288 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM240 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM422 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM197 735v57h268v-57h-268z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM331 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM331 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" 
+d="M462 -225q-45 0 -74 22.5t-29 68.5q0 45 26.5 79.5t59.5 54.5h-330v656h405v-70h-321v-206h271v-71h-271v-238h331v-71h-4q-19 -3 -37.5 -14t-33 -27t-23.5 -35.5t-9 -39.5q0 -26 17 -38.5t38 -12.5q16 0 28 6.5t22 14.5l25 -43q-17 -15 -39.5 -25.5t-51.5 -10.5z" />
+    <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM333 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EBA" unicode="&#x1eba;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM299 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM406 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM452 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM210 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM446 754l-11 35q19 5 32 12.5t13 23.5q0 20 -16.5 28.5t-54.5 10.5l9 42q59 -2 89.5 -20t30.5 -53q0 -38 -28 -55.5t-64 -23.5z" />
+    <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM236 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4zM397 839q-24 0 -41 8t-31.5 17t-27.5 17t-28 8q-18 0 -26.5 -12t-11.5 -34l-45 5q2 38 20 64.5t59 26.5q24 0 41 -7.5t31.5 -17t27.5 -17t28 -7.5
+q18 0 26.5 12t11.5 34l45 -5q-2 -39 -20 -65.5t-59 -26.5z" />
+    <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM219 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4zM333 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E16" unicode="&#x1e16;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM197 735v57h268v-57h-268zM313 827l-31 38l121 103l39 -48z" />
+    <glyph glyph-name="uni01F4" unicode="&#x1f4;" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM301 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM218 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM330 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM330 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni0122" unicode="&#x122;" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM243 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="Gcaron" unicode="&#x1e6;" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM287 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni1E20" unicode="&#x1e20;" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM196 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni00470303" 
+d="M337 -12q-62 0 -114 23t-90 66.5t-59 107t-21 143.5q0 79 21.5 142.5t60 107t92 67t117.5 23.5q33 0 60 -7t49.5 -18.5t40 -25.5t31.5 -29l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54
+t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22zM405 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5
+t-72 -32.5z" />
+    <glyph glyph-name="uni0193" unicode="&#x193;" 
+d="M525 588l-47 -53q-24 26 -55 43t-79 17q-46 0 -83.5 -18.5t-64.5 -53t-41.5 -83.5t-14.5 -110q0 -62 13.5 -111.5t39 -84.5t63.5 -54t86 -19q35 0 65 10.5t49 28.5v171h-131v69h208v-276q-31 -32 -81.5 -54t-114.5 -22q-62 0 -114 23t-90 66.5t-59 107t-21 143.5
+q0 79 21.5 142.5t60 107t92 67t117.5 23.5q22 0 41.5 -3.5t36.5 -8.5q-7 20 -7 43q0 47 30.5 76t80.5 29q20 0 35.5 -4t27.5 -9l-16 -63q-8 3 -15.5 6t-18.5 3q-26 0 -40 -15.5t-14 -38.5q0 -27 10 -46.5t30 -48.5z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni1E26" unicode="&#x1e26;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="uni1E24" unicode="&#x1e24;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E28" unicode="&#x1e28;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM36 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E2A" unicode="&#x1e2a;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84zM300 -230q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z
+" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" 
+d="M10 484v56l69 6v110h84v-110h274v110h84v-110h69v-62h-69v-484h-84v309h-274v-309h-84v484h-69zM163 381h274v103h-274v-103z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM300 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni01CF" unicode="&#x1cf;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" 
+d="M311 -225q-44 0 -73.5 22.5t-29.5 68.5q0 42 23 76t48 58h-184v71h163v515h-163v70h410v-70h-163v-515h163v-71h-158q-38 -29 -56 -58.5t-18 -57.5q0 -26 17 -38.5t37 -12.5q17 0 29 6.5t21 14.5l25 -43q-17 -15 -39.5 -25.5t-51.5 -10.5z" />
+    <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni1ECA" unicode="&#x1eca;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" 
+d="M276 -12q-55 0 -108 26t-87 83l52 51q28 -45 65.5 -66t75.5 -21q71 0 103.5 37.5t32.5 118.5v370h-275v70h358v-447q0 -46 -11 -86.5t-36.5 -70.5t-67 -47.5t-102.5 -17.5zM212 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni0136" unicode="&#x136;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84zM251 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E32" unicode="&#x1e32;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84zM338 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E34" unicode="&#x1e34;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84zM205 -169v57h266v-57h-266z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" 
+d="M134 0v656h82v-585h325v-71h-407zM161 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" 
+d="M134 0v656h82v-585h325v-71h-407zM382 515l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni013B" unicode="&#x13b;" 
+d="M134 0v656h82v-585h325v-71h-407zM262 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E36" unicode="&#x1e36;" 
+d="M134 0v656h82v-585h325v-71h-407zM349 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E38" unicode="&#x1e38;" 
+d="M134 0v656h82v-585h325v-71h-407zM56 735v57h268v-57h-268zM349 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E3A" unicode="&#x1e3a;" 
+d="M134 0v656h82v-585h325v-71h-407zM216 -169v57h266v-57h-266z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" 
+d="M39 181l-29 53l124 66v356h82v-319l211 113l29 -53l-240 -128v-198h325v-71h-407v233z" />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" 
+d="M134 0v656h82v-585h325v-71h-407zM467 287q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E3E" unicode="&#x1e3e;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328q0 24 1.5 55.5t4 63.5t4.5 62t4 51h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2q2 -21 4.5 -51t4.5 -62t3.5 -63.5t1.5 -55.5v-328h-78zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni1E40" unicode="&#x1e40;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328q0 24 1.5 55.5t4 63.5t4.5 62t4 51h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2q2 -21 4.5 -51t4.5 -62t3.5 -63.5t1.5 -55.5v-328h-78zM300 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5
+t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni1E42" unicode="&#x1e42;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328q0 24 1.5 55.5t4 63.5t4.5 62t4 51h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2q2 -21 4.5 -51t4.5 -62t3.5 -63.5t1.5 -55.5v-328h-78zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5
+t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM281 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni01F8" unicode="&#x1f8;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM339 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM267 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM385 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5
+t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="uni0145" unicode="&#x145;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM213 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z
+" />
+    <glyph glyph-name="uni1E44" unicode="&#x1e44;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM310 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni1E46" unicode="&#x1e46;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E48" unicode="&#x1e48;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80zM167 -169v57h266v-57h-266z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11
+q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5
+t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM228 703l-43 21l92 152l57 -32zM388 703l-43 21l93 152l56 -32z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28
+t-61 -10.5z" />
+    <glyph glyph-name="uni01D1" unicode="&#x1d1;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni01EA" unicode="&#x1ea;" 
+d="M318 -225q-45 0 -74 22.5t-29 68.5q0 40 21.5 70t49.5 53q-58 4 -102.5 32t-74.5 73t-45.5 105.5t-15.5 131.5q0 79 18.5 141.5t52 106t79.5 66.5t102 23q55 0 101.5 -23.5t80 -67t52 -106t18.5 -140.5q0 -132 -46.5 -214t-134.5 -119q-46 -20 -69 -51.5t-23 -62.5
+q0 -26 17 -38.5t38 -12.5q16 0 28 6.5t22 14.5l25 -43q-17 -15 -39.5 -25.5t-51.5 -10.5zM300 60q75 0 120.5 71t45.5 200q0 62 -12 111t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -129 45.5 -200t120.5 -71z" />
+    <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1ECE" unicode="&#x1ece;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM421 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM179 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM415 754l-11 35q19 5 32 12.5t13 23.5q0 20 -16.5 28.5t-54.5 10.5l9 42q59 -2 89.5 -20t30.5 -53
+q0 -38 -28 -55.5t-64 -23.5z" />
+    <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM205 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4zM366 839q-24 0 -41 8t-31.5 17t-27.5 17t-28 8q-18 0 -26.5 -12t-11.5 -34l-45 5q2 38 20 64.5
+t59 26.5q24 0 41 -7.5t31.5 -17t27.5 -17t28 -7.5q18 0 26.5 12t11.5 34l45 -5q-2 -39 -20 -65.5t-59 -26.5z" />
+    <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5
+z" />
+    <glyph glyph-name="Ohorn" unicode="&#x1a0;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q62 0 111 -28q78 16 78 86q0 15 -4 30.5t-11 27.5l65 29q11 -17 17 -37.5t6 -43.5q0 -51 -28 -82.5t-76 -43.5q45 -43 69.5 -112t24.5 -163q0 -81 -18.5 -144.5
+t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5z" />
+    <glyph glyph-name="uni1EDA" unicode="&#x1eda;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q62 0 111 -28q78 16 78 86q0 15 -4 30.5t-11 27.5l65 29q11 -17 17 -37.5t6 -43.5q0 -51 -28 -82.5t-76 -43.5q45 -43 69.5 -112t24.5 -163q0 -81 -18.5 -144.5
+t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni1EDC" unicode="&#x1edc;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q62 0 111 -28q78 16 78 86q0 15 -4 30.5t-11 27.5l65 29q11 -17 17 -37.5t6 -43.5q0 -51 -28 -82.5t-76 -43.5q45 -43 69.5 -112t24.5 -163q0 -81 -18.5 -144.5
+t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni1EDE" unicode="&#x1ede;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q62 0 111 -28q78 16 78 86q0 15 -4 30.5t-11 27.5l65 29q11 -17 17 -37.5t6 -43.5q0 -51 -28 -82.5t-76 -43.5q45 -43 69.5 -112t24.5 -163q0 -81 -18.5 -144.5
+t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48
+q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q62 0 111 -28q78 16 78 86q0 15 -4 30.5t-11 27.5l65 29q11 -17 17 -37.5t6 -43.5q0 -51 -28 -82.5t-76 -43.5q45 -43 69.5 -112t24.5 -163q0 -81 -18.5 -144.5
+t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM356 709q-28 0 -48 11t-36.5 24.5t-31 24.5
+t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q62 0 111 -28q78 16 78 86q0 15 -4 30.5t-11 27.5l65 29q11 -17 17 -37.5t6 -43.5q0 -51 -28 -82.5t-76 -43.5q45 -43 69.5 -112t24.5 -163q0 -81 -18.5 -144.5
+t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5
+t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E52" unicode="&#x1e52;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM166 735v57h268v-57h-268zM282 827l-31 38l121 103l39 -48z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" 
+d="M300 -12q-89 0 -154 60l-54 -80l-56 36l67 98q-26 43 -40.5 100.5t-14.5 128.5q0 79 18.5 142t52 106t79.5 66t102 23q87 0 152 -57l52 77l56 -36l-64 -94q27 -42 41.5 -99t14.5 -128q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM134 331q0 -87 23 -150
+l249 364q-44 50 -106 50q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 89 -24 149l-250 -365q43 -54 108 -54z" />
+    <glyph glyph-name="Oslashacute" unicode="&#x1fe;" 
+d="M300 -12q-89 0 -154 60l-54 -80l-56 36l67 98q-26 43 -40.5 100.5t-14.5 128.5q0 79 18.5 142t52 106t79.5 66t102 23q87 0 152 -57l52 77l56 -36l-64 -94q27 -42 41.5 -99t14.5 -128q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM134 331q0 -87 23 -150
+l249 364q-44 50 -106 50q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 89 -24 149l-250 -365q43 -54 108 -54zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="OE" unicode="&#x152;" 
+d="M296 0q-125 0 -194 86.5t-69 244.5q0 157 70.5 241.5t195.5 84.5h282v-70h-194v-207h148v-71h-148v-238h204v-71h-295zM289 68h22v520h-22q-86 0 -128 -66t-42 -191q0 -126 42 -194.5t128 -68.5z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244zM275 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244zM261 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z
+" />
+    <glyph glyph-name="uni1E58" unicode="&#x1e58;" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244zM304 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5
+t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni0156" unicode="&#x156;" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244zM233 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38
+q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E5A" unicode="&#x1e5a;" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244zM320 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5
+t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E5C" unicode="&#x1e5c;" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244zM170 735v57h268v-57h-268zM320 -214q-28 0 -47 17.5t-19 46.5
+t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E5E" unicode="&#x1e5e;" 
+d="M100 0v656h204q50 0 92 -9.5t72.5 -31.5t47.5 -57t17 -86q0 -77 -40 -123t-107 -63l167 -286h-95l-158 277h-117v-277h-83zM183 345h109q77 0 117.5 31.5t40.5 95.5q0 65 -40.5 91t-117.5 26h-109v-244zM187 -169v57h266v-57h-266z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM287 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM204 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM273 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Scarondot" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM316 821q-22 0 -37 14.5t-15 37.5t15 37.5t37 14.5t37 -14.5t15 -37.5
+t-15 -37.5t-37 -14.5zM273 706l-108 109l28 30l121 -92h4l121 92l28 -30l-108 -109h-86z" />
+    <glyph glyph-name="uni015E" unicode="&#x15e;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM232 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54
+l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni0218" unicode="&#x218;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM226 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38
+q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E60" unicode="&#x1e60;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM316 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5
+t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni1E62" unicode="&#x1e62;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5zM313 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5
+t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E9E" unicode="&#x1e9e;" 
+d="M390 -12q-49 0 -91 19t-70 54l40 53q25 -29 52 -42.5t62 -13.5q46 0 72.5 30.5t26.5 78.5q0 24 -7.5 45.5t-27 40t-53 33t-84.5 24.5l-6 54l124 154q-17 42 -48.5 61.5t-74.5 19.5q-65 0 -104 -45t-39 -141v-413h-84v428q0 55 16 99.5t45 75.5t71 48t95 17q84 0 135 -42
+t75 -112l-121 -151q49 -15 83 -34.5t54 -44t29 -54t9 -63.5q0 -38 -12 -71t-35.5 -57t-56.5 -37.5t-75 -13.5z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni0162" unicode="&#x162;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM213 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni021A" unicode="&#x21a;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM213 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E6C" unicode="&#x1e6c;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E6E" unicode="&#x1e6e;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84zM167 -169v57h266v-57h-266z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" 
+d="M116 306v58l90 4h52v218h-216v70h516v-70h-216v-218h142v-62h-142v-306h-84v306h-142z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM188 699l-36 26l105 113h86l105 -113l-36 -26
+l-110 93h-4z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11
+q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5
+t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM166 735v57h268v-57h-268z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5
+l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM300 699q-42 0 -69.5 24.5t-27.5 65.5
+q0 42 27.5 66.5t69.5 24.5t69.5 -24.5t27.5 -66.5q0 -41 -27.5 -65.5t-69.5 -24.5zM300 735q20 0 35.5 14t15.5 40t-15.5 40t-35.5 14q-22 0 -37 -14t-15 -40t15 -40t37 -14z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM228 703l-43 21l92 152l57 -32zM388 703l-43 21
+l93 152l56 -32z" />
+    <glyph glyph-name="uni01D3" unicode="&#x1d3;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM257 706l-105 113l36 26l110 -92h4l110 92l36 -26
+l-105 -113h-86z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" 
+d="M318 -225q-45 0 -74 22.5t-29 68.5q0 21 6.5 39.5t16.5 34t22 28t22 21.5q-93 5 -148 68t-55 191v408h84v-410q0 -51 10.5 -86.5t28.5 -57t43 -31.5t55 -10t55.5 10t44 31.5t29.5 57t11 86.5v410h81v-408q0 -106 -35 -163.5t-103 -84.5q-59 -24 -81.5 -55t-22.5 -61
+q0 -26 17 -38.5t38 -12.5q16 0 28 6.5t22 14.5l25 -43q-17 -15 -39.5 -25.5t-51.5 -10.5z" />
+    <glyph glyph-name="uni01D5" unicode="&#x1d5;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5
+t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM166 861v46h268v-46h-268z" />
+    <glyph glyph-name="uni01D7" unicode="&#x1d7;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5
+t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM299 823l-37 26l95 119l53 -36z" />
+    <glyph glyph-name="uni01D9" unicode="&#x1d9;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5
+t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM264 839l-99 96l33 27l100 -75h4l100 75l33 -27l-99 -96h-72z" />
+    <glyph glyph-name="uni01DB" unicode="&#x1db;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5
+t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM301 823l-111 109l53 36l95 -119z" />
+    <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5
+t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h81v-408q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48
+q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="Uhorn" unicode="&#x1af;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h33q41 5 62.5 23t21.5 60q0 15 -4 30.5t-11 27.5l65 28q11 -17 17 -37t6 -43q0 -58 -31.5 -86t-77.5 -39v-372
+q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14z" />
+    <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h33q41 5 62.5 23t21.5 60q0 15 -4 30.5t-11 27.5l65 28q11 -17 17 -37t6 -43q0 -58 -31.5 -86t-77.5 -39v-372
+q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni1EEA" unicode="&#x1eea;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h33q41 5 62.5 23t21.5 60q0 15 -4 30.5t-11 27.5l65 28q11 -17 17 -37t6 -43q0 -58 -31.5 -86t-77.5 -39v-372
+q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni1EEC" unicode="&#x1eec;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h33q41 5 62.5 23t21.5 60q0 15 -4 30.5t-11 27.5l65 28q11 -17 17 -37t6 -43q0 -58 -31.5 -86t-77.5 -39v-372
+q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni1EEE" unicode="&#x1eee;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h33q41 5 62.5 23t21.5 60q0 15 -4 30.5t-11 27.5l65 28q11 -17 17 -37t6 -43q0 -58 -31.5 -86t-77.5 -39v-372
+q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" 
+d="M301 -12q-48 0 -89 14t-70.5 45.5t-46 80.5t-16.5 120v408h84v-410q0 -51 10.5 -86.5t29 -57t43.5 -31.5t55 -10t55 10t44 31.5t29.5 57t10.5 86.5v410h33q41 5 62.5 23t21.5 60q0 15 -4 30.5t-11 27.5l65 28q11 -17 17 -37t6 -43q0 -58 -31.5 -86t-77.5 -39v-372
+q0 -71 -16.5 -120t-45.5 -80.5t-69.5 -45.5t-88.5 -14zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E7E" unicode="&#x1e7e;" 
+d="M252 0l-209 656h88l106 -354q17 -59 31 -109t32 -108h4q9 29 17 55.5t15.5 52.5t15 53t15.5 56l105 354h85l-208 -656h-97zM302 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="Wgrave" unicode="&#x1e80;" 
+d="M110 0l-100 657h94l48 -412q2 -21 4 -38t3.5 -34.5t3 -36.5t2.5 -43h3q4 24 8 43t7.5 36.5t7.5 34.5t9 37l64 244h80l62 -244q5 -20 9 -37t7.5 -34.5t7 -36.5t8.5 -43h4q1 24 2.5 43t3 36.5t3 34.5t3.5 37l46 413h90l-96 -657h-104l-64 264q-8 30 -13.5 59t-10.5 59h-3
+q-5 -30 -10 -59t-13 -59l-64 -264h-102zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Wacute" unicode="&#x1e82;" 
+d="M110 0l-100 657h94l48 -412q2 -21 4 -38t3.5 -34.5t3 -36.5t2.5 -43h3q4 24 8 43t7.5 36.5t7.5 34.5t9 37l64 244h80l62 -244q5 -20 9 -37t7.5 -34.5t7 -36.5t8.5 -43h4q1 24 2.5 43t3 36.5t3 34.5t3.5 37l46 413h90l-96 -657h-104l-64 264q-8 30 -13.5 59t-10.5 59h-3
+q-5 -30 -10 -59t-13 -59l-64 -264h-102zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" 
+d="M110 0l-100 657h94l48 -412q2 -21 4 -38t3.5 -34.5t3 -36.5t2.5 -43h3q4 24 8 43t7.5 36.5t7.5 34.5t9 37l64 244h80l62 -244q5 -20 9 -37t7.5 -34.5t7 -36.5t8.5 -43h4q1 24 2.5 43t3 36.5t3 34.5t3.5 37l46 413h90l-96 -657h-104l-64 264q-8 30 -13.5 59t-10.5 59h-3
+q-5 -30 -10 -59t-13 -59l-64 -264h-102zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Wdieresis" unicode="&#x1e84;" 
+d="M110 0l-100 657h94l48 -412q2 -21 4 -38t3.5 -34.5t3 -36.5t2.5 -43h3q4 24 8 43t7.5 36.5t7.5 34.5t9 37l64 244h80l62 -244q5 -20 9 -37t7.5 -34.5t7 -36.5t8.5 -43h4q1 24 2.5 43t3 36.5t3 34.5t3.5 37l46 413h90l-96 -657h-104l-64 264q-8 30 -13.5 59t-10.5 59h-3
+q-5 -30 -10 -59t-13 -59l-64 -264h-102zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Ygrave" unicode="&#x1ef2;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5
+t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="uni1E8E" unicode="&#x1e8e;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM300 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66
+l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM288 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM274 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM317 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni1E90" unicode="&#x1e90;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM205 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni1E92" unicode="&#x1e92;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM310 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E94" unicode="&#x1e94;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474zM177 -169v57h266v-57h-266z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" 
+d="M87 0v314h-75v56l75 6v280h162q149 0 226.5 -84t77.5 -241t-77.5 -244t-222.5 -87h-166zM170 68h73q112 0 167.5 69t55.5 194t-55.5 191t-167.5 66h-73v-212h144v-62h-144v-246z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" 
+d="M101 0v656h84v-110h118q54 0 99 -10t76.5 -33t49 -59.5t17.5 -90.5q0 -52 -17.5 -90.5t-49.5 -63.5t-76.5 -37t-98.5 -12h-118v-150h-84zM185 218h107q87 0 128.5 32t41.5 103t-42.5 98t-127.5 27h-107v-260z" />
+    <glyph glyph-name="uni018F" unicode="&#x18f;" 
+d="M300 -12q-55 0 -99.5 24.5t-76 68.5t-48.5 106.5t-17 139.5v11.5t1 11.5h407q-4 118 -47 182t-123 64q-41 0 -74 -16t-58 -42l-40 57q31 32 74.5 52.5t101.5 20.5t104 -23.5t78.5 -67t49.5 -106t17 -141.5t-18.5 -142t-51.5 -107.5t-79 -68.5t-101 -24zM300 60
+q69 0 113.5 57t52.5 169h-325q8 -114 49 -170t110 -56z" />
+    <glyph glyph-name="Eng" unicode="&#x14a;" 
+d="M378 -12q-19 0 -40 3.5t-35 10.5l21 75q9 -5 20 -7.5t25 -2.5q20 0 37.5 12.5t30 43.5t19.5 82.5t7 129.5q0 74 -10.5 124t-30 80t-47 43t-60.5 13q-37 0 -78 -27t-69 -67v-501h-83v656h81v-77q32 37 75.5 63t91.5 26q46 0 86 -17.5t68.5 -57t45 -103t16.5 -155.5
+q0 -95 -11.5 -161t-33.5 -107t-54 -60t-72 -19z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" 
+d="M112 0v656h83v-656h-83zM351 -165q-23 0 -41.5 4t-32.5 9l16 66q11 -4 23.5 -7t25.5 -3q38 0 50.5 25.5t12.5 70.5v656h83v-659q0 -74 -31.5 -118t-105.5 -44z" />
+    <glyph glyph-name="uni004C00B7004C" 
+d="M68 0v656h76v-585h131v-71h-207zM246 272q-33 0 -55.5 22.5t-22.5 61.5t22.5 60.5t55.5 21.5t56.5 -21.5t23.5 -60.5t-23.5 -61.5t-56.5 -22.5zM348 0v656h76v-585h130v-71h-206z" />
+    <glyph glyph-name="uni01320301" 
+d="M112 0v656h83v-656h-83zM351 -165q-23 0 -41.5 4t-32.5 9l16 66q11 -4 23.5 -7t25.5 -3q38 0 50.5 25.5t12.5 70.5v656h83v-659q0 -74 -31.5 -118t-105.5 -44zM126 697l-36 42l141 128l47 -55zM417 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM341 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM299 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM200 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM392 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43
+t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM223 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40
+t-39.5 -16zM417 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM187 601v57h266v-57h-266z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24
+t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 569q-52 0 -81 27.5t-29 68.5t29 68.5t81 27.5t81 -27.5t29 -68.5t-29 -68.5t-81 -27.5zM320 606
+q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42t40.5 -17z" />
+    <glyph glyph-name="aringacute" unicode="&#x1fb;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 569q-52 0 -81 27.5t-29 68.5q0 26 12 47t35 34l133 97l35 -50l-73 -35q37 -8 57.5 -33.5t20.5 -59.5
+q0 -41 -29 -68.5t-81 -27.5zM320 606q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42t40.5 -17z" />
+    <glyph glyph-name="uni01CE" unicode="&#x1ce;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM279 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" 
+d="M456 -225q-44 0 -73.5 22.5t-29.5 70.5q0 45 28 79t67 58l-7 61h-3q-41 -32 -90.5 -55t-101.5 -23q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56
+q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298q-54 -24 -77.5 -54.5t-23.5 -61.5q0 -29 18 -42t41 -13q17 0 30 6t22 15l24 -39q-17 -17 -40.5 -26.5t-52.5 -9.5zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5
+t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5z" />
+    <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM288 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5
+t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM215 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM454 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM215 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM186 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM215 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM436 635l-9 35q19 5 30.5 14t11.5 25
+q0 20 -16 29.5t-53 11.5l7 41q59 -2 90.5 -20t31.5 -53q0 -20 -8 -34t-21 -23.5t-29.5 -15.5t-34.5 -10z" />
+    <glyph glyph-name="uni1EAB" unicode="&#x1eab;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM215 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM385 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5
+t-27.5 6.5q-15 0 -22 -10t-11 -32l-43 4q4 39 20.5 64t51.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10t11 32l43 -4q-4 -38 -20.5 -63.5t-51.5 -25.5z" />
+    <glyph glyph-name="uni1EAD" unicode="&#x1ead;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM200 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5
+t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5
+t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM315 679l-39 29l88 124l52 -40z" />
+    <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5
+t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM325 679l-101 113l52 40l88 -124z" />
+    <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5
+t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM293 682l-8 36q21 5 34.5 14t13.5 25q0 20 -17.5 29.5t-58.5 11.5l7 50q61 -2 95 -22t34 -60q0 -20 -8.5 -34.5t-22.5 -24.5t-32 -16t-37 -9z" />
+    <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 571q-37 0 -63 9.5t-43.5 25t-26.5 34.5t-11 38l47 8q4 -25 27 -46.5t70 -21.5t70 21.5t27 46.5
+l47 -8q-2 -19 -11 -38t-26.5 -34.5t-43.5 -25t-63 -9.5zM385 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10.5t-11 -32.5l-47 5q4 38 21.5 63t54.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10.5t11 31.5l47 -4q-4 -38 -21.5 -63
+t-54.5 -25z" />
+    <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24
+t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" 
+d="M145 -12q-56 0 -92 35t-36 97q0 74 58.5 119.5t190.5 62.5q-2 71 -26 99.5t-62 28.5q-30 0 -60.5 -12t-53.5 -28l-31 56q30 20 69.5 36t82.5 16q44 0 75 -23t48 -77q25 54 62 77t78 23q38 0 66 -18t46.5 -48.5t27.5 -70.5t9 -85q0 -14 -1 -28.5t-3 -27.5h-261
+q4 -77 36 -121t89 -44q28 0 51.5 9t43.5 23l30 -56q-25 -18 -57.5 -30.5t-70.5 -12.5q-51 0 -88.5 22.5t-61.5 64.5q-35 -42 -74.5 -64.5t-84.5 -22.5zM167 54q28 0 59 17.5t57 51.5q-17 54 -17 119v7q-51 -8 -84 -19.5t-53 -26.5t-28 -34t-8 -41q0 -35 20.5 -54.5
+t53.5 -19.5zM443 433q-38 0 -70 -34t-40 -115h197q-4 149 -87 149z" />
+    <glyph glyph-name="aeacute" unicode="&#x1fd;" 
+d="M145 -12q-56 0 -92 35t-36 97q0 74 58.5 119.5t190.5 62.5q-2 71 -26 99.5t-62 28.5q-30 0 -60.5 -12t-53.5 -28l-31 56q30 20 69.5 36t82.5 16q44 0 75 -23t48 -77q25 54 62 77t78 23q38 0 66 -18t46.5 -48.5t27.5 -70.5t9 -85q0 -14 -1 -28.5t-3 -27.5h-261
+q4 -77 36 -121t89 -44q28 0 51.5 9t43.5 23l30 -56q-25 -18 -57.5 -30.5t-70.5 -12.5q-51 0 -88.5 22.5t-61.5 64.5q-35 -42 -74.5 -64.5t-84.5 -22.5zM167 54q28 0 59 17.5t57 51.5q-17 54 -17 119v7q-51 -8 -84 -19.5t-53 -26.5t-28 -34t-8 -41q0 -35 20.5 -54.5
+t53.5 -19.5zM443 433q-38 0 -70 -34t-40 -115h197q-4 149 -87 149zM295 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni01E3" unicode="&#x1e3;" 
+d="M145 -12q-56 0 -92 35t-36 97q0 74 58.5 119.5t190.5 62.5q-2 71 -26 99.5t-62 28.5q-30 0 -60.5 -12t-53.5 -28l-31 56q30 20 69.5 36t82.5 16q44 0 75 -23t48 -77q25 54 62 77t78 23q38 0 66 -18t46.5 -48.5t27.5 -70.5t9 -85q0 -14 -1 -28.5t-3 -27.5h-261
+q4 -77 36 -121t89 -44q28 0 51.5 9t43.5 23l30 -56q-25 -18 -57.5 -30.5t-70.5 -12.5q-51 0 -88.5 22.5t-61.5 64.5q-35 -42 -74.5 -64.5t-84.5 -22.5zM167 54q28 0 59 17.5t57 51.5q-17 54 -17 119v7q-51 -8 -84 -19.5t-53 -26.5t-28 -34t-8 -41q0 -35 20.5 -54.5
+t53.5 -19.5zM443 433q-38 0 -70 -34t-40 -115h197q-4 149 -87 149zM183 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni0180" unicode="&#x180;" 
+d="M320 -12q-35 0 -75.5 17.5t-75.5 48.5h-3l-7 -54h-66v562h-73v59l73 5v86h82v-86h213v-64h-213v-67l-3 -91h3q33 34 76.5 54t86.5 20q49 0 87 -17t63.5 -47.5t38.5 -74.5t13 -98q0 -60 -18 -107t-48.5 -79.5t-70.5 -49.5t-83 -17zM307 57q64 0 106 48.5t42 134.5
+q0 76 -32 122.5t-105 46.5q-32 0 -68.5 -17.5t-74.5 -55.5v-222q35 -31 70.5 -44t61.5 -13z" />
+    <glyph glyph-name="uni1E07" unicode="&#x1e07;" 
+d="M320 -12q-35 0 -75.5 17.5t-75.5 48.5h-3l-7 -54h-66v712h82v-194l-3 -94h3q33 34 76.5 54t86.5 20q49 0 87 -17.5t63.5 -50t38.5 -78t13 -101.5q0 -62 -18 -111t-48.5 -83t-70.5 -51.5t-83 -17.5zM307 57q32 0 59 13.5t47 38t31 60.5t11 81q0 40 -8 73t-24.5 56.5
+t-42.5 36.5t-62 13q-32 0 -68.5 -17.5t-74.5 -55.5v-242q35 -31 70.5 -44t61.5 -13zM177 -169v57h266v-57h-266z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" 
+d="M346 -12q-57 0 -105.5 17t-84.5 49.5t-56 80t-20 107.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-41 -36 -90 -56t-103 -20zM259 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" 
+d="M346 -12q-57 0 -105.5 17t-84.5 49.5t-56 80t-20 107.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-41 -36 -90 -56t-103 -20zM325 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" 
+d="M346 -12q-57 0 -105.5 17t-84.5 49.5t-56 80t-20 107.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-41 -36 -90 -56t-103 -20zM226 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" 
+d="M346 -12q-57 0 -105.5 17t-84.5 49.5t-56 80t-20 107.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-41 -36 -90 -56t-103 -20zM305 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" 
+d="M346 -12q-57 0 -105.5 17t-84.5 49.5t-56 80t-20 107.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-41 -36 -90 -56t-103 -20zM346 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" 
+d="M254 -12q-45 0 -82 17t-63 49.5t-40.5 79.5t-14.5 108q0 59 17.5 106.5t46.5 80.5t67 51t79 18q42 0 74 -17t64 -46h3l-5 90v187h79v-712h-64l-7 64h-3q-29 -30 -68 -53t-83 -23zM271 57q65 0 129 73v242q-32 30 -61 43.5t-59 13.5t-56.5 -13.5t-46 -38t-31 -58.5
+t-11.5 -76q0 -88 36 -137t100 -49zM548 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni1E0D" unicode="&#x1e0d;" 
+d="M271 -12q-48 0 -86.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18.5 106.5t49 80.5t70.5 51t83 18q44 0 78.5 -16.5t66.5 -46.5h3l-4 90v187h82v-712h-68l-7 64h-3q-30 -31 -71.5 -53.5t-86.5 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38
+t-32.5 -58.5t-12 -76q0 -88 37.5 -137t105.5 -49zM304 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E0F" unicode="&#x1e0f;" 
+d="M271 -12q-48 0 -86.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18.5 106.5t49 80.5t70.5 51t83 18q44 0 78.5 -16.5t66.5 -46.5h3l-4 90v187h82v-712h-68l-7 64h-3q-30 -31 -71.5 -53.5t-86.5 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38
+t-32.5 -58.5t-12 -76q0 -88 37.5 -137t105.5 -49zM171 -169v57h266v-57h-266z" />
+    <glyph glyph-name="uni1E11" unicode="&#x1e11;" 
+d="M271 -12q-48 0 -86.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18.5 106.5t49 80.5t70.5 51t83 18q44 0 78.5 -16.5t66.5 -46.5h3l-4 90v187h82v-712h-68l-7 64h-3q-30 -31 -71.5 -53.5t-86.5 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38
+t-32.5 -58.5t-12 -76q0 -88 37.5 -137t105.5 -49zM209 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" 
+d="M271 -12q-48 0 -86.5 16t-66.5 47.5t-43 76.5t-15 104q0 57 18.5 102.5t49 77.5t70.5 49t83 17q45 0 79 -17t66 -46h3l-4 90v57h-175v64h175v86h82v-86h73v-58l-73 -6v-562h-68l-7 64h-3q-30 -31 -71.5 -53.5t-86.5 -22.5zM288 57q72 0 137 73v222q-33 31 -64.5 44
+t-62.5 13q-32 0 -60 -13t-48.5 -36t-32.5 -55.5t-12 -71.5q0 -83 37.5 -129.5t105.5 -46.5z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM337 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM295 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM196 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM275 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM219 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM413 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5
+t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM183 601v57h266v-57h-266z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM316 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55
+t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" 
+d="M422 -225q-45 0 -74 22.5t-29 70.5q0 40 21.5 71t54.5 60q-26 -9 -41.5 -10t-23.5 -1q-55 0 -102.5 17t-83 50t-56 80t-20.5 107t20.5 107.5t55 80.5t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5
+t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-38 -27 -64.5 -48.5t-43 -40t-23.5 -36.5t-7 -37q0 -28 18 -41.5t41 -13.5q17 0 30 6t23 15l24 -39q-18 -17 -41.5 -26.5t-52.5 -9.5zM318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37
+z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM316 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM316 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM284 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM388 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57
+l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM211 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM450 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM211 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM182 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM211 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM432 635l-9 35q19 5 30.5 14t11.5 25q0 20 -16 29.5t-53 11.5l7 41q59 -2 90.5 -20t31.5 -53q0 -20 -8 -34t-21 -23.5
+t-29.5 -15.5t-34.5 -10z" />
+    <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM211 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM381 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10t-11 -32l-43 4q4 39 20.5 64t51.5 25q22 0 39 -6.5
+t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10t11 32l43 -4q-4 -38 -20.5 -63.5t-51.5 -25.5z" />
+    <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM196 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4zM316 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E17" unicode="&#x1e17;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM183 601v57h266v-57h-266zM282 705l-32 39l135 99l38 -49z" />
+    <glyph glyph-name="uni01F5" unicode="&#x1f5;" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM286 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM187 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z
+" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM307 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8
+q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM307 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5
+t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni0123" unicode="&#x123;" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM346 575q-65 7 -91 25t-26 52q0 44 42.5 65.5t122.5 26.5
+l8 -41q-63 -4 -86 -15.5t-23 -32.5q0 -20 18 -29.5t53 -12.5z" />
+    <glyph glyph-name="gcaron" unicode="&#x1e7;" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM266 574l-114 140l35 32l118 -113h4l118 113l35 -32
+l-114 -140h-82z" />
+    <glyph glyph-name="uni1E21" unicode="&#x1e21;" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM174 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni00670303" 
+d="M296 -224q-107 0 -165.5 35t-58.5 100q0 29 20.5 57t59.5 51v4q-20 11 -35 30t-15 50q0 23 15 47.5t43 43.5v4q-25 19 -42.5 50.5t-17.5 75.5q0 40 15.5 72t41.5 54.5t60.5 35t73.5 12.5q40 0 72 -12h201v-67h-126q17 -17 29 -43t12 -55q0 -39 -14.5 -70t-40 -52.5
+t-60 -33t-73.5 -11.5q-19 0 -40.5 4.5t-41.5 13.5q-38 -24 -38 -56q0 -29 26.5 -42.5t74.5 -13.5h109q94 0 139.5 -26t45.5 -88q0 -34 -19 -65t-54 -54t-85 -37t-112 -14zM291 209q47 0 79.5 31t32.5 84q0 25 -9 46t-24 36t-35.5 23.5t-43.5 8.5t-43.5 -8.5t-35.5 -23.5
+t-24 -36t-9 -46q0 -53 33 -84t79 -31zM302 -164q42 0 76 8t58 21.5t36.5 31t12.5 36.5q0 35 -27.5 47t-83.5 12h-95q-21 0 -39.5 1.5t-34.5 6.5q-35 -19 -48.5 -39.5t-13.5 -41.5q0 -38 40.5 -60.5t118.5 -22.5zM379 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13
+q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM20 759l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni1E27" unicode="&#x1e27;" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM41 775q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5
+t-14 -37t-36 -14zM223 775q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="uni1E25" unicode="&#x1e25;" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM314 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5
+t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E96" unicode="&#x1e96;" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM181 -169v57h266v-57h-266z" />
+    <glyph glyph-name="uni1E29" unicode="&#x1e29;" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM48 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72
+q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E2B" unicode="&#x1e2b;" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM314 -230q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5
+t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" 
+d="M93 0v562h-73v58l73 6v86h82v-86h213v-64h-213v-64l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-282h-82v271q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-319h-82z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" 
+d="M316 0v419h-226v67h308v-486h-82zM369 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" 
+d="M316 0v419h-226v67h308v-486h-82zM327 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" 
+d="M316 0v419h-226v67h308v-486h-82zM228 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" 
+d="M316 0v419h-226v67h308v-486h-82zM420 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5
+t-44.5 -10.5z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" 
+d="M316 0v419h-226v67h308v-486h-82zM251 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM445 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" 
+d="M316 0v419h-226v67h308v-486h-82zM215 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni01D0" unicode="&#x1d0;" 
+d="M316 0v419h-226v67h308v-486h-82zM307 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" 
+d="M353 -225q-45 0 -74.5 22.5t-29.5 70.5q0 42 25.5 75t60.5 57h-19v419h-226v67h308v-491q-45 -22 -66.5 -51.5t-21.5 -59.5q0 -28 18 -41.5t42 -13.5q16 0 28.5 6t23.5 15l24 -39q-18 -17 -41.5 -26.5t-51.5 -9.5zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5
+t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" 
+d="M316 0v419h-226v67h308v-486h-82zM316 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" 
+d="M316 0v419h-226v67h308v-486h-82zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5zM348 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" 
+d="M316 0v419h-226v67h308v-486h-82zM348 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" 
+d="M316 0v419h-226v67h308v-486h-82z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" 
+d="M194 -217q-38 0 -74 9.5t-65 23.5l27 61q26 -13 54.5 -20t56.5 -7q36 0 60 9t38 26t19.5 41.5t5.5 55.5v437h-226v67h308v-498q0 -45 -10 -82.5t-33.5 -65t-62.5 -42.5t-98 -15zM228 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="uni0137" unicode="&#x137;" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82zM248 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E33" unicode="&#x1e33;" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82zM335 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E35" unicode="&#x1e35;" 
+d="M106 0v712h82v-482h4l262 256h94l-194 -191l220 -295h-92l-179 245l-115 -113v-132h-82zM202 -169v57h266v-57h-266z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" 
+d="M106 0v486h82v-256l3 1l263 255h94l-194 -193l220 -293h-92l-179 240l-115 -110v-130h-82z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM257 757l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM404 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni013C" unicode="&#x13c;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM298 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E37" unicode="&#x1e37;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM385 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E39" unicode="&#x1e39;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM152 795v57h268v-57h-268zM385 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E3B" unicode="&#x1e3b;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM252 -169v57h266v-57h-266z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" 
+d="M407 -12q-78 0 -119 44t-41 131v172l-108 -64l-29 54l137 80v240h-173v67h255v-269l148 84l28 -54l-176 -100v-216q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5z" />
+    <glyph glyph-name="ldot" unicode="&#x140;" 
+d="M369 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM569 286q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E3F" unicode="&#x1e3f;" 
+d="M58 0v486h66l7 -64h2q19 34 44 55t67 21q71 0 92 -84q21 39 46.5 61.5t67.5 22.5q51 0 79.5 -38.5t28.5 -111.5v-348h-82v342q0 85 -52 85q-26 0 -42 -18.5t-36 -56.5v-352h-76v342q0 42 -11.5 63.5t-38.5 21.5q-26 0 -44 -18.5t-36 -56.5v-352h-82zM294 568l-43 41
+l142 168l58 -56z" />
+    <glyph glyph-name="uni1E41" unicode="&#x1e41;" 
+d="M58 0v486h66l7 -64h2q19 34 44 55t67 21q71 0 92 -84q21 39 46.5 61.5t67.5 22.5q51 0 79.5 -38.5t28.5 -111.5v-348h-82v342q0 85 -52 85q-26 0 -42 -18.5t-36 -56.5v-352h-76v342q0 42 -11.5 63.5t-38.5 21.5q-26 0 -44 -18.5t-36 -56.5v-352h-82zM315 588
+q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E43" unicode="&#x1e43;" 
+d="M58 0v486h66l7 -64h2q19 34 44 55t67 21q71 0 92 -84q21 39 46.5 61.5t67.5 22.5q51 0 79.5 -38.5t28.5 -111.5v-348h-82v342q0 85 -52 85q-26 0 -42 -18.5t-36 -56.5v-352h-76v342q0 42 -11.5 63.5t-38.5 21.5q-26 0 -44 -18.5t-36 -56.5v-352h-82zM308 -214
+q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM297 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni01F9" unicode="&#x1f9;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM339 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM277 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM390 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54
+t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="uni0146" unicode="&#x146;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM226 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5
+q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E45" unicode="&#x1e45;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM318 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z
+" />
+    <glyph glyph-name="uni1E47" unicode="&#x1e47;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM313 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5
+z" />
+    <glyph glyph-name="uni1E49" unicode="&#x1e49;" 
+d="M93 0v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82zM180 -169v57h266v-57h-266z" />
+    <glyph glyph-name="napostrophe" unicode="&#x149;" 
+d="M196 0v486h68l7 -76h4q35 37 75 62.5t93 25.5q79 0 117 -48t38 -142v-308h-83v297q0 66 -23 98t-75 32q-39 0 -69.5 -20.5t-69.5 -60.5v-346h-82zM6 350l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5q40 0 65 -32
+t25 -89q0 -75 -38 -134t-105 -94z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM372 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29
+t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM203 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM397 588q-24 0 -39.5 16t-15.5 40
+q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM167 601v57h266v-57h-266z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM243 568l-46 21l87 172l58 -28zM394 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="uni01D2" unicode="&#x1d2;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM259 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni01EB" unicode="&#x1eb;" 
+d="M324 -225q-43 0 -72 22.5t-29 70.5q0 39 21 69.5t47 51.5q-50 2 -92.5 21t-73 51.5t-48 78.5t-17.5 102q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -51 -12 -89t-34.5 -67t-54 -50.5t-70.5 -38.5q-41 -18 -63 -50t-22 -63
+q0 -29 18 -42t39 -13q19 0 32 6.5t22 14.5l24 -39q-17 -16 -40.5 -26t-54.5 -10zM300 55q35 0 63.5 13.5t49 38t31.5 59t11 76.5t-11 76.5t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76.5t31.5 -59t49 -38t63.5 -13.5z" />
+    <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM268 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM434 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM166 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM416 635l-9 35q19 5 30.5 14t11.5 25q0 20 -16 29.5t-53 11.5l7 41q59 -2 90.5 -20t31.5 -53
+q0 -20 -8 -34t-21 -23.5t-29.5 -15.5t-34.5 -10z" />
+    <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM195 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM365 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10t-11 -32l-43 4
+q4 39 20.5 64t51.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10t11 32l43 -4q-4 -38 -20.5 -63.5t-51.5 -25.5z" />
+    <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5
+t-47 -17.5z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM300 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8
+q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="uni1E53" unicode="&#x1e53;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM167 601v57h266v-57h-266zM266 705l-32 39l135 99l38 -49z" />
+    <glyph glyph-name="ohorn" unicode="&#x1a1;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q54 0 101 -21q42 9 64 32.5t22 66.5q0 15 -3.5 30.5t-11.5 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8.5 -51.5t-23 -39t-34 -28t-41.5 -18.5q40 -32 64 -83t24 -120
+q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5z" />
+    <glyph glyph-name="uni1EDB" unicode="&#x1edb;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q54 0 101 -21q42 9 64 32.5t22 66.5q0 15 -3.5 30.5t-11.5 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8.5 -51.5t-23 -39t-34 -28t-41.5 -18.5q40 -32 64 -83t24 -120
+q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni1EDD" unicode="&#x1edd;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q54 0 101 -21q42 9 64 32.5t22 66.5q0 15 -3.5 30.5t-11.5 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8.5 -51.5t-23 -39t-34 -28t-41.5 -18.5q40 -32 64 -83t24 -120
+q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni1EDF" unicode="&#x1edf;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q54 0 101 -21q42 9 64 32.5t22 66.5q0 15 -3.5 30.5t-11.5 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8.5 -51.5t-23 -39t-34 -28t-41.5 -18.5q40 -32 64 -83t24 -120
+q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM268 572l-9 40q24 6 40 16.5t16 30.5
+q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q54 0 101 -21q42 9 64 32.5t22 66.5q0 15 -3.5 30.5t-11.5 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8.5 -51.5t-23 -39t-34 -28t-41.5 -18.5q40 -32 64 -83t24 -120
+q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM353 577q-27 0 -46 13t-35 29t-30.5 29
+t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q54 0 101 -21q42 9 64 32.5t22 66.5q0 15 -3.5 30.5t-11.5 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8.5 -51.5t-23 -39t-34 -28t-41.5 -18.5q40 -32 64 -83t24 -120
+q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM300 -214q-28 0 -47 17.5t-19 46.5
+t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" 
+d="M300 -12q-79 0 -140 43l-52 -61l-46 42l53 62q-26 32 -40.5 74t-14.5 94q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q79 0 140 -43l52 61l46 -42l-53 -62q26 -32 40.5 -74.5t14.5 -95.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM145 242q0 -60 23 -106
+l224 263q-38 33 -92 33q-35 0 -63.5 -14t-49 -39t-31.5 -60t-11 -77zM300 54q35 0 63.5 14t49 38.5t31.5 59t11 76.5q0 63 -23 107l-225 -263q19 -15 42.5 -23.5t50.5 -8.5z" />
+    <glyph glyph-name="oslashacute" unicode="&#x1ff;" 
+d="M300 -12q-79 0 -140 43l-52 -61l-46 42l53 62q-26 32 -40.5 74t-14.5 94q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17q79 0 140 -43l52 61l46 -42l-53 -62q26 -32 40.5 -74.5t14.5 -95.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM145 242q0 -60 23 -106
+l224 263q-38 33 -92 33q-35 0 -63.5 -14t-49 -39t-31.5 -60t-11 -77zM300 54q35 0 63.5 14t49 38.5t31.5 59t11 76.5q0 63 -23 107l-225 -263q19 -15 42.5 -23.5t50.5 -8.5zM279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="oe" unicode="&#x153;" 
+d="M188 56q22 0 39.5 13.5t30 38.5t19.5 59t7 76t-7 76t-19.5 59t-30 38.5t-39.5 13.5q-49 0 -74.5 -51.5t-25.5 -136.5q0 -84 25.5 -135t74.5 -51zM183 -12q-37 0 -68.5 17t-54.5 49.5t-36 80t-13 107.5q0 61 13 108.5t36.5 80.5t55 50t68.5 17q46 0 78.5 -29t52.5 -91
+q20 62 55.5 91t82.5 29q36 0 63 -18t45 -48t27 -70.5t9 -85.5q0 -14 -1 -28.5t-3 -27.5h-246q5 -84 37.5 -124.5t81.5 -40.5q26 0 46 9t40 23l30 -56q-23 -18 -53.5 -30.5t-65.5 -12.5q-49 0 -88 28t-59 89q-21 -61 -54 -89t-79 -28zM446 433q-39 0 -66 -37t-32 -112h182
+q-4 149 -84 149z" />
+    <glyph glyph-name="racute" unicode="&#x155;" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82zM325 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0157" unicode="&#x157;" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82zM111 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5
+t-122.5 -25.5z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82zM305 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni1E59" unicode="&#x1e59;" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82zM346 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E5B" unicode="&#x1e5b;" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82zM198 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E5D" unicode="&#x1e5d;" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82zM213 601v57h266v-57h-266zM198 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5
+t-47 -17.5z" />
+    <glyph glyph-name="uni1E5F" unicode="&#x1e5f;" 
+d="M146 0v486h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-285h-82zM65 -169v57h266v-57h-266z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM282 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM183 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM262 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="scarondot" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM303 701q-24 0 -40 15t-16 41t16 41t40 15t40 -15t16 -41t-16 -41t-40 -15zM262 574l-114 140l31 28l122 -115h4l122 115
+l31 -28l-114 -140h-82z" />
+    <glyph glyph-name="uni015F" unicode="&#x15f;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM227 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5
+t-122.5 -25.5z" />
+    <glyph glyph-name="uni0219" unicode="&#x219;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM222 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z
+" />
+    <glyph glyph-name="uni1E61" unicode="&#x1e61;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM303 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E63" unicode="&#x1e63;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5zM309 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" 
+d="M401 -12q-42 0 -77 12t-67 33l33 58q28 -20 54 -29.5t55 -9.5q42 0 64.5 23.5t22.5 54.5q0 29 -15 48t-37.5 33.5t-48.5 27t-48.5 29t-37.5 39t-15 57.5q0 34 14 58.5t31 47t31 46t14 55.5q0 37 -22 61.5t-64 24.5q-55 0 -86.5 -37.5t-31.5 -112.5v-507h-82v519
+q0 46 14 84t40 65t63 41.5t84 14.5q40 0 70.5 -12t51.5 -32.5t31.5 -47t10.5 -56.5q0 -38 -14 -64.5t-31 -48.5t-31 -42.5t-14 -46.5q0 -24 15 -40t37 -29.5t48.5 -26.5t48.5 -31t37 -44.5t15 -65.5q0 -32 -11.5 -59t-33 -47t-51.5 -31.5t-67 -11.5z" />
+    <glyph glyph-name="longs" unicode="&#x17f;" 
+d="M242 0v419h-139v62l139 5v41q0 89 47.5 143t148.5 54q72 0 140 -28l-19 -62q-30 14 -55.5 18.5t-57.5 4.5q-66 0 -94.5 -33.5t-28.5 -93.5v-530h-81z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" 
+d="M394 -12q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5zM399 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni0163" unicode="&#x163;" 
+d="M394 -12q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5zM302 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96
+h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni021B" unicode="&#x21b;" 
+d="M394 -12q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5zM292 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38
+q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E6D" unicode="&#x1e6d;" 
+d="M394 -12q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5zM379 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5
+t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E6F" unicode="&#x1e6f;" 
+d="M394 -12q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5zM246 -169v57h266v-57h-266z" />
+    <glyph glyph-name="uni1E97" unicode="&#x1e97;" 
+d="M394 -12q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v230h-137v62l140 5l11 156h68v-156h239v-67h-239v-231q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5zM166 723q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5
+t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM360 723q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" 
+d="M70 220v58l136 6v135h-137v62l140 5l11 156h68v-156h239v-67h-239v-135h220v-64h-220v-32q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -69.5 -20.5t-82.5 -8.5q-53 0 -89 14.5t-58 41t-31.5 63.5t-9.5 82v31h-136z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM317 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM275 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM176 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM368 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43
+t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM199 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40
+t-39.5 -16zM393 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM163 601v57h266v-57h-266z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM296 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24
+t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM296 569q-52 0 -81 27.5t-29 68.5t29 68.5t81 27.5t81 -27.5t29 -68.5t-29 -68.5t-81 -27.5zM296 606
+q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42t40.5 -17z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM239 568l-46 21l87 172l58 -28zM390 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="uni01D4" unicode="&#x1d4;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM255 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" 
+d="M446 -225q-44 0 -73.5 22.5t-29.5 70.5q0 43 28 75.5t67 56.5l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-491q-54 -24 -77.5 -53t-23.5 -58q0 -28 18 -41.5
+t41 -13.5q17 0 30 6t22 15l24 -39q-17 -17 -40.5 -26.5t-52.5 -9.5z" />
+    <glyph glyph-name="uni01D6" unicode="&#x1d6;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM200 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13z
+M392 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM162 750v47h267v-47h-267z" />
+    <glyph glyph-name="uni01D8" unicode="&#x1d8;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM200 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13z
+M392 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM289 705l-35 24l82 115l49 -34z" />
+    <glyph glyph-name="uni01DA" unicode="&#x1da;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM200 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13z
+M392 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM262 720l-94 92l30 28l96 -73h4l96 73l30 -28l-94 -92h-68z" />
+    <glyph glyph-name="uni01DC" unicode="&#x1dc;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM200 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13z
+M392 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM303 705l-96 105l49 34l82 -115z" />
+    <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM307 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h82v-486h-67l-7 85h-4q-37 -43 -80.5 -70t-100.5 -27zM264 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5
+t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uhorn" unicode="&#x1b0;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h16q18 3 33.5 9t27.5 17t18.5 28t6.5 42q0 15 -3 30.5t-11 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8 -50.5t-21 -37t-29.5 -26t-34.5 -17.5v-457h-67l-7 85
+h-4q-37 -43 -80.5 -70t-100.5 -27z" />
+    <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h16q18 3 33.5 9t27.5 17t18.5 28t6.5 42q0 15 -3 30.5t-11 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8 -50.5t-21 -37t-29.5 -26t-34.5 -17.5v-457h-67l-7 85
+h-4q-37 -43 -80.5 -70t-100.5 -27zM275 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h16q18 3 33.5 9t27.5 17t18.5 28t6.5 42q0 15 -3 30.5t-11 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8 -50.5t-21 -37t-29.5 -26t-34.5 -17.5v-457h-67l-7 85
+h-4q-37 -43 -80.5 -70t-100.5 -27zM317 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni1EED" unicode="&#x1eed;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h16q18 3 33.5 9t27.5 17t18.5 28t6.5 42q0 15 -3 30.5t-11 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8 -50.5t-21 -37t-29.5 -26t-34.5 -17.5v-457h-67l-7 85
+h-4q-37 -43 -80.5 -70t-100.5 -27zM264 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1EEF" unicode="&#x1eef;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h16q18 3 33.5 9t27.5 17t18.5 28t6.5 42q0 15 -3 30.5t-11 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8 -50.5t-21 -37t-29.5 -26t-34.5 -17.5v-457h-67l-7 85
+h-4q-37 -43 -80.5 -70t-100.5 -27zM360 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5
+t-44.5 -10.5z" />
+    <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" 
+d="M246 -12q-88 0 -128.5 49.5t-40.5 146.5v302h83v-291q0 -69 25.5 -102.5t86.5 -33.5q42 0 76 21.5t75 68.5v337h16q18 3 33.5 9t27.5 17t18.5 28t6.5 42q0 15 -3 30.5t-11 27.5l64 30q11 -17 17 -38t6 -44q0 -29 -8 -50.5t-21 -37t-29.5 -26t-34.5 -17.5v-457h-67l-7 85
+h-4q-37 -43 -80.5 -70t-100.5 -27zM307 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E7F" unicode="&#x1e7f;" 
+d="M256 0l-205 486h83l112 -276q15 -37 28.5 -72.5t26.5 -70.5h4q13 35 25.5 70.5t27.5 72.5l112 276h79l-201 -486h-92zM300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="wgrave" unicode="&#x1e81;" 
+d="M114 0l-106 486h82l58 -282q7 -35 12 -67t10 -67h4q5 35 12.5 67.5t15.5 66.5l60 252h82l58 -252q8 -35 16.5 -67t13.5 -67h4q6 35 10.5 67t11.5 67l58 282h76l-104 -486h-106l-56 232q-12 51 -24 144h-4q-12 -93 -24 -144l-54 -232h-106zM321 568l-157 153l58 56
+l142 -168z" />
+    <glyph glyph-name="wacute" unicode="&#x1e83;" 
+d="M114 0l-106 486h82l58 -282q7 -35 12 -67t10 -67h4q5 35 12.5 67.5t15.5 66.5l60 252h82l58 -252q8 -35 16.5 -67t13.5 -67h4q6 35 10.5 67t11.5 67l58 282h76l-104 -486h-106l-56 232q-12 51 -24 144h-4q-12 -93 -24 -144l-54 -232h-106zM279 568l-43 41l142 168l58 -56
+z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" 
+d="M114 0l-106 486h82l58 -282q7 -35 12 -67t10 -67h4q5 35 12.5 67.5t15.5 66.5l60 252h82l58 -252q8 -35 16.5 -67t13.5 -67h4q6 35 10.5 67t11.5 67l58 282h76l-104 -486h-106l-56 232q-12 51 -24 144h-4q-12 -93 -24 -144l-54 -232h-106zM180 568l-35 32l114 140h82
+l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="wdieresis" unicode="&#x1e85;" 
+d="M114 0l-106 486h82l58 -282q7 -35 12 -67t10 -67h4q5 35 12.5 67.5t15.5 66.5l60 252h82l58 -252q8 -35 16.5 -67t13.5 -67h4q6 35 10.5 67t11.5 67l58 282h76l-104 -486h-106l-56 232q-12 51 -24 144h-4q-12 -93 -24 -144l-54 -232h-106zM203 588q-24 0 -39.5 16
+t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM397 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="ygrave" unicode="&#x1ef3;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM325 568l-157 153l58 56
+l142 -168z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM283 568l-43 41l142 168l58 -56
+z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM184 568l-35 32l114 140h82
+l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM207 588q-24 0 -39.5 16
+t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM401 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="uni1E8F" unicode="&#x1e8f;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM304 588q-28 0 -47 17.5
+t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM458 -210q-28 0 -47 17.5
+t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM272 572l-9 40q24 6 40 16.5
+t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM376 577q-27 0 -46 13t-35 29
+t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM301 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM281 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM322 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E91" unicode="&#x1e91;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM202 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="uni1E93" unicode="&#x1e93;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM314 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E95" unicode="&#x1e95;" 
+d="M71 0v44l333 375h-296v67h414v-44l-334 -375h343v-67h-460zM181 -169v57h266v-57h-266z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" 
+d="M298 -12q-47 0 -90 16t-76 46.5t-52.5 74t-19.5 97.5q0 51 17 92.5t47.5 71t72 45.5t91.5 16q47 0 89 -21t70 -59q-14 66 -42.5 116t-72.5 89l-152 -78l-30 52l130 66q-26 18 -54.5 34t-60.5 32l38 52q38 -18 74.5 -38.5t69.5 -45.5l137 70l30 -50l-118 -61
+q63 -61 101.5 -145t38.5 -203q0 -60 -16.5 -109.5t-47.5 -85t-75 -55t-99 -19.5zM300 56q40 0 69.5 14.5t49 41t29 62.5t9.5 80v22t-1 22q-35 47 -76 66t-80 19q-40 0 -70.5 -12t-51 -34t-31 -51.5t-10.5 -63.5q0 -38 13 -68.5t35 -52t52 -33.5t63 -12z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" 
+d="M93 -205v917h82v-201l-3 -87h3q34 34 76.5 54t85.5 20q49 0 87 -17.5t63.5 -50t39 -78t13.5 -102.5q0 -62 -18.5 -110.5t-49 -82.5t-70.5 -51.5t-83 -17.5q-36 0 -74 17t-70 46h-3l3 -92v-164h-82zM305 57q32 0 59.5 13.5t47.5 38t31.5 60.5t11.5 81q0 80 -32.5 129.5
+t-105.5 49.5q-32 0 -68 -17.5t-74 -55.5v-242q35 -31 69.5 -44t60.5 -13z" />
+    <glyph glyph-name="eng" unicode="&#x14b;" 
+d="M387 -183q-23 0 -42.5 4.5t-33.5 9.5l16 63q11 -4 24 -7t27 -3q38 0 50.5 27t12.5 75v305q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82v486h68l7 -83h4q38 41 82 68t101 27q87 0 127.5 -49.5t40.5 -146.5v-316
+q0 -78 -31.5 -123.5t-104.5 -45.5z" />
+    <glyph glyph-name="uni0237" unicode="&#x237;" 
+d="M194 -217q-38 0 -74 9.5t-65 23.5l27 61q26 -13 54.5 -20t56.5 -7q36 0 60 9t38 26t19.5 41.5t5.5 55.5v437h-226v67h308v-498q0 -45 -10 -82.5t-33.5 -65t-62.5 -42.5t-98 -15z" />
+    <glyph glyph-name="ij" unicode="&#x133;" 
+d="M112 0v486h82v-486h-82zM154 586q-26 0 -43.5 16t-17.5 42t17.5 42t43.5 16t43 -16t17 -42t-17 -42t-43 -16zM371 -217q-23 0 -40.5 4t-30.5 9l16 62q10 -3 21.5 -5.5t24.5 -2.5q37 0 48.5 25t11.5 70v541h82v-541q0 -74 -30 -118t-103 -44zM464 586q-26 0 -43.5 16
+t-17.5 42t17.5 42t43.5 16t43 -16t17 -42t-17 -42t-43 -16z" />
+    <glyph glyph-name="uni006C00B7006C" 
+d="M230 -12q-64 0 -97.5 44t-33.5 131v482h-107v67h182v-555q0 -54 18 -77.5t48 -23.5q11 0 22 4t26 11l21 -62q-20 -8 -37.5 -14.5t-41.5 -6.5zM294 272q-33 0 -55.5 22.5t-22.5 61.5t22.5 60.5t55.5 21.5t56.5 -21.5t23.5 -60.5t-23.5 -61.5t-56.5 -22.5zM540 -12
+q-63 0 -96.5 44t-33.5 131v482h-108v67h183v-555q0 -54 18 -77.5t48 -23.5q11 0 22 4t26 11l21 -62q-20 -8 -37.5 -14.5t-42.5 -6.5z" />
+    <glyph glyph-name="uni01330301" 
+d="M112 0v486h82v-486h-82zM371 -217q-23 0 -40.5 4t-30.5 9l16 62q10 -3 21.5 -5.5t24.5 -2.5q37 0 48.5 25t11.5 70v541h82v-541q0 -74 -30 -118t-103 -44zM123 568l-43 41l142 168l58 -56zM433 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0250" unicode="&#x250;" 
+d="M292 -12q-100 0 -149 54.5t-49 145.5v298h68l7 -66h3q40 32 90 55t101 23q34 0 64.5 -9t53 -27t35.5 -43.5t13 -58.5q0 -41 -20 -71.5t-62.5 -52.5t-109 -36t-160.5 -21q1 -25 8 -47.5t22 -39t39 -26.5t59 -10q48 0 92.5 18.5t78.5 39.5l32 -56q-18 -12 -42.5 -24.5
+t-52 -22.5t-58.5 -16.5t-63 -6.5zM177 232q78 6 130 17t83.5 26.5t45 35t13.5 43.5q0 21 -9 35.5t-23.5 24t-34 14t-40.5 4.5q-42 0 -82.5 -18.5t-82.5 -53.5v-128z" />
+    <glyph glyph-name="uni0252" unicode="&#x252;" 
+d="M320 -12q-36 0 -76 17.5t-75 48.5h-3l-7 -54h-66v486h68l7 -64h3q29 31 74 53.5t94 22.5t86.5 -17.5t63 -50t38.5 -78t13 -101.5q0 -62 -18 -111t-48.5 -83t-70.5 -51.5t-83 -17.5zM306 57q32 0 59 13t47 38t31.5 60t11.5 79q0 83 -32.5 132.5t-105.5 49.5
+q-36 0 -73 -18.5t-69 -54.5v-242q35 -32 69.5 -44.5t61.5 -12.5z" />
+    <glyph glyph-name="uni0253" unicode="&#x253;" 
+d="M321 -12q-36 0 -76.5 17t-75.5 49h-3l-7 -54h-66v537q0 42 11 76t33.5 59t56.5 38.5t79 13.5q26 0 50 -5.5t43 -13.5l-19 -63q-17 8 -34 11.5t-32 3.5q-54 0 -79 -31t-27 -87l-4 -122h4q33 34 76.5 54t86.5 20q49 0 87 -17.5t63.5 -49t38.5 -77t13 -100.5q0 -62 -18 -110
+t-48.5 -81t-70 -50.5t-82.5 -17.5zM307 57q31 0 58.5 13t47 37.5t31 59.5t11.5 79q0 79 -32.5 127.5t-104.5 48.5q-32 0 -69 -17.5t-74 -55.5v-235q35 -32 70.5 -44.5t61.5 -12.5z" />
+    <glyph glyph-name="uni0254" unicode="&#x254;" 
+d="M257 -12q-57 0 -107 20t-89 56l37 53q29 -26 67.5 -43.5t83.5 -17.5q42 0 76 13.5t58.5 38t38 58.5t13.5 76t-13 76.5t-36.5 59.5t-56 38.5t-71.5 13.5q-44 0 -79 -15t-66 -41l-42 53q31 29 78.5 50t113.5 21q52 0 98.5 -17t82 -50t56 -80.5t20.5 -108.5
+q0 -60 -20.5 -107.5t-55.5 -80t-83.5 -49.5t-103.5 -17z" />
+    <glyph glyph-name="uni0255" unicode="&#x255;" 
+d="M361 54q55 0 83 16t28 41q0 18 -14 29.5t-46 11.5q-29 0 -65 -22t-70 -61q37 -15 84 -15zM185 -102l-67 28q12 32 26.5 61.5t31.5 55.5q-45 32 -70.5 82.5t-25.5 116.5q0 61 21.5 108.5t58 80.5t84.5 50t101 17q63 0 107 -20t76 -51l-40 -51q-29 27 -63.5 42t-76.5 15
+q-40 0 -74 -14t-59 -39t-39.5 -60t-14.5 -78q0 -45 15.5 -80t43.5 -59q47 52 98 80t99 28q58 0 89 -27t31 -72q0 -52 -44.5 -88t-133.5 -36q-67 0 -125 23q-15 -26 -27.5 -54t-21.5 -59z" />
+    <glyph glyph-name="uni0256" unicode="&#x256;" 
+d="M546 -176q-63 0 -92 36.5t-29 100.5l2 100h-3q-29 -30 -69.5 -51.5t-85.5 -21.5q-47 0 -85.5 17t-66 49.5t-42.5 79.5t-15 108q0 59 18.5 106.5t49 80.5t70 51t82.5 18q44 0 78 -17t66 -46h3l-5 90v187h83v-733q0 -42 10.5 -65t39.5 -23q10 0 19 3t17 6l16 -63
+q-11 -5 -26.5 -9t-34.5 -4zM288 57q70 0 134 73v242q-33 31 -65 44t-63 13t-58 -13.5t-47.5 -38t-32 -58.5t-11.5 -76q0 -88 38 -137t105 -49z" />
+    <glyph glyph-name="uni0257" unicode="&#x257;" 
+d="M269 -12q-95 0 -152 66t-57 188q0 59 18 106.5t48.5 80.5t70 51t82.5 18t77.5 -16.5t66.5 -46.5h3l-2 90v56q0 68 32 106.5t98 38.5q17 0 31 -2.5t25 -7.5l-16 -63q-7 2 -14.5 4t-16.5 2q-33 0 -46 -25t-13 -67v-567h-68l-7 64h-3q-29 -31 -70.5 -53.5t-86.5 -22.5z
+M287 57q70 0 135 73v242q-33 31 -65 44t-64 13q-30 0 -57 -13.5t-47.5 -38t-32 -58.5t-11.5 -76q0 -88 37.5 -137t104.5 -49z" />
+    <glyph glyph-name="uni0258" unicode="&#x258;" 
+d="M290 433q-63 0 -105 -37t-48 -112h310q-11 72 -54 110.5t-103 38.5zM270 -12q-59 0 -105 17t-82 40l29 54q34 -21 69.5 -33t79.5 -12q37 0 70 10.5t58 31.5t40.5 52t19.5 72h-383q-2 9 -2.5 23t-0.5 27q0 51 16.5 93t47 72t73.5 46.5t95 16.5q48 0 91 -17.5t75 -50.5
+t51 -80.5t19 -107.5t-20.5 -107t-56 -79.5t-83 -50t-101.5 -17.5z" />
+    <glyph glyph-name="uni0251" unicode="&#x251;" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49z" />
+    <glyph glyph-name="uni0299" unicode="&#x299;" 
+d="M115 0v486h225q42 0 77 -7t59.5 -21.5t38.5 -38t14 -56.5q0 -41 -23 -66.5t-62 -37.5v-3q21 -5 40.5 -14t34 -23.5t23 -34t8.5 -45.5q0 -36 -15 -62t-42 -43.5t-64 -25.5t-81 -8h-233zM196 284h130q66 0 94.5 18.5t28.5 52.5t-27.5 49.5t-89.5 15.5h-136v-136zM196 66
+h143q66 0 97.5 18.5t31.5 59.5q0 76 -134 76h-138v-154z" />
+    <glyph glyph-name="uni0259" unicode="&#x259;" 
+d="M297 -12q-55 0 -97.5 17.5t-71.5 48.5t-44 74.5t-15 95.5q0 13 1 27t3 23h381q-8 79 -54 119t-121 40q-44 0 -80 -12.5t-69 -33.5l-30 54q37 23 83 40t105 17q55 0 101 -17.5t79 -50t51 -79.5t18 -107q0 -61 -18.5 -108.5t-51 -80.5t-76.5 -50t-94 -17zM295 54
+q66 0 108.5 39t50.5 117h-311q5 -78 44.5 -117t107.5 -39z" />
+    <glyph glyph-name="uni025A" unicode="&#x25a;" 
+d="M217 -12q-46 0 -81 16.5t-59 44.5t-37.5 66t-17.5 82l305 131q-17 56 -50.5 80.5t-76.5 24.5q-38 0 -66 -11.5t-54 -29.5l-29 56q32 23 69.5 36.5t86.5 13.5q68 0 118 -35t75 -104l73 32l43 -17q2 -29 6 -46.5t10 -27.5t14 -13.5t19 -3.5q10 0 19 5t15 10l22 -43
+q-11 -9 -26.5 -17t-35.5 -8q-29 0 -55.5 20t-36.5 74l-53 -22q2 -16 3.5 -32.5t1.5 -33.5q0 -54 -14.5 -99.5t-41 -78.5t-63.5 -51.5t-83 -18.5zM216 53q28 0 51.5 12t39.5 34t25 53t9 68q0 14 -0.5 26t-1.5 24l-245 -104q14 -60 45.5 -86.5t76.5 -26.5z" />
+    <glyph glyph-name="uni025B" unicode="&#x25b;" 
+d="M318 -12q-51 0 -92.5 9.5t-71.5 28.5t-46.5 46.5t-16.5 62.5q0 52 33 80t81 41v4q-42 16 -65.5 44t-23.5 64q0 33 15.5 57.5t43.5 40.5t66.5 24t84.5 8q61 0 109.5 -17t87.5 -45l-33 -54q-35 24 -72.5 37.5t-87.5 13.5q-64 0 -98 -18.5t-34 -56.5q0 -74 147 -74h53v-64
+h-67q-77 0 -117.5 -18t-40.5 -60q0 -43 41 -65.5t117 -22.5q49 0 90.5 13.5t77.5 45.5l36 -54q-46 -40 -98.5 -55.5t-118.5 -15.5z" />
+    <glyph glyph-name="uni025C" unicode="&#x25c;" 
+d="M280 -12q-60 0 -113 15.5t-105 57.5l36 54q42 -35 86 -48t89 -13q76 0 117 22.5t41 64.5t-38.5 60.5t-111.5 18.5h-84v64h72q70 0 104.5 19.5t34.5 55.5q0 74 -134 74q-53 0 -90.5 -13.5t-75.5 -41.5l-34 55q42 31 91.5 48t113.5 17q46 0 84.5 -8t66.5 -24t43.5 -41
+t15.5 -58q0 -36 -21.5 -63.5t-65.5 -44.5v-4q50 -13 80.5 -40.5t30.5 -80.5q0 -35 -17 -62t-47.5 -46t-73.5 -28.5t-95 -9.5z" />
+    <glyph glyph-name="uni025E" unicode="&#x25e;" 
+d="M327 -12q-57 0 -105.5 16t-84.5 48t-56 79.5t-20 109.5q0 63 21.5 111.5t57.5 80.5t83 48.5t98 16.5q40 0 75 -8t61 -24t40.5 -41t14.5 -58q0 -36 -21 -65t-63 -43v-4q22 -5 42 -15t35 -25t23.5 -35t8.5 -46q0 -70 -56.5 -108t-153.5 -38zM328 54q61 0 94 22.5t33 64.5
+q0 40 -35.5 59.5t-89.5 19.5h-35v64h27q52 0 81 20t29 54q0 38 -29.5 56.5t-78.5 18.5q-38 0 -71 -13t-57 -37.5t-38 -60.5t-14 -81q0 -93 49.5 -140t134.5 -47z" />
+    <glyph glyph-name="uni025F" unicode="&#x25f;" 
+d="M194 -217q-38 0 -74 9.5t-65 23.5l27 61q26 -13 54.5 -20t56.5 -7q36 0 60 9t38 26t19.5 41.5t5.5 55.5v224h-194v60l194 6v147h-226v67h308v-214h166v-66h-166v-218q0 -45 -10 -82.5t-33.5 -65t-62.5 -42.5t-98 -15z" />
+    <glyph glyph-name="uni0260" unicode="&#x260;" 
+d="M279 -216q-48 0 -95.5 13.5t-88.5 39.5l31 58q37 -24 76.5 -34.5t76.5 -10.5q70 0 106 34.5t37 93.5l4 97h-3q-28 -29 -68.5 -49.5t-85.5 -20.5q-47 0 -85.5 17t-66 48.5t-42.5 77t-15 102.5t18.5 103t49 78t70.5 49.5t83 17.5t78 -17t64 -46h3l-2 48q0 66 31.5 106
+t99.5 40q17 0 31 -2.5t25 -7.5l-16 -63q-14 6 -31 6q-33 0 -46 -25t-13 -67v-494q0 -91 -60 -141.5t-166 -50.5zM288 73q69 0 134 73v226q-33 32 -65 44.5t-63 12.5t-58 -13t-47.5 -37t-32 -56.5t-11.5 -71.5q0 -82 38 -130t105 -48z" />
+    <glyph glyph-name="uni0261" unicode="&#x261;" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48z" />
+    <glyph glyph-name="uni0262" unicode="&#x262;" 
+d="M339 -12q-54 0 -101.5 16.5t-83 49t-56 80t-20.5 109.5q0 60 21.5 107t58 80t84.5 50.5t102 17.5q65 0 107.5 -21t72.5 -49l-41 -52q-26 23 -56.5 40t-78.5 17q-38 0 -71.5 -12.5t-59 -37t-40.5 -60t-15 -80.5q0 -44 13.5 -79t38 -59.5t57.5 -37.5t72 -13q33 0 61.5 10
+t49.5 27v112h-134v59h206v-205q-31 -29 -79 -49t-108 -20z" />
+    <glyph glyph-name="uni0263" unicode="&#x263;" 
+d="M302 -224q-56 0 -86 32.5t-30 85.5q0 18 4.5 35t13 35.5t19.5 40t25 47.5l-197 434h84l113 -266q14 -35 25.5 -62t26.5 -61h4q15 34 27 61t26 62l112 266h80l-193 -434q13 -26 24.5 -47.5t20 -40t13 -35.5t4.5 -35q0 -53 -30 -85.5t-86 -32.5zM302 -167q23 0 34 17t11 42
+q0 26 -12 55.5t-31 63.5h-5q-18 -34 -30 -64.5t-12 -54.5q0 -25 11 -42t34 -17z" />
+    <glyph glyph-name="uni0264" unicode="&#x264;" 
+d="M300 -12q-86 0 -136 45t-50 124q0 56 36 107t93 99q-31 34 -56 50.5t-53 16.5t-48 -14l-26 60q16 11 38.5 16.5t45.5 5.5q41 0 78.5 -22.5t77.5 -64.5q39 42 77 64.5t79 22.5q23 0 45.5 -5.5t38.5 -16.5l-26 -60q-20 14 -48 14q-29 0 -53.5 -16.5t-55.5 -50.5
+q57 -48 93 -99t36 -107q0 -79 -50 -124t-136 -45zM300 56q50 0 78.5 29t28.5 74q0 44 -30 84.5t-77 80.5q-47 -40 -77 -80.5t-30 -84.5q0 -45 28.5 -74t78.5 -29z" />
+    <glyph glyph-name="uni0265" unicode="&#x265;" 
+d="M425 -205v174l4 114q-39 -40 -83 -67.5t-101 -27.5q-87 0 -127.5 49.5t-40.5 146.5v302h82v-291q0 -69 26 -102.5t86 -33.5q22 0 40.5 5.5t36.5 16.5t37 27.5t40 38.5v339h82v-691h-82z" />
+    <glyph glyph-name="uni0266" unicode="&#x266;" 
+d="M93 0v537q0 42 11 76t33.5 59t56.5 38.5t79 13.5q26 0 50 -5.5t43 -13.5l-19 -63q-17 8 -34 11.5t-32 3.5q-54 0 -79 -31t-27 -87l-6 -143h4q38 40 81.5 67.5t100.5 27.5q87 0 127.5 -50t40.5 -147v-294h-82v284q0 69 -26 102t-86 33q-22 0 -40.5 -5.5t-36.5 -16.5
+t-37 -27t-40 -38v-332h-82z" />
+    <glyph glyph-name="uni0267" unicode="&#x267;" 
+d="M384 -183q-24 0 -44 4.5t-34 9.5l16 63q11 -4 24.5 -7t28.5 -3q40 0 53 27t13 75v298q0 69 -26 102t-86 33q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27t-40 -38v-332h-82v537q0 42 11 76t33.5 59t56.5 38.5t79 13.5q26 0 49.5 -5.5t43.5 -13.5l-19 -63q-35 15 -66 15
+q-54 0 -79 -31t-27 -87l-6 -143h4q38 40 81.5 67.5t100.5 27.5q87 0 127.5 -50t40.5 -147v-308q0 -78 -31.5 -123.5t-107.5 -45.5z" />
+    <glyph glyph-name="uni029C" unicode="&#x29c;" 
+d="M93 0v486h82v-197h250v197h82v-486h-82v216h-250v-216h-82z" />
+    <glyph glyph-name="uni0268" unicode="&#x268;" 
+d="M132 210v56l184 6v147h-226v67h308v-214h166v-62h-166v-210h-82v210h-184zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni026A" unicode="&#x26a;" 
+d="M86 0v67h172v352h-172v67h428v-67h-174v-352h174v-67h-428z" />
+    <glyph glyph-name="uni029D" unicode="&#x29d;" 
+d="M418 -250q-15 29 -30.5 52t-32.5 43q-24 -29 -62 -45.5t-92 -16.5q-70 0 -107.5 33t-37.5 78t33 72.5t96 27.5q32 0 65 -8t66 -25v2v456h-226v67h308v-506q0 -41 -10 -72q26 -24 49.5 -55.5t44.5 -72.5zM200 -152q40 0 64 13.5t36 34.5q-29 21 -58 30t-58 9
+q-32 0 -47 -11.5t-15 -28.5q0 -20 20 -33.5t58 -13.5zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni029E" unicode="&#x29e;" 
+d="M412 -205v461h-4l-281 -256h-99l218 201l-192 285h85l159 -237l114 105v132h82v-691h-82z" />
+    <glyph glyph-name="uni026B" unicode="&#x26b;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5zM383 315q-33 0 -57 13t-44.5 29t-39.5 29t-41 13t-33 -21.5t-13 -56.5l-55 10q1 27 7 50.5t17.5 40.5t29 27t41.5 10q33 0 57.5 -13t45 -29
+t39 -29t40.5 -13t33 21.5t13 55.5l55 -9q-2 -27 -7.5 -50.5t-17 -40.5t-29 -27t-41.5 -10z" />
+    <glyph glyph-name="uni026C" unicode="&#x26c;" 
+d="M232 302q-84 0 -120 29.5t-36 76.5q0 38 25.5 62t64.5 24q28 0 47.5 -9.5t33.5 -24.5v185h-173v67h255v-346h140v-64h-140v-145q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5q-78 0 -119 44t-41 131v139h-15zM214 366h33v6q0 23 -17.5 43.5
+t-55.5 20.5q-14 0 -23 -8.5t-9 -23.5q0 -38 72 -38z" />
+    <glyph glyph-name="uni026D" unicode="&#x26d;" 
+d="M406 -183q-78 0 -118.5 44t-40.5 131v653h-173v67h255v-726q0 -54 25.5 -77t69.5 -23q21 0 43 5t49 17l21 -62q-33 -12 -62 -20.5t-69 -8.5z" />
+    <glyph glyph-name="uni026E" unicode="&#x26e;" 
+d="M358 -217q-75 0 -123.5 24t-79.5 54l41 52q26 -25 62.5 -43.5t92.5 -18.5q28 0 53 10.5t43.5 30t29 47t10.5 61.5q0 62 -35 97t-97 35q-26 0 -39.5 -3.5t-30.5 -11.5l-34 44l195 258h-285v-419h-82v712h82v-226h388v-44l-191 -252q52 4 91.5 -9.5t66.5 -39.5t41 -62
+t14 -77q0 -53 -18 -93.5t-47.5 -68.5t-68 -42.5t-79.5 -14.5z" />
+    <glyph glyph-name="uni029F" unicode="&#x29f;" 
+d="M148 0v486h82v-419h302v-67h-384z" />
+    <glyph glyph-name="uni026F" unicode="&#x26f;" 
+d="M542 486v-486h-66l-7 64h-2q-19 -34 -44 -55t-67 -21q-71 0 -92 84q-21 -39 -46.5 -61.5t-67.5 -22.5q-51 0 -79.5 38.5t-28.5 111.5v348h82v-342q0 -85 52 -85q26 0 42 18.5t36 56.5v352h76v-342q0 -42 11.5 -63.5t38.5 -21.5q26 0 44 18.5t36 56.5v352h82z" />
+    <glyph glyph-name="uni0270" unicode="&#x270;" 
+d="M464 -205v172l6 100h-4q-20 -37 -44 -58t-66 -21q-71 0 -92 84q-21 -39 -46.5 -61.5t-67.5 -22.5q-51 0 -79.5 38.5t-28.5 111.5v348h82v-342q0 -85 52 -85q26 0 42 18.5t36 56.5v352h76v-342q0 -42 11.5 -63.5t38.5 -21.5q26 0 44 18.5t36 56.5v352h82v-691h-78z" />
+    <glyph glyph-name="uni0271" unicode="&#x271;" 
+d="M435 -183q-20 0 -37 3.5t-29 8.5l16 63q8 -3 19 -5.5t22 -2.5q32 0 41 24t9 64v370q0 85 -52 85q-26 0 -42 -18.5t-36 -56.5v-352h-76v342q0 42 -11.5 63.5t-38.5 21.5q-26 0 -44 -18.5t-36 -56.5v-352h-82v486h66l7 -64h2q19 34 44 55t67 21q71 0 92 -84
+q21 39 46.5 61.5t67.5 22.5q51 0 79.5 -38.5t28.5 -111.5v-380q0 -71 -28.5 -111t-94.5 -40z" />
+    <glyph glyph-name="uni0272" unicode="&#x272;" 
+d="M56 -183q-19 0 -34.5 4t-26.5 9l16 63q8 -3 17 -6t19 -3q29 0 39.5 23t10.5 65v514h68l7 -83h4q38 41 81 68t99 27q86 0 126.5 -49.5t40.5 -146.5v-302h-82v291q0 72 -26 104t-83 32q-22 0 -40.5 -5.5t-36.5 -16.5t-36 -27.5t-39 -38.5v-367q0 -72 -28 -113.5t-96 -41.5z
+" />
+    <glyph glyph-name="uni0273" unicode="&#x273;" 
+d="M560 -183q-68 0 -95.5 41.5t-27.5 113.5v319q0 72 -26 104t-84 32q-43 0 -76 -22t-76 -66v-339h-82v486h68l7 -83h4q38 41 80.5 68t98.5 27q87 0 127.5 -49.5t40.5 -146.5v-330q0 -42 10.5 -65t39.5 -23q10 0 19 3t17 6l16 -63q-11 -5 -26.5 -9t-34.5 -4z" />
+    <glyph glyph-name="uni0274" unicode="&#x274;" 
+d="M96 0v486h79l188 -275q15 -23 33 -52t34 -52h4q-3 48 -5.5 93t-2.5 84v202h78v-486h-79l-188 275q-15 23 -33.5 52t-33.5 52h-4q3 -48 5.5 -93t2.5 -84v-202h-78z" />
+    <glyph glyph-name="uni0275" unicode="&#x275;" 
+d="M300 -12q-48 0 -91.5 16t-76.5 48t-52.5 79.5t-19.5 110.5t19.5 111t52.5 80.5t76.5 48.5t91.5 16t91.5 -16t76.5 -48.5t52.5 -80.5t19.5 -111t-19.5 -110.5t-52.5 -79.5t-76.5 -48t-91.5 -16zM300 434q-63 0 -105.5 -39t-53.5 -111h318q-11 72 -53.5 111t-105.5 39z
+M300 53q68 0 111.5 43.5t49.5 123.5h-322q6 -80 49.5 -123.5t111.5 -43.5z" />
+    <glyph glyph-name="uni0276" unicode="&#x276;" 
+d="M238 -12q-42 0 -79.5 16.5t-65 48.5t-44 79.5t-16.5 110.5t16.5 110.5t44 79.5t65 48.5t79.5 16.5q24 0 46.5 -2t51.5 -10h241v-68h-190v-134h153v-64h-153v-152h200v-68h-251q-28 -7 -51 -9.5t-47 -2.5zM245 55q15 0 32.5 3.5t33.5 8.5v351q-15 5 -32.5 8.5t-33.5 3.5
+q-27 0 -50 -11.5t-40 -35t-27 -58.5t-10 -82q0 -48 10 -83.5t27 -59t40 -34.5t50 -11z" />
+    <glyph glyph-name="uni0278" unicode="&#x278;" 
+d="M128 244q0 -85 37.5 -133.5t94.5 -53.5v372q-57 -5 -94.5 -52.5t-37.5 -132.5zM472 244q0 85 -37.5 132.5t-94.5 52.5v-372q57 5 94.5 53.5t37.5 133.5zM260 -205v196q-44 3 -83 20.5t-68.5 49.5t-47 78t-17.5 105q0 58 17.5 104t47 77.5t68.5 49t83 20.5v217h80v-217
+q43 -3 82.5 -20.5t69 -49t47 -77.5t17.5 -104q0 -59 -17.5 -105t-47 -78t-69 -49.5t-82.5 -20.5v-196h-80z" />
+    <glyph glyph-name="uni0279" unicode="&#x279;" 
+d="M454 486v-486h-68l-7 115h-3q-38 -59 -93.5 -93t-123.5 -34q-27 0 -50 4.5t-46 15.5l19 71q26 -9 43.5 -13t46.5 -4q55 0 105.5 31.5t94.5 107.5v285h82z" />
+    <glyph glyph-name="uni027A" unicode="&#x27a;" 
+d="M159 -12q-27 0 -50 4.5t-46 15.5l19 71q26 -9 43.5 -13t46.5 -4q55 0 105.5 31.5t94.5 107.5v511h82v-712h-68l-7 115h-3q-38 -59 -93.5 -93t-123.5 -34z" />
+    <glyph glyph-name="uni027B" unicode="&#x27b;" 
+d="M436 -183q-74 0 -104 41.5t-30 116.5v117h-3q-25 -48 -62.5 -76t-86.5 -28q-21 0 -42.5 4.5t-44.5 15.5l19 71q22 -9 37.5 -13t39.5 -4q37 0 73.5 26.5t62.5 92.5v305h82v-501q0 -54 15 -77.5t53 -23.5q14 0 29.5 4.5t27.5 9.5l18 -62q-15 -8 -38 -13.5t-46 -5.5z" />
+    <glyph glyph-name="uni027D" unicode="&#x27d;" 
+d="M333 -183q-53 0 -89 14.5t-57.5 41t-31 63.5t-9.5 82v468h68l7 -115h3q38 59 93.5 93t123.5 34q27 0 50 -4.5t46 -15.5l-19 -71q-26 9 -43.5 13t-46.5 4q-55 0 -105.5 -31.5t-94.5 -107.5v-268q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l17 -60
+q-33 -12 -68.5 -20.5t-83.5 -8.5z" />
+    <glyph glyph-name="uni027E" unicode="&#x27e;" 
+d="M146 0v249q0 60 18 106.5t51 78t80 48t106 16.5q81 0 136 -20l-19 -71q-31 11 -55 14.5t-53 3.5q-36 0 -69 -11t-58 -34.5t-40 -60t-15 -87.5v-232h-82z" />
+    <glyph glyph-name="uni0280" unicode="&#x280;" 
+d="M99 0v486h240q39 0 73 -7.5t58.5 -24.5t38.5 -44.5t14 -67.5q0 -63 -36 -98.5t-87 -47.5l145 -196h-93l-137 190h-133v-190h-83zM182 254h143q55 0 85.5 21.5t30.5 64.5q0 44 -30.5 62t-85.5 18h-143v-166z" />
+    <glyph glyph-name="uni0281" unicode="&#x281;" 
+d="M501 486v-486h-240q-39 0 -73 7.5t-58.5 24.5t-38.5 44.5t-14 67.5q0 63 36 98.5t87 47.5l-145 196h93l137 -190h133v190h83zM418 232h-143q-55 0 -85.5 -21.5t-30.5 -64.5q0 -44 30.5 -62t85.5 -18h143v166z" />
+    <glyph glyph-name="uni0282" unicode="&#x282;" 
+d="M197 -183q-67 0 -96.5 41t-29.5 121v85l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5q-45 0 -87 9.5t-78 25.5v-53q0 -39 12.5 -63t48.5 -24q13 0 25 2.5t21 5.5l16 -61q-12 -5 -30 -9t-41 -4z" />
+    <glyph glyph-name="uni0283" unicode="&#x283;" 
+d="M187 -217q-40 0 -71 9t-60 23l26 61q23 -11 46 -18.5t49 -7.5q25 0 41.5 8.5t25.5 24.5t12.5 38.5t3.5 49.5v567q0 88 38 138t128 50q36 0 62 -8.5t53 -22.5l-23 -61q-22 11 -41 18t-42 7q-28 0 -46 -8.5t-28.5 -24.5t-14.5 -38.5t-4 -49.5v-568q0 -88 -35 -137.5
+t-120 -49.5z" />
+    <glyph glyph-name="uni0284" unicode="&#x284;" 
+d="M187 -217q-40 0 -71 9t-60 23l26 61q23 -11 46 -18.5t49 -7.5q25 0 41.5 8.5t25.5 24.5t12.5 38.5t3.5 49.5v251h-176v58l176 6v252q0 88 38 138t128 50q36 0 62 -8.5t53 -22.5l-23 -61q-22 11 -41 18t-42 7q-28 0 -46 -8.5t-28.5 -24.5t-14.5 -38.5t-4 -49.5v-252h174
+v-64h-174v-252q0 -88 -35 -137.5t-120 -49.5z" />
+    <glyph glyph-name="uni0287" unicode="&#x287;" 
+d="M206 498q53 0 89 -14.5t58 -41t31.5 -63.5t9.5 -82v-230h137v-62l-140 -5l-11 -156h-68v156h-239v67h239v231q0 65 -26.5 99t-96.5 34q-35 0 -63 -6t-54 -16l-18 60q33 12 69.5 20.5t82.5 8.5z" />
+    <glyph glyph-name="uni0288" unicode="&#x288;" 
+d="M393 -183q-53 0 -89 14.5t-57.5 41t-31 63.5t-9.5 82v401h-137v62l140 5l11 156h68v-156h239v-67h-239v-402q0 -33 6 -57.5t20 -41.5t38 -25.5t59 -8.5t63 6t54 16l18 -60q-33 -12 -73 -20.5t-80 -8.5z" />
+    <glyph glyph-name="uni0289" unicode="&#x289;" 
+d="M272 60q38 0 66.5 19t63.5 63v112h-222v-66q0 -68 22 -98t70 -30zM246 -12q-77 0 -112.5 48t-35.5 142v76h-96v58l96 6v168h82v-168h222v168h82v-168h102v-64h-102v-254h-68l-6 76h-2q-35 -41 -73 -64.5t-89 -23.5z" />
+    <glyph glyph-name="uni028A" unicode="&#x28a;" 
+d="M300 -12q-57 0 -101 18.5t-74.5 49.5t-46.5 71t-16 82q0 37 8.5 68.5t22 57t30 46t33.5 36.5v2h-106v67h195v-53q-43 -36 -71 -85t-28 -122q0 -34 9.5 -65t29 -54t48.5 -37t67 -14t67 14t48.5 37t29 54t9.5 65q0 73 -28 122t-71 85v53h195v-67h-106v-2q16 -16 33 -36.5
+t30.5 -46t22 -57t8.5 -68.5q0 -42 -16 -82t-46.5 -71t-74.5 -49.5t-101 -18.5z" />
+    <glyph glyph-name="uni028B" unicode="&#x28b;" 
+d="M297 -12q-47 0 -87.5 13t-70 40.5t-46 70t-16.5 100.5v274h83v-267q0 -44 11 -75t30 -50.5t44.5 -28.5t54.5 -9q37 0 66 17t49 47.5t30 71.5t10 89q0 74 -21.5 112.5t-66.5 38.5q-14 0 -19.5 -1.5t-15.5 -4.5l-13 64q14 4 27.5 6t37.5 2q71 0 113.5 -50t42.5 -155
+q0 -66 -15.5 -122t-46 -96.5t-76 -63.5t-105.5 -23z" />
+    <glyph glyph-name="uni028C" unicode="&#x28c;" 
+d="M344 486l205 -486h-83l-112 276q-15 37 -28.5 72.5t-26.5 70.5h-4q-13 -35 -25.5 -70.5t-27.5 -72.5l-112 -276h-79l201 486h92z" />
+    <glyph glyph-name="uni028D" unicode="&#x28d;" 
+d="M486 486l106 -486h-82l-58 282q-7 35 -12 67t-10 67h-4q-5 -35 -12.5 -67.5t-15.5 -66.5l-60 -252h-82l-58 252q-8 35 -16.5 67t-13.5 67h-4q-6 -35 -10.5 -67t-11.5 -67l-58 -282h-76l104 486h106l56 -232q12 -51 24 -144h4q12 93 24 144l54 232h106z" />
+    <glyph glyph-name="uni028E" unicode="&#x28e;" 
+d="M49 0l226 554q13 36 31 67t42 54t55 36t70 13q17 0 33.5 -2.5t30.5 -7.5l-18 -65q-9 3 -19.5 5t-22.5 2q-48 0 -78.5 -30t-47.5 -76l-27 -63l227 -487h-83l-119 269q-14 32 -29.5 69t-30.5 72h-4q-13 -35 -26.5 -71.5t-25.5 -69.5l-106 -269h-78z" />
+    <glyph glyph-name="uni028F" unicode="&#x28f;" 
+d="M260 0v164l-203 322h89l85 -138q17 -32 34.5 -60.5t34.5 -61.5h4q17 33 33 61.5t36 60.5l84 138h88l-203 -322v-164h-82z" />
+    <glyph glyph-name="uni0290" unicode="&#x290;" 
+d="M559 -183q-68 0 -96 40.5t-28 106.5v36h-364v44l326 375h-289v67h407v-44l-327 -375h329v-95q0 -42 11 -65t40 -23q10 0 19 3t17 6l16 -63q-11 -5 -26.5 -9t-34.5 -4z" />
+    <glyph glyph-name="uni0291" unicode="&#x291;" 
+d="M358 -116l-62 10q5 29 10.5 55.5t12.5 50.5h-248v44l324 375h-287v67h395v-44l-323 -375q45 -1 83.5 -1.5t75.5 -0.5q57 151 153 151q39 0 64.5 -24.5t25.5 -65.5q0 -54 -39 -90t-117 -36h-45q-6 -25 -12 -53.5t-11 -62.5zM445 64q37 0 56 17.5t19 40.5q0 17 -9.5 25.5
+t-24.5 8.5q-21 0 -42.5 -21t-41.5 -71h43z" />
+    <glyph glyph-name="uni0292" unicode="&#x292;" 
+d="M288 -217q-42 0 -76 8t-62 21.5t-50 30t-41 34.5l40 53q16 -15 34.5 -29.5t40.5 -25.5t48.5 -17.5t58.5 -6.5q33 0 63 11t52 31t35 48t13 63q0 65 -43 101.5t-124 36.5q-16 0 -28 -1.5t-22.5 -4.5t-21 -8t-24.5 -11l-33 46l251 256h-300v67h407v-44l-238 -248q24 6 43 6
+q51 0 91 -14t67.5 -39.5t42.5 -61.5t15 -79q0 -54 -20 -95.5t-53 -70t-76.5 -43t-89.5 -14.5z" />
+    <glyph glyph-name="uni02A4" unicode="&#x2a4;" 
+d="M172 57q26 0 45.5 21t34.5 54v240q-17 27 -33.5 42t-40.5 15q-21 0 -39 -13.5t-30.5 -38t-19.5 -59t-7 -75.5q0 -87 22.5 -136.5t67.5 -49.5zM450 -217q-50 0 -83 16.5t-59 42.5l39 52q20 -20 42.5 -31.5t54.5 -11.5q41 0 66.5 37t25.5 112q0 63 -22.5 97.5t-66.5 34.5
+q-16 0 -26 -3.5t-24 -11.5l-33 52l146 250h-182v-419h-59l-7 58h-3q-16 -27 -42.5 -48.5t-61.5 -21.5q-34 0 -62.5 17t-49 50t-32 80t-11.5 107q0 58 13.5 105.5t36 81t52 51.5t62.5 18q30 0 52.5 -15t37.5 -41h2l-4 93v177h76v-226h269v-44l-141 -247q4 1 12 1
+q36 0 63.5 -15.5t47 -42t29.5 -62.5t10 -76q0 -52 -13 -92.5t-35.5 -68t-53.5 -42t-66 -14.5z" />
+    <glyph glyph-name="uni02A6" unicode="&#x2a6;" 
+d="M328 -12q-65 0 -109 12.5t-71 36.5t-38.5 59t-11.5 80v243h-73v62l76 5l10 156h69v-156h188q30 12 68 12q37 0 69.5 -12.5t58.5 -35.5l-32 -48q-22 17 -43 26t-47 9q-29 0 -46.5 -15t-17.5 -43q0 -23 14 -38.5t35.5 -28.5t46.5 -27t46.5 -34t35.5 -48t14 -70
+q0 -34 -13 -61t-41.5 -45.5t-74.5 -28.5t-113 -10zM332 52q92 0 127.5 22t35.5 60q0 31 -14.5 52t-36 36.5t-47 29.5t-47 31t-36 40t-14.5 58q0 20 5 38h-125v-244q0 -33 7.5 -56t25.5 -38t47 -22t72 -7z" />
+    <glyph glyph-name="uni02A7" unicode="&#x2a7;" 
+d="M353 -217q-22 0 -39.5 4t-30.5 9l17 62q9 -3 21 -5.5t25 -2.5q34 0 45 25t11 70v474h-199v-270q0 -45 15 -69.5t54 -24.5q14 0 29 4t29 9l15 -62q-20 -7 -42.5 -12.5t-45.5 -5.5q-38 0 -64.5 12t-42.5 33t-23 51t-7 66v269h-72v62l75 5l11 156h69v-156h199v80
+q0 73 32.5 116.5t108.5 43.5q19 0 34 -4t26 -9l-16 -63q-8 3 -17 6t-19 3q-41 0 -54 -25.5t-13 -70.5v-618q0 -74 -30.5 -118t-100.5 -44z" />
+    <glyph glyph-name="uni0294" unicode="&#x294;" 
+d="M239 0v311q49 28 84.5 52t58 49t33.5 51.5t11 59.5q0 61 -38.5 97t-110.5 36q-57 0 -96.5 -24.5t-65.5 -56.5l-44 53q16 18 37 35.5t47 31t58 21.5t70 8q47 0 88.5 -12.5t72 -38t48.5 -63t18 -86.5q0 -44 -14 -78t-39 -63.5t-60 -55t-76 -52.5v-275h-82z" />
+    <glyph glyph-name="uni0295" unicode="&#x295;" 
+d="M278 0v275q-42 27 -76.5 52.5t-59.5 55t-39 63.5t-14 78q0 49 17.5 86.5t48.5 63t72 38t88 12.5q39 0 70.5 -8t58 -21.5t47 -31t36.5 -35.5l-43 -53q-27 32 -66.5 56.5t-96.5 24.5q-71 0 -110 -36t-39 -97q0 -33 11 -59.5t34 -51.5t58.5 -49t84.5 -52v-311h-82z" />
+    <glyph glyph-name="uni02A1" unicode="&#x2a1;" 
+d="M239 0v251h-165v58l76 5h102q83 48 128.5 98.5t45.5 110.5q0 61 -37.5 97t-107.5 36q-58 0 -98 -25t-68 -56l-44 53q16 18 37.5 35t48 30.5t59 22t71.5 8.5q46 0 87 -12.5t71 -38t47.5 -63t17.5 -86.5q0 -36 -12 -66t-31.5 -55.5t-46 -47.5t-54.5 -41h152v-63h-197v-251
+h-82z" />
+    <glyph glyph-name="uni02A2" unicode="&#x2a2;" 
+d="M279 0v251h-197v58l76 5h76q-29 19 -55 41t-45.5 47.5t-31.5 55.5t-12 66q0 49 17.5 86.5t47.5 63t70.5 38t87.5 12.5q39 0 71.5 -8.5t59 -22t47.5 -30.5t38 -35l-44 -53q-28 31 -68 56t-98 25q-70 0 -108 -36t-38 -97q0 -60 46 -110.5t128 -98.5h179v-63h-165v-251h-82z
+" />
+    <glyph glyph-name="uni01C2" unicode="&#x1c2;" 
+d="M260 -205v359h-176v58l176 4v108h-176v58l176 4v326h80v-326h176v-62h-176v-108h176v-62h-176v-359h-80z" />
+    <glyph glyph-name="uni0298" unicode="&#x298;" 
+d="M300 -12q-55 0 -99 22t-75.5 67.5t-48.5 115.5t-17 166q0 89 17 157.5t48.5 114.5t75.5 69.5t99 23.5t99.5 -23.5t76 -69.5t48.5 -114.5t17 -157.5q0 -96 -17 -166t-48.5 -115.5t-76 -67.5t-99.5 -22zM300 56q34 0 64 16t51.5 52t34 93.5t12.5 141.5q0 76 -12.5 132
+t-34 93t-51.5 54.5t-64 17.5q-35 0 -64.5 -17.5t-51 -54.5t-34 -93t-12.5 -132q0 -84 12.5 -141.5t34 -93.5t51 -52t64.5 -16zM300 296q-25 0 -43.5 18t-18.5 45q0 29 18.5 46.5t43.5 17.5t43.5 -17.5t18.5 -46.5q0 -27 -18.5 -45t-43.5 -18z" />
+    <glyph glyph-name="uni014A.a" 
+d="M397 -165q-22 0 -39.5 3.5t-29.5 8.5l16 66q9 -3 20 -6t22 -3q32 0 42 26t10 70h-12l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-659q0 -75 -28.5 -118.5t-92.5 -43.5z" />
+    <glyph glyph-name="a.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49z" />
+    <glyph glyph-name="agrave.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM325 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="aacute.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM283 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="acircumflex.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM184 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="atilde.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM376 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5
+t-44.5 -10.5z" />
+    <glyph glyph-name="adieresis.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM207 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM401 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="amacron.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM171 601v57h266v-57h-266z" />
+    <glyph glyph-name="abreve.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="aring.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 569q-52 0 -81 27.5t-29 68.5t29 68.5t81 27.5t81 -27.5t29 -68.5t-29 -68.5t-81 -27.5zM304 606q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42t40.5 -17z" />
+    <glyph glyph-name="aringacute.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 569q-52 0 -81 27.5t-29 68.5q0 24 10 44t30 33l139 101l36 -50l-74 -35q38 -8 58.5 -33.5t20.5 -59.5q0 -41 -29 -68.5t-81 -27.5zM304 606q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42
+t40.5 -17z" />
+    <glyph glyph-name="uni01CE.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM263 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni1EA1.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EA3.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM272 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1EA5.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM199 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM438 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni1EA7.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM199 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM170 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni1EA9.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM199 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM420 635l-9 35q19 5 30.5 14t11.5 25q0 20 -16 29.5t-53 11.5l7 41q59 -2 90.5 -20t31.5 -53q0 -20 -8 -34t-21 -23.5t-29.5 -15.5t-34.5 -10z" />
+    <glyph glyph-name="uni1EAB.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM199 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM369 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10t-11 -32l-43 4q4 39 20.5 64t51.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10t11 32l43 -4
+q-4 -38 -20.5 -63.5t-51.5 -25.5z" />
+    <glyph glyph-name="uni1EAD.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM184 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4zM304 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EAF.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM299 679l-39 29l88 124l52 -40z" />
+    <glyph glyph-name="uni1EB1.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM309 679l-101 113l52 40l88 -124z
+" />
+    <glyph glyph-name="uni1EB3.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM277 682l-8 36q21 5 34.5 14
+t13.5 25q0 20 -17.5 29.5t-58.5 11.5l7 50q61 -2 95 -22t34 -60q0 -20 -8.5 -34.5t-22.5 -24.5t-32 -16t-37 -9z" />
+    <glyph glyph-name="uni1EB5.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 571q-37 0 -63 9.5t-43.5 25t-26.5 34.5t-11 38l47 8q4 -25 27 -46.5t70 -21.5t70 21.5t27 46.5l47 -8q-2 -19 -11 -38t-26.5 -34.5t-43.5 -25t-63 -9.5zM369 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10.5t-11 -32.5
+l-47 5q4 38 21.5 63t54.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10.5t11 31.5l47 -4q-4 -38 -21.5 -63t-54.5 -25z" />
+    <glyph glyph-name="uni1EB7.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM304 -214q-28 0 -47 17.5t-19 46.5
+t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="aogonek.a" 
+d="M451 -225q-42 0 -70.5 22.5t-28.5 70.5q0 43 26 76t62 56l-8 64h-3q-29 -31 -71 -53.5t-88 -22.5q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-491q-52 -23 -73 -52.5t-21 -58.5q0 -28 16.5 -41.5
+t38.5 -13.5q16 0 28 6.5t21 14.5l24 -39q-17 -16 -39.5 -26t-50.5 -10zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76q0 -88 37.5 -137t105.5 -49z" />
+    <glyph glyph-name="g.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48z" />
+    <glyph glyph-name="uni01F5.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM289 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="gcircumflex.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM190 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="gbreve.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM310 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5
+t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="gdotaccent.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM310 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni0123.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM349 575q-65 7 -91 25t-26 52q0 44 42.5 65.5t122.5 26.5l8 -41q-63 -4 -86 -15.5t-23 -32.5q0 -20 18 -29.5t53 -12.5z" />
+    <glyph glyph-name="gcaron.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM269 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni1E21.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM177 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni00670303.a" 
+d="M280 -217q-48 0 -96.5 13t-88.5 39l30 59q38 -24 78 -34.5t77 -10.5q70 0 107.5 35t39.5 94l2 97h-3q-29 -29 -70 -49.5t-86 -20.5q-47 0 -85.5 17t-66.5 48.5t-43 77t-15 102.5t18 103t48.5 78t71 49.5t84.5 17.5q43 0 80 -17.5t69 -48.5h3l7 54h66v-505q0 -92 -59 -145
+t-168 -53zM288 73q70 0 137 73v226q-33 31 -65 44t-64 13q-31 0 -58.5 -13t-48.5 -37t-33 -56.5t-12 -71.5q0 -82 38.5 -130t105.5 -48zM382 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13
+t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="i.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM328 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="dotlessi.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465z" />
+    <glyph glyph-name="igrave.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM345 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="iacute.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM303 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="icircumflex.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM204 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="itilde.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM396 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5
+t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="idieresis.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM227 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM421 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40
+t-39.5 -16z" />
+    <glyph glyph-name="imacron.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM191 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni01D0.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM283 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="iogonek.a" 
+d="M345 -225q-44 0 -73.5 22.5t-29.5 70.5q0 41 23 74t52 58h-218v67h197v352h-173v67h255v-419h186v-67h-181q-42 -29 -61 -59t-19 -57q0 -28 18 -41.5t41 -13.5q17 0 29.5 6t23.5 15l24 -39q-18 -17 -41.5 -26.5t-52.5 -9.5zM324 588q-28 0 -47 17.5t-19 46.5t19 46.5
+t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1EC9.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM292 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1ECB.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM328 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5zM324 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni012D.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM324 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="uni0268.a" 
+d="M116 220v58l180 6v135h-173v67h255v-202h170v-64h-170v-153h186v-67h-465v67h197v153h-180zM328 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="iogonek.d" 
+d="M353 -225q-45 0 -74.5 22.5t-29.5 70.5q0 42 25.5 75t60.5 57h-19v419h-226v67h308v-491q-45 -22 -66.5 -51.5t-21.5 -59.5q0 -28 18 -41.5t42 -13.5q16 0 28.5 6t23.5 15l24 -39q-18 -17 -41.5 -26.5t-51.5 -9.5z" />
+    <glyph glyph-name="iogonek.da" 
+d="M345 -225q-44 0 -73.5 22.5t-29.5 70.5q0 41 23 74t52 58h-218v67h197v352h-173v67h255v-419h186v-67h-181q-42 -29 -61 -59t-19 -57q0 -28 18 -41.5t41 -13.5q17 0 29.5 6t23.5 15l24 -39q-18 -17 -41.5 -26.5t-52.5 -9.5z" />
+    <glyph glyph-name="uni0268.d" 
+d="M132 210v56l184 6v147h-226v67h308v-214h166v-62h-166v-210h-82v210h-184z" />
+    <glyph glyph-name="uni0268.da" 
+d="M116 220v58l180 6v135h-173v67h255v-202h170v-64h-170v-153h186v-67h-465v67h197v153h-180z" />
+    <glyph glyph-name="uni029D.d" 
+d="M418 -250q-15 29 -30.5 52t-32.5 43q-24 -29 -62 -45.5t-92 -16.5q-70 0 -107.5 33t-37.5 78t33 72.5t96 27.5q32 0 65 -8t66 -25v2v456h-226v67h308v-506q0 -41 -10 -72q26 -24 49.5 -55.5t44.5 -72.5zM200 -152q40 0 64 13.5t36 34.5q-29 21 -58 30t-58 9
+q-32 0 -47 -11.5t-15 -28.5q0 -20 20 -33.5t58 -13.5z" />
+    <glyph glyph-name="l.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465z" />
+    <glyph glyph-name="lacute.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM305 757l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="lcaron.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM453 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni013C.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM241 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni1E37.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM328 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E39.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM200 795v57h268v-57h-268zM328 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni1E3B.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM195 -169v57h266v-57h-266z" />
+    <glyph glyph-name="lslash.a" 
+d="M99 0v67h197v268l-108 -64l-29 54l137 80v240h-173v67h255v-269l147 84l29 -54l-176 -100v-306h186v-67h-465z" />
+    <glyph glyph-name="ldot.a" 
+d="M46 0v67h197v578h-173v67h255v-645h186v-67h-465zM569 286q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni006C00B7006C.a" 
+d="M-4 0v67h113v578h-107v67h182v-645h102v-67h-290zM315 0v67h105v578h-108v67h183v-645h109v-67h-289zM305 292q-24 0 -41.5 17t-17.5 46t17.5 45.5t41.5 16.5q23 0 40.5 -16.5t17.5 -45.5t-17.5 -46t-40.5 -17z" />
+    <glyph glyph-name="uni026B.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465zM431 315q-33 0 -57 13t-44.5 29t-39.5 29t-41 13t-33 -21.5t-13 -56.5l-55 10q1 27 7 50.5t17.5 40.5t29 27t41.5 10q33 0 57.5 -13t45 -29t39 -29t40.5 -13t33 21.5t13 55.5l55 -9q-2 -27 -7.5 -50.5t-17 -40.5t-29 -27
+t-41.5 -10z" />
+    <glyph glyph-name="uni026C.a" 
+d="M273 311q-74 0 -106.5 25.5t-32.5 63.5q0 33 24.5 55.5t63.5 22.5q26 0 44 -8t30 -21v196h-173v67h255v-354h140v-47h-140v-244h186v-67h-465v67h197v244h-23zM263 358h33v10q0 22 -17 43t-52 21q-21 0 -31 -9.5t-10 -23.5q0 -17 16.5 -29t60.5 -12z" />
+    <glyph glyph-name="Alpha" unicode="&#x391;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85z" />
+    <glyph glyph-name="Beta" unicode="&#x392;" 
+d="M99 0v656h186q50 0 91.5 -9t71 -28t46 -49.5t16.5 -73.5q0 -49 -28 -88.5t-87 -54.5v-4q72 -11 112 -50t40 -107q0 -48 -18 -84t-50.5 -60t-78 -36t-100.5 -12h-201zM182 380h89q84 0 120.5 27t36.5 82q0 54 -38.5 75.5t-114.5 21.5h-93v-206zM182 70h106q85 0 131 29.5
+t46 96.5q0 61 -45 87.5t-132 26.5h-106v-240z" />
+    <glyph glyph-name="Gamma" unicode="&#x393;" 
+d="M135 0v656h400v-70h-317v-586h-83z" />
+    <glyph glyph-name="uni0394" unicode="&#x394;" 
+d="M43 0v50l209 606h96l209 -606v-50h-514zM134 71h331l-97 293q-17 54 -33.5 109t-33.5 112h-4q-17 -57 -33.5 -112t-33.5 -109z" />
+    <glyph glyph-name="Epsilon" unicode="&#x395;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416z" />
+    <glyph glyph-name="Zeta" unicode="&#x396;" 
+d="M65 0v50l366 537h-334v70h437v-50l-367 -536h372v-71h-474z" />
+    <glyph glyph-name="Eta" unicode="&#x397;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84z" />
+    <glyph glyph-name="Theta" unicode="&#x398;" 
+d="M300 -12q-56 0 -102 24t-79.5 68.5t-52 108t-18.5 142.5t18.5 141.5t52 106t79.5 66.5t102 23q55 0 101.5 -23.5t80 -67t52 -106t18.5 -140.5q0 -79 -18.5 -142.5t-52 -108t-80 -68.5t-101.5 -24zM300 61q37 0 68 19t52.5 54.5t33.5 85t12 111.5q0 61 -12 110t-33.5 83
+t-52.5 52.5t-68 18.5q-38 0 -68.5 -18.5t-52 -52.5t-33.5 -83t-12 -110q0 -62 12 -111.5t33.5 -85t52 -54.5t68.5 -19zM201 309v72h198v-72h-198z" />
+    <glyph glyph-name="Iota" unicode="&#x399;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="Kappa" unicode="&#x39a;" 
+d="M98 0v656h84v-329h3l276 329h95l-208 -249l232 -407h-94l-191 344l-113 -135v-209h-84z" />
+    <glyph glyph-name="Lambda" unicode="&#x39b;" 
+d="M43 0l208 656h97l209 -656h-88l-106 355q-17 58 -31 108.5t-32 108.5h-4q-18 -58 -32 -108.5t-31 -108.5l-105 -355h-85z" />
+    <glyph glyph-name="Mu" unicode="&#x39c;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328q0 24 1.5 55.5t4 63.5t4.5 62t4 51h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2q2 -21 4.5 -51t4.5 -62t3.5 -63.5t1.5 -55.5v-328h-78z" />
+    <glyph glyph-name="Nu" unicode="&#x39d;" 
+d="M82 0v656h92l210 -412l63 -136h2q-2 49 -6.5 102.5t-4.5 105.5v340h80v-656h-92l-210 412l-63 136h-2q2 -51 6.5 -102.5t4.5 -102.5v-343h-80z" />
+    <glyph glyph-name="Xi" unicode="&#x39e;" 
+d="M70 0v71h460v-71h-460zM145 309v71h310v-71h-310zM80 586v70h440v-70h-440z" />
+    <glyph glyph-name="Omicron" unicode="&#x39f;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5z" />
+    <glyph glyph-name="Pi" unicode="&#x3a0;" 
+d="M79 0v656h442v-656h-84v586h-274v-586h-84z" />
+    <glyph glyph-name="Rho" unicode="&#x3a1;" 
+d="M102 0v656h198q54 0 99 -10t77 -32.5t49.5 -59.5t17.5 -91q0 -52 -17.5 -90t-50 -63t-77 -37.5t-98.5 -12.5h-115v-260h-83zM185 328h105q87 0 128 32.5t41 102.5q0 71 -42 98.5t-127 27.5h-105v-261z" />
+    <glyph glyph-name="Sigma" unicode="&#x3a3;" 
+d="M75 0v50l226 283l-222 274v49h423v-70h-317l201 -251l-205 -264h351v-71h-457z" />
+    <glyph glyph-name="Tau" unicode="&#x3a4;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84z" />
+    <glyph glyph-name="Upsilon" unicode="&#x3a5;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84z" />
+    <glyph glyph-name="Phi" unicode="&#x3a6;" 
+d="M106 332q0 -87 41.5 -141t114.5 -60v395q-73 -6 -114.5 -57.5t-41.5 -136.5zM494 332q0 85 -42 136.5t-114 57.5v-395q36 3 65 18.5t49 42t31 62t11 78.5zM262 -22v88q-54 3 -97.5 23t-74 54t-47.5 81.5t-17 107.5q0 58 17 105t47.5 80t74 52t97.5 22v87h76v-87
+q54 -3 97.5 -22t74 -52t47.5 -80t17 -105q0 -60 -17 -107.5t-47.5 -81.5t-74 -54t-97.5 -23v-88h-76z" />
+    <glyph glyph-name="Chi" unicode="&#x3a7;" 
+d="M54 0l196 339l-183 317h92l92 -168q13 -23 25 -44.5t28 -50.5h4q14 29 24.5 50.5t22.5 44.5l90 168h88l-183 -321l196 -335h-92l-99 177q-14 24 -27.5 49.5t-30.5 55.5h-4q-14 -30 -27 -55.5t-26 -49.5l-98 -177h-88z" />
+    <glyph glyph-name="Psi" unicode="&#x3a8;" 
+d="M258 0v243q-100 5 -157 63t-57 174v176h80v-172q0 -164 134 -174v346h84v-346q134 10 134 174v172h80v-176q0 -116 -57 -174t-157 -63v-243h-84z" />
+    <glyph glyph-name="uni03A9" unicode="&#x3a9;" 
+d="M38 0v68h121v4q-21 20 -40.5 47.5t-35.5 62.5t-25.5 77t-9.5 92q0 69 17.5 127t50.5 100.5t79.5 66t104.5 23.5t104.5 -23.5t79.5 -66t50.5 -100.5t17.5 -127q0 -50 -9.5 -92t-25.5 -77t-35.5 -62.5t-40.5 -47.5v-4h121v-68h-210v61q24 24 45 52t36.5 62.5t24 76.5
+t8.5 94q0 53 -11 98.5t-32 79t-52 52.5t-71 19t-71 -19t-52 -52.5t-32 -79t-11 -98.5q0 -52 8.5 -94t24 -76.5t36.5 -62.5t45 -52v-61h-210z" />
+    <glyph glyph-name="Alphatonos" unicode="&#x386;" 
+d="M248 367l-30 -100h183l-29 100q-16 55 -30.5 104.5t-29.5 108.5h-4q-16 -59 -30 -108.5t-30 -104.5zM54 0l210 656h94l210 -656h-88l-59 200h-223l-59 -200h-85zM93 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Epsilontonos" unicode="&#x388;" 
+d="M200 0v656h320v-70h-244v-206h194v-71h-194v-238h254v-71h-330zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Etatonos" unicode="&#x389;" 
+d="M194 0v656h76v-275h182v275h76v-656h-76v309h-182v-309h-76zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Iotatonos" unicode="&#x38a;" 
+d="M185 0v71h118v515h-118v70h320v-70h-119v-515h119v-71h-320zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Iotadieresis" unicode="&#x3aa;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Omicrontonos" unicode="&#x38c;" 
+d="M348 -12q-45 0 -82 23t-64 67t-42 108t-15 145q0 82 15 145t42 106t64 64.5t82 21.5t82.5 -21.5t64.5 -64.5t42 -106t15 -145q0 -83 -15 -147t-42 -107.5t-64.5 -66t-82.5 -22.5zM348 61q56 0 89.5 66.5t33.5 203.5q0 135 -34 199.5t-89 64.5t-88.5 -64t-33.5 -200
+q0 -137 33.5 -203.5t88.5 -66.5zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Upsilontonos" unicode="&#x38e;" 
+d="M357 0v234l-169 422h77l73 -195q15 -42 28.5 -78.5t27.5 -74.5h4q14 38 27.5 76t27.5 77l75 195h74l-169 -422v-234h-76zM97 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="Upsilondieresis" unicode="&#x3ab;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5
+t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="Omegatonos" unicode="&#x38f;" 
+d="M134 0v68h99v4q-42 60 -65 129.5t-23 163.5q0 66 14.5 121.5t40.5 96t63.5 63t83.5 22.5t83.5 -22.5t64 -63t40.5 -96t14 -121.5q0 -94 -23 -163.5t-65 -129.5v-4h99v-68h-172v61q39 59 59.5 127.5t20.5 163.5q0 55 -8 99.5t-23.5 76.5t-38 49.5t-51.5 17.5t-51.5 -17.5
+t-38 -49.5t-23.5 -76.5t-8 -99.5q0 -95 20.5 -163.5t59.5 -127.5v-61h-172zM81 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="alpha" unicode="&#x3b1;" 
+d="M253 -12q-44 0 -80 16t-61.5 47.5t-40 77t-14.5 105.5q0 63 18 112t48 82.5t69.5 51.5t82.5 18q25 0 49.5 -6.5t46 -21.5t38.5 -39.5t28 -59.5h3l20 115h82q-10 -48 -20.5 -100.5t-19.5 -103.5t-15 -96.5t-6 -78.5q0 -25 14 -38t34 -13q8 0 17 2.5t17 5.5l12 -63
+q-11 -5 -26.5 -9t-37.5 -4q-43 0 -69 24t-26 75h-3q-32 -51 -71 -75t-89 -24zM270 57q25 0 49.5 12t44 32.5t32 48t15.5 58.5l7 91q-10 40 -25 65.5t-33 39.5t-37 19.5t-35 5.5q-28 0 -54 -12.5t-46.5 -36.5t-33 -60.5t-12.5 -84.5q0 -85 34 -131.5t94 -46.5z" />
+    <glyph glyph-name="beta" unicode="&#x3b2;" 
+d="M93 -179v674q0 49 12.5 91t37.5 72.5t63 48t89 17.5q37 0 71 -10.5t60.5 -32t42.5 -54t16 -76.5q0 -54 -27 -95t-79 -71v-4q75 -11 120 -61t45 -127q0 -49 -16.5 -87t-44 -64.5t-63 -40t-73.5 -13.5q-47 0 -93 16t-84 58q2 -62 3.5 -120.5t2.5 -120.5h-83zM327 57
+q28 0 52.5 9.5t43 27.5t29 44.5t10.5 59.5q0 58 -35 97t-106 39q-26 0 -50 -6l-13 63q40 8 67.5 24t45 37t25.5 45t8 48q0 28 -8.5 49t-23.5 35t-34.5 21t-41.5 7q-57 0 -89.5 -44t-33.5 -133q-1 -88 -1.5 -173.5t-0.5 -173.5q35 -46 76.5 -61t79.5 -15z" />
+    <glyph glyph-name="gamma" unicode="&#x3b3;" 
+d="M255 -179q1 16 2 29.5t1.5 27t0.5 29v35.5q0 58 -18 130t-47 145.5t-67.5 141.5t-78.5 118l82 21q26 -33 52 -78t49.5 -97.5t43 -110.5t32.5 -115h4q54 95 92.5 191t52.5 198h82q-12 -62 -28 -117t-40 -111t-58.5 -117t-82.5 -136q6 -44 8 -93t2 -91h-84z" />
+    <glyph glyph-name="delta" unicode="&#x3b4;" 
+d="M300 -12q-45 0 -87.5 15t-75.5 43.5t-52.5 69.5t-19.5 93q0 44 15.5 80.5t42 65.5t62 50t76.5 35q-30 19 -56.5 38t-46 40t-30.5 45t-11 52q0 22 10 41.5t30.5 34.5t51.5 24t74 9q53 0 111.5 -10t129.5 -34l-20 -65q-74 26 -127 35.5t-95 9.5q-45 0 -64.5 -15t-19.5 -35
+t12 -37.5t33.5 -34.5t51.5 -36t67 -42q36 -23 68 -47t55 -52.5t36.5 -63t13.5 -78.5q0 -52 -16 -94.5t-46 -73t-74 -47t-99 -16.5zM302 56q75 0 113.5 44.5t38.5 117.5q0 31 -10 57t-27.5 47.5t-41 40.5t-50.5 36q-85 -19 -132.5 -67.5t-47.5 -120.5q0 -36 13 -64.5
+t34.5 -48.5t50 -31t59.5 -11z" />
+    <glyph glyph-name="epsilon" unicode="&#x3b5;" 
+d="M320 -12q-107 0 -168 38.5t-61 107.5q0 52 32.5 80t78.5 41v4q-43 16 -65 45t-22 63q0 33 15.5 58t43.5 41t66.5 24t84.5 8q54 0 102.5 -16t90.5 -46l-33 -55q-73 52 -158 52q-61 0 -95.5 -19t-34.5 -57q0 -33 33.5 -53t107.5 -20q14 0 28.5 0.5t32.5 2.5v-68
+q-21 2 -39.5 2h-36.5q-150 0 -150 -80q0 -41 38.5 -64t117.5 -23q45 0 85.5 11.5t84.5 46.5l35 -55q-27 -20 -52 -33.5t-51 -21.5t-53 -11t-58 -3z" />
+    <glyph glyph-name="zeta" unicode="&#x3b6;" 
+d="M467 -184l-66 27q26 32 37.5 50t11.5 38q0 11 -6 19t-21 15t-40.5 13t-64.5 14q-40 8 -76.5 22.5t-64.5 40.5t-44.5 66.5t-16.5 100.5t27 120.5t71.5 116.5t100 105t112.5 86h-61.5t-75.5 -1t-77.5 -2t-66.5 -2v67h377v-67h-5q-59 -35 -116 -84.5t-101.5 -105.5
+t-72 -115.5t-27.5 -113.5q0 -43 11.5 -72t33 -48t52 -30t69.5 -18q40 -8 69.5 -16.5t49 -20.5t29 -29t9.5 -42q0 -23 -13.5 -57.5t-43.5 -76.5z" />
+    <glyph glyph-name="eta" unicode="&#x3b7;" 
+d="M431 -179q1 60 2 122t2 123t1.5 119.5t0.5 111.5q0 69 -21.5 99.5t-72.5 30.5q-23 0 -42.5 -4.5t-38 -16.5t-38.5 -32t-42 -50v-324h-82v353q0 29 -1 62t-6 71h75l7 -95h3q41 56 85.5 81.5t103.5 25.5q78 0 112.5 -48t34.5 -142v-487h-83z" />
+    <glyph glyph-name="theta" unicode="&#x3b8;" 
+d="M300 -12q-53 0 -95 22t-71.5 67.5t-45.5 115.5t-16 166q0 180 61 272.5t167 92.5t167 -92.5t61 -272.5q0 -96 -16 -166t-45.5 -115.5t-71.5 -67.5t-95 -22zM300 656q-30 0 -56 -15t-45.5 -47t-31.5 -82.5t-14 -121.5h294q-2 71 -14 121.5t-31.5 82.5t-45.5 47t-56 15z
+M300 56q30 0 56 14t45.5 46.5t31.5 85t14 129.5h-294q2 -77 13.5 -129.5t31 -85t46 -46.5t56.5 -14z" />
+    <glyph glyph-name="iota" unicode="&#x3b9;" 
+d="M400 -12q-81 0 -117 44t-36 131v256h-166v67h249q-1 -41 -2 -84t-2 -85.5t-1.5 -83t-0.5 -76.5q0 -53 23.5 -77t70.5 -24q19 0 41 4.5t45 15.5l21 -61q-26 -12 -55.5 -19.5t-69.5 -7.5z" />
+    <glyph glyph-name="kappa" unicode="&#x3ba;" 
+d="M484 -8q-22 25 -47.5 56t-51 65t-50 70t-43.5 72q-35 -38 -68 -83q-37 -54 -37 -147v-25h-77v353q0 29 -1.5 65t-8.5 68h82q5 -20 7 -50.5t2 -62.5v-152h4q30 52 69 97.5t83.5 81.5t91.5 61t94 37l9 -78q-48 -14 -97 -41.5t-98 -69.5q20 -38 47.5 -79t58 -81t62.5 -78
+t62 -71z" />
+    <glyph glyph-name="lambda" unicode="&#x3bb;" 
+d="M145 -8l-89 8l224 497l-8 23q-24 71 -52.5 102.5t-73.5 31.5q-20 0 -34.5 -5t-27.5 -11l-21 68q17 8 38.5 13t53.5 5q38 0 67 -12t52.5 -37.5t42.5 -64t38 -91.5l198 -519h-89l-145 403h-4z" />
+    <glyph glyph-name="uni03BC" unicode="&#x3bc;" 
+d="M84 -187v673h82v-291q0 -67 24.5 -101.5t78.5 -34.5q19 0 37 4t36.5 15t37 32t37.5 54v322h83q-2 -99 -4 -202.5t-2 -191.5q0 -20 8 -28t20 -8h7.5t10.5 2l11 -62q-18 -8 -47 -8q-38 0 -57.5 22.5t-22.5 81.5h-2q-30 -52 -69.5 -77t-84.5 -25q-33 0 -60.5 10.5
+t-47.5 42.5q0 -38 0.5 -67.5t1 -55.5t2 -51.5t3.5 -55.5h-83z" />
+    <glyph glyph-name="nu" unicode="&#x3bd;" 
+d="M257 0q-14 72 -35.5 138t-49.5 126t-60 113t-65 100l82 21q28 -39 56 -88.5t52 -103.5t43 -110.5t29 -110.5h4q25 47 49 97t44 101t33.5 102.5t17.5 100.5h83q-10 -63 -28 -122.5t-43.5 -119t-58 -119.5t-72.5 -125h-81z" />
+    <glyph glyph-name="xi" unicode="&#x3be;" 
+d="M470 -184l-66 27q26 32 37 50t11 38q0 11 -5.5 19t-20.5 15t-40.5 13t-64.5 14q-42 9 -80 22t-66.5 35t-45.5 55t-17 81q0 36 13 67.5t34.5 56.5t50.5 43t61 27v4q-48 20 -79.5 55.5t-31.5 88.5q0 42 20.5 73t57.5 50h-37.5t-33 -1t-34.5 -2t-41 -2v67h431v-67h-144
+q-27 0 -52 -8t-43.5 -23t-29.5 -37.5t-11 -51.5q0 -26 12 -48t31.5 -38t44.5 -25t50 -9q23 0 39 0.5t39 4.5v-72q-23 4 -41.5 4.5t-41.5 0.5q-34 0 -66.5 -10t-57.5 -28.5t-40 -46t-15 -62.5q0 -36 13.5 -59.5t37 -38.5t55.5 -24t70 -16q41 -8 70.5 -16.5t48 -20.5t27 -29
+t8.5 -42q0 -23 -13 -57.5t-44 -76.5z" />
+    <glyph glyph-name="omicron" unicode="&#x3bf;" 
+d="M300 -12q-48 0 -91 17t-75 49.5t-51 80t-19 107.5q0 61 19 108.5t51 80.5t75 50t91 17t91 -17t75 -50t51 -80.5t19 -108.5q0 -60 -19 -107.5t-51 -80t-75 -49.5t-91 -17zM300 56q35 0 63 13.5t47.5 38t30 58.5t10.5 76t-10.5 76.5t-30 59.5t-47.5 38.5t-63 13.5
+t-63 -13.5t-47.5 -38.5t-30 -59.5t-10.5 -76.5t10.5 -76t30 -58.5t47.5 -38t63 -13.5z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" 
+d="M503 -12q-58 0 -82 31t-24 91q0 19 0.5 54.5t1.5 78.5t2 89t1 86h-197q0 -103 -3.5 -209.5t-11.5 -213.5l-82 5q12 108 16 213.5t4 204.5h-101v63l69 5h477v-68h-92q-2 -41 -3.5 -88.5t-2.5 -92t-1 -80v-53.5q0 -26 11 -37t34 -11q5 0 11 1.5t16 4.5l12 -63
+q-11 -5 -24 -8t-31 -3z" />
+    <glyph glyph-name="rho" unicode="&#x3c1;" 
+d="M93 -179v427q0 63 18 110t48.5 78t71.5 46.5t88 15.5q108 0 164.5 -66t56.5 -182q0 -62 -18 -110.5t-47.5 -82.5t-68 -51.5t-78.5 -17.5q-42 0 -82.5 14t-75.5 55q1 -33 2 -61.5t1.5 -56.5t1.5 -57t1 -61h-83zM314 57q29 0 55 13.5t45 38t30 60.5t11 81q0 40 -8 73
+t-25 56.5t-43 36.5t-63 13q-29 0 -55 -11.5t-46 -34t-31.5 -56.5t-11.5 -80v-124q18 -21 35.5 -34t35.5 -20t36 -9.5t35 -2.5z" />
+    <glyph glyph-name="sigma" unicode="&#x3c3;" 
+d="M290 -12q-47 0 -88.5 16.5t-73 48t-50 78.5t-18.5 107q0 64 19.5 110.5t52 77t74.5 45.5t88 15h278v-70q-43 3 -79.5 5t-78.5 3v-4q48 -26 74 -75t26 -118q0 -57 -17.5 -101t-47.5 -75t-71 -47t-88 -16zM290 56q31 0 57.5 12.5t45.5 35.5t29.5 56t10.5 74q0 36 -9 69.5
+t-27 59t-44.5 40.5t-60.5 15q-63 0 -105 -44.5t-42 -135.5q0 -42 11 -75.5t30.5 -57.5t46 -36.5t57.5 -12.5z" />
+    <glyph glyph-name="tau" unicode="&#x3c4;" 
+d="M376 -12q-65 0 -91 35.5t-26 103.5v292h-193v62l70 5h398v-67h-194q-2 -78 -3 -153.5t-1 -144.5q0 -35 14.5 -50t43.5 -15q15 0 29.5 3t31.5 8l11 -64q-17 -6 -40.5 -10.5t-49.5 -4.5z" />
+    <glyph glyph-name="upsilon" unicode="&#x3c5;" 
+d="M294 -12q-99 0 -155 51.5t-56 157.5q0 39 2 78t2 78q0 29 -1.5 62t-6.5 71h80q5 -26 6 -53.5t1 -59.5q0 -19 -1 -42t-2 -47t-2 -47.5t-1 -44.5q0 -37 11 -63t29.5 -42t43 -23.5t51.5 -7.5q32 0 59 12t47 36.5t31 62.5t11 90q0 51 -9 105t-31 117l80 19q20 -60 32 -119
+t12 -120q0 -66 -17 -116.5t-48 -85t-74 -52t-94 -17.5z" />
+    <glyph glyph-name="phi" unicode="&#x3c6;" 
+d="M128 244q0 -85 37.5 -133.5t94.5 -53.5v372q-57 -5 -94.5 -52.5t-37.5 -132.5zM472 244q0 85 -37.5 132.5t-94.5 52.5v-372q57 5 94.5 53.5t37.5 133.5zM260 -179v170q-44 3 -83 20.5t-68.5 49.5t-47 78t-17.5 105q0 58 17.5 104t47 77.5t68.5 49t83 20.5v127h80v-127
+q43 -3 82.5 -20.5t69 -49t47 -77.5t17.5 -104q0 -59 -17.5 -105t-47 -78t-69 -49.5t-82.5 -20.5v-170h-80z" />
+    <glyph glyph-name="chi" unicode="&#x3c7;" 
+d="M139 -191l-83 12l206 342l-203 314l82 21l160 -262h4l137 250h87l-185 -322l216 -334l-80 -21l-175 287h-4z" />
+    <glyph glyph-name="psi" unicode="&#x3c8;" 
+d="M262 -179v167q-52 1 -90 18t-63 47t-37 71t-12 91v138q0 29 -1 62t-6 71h80q4 -26 5 -53.5t1 -59.5q0 -21 -0.5 -44.5t-0.5 -45.5t-0.5 -41t-0.5 -31q0 -72 30 -114t95 -42v567h80v-566q63 5 97.5 54t34.5 146q0 28 -2 54t-6.5 52.5t-12 55t-19.5 61.5l76 19
+q23 -63 33 -118.5t10 -121.5q0 -125 -55.5 -194.5t-155.5 -74.5v-168h-80z" />
+    <glyph glyph-name="omega" unicode="&#x3c9;" 
+d="M190 -12q-33 0 -61.5 15t-49.5 45t-33 75.5t-12 105.5q0 78 26.5 145t64.5 124l72 -33q-21 -30 -36.5 -59t-26 -59t-15.5 -62.5t-5 -70.5q0 -76 23 -117t58 -41q28 0 48.5 27t20.5 95q0 30 -2 60.5t-6 69.5h85q-4 -39 -5.5 -69.5t-1.5 -60.5q0 -35 5.5 -58.5t14.5 -37.5
+t21.5 -20t26.5 -6q36 0 58 41.5t22 129.5q0 37 -4.5 67.5t-13.5 58.5t-23.5 55.5t-34.5 58.5l73 31q19 -29 35 -58t27.5 -61.5t18 -68.5t6.5 -78q0 -123 -42.5 -183.5t-111.5 -60.5q-35 0 -64.5 19.5t-46.5 61.5h-4q-17 -42 -44.5 -61.5t-62.5 -19.5z" />
+    <glyph glyph-name="uni03C2" unicode="&#x3c2;" 
+d="M438 -180l-66 26q26 33 39.5 55t13.5 44q0 12 -4 21.5t-15.5 18t-33 15.5t-56.5 14q-43 9 -84 25.5t-72.5 44t-50.5 69t-19 101.5q0 58 21 103.5t56.5 77t82 47.5t97.5 16q61 0 103 -19.5t74 -48.5l-42 -53q-30 27 -60 40t-71 13q-38 0 -70 -12.5t-55.5 -35.5t-37 -55.5
+t-13.5 -72.5q0 -43 13.5 -72.5t37.5 -49t56.5 -31.5t70.5 -20q43 -9 71.5 -19t45 -23.5t23 -32t6.5 -43.5q0 -26 -15 -63.5t-46 -79.5z" />
+    <glyph glyph-name="uni03D0" unicode="&#x3d0;" 
+d="M329 -12q-41 0 -82.5 12.5t-76 40t-56 72.5t-21.5 111v271q0 49 12.5 91t38 73t64 48t90.5 17q35 0 68.5 -10.5t60 -32t42.5 -54t16 -76.5q0 -54 -29.5 -96t-83.5 -70v-4q40 -4 71.5 -20t54 -41t34.5 -58.5t12 -72.5q0 -47 -16.5 -84t-46 -63t-68.5 -40t-84 -14zM173 480
+q0 -33 -0.5 -60t-0.5 -51q64 12 108.5 29t72 39t39.5 49t12 59q0 56 -32 84t-74 28q-60 0 -91.5 -44.5t-33.5 -132.5zM326 60q30 0 55 10t43 28t28 42.5t10 53.5q0 30 -8.5 55.5t-26 44t-44 29.5t-62.5 11q-15 0 -51 -5.5t-99 -22.5v-69q0 -54 16 -88t40 -54t51 -27.5
+t48 -7.5z" />
+    <glyph glyph-name="uni03D1" unicode="&#x3d1;" 
+d="M158 541q0 -32 12.5 -63t45 -53.5t88.5 -31.5t142 3q-2 70 -15 120t-34.5 81t-51 45t-65.5 14q-54 0 -88 -31t-34 -84zM297 -12q-93 0 -144.5 49t-51.5 145q0 39 -1.5 62.5t-6.5 46.5h77q6 -14 7 -39.5t1 -59.5q0 -37 9.5 -63t26.5 -42t39 -23.5t48 -7.5q30 0 56 12.5
+t45.5 45t31 87.5t13.5 140q-107 -15 -178 0.5t-113 47t-59.5 73.5t-17.5 80q0 41 15.5 74.5t42.5 57.5t63 37t77 13q125 0 188 -92.5t63 -269.5q0 -103 -16.5 -174.5t-47 -115.5t-73 -64t-94.5 -20z" />
+    <glyph glyph-name="uni03D5" unicode="&#x3d5;" 
+d="M128 244q0 -85 37.5 -133.5t94.5 -53.5v372q-57 -5 -94.5 -52.5t-37.5 -132.5zM472 244q0 85 -37.5 132.5t-94.5 52.5v-372q57 5 94.5 53.5t37.5 133.5zM260 -179v170q-44 3 -83 20.5t-68.5 49.5t-47 78t-17.5 105q0 58 17.5 104t47 77.5t68.5 49t83 20.5v127h80v-127
+q43 -3 82.5 -20.5t69 -49t47 -77.5t17.5 -104q0 -59 -17.5 -105t-47 -78t-69 -49.5t-82.5 -20.5v-170h-80z" />
+    <glyph glyph-name="phi.a" 
+d="M260 -179v170q-44 3 -84.5 19.5t-71 48t-49 77.5t-18.5 107q0 75 30.5 140t76.5 119l64 -48q-22 -26 -38.5 -51t-28 -51t-17.5 -55t-6 -63q0 -81 39.5 -127t102.5 -52v241q0 106 41.5 154t105.5 48q75 0 115.5 -65t40.5 -179q0 -60 -18 -107.5t-48.5 -81t-71 -52
+t-84.5 -21.5q1 -44 2 -86.5t2 -84.5h-85zM339 299q0 -61 0.5 -121.5t1.5 -122.5q62 6 101 56.5t39 138.5q0 83 -19.5 131t-57.5 48q-30 0 -47.5 -29t-17.5 -101z" />
+    <glyph glyph-name="alphatonos" unicode="&#x3ac;" 
+d="M253 -12q-44 0 -80 16t-61.5 47.5t-40 77t-14.5 105.5q0 63 18 112t48 82.5t69.5 51.5t82.5 18q25 0 49.5 -6.5t46 -21.5t38.5 -39.5t28 -59.5h3l20 115h82q-10 -48 -20.5 -100.5t-19.5 -103.5t-15 -96.5t-6 -78.5q0 -25 14 -38t34 -13q8 0 17 2.5t17 5.5l12 -63
+q-11 -5 -26.5 -9t-37.5 -4q-43 0 -69 24t-26 75h-3q-32 -51 -71 -75t-89 -24zM270 57q25 0 49.5 12t44 32.5t32 48t15.5 58.5l7 91q-10 40 -25 65.5t-33 39.5t-37 19.5t-35 5.5q-28 0 -54 -12.5t-46.5 -36.5t-33 -60.5t-12.5 -84.5q0 -85 34 -131.5t94 -46.5zM346 559
+l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="epsilontonos" unicode="&#x3ad;" 
+d="M320 -12q-107 0 -168 38.5t-61 107.5q0 52 32.5 80t78.5 41v4q-43 16 -65 45t-22 63q0 33 15.5 58t43.5 41t66.5 24t84.5 8q54 0 102.5 -16t90.5 -46l-33 -55q-73 52 -158 52q-61 0 -95.5 -19t-34.5 -57q0 -33 33.5 -53t107.5 -20q14 0 28.5 0.5t32.5 2.5v-68
+q-21 2 -39.5 2h-36.5q-150 0 -150 -80q0 -41 38.5 -64t117.5 -23q45 0 85.5 11.5t84.5 46.5l35 -55q-27 -20 -52 -33.5t-51 -21.5t-53 -11t-58 -3zM358 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="etatonos" unicode="&#x3ae;" 
+d="M431 -179q1 60 2 122t2 123t1.5 119.5t0.5 111.5q0 69 -21.5 99.5t-72.5 30.5q-23 0 -42.5 -4.5t-38 -16.5t-38.5 -32t-42 -50v-324h-82v353q0 29 -1 62t-6 71h75l7 -95h3q41 56 85.5 81.5t103.5 25.5q78 0 112.5 -48t34.5 -142v-487h-83zM348 559l-57 10l47 230l85 -15z
+" />
+    <glyph glyph-name="iotatonos" unicode="&#x3af;" 
+d="M400 -12q-81 0 -117 44t-36 131v256h-166v67h249q-1 -41 -2 -84t-2 -85.5t-1.5 -83t-0.5 -76.5q0 -53 23.5 -77t70.5 -24q19 0 41 4.5t45 15.5l21 -61q-26 -12 -55.5 -19.5t-69.5 -7.5zM305 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="iotadieresis" unicode="&#x3ca;" 
+d="M400 -12q-81 0 -117 44t-36 131v256h-166v67h249q-1 -41 -2 -84t-2 -85.5t-1.5 -83t-0.5 -76.5q0 -53 23.5 -77t70.5 -24q19 0 41 4.5t45 15.5l21 -61q-26 -12 -55.5 -19.5t-69.5 -7.5zM186 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5
+q0 -24 -15.5 -40t-39.5 -16zM380 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="omicrontonos" unicode="&#x3cc;" 
+d="M300 -12q-48 0 -91 17t-75 49.5t-51 80t-19 107.5q0 61 19 108.5t51 80.5t75 50t91 17t91 -17t75 -50t51 -80.5t19 -108.5q0 -60 -19 -107.5t-51 -80t-75 -49.5t-91 -17zM300 56q35 0 63 13.5t47.5 38t30 58.5t10.5 76t-10.5 76.5t-30 59.5t-47.5 38.5t-63 13.5
+t-63 -13.5t-47.5 -38.5t-30 -59.5t-10.5 -76.5t10.5 -76t30 -58.5t47.5 -38t63 -13.5zM322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="upsilontonos" unicode="&#x3cd;" 
+d="M294 -12q-99 0 -155 51.5t-56 157.5q0 39 2 78t2 78q0 29 -1.5 62t-6.5 71h80q5 -26 6 -53.5t1 -59.5q0 -19 -1 -42t-2 -47t-2 -47.5t-1 -44.5q0 -37 11 -63t29.5 -42t43 -23.5t51.5 -7.5q32 0 59 12t47 36.5t31 62.5t11 90q0 51 -9 105t-31 117l80 19q20 -60 32 -119
+t12 -120q0 -66 -17 -116.5t-48 -85t-74 -52t-94 -17.5zM319 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="upsilondieresis" unicode="&#x3cb;" 
+d="M294 -12q-99 0 -155 51.5t-56 157.5q0 39 2 78t2 78q0 29 -1.5 62t-6.5 71h80q5 -26 6 -53.5t1 -59.5q0 -19 -1 -42t-2 -47t-2 -47.5t-1 -44.5q0 -37 11 -63t29.5 -42t43 -23.5t51.5 -7.5q32 0 59 12t47 36.5t31 62.5t11 90q0 51 -9 105t-31 117l80 19q20 -60 32 -119
+t12 -120q0 -66 -17 -116.5t-48 -85t-74 -52t-94 -17.5zM200 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM394 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40
+t-39.5 -16z" />
+    <glyph glyph-name="omegatonos" unicode="&#x3ce;" 
+d="M190 -12q-33 0 -61.5 15t-49.5 45t-33 75.5t-12 105.5q0 78 26.5 145t64.5 124l72 -33q-21 -30 -36.5 -59t-26 -59t-15.5 -62.5t-5 -70.5q0 -76 23 -117t58 -41q28 0 48.5 27t20.5 95q0 30 -2 60.5t-6 69.5h85q-4 -39 -5.5 -69.5t-1.5 -60.5q0 -35 5.5 -58.5t14.5 -37.5
+t21.5 -20t26.5 -6q36 0 58 41.5t22 129.5q0 37 -4.5 67.5t-13.5 58.5t-23.5 55.5t-34.5 58.5l73 31q19 -29 35 -58t27.5 -61.5t18 -68.5t6.5 -78q0 -123 -42.5 -183.5t-111.5 -60.5q-35 0 -64.5 19.5t-46.5 61.5h-4q-17 -42 -44.5 -61.5t-62.5 -19.5zM322 559l-57 10l47 230
+l85 -15z" />
+    <glyph glyph-name="iotadieresistonos" unicode="&#x390;" 
+d="M400 -12q-81 0 -117 44t-36 131v256h-166v67h249q-1 -41 -2 -84t-2 -85.5t-1.5 -83t-0.5 -76.5q0 -53 23.5 -77t70.5 -24q19 0 41 4.5t45 15.5l21 -61q-26 -12 -55.5 -19.5t-69.5 -7.5zM168 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5
+q0 -20 -13 -31.5t-33 -11.5zM241 573l49 226l68 -13l-75 -222zM398 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5z" />
+    <glyph glyph-name="upsilondieresistonos" unicode="&#x3b0;" 
+d="M294 -12q-99 0 -155 51.5t-56 157.5q0 39 2 78t2 78q0 29 -1.5 62t-6.5 71h80q5 -26 6 -53.5t1 -59.5q0 -19 -1 -42t-2 -47t-2 -47.5t-1 -44.5q0 -37 11 -63t29.5 -42t43 -23.5t51.5 -7.5q32 0 59 12t47 36.5t31 62.5t11 90q0 51 -9 105t-31 117l80 19q20 -60 32 -119
+t12 -120q0 -66 -17 -116.5t-48 -85t-74 -52t-94 -17.5zM182 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5zM255 573l49 226l68 -13l-75 -222zM412 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5
+q0 -20 -13 -31.5t-33 -11.5z" />
+    <glyph glyph-name="uni03D7" unicode="&#x3d7;" 
+d="M441 -187l-95 8q39 41 74 85t63 87q-22 25 -47.5 56t-51 64.5t-49.5 69.5t-43 72q-35 -38 -68 -83q-37 -54 -37 -147v-25h-77v353q0 29 -1.5 65t-8.5 68h82q5 -20 7 -50.5t2 -62.5v-152h4q30 52 69 97.5t83.5 81.5t91.5 61t94 37l9 -78q-48 -14 -97 -41.5t-98 -69.5
+q20 -38 47.5 -79t58 -81t62.5 -78t62 -71q-33 -53 -69.5 -102.5t-66.5 -84.5z" />
+    <glyph glyph-name="uni03D9" unicode="&#x3d9;" 
+d="M300 54q72 0 112.5 51t40.5 137q0 85 -40.5 136.5t-112.5 51.5t-112.5 -51.5t-40.5 -136.5q0 -86 40.5 -137t112.5 -51zM263 -179v170q-42 6 -79 25t-64 51t-42.5 76t-15.5 99q0 61 19 109t51.5 80.5t75.5 49.5t92 17t92 -17t75.5 -49.5t51.5 -80.5t19 -109
+q0 -54 -15 -97.5t-41.5 -75.5t-62.5 -51.5t-78 -26.5q1 -23 1.5 -42.5l1 -39t1 -41t1.5 -47.5h-83z" />
+    <glyph glyph-name="uni03DB" unicode="&#x3db;" 
+d="M438 -180l-65 26q26 33 39 55t13 42q0 12 -3.5 21.5t-14.5 18t-32.5 16t-58.5 15.5q-44 10 -84.5 26.5t-72 43.5t-50 66t-18.5 95q0 62 20.5 107.5t56.5 75t84.5 44t104.5 14.5h156v-70q-31 2 -70 2h-81q-85 0 -135.5 -42.5t-50.5 -130.5q0 -39 13 -66t36 -46t56 -31.5
+t72 -20.5q43 -9 71.5 -19.5t45 -24t23 -31.5t6.5 -43q0 -26 -15 -63.5t-46 -79.5z" />
+    <glyph glyph-name="uni03DD" unicode="&#x3dd;" 
+d="M146 -179v665h377v-67h-301l2 -217h266v-59h-265q0 -81 1 -157.5t3 -164.5h-83z" />
+    <glyph glyph-name="uni03E1" unicode="&#x3e1;" 
+d="M507 -179l-80 10q10 48 14 94t4 92q0 67 -10 126q-63 -29 -123.5 -57.5t-129.5 -63.5l-34 69l272 122q-15 63 -42 119q-69 -31 -135 -62t-141 -69l-34 69l278 125q-42 72 -100 131t-133 103l51 61q87 -53 154.5 -126t113 -160t69.5 -185.5t24 -202.5q0 -51 -4 -98.5
+t-14 -96.5z" />
+    <glyph glyph-name="uni037E" unicode="&#x37e;" 
+d="M300 346q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23zM220 -213l-23 52q62 28 93 67.5t33 99.5q-5 -2 -9.5 -2h-9.5q-32 0 -55 18.5t-23 56.5q0 37 24 56.5t56 19.5q45 0 67.5 -34.5t22.5 -93.5q0 -88 -46.5 -148.5
+t-129.5 -91.5z" />
+    <glyph glyph-name="anoteleia" unicode="&#x387;" 
+d="M300 340q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23z" />
+    <glyph glyph-name="anoteleia.cap" 
+d="M300 523q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23z" />
+    <glyph glyph-name="uni0374" unicode="&#x374;" 
+d="M257 449l22 241h81l-14 -92l-35 -149h-54z" />
+    <glyph glyph-name="uni0375" unicode="&#x375;" 
+d="M240 0l14 92l35 150h54l-22 -242h-81z" />
+    <glyph glyph-name="tonos" unicode="&#x384;" 
+d="M322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="tonos.cap" 
+d="M297 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="dieresistonos" unicode="&#x385;" 
+d="M185 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5zM258 573l49 226l68 -13l-75 -222zM415 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5z" />
+    <glyph glyph-name="uni037A" unicode="&#x37a;" 
+d="M344 -201q-77 0 -77 92v47h64q-2 -13 -2 -27.5v-25.5q0 -17 9 -24t21 -7q4 0 8 0.5t14 2.5l9 -49q-10 -4 -19.5 -6.5t-26.5 -2.5z" />
+    <glyph glyph-name="uni1FBE" unicode="&#x1fbe;" 
+d="M346 -12q-51 0 -73 29.5t-22 83.5v305h83q-2 -81 -3.5 -160t-1.5 -151q0 -20 9.5 -29.5t25.5 -9.5q12 0 29 6l11 -62q-11 -5 -24.5 -8.5t-33.5 -3.5z" />
+    <glyph glyph-name="uni1FBD" unicode="&#x1fbd;" 
+d="M268 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1FBF" unicode="&#x1fbf;" 
+d="M268 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni1FFE" unicode="&#x1ffe;" 
+d="M332 574q-22 4 -42 10.5t-35.5 17.5t-25 26.5t-9.5 37.5q0 45 37 68.5t106 25.5l5 -54q-83 -4 -83 -47q0 -20 16 -30.5t40 -16.5z" />
+    <glyph glyph-name="uni1FEF" unicode="&#x1fef;" 
+d="M276 558l-67 197l85 15l39 -201z" />
+    <glyph glyph-name="uni1FFD" unicode="&#x1ffd;" 
+d="M322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="uni1FCD" unicode="&#x1fcd;" 
+d="M180 577l-10 38q20 5 33.5 16t13.5 31q0 39 -73 43l4 51q59 -2 94 -23t35 -62q0 -22 -8.5 -38t-22 -27t-31 -18t-35.5 -11zM365 559l-63 197l74 14l39 -201z" />
+    <glyph glyph-name="uni1FDD" unicode="&#x1fdd;" 
+d="M235 577q-18 4 -35.5 11t-31 18t-22 27t-8.5 38q0 41 35 62t94 23l4 -51q-73 -4 -73 -43q0 -20 13 -31t33 -16zM359 559l-64 197l75 14l38 -201z" />
+    <glyph glyph-name="uni1FCE" unicode="&#x1fce;" 
+d="M180 577l-10 38q20 5 33.5 16t13.5 31q0 39 -73 43l4 51q59 -2 94 -23t35 -62q0 -22 -8.5 -38t-22 -27t-31 -18t-35.5 -11zM362 559l-50 10l42 201l74 -14z" />
+    <glyph glyph-name="uni1FDE" unicode="&#x1fde;" 
+d="M245 577q-18 4 -35.5 11t-31 18t-22 27t-8.5 38q0 41 35 62t94 23l4 -51q-73 -4 -73 -43q0 -20 13 -31t33 -16zM305 569l43 201l74 -14l-67 -197z" />
+    <glyph glyph-name="uni1FCF" unicode="&#x1fcf;" 
+d="M365 715q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10.5t-11 -31.5l-47 4q4 38 21.5 63t54.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10.5t11 31.5l47 -4q-4 -38 -21.5 -63t-54.5 -25zM273 562l-8 33q18 5 30 12t12 18q0 14 -16 21.5
+t-53 9.5l7 39q59 -2 90.5 -16.5t31.5 -44.5q0 -31 -29 -48t-65 -24z" />
+    <glyph glyph-name="uni1FDF" unicode="&#x1fdf;" 
+d="M327 562q-36 7 -65 24t-29 48q0 30 31.5 44.5t90.5 16.5l7 -39q-37 -2 -53 -9.5t-16 -21.5q0 -11 12 -18t30 -12zM159 719q4 38 21.5 63t54.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10.5t11 31.5l47 -4q-4 -38 -21.5 -63t-54.5 -25q-22 0 -39 6.5
+t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10.5t-11 -31.5z" />
+    <glyph glyph-name="uni1FC0" unicode="&#x1fc0;" 
+d="M372 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="uni1FED" unicode="&#x1fed;" 
+d="M187 595q-18 0 -30 11.5t-12 30.5t12 30.5t30 11.5q17 0 29 -11.5t12 -30.5t-12 -30.5t-29 -11.5zM297 563l-64 197l66 14l41 -201zM413 595q-17 0 -29 11.5t-12 30.5t12 30.5t29 11.5q18 0 30 -11.5t12 -30.5t-12 -30.5t-30 -11.5z" />
+    <glyph glyph-name="uni1FEE" unicode="&#x1fee;" 
+d="M185 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5zM258 573l49 226l68 -13l-75 -222zM415 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5z" />
+    <glyph glyph-name="uni1FC1" unicode="&#x1fc1;" 
+d="M204 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13zM396 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM371 707q-26 0 -44 7.5t-33 17t-29 17t-32 7.5q-17 0 -29 -11.5t-15 -34.5
+l-42 4q2 39 23 65.5t59 26.5q26 0 44 -7.5t33 -17t29 -17t32 -7.5q17 0 29 11.5t15 34.5l42 -4q-2 -39 -23 -65.5t-59 -26.5z" />
+    <glyph glyph-name="uni1FBD.cap" 
+d="M265 461l-10 38q24 9 40.5 24t16.5 42q0 23 -20.5 37t-62.5 16l8 47q66 -2 102.5 -24.5t36.5 -66.5q0 -27 -9 -46t-24.5 -32t-35.5 -21.5t-42 -13.5z" />
+    <glyph glyph-name="uni1FFE.cap" 
+d="M339 461q-22 5 -42 13.5t-35.5 21.5t-24.5 32t-9 46q0 44 36 66.5t102 24.5l9 -47q-42 -2 -62.5 -16t-20.5 -37q0 -27 16.5 -42t39.5 -24z" />
+    <glyph glyph-name="uni1FEF.cap" 
+d="M296 464l-50 195l76 11l29 -195z" />
+    <glyph glyph-name="uni1FFD.cap" 
+d="M297 389l-57 10l36 291l79 -10z" />
+    <glyph glyph-name="uni1FCD.cap" 
+d="M206 464l-12 38q17 11 29.5 26t12.5 36q0 52 -66 57l8 47q54 -2 86 -25.5t32 -69.5q0 -22 -8 -39.5t-20.5 -31t-29 -23t-32.5 -15.5zM383 464l-50 195l75 11l30 -195z" />
+    <glyph glyph-name="uni1FDD.cap" 
+d="M261 464q-17 6 -33.5 15.5t-29 23t-20.5 31t-8 39.5q0 46 32 69.5t86 25.5l9 -47q-67 -4 -67 -57q0 -21 12.5 -36t30.5 -26zM381 464l-50 195l75 11l30 -195z" />
+    <glyph glyph-name="uni1FCE.cap" 
+d="M206 464l-12 38q17 11 29.5 26t12.5 36q0 52 -66 57l8 47q54 -2 86 -25.5t32 -69.5q0 -22 -8 -39.5t-20.5 -31t-29 -23t-32.5 -15.5zM387 464l-55 11l29 195l76 -11z" />
+    <glyph glyph-name="uni1FDE.cap" 
+d="M263 464q-17 6 -33.5 15.5t-29 23t-20.5 31t-8 39.5q0 46 32 69.5t86 25.5l9 -47q-67 -4 -67 -57q0 -21 12.5 -36t30.5 -26zM332 475l29 195l76 -11l-50 -195z" />
+    <glyph glyph-name="uni1FCF.cap" 
+d="M349 592q-18 0 -30.5 5.5t-23 12t-20 12t-21.5 5.5t-20 -6t-10 -25l-42 6q4 35 20 52.5t49 17.5q18 0 30.5 -5.5t23 -12t20 -12t21.5 -5.5t20 6t10 25l42 -6q-4 -35 -20 -52.5t-49 -17.5zM273 439l-8 33q18 5 30 12t12 17q0 14 -16 22t-53 10l7 39q59 -2 90.5 -16.5
+t31.5 -45.5q0 -15 -8 -27t-21 -20.5t-30 -14.5t-35 -9z" />
+    <glyph glyph-name="uni1FDF.cap" 
+d="M327 439q-18 3 -35 9t-30 14.5t-21 20.5t-8 27q0 31 31.5 45.5t90.5 16.5l7 -39q-37 -2 -53 -10t-16 -22q0 -10 12 -17t30 -12zM349 592q-18 0 -30.5 5.5t-23 12t-20 12t-21.5 5.5t-20 -6t-10 -25l-42 6q4 35 20 52.5t49 17.5q18 0 30.5 -5.5t23 -12t20 -12t21.5 -5.5
+t20 6t10 25l42 -6q-4 -35 -20 -52.5t-49 -17.5z" />
+    <glyph glyph-name="uni0410" unicode="&#x410;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85z" />
+    <glyph glyph-name="uni0411" unicode="&#x411;" 
+d="M99 0v656h405v-70h-322v-206h126q52 0 96 -10t75.5 -31.5t49.5 -56t18 -83.5q0 -103 -63.5 -151t-171.5 -48h-213zM182 70h116q85 0 126 28t41 96q0 63 -42 89.5t-127 26.5h-114v-240z" />
+    <glyph glyph-name="uni0412" unicode="&#x412;" 
+d="M99 0v656h186q50 0 91.5 -9t71 -28t46 -49.5t16.5 -73.5q0 -49 -28 -88.5t-87 -54.5v-4q72 -11 112 -50t40 -107q0 -48 -18 -84t-50.5 -60t-78 -36t-100.5 -12h-201zM182 380h89q84 0 120.5 27t36.5 82q0 54 -38.5 75.5t-114.5 21.5h-93v-206zM182 70h106q85 0 131 29.5
+t46 96.5q0 61 -45 87.5t-132 26.5h-106v-240z" />
+    <glyph glyph-name="uni0413" unicode="&#x413;" 
+d="M135 0v656h400v-70h-317v-586h-83z" />
+    <glyph glyph-name="uni0414" unicode="&#x414;" 
+d="M31 -188l-9 209v50h30q9 4 19 16.5t20.5 39.5t21.5 71t22 109q9 49 16 90t13.5 81t13 82.5t14.5 95.5h313v-585h73v-50l-9 -209h-73v188h-392v-188h-73zM210 293q-14 -85 -31 -138t-37 -84h280v515h-165q-7 -42 -12.5 -77.5t-10.5 -69t-11 -69t-13 -77.5z" />
+    <glyph glyph-name="uni0415" unicode="&#x415;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416z" />
+    <glyph glyph-name="uni0416" unicode="&#x416;" 
+d="M2 0l139 351l-43 158q-8 26 -16 41.5t-15.5 23.5t-15.5 10.5t-16 2.5q-5 0 -10.5 -1t-10.5 -3l-13 80q7 2 19 3.5t21 1.5q19 0 36 -4.5t32 -17t28.5 -36t24.5 -62.5l47 -168h53v276h76v-276h53l47 168q11 39 23.5 62.5t27 36t31 17t35.5 4.5q9 0 23 -1.5t21 -3.5l-13 -80
+q-5 2 -10.5 3t-10.5 1q-8 0 -16 -2.5t-15.5 -10.5t-15.5 -23.5t-16 -41.5l-43 -158l139 -351h-90l-110 309h-60v-309h-76v309h-60l-110 -309h-90z" />
+    <glyph glyph-name="uni0417" unicode="&#x417;" 
+d="M301 -12q-72 0 -130 23t-109 74l47 57q44 -44 88.5 -62.5t102.5 -18.5q33 0 61.5 8.5t50 25t34 40.5t12.5 55q0 63 -47 93t-133 30h-74v64h54q88 0 127 28.5t39 84.5q0 52 -37 78.5t-94 26.5q-47 0 -86.5 -17t-70.5 -46l-45 56q36 35 89.5 57.5t114.5 22.5q47 0 86 -11.5
+t66.5 -33t43 -53t15.5 -70.5q0 -52 -25 -91.5t-73 -56.5v-4q57 -11 94.5 -52.5t37.5 -109.5q0 -47 -18.5 -84t-51 -62.5t-76 -38.5t-93.5 -13z" />
+    <glyph glyph-name="uni0418" unicode="&#x418;" 
+d="M78 0v656h80v-340q0 -52 -4.5 -105.5t-6.5 -102.5h2l63 136l218 412h92v-656h-80v343q0 51 4.5 102.5t6.5 102.5h-2l-63 -136l-218 -412h-92z" />
+    <glyph glyph-name="uni0419" unicode="&#x419;" 
+d="M78 0v656h80v-340q0 -52 -4.5 -105.5t-6.5 -102.5h2l63 136l218 412h92v-656h-80v343q0 51 4.5 102.5t6.5 102.5h-2l-63 -136l-218 -412h-92zM304 705q-42 0 -70 10.5t-45.5 28.5t-26 41t-9.5 48l72 4q1 -35 19 -60.5t60 -25.5q21 0 35.5 7t24 18.5t14 27t5.5 33.5l72 -4
+q-2 -25 -10 -48t-25.5 -41t-45.5 -28.5t-70 -10.5z" />
+    <glyph glyph-name="uni041A" unicode="&#x41a;" 
+d="M102 0v656h83v-276h107l88 166q19 37 36.5 61t34.5 37.5t35.5 18.5t41.5 5q9 0 18.5 -1.5t17.5 -4.5l-15 -78q-6 2 -12 3t-11 1q-11 0 -20.5 -3t-19 -11.5t-21 -25t-25.5 -43.5l-81 -153l221 -352h-92l-196 309h-107v-309h-83z" />
+    <glyph glyph-name="uni041B" unicode="&#x41b;" 
+d="M58 -12q-16 0 -29 2t-27 7l17 77q15 -6 28 -6q12 0 23 5.5t21 24t20 53t22 93.5q10 53 19.5 103t18.5 100.5t17.5 102t18.5 106.5h314v-656h-84v586h-165q-16 -91 -29.5 -175.5t-30.5 -175.5q-15 -75 -30 -123t-33 -75.5t-40.5 -38t-50.5 -10.5z" />
+    <glyph glyph-name="uni041C" unicode="&#x41c;" 
+d="M72 0v656h102l92 -280l32 -106h4l31 106l93 280h102v-656h-80v328q0 24 1.5 55.5t4 63.5t4.5 62t4 51h-3l-37 -128l-94 -258h-60l-92 258l-38 128h-2q2 -21 4.5 -51t4.5 -62t3.5 -63.5t1.5 -55.5v-328h-78z" />
+    <glyph glyph-name="uni041D" unicode="&#x41d;" 
+d="M79 0v656h84v-275h274v275h84v-656h-84v309h-274v-309h-84z" />
+    <glyph glyph-name="uni041E" unicode="&#x41e;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5z" />
+    <glyph glyph-name="uni041F" unicode="&#x41f;" 
+d="M79 0v656h442v-656h-84v586h-274v-586h-84z" />
+    <glyph glyph-name="uni0420" unicode="&#x420;" 
+d="M102 0v656h198q54 0 99 -10t77 -32.5t49.5 -59.5t17.5 -91q0 -52 -17.5 -90t-50 -63t-77 -37.5t-98.5 -12.5h-115v-260h-83zM185 328h105q87 0 128 32.5t41 102.5q0 71 -42 98.5t-127 27.5h-105v-261z" />
+    <glyph glyph-name="uni0421" unicode="&#x421;" 
+d="M351 -12q-61 0 -113 23t-90.5 66.5t-60.5 107t-22 143.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19q45 0 80.5 19
+t67.5 54l47 -51q-39 -45 -88 -70t-115 -25z" />
+    <glyph glyph-name="uni0422" unicode="&#x422;" 
+d="M258 0v586h-216v70h516v-70h-216v-586h-84z" />
+    <glyph glyph-name="uni0423" unicode="&#x423;" 
+d="M178 -12q-22 0 -36.5 2.5t-28.5 7.5l18 75q8 -3 17.5 -5t24.5 -2q32 0 51 12.5t33 40.5l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537q-25 -61 -62.5 -96t-100.5 -35z" />
+    <glyph glyph-name="uni0424" unicode="&#x424;" 
+d="M106 332q0 -82 38.5 -130t117.5 -55v364q-79 -6 -117.5 -52t-38.5 -127zM494 332q0 81 -38.5 127t-117.5 52v-364q79 7 117.5 55t38.5 130zM262 -12v95q-113 8 -174.5 71.5t-61.5 177.5q0 112 61.5 173.5t174.5 69.5v93h76v-93q113 -8 174.5 -69.5t61.5 -173.5
+q0 -114 -61.5 -177.5t-174.5 -71.5v-95h-76z" />
+    <glyph glyph-name="uni0425" unicode="&#x425;" 
+d="M54 0l196 339l-183 317h92l92 -168q13 -23 25 -44.5t28 -50.5h4q14 29 24.5 50.5t22.5 44.5l90 168h88l-183 -321l196 -335h-92l-99 177q-14 24 -27.5 49.5t-30.5 55.5h-4q-14 -30 -27 -55.5t-26 -49.5l-98 -177h-88z" />
+    <glyph glyph-name="uni0426" unicode="&#x426;" 
+d="M79 0v656h83v-585h273v585h83v-585h71v-50l-9 -209h-68v188h-433z" />
+    <glyph glyph-name="uni0427" unicode="&#x427;" 
+d="M432 0v294q-25 -5 -55 -7.5t-70 -2.5q-56 0 -101 11t-76.5 36.5t-48 67t-16.5 101.5v156h82v-156q0 -83 43.5 -115t123.5 -32q39 0 68 2.5t50 7.5v293h84v-656h-84z" />
+    <glyph glyph-name="uni0428" unicode="&#x428;" 
+d="M40 0v656h76v-585h146v585h76v-585h146v585h76v-656h-520z" />
+    <glyph glyph-name="uni0429" unicode="&#x429;" 
+d="M38 0v656h74v-585h134v585h74v-585h134v585h74v-585h64v-50l-9 -209h-66v188h-479z" />
+    <glyph glyph-name="uni042A" unicode="&#x42a;" 
+d="M201 0v586h-182v70h266v-269h55q50 0 93 -11t74 -33.5t48.5 -57.5t17.5 -83q0 -53 -16 -91t-45.5 -62.5t-71 -36.5t-93.5 -12h-146zM285 68h51q78 0 117.5 31t39.5 101q0 60 -41.5 90t-122.5 30h-44v-252z" />
+    <glyph glyph-name="uni042B" unicode="&#x42b;" 
+d="M55 0v656h76v-269h36q49 0 89.5 -10.5t69 -33t44.5 -57.5t16 -84q0 -105 -59 -153.5t-159 -48.5h-113zM131 68h30q75 0 113.5 31t38.5 101q0 63 -38.5 91.5t-115.5 28.5h-28v-252zM469 0v656h76v-656h-76z" />
+    <glyph glyph-name="uni042C" unicode="&#x42c;" 
+d="M98 0v656h84v-269h121q54 0 98.5 -10.5t76.5 -33t49.5 -57.5t17.5 -84q0 -53 -17 -91t-48.5 -62.5t-76 -36.5t-99.5 -12h-206zM182 68h111q84 0 127 31t43 101q0 63 -43 91.5t-129 28.5h-109v-252z" />
+    <glyph glyph-name="uni042D" unicode="&#x42d;" 
+d="M258 -12q-67 0 -118.5 25t-93.5 70l46 52q34 -35 73.5 -54.5t90.5 -19.5q86 0 137.5 61.5t56.5 186.5h-275v71h274q-9 105 -59 160t-136 55q-43 0 -80.5 -16.5t-65.5 -45.5l-46 54q31 32 82.5 56.5t113.5 24.5t113 -22t87 -65t56 -106.5t20 -146.5q0 -84 -20.5 -147.5
+t-57.5 -106t-87.5 -64.5t-110.5 -22z" />
+    <glyph glyph-name="uni042E" unicode="&#x42e;" 
+d="M380 -12q-80 0 -127 78.5t-51 242.5h-74v-309h-84v656h84v-275h75q7 149 53.5 218t123.5 69q84 0 134 -81t50 -255q0 -176 -50 -260t-134 -84zM380 61q24 0 42 15t30.5 47.5t19 84t6.5 124.5q0 72 -6.5 122t-19 81.5t-30.5 45.5t-42 14q-23 0 -41 -14t-30.5 -45.5
+t-19.5 -81.5t-7 -122q0 -73 7 -124.5t19.5 -84t30.5 -47.5t41 -15z" />
+    <glyph glyph-name="uni042F" unicode="&#x42f;" 
+d="M417 0v277h-121l-170 -277h-96l184 286q-66 16 -107.5 61.5t-41.5 124.5q0 51 17 86t47.5 57t73 31.5t92.5 9.5h206v-656h-84zM307 345h110v244h-110q-77 0 -117.5 -26t-40.5 -91q0 -64 40.5 -95.5t117.5 -31.5z" />
+    <glyph glyph-name="uni0400" unicode="&#x400;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM360 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni0401" unicode="&#x401;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM240 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM422 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="uni0402" unicode="&#x402;" 
+d="M411 -12q-17 0 -35 3t-29 7l15 67q7 -3 17.5 -5.5t20.5 -2.5q16 0 32.5 6t30.5 21.5t23 41.5t9 65q0 74 -38.5 107.5t-107.5 33.5q-24 0 -48.5 -2.5t-43.5 -7.5v-322h-84v586h-168v70h462v-70h-210v-195q22 4 49.5 7t54.5 3q46 0 85.5 -12t68.5 -37t45 -65t16 -95
+q0 -59 -14 -98t-37.5 -62.5t-53 -33.5t-60.5 -10z" />
+    <glyph glyph-name="uni0403" unicode="&#x403;" 
+d="M135 0v656h400v-70h-317v-586h-83zM271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni0404" unicode="&#x404;" 
+d="M352 -12q-63 0 -115.5 22t-90.5 64.5t-59 106t-21 147.5q0 83 21.5 146.5t60 106.5t92 65t116.5 22q60 0 106.5 -24.5t75.5 -56.5l-46 -54q-26 28 -59 45t-75 17q-88 0 -142 -55t-65 -160h274v-71h-275q5 -125 58.5 -186.5t147.5 -61.5q47 0 83.5 19.5t68.5 54.5l46 -52
+q-39 -45 -88.5 -70t-113.5 -25z" />
+    <glyph glyph-name="uni0405" unicode="&#x405;" 
+d="M305 -12q-72 0 -132.5 26t-105.5 71l50 58q37 -37 86 -59.5t106 -22.5q68 0 105.5 29t37.5 75q0 26 -9 44t-25 31t-37.5 23t-46.5 21l-94 41q-25 10 -50 24t-45.5 34t-33.5 47.5t-13 63.5q0 37 16 69t44.5 55.5t68 36.5t86.5 13q62 0 114 -22.5t88 -58.5l-44 -54
+q-32 29 -71 45.5t-90 16.5q-57 0 -92 -25.5t-35 -70.5q0 -24 10.5 -40.5t27 -29t37.5 -21.5l42 -18l92 -40q30 -12 56.5 -27.5t46 -36t31 -48t11.5 -63.5q0 -39 -16 -73t-46 -59.5t-73 -40t-97 -14.5z" />
+    <glyph glyph-name="uni0406" unicode="&#x406;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="uni0407" unicode="&#x407;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="uni0408" unicode="&#x408;" 
+d="M276 -12q-55 0 -108 26t-87 83l52 51q28 -45 65.5 -66t75.5 -21q71 0 103.5 37.5t32.5 118.5v370h-275v70h358v-447q0 -46 -11 -86.5t-36.5 -70.5t-67 -47.5t-102.5 -17.5z" />
+    <glyph glyph-name="uni0409" unicode="&#x409;" 
+d="M35 -12q-11 0 -21 1t-22 6l17 77q5 -2 9 -3t9 -1q9 0 17 5t15.5 22t14.5 49.5t14 87.5q14 109 21 213.5t10 210.5h237v-269h22q43 0 79.5 -10.5t62 -33t40 -57.5t14.5 -84q0 -105 -54 -153.5t-145 -48.5h-95v586h-92q-3 -90 -10 -178t-18 -193q-8 -69 -19 -113t-26 -69.5
+t-35 -35t-45 -9.5zM356 68h16q65 0 96.5 31t31.5 101q0 63 -32 91.5t-99 28.5h-13v-252z" />
+    <glyph glyph-name="uni040A" unicode="&#x40a;" 
+d="M39 0v656h76v-275h152v275h76v-269h35q43 0 79 -10.5t62 -33t40 -57.5t14 -84q0 -53 -13.5 -91t-39 -62.5t-61.5 -36.5t-80 -12h-112v309h-152v-309h-76zM343 68h29q63 0 95 30t32 102q0 64 -32 92t-98 28h-26v-252z" />
+    <glyph glyph-name="uni040B" unicode="&#x40b;" 
+d="M173 0v586h-168v70h461v-70h-210v-195q23 4 50.5 7t53.5 3q97 0 152 -45t55 -147v-209h-82v209q0 67 -34 95t-103 28q-23 0 -48 -2.5t-44 -7.5v-322h-83z" />
+    <glyph glyph-name="uni040C" unicode="&#x40c;" 
+d="M102 0v656h83v-276h107l88 166q19 37 36.5 61t34.5 37.5t35.5 18.5t41.5 5q9 0 18.5 -1.5t17.5 -4.5l-15 -78q-6 2 -12 3t-11 1q-11 0 -20.5 -3t-19 -11.5t-21 -25t-25.5 -43.5l-81 -153l221 -352h-92l-196 309h-107v-309h-83zM288 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni040D" unicode="&#x40d;" 
+d="M78 0v656h80v-340q0 -52 -4.5 -105.5t-6.5 -102.5h2l63 136l218 412h92v-656h-80v343q0 51 4.5 102.5t6.5 102.5h-2l-63 -136l-218 -412h-92zM333 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni040E" unicode="&#x40e;" 
+d="M178 -12q-22 0 -36.5 2.5t-28.5 7.5l18 75q8 -3 17.5 -5t24.5 -2q32 0 51 12.5t33 40.5l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537q-25 -61 -62.5 -96t-100.5 -35zM304 705q-42 0 -70 10.5t-45.5 28.5t-26 41t-9.5 48l72 4q1 -35 19 -60.5
+t60 -25.5q21 0 35.5 7t24 18.5t14 27t5.5 33.5l72 -4q-2 -25 -10 -48t-25.5 -41t-45.5 -28.5t-70 -10.5z" />
+    <glyph glyph-name="uni040F" unicode="&#x40f;" 
+d="M75 0v656h84v-585h282v585h84v-656h-182l-8 -188h-69v188h-191z" />
+    <glyph glyph-name="uni0462" unicode="&#x462;" 
+d="M160 0v507h-136v68h136v125h83v-125h222v-68h-222v-136h66q54 0 98.5 -9.5t76.5 -30t49.5 -53.5t17.5 -80q0 -53 -16.5 -90.5t-47 -61.5t-74 -35t-98.5 -11h-155zM243 66h62q83 0 123.5 29.5t40.5 98.5q0 62 -41.5 88.5t-129.5 26.5h-55v-243z" />
+    <glyph glyph-name="uni0472" unicode="&#x472;" 
+d="M300 -12q-56 0 -102.5 23t-79.5 66.5t-51.5 107.5t-18.5 146t18.5 144.5t51.5 105.5t79.5 65t102.5 22t102.5 -22t79.5 -65t51.5 -106t18.5 -144q0 -82 -18.5 -146t-51.5 -107.5t-79.5 -66.5t-102.5 -23zM300 598q-70 0 -114.5 -56.5t-52.5 -162.5h334
+q-8 106 -52.5 162.5t-114.5 56.5zM300 58q74 0 119 65t50 188h-338q5 -123 50 -188t119 -65z" />
+    <glyph glyph-name="uni0474" unicode="&#x474;" 
+d="M248 0l-210 656h89l106 -354q16 -59 30 -109t33 -108h4q8 29 14.5 55.5t13.5 52.5t14 53t15 56l64 227q20 73 48.5 106t81.5 33q15 0 25.5 -2t22.5 -7l-17 -77q-5 2 -11.5 4t-14.5 2q-22 0 -34.5 -18.5t-23.5 -55.5l-148 -514h-102z" />
+    <glyph glyph-name="uni0490" unicode="&#x490;" 
+d="M135 0v656h313l16 172h70l-9 -242h-307v-586h-83z" />
+    <glyph glyph-name="uni0492" unicode="&#x492;" 
+d="M140 0v300h-80v58l80 4v294h386v-70h-302v-224h168v-62h-168v-300h-84z" />
+    <glyph glyph-name="uni0496" unicode="&#x496;" 
+d="M547 -188v188h-39l-110 309h-60v-309h-76v309h-60l-110 -309h-90l139 351l-43 158q-8 26 -16 41.5t-15.5 23.5t-15.5 10.5t-16 2.5q-5 0 -10.5 -1t-10.5 -3l-13 80q7 2 19 3.5t21 1.5q19 0 36 -4.5t32 -17t28.5 -36t24.5 -62.5l47 -168h53v276h76v-276h53l47 168
+q11 39 23.5 62.5t27 36t31 17t35.5 4.5q9 0 23 -1.5t21 -3.5l-13 -80q-5 2 -10.5 3t-10.5 1q-8 0 -16 -2.5t-15.5 -10.5t-15.5 -23.5t-16 -41.5l-43 -158l111 -280h45v-50l-9 -209h-59z" />
+    <glyph glyph-name="uni0498" unicode="&#x498;" 
+d="M264 -188v177q-60 5 -109 27.5t-93 67.5l47 57q44 -44 88.5 -62.5t102.5 -18.5q33 0 61.5 8.5t50 25t34 40.5t12.5 55q0 63 -47 93t-133 30h-74v64h54q88 0 127 28.5t39 84.5q0 52 -37 78.5t-94 26.5q-47 0 -86.5 -17t-70.5 -46l-45 56q36 35 89.5 57.5t114.5 22.5
+q47 0 86 -11.5t66.5 -33t43 -53t15.5 -70.5q0 -52 -25 -91.5t-73 -56.5v-4q57 -11 94.5 -52.5t37.5 -109.5q0 -42 -14.5 -76t-41 -58.5t-62 -40t-77.5 -20.5l-8 -178h-73z" />
+    <glyph glyph-name="uni049A" unicode="&#x49a;" 
+d="M513 -188v188h-25l-196 309h-107v-309h-83v656h83v-276h107l88 166q19 37 36.5 61t34.5 37.5t35.5 18.5t41.5 5q9 0 18.5 -1.5t17.5 -4.5l-15 -78q-6 2 -12 3t-11 1q-11 0 -20.5 -3t-19 -11.5t-21 -25t-25.5 -43.5l-81 -153l176 -281h53v-50l-9 -209h-66z" />
+    <glyph glyph-name="uni04A0" unicode="&#x4a0;" 
+d="M205 0v586h-186v70h262v-276h66l75 166q18 39 33 62.5t30.5 37t32 18t36.5 4.5q19 0 33 -6l-14 -77q-9 3 -20 3q-8 0 -15.5 -2.5t-16 -11.5t-19 -25.5t-23.5 -43.5l-73 -154l194 -351h-81l-174 309h-64v-309h-76z" />
+    <glyph glyph-name="uni04A2" unicode="&#x4a2;" 
+d="M79 0v656h84v-275h272v275h83v-585h71v-50l-9 -209h-64v188h-81v309h-272v-309h-84z" />
+    <glyph glyph-name="uni04AA" unicode="&#x4aa;" 
+d="M313 -188v178q-54 7 -99.5 33t-78.5 69t-51.5 102.5t-18.5 133.5q0 79 22 142t61 107t93 67.5t118 23.5q59 0 104.5 -24t74.5 -56l-47 -53q-26 27 -58 43.5t-74 16.5q-47 0 -85.5 -18.5t-65.5 -53t-42 -83.5t-15 -110q0 -62 15 -111.5t42 -84.5t65.5 -54t85.5 -19
+q45 0 80.5 19t67.5 54l47 -51q-32 -38 -71 -61t-89 -31l-8 -179h-73z" />
+    <glyph glyph-name="uni04AE" unicode="&#x4ae;" 
+d="M258 0v234l-220 422h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-220 -422v-234h-84z" />
+    <glyph glyph-name="uni04B0" unicode="&#x4b0;" 
+d="M106 220v58l89 4h38l-195 374h88l99 -195q19 -38 37 -75.5t38 -77.5h4l39 78l38 76l95 194h86l-195 -374h127v-62h-152v-220h-84v220h-152z" />
+    <glyph glyph-name="uni04B2" unicode="&#x4b2;" 
+d="M491 -188v188h-37l-99 177q-14 24 -27.5 49.5t-30.5 55.5h-4q-14 -30 -27 -55.5t-26 -49.5l-98 -177h-88l196 339l-183 317h92l92 -168q13 -23 25 -44.5t28 -50.5h4q14 29 24.5 50.5t22.5 44.5l90 168h88l-183 -321l154 -264h60v-50l-8 -209h-65z" />
+    <glyph glyph-name="uni04B6" unicode="&#x4b6;" 
+d="M427 0v294q-24 -5 -53.5 -7.5t-69.5 -2.5q-56 0 -100.5 11t-75 36.5t-47 67t-16.5 101.5v156h82v-156q0 -83 42.5 -115t122.5 -32q38 0 66 2.5t49 7.5v293h84v-585h71v-50l-9 -209h-70v188h-76z" />
+    <glyph glyph-name="uni04BA" unicode="&#x4ba;" 
+d="M91 0v656h83v-258q24 4 52.5 7t66.5 3q56 0 100.5 -11t75 -36.5t47 -66.5t16.5 -100v-194h-82v194q0 41 -10.5 69t-31.5 45t-51.5 24t-70.5 7q-37 0 -64.5 -3t-47.5 -7v-329h-83z" />
+    <glyph glyph-name="uni04C0" unicode="&#x4c0;" 
+d="M95 0v71h163v515h-163v70h410v-70h-163v-515h163v-71h-410z" />
+    <glyph glyph-name="uni04C1" unicode="&#x4c1;" 
+d="M2 0l139 351l-43 158q-8 26 -16 41.5t-15.5 23.5t-15.5 10.5t-16 2.5q-5 0 -10.5 -1t-10.5 -3l-13 80q7 2 19 3.5t21 1.5q19 0 36 -4.5t32 -17t28.5 -36t24.5 -62.5l47 -168h53v276h76v-276h53l47 168q11 39 23.5 62.5t27 36t31 17t35.5 4.5q9 0 23 -1.5t21 -3.5l-13 -80
+q-5 2 -10.5 3t-10.5 1q-8 0 -16 -2.5t-15.5 -10.5t-15.5 -23.5t-16 -41.5l-43 -158l139 -351h-90l-110 309h-60v-309h-76v309h-60l-110 -309h-90zM300 705q-42 0 -70 10.5t-45.5 28.5t-26 41t-9.5 48l72 4q1 -35 19 -60.5t60 -25.5q21 0 35.5 7t24 18.5t14 27t5.5 33.5
+l72 -4q-2 -25 -10 -48t-25.5 -41t-45.5 -28.5t-70 -10.5z" />
+    <glyph glyph-name="uni04D0" unicode="&#x4d0;" 
+d="M232 367l-31 -100h196l-31 100q-17 55 -33.5 109.5t-31.5 111.5h-4q-16 -57 -32 -111.5t-33 -109.5zM32 0l221 656h94l221 -656h-88l-62 200h-238l-63 -200h-85zM300 705q-42 0 -70 10.5t-45.5 28.5t-26 41t-9.5 48l72 4q1 -35 19 -60.5t60 -25.5q21 0 35.5 7t24 18.5
+t14 27t5.5 33.5l72 -4q-2 -25 -10 -48t-25.5 -41t-45.5 -28.5t-70 -10.5z" />
+    <glyph glyph-name="uni04D4" unicode="&#x4d4;" 
+d="M231 377l-46 -119h132v332h-3q-20 -54 -41.5 -106.5t-41.5 -106.5zM-1 0l264 656h319v-70h-189v-205h147v-71h-147v-239h198v-71h-274v191h-158l-73 -191h-87z" />
+    <glyph glyph-name="uni04D6" unicode="&#x4d6;" 
+d="M114 0v656h406v-70h-322v-206h272v-71h-272v-238h332v-71h-416zM331 705q-42 0 -70 10.5t-45.5 28.5t-26 41t-9.5 48l72 4q1 -35 19 -60.5t60 -25.5q21 0 35.5 7t24 18.5t14 27t5.5 33.5l72 -4q-2 -25 -10 -48t-25.5 -41t-45.5 -28.5t-70 -10.5z" />
+    <glyph glyph-name="uni04D8" unicode="&#x4d8;" 
+d="M300 -12q-55 0 -99.5 24.5t-76 68.5t-48.5 106.5t-17 139.5v11.5t1 11.5h407q-4 118 -47 182t-123 64q-41 0 -74 -16t-58 -42l-40 57q31 32 74.5 52.5t101.5 20.5t104 -23.5t78.5 -67t49.5 -106t17 -141.5t-18.5 -142t-51.5 -107.5t-79 -68.5t-101 -24zM300 60
+q69 0 113.5 57t52.5 169h-325q8 -114 49 -170t110 -56z" />
+    <glyph glyph-name="uni04E2" unicode="&#x4e2;" 
+d="M78 0v656h80v-340q0 -52 -4.5 -105.5t-6.5 -102.5h2l63 136l218 412h92v-656h-80v343q0 51 4.5 102.5t6.5 102.5h-2l-63 -136l-218 -412h-92zM170 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni04E6" unicode="&#x4e6;" 
+d="M300 -12q-56 0 -102 23.5t-79.5 67.5t-52 107.5t-18.5 144.5q0 79 18.5 142t52 106t79.5 66t102 23q55 0 101.5 -23t80 -66t52 -106t18.5 -142q0 -81 -18.5 -144.5t-52 -107.5t-80 -67.5t-101.5 -23.5zM300 61q37 0 68 18.5t52.5 53.5t33.5 85t12 113q0 62 -12 111
+t-33.5 83t-52.5 52t-68 18q-38 0 -68.5 -18t-52 -52t-33.5 -83t-12 -111q0 -63 12 -113t33.5 -85t52 -53.5t68.5 -18.5zM209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5
+t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="uni04E8" unicode="&#x4e8;" 
+d="M300 -12q-56 0 -102.5 23t-79.5 66.5t-51.5 107.5t-18.5 146t18.5 144.5t51.5 105.5t79.5 65t102.5 22t102.5 -22t79.5 -65t51.5 -106t18.5 -144q0 -82 -18.5 -146t-51.5 -107.5t-79.5 -66.5t-102.5 -23zM300 598q-70 0 -114.5 -56.5t-52.5 -162.5h334
+q-8 106 -52.5 162.5t-114.5 56.5zM300 58q74 0 119 65t50 188h-338q5 -123 50 -188t119 -65z" />
+    <glyph glyph-name="uni04EE" unicode="&#x4ee;" 
+d="M178 -12q-22 0 -36.5 2.5t-28.5 7.5l18 75q8 -3 17.5 -5t24.5 -2q32 0 51 12.5t33 40.5l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537q-25 -61 -62.5 -96t-100.5 -35zM170 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni04F2" unicode="&#x4f2;" 
+d="M178 -12q-22 0 -36.5 2.5t-28.5 7.5l18 75q8 -3 17.5 -5t24.5 -2q32 0 51 12.5t33 40.5l14 35l-224 502h89l122 -292l50 -129h4l47 129l112 292h85l-215 -537q-25 -61 -62.5 -96t-100.5 -35zM232 703l-43 21l92 152l57 -32zM392 703l-43 21l93 152l56 -32z" />
+    <glyph glyph-name="uni0430" unicode="&#x430;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5z" />
+    <glyph glyph-name="uni0431" unicode="&#x431;" 
+d="M311 -12q-56 0 -100 21t-74 61t-46 97t-16 128q0 121 22 195.5t62.5 118t98 63.5t128.5 31q22 3 37 5.5t27 5.5t21.5 6.5t21.5 9.5l17 -75q-20 -13 -47 -19.5t-60 -11.5q-59 -9 -102.5 -19.5t-73 -34.5t-46 -67t-22.5 -116q33 40 77.5 60.5t92.5 20.5q45 0 82 -15.5
+t63.5 -45t41.5 -71.5t15 -95q0 -58 -16.5 -105t-46 -80t-70 -50.5t-87.5 -17.5zM310 56q65 0 100.5 51t35.5 134q0 75 -35.5 119.5t-101.5 44.5q-38 0 -77.5 -18.5t-76.5 -69.5v-38q0 -50 9.5 -91.5t29 -70.5t48.5 -45t68 -16z" />
+    <glyph glyph-name="uni0432" unicode="&#x432;" 
+d="M104 0v486h225q42 0 77 -7t59.5 -21.5t38.5 -38t14 -56.5q0 -41 -23 -66.5t-62 -37.5v-3q21 -5 40.5 -14t34 -23.5t23 -34t8.5 -45.5q0 -36 -15 -62t-42 -43.5t-64 -25.5t-81 -8h-233zM185 284h130q66 0 94.5 18.5t28.5 52.5t-27.5 49.5t-89.5 15.5h-136v-136zM185 66
+h143q66 0 97.5 18.5t31.5 59.5q0 76 -134 76h-138v-154z" />
+    <glyph glyph-name="uni0433" unicode="&#x433;" 
+d="M146 0v486h377v-67h-295v-419h-82z" />
+    <glyph glyph-name="uni0434" unicode="&#x434;" 
+d="M206 255q-8 -72 -21.5 -117t-31.5 -71h251v352h-179zM51 -172l-9 187v52h24q10 6 19.5 16.5t17.5 32.5t16 59t15 96l26 215h326v-419h71v-52l-9 -187h-71v172h-356v-172h-70z" />
+    <glyph glyph-name="uni0435" unicode="&#x435;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37z" />
+    <glyph glyph-name="uni0436" unicode="&#x436;" 
+d="M6 0l132 262l-34 93q-15 40 -31 51.5t-32 11.5h-8.5t-8.5 -2l-12 77q5 3 13 4t17 1q39 0 68.5 -21t52.5 -81l42 -112h55v202h80v-202h55l42 112q23 60 52.5 81t68.5 21q18 0 30 -5l-12 -77q-5 2 -8.5 2h-8.5q-17 0 -32.5 -11.5t-30.5 -51.5l-34 -93l132 -262h-86
+l-105 220h-63v-220h-80v220h-63l-105 -220h-86z" />
+    <glyph glyph-name="uni0437" unicode="&#x437;" 
+d="M280 -12q-60 0 -113 15.5t-105 57.5l36 54q42 -35 86 -48t89 -13q76 0 117 22.5t41 64.5t-38.5 60.5t-111.5 18.5h-84v64h72q70 0 104.5 19.5t34.5 55.5q0 74 -134 74q-53 0 -90.5 -13.5t-75.5 -41.5l-34 55q42 31 91.5 48t113.5 17q46 0 84.5 -8t66.5 -24t43.5 -41
+t15.5 -58q0 -36 -21.5 -63.5t-65.5 -44.5v-4q50 -13 80.5 -40.5t30.5 -80.5q0 -35 -17 -62t-47.5 -46t-73.5 -28.5t-95 -9.5z" />
+    <glyph glyph-name="uni0438" unicode="&#x438;" 
+d="M100 0v486h80v-202q0 -39 -3 -85.5t-5 -93.5h4q14 23 32 52t32 52l184 277h76v-486h-80v202q0 39 3 85.5t5 94.5h-4q-14 -23 -32 -52.5t-32 -51.5l-184 -278h-76z" />
+    <glyph glyph-name="uni0439" unicode="&#x439;" 
+d="M100 0v486h80v-202q0 -39 -3 -85.5t-5 -93.5h4q14 23 32 52t32 52l184 277h76v-486h-80v202q0 39 3 85.5t5 94.5h-4q-14 -23 -32 -52.5t-32 -51.5l-184 -278h-76zM311 572q-42 0 -71 12.5t-48 33t-28 47.5t-10 56l68 4q1 -21 5.5 -40.5t15 -33.5t27 -22.5t41.5 -8.5
+t41.5 8.5t27 22.5t15 33.5t5.5 40.5l68 -4q-2 -29 -10.5 -56t-27.5 -47.5t-48 -33t-71 -12.5z" />
+    <glyph glyph-name="uni043A" unicode="&#x43a;" 
+d="M110 0v486h82v-200h128l59 108q16 31 31 51t30 32t31.5 16.5t36.5 4.5t32 -6l-14 -77q-5 2 -9.5 2.5t-10.5 0.5q-9 0 -17 -2.5t-16 -10t-17 -20t-20 -33.5l-53 -97l177 -255h-91l-149 219h-128v-219h-82z" />
+    <glyph glyph-name="uni043B" unicode="&#x43b;" 
+d="M74 -12q-14 0 -24 2t-21 6l16 76q5 -2 10 -3t12 -1q26 0 42 24.5t23 78.5q10 79 19 157.5t18 157.5h327v-486h-83v419h-179q-8 -67 -16 -134.5t-16 -134.5q-21 -162 -128 -162z" />
+    <glyph glyph-name="uni043C" unicode="&#x43c;" 
+d="M64 0v486h100l92 -228q11 -30 22 -59t21 -59h4q11 30 22 59t21 59l90 228h100v-486h-78v218q0 16 1 37.5t2.5 44l3 45t3.5 41.5h-4q-11 -29 -22 -59t-22 -57l-88 -224h-62l-92 224q-11 27 -21 57t-21 59h-4q1 -19 3 -41.5t3.5 -45t2.5 -44t1 -37.5v-218h-78z" />
+    <glyph glyph-name="uni043D" unicode="&#x43d;" 
+d="M93 0v486h82v-197h250v197h82v-486h-82v216h-250v-216h-82z" />
+    <glyph glyph-name="uni043E" unicode="&#x43e;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5z" />
+    <glyph glyph-name="uni043F" unicode="&#x43f;" 
+d="M93 0v486h414v-486h-82v419h-250v-419h-82z" />
+    <glyph glyph-name="uni0440" unicode="&#x440;" 
+d="M93 -205v691h68l7 -62h3q34 32 78.5 53t89.5 21q49 0 86.5 -17.5t63 -50t38.5 -78t13 -102.5q0 -62 -18 -110.5t-48.5 -82.5t-70.5 -51.5t-84 -17.5q-34 0 -73.5 16.5t-71.5 46.5h-3l4 -92v-164h-82zM305 57q66 0 108 51t42 142q0 40 -8 73t-24.5 56.5t-42.5 36.5t-62 13
+q-32 0 -68.5 -17.5t-74.5 -55.5v-242q35 -31 70 -44t60 -13z" />
+    <glyph glyph-name="uni0441" unicode="&#x441;" 
+d="M346 -12q-57 0 -105.5 17t-84.5 49.5t-56 80t-20 107.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-41 -36 -90 -56t-103 -20z" />
+    <glyph glyph-name="uni0442" unicode="&#x442;" 
+d="M259 0v419h-193v67h468v-67h-193v-419h-82z" />
+    <glyph glyph-name="uni0443" unicode="&#x443;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13z" />
+    <glyph glyph-name="uni0444" unicode="&#x444;" 
+d="M260 -205v155l2 74q-17 -14 -36 -25t-44 -11q-68 0 -109 66t-41 188q0 59 12.5 106.5t33 80.5t47.5 51t57 18q25 0 44 -10.5t36 -25.5l-2 74v176h80v-176l-2 -76q18 17 41 27.5t47 10.5q34 0 60.5 -17.5t44.5 -50t27.5 -78t9.5 -102.5q0 -62 -12.5 -110.5t-33 -82.5
+t-48 -51.5t-57.5 -17.5q-20 0 -40.5 10.5t-38.5 25.5l2 -74v-155h-80zM201 57q32 0 61 35v304q-30 33 -65 33q-38 0 -60.5 -51.5t-22.5 -135.5q0 -87 21 -136t66 -49zM401 57q41 0 63 51t22 142q0 40 -4 73t-13.5 56.5t-25.5 36.5t-39 13q-33 0 -66 -34v-305
+q17 -18 33.5 -25.5t29.5 -7.5z" />
+    <glyph glyph-name="uni0445" unicode="&#x445;" 
+d="M64 0l185 252l-171 234h91l77 -107q13 -20 27.5 -41t29.5 -41h4q14 20 28 42t27 42l73 105h87l-173 -241l186 -245h-90l-85 112q-15 21 -31.5 44t-32.5 44h-4q-15 -22 -30 -43.5t-30 -44.5l-80 -112h-88z" />
+    <glyph glyph-name="uni0446" unicode="&#x446;" 
+d="M94 0v486h82v-419h239v419h82v-419h71v-52l-8 -187h-71v172h-395z" />
+    <glyph glyph-name="uni0447" unicode="&#x447;" 
+d="M408 0v196l-27.5 -5.5t-24.5 -4t-26 -2t-33 -0.5q-50 0 -89 10t-65.5 31.5t-40.5 55.5t-14 83v122h82v-122q0 -61 34.5 -87t109.5 -26q26 0 47 3t47 9v223h82v-486h-82z" />
+    <glyph glyph-name="uni0448" unicode="&#x448;" 
+d="M58 0v486h82v-419h122v419h76v-419h122v419h82v-486h-484z" />
+    <glyph glyph-name="uni0449" unicode="&#x449;" 
+d="M58 0v486h82v-419h118v419h76v-419h118v419h82v-419h60v-52l-8 -187h-65v172h-463z" />
+    <glyph glyph-name="uni044A" unicode="&#x44a;" 
+d="M201 0v419h-166v67h248v-179h74q87 0 140.5 -36.5t53.5 -115.5q0 -81 -53.5 -118t-140.5 -37h-156zM283 66h66q121 0 121 89q0 46 -29.5 67t-91.5 21h-66v-177z" />
+    <glyph glyph-name="uni044B" unicode="&#x44b;" 
+d="M70 0v486h75v-179h68q81 0 130 -36t49 -116q0 -81 -49 -118t-130 -37h-143zM145 66h60q114 0 114 89q0 46 -28 67t-86 21h-60v-177zM455 0v486h75v-486h-75z" />
+    <glyph glyph-name="uni044C" unicode="&#x44c;" 
+d="M125 0v486h83v-179h113q44 0 80.5 -9t62.5 -27.5t40 -47t14 -68.5q0 -41 -14 -70t-40 -48t-62.5 -28t-80.5 -9h-196zM208 66h104q125 0 125 89q0 46 -30.5 67t-94.5 21h-104v-177z" />
+    <glyph glyph-name="uni044D" unicode="&#x44d;" 
+d="M256 -12q-57 0 -107 18.5t-88 53.5l35 51q28 -26 67 -41.5t85 -15.5q84 0 135 41t57 125h-251v64h249q-11 75 -60.5 112t-121.5 37q-48 0 -83 -15t-63 -39l-39 50q32 29 78 49t112 20q53 0 100 -15.5t82.5 -47t56 -80t20.5 -113.5q0 -64 -20 -111.5t-55 -79t-83.5 -47.5
+t-105.5 -16z" />
+    <glyph glyph-name="uni044E" unicode="&#x44e;" 
+d="M384 -12q-72 0 -121.5 56t-55.5 169h-81v-213h-82v486h82v-200h82q9 107 57.5 159.5t118.5 52.5q39 0 72 -15.5t57 -47.5t37.5 -80t13.5 -113q0 -64 -13.5 -112t-37.5 -79.5t-57 -47t-72 -15.5zM382 56q45 0 71.5 45.5t26.5 140.5q0 96 -26.5 142t-71.5 46
+q-47 0 -74.5 -46t-27.5 -142q0 -95 27.5 -140.5t74.5 -45.5z" />
+    <glyph glyph-name="uni044F" unicode="&#x44f;" 
+d="M418 0v190h-132l-138 -190h-93l145 196q-51 12 -87 47.5t-36 98.5q0 40 14 67.5t38.5 44.5t58.5 24.5t73 7.5h240v-486h-83zM275 254h143v166h-143q-55 0 -85.5 -18t-30.5 -62q0 -43 30.5 -64.5t85.5 -21.5z" />
+    <glyph glyph-name="uni0450" unicode="&#x450;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM337 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni0451" unicode="&#x451;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM219 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM413 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5
+t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="uni0452" unicode="&#x452;" 
+d="M334 -217q-19 0 -34.5 4t-26.5 9l16 62q8 -3 18.5 -5.5t21.5 -2.5q26 0 49 14t39.5 49t26 95.5t9.5 153.5q0 132 -34 188.5t-101 56.5q-38 0 -69.5 -21.5t-73.5 -66.5v-319h-82v564h-73v57l73 5v86h82v-86h213v-62h-213v-66l-5 -114h3q36 40 77 67t94 27q94 0 144 -76.5
+t50 -230.5q0 -113 -14 -187.5t-40.5 -119t-64.5 -63t-85 -18.5z" />
+    <glyph glyph-name="uni0453" unicode="&#x453;" 
+d="M146 0v486h377v-67h-295v-419h-82zM328 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0454" unicode="&#x454;" 
+d="M346 -12q-57 0 -106 16t-84.5 47.5t-55.5 79t-20 111.5t21.5 112.5t58.5 80t86.5 47.5t104.5 16q60 0 103 -19t75 -48l-39 -52q-29 25 -63 39.5t-76 14.5q-75 0 -126 -37.5t-63 -111.5h263v-64h-265q6 -83 57 -124.5t136 -41.5q46 0 84.5 16.5t67.5 41.5l34 -52
+q-40 -35 -89.5 -53.5t-103.5 -18.5z" />
+    <glyph glyph-name="uni0455" unicode="&#x455;" 
+d="M310 -12q-72 0 -133 22.5t-106 53.5l38 54q42 -30 92.5 -48t118.5 -18q62 0 92.5 22.5t30.5 53.5q0 14 -5 26t-21.5 23t-46.5 21t-79 20q-95 20 -142.5 53.5t-47.5 88.5q0 29 13 54.5t38.5 44t63 29t87.5 10.5q56 0 108 -18.5t88 -43.5l-40 -53q-34 23 -75 37t-88 14
+q-62 0 -87 -21t-25 -49q0 -32 33 -48.5t108 -32.5q61 -13 100 -27.5t61.5 -32.5t31 -40t8.5 -50q0 -30 -14 -56t-41.5 -46t-68 -31.5t-92.5 -11.5z" />
+    <glyph glyph-name="uni0456" unicode="&#x456;" 
+d="M316 0v419h-226v67h308v-486h-82zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni0457" unicode="&#x457;" 
+d="M316 0v419h-226v67h308v-486h-82zM251 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM445 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="uni0458" unicode="&#x458;" 
+d="M194 -217q-38 0 -74 9.5t-65 23.5l27 61q26 -13 54.5 -20t56.5 -7q36 0 60 9t38 26t19.5 41.5t5.5 55.5v437h-226v67h308v-498q0 -45 -10 -82.5t-33.5 -65t-62.5 -42.5t-98 -15zM348 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5
+z" />
+    <glyph glyph-name="uni0459" unicode="&#x459;" 
+d="M37 -12q-14 0 -23.5 2t-20.5 6l15 76q5 -2 9.5 -3t10.5 -1q20 0 36 23.5t24 79.5q11 78 16.5 155t9.5 160h246v-179h15q81 0 131 -36.5t50 -115.5q0 -81 -50 -118t-131 -37h-95v419h-96q-4 -67 -9 -138t-15 -143q-11 -77 -44 -113.5t-79 -36.5zM360 66h6q61 0 88.5 21.5
+t27.5 67.5t-27.5 67t-88.5 21h-6v-177z" />
+    <glyph glyph-name="uni045A" unicode="&#x45a;" 
+d="M58 0v486h80v-197h128v197h80v-179h27q83 0 131 -36t48 -116q0 -81 -48 -118t-131 -37h-107v216h-128v-216h-80zM346 66h18q59 0 86.5 21t27.5 68t-27.5 67.5t-86.5 20.5h-18v-177z" />
+    <glyph glyph-name="uni045B" unicode="&#x45b;" 
+d="M93 0v562h-73v58l73 6v86h82v-86h213v-64h-213v-64l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-282h-82v271q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-319h-82z" />
+    <glyph glyph-name="uni045C" unicode="&#x45c;" 
+d="M110 0v486h82v-200h128l59 108q16 31 31 51t30 32t31.5 16.5t36.5 4.5t32 -6l-14 -77q-5 2 -9.5 2.5t-10.5 0.5q-9 0 -17 -2.5t-16 -10t-17 -20t-20 -33.5l-53 -97l177 -255h-91l-149 219h-128v-219h-82zM299 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni045D" unicode="&#x45d;" 
+d="M100 0v486h80v-202q0 -39 -3 -85.5t-5 -93.5h4q14 23 32 52t32 52l184 277h76v-486h-80v202q0 39 3 85.5t5 94.5h-4q-14 -23 -32 -52.5t-32 -51.5l-184 -278h-76zM332 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni045E" unicode="&#x45e;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM304 572q-42 0 -71 12.5t-48 33
+t-28 47.5t-10 56l68 4q1 -21 5.5 -40.5t15 -33.5t27 -22.5t41.5 -8.5t41.5 8.5t27 22.5t15 33.5t5.5 40.5l68 -4q-2 -29 -10.5 -56t-27.5 -47.5t-48 -33t-71 -12.5z" />
+    <glyph glyph-name="uni045F" unicode="&#x45f;" 
+d="M103 0v486h82v-419h230v419h82v-486h-154l-9 -172h-70l-3 172h-158z" />
+    <glyph glyph-name="uni0463" unicode="&#x463;" 
+d="M194 0v439h-153v67h153v116h82v-116h183v-67h-183v-132h76q43 0 78.5 -9t61 -27.5t39.5 -47t14 -68.5q0 -41 -14 -70t-39.5 -48t-61 -28t-78.5 -9h-158zM276 66h67q122 0 122 89q0 46 -30 67t-92 21h-67v-177z" />
+    <glyph glyph-name="uni0473" unicode="&#x473;" 
+d="M300 -12q-48 0 -91.5 16t-76.5 48t-52.5 79.5t-19.5 110.5t19.5 111t52.5 80.5t76.5 48.5t91.5 16t91.5 -16t76.5 -48.5t52.5 -80.5t19.5 -111t-19.5 -110.5t-52.5 -79.5t-76.5 -48t-91.5 -16zM300 434q-63 0 -105.5 -39t-53.5 -111h318q-11 72 -53.5 111t-105.5 39z
+M300 53q68 0 111.5 43.5t49.5 123.5h-322q6 -80 49.5 -123.5t111.5 -43.5z" />
+    <glyph glyph-name="uni0475" unicode="&#x475;" 
+d="M249 0l-179 486h84l97 -276q11 -35 23 -71.5t23 -71.5h4q9 35 19.5 71t21.5 72l48 148q10 36 21 62.5t25.5 43.5t32.5 25.5t43 8.5q15 0 25.5 -2t22.5 -7l-17 -74q-9 6 -24 6q-21 0 -33 -18t-24 -55l-112 -348h-101z" />
+    <glyph glyph-name="uni0491" unicode="&#x491;" 
+d="M162 0v486h259l16 172h66l-8 -239h-251v-419h-82z" />
+    <glyph glyph-name="uni0493" unicode="&#x493;" 
+d="M146 0v206h-74v56l74 6v218h377v-67h-295v-151h172v-62h-172v-206h-82z" />
+    <glyph glyph-name="uni0497" unicode="&#x497;" 
+d="M541 -172v172h-33l-105 220h-63v-220h-80v220h-63l-105 -220h-86l132 262l-34 93q-15 40 -31 51.5t-32 11.5h-8.5t-8.5 -2l-12 77q5 3 13 4t17 1q39 0 68.5 -21t52.5 -81l42 -112h55v202h80v-202h55l42 112q23 60 52.5 81t68.5 21q18 0 30 -5l-12 -77q-5 2 -8.5 2h-8.5
+q-17 0 -32.5 -11.5t-30.5 -51.5l-34 -93l98 -195h47v-52l-8 -187h-58z" />
+    <glyph glyph-name="uni0499" unicode="&#x499;" 
+d="M250 -172l-4 161q-49 4 -94 20t-90 52l36 54q42 -35 86 -48t89 -13q76 0 117 22.5t41 64.5t-38.5 60.5t-111.5 18.5h-84v64h72q70 0 104.5 19.5t34.5 55.5q0 74 -134 74q-53 0 -90.5 -13.5t-75.5 -41.5l-34 55q42 31 91.5 48t113.5 17q46 0 84.5 -8t66.5 -24t43.5 -41
+t15.5 -58q0 -36 -21.5 -63.5t-65.5 -44.5v-4q50 -13 80.5 -40.5t30.5 -80.5q0 -62 -50 -99t-135 -45l-9 -162h-69z" />
+    <glyph glyph-name="uni049B" unicode="&#x49b;" 
+d="M502 -172v172h-33l-149 219h-128v-219h-82v486h82v-200h128l59 108q16 31 31 51t30 32t31.5 16.5t36.5 4.5t32 -6l-14 -77q-5 2 -9.5 2.5t-10.5 0.5q-9 0 -17 -2.5t-16 -10t-17 -20t-20 -33.5l-53 -97l130 -188h60v-52l-8 -187h-63z" />
+    <glyph glyph-name="uni04A1" unicode="&#x4a1;" 
+d="M202 0v419h-169v67h244v-200h95l42 108q12 32 25.5 52.5t28.5 32t31.5 15.5t34.5 4q16 0 29 -5l-15 -77q-5 2 -8 2h-8q-17 0 -31.5 -11.5t-31.5 -54.5l-39 -101l152 -251h-79l-131 219h-95v-219h-75z" />
+    <glyph glyph-name="uni04A3" unicode="&#x4a3;" 
+d="M93 0v486h82v-197h240v197h82v-419h71v-52l-8 -187h-71v172h-74v216h-240v-216h-82z" />
+    <glyph glyph-name="uni04AB" unicode="&#x4ab;" 
+d="M303 -172l-3 163q-48 6 -88.5 26t-69.5 52t-45.5 75.5t-16.5 97.5q0 61 21.5 108.5t58.5 80.5t86.5 50t104.5 17q60 0 103.5 -21t73.5 -50l-41 -53q-30 26 -62.5 41t-70.5 15q-42 0 -77 -13.5t-59.5 -38.5t-38.5 -59.5t-14 -76.5t13.5 -76t38 -58.5t59 -38t76.5 -13.5
+q45 0 82.5 17.5t67.5 43.5l37 -53q-34 -30 -73.5 -49t-84.5 -25l-9 -162h-69z" />
+    <glyph glyph-name="uni04AF" unicode="&#x4af;" 
+d="M262 -205v199l-211 492h84l110 -269q15 -37 29 -74t27 -71h4q13 34 26 71t28 74l110 269h80l-205 -492v-199h-82z" />
+    <glyph glyph-name="uni04B1" unicode="&#x4b1;" 
+d="M100 0v56l78 6h57l-184 424h84l110 -269q15 -37 29 -74t27 -71h4q13 34 26 71t28 74l110 269h80l-179 -424h130v-62h-156v-205h-82v205h-162z" />
+    <glyph glyph-name="uni04B3" unicode="&#x4b3;" 
+d="M481 -172v172h-36l-85 112q-15 21 -31.5 44t-32.5 44h-4q-15 -22 -30 -43.5t-30 -44.5l-80 -112h-88l185 252l-171 234h91l77 -107q13 -20 27.5 -41t29.5 -41h4q14 20 28 42t27 42l73 105h87l-173 -241l135 -178h76v-52l-8 -187h-71z" />
+    <glyph glyph-name="uni04B7" unicode="&#x4b7;" 
+d="M402 0v196q-15 -3 -26.5 -5.5t-23.5 -4t-25.5 -2t-32.5 -0.5q-98 0 -152 40.5t-54 135.5v126h82v-126q0 -58 33.5 -83.5t107.5 -25.5q25 0 45.5 3t45.5 9v223h82v-419h71v-52l-8 -187h-71v172h-74z" />
+    <glyph glyph-name="uni04BB" unicode="&#x4bb;" 
+d="M93 0v712h82v-194l-5 -115h3q38 41 81.5 68t100.5 27q87 0 127.5 -49.5t40.5 -146.5v-302h-82v291q0 69 -26 102.5t-86 33.5q-22 0 -40.5 -5.5t-36.5 -16.5t-37 -27.5t-40 -38.5v-339h-82z" />
+    <glyph glyph-name="uni04C2" unicode="&#x4c2;" 
+d="M6 0l132 262l-34 93q-15 40 -31 51.5t-32 11.5h-8.5t-8.5 -2l-12 77q5 3 13 4t17 1q39 0 68.5 -21t52.5 -81l42 -112h55v202h80v-202h55l42 112q23 60 52.5 81t68.5 21q18 0 30 -5l-12 -77q-5 2 -8.5 2h-8.5q-17 0 -32.5 -11.5t-30.5 -51.5l-34 -93l132 -262h-86
+l-105 220h-63v-220h-80v220h-63l-105 -220h-86zM300 572q-42 0 -71 12.5t-48 33t-28 47.5t-10 56l68 4q1 -21 5.5 -40.5t15 -33.5t27 -22.5t41.5 -8.5t41.5 8.5t27 22.5t15 33.5t5.5 40.5l68 -4q-2 -29 -10.5 -56t-27.5 -47.5t-48 -33t-71 -12.5z" />
+    <glyph glyph-name="uni04CF" unicode="&#x4cf;" 
+d="M407 -12q-78 0 -119 44t-41 131v482h-173v67h255v-555q0 -54 26 -77.5t70 -23.5q43 0 91 22l21 -61q-34 -14 -62 -21.5t-68 -7.5z" />
+    <glyph glyph-name="uni04D1" unicode="&#x4d1;" 
+d="M246 -12q-34 0 -64 9.5t-52.5 27t-35.5 43t-13 58.5q0 41 19.5 71.5t62 52.5t109.5 36t161 22q-1 25 -8 47t-22 38.5t-39.5 26.5t-59.5 10q-48 0 -92 -18.5t-78 -39.5l-32 56q18 12 42.5 24.5t52 22.5t58.5 16.5t63 6.5q100 0 148.5 -54.5t48.5 -145.5v-298h-67l-7 66h-3
+q-41 -32 -90.5 -55t-101.5 -23zM268 54q42 0 82.5 18.5t82.5 53.5v128q-78 -6 -130.5 -17t-84 -26.5t-44.5 -35t-13 -43.5q0 -21 9 -35.5t23.5 -24t34 -14t40.5 -4.5zM320 572q-42 0 -71 12.5t-48 33t-28 47.5t-10 56l68 4q1 -21 5.5 -40.5t15 -33.5t27 -22.5t41.5 -8.5
+t41.5 8.5t27 22.5t15 33.5t5.5 40.5l68 -4q-2 -29 -10.5 -56t-27.5 -47.5t-48 -33t-71 -12.5z" />
+    <glyph glyph-name="uni04D5" unicode="&#x4d5;" 
+d="M145 -12q-56 0 -92 35t-36 97q0 74 58.5 119.5t190.5 62.5q-2 71 -26 99.5t-62 28.5q-30 0 -60.5 -12t-53.5 -28l-31 56q30 20 69.5 36t82.5 16q44 0 75 -23t48 -77q25 54 62 77t78 23q38 0 66 -18t46.5 -48.5t27.5 -70.5t9 -85q0 -14 -1 -28.5t-3 -27.5h-261
+q4 -77 36 -121t89 -44q28 0 51.5 9t43.5 23l30 -56q-25 -18 -57.5 -30.5t-70.5 -12.5q-51 0 -88.5 22.5t-61.5 64.5q-35 -42 -74.5 -64.5t-84.5 -22.5zM167 54q28 0 59 17.5t57 51.5q-17 54 -17 119v7q-51 -8 -84 -19.5t-53 -26.5t-28 -34t-8 -41q0 -35 20.5 -54.5
+t53.5 -19.5zM443 433q-38 0 -70 -34t-40 -115h197q-4 149 -87 149z" />
+    <glyph glyph-name="uni04D7" unicode="&#x4d7;" 
+d="M330 -12q-55 0 -102.5 17t-83 50t-56 80.5t-20.5 108.5q0 59 20.5 106t55 80t79 50.5t93.5 17.5q52 0 93.5 -16.5t70 -46.5t43.5 -72t15 -93q0 -14 -1 -27t-3 -23h-383q8 -83 60.5 -124.5t128.5 -41.5q44 0 79.5 12.5t68.5 33.5l30 -54q-36 -24 -82.5 -41t-105.5 -17z
+M318 433q-30 0 -57.5 -10t-49.5 -28.5t-37 -46.5t-21 -64h310q-5 75 -43.5 112t-101.5 37zM316 572q-42 0 -71 12.5t-48 33t-28 47.5t-10 56l68 4q1 -21 5.5 -40.5t15 -33.5t27 -22.5t41.5 -8.5t41.5 8.5t27 22.5t15 33.5t5.5 40.5l68 -4q-2 -29 -10.5 -56t-27.5 -47.5
+t-48 -33t-71 -12.5z" />
+    <glyph glyph-name="uni04D9" unicode="&#x4d9;" 
+d="M297 -12q-55 0 -97.5 17.5t-71.5 48.5t-44 74.5t-15 95.5q0 13 1 27t3 23h381q-8 79 -54 119t-121 40q-44 0 -80 -12.5t-69 -33.5l-30 54q37 23 83 40t105 17q55 0 101 -17.5t79 -50t51 -79.5t18 -107q0 -61 -18.5 -108.5t-51 -80.5t-76.5 -50t-94 -17zM295 54
+q66 0 108.5 39t50.5 117h-311q5 -78 44.5 -117t107.5 -39z" />
+    <glyph glyph-name="uni04E3" unicode="&#x4e3;" 
+d="M100 0v486h80v-202q0 -39 -3 -85.5t-5 -93.5h4q14 23 32 52t32 52l184 277h76v-486h-80v202q0 39 3 85.5t5 94.5h-4q-14 -23 -32 -52.5t-32 -51.5l-184 -278h-76zM178 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni04E7" unicode="&#x4e7;" 
+d="M300 -12q-48 0 -91.5 17t-76.5 49.5t-52.5 80t-19.5 107.5q0 61 19.5 108.5t52.5 80.5t76.5 50t91.5 17t91.5 -17t76.5 -50t52.5 -80.5t19.5 -108.5q0 -60 -19.5 -107.5t-52.5 -80t-76.5 -49.5t-91.5 -17zM300 56q35 0 63.5 13.5t49 38t31.5 58.5t11 76t-11 76.5
+t-31.5 59.5t-49 38.5t-63.5 13.5t-63.5 -13.5t-49 -38.5t-31.5 -59.5t-11 -76.5t11 -76t31.5 -58.5t49 -38t63.5 -13.5zM203 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM397 588q-24 0 -39.5 16t-15.5 40
+q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="uni04E9" unicode="&#x4e9;" 
+d="M300 -12q-48 0 -91.5 16t-76.5 48t-52.5 79.5t-19.5 110.5t19.5 111t52.5 80.5t76.5 48.5t91.5 16t91.5 -16t76.5 -48.5t52.5 -80.5t19.5 -111t-19.5 -110.5t-52.5 -79.5t-76.5 -48t-91.5 -16zM300 434q-63 0 -105.5 -39t-53.5 -111h318q-11 72 -53.5 111t-105.5 39z
+M300 53q68 0 111.5 43.5t49.5 123.5h-322q6 -80 49.5 -123.5t111.5 -43.5z" />
+    <glyph glyph-name="uni04EF" unicode="&#x4ef;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM171 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni04F3" unicode="&#x4f3;" 
+d="M131 -209q-36 0 -64 10l17 65q10 -3 21.5 -5t22.5 -2q51 0 83 29.5t50 74.5l15 36l-227 487h83l119 -269q14 -32 29.5 -69t30.5 -72h4q13 35 26.5 71.5t25.5 69.5l106 269h78l-214 -526q-14 -36 -32 -67t-43 -53.5t-57.5 -35.5t-73.5 -13zM247 568l-46 21l87 172l58 -28z
+M398 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="uni0430.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49z" />
+    <glyph glyph-name="uni04D1.a" 
+d="M270 -12q-47 0 -85.5 17t-66.5 49.5t-43 79.5t-15 108q0 59 18 106.5t49 80.5t71 51t84 18q43 0 79 -17t70 -49h3l7 54h66v-486h-68l-7 64h-3q-29 -31 -71 -53.5t-88 -22.5zM288 57q72 0 137 73v242q-33 31 -64.5 44t-63.5 13t-59.5 -13.5t-48 -38t-32.5 -58.5t-12 -76
+q0 -88 37.5 -137t105.5 -49zM304 572q-42 0 -71 12.5t-48 33t-28 47.5t-10 56l68 4q1 -21 5.5 -40.5t15 -33.5t27 -22.5t41.5 -8.5t41.5 8.5t27 22.5t15 33.5t5.5 40.5l68 -4q-2 -29 -10.5 -56t-27.5 -47.5t-48 -33t-71 -12.5z" />
+    <glyph glyph-name="uni0431.srb" 
+d="M295 -12q-41 0 -79 15t-67 42.5t-46.5 67.5t-17.5 90q0 92 52.5 147t139.5 82q-26 18 -50.5 35t-43.5 34.5t-31 36.5t-12 40q0 37 16 59t46.5 34.5t74 19t97.5 13.5q30 3 49.5 5t33.5 5t24 7t21 9l17 -75q-21 -11 -48 -17.5t-58 -10.5q-53 -6 -89 -9.5t-59 -9t-33 -14.5
+t-10 -26q0 -13 11.5 -24t31 -23t45 -26.5t52.5 -33.5q34 -24 62 -48t48.5 -52t32 -62t11.5 -78q0 -51 -15.5 -94t-44 -74t-69.5 -48t-92 -17zM297 56q33 0 59 12.5t44 34.5t27.5 52.5t9.5 66.5q0 30 -8 54t-22.5 44.5t-34 38.5t-42.5 35q-78 -20 -123 -68t-45 -120
+q0 -34 11 -61.5t30 -47t43.5 -30.5t50.5 -11z" />
+    <glyph glyph-name="uni0456.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM328 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni0457.a" 
+d="M99 0v67h197v352h-173v67h255v-419h186v-67h-465zM227 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM421 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40
+t-39.5 -16z" />
+    <glyph glyph-name="uni04CF.a" 
+d="M99 0v67h197v578h-173v67h255v-645h186v-67h-465z" />
+    <glyph glyph-name="uni2116" unicode="&#x2116;" 
+d="M35 -12q-5 0 -13 0.5t-14 2.5l-6 65q15 0 22.5 8.5t7.5 33.5v540h86q3 -11 12.5 -42t22 -72t26 -86.5t25.5 -86.5t20.5 -72t11.5 -43q9 -29 19 -69t18 -69h4q-3 47 -6.5 86.5t-6.5 75t-4.5 69t-1.5 69.5v153q0 99 68 99q5 0 13 -0.5t15 -2.5l5 -65q-14 0 -21.5 -8.5
+t-7.5 -33.5v-540h-88q-3 11 -12 42t-21 72t-25.5 87t-25.5 87t-21 72t-12 43q-4 14 -9 32t-10 37t-9.5 36.5t-8.5 31.5h-4q4 -47 7.5 -86.5t6.5 -75t4.5 -69t1.5 -69.5v-154q0 -98 -69 -98zM494 276q-23 0 -43.5 9.5t-36.5 29.5t-25 50.5t-9 72.5q0 41 9 71.5t25 50t36.5 29
+t43.5 9.5q46 0 79 -39t33 -121q0 -83 -33 -122.5t-79 -39.5zM494 331q50 0 50 107q0 106 -50 106q-52 0 -52 -106q0 -107 52 -107zM408 168v54h172v-54h-172z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" 
+d="M238 -12q-44 0 -80 13.5t-61.5 37.5t-40 57.5t-14.5 73.5q0 32 10 59t27.5 49.5t39.5 42t46 37.5q-21 41 -32.5 80.5t-11.5 74.5q0 33 10.5 61t29 49t45 33t59.5 12q61 0 94 -36t33 -94q0 -32 -12.5 -58t-32.5 -49.5t-45 -44t-51 -40.5q32 -51 73.5 -98t86.5 -86
+q28 40 48.5 87.5t34.5 104.5h76q-18 -65 -44 -124t-62 -111q60 -46 113 -63l-23 -68q-65 20 -137 75q-36 -35 -79.5 -55t-99.5 -20zM192 514q0 -27 8 -56t22 -59q21 15 39.5 30.5t33 32t22.5 35t8 40.5q0 29 -13.5 50.5t-46.5 21.5q-35 0 -54 -27t-19 -68zM248 54
+q31 0 60 14t55 38q-48 42 -90.5 92t-76.5 104q-32 -28 -53 -58.5t-21 -68.5q0 -27 10 -49.5t27 -38.5t40 -24.5t49 -8.5z" />
+    <glyph glyph-name="zero" unicode="0" 
+d="M300 -12q-107 0 -168 86.5t-61 246.5q0 161 61 245t168 84t168 -84t61 -245q0 -160 -61 -246.5t-168 -86.5zM300 54q67 0 109.5 65t42.5 202q0 69 -11 118.5t-31.5 82t-48.5 47.5t-61 15t-61 -15t-48.5 -47.5t-31.5 -82t-11 -118.5q0 -137 42.5 -202t109.5 -65zM300 261
+q-25 0 -43.5 17.5t-18.5 49.5q0 31 18.5 48.5t43.5 17.5t43.5 -17.5t18.5 -48.5q0 -32 -18.5 -49.5t-43.5 -17.5z" />
+    <glyph glyph-name="one" unicode="1" 
+d="M97 0v68h184v470h-143v53q57 8 95 19t69 28h61v-570h167v-68h-433z" />
+    <glyph glyph-name="two" unicode="2" 
+d="M73 0v49q81 72 143.5 130t105 106.5t64.5 90.5t22 82q0 55 -34 90t-105 35q-45 0 -83.5 -22.5t-69.5 -54.5l-47 47q43 44 92.5 70.5t117.5 26.5q48 0 86.5 -13.5t65.5 -38t41.5 -59.5t14.5 -77q0 -45 -21.5 -90.5t-60.5 -94t-93 -101t-119 -111.5l60 4t59 2h210v-71h-449
+z" />
+    <glyph glyph-name="three" unicode="3" 
+d="M287 -12q-83 0 -139 27.5t-91 62.5l42 54q32 -30 76.5 -53t106.5 -23q33 0 61 8.5t48.5 23.5t32 36.5t11.5 48.5q0 28 -12.5 51.5t-40.5 40.5t-72 26t-107 9v63q57 0 96.5 9t64.5 25t36.5 38t11.5 47q0 47 -35.5 74t-94.5 27q-45 0 -85 -18t-72 -47l-44 52q40 35 91 57.5
+t113 22.5q45 0 83.5 -11t67 -31.5t44.5 -50.5t16 -69q0 -58 -38 -95t-98 -57v-4q32 -7 60.5 -20.5t50.5 -34t34.5 -47.5t12.5 -60q0 -42 -18 -76t-49.5 -57.5t-73.5 -36t-90 -12.5z" />
+    <glyph glyph-name="four" unicode="4" 
+d="M368 0v176h-329v55l319 407h88v-396h99v-66h-99v-176h-78zM130 242h238v198q1 26 2 56.5t3 56.5h-5q-15 -23 -32 -46.5t-33 -46.5z" />
+    <glyph glyph-name="five" unicode="5" 
+d="M286 -12q-43 0 -77.5 7.5t-62 19.5t-50 27.5t-40.5 32.5l41 54q16 -14 34 -27.5t39.5 -23.5t48 -16t58.5 -6q34 0 63.5 10.5t51.5 29.5t34.5 46t12.5 60q0 66 -42.5 103t-114.5 37q-40 0 -68 -10t-62 -29l-44 28l21 307h361v-71h-288l-17 -189q28 12 54.5 19t63.5 7
+q46 0 86 -12t69.5 -36.5t46.5 -62t17 -89.5t-19.5 -92t-52.5 -67.5t-75.5 -42t-88.5 -14.5z" />
+    <glyph glyph-name="six" unicode="6" 
+d="M321 -12q-52 0 -96.5 19t-77.5 57.5t-51.5 96t-18.5 134.5q0 96 22 163.5t59 110t85.5 62t100.5 19.5q59 0 102.5 -19.5t75.5 -48.5l-46 -51q-25 23 -58 36.5t-69 13.5q-38 0 -73 -14t-61.5 -46t-43 -84.5t-17.5 -129.5q39 38 86 60.5t95 22.5q44 0 80.5 -12.5t63 -37
+t41 -61.5t14.5 -86q0 -46 -17.5 -83.5t-46.5 -64.5t-67.5 -42t-81.5 -15zM321 53q28 0 53 10t43 28.5t28.5 44t10.5 57.5q0 66 -35 100.5t-101 34.5q-38 0 -81.5 -20t-81.5 -66q9 -93 51.5 -141t112.5 -48z" />
+    <glyph glyph-name="seven" unicode="7" 
+d="M226 0q4 91 17 165.5t38 141.5t63.5 130t93.5 130h-368v71h462v-51q-63 -72 -104 -138t-66 -134.5t-36 -144.5t-14 -170h-86z" />
+    <glyph glyph-name="eight" unicode="8" 
+d="M302 -12q-54 0 -97.5 13t-73.5 36.5t-46.5 55.5t-16.5 70q0 33 12 59t31 47t43.5 36.5t50.5 27.5v4q-40 25 -68.5 61.5t-28.5 87.5q0 37 14.5 67t41 51.5t62.5 33.5t79 12q47 0 83.5 -12.5t62 -35t39 -54t13.5 -68.5q0 -45 -28.5 -84.5t-68.5 -67.5v-4q26 -13 49 -28
+t40 -34t26.5 -44.5t9.5 -59.5q0 -36 -15.5 -67t-44.5 -54t-71.5 -36t-97.5 -13zM352 348q80 58 80 128q0 48 -33 80.5t-96 32.5q-54 0 -87 -28t-33 -75q0 -29 13 -49.5t36 -36.5t53.5 -28.5t66.5 -23.5zM304 49q72 0 110 31t38 81q0 33 -15.5 55.5t-42.5 38.5t-63.5 28.5
+t-78.5 26.5q-47 -26 -78 -58.5t-31 -80.5q0 -54 43.5 -88t117.5 -34z" />
+    <glyph glyph-name="nine" unicode="9" 
+d="M281 310q38 0 81 20t82 65q-10 94 -51.5 142t-112.5 48q-29 0 -53.5 -10t-42.5 -28.5t-28.5 -44.5t-10.5 -57q0 -66 34.5 -100.5t101.5 -34.5zM257 -12q-59 0 -102.5 19t-75.5 48l46 52q24 -23 57 -37t70 -14q38 0 72.5 14t61 46.5t42.5 84.5t18 129q-39 -38 -85.5 -60
+t-95.5 -22q-44 0 -80.5 12.5t-62.5 37t-40.5 61.5t-14.5 86q0 46 17 83.5t46.5 64.5t68 42t80.5 15q52 0 97 -19t78 -57.5t51.5 -96t18.5 -134.5q0 -96 -22.5 -163.5t-59.5 -110t-85 -62t-100 -19.5z" />
+    <glyph glyph-name="zero.a" 
+d="M300 -12q-107 0 -168 86.5t-61 246.5q0 161 61 245t168 84t168 -84t61 -245q0 -160 -61 -246.5t-168 -86.5zM300 587q-67 0 -107 -59l243 -346q8 29 12 63t4 76q0 139 -42.5 202.5t-109.5 63.5zM300 51q32 0 59.5 15t47.5 47l-243 347q-8 -28 -12 -62.5t-4 -76.5
+q0 -70 11 -121t31.5 -84t48.5 -49t61 -16z" />
+    <glyph glyph-name="one.a" 
+d="M97 0v68h184v448l-116 -86l-42 48l176 160h64v-570h167v-68h-433z" />
+    <glyph glyph-name="zero.onum" 
+d="M300 -12q-107 0 -168 78t-61 224q0 144 61 220t168 76t168 -76t61 -220q0 -146 -61 -224t-168 -78zM300 54q33 0 61 14t48.5 43t31.5 73.5t11 105.5q0 118 -42.5 173.5t-109.5 55.5t-109.5 -55.5t-42.5 -173.5q0 -61 11 -105.5t31.5 -73.5t48.5 -43t61 -14zM300 230
+q-25 0 -43.5 17.5t-18.5 49.5q0 31 18.5 48.5t43.5 17.5t43.5 -17.5t18.5 -48.5q0 -32 -18.5 -49.5t-43.5 -17.5z" />
+    <glyph glyph-name="one.onum" 
+d="M97 0v68h184v406h-143v53q57 8 95 19.5t69 27.5h61v-506h167v-68h-433z" />
+    <glyph glyph-name="two.onum" 
+d="M73 0v49q165 110 250 193t85 147q0 58 -34 94t-105 36q-45 0 -83.5 -22.5t-69.5 -54.5l-47 47q43 44 92.5 70.5t117.5 26.5q48 0 86.5 -13.5t65.5 -39t41.5 -61t14.5 -79.5q0 -38 -19.5 -77t-55.5 -79.5t-87.5 -83t-115.5 -88.5q29 2 59.5 4t59.5 2h194v-71h-449z" />
+    <glyph glyph-name="three.onum" 
+d="M287 -86q-83 0 -139 27.5t-91 62.5l42 54q32 -30 76.5 -52.5t106.5 -22.5q33 0 61 8.5t48.5 24t32 37.5t11.5 50q0 29 -12.5 53t-40.5 40.5t-72 25.5t-107 9v64q57 0 96.5 9t64.5 25.5t36.5 38.5t11.5 48q0 47 -35.5 75t-94.5 28q-45 0 -85 -18t-72 -47l-44 52
+q40 35 91 57.5t113 22.5q45 0 83.5 -11t67 -32t44.5 -51.5t16 -69.5q0 -59 -38 -96.5t-98 -57.5v-4q32 -7 60.5 -21t50.5 -34.5t34.5 -47.5t12.5 -61q0 -44 -18 -78.5t-49.5 -58.5t-73.5 -36.5t-90 -12.5z" />
+    <glyph glyph-name="four.onum" 
+d="M368 -74v168h-329v55l319 425h88v-413h99v-67h-99v-168h-78zM129 161h239v215q1 26 2 56.5t3 56.5h-5q-15 -25 -31.5 -49.5t-32.5 -47.5z" />
+    <glyph glyph-name="five.onum" 
+d="M286 -86q-43 0 -77.5 7.5t-62 19.5t-50 28t-40.5 33l41 53q16 -14 34 -27t39.5 -23t48 -16t58.5 -6q34 0 63.5 10.5t51.5 29.5t34.5 46.5t12.5 62.5q0 68 -42.5 105t-114.5 37q-40 0 -68 -10t-62 -29l-44 28l21 311h361v-71h-288l-17 -193q28 13 54.5 19.5t63.5 6.5
+q46 0 86 -11.5t69.5 -36.5t46.5 -63t17 -91t-19.5 -93.5t-52.5 -69t-75.5 -43t-88.5 -14.5z" />
+    <glyph glyph-name="six.onum" 
+d="M322 -12q-52 0 -96.5 19t-77.5 57.5t-51.5 96t-18.5 134.5q0 96 22 163.5t59 110t85.5 62t100.5 19.5q59 0 102.5 -19.5t75.5 -48.5l-46 -51q-25 23 -58 36.5t-69 13.5q-38 0 -73 -14t-61.5 -46t-43 -84.5t-17.5 -129.5q39 38 86 60.5t95 22.5q44 0 80.5 -12.5t63 -37
+t41 -61.5t14.5 -86q0 -46 -17.5 -83.5t-46.5 -64.5t-67.5 -42t-81.5 -15zM322 53q28 0 53 10t43 28.5t28.5 44t10.5 57.5q0 66 -35 100.5t-101 34.5q-38 0 -81.5 -20t-81.5 -66q9 -93 51.5 -141t112.5 -48z" />
+    <glyph glyph-name="seven.onum" 
+d="M226 -74q4 92 17 168t38 144.5t63.5 132.5t93.5 132h-368v71h462v-51q-63 -73 -104 -139.5t-65.5 -136.5t-35.5 -147.5t-15 -173.5h-86z" />
+    <glyph glyph-name="eight.onum" 
+d="M302 -12q-54 0 -97.5 13t-73.5 36.5t-46.5 55.5t-16.5 70q0 33 12 59t31 47t43.5 36.5t50.5 27.5v4q-40 25 -68.5 61.5t-28.5 87.5q0 37 14.5 67t41 51.5t62.5 33.5t79 12q47 0 83.5 -12.5t62 -35t39 -54t13.5 -68.5q0 -45 -28.5 -84.5t-68.5 -67.5v-4q26 -13 49 -28
+t40 -34t26.5 -44.5t9.5 -59.5q0 -36 -15.5 -67t-44.5 -54t-71.5 -36t-97.5 -13zM352 348q80 58 80 128q0 48 -33 80.5t-96 32.5q-54 0 -87 -28t-33 -75q0 -29 13 -49.5t36 -36.5t53.5 -28.5t66.5 -23.5zM304 49q72 0 110 31t38 81q0 33 -15.5 55.5t-42.5 38.5t-63.5 28.5
+t-78.5 26.5q-47 -26 -78 -58.5t-31 -80.5q0 -54 43.5 -88t117.5 -34z" />
+    <glyph glyph-name="nine.onum" 
+d="M281 237q38 0 81 20t82 66q-8 97 -50 147.5t-114 50.5q-29 0 -53.5 -10t-42.5 -29t-28.5 -45t-10.5 -59q0 -68 34.5 -104.5t101.5 -36.5zM257 -86q-59 0 -102.5 19.5t-75.5 48.5l46 51q24 -23 57 -36.5t70 -13.5t71 14t60.5 46t43.5 84.5t19 129.5q-39 -38 -85.5 -60
+t-95.5 -22q-44 0 -80.5 13t-62.5 38.5t-40.5 63.5t-14.5 88q0 46 17 84.5t46.5 66t68 42.5t80.5 15q52 0 97 -19t78 -57.5t51.5 -96t18.5 -134.5q0 -99 -22.5 -168.5t-59.5 -113t-85 -63.5t-100 -20z" />
+    <glyph glyph-name="zero.b" 
+d="M300 -12q-107 0 -168 78t-61 224q0 144 61 220t168 76t168 -76t61 -220q0 -146 -61 -224t-168 -78zM300 523q-29 0 -53.5 -10t-44.5 -31l230 -330q20 55 20 138q0 60 -11 104t-31.5 72.5t-48.5 42.5t-61 14zM300 51q59 0 98 43l-229 331q-21 -53 -21 -135q0 -62 11 -107
+t31.5 -74.5t48.5 -43.5t61 -14z" />
+    <glyph glyph-name="one.b" 
+d="M97 0v68h184v393l-110 -82l-42 47l170 148h64v-506h167v-68h-433z" />
+    <glyph glyph-name="zero.cap" 
+d="M300 -12q-107 0 -168 89t-61 254q0 166 61 251.5t168 85.5t168 -85.5t61 -251.5q0 -165 -61 -254t-168 -89zM300 54q33 0 61 16.5t48.5 50.5t31.5 86.5t11 123.5t-11 122t-31.5 84t-48.5 49t-61 16t-61 -16t-48.5 -49t-31.5 -84t-11 -122t11 -123.5t31.5 -86.5
+t48.5 -50.5t61 -16.5zM300 271q-25 0 -43.5 17t-18.5 49t18.5 49t43.5 17t43.5 -17t18.5 -49t-18.5 -49t-43.5 -17z" />
+    <glyph glyph-name="one.cap" 
+d="M97 0v68h184v489h-143v52q57 8 95 19t69 28h61v-588h167v-68h-433z" />
+    <glyph glyph-name="two.cap" 
+d="M73 0v49q81 72 143.5 130t105 107.5t64.5 92t22 82.5q0 62 -34 101t-105 39q-45 0 -83.5 -22t-69.5 -54l-47 46q43 45 92.5 71t117.5 26q48 0 86.5 -14.5t65.5 -41.5t41.5 -64.5t14.5 -83.5q0 -45 -21.5 -90.5t-60.5 -94.5t-93 -101.5t-119 -112.5q29 2 59.5 4t59.5 2
+h210v-71h-449z" />
+    <glyph glyph-name="three.cap" 
+d="M287 -12q-83 0 -139 27.5t-91 62.5l42 54q32 -30 76.5 -53t106.5 -23q33 0 61 8.5t48.5 24.5t32 38.5t11.5 51.5t-12.5 53t-40.5 41t-72 26.5t-107 9.5v63q57 0 96.5 9.5t64.5 26t36.5 39.5t11.5 49q0 49 -35.5 77t-94.5 28q-45 0 -85 -18t-72 -46l-44 52q40 35 91 57
+t113 22q45 0 83.5 -11t67 -32t44.5 -52t16 -71q0 -60 -38 -98.5t-98 -57.5v-4q32 -7 60.5 -21.5t50.5 -35.5t34.5 -48.5t12.5 -61.5q0 -44 -18 -78.5t-49.5 -58.5t-73.5 -37t-90 -13z" />
+    <glyph glyph-name="four.cap" 
+d="M368 0v180h-329v55l319 421h88v-410h99v-66h-99v-180h-78zM129 246h239v209q1 28 2 59t3 58h-3q-15 -25 -32.5 -49t-34.5 -48z" />
+    <glyph glyph-name="five.cap" 
+d="M286 -12q-43 0 -77.5 7.5t-62 19.5t-50 27.5t-40.5 32.5l41 57q16 -14 34 -28t40 -24.5t48 -17t58 -6.5q34 0 63.5 10.5t51.5 30t34.5 47.5t12.5 63q0 68 -42.5 106t-114.5 38q-40 0 -68 -9.5t-62 -29.5l-44 28l21 316h361v-70h-288l-17 -199q28 12 54.5 19t63.5 7
+q46 0 86 -12t69.5 -37t46.5 -63.5t17 -90.5q0 -53 -19.5 -94.5t-52.5 -70t-75.5 -43t-88.5 -14.5z" />
+    <glyph glyph-name="six.cap" 
+d="M321 -12q-52 0 -96.5 19.5t-77.5 59t-51.5 99t-18.5 138.5q0 99 22 168t59 112.5t85.5 63.5t100.5 20q59 0 102.5 -19t75.5 -48l-46 -51q-25 23 -58 36.5t-69 13.5q-38 0 -73 -14.5t-61.5 -48t-43 -88t-17.5 -133.5q38 39 85.5 61t95.5 22q44 0 80.5 -12.5t63 -38t41 -63
+t14.5 -87.5q0 -47 -17.5 -85.5t-46.5 -66.5t-67.5 -43t-81.5 -15zM321 53q28 0 53 10.5t43 29.5t28.5 45.5t10.5 59.5q0 68 -35 103.5t-101 35.5q-38 0 -81.5 -20t-82.5 -66q10 -97 52 -147.5t113 -50.5z" />
+    <glyph glyph-name="seven.cap" 
+d="M226 0q4 94 16.5 171.5t37.5 146.5t63.5 134t94.5 134h-368v70h462v-50q-65 -74 -106 -141.5t-65 -138.5t-35 -150t-14 -176h-86z" />
+    <glyph glyph-name="eight.cap" 
+d="M302 -12q-54 0 -97.5 13.5t-73.5 37.5t-46.5 57.5t-16.5 72.5q0 33 12 60t31 48.5t43.5 37.5t50.5 28v4q-40 25 -68.5 63t-28.5 91q0 37 14.5 68t41 53t62.5 34t79 12q47 0 83.5 -13t62 -36t39 -54.5t13.5 -69.5q0 -48 -28 -89t-69 -69v-4q26 -13 49 -28t40 -34.5
+t26.5 -45.5t9.5 -61q0 -37 -15.5 -69t-44.5 -56t-71.5 -37.5t-97.5 -13.5zM352 357q80 60 80 133q0 50 -33 83.5t-96 33.5q-54 0 -87 -29t-33 -77q0 -30 13 -52t36 -38.5t53.5 -29.5t66.5 -24zM304 49q72 0 110 32.5t38 84.5q0 34 -15.5 57t-42.5 39.5t-63.5 29.5t-78.5 27
+q-48 -25 -78.5 -59t-30.5 -84q0 -55 43.5 -91t117.5 -36z" />
+    <glyph glyph-name="nine.cap" 
+d="M281 319q38 0 81 20t82 65q-9 98 -51 149t-113 51q-29 0 -53.5 -10.5t-42.5 -30t-28.5 -46t-10.5 -59.5q0 -68 34.5 -103.5t101.5 -35.5zM257 -12q-59 0 -102.5 19t-75.5 48l46 52q24 -23 57 -37t70 -14q38 0 72.5 14.5t61 48t42.5 87.5t18 133q-39 -38 -85.5 -60
+t-95.5 -22q-44 0 -80.5 12.5t-62.5 37.5t-40.5 63t-14.5 88q0 47 17 86t46.5 66.5t68 42.5t80.5 15q52 0 97 -19.5t78 -59t51.5 -99t18.5 -138.5q0 -98 -22.5 -167.5t-59.5 -113t-85 -63.5t-100 -20z" />
+    <glyph glyph-name="zero.c" 
+d="M300 -12q-107 0 -168 89t-61 254q0 166 61 251.5t168 85.5t168 -85.5t61 -251.5q0 -165 -61 -254t-168 -89zM300 606q-68 0 -108 -63l243 -360q17 60 17 148q0 72 -11 124t-31.5 85.5t-48.5 49.5t-61 16zM300 51q33 0 60.5 16t47.5 50l-243 361q-17 -60 -17 -147
+q0 -72 11 -125t31.5 -87.5t48.5 -51t61 -16.5z" />
+    <glyph glyph-name="one.c" 
+d="M97 0v68h184v476l-110 -82l-42 47l170 147h64v-588h167v-68h-433z" />
+    <glyph glyph-name="period" unicode="." 
+d="M300 -12q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23z" />
+    <glyph glyph-name="comma" unicode="," 
+d="M220 -213l-23 52q62 28 93 67.5t33 99.5q-5 -2 -9.5 -2h-9.5q-32 0 -55 18.5t-23 56.5q0 37 24 56.5t56 19.5q45 0 67.5 -34.5t22.5 -93.5q0 -88 -46.5 -148.5t-129.5 -91.5z" />
+    <glyph glyph-name="colon" unicode=":" 
+d="M300 346q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23zM300 -12q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23z" />
+    <glyph glyph-name="semicolon" unicode=";" 
+d="M300 346q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23zM220 -213l-23 52q62 28 93 67.5t33 99.5q-5 -2 -9.5 -2h-9.5q-32 0 -55 18.5t-23 56.5q0 37 24 56.5t56 19.5q45 0 67.5 -34.5t22.5 -93.5q0 -88 -46.5 -148.5
+t-129.5 -91.5z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" 
+d="M102 -12q-29 0 -49.5 21t-20.5 54q0 34 20.5 54.5t49.5 20.5t49 -20.5t20 -54.5q0 -33 -20 -54t-49 -21zM300 -12q-29 0 -49.5 21t-20.5 54q0 34 20.5 54.5t49.5 20.5t49.5 -20.5t20.5 -54.5q0 -33 -20.5 -54t-49.5 -21zM498 -12q-29 0 -49 21t-20 54q0 34 20 54.5
+t49 20.5t49.5 -20.5t20.5 -54.5q0 -33 -20.5 -54t-49.5 -21z" />
+    <glyph glyph-name="exclam" unicode="!" 
+d="M272 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM300 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21z" />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" 
+d="M260 -184l2 94l10 344h56l10 -344l2 -94h-80zM300 344q-30 0 -51.5 20.5t-21.5 56.5q0 35 21.5 56t51.5 21t51.5 -21t21.5 -56q0 -36 -21.5 -56.5t-51.5 -20.5z" />
+    <glyph glyph-name="question" unicode="?" 
+d="M242 232q-6 36 3 64t26.5 51t39.5 43t41.5 39.5t32.5 40.5t13 47q0 42 -27.5 69.5t-82.5 27.5q-38 0 -70.5 -15.5t-59.5 -42.5l-49 45q34 35 80 58t104 23q42 0 76 -11t58.5 -31.5t38 -49t13.5 -64.5q0 -34 -13.5 -60t-33 -48t-42 -41.5t-41 -41t-29 -46.5t-5.5 -57h-73z
+M286 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" 
+d="M307 -196q-42 0 -76 11t-58.5 31.5t-38 49t-13.5 64.5q0 34 13.5 60t33 48t42 41.5t41 41t28.5 46t6 57.5h73q6 -36 -3 -64t-26.5 -51t-39.5 -43t-41.5 -39.5t-32.5 -41t-13 -46.5q0 -42 27.5 -69t82.5 -27q38 0 70.5 15t59.5 42l49 -45q-34 -35 -80 -58t-104 -23z
+M314 344q-30 0 -51.5 20.5t-21.5 56.5q0 35 21.5 56t51.5 21t51.5 -21t21.5 -56q0 -36 -21.5 -56.5t-51.5 -20.5z" />
+    <glyph glyph-name="quotesingle" unicode="'" 
+d="M272 352l-25 225l-2 110h110l-2 -110l-25 -225h-56z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" 
+d="M158 352l-25 225l-2 110h110l-2 -110l-25 -225h-56zM387 352l-25 225l-2 110h110l-2 -110l-25 -225h-56z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" 
+d="M299 350q-39 0 -64.5 31.5t-25.5 88.5q0 75 38 134.5t106 94.5l27 -48q-46 -27 -73 -66.5t-30 -91.5q12 6 26 6q31 0 50.5 -20t19.5 -52q0 -35 -21 -56t-53 -21z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" 
+d="M245 350l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5q40 0 65 -32t25 -89q0 -75 -38 -134t-105 -94z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" 
+d="M185 350q-39 0 -64.5 31.5t-25.5 88.5q0 75 38 134.5t106 94.5l27 -48q-46 -27 -73 -66.5t-30 -91.5q12 6 26 6q31 0 50.5 -20t19.5 -52q0 -35 -21 -56t-53 -21zM414 350q-39 0 -64.5 31.5t-25.5 88.5q0 75 38 134.5t106 94.5l27 -48q-46 -27 -73 -66.5t-30 -91.5
+q12 6 26 6q31 0 50.5 -20t19.5 -52q0 -35 -21 -56t-53 -21z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" 
+d="M131 350l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5q40 0 65 -32t25 -89q0 -75 -38 -134t-105 -94zM360 350l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5
+q40 0 65 -32t25 -89q0 -75 -38 -134t-105 -94z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" 
+d="M245 -225l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5q40 0 65 -32t25 -89q0 -75 -38 -134t-105 -94z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" 
+d="M131 -225l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5q40 0 65 -32t25 -89q0 -75 -38 -134t-105 -94zM360 -225l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5
+q40 0 65 -32t25 -89q0 -75 -38 -134t-105 -94z" />
+    <glyph glyph-name="quotereversed" unicode="&#x201b;" 
+d="M355 350q-67 35 -105 94t-38 134q0 57 25 89t65 32q32 0 53 -21.5t21 -56.5q0 -32 -19.5 -51.5t-51.5 -19.5q-14 0 -26 6q3 -53 30 -92.5t74 -65.5z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" 
+d="M350 52l-153 160v80l153 160l39 -35l-127 -165l127 -166z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" 
+d="M250 52l-39 34l127 166l-127 165l39 35l153 -160v-80z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" 
+d="M236 52l-153 160v80l153 160l39 -35l-127 -165l127 -166zM465 52l-153 160v80l153 160l39 -35l-127 -165l127 -166z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" 
+d="M136 52l-39 34l127 166l-127 165l39 35l153 -160v-80zM365 52l-39 34l127 166l-127 165l39 35l153 -160v-80z" />
+    <glyph glyph-name="hyphen" unicode="-" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="uni2010" unicode="&#x2010;" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M80 216v72h440v-72h-440z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" 
+d="M0 216v72h600v-72h-600z" />
+    <glyph glyph-name="figuredash" unicode="&#x2012;" 
+d="M80 216v72h440v-72h-440z" />
+    <glyph glyph-name="uni2015" unicode="&#x2015;" 
+d="M0 216v72h600v-72h-600z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" 
+d="M300 263q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" 
+d="M300 115q-30 0 -57 10.5t-47.5 30t-32.5 46.5t-12 60t12 60t32.5 46.5t47.5 30t57 10.5t57 -10.5t47.5 -30t32.5 -46.5t12 -60t-12 -60t-32.5 -46.5t-47.5 -30t-57 -10.5z" />
+    <glyph glyph-name="uni25E6" unicode="&#x25e6;" 
+d="M300 103q-35 0 -64.5 12t-51 33.5t-33.5 50.5t-12 63t12 63t33.5 50.5t51 33.5t64.5 12t64.5 -12t51 -33.5t33.5 -50.5t12 -63t-12 -63t-33.5 -50.5t-51 -33.5t-64.5 -12zM300 151q47 0 76.5 31t29.5 80t-29.5 80t-76.5 31t-76.5 -31t-29.5 -80t29.5 -80t76.5 -31z" />
+    <glyph glyph-name="uni25AA" unicode="&#x25aa;" 
+d="M166 129v266h268v-266h-268z" />
+    <glyph glyph-name="uni25AB" unicode="&#x25ab;" 
+d="M154 117v290h292v-290h-292zM203 162h194v200h-194v-200z" />
+    <glyph glyph-name="uni25B4" unicode="&#x25b4;" 
+d="M139 129v3l160 293h2l160 -293v-3h-322z" />
+    <glyph glyph-name="uni25B5" unicode="&#x25b5;" 
+d="M117 117v3l182 326h2l182 -326v-3h-366zM191 160h218l-109 202z" />
+    <glyph glyph-name="uni25B8" unicode="&#x25b8;" 
+d="M166 101v324h3l293 -161v-3l-293 -160h-3z" />
+    <glyph glyph-name="uni25B9" unicode="&#x25b9;" 
+d="M154 79v367h2l327 -182v-3l-327 -182h-2zM197 154l201 109l-201 108v-217z" />
+    <glyph glyph-name="uni25BE" unicode="&#x25be;" 
+d="M299 99l-160 293v3h322v-3l-160 -293h-2z" />
+    <glyph glyph-name="uni25BF" unicode="&#x25bf;" 
+d="M299 78l-182 326v3h366v-3l-182 -326h-2zM300 162l109 202h-218z" />
+    <glyph glyph-name="uni25C2" unicode="&#x25c2;" 
+d="M431 101l-293 160v3l293 161h3v-324h-3z" />
+    <glyph glyph-name="uni25C3" unicode="&#x25c3;" 
+d="M444 79l-327 182v3l327 182h2v-367h-2zM403 154v217l-201 -108z" />
+    <glyph glyph-name="invbullet" unicode="&#x25d8;" 
+d="M152 115v294h296v-294h-296zM300 127q29 0 54 10t43 28t28.5 43t10.5 54t-10.5 54t-28.5 43t-43 28t-54 10t-54 -10t-43 -28t-28.5 -43t-10.5 -54t10.5 -54t28.5 -43t43 -28t54 -10z" />
+    <glyph glyph-name="filledrect" unicode="&#x25ac;" 
+d="M0 196v112h600v-112h-600z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M60 -140v71h480v-71h-480z" />
+    <glyph glyph-name="underscoredbl" unicode="&#x2017;" 
+d="M60 -131v62h480v-62h-480zM60 -253v61h480v-61h-480z" />
+    <glyph glyph-name="uni203E" unicode="&#x203e;" 
+d="M62 577v54h476v-54h-476z" />
+    <glyph glyph-name="uni203F" unicode="&#x203f;" 
+d="M300 -233q-128 0 -240.5 32.5t-213.5 95.5l24 41q96 -58 208.5 -84.5t221.5 -26.5t221.5 26.5t208.5 84.5l24 -41q-101 -63 -213.5 -95.5t-240.5 -32.5z" />
+    <glyph glyph-name="parenleft" unicode="(" 
+d="M433 -176q-104 81 -164.5 195t-60.5 259t60.5 259t164.5 195l45 -42q-101 -85 -148.5 -185t-47.5 -227t47.5 -227t148.5 -185z" />
+    <glyph glyph-name="parenright" unicode=")" 
+d="M167 -176l-45 42q101 85 148.5 185t47.5 227t-47.5 227t-148.5 185l45 42q104 -81 164.5 -195t60.5 -259t-60.5 -259t-164.5 -195z" />
+    <glyph glyph-name="bracketleft" unicode="[" 
+d="M225 -152v860h277v-47h-211v-766h211v-47h-277z" />
+    <glyph glyph-name="bracketright" unicode="]" 
+d="M98 -152v47h211v766h-211v47h277v-860h-277z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M441 -152q-47 0 -82 6.5t-58 21.5t-34 40.5t-11 64.5q0 27 1.5 51.5t3 47.5l3 46t1.5 48q0 15 -6 28.5t-22 24.5t-44.5 18t-72.5 7v52q44 0 72.5 7t44.5 18t22 24.5t6 28.5q0 48 -4.5 94.5t-4.5 98.5q0 39 11 64.5t34 40.5t58 21.5t82 6.5h61v-47h-52q-38 0 -62.5 -5
+t-38 -16t-18.5 -28.5t-5 -41.5q0 -43 3 -88.5t3 -92.5q0 -49 -19.5 -74.5t-71.5 -34.5v-4q52 -9 71.5 -34.5t19.5 -74.5q0 -51 -3 -93t-3 -88q0 -24 5 -41.5t18.5 -28.5t38 -16t62.5 -5h52v-47h-61z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M99 -152v47h51q38 0 62.5 5t38.5 16t19 28.5t5 41.5q0 46 -3 88t-3 93q0 49 19 74.5t71 34.5v4q-52 9 -71 34.5t-19 74.5q0 47 3 92.5t3 88.5q0 24 -5 41.5t-19 28.5t-38.5 16t-62.5 5h-51v47h61q47 0 81.5 -6.5t57.5 -21.5t34 -40.5t11 -64.5q0 -52 -4.5 -98.5
+t-4.5 -94.5q0 -15 6 -28.5t22 -24.5t44.5 -18t72.5 -7v-52q-44 0 -72.5 -7t-44.5 -18t-22 -24.5t-6 -28.5q0 -25 1.5 -48l3 -46t3 -47.5t1.5 -51.5q0 -39 -11 -64.5t-34 -40.5t-57.5 -21.5t-81.5 -6.5h-61z" />
+    <glyph glyph-name="slash" unicode="/" 
+d="M99 -160l328 870h74l-328 -870h-74z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M263 -250v1000h74v-1000h-74z" />
+    <glyph glyph-name="backslash" unicode="\" 
+d="M427 -160l-328 870h74l328 -870h-74z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M263 -250v440h74v-440h-74zM263 310v440h74v-440h-74z" />
+    <glyph glyph-name="asterisk" unicode="*" 
+d="M180 111l-42 30l108 165l-162 70l16 46l167 -55l9 189h48l9 -189l167 55l16 -46l-162 -70l108 -165l-42 -30l-120 159z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" 
+d="M265 -80l5 571l-143 -5v71l143 -5l-5 160h70l-5 -160l143 5v-71l-143 5l5 -571h-70z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" 
+d="M265 -80l5 160l-143 -5v71l143 -7l-5 177l5 177l-143 -7v71l143 -5l-5 160h70l-5 -160l143 5v-71l-143 7l5 -177l-5 -177l143 7v-71l-143 5l5 -160h-70z" />
+    <glyph glyph-name="section" unicode="&#xa7;" 
+d="M287 -64q-55 0 -101 19t-78 52l50 45q26 -24 56.5 -38t72.5 -14q41 0 63.5 20t22.5 49q0 28 -21 47t-52 34t-68 29.5t-68 35.5t-52 51.5t-21 76.5q0 45 25.5 77t65.5 53q-14 16 -22.5 35.5t-8.5 45.5t9.5 49.5t28.5 41.5t47 28.5t66 10.5q50 0 90.5 -17t70.5 -40l-40 -53
+q-26 20 -54 33t-63 13q-42 0 -61 -18.5t-19 -44.5q0 -27 21 -45t52.5 -33t68 -30t68 -36.5t52.5 -52t21 -76.5q0 -48 -24.5 -78t-66.5 -52q14 -16 22 -35.5t8 -45.5q0 -30 -12 -55t-33 -43t-50.5 -28.5t-65.5 -10.5zM162 348q0 -33 20.5 -54.5t52 -38t68 -30.5t68.5 -33
+q32 14 49.5 33t17.5 53t-20.5 56t-51.5 38.5t-67.5 31t-68.5 32.5q-31 -16 -49.5 -36.5t-18.5 -51.5z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M318 226q-53 0 -98 12.5t-78 39t-51.5 67.5t-18.5 98q0 59 18 99.5t49.5 66t74.5 36.5t93 11h43v-430h-32zM404 -80v736h81v-736h-81z" />
+    <glyph glyph-name="uni2016" unicode="&#x2016;" 
+d="M157 -250v1000h74v-1000h-74zM370 -250v1000h74v-1000h-74z" />
+    <glyph glyph-name="exclamdbl" unicode="&#x203c;" 
+d="M139 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM167 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21zM393 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM421 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5
+t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21z" />
+    <glyph glyph-name="uni2047" unicode="&#x2047;" 
+d="M102 232q-6 35 -0.5 63.5t18 53.5t28 46.5t30 43.5t24 45.5t9.5 50.5q0 33 -18 56t-55 23q-24 0 -43.5 -11t-39.5 -37l-41 49q29 33 63 50t76 17q31 0 56.5 -10t43.5 -27.5t28 -42t10 -52.5q0 -35 -10 -63.5t-25 -52.5t-32 -46.5t-30.5 -46t-20.5 -50t-2 -59.5h-69z
+M146 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21zM382 232q-6 35 -0.5 63.5t18 53.5t28 46.5t30 43.5t24 45.5t9.5 50.5q0 33 -18 56t-55 23q-24 0 -43.5 -11t-39.5 -37l-41 49q29 33 63 50t76 17
+q31 0 56.5 -10t43.5 -27.5t28 -42t10 -52.5q0 -35 -10 -63.5t-25 -52.5t-32 -46.5t-30.5 -46t-20.5 -50t-2 -59.5h-69zM426 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21z" />
+    <glyph glyph-name="uni2049" unicode="&#x2049;" 
+d="M382 232q-6 35 -0.5 63.5t18 53.5t28 46.5t30 43.5t24 45.5t9.5 50.5q0 33 -18 56t-55 23q-24 0 -43.5 -11t-39.5 -37l-41 49q29 33 63 50t76 17q31 0 56.5 -10t43.5 -27.5t28 -42t10 -52.5q0 -35 -10 -63.5t-25 -52.5t-32 -46.5t-30.5 -46t-20.5 -50t-2 -59.5h-69z
+M426 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21zM132 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM160 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57
+t-51.5 -21z" />
+    <glyph glyph-name="uni2048" unicode="&#x2048;" 
+d="M102 232q-6 35 -0.5 63.5t18 53.5t28 46.5t30 43.5t24 45.5t9.5 50.5q0 33 -18 56t-55 23q-24 0 -43.5 -11t-39.5 -37l-41 49q29 33 63 50t76 17q31 0 56.5 -10t43.5 -27.5t28 -42t10 -52.5q0 -35 -10 -63.5t-25 -52.5t-32 -46.5t-30.5 -46t-20.5 -50t-2 -59.5h-69z
+M146 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57t-51.5 -21zM412 232l-10 344l-2 94h80l-2 -94l-10 -344h-56zM440 -12q-30 0 -51.5 21t-21.5 57q0 35 21.5 55.5t51.5 20.5t51.5 -20.5t21.5 -55.5q0 -36 -21.5 -57
+t-51.5 -21z" />
+    <glyph glyph-name="uni203D" unicode="&#x203d;" 
+d="M254 232l-11 224l-4 76h70l-1 -76l-3 -107q15 19 33 36t33 35.5t25.5 40.5t10.5 51q0 45 -31.5 75t-92.5 30q-80 0 -141 -63l-48 44q35 38 85.5 61t109.5 23q44 0 80 -11.5t61.5 -32.5t39.5 -50t14 -63q0 -40 -13.5 -68.5t-33.5 -51t-43 -41t-42 -38t-31 -42t-9 -52.5
+h-58zM282 -12q-28 0 -48.5 20.5t-20.5 54.5t20.5 54.5t48.5 20.5q29 0 49.5 -20.5t20.5 -54.5t-20.5 -54.5t-49.5 -20.5z" />
+    <glyph glyph-name="uni2E18" unicode="&#x2e18;" 
+d="M346 254l11 -224l4 -76h-70l1 76l3 107q-15 -19 -33 -36t-33 -35.5t-25.5 -40.5t-10.5 -51q0 -45 31.5 -75t92.5 -30q80 0 141 63l48 -44q-35 -38 -85.5 -61t-109.5 -23q-44 0 -80 11.5t-61.5 32.5t-39.5 50t-14 63q0 39 13.5 68t33.5 51.5t43 41t42 38t31 42t9 52.5h58z
+M318 498q28 0 48.5 -20.5t20.5 -54.5t-20.5 -54.5t-48.5 -20.5q-29 0 -49.5 20.5t-20.5 54.5t20.5 54.5t49.5 20.5z" />
+    <glyph glyph-name="uni231C" unicode="&#x231c;" 
+d="M225 0v695h277v-47h-211v-648h-66z" />
+    <glyph glyph-name="uni231D" unicode="&#x231d;" 
+d="M309 0v648h-211v47h277v-695h-66z" />
+    <glyph glyph-name="uni231E" unicode="&#x231e;" 
+d="M225 -86v724h66v-677h211v-47h-277z" />
+    <glyph glyph-name="uni231F" unicode="&#x231f;" 
+d="M98 -86v47h211v677h66v-724h-277z" />
+    <glyph glyph-name="uni27E6" unicode="&#x27e6;" 
+d="M186 -152v860h316v-47h-172v-766h172v-47h-316zM238 -105h43v766h-43v-766z" />
+    <glyph glyph-name="uni27E7" unicode="&#x27e7;" 
+d="M98 -152v47h172v766h-172v47h316v-860h-316zM319 -105h43v766h-43v-766z" />
+    <glyph glyph-name="uni2E22" unicode="&#x2e22;" 
+d="M226 278v430h276v-47h-211v-383h-65z" />
+    <glyph glyph-name="uni2E23" unicode="&#x2e23;" 
+d="M309 278v370h-211v47h277v-417h-66z" />
+    <glyph glyph-name="uni2E24" unicode="&#x2e24;" 
+d="M225 -152v430h66v-383h211v-47h-277z" />
+    <glyph glyph-name="uni2E25" unicode="&#x2e25;" 
+d="M98 -152v47h211v383h66v-430h-277z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" 
+d="M300 -11q-57 0 -106.5 23.5t-86 67t-57 105t-20.5 138.5q0 76 20.5 137.5t57 104t86 65.5t106.5 23t106.5 -23t86 -65.5t57 -104t20.5 -137.5q0 -77 -20.5 -138.5t-57 -105t-86 -67t-106.5 -23.5zM300 31q50 0 91.5 21t71 59.5t45.5 92t16 119.5t-16 119t-45.5 91
+t-71 58.5t-91.5 20.5t-91.5 -20.5t-71 -58.5t-45.5 -91t-16 -119t16 -119.5t45.5 -92t71 -59.5t91.5 -21zM308 125q-34 0 -63.5 13.5t-51.5 39t-34.5 62t-12.5 83.5q0 43 13.5 78t36.5 60t52.5 38t62.5 13q35 0 59.5 -13.5t44.5 -33.5l-34 -39q-16 14 -31.5 22.5t-35.5 8.5
+q-46 0 -74 -37.5t-28 -96.5q0 -66 26.5 -104.5t71.5 -38.5q26 0 45 10t36 24l30 -42q-23 -20 -49 -33.5t-64 -13.5z" />
+    <glyph glyph-name="uni2117" unicode="&#x2117;" 
+d="M300 -11q-57 0 -106.5 23.5t-86 67t-57 105t-20.5 138.5q0 76 20.5 137.5t57 104t86 65.5t106.5 23t106.5 -23t86 -65.5t57 -104t20.5 -137.5q0 -77 -20.5 -138.5t-57 -105t-86 -67t-106.5 -23.5zM300 31q50 0 91.5 21t71 59.5t45.5 92t16 119.5t-16 119t-45.5 91
+t-71 58.5t-91.5 20.5t-91.5 -20.5t-71 -58.5t-45.5 -91t-16 -119t16 -119.5t45.5 -92t71 -59.5t91.5 -21zM193 137v363h114q28 0 53 -7t43.5 -21t29 -36.5t10.5 -52.5q0 -33 -10.5 -57.5t-29 -41t-43.5 -24.5t-53 -8h-49v-115h-65zM258 302h39q39 0 60 18.5t21 60.5
+q0 36 -21.5 52t-59.5 16h-39v-147z" />
+    <glyph glyph-name="registered" unicode="&#xae;" 
+d="M300 319q-39 0 -73.5 14.5t-60 40.5t-40 62t-14.5 80t14.5 80t40 62t60 40.5t73.5 14.5t73 -14.5t59.5 -40.5t40.5 -62t15 -80t-15 -80t-40.5 -62t-59.5 -40.5t-73 -14.5zM300 356q31 0 58.5 11.5t47 32.5t31 50.5t11.5 65.5q0 35 -11.5 64.5t-31 51t-47 33.5t-58.5 12
+q-32 0 -59 -12t-47 -33.5t-31.5 -51t-11.5 -64.5q0 -36 11.5 -65.5t31.5 -50.5t47 -32.5t59 -11.5zM227 417v203h76q32 0 55.5 -14.5t23.5 -50.5q0 -18 -10.5 -33.5t-27.5 -21.5l46 -83h-46l-35 70h-41v-70h-41zM268 519h26q20 0 32 8.5t12 25.5q0 15 -9.5 24t-32.5 9h-28
+v-67z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" 
+d="M91 366v256h-96v54h252v-54h-96v-256h-60zM292 366v310h71l45 -114l27 -80h4l26 80l44 114h71v-310h-55v137l7 105h-4l-71 -187h-42l-72 187h-4l7 -105v-137h-54z" />
+    <glyph glyph-name="uni2120" unicode="&#x2120;" 
+d="M125 354q-33 0 -60 12.5t-50 35.5l33 37q19 -17 37.5 -27.5t43.5 -10.5q23 0 36 10.5t13 28.5q0 20 -9.5 27.5t-32.5 18.5l-46 24q-22 11 -40.5 30.5t-18.5 54.5q0 39 28 63.5t76 24.5q28 0 53 -11t42 -27l-30 -39q-15 12 -32.5 21t-34.5 9q-23 0 -35 -11.5t-12 -26.5
+t10.5 -24.5t30.5 -18.5l46 -23q29 -14 45 -33t16 -54q0 -18 -7.5 -34t-21.5 -29t-34.5 -20.5t-45.5 -7.5zM292 366v310h71l45 -114l27 -80h4l26 80l44 114h71v-310h-55v137l7 105h-4l-71 -187h-42l-72 187h-4l7 -105v-137h-54z" />
+    <glyph glyph-name="at" unicode="@" 
+d="M341 -144q-59 0 -112 25.5t-93 75t-63.5 123.5t-23.5 170t22.5 168t62.5 120t93.5 72.5t115.5 24.5q52 0 90 -18t63 -50t37.5 -75.5t12.5 -94.5v-297h-50l-7 58h-4q-22 -28 -57.5 -49t-74.5 -21q-27 0 -50.5 9t-41 26t-27.5 41.5t-10 54.5q0 77 68 116t196 55v14
+q0 36 -8.5 68t-26.5 56t-46.5 38t-67.5 14q-45 0 -86 -21t-72.5 -62.5t-50 -104t-18.5 -145.5q0 -80 18 -142.5t49 -105.5t73 -65.5t91 -22.5q45 0 78.5 11.5t62.5 33.5l28 -45q-39 -27 -80 -41t-91 -14zM370 146q56 0 112 64v126q-104 -14 -148 -41.5t-44 -73.5
+q0 -35 21.5 -55t58.5 -20z" />
+    <glyph glyph-name="at.case" 
+d="M341 -18q-59 0 -112 22t-93 65t-63.5 106.5t-23.5 147.5q0 86 23 150.5t63 108t94.5 65t116.5 21.5q51 0 88.5 -16t62.5 -44t37 -65.5t12 -79.5v-290h-50l-7 58h-4q-22 -29 -57.5 -49.5t-74.5 -20.5q-27 0 -50.5 9t-41 26t-27.5 41.5t-10 54.5q0 76 68 115.5t196 55.5v10
+q0 28 -8.5 53.5t-26.5 44.5t-45.5 30.5t-65.5 11.5q-45 0 -87 -18.5t-73.5 -55t-50.5 -91.5t-19 -128q0 -68 18 -120.5t49 -88.5t73 -55t91 -19q45 0 78.5 11.5t62.5 33.5l28 -45q-39 -26 -80 -40.5t-91 -14.5zM370 219q56 0 112 64v126q-104 -15 -148 -42t-44 -74
+q0 -35 21.5 -54.5t58.5 -19.5z" />
+    <glyph glyph-name="numbersign" unicode="#" 
+d="M328 0l25 204h-132l-25 -204h-54l25 204h-80v57h87l18 148h-85v58h92l23 183h53l-22 -183h132l23 183h53l-22 -183h80v-58h-87l-18 -148h85v-57h-92l-25 -204h-54zM360 261l18 148h-132l-18 -148h132z" />
+    <glyph glyph-name="asterisk.a" 
+d="M197 316l-42 29l92 147l-143 57l16 46l147 -44l9 161h48l9 -159l147 42l16 -46l-143 -57l92 -147l-42 -29l-103 140z" />
+    <glyph glyph-name="hyphen.a" 
+d="M134 216v72h332v-72h-332z" />
+    <glyph glyph-name="uni00AD.a" 
+d="M134 216v72h332v-72h-332z" />
+    <glyph glyph-name="uni2010.a" 
+d="M134 216v72h332v-72h-332z" />
+    <glyph glyph-name="dollar.a" 
+d="M190 467q0 -30 28 -49t70 -35l31 166q-5 1 -9.5 1h-9.5q-51 0 -80.5 -22.5t-29.5 -60.5zM314 102q59 0 90 24.5t31 62.5q0 36 -31.5 58t-76.5 40l-34 -184q5 -1 10.5 -1h10.5zM304 34h-12t-12 1l-27 -148l-56 6l28 151q-42 11 -78 29t-62 40l39 57q25 -17 53.5 -32.5
+t60.5 -24.5l36 195q-31 12 -60.5 26t-52.5 32t-37 42t-14 57q0 35 14.5 63.5t40.5 48.5t62 30.5t79 10.5h13t12 -1l25 134l56 -7l-25 -137q33 -10 59 -27t49 -39l-44 -48q-20 15 -38.5 26.5t-38.5 18.5l-33 -175q32 -12 63 -26.5t56 -34t40 -45.5t15 -62t-15.5 -65.5
+t-43 -51t-66.5 -33t-86 -11.5z" />
+    <glyph glyph-name="zero.sups" unicode="&#x2070;" 
+d="M300 383q-72 0 -115.5 54t-43.5 154q0 99 43.5 152.5t115.5 53.5t115.5 -53.5t43.5 -152.5q0 -100 -43.5 -154t-115.5 -54zM300 434q43 0 70 39t27 118q0 78 -27 116.5t-70 38.5t-70 -38.5t-27 -116.5q0 -79 27 -118t70 -39z" />
+    <glyph glyph-name="one.sups" unicode="&#xb9;" 
+d="M175 395v54h123v254h-105v41q41 6 67.5 15t49.5 26h52v-336h114v-54h-301z" />
+    <glyph glyph-name="two.sups" unicode="&#xb2;" 
+d="M162 395l-4 37q50 43 88.5 75.5t64.5 59.5t39 49.5t13 44.5q0 38 -23 60t-62 22q-28 0 -52.5 -16t-41.5 -41l-38 35q23 35 60.5 55.5t80.5 20.5q63 0 101.5 -32t38.5 -95q0 -28 -12.5 -53.5t-34.5 -51.5t-52 -54t-66 -62h184v-54h-284z" />
+    <glyph glyph-name="three.sups" unicode="&#xb3;" 
+d="M297 383q-51 0 -91.5 21t-63.5 55l42 33q19 -29 47.5 -43.5t61.5 -14.5q36 0 62 18t26 51q0 70 -131 70v40q60 0 88 20.5t28 50.5q0 28 -21.5 45t-58.5 17q-25 0 -49 -13t-41 -35l-38 34q26 31 59.5 48t77.5 17q27 0 51.5 -7.5t43 -21t29.5 -33t11 -43.5q0 -35 -19.5 -58
+t-59.5 -38q43 -8 68.5 -33t25.5 -63q0 -27 -11.5 -48.5t-32 -37t-47.5 -23.5t-57 -8z" />
+    <glyph glyph-name="four.sups" unicode="&#x2074;" 
+d="M346 395v104h-198v33l154 265l47 -25l-132 -227h129v116h58v-116h58v-46h-58v-104h-58z" />
+    <glyph glyph-name="five.sups" unicode="&#x2075;" 
+d="M299 383q-55 0 -94 21t-63 55l42 33q40 -58 111 -58q39 0 64.5 24t25.5 62q0 40 -27 63t-69 23q-25 0 -43.5 -9t-35.5 -23l-32 22l19 189h232v-56h-180l-10 -96q16 8 34.5 11.5t37.5 3.5q28 0 53.5 -8.5t44 -25t29.5 -41t11 -56.5q0 -30 -11.5 -54.5t-31.5 -42.5
+t-47.5 -27.5t-59.5 -9.5z" />
+    <glyph glyph-name="six.sups" unicode="&#x2076;" 
+d="M313 383q-75 0 -118.5 52t-43.5 144q0 55 14 96t38 68t57 40.5t71 13.5t62 -8.5t44 -22.5l-27 -44q-16 11 -34.5 17.5t-42.5 6.5q-48 0 -82 -36t-39 -111q44 41 108 41t98 -34.5t34 -90.5q0 -28 -10.5 -52t-29.5 -42t-44 -28t-55 -10zM312 434q35 0 58 22t23 58
+q0 35 -21.5 57t-63.5 22q-25 0 -48.5 -9t-47.5 -35q5 -57 31.5 -86t68.5 -29z" />
+    <glyph glyph-name="seven.sups" unicode="&#x2077;" 
+d="M247 395q3 51 12.5 93.5t25 82.5t38.5 78.5t54 80.5h-221v55h293v-36q-37 -47 -61.5 -89t-39.5 -84t-22.5 -86t-10.5 -95h-68z" />
+    <glyph glyph-name="eight.sups" unicode="&#x2078;" 
+d="M299 383q-72 0 -110 31t-38 76q0 38 22.5 65.5t61.5 44.5v4q-33 20 -50.5 39t-17.5 51q0 46 36 74.5t96 28.5q62 0 98 -27.5t36 -75.5q0 -35 -20 -57t-49 -37v-4q42 -19 62 -43t20 -61q0 -47 -39 -78t-108 -31zM322 617q31 20 41.5 37t10.5 37q0 26 -20.5 41.5
+t-55.5 15.5q-34 0 -53 -15.5t-19 -40.5q0 -29 27 -45t69 -30zM299 429q42 0 64.5 19.5t22.5 46.5q0 18 -9 30t-24.5 21t-35.5 16.5t-42 16.5q-35 -18 -49.5 -38.5t-14.5 -45.5q0 -26 21.5 -46t66.5 -20z" />
+    <glyph glyph-name="nine.sups" unicode="&#x2079;" 
+d="M290 586q25 0 48 9t47 34q-5 58 -31.5 87.5t-67.5 29.5q-35 0 -58 -22.5t-23 -57.5t21.5 -57.5t63.5 -22.5zM267 383q-38 0 -63 8.5t-43 21.5l26 45q16 -11 35 -17.5t43 -6.5q48 0 81.5 35.5t38.5 110.5q-44 -40 -108 -40q-63 0 -97.5 34.5t-34.5 89.5q0 28 10.5 52.5
+t29.5 42.5t44.5 28t55.5 10q74 0 118 -52t44 -145q0 -55 -14 -96t-38 -68t-57 -40t-71 -13z" />
+    <glyph glyph-name="parenleft.sups" unicode="&#x207d;" 
+d="M344 316q-29 33 -49.5 63.5t-33.5 63t-19 68.5t-6 78t6 77.5t19 68t33.5 63.5t49.5 64l45 -26q-53 -62 -72 -121.5t-19 -125.5t19 -125t72 -122z" />
+    <glyph glyph-name="parenright.sups" unicode="&#x207e;" 
+d="M257 316l-46 26q53 63 72 122t19 125t-19 125.5t-72 121.5l46 26q28 -33 48.5 -64t33.5 -63.5t19 -68t6 -77.5t-6 -78t-19 -68.5t-33.5 -63t-48.5 -63.5z" />
+    <glyph glyph-name="period.sups" 
+d="M300 384q-20 0 -34.5 13.5t-14.5 36.5t14.5 36.5t34.5 13.5t34.5 -13.5t14.5 -36.5t-14.5 -36.5t-34.5 -13.5z" />
+    <glyph glyph-name="comma.sups" 
+d="M262 278l-18 39q30 11 47.5 30t16.5 46q-2 -1 -7 -1q-19 0 -33.5 10.5t-14.5 33.5t14.5 35.5t34.5 12.5q26 0 41.5 -19t15.5 -56q0 -45 -26 -79.5t-71 -51.5z" />
+    <glyph glyph-name="zero.subs" unicode="&#x2080;" 
+d="M300 -189q-72 0 -115.5 54t-43.5 154q0 99 43.5 152.5t115.5 53.5t115.5 -53.5t43.5 -152.5q0 -100 -43.5 -154t-115.5 -54zM300 -138q43 0 70 39t27 118q0 78 -27 116.5t-70 38.5t-70 -38.5t-27 -116.5q0 -79 27 -118t70 -39z" />
+    <glyph glyph-name="one.subs" unicode="&#x2081;" 
+d="M175 -177v54h123v254h-105v41q41 6 67.5 15t49.5 26h52v-336h114v-54h-301z" />
+    <glyph glyph-name="two.subs" unicode="&#x2082;" 
+d="M162 -177l-4 37q50 43 88.5 75.5t64.5 59.5t39 49.5t13 44.5q0 38 -23 60t-62 22q-28 0 -52.5 -16t-41.5 -41l-38 35q23 35 60.5 55.5t80.5 20.5q63 0 101.5 -32t38.5 -95q0 -28 -12.5 -53.5t-34.5 -51.5t-52 -54t-66 -62h184v-54h-284z" />
+    <glyph glyph-name="three.subs" unicode="&#x2083;" 
+d="M297 -189q-51 0 -91.5 21t-63.5 55l42 33q19 -29 47.5 -43.5t61.5 -14.5q36 0 62 18t26 51q0 70 -131 70v40q60 0 88 20.5t28 50.5q0 28 -21.5 45t-58.5 17q-25 0 -49 -13t-41 -35l-38 34q26 31 59.5 48t77.5 17q27 0 51.5 -7.5t43 -21t29.5 -33t11 -43.5
+q0 -35 -19.5 -58t-59.5 -38q43 -8 68.5 -33t25.5 -63q0 -27 -11.5 -48.5t-32 -37t-47.5 -23.5t-57 -8z" />
+    <glyph glyph-name="four.subs" unicode="&#x2084;" 
+d="M346 -177v104h-198v33l154 265l47 -25l-132 -227h129v116h58v-116h58v-46h-58v-104h-58z" />
+    <glyph glyph-name="five.subs" unicode="&#x2085;" 
+d="M299 -189q-55 0 -94 21t-63 55l42 33q40 -58 111 -58q39 0 64.5 24t25.5 62q0 40 -27 63t-69 23q-25 0 -43.5 -9t-35.5 -23l-32 22l19 189h232v-56h-180l-10 -96q16 8 34.5 11.5t37.5 3.5q28 0 53.5 -8.5t44 -25t29.5 -41t11 -56.5q0 -30 -11.5 -54.5t-31.5 -42.5
+t-47.5 -27.5t-59.5 -9.5z" />
+    <glyph glyph-name="six.subs" unicode="&#x2086;" 
+d="M313 -189q-75 0 -118.5 52t-43.5 144q0 55 14 96t38 68t57 40.5t71 13.5t62 -8.5t44 -22.5l-27 -44q-16 11 -34.5 17.5t-42.5 6.5q-48 0 -82 -36t-39 -111q44 41 108 41t98 -34.5t34 -90.5q0 -28 -10.5 -52t-29.5 -42t-44 -28t-55 -10zM312 -138q35 0 58 22t23 58
+q0 35 -21.5 57t-63.5 22q-25 0 -48.5 -9t-47.5 -35q5 -57 31.5 -86t68.5 -29z" />
+    <glyph glyph-name="seven.subs" unicode="&#x2087;" 
+d="M247 -177q3 51 12.5 93.5t25 82.5t38.5 78.5t54 80.5h-221v55h293v-36q-37 -47 -61.5 -89t-39.5 -84t-22.5 -86t-10.5 -95h-68z" />
+    <glyph glyph-name="eight.subs" unicode="&#x2088;" 
+d="M299 -189q-72 0 -110 31t-38 76q0 38 22.5 65.5t61.5 44.5v4q-33 20 -50.5 39t-17.5 51q0 46 36 74.5t96 28.5q62 0 98 -27.5t36 -75.5q0 -35 -20 -57t-49 -37v-4q42 -19 62 -43t20 -61q0 -47 -39 -78t-108 -31zM322 45q31 20 41.5 37t10.5 37q0 26 -20.5 41.5
+t-55.5 15.5q-34 0 -53 -15.5t-19 -40.5q0 -29 27 -45t69 -30zM299 -143q42 0 64.5 19.5t22.5 46.5q0 18 -9 30t-24.5 21t-35.5 16.5t-42 16.5q-35 -18 -49.5 -38.5t-14.5 -45.5q0 -26 21.5 -46t66.5 -20z" />
+    <glyph glyph-name="nine.subs" unicode="&#x2089;" 
+d="M290 14q25 0 48 9t47 34q-5 58 -31.5 87.5t-67.5 29.5q-35 0 -58 -22.5t-23 -57.5t21.5 -57.5t63.5 -22.5zM267 -189q-38 0 -63 8.5t-43 21.5l26 45q16 -11 35 -17.5t43 -6.5q48 0 81.5 35.5t38.5 110.5q-44 -40 -108 -40q-63 0 -97.5 34.5t-34.5 89.5q0 28 10.5 52.5
+t29.5 42.5t44.5 28t55.5 10q74 0 118 -52t44 -145q0 -55 -14 -96t-38 -68t-57 -40t-71 -13z" />
+    <glyph glyph-name="parenleft.subs" unicode="&#x208d;" 
+d="M344 -256q-29 33 -49.5 63.5t-33.5 63t-19 68.5t-6 78t6 77.5t19 68t33.5 63.5t49.5 64l45 -26q-53 -62 -72 -121.5t-19 -125.5t19 -125t72 -122z" />
+    <glyph glyph-name="parenright.subs" unicode="&#x208e;" 
+d="M257 -256l-46 26q53 63 72 122t19 125t-19 125.5t-72 121.5l46 26q28 -33 48.5 -64t33.5 -63.5t19 -68t6 -77.5t-6 -78t-19 -68.5t-33.5 -63t-48.5 -63.5z" />
+    <glyph glyph-name="period.subs" 
+d="M300 -188q-20 0 -34.5 13.5t-14.5 36.5t14.5 36.5t34.5 13.5t34.5 -13.5t14.5 -36.5t-14.5 -36.5t-34.5 -13.5z" />
+    <glyph glyph-name="comma.subs" 
+d="M262 -294l-18 39q30 11 47.5 30t16.5 46q-2 -1 -7 -1q-19 0 -33.5 10.5t-14.5 33.5t14.5 35.5t34.5 12.5q26 0 41.5 -19t15.5 -56q0 -45 -26 -79.5t-71 -51.5z" />
+    <glyph glyph-name="zero.dnom" 
+d="M300 -12q-61 0 -100 44t-39 122t39 120.5t100 42.5t100 -42.5t39 -120.5t-39 -122t-100 -44zM300 38q32 0 55 28.5t23 87.5q0 60 -23 87t-55 27t-55 -27t-23 -87q0 -59 23 -87.5t55 -28.5z" />
+    <glyph glyph-name="one.dnom" 
+d="M290 0v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63z" />
+    <glyph glyph-name="two.dnom" 
+d="M183 0v36q78 59 119.5 98t41.5 72q0 27 -15.5 43t-44.5 16q-20 0 -39 -11.5t-33 -30.5l-39 33q23 26 52.5 43.5t65.5 17.5q54 0 85 -26.5t31 -76.5q0 -20 -9.5 -39.5t-26 -39t-38.5 -40t-47 -42.5h136v-53h-239z" />
+    <glyph glyph-name="three.dnom" 
+d="M299 -12q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75
+q32 -8 51.5 -27t19.5 -50q0 -45 -35 -69t-86 -24z" />
+    <glyph glyph-name="four.dnom" 
+d="M334 0v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="five.dnom" 
+d="M301 -12q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5q-20 0 -34.5 -6t-29.5 -17l-31 20l17 155h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29z" />
+    <glyph glyph-name="six.dnom" 
+d="M313 -12q-59 0 -98 40.5t-39 111.5q0 86 42.5 131.5t111.5 45.5q30 0 52 -9t41 -23l-26 -41q-14 11 -29 17.5t-35 6.5q-43 0 -68.5 -29.5t-29.5 -86.5q19 17 41.5 26t49.5 9q51 0 77 -26.5t26 -68.5q0 -21 -8.5 -40t-24 -33.5t-37 -22.5t-46.5 -8zM312 38q28 0 43 14.5
+t15 39.5q0 23 -14 38t-45 15q-40 0 -75 -35q6 -38 28 -55t48 -17z" />
+    <glyph glyph-name="seven.dnom" 
+d="M253 0q2 39 8.5 71.5t18.5 62t30 58.5t42 60h-169v53h243v-36q-32 -35 -52 -66.5t-32 -63t-17 -65.5t-7 -74h-65z" />
+    <glyph glyph-name="eight.dnom" 
+d="M300 -12q-28 0 -51 7t-39.5 19t-25.5 28t-9 34q0 32 19.5 50.5t45.5 30.5v4q-23 14 -38.5 29.5t-15.5 42.5q0 18 9 33.5t24.5 27t36.5 17.5t44 6q50 0 82.5 -23.5t32.5 -60.5q0 -28 -16.5 -44.5t-36.5 -27.5v-4q26 -11 44.5 -29.5t18.5 -51.5q0 -18 -9.5 -34t-26.5 -28
+t-39.5 -19t-49.5 -7zM320 177q20 12 28 25t8 28q0 18 -14.5 30t-41.5 12q-25 0 -40 -11.5t-15 -28.5q0 -22 22 -34t53 -21zM300 33q26 0 46.5 12.5t20.5 32.5q0 14 -7.5 23.5t-19.5 16t-27.5 11.5t-32.5 10q-47 -22 -47 -59q0 -20 19.5 -33.5t47.5 -13.5z" />
+    <glyph glyph-name="nine.dnom" 
+d="M290 161q20 0 37.5 7.5t36.5 25.5q-5 39 -27 56.5t-48 17.5q-27 0 -42.5 -15t-15.5 -40q0 -23 14 -37.5t45 -14.5zM271 -12q-29 0 -51.5 9.5t-41.5 23.5l26 40q14 -11 29.5 -17t35.5 -6q42 0 67 28.5t29 85.5q-19 -16 -41.5 -25t-48.5 -9q-51 0 -76.5 26.5t-25.5 68.5
+q0 44 32 74t83 30q59 0 98 -40.5t39 -111.5q0 -86 -42.5 -131.5t-111.5 -45.5z" />
+    <glyph glyph-name="parenleft.dnom" 
+d="M341 -76q-50 49 -77.5 104.5t-27.5 130.5t27.5 130.5t77.5 105.5l46 -33q-45 -45 -65 -94.5t-20 -108.5t20 -108.5t65 -94.5z" />
+    <glyph glyph-name="parenright.dnom" 
+d="M259 -76l-46 32q45 45 65 94.5t20 108.5t-20 108.5t-65 94.5l46 33q50 -50 77.5 -105.5t27.5 -130.5t-27.5 -130.5t-77.5 -104.5z" />
+    <glyph glyph-name="period.dnom" 
+d="M300 -11q-20 0 -34.5 13.5t-14.5 36.5t14.5 37t34.5 14t34.5 -14t14.5 -37t-14.5 -36.5t-34.5 -13.5z" />
+    <glyph glyph-name="comma.dnom" 
+d="M262 -117l-18 39q30 11 47.5 30t16.5 46q-2 -1 -7 -1q-19 0 -33.5 10.5t-14.5 33.5t14.5 36t34.5 13q26 0 41.5 -19t15.5 -57q0 -45 -26 -79.5t-71 -51.5z" />
+    <glyph glyph-name="zero.numr" 
+d="M300 276q-61 0 -100 44t-39 122t39 120.5t100 42.5t100 -42.5t39 -120.5t-39 -122t-100 -44zM300 326q32 0 55 28.5t23 87.5q0 60 -23 87t-55 27t-55 -27t-23 -87q0 -59 23 -87.5t55 -28.5z" />
+    <glyph glyph-name="one.numr" 
+d="M290 288v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63z" />
+    <glyph glyph-name="two.numr" 
+d="M183 288v36q78 59 119.5 98t41.5 72q0 27 -15.5 43t-44.5 16q-20 0 -39 -11.5t-33 -30.5l-39 33q23 26 52.5 43.5t65.5 17.5q54 0 85 -26.5t31 -76.5q0 -20 -9.5 -39.5t-26 -39t-38.5 -40t-47 -42.5h136v-53h-239z" />
+    <glyph glyph-name="three.numr" 
+d="M299 276q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75
+q32 -8 51.5 -27t19.5 -50q0 -45 -35 -69t-86 -24z" />
+    <glyph glyph-name="four.numr" 
+d="M334 288v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="five.numr" 
+d="M301 276q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5q-20 0 -34.5 -6t-29.5 -17l-31 20l17 155h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29z" />
+    <glyph glyph-name="six.numr" 
+d="M313 276q-59 0 -98 40.5t-39 111.5q0 86 42.5 131.5t111.5 45.5q30 0 52 -9t41 -23l-26 -41q-14 11 -29 17.5t-35 6.5q-43 0 -68.5 -29.5t-29.5 -86.5q19 17 41.5 26t49.5 9q51 0 77 -26.5t26 -68.5q0 -21 -8.5 -40t-24 -33.5t-37 -22.5t-46.5 -8zM312 326q28 0 43 14.5
+t15 39.5q0 23 -14 38t-45 15q-40 0 -75 -35q6 -38 28 -55t48 -17z" />
+    <glyph glyph-name="seven.numr" 
+d="M253 288q2 39 8.5 71.5t18.5 62t30 58.5t42 60h-169v53h243v-36q-32 -35 -52 -66.5t-32 -63t-17 -65.5t-7 -74h-65z" />
+    <glyph glyph-name="eight.numr" 
+d="M300 276q-28 0 -51 7t-39.5 19t-25.5 28t-9 34q0 32 19.5 50.5t45.5 30.5v4q-23 14 -38.5 29.5t-15.5 42.5q0 18 9 33.5t24.5 27t36.5 17.5t44 6q50 0 82.5 -23.5t32.5 -60.5q0 -28 -16.5 -44.5t-36.5 -27.5v-4q26 -11 44.5 -29.5t18.5 -51.5q0 -18 -9.5 -34t-26.5 -28
+t-39.5 -19t-49.5 -7zM320 465q20 12 28 25t8 28q0 18 -14.5 30t-41.5 12q-25 0 -40 -11.5t-15 -28.5q0 -22 22 -34t53 -21zM300 321q26 0 46.5 12.5t20.5 32.5q0 14 -7.5 23.5t-19.5 16t-27.5 11.5t-32.5 10q-47 -22 -47 -59q0 -20 19.5 -33.5t47.5 -13.5z" />
+    <glyph glyph-name="nine.numr" 
+d="M290 449q20 0 37.5 7.5t36.5 25.5q-5 39 -27 56.5t-48 17.5q-27 0 -42.5 -15t-15.5 -40q0 -23 14 -37.5t45 -14.5zM271 276q-29 0 -51.5 9.5t-41.5 23.5l26 40q14 -11 29.5 -17t35.5 -6q42 0 67 28.5t29 85.5q-19 -16 -41.5 -25t-48.5 -9q-51 0 -76.5 26.5t-25.5 68.5
+q0 44 32 74t83 30q59 0 98 -40.5t39 -111.5q0 -86 -42.5 -131.5t-111.5 -45.5z" />
+    <glyph glyph-name="parenleft.numr" 
+d="M341 212q-50 49 -77.5 104.5t-27.5 130.5t27.5 130.5t77.5 105.5l46 -33q-45 -45 -65 -94.5t-20 -108.5t20 -108.5t65 -94.5z" />
+    <glyph glyph-name="parenright.numr" 
+d="M259 212l-46 32q45 45 65 94.5t20 108.5t-20 108.5t-65 94.5l46 33q50 -50 77.5 -105.5t27.5 -130.5t-27.5 -130.5t-77.5 -104.5z" />
+    <glyph glyph-name="period.numr" 
+d="M300 277q-20 0 -34.5 13.5t-14.5 36.5t14.5 37t34.5 14t34.5 -14t14.5 -37t-14.5 -36.5t-34.5 -13.5z" />
+    <glyph glyph-name="comma.numr" 
+d="M262 171l-18 39q30 11 47.5 30t16.5 46q-2 -1 -7 -1q-19 0 -33.5 10.5t-14.5 33.5t14.5 36t34.5 13q26 0 41.5 -19t15.5 -57q0 -45 -26 -79.5t-71 -51.5z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" 
+d="M269 387q-45 0 -75.5 24.5t-30.5 67.5q0 53 53 81.5t166 37.5q-2 31 -18 53t-57 22q-29 0 -56 -10t-50 -24l-25 43q26 16 63.5 29t78.5 13q65 0 96.5 -35.5t31.5 -98.5v-195h-53l-4 38h-2q-25 -20 -55 -33t-63 -13zM285 436q26 0 49.5 10.5t47.5 29.5v83
+q-86 -8 -121.5 -26.5t-35.5 -47.5q0 -26 18 -37.5t42 -11.5z" />
+    <glyph glyph-name="ordfeminine.a" 
+d="M276 387q-63 0 -101 43.5t-38 124.5q0 39 12 70.5t32 53.5t46.5 33.5t55.5 11.5q28 0 50.5 -9.5t45.5 -29.5h2l5 31h52v-321h-53l-5 36h-2q-20 -18 -46.5 -31t-55.5 -13zM291 440q46 0 83 40v160q-20 17 -40 24t-40 7q-38 0 -64.5 -30.5t-26.5 -84.5q0 -56 23 -86t65 -30
+z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" 
+d="M300 387q-32 0 -60.5 11.5t-50 33t-34.5 52.5t-13 71t13 71.5t34.5 53.5t50 33t60.5 11t60.5 -11t50.5 -33t34.5 -53.5t12.5 -71.5t-12.5 -71t-34.5 -52.5t-50.5 -33t-60.5 -11.5zM300 439q43 0 67.5 32t24.5 84q0 53 -24.5 85t-67.5 32t-67.5 -32t-24.5 -85
+q0 -52 24.5 -84t67.5 -32z" />
+    <glyph glyph-name="a.sups" unicode="&#x1d43;" 
+d="M269 387q-45 0 -75.5 24.5t-30.5 67.5q0 53 53 81.5t166 37.5q-2 31 -18 53t-57 22q-29 0 -56 -10t-50 -24l-25 43q26 16 63.5 29t78.5 13q65 0 96.5 -35.5t31.5 -98.5v-195h-53l-4 38h-2q-25 -20 -55 -33t-63 -13zM285 436q26 0 49.5 10.5t47.5 29.5v83
+q-86 -8 -121.5 -26.5t-35.5 -47.5q0 -26 18 -37.5t42 -11.5z" />
+    <glyph glyph-name="b.sups" unicode="&#x1d47;" 
+d="M327 387q-24 0 -49 10.5t-48 29.5h-1l-7 -32h-50v471h64v-129l-2 -56q23 19 49.5 31t54.5 12q66 0 100 -44.5t34 -119.5q0 -41 -12 -73t-32 -54.5t-46.5 -34t-54.5 -11.5zM314 440q40 0 66 31t26 89q0 51 -19.5 81t-65.5 30q-39 0 -85 -40v-161q21 -17 41 -23.5t37 -6.5z
+" />
+    <glyph glyph-name="c.sups" unicode="&#x1d9c;" 
+d="M346 387q-35 0 -65.5 11.5t-52.5 33t-34.5 52.5t-12.5 71t14 71.5t37.5 53.5t54 33t64.5 11q35 0 60 -11t43 -27l-32 -41q-15 12 -31.5 19.5t-36.5 7.5q-48 0 -78 -32t-30 -85q0 -52 29 -84t77 -32q25 0 45 9t37 21l27 -41q-24 -20 -53.5 -30.5t-61.5 -10.5z" />
+    <glyph glyph-name="d.sups" unicode="&#x1d48;" 
+d="M276 387q-63 0 -101 43.5t-38 124.5q0 39 12 70.5t32 53.5t46.5 33.5t55.5 11.5t50.5 -10t42.5 -27l-2 55v124h64v-471h-53l-5 36h-2q-20 -18 -46.5 -31t-55.5 -13zM291 440q44 0 83 40v160q-21 17 -40 24t-39 7q-39 0 -65.5 -30.5t-26.5 -84.5q0 -56 23 -86t65 -30z" />
+    <glyph glyph-name="e.sups" unicode="&#x1d49;" 
+d="M320 387q-36 0 -68 11.5t-56 33t-37.5 52.5t-13.5 71q0 39 13.5 70.5t36.5 53t52.5 33.5t61.5 12q72 0 110.5 -41t38.5 -110q0 -11 -1 -19.5t-2 -15.5h-250q6 -51 40.5 -76.5t81.5 -25.5q27 0 50.5 6.5t44.5 18.5l22 -40q-54 -34 -124 -34zM312 674q-36 0 -66.5 -21.5
+t-38.5 -66.5h196q-5 48 -29.5 68t-61.5 20z" />
+    <glyph glyph-name="f.sups" unicode="&#x1da0;" 
+d="M277 395v271h-79v48l79 2v27q0 59 32.5 94.5t101.5 35.5q47 0 92 -17l-14 -47q-33 13 -71 13q-42 0 -60 -21t-18 -56v-29h128v-50h-128v-271h-63z" />
+    <glyph glyph-name="g.sups" unicode="&#x1d4d;" 
+d="M298 249q-70 0 -109.5 22t-39.5 65q0 40 53 70v2q-13 8 -23 21t-10 33q0 16 10.5 32t28.5 28v3q-17 13 -29 33.5t-12 49.5q0 27 10.5 48.5t28 36.5t41 23t50.5 8q14 0 26 -1.5t23 -6.5h134v-48h-82q11 -11 18 -26.5t7 -34.5q0 -27 -9.5 -47.5t-26.5 -34.5t-40 -21.5
+t-50 -7.5q-23 0 -53 11q-22 -14 -22 -34q0 -34 63 -34h71q64 0 95 -18t31 -59q0 -24 -13 -44.5t-37 -35.5t-58 -24t-76 -9zM297 538q29 0 49 18.5t20 51.5q0 32 -20 52t-49 20t-49 -20t-20 -52q0 -33 20 -51.5t49 -18.5zM304 291q54 0 85.5 18.5t31.5 41.5q0 21 -18.5 28.5
+t-53.5 7.5h-59q-15 0 -26.5 1t-22.5 4q-21 -11 -29.5 -23.5t-8.5 -25.5q0 -23 25.5 -37.5t75.5 -14.5z" />
+    <glyph glyph-name="h.sups" unicode="&#x2b0;" 
+d="M175 395v471h64v-129l-4 -69q24 23 52 39.5t64 16.5q57 0 83 -32.5t26 -94.5v-202h-64v194q0 42 -15.5 61.5t-51.5 19.5q-26 0 -45.5 -12.5t-44.5 -36.5v-226h-64z" />
+    <glyph glyph-name="i.sups" unicode="&#x2071;" 
+d="M316 395v271h-141v50h205v-321h-64zM343 779q-21 0 -34.5 12.5t-13.5 32.5q0 21 13.5 34t34.5 13t35 -13t14 -34q0 -20 -14 -32.5t-35 -12.5z" />
+    <glyph glyph-name="j.sups" unicode="&#x2b2;" 
+d="M229 254q-26 0 -48.5 6.5t-40.5 15.5l20 47q17 -9 34 -13.5t32 -4.5q47 0 63 21.5t16 61.5v278h-142v50h206v-324q0 -30 -6.5 -55t-23 -43.5t-43.5 -29t-67 -10.5zM332 779q-21 0 -35 12.5t-14 32.5q0 21 14 34t35 13t34.5 -13t13.5 -34q0 -20 -13.5 -32.5t-34.5 -12.5z
+" />
+    <glyph glyph-name="k.sups" unicode="&#x1d4f;" 
+d="M189 395v471h64v-310h2l159 160h72l-125 -128l140 -193h-71l-107 151l-70 -67v-84h-64z" />
+    <glyph glyph-name="l.sups" unicode="&#x2e1;" 
+d="M381 387q-54 0 -79 29.5t-25 86.5v312h-81v51h145v-367q0 -32 14.5 -46t40.5 -14q20 0 50 10l12 -49q-20 -5 -37 -9t-40 -4z" />
+    <glyph glyph-name="m.sups" unicode="&#x1d50;" 
+d="M70 395v321h50l6 -45h3q20 22 44.5 37.5t56.5 15.5q69 0 90 -60q23 24 49.5 42t59.5 18q53 0 76.5 -35t23.5 -91v-203h-62v194q0 38 -12 60t-47 22q-17 0 -35.5 -11t-41.5 -36v-229h-62v194q0 38 -12 60t-47 22q-18 0 -36.5 -11t-41.5 -36v-229h-62z" />
+    <glyph glyph-name="n.sups" unicode="&#x207f;" 
+d="M175 395v321h53l5 -48h3q23 23 50.5 39.5t64.5 16.5q56 0 82.5 -32.5t26.5 -94.5v-202h-64v194q0 42 -15.5 61.5t-51.5 19.5q-26 0 -45.5 -12.5t-44.5 -36.5v-226h-64z" />
+    <glyph glyph-name="o.sups" unicode="&#x1d52;" 
+d="M300 387q-32 0 -60.5 11.5t-50 33t-34.5 52.5t-13 71t13 71.5t34.5 53.5t50 33t60.5 11t60.5 -11t50.5 -33t34.5 -53.5t12.5 -71.5t-12.5 -71t-34.5 -52.5t-50.5 -33t-60.5 -11.5zM300 439q43 0 67.5 32t24.5 84q0 53 -24.5 85t-67.5 32t-67.5 -32t-24.5 -85
+q0 -52 24.5 -84t67.5 -32z" />
+    <glyph glyph-name="p.sups" unicode="&#x1d56;" 
+d="M172 262v454h52l5 -36h3q23 18 50 31t57 13q65 0 99 -44.5t34 -119.5q0 -41 -12 -73t-32 -54.5t-46.5 -34t-54.5 -11.5q-46 0 -93 36l2 -55v-106h-64zM314 440q40 0 66 31t26 89q0 51 -19.5 81t-65.5 30q-20 0 -41 -10t-44 -30v-161q21 -17 41 -23.5t37 -6.5z" />
+    <glyph glyph-name="q.sups" 
+d="M374 262v111l3 56q-20 -18 -46 -30t-55 -12q-63 0 -101 43.5t-38 124.5q0 39 12 70.5t32 53.5t46.5 33.5t55.5 11.5t51 -9.5t45 -29.5h2l5 31h52v-454h-64zM291 440q44 0 83 40v160q-21 17 -40 24t-39 7q-39 0 -65.5 -30.5t-26.5 -84.5q0 -56 23 -86t65 -30z" />
+    <glyph glyph-name="r.sups" unicode="&#x2b3;" 
+d="M243 395v321h54l5 -75h2q23 39 56 61t72 22q35 0 64 -13l-13 -54q-17 5 -29.5 7.5t-30.5 2.5q-31 0 -61.5 -20t-54.5 -70v-182h-64z" />
+    <glyph glyph-name="s.sups" unicode="&#x2e2;" 
+d="M308 387q-43 0 -81 13t-65 32l30 41q26 -18 53.5 -28t64.5 -10q40 0 59 13t19 32q0 12 -7.5 20.5t-20 15t-28.5 11.5l-32 10q-21 7 -42.5 15t-38.5 18.5t-28 25.5t-11 35q0 40 35.5 66.5t99.5 26.5q36 0 67.5 -11t54.5 -26l-30 -40q-20 13 -42.5 21t-49.5 8
+q-38 0 -54.5 -12.5t-16.5 -29.5q0 -10 7 -17.5t19 -13.5t27 -11t31 -10q22 -7 44 -14.5t39.5 -18.5t28.5 -26.5t11 -38.5q0 -40 -36.5 -68.5t-106.5 -28.5z" />
+    <glyph glyph-name="t.sups" unicode="&#x1d57;" 
+d="M369 387q-72 0 -100 37t-28 98v144h-77v48l80 2l8 100h53v-100h145v-50h-145v-145q0 -42 17 -63t62 -21q20 0 35.5 4t30.5 11l13 -47q-20 -8 -44 -13t-50 -5z" />
+    <glyph glyph-name="u.sups" unicode="&#x1d58;" 
+d="M266 387q-55 0 -81 32.5t-26 93.5v203h64v-195q0 -41 15 -60t50 -19q26 0 46.5 11.5t44.5 38.5v224h64v-321h-52l-6 50h-2q-23 -26 -51.5 -42t-65.5 -16z" />
+    <glyph glyph-name="v.sups" unicode="&#x1d5b;" 
+d="M261 395l-122 321h66l62 -176q8 -24 15.5 -48t15.5 -47h2q8 23 15 47t15 48l62 176h62l-119 -321h-74z" />
+    <glyph glyph-name="w.sups" unicode="&#x2b7;" 
+d="M141 395l-89 321h64l44 -179l20 -91h3l22 91l48 179h56l50 -179l21 -91h4l21 91l43 179h59l-87 -321h-75l-42 163l-22 91h-2l-20 -91l-44 -163h-74z" />
+    <glyph glyph-name="x.sups" unicode="&#x2e3;" 
+d="M159 395l111 168l-102 153h68l43 -66q8 -14 16.5 -27t16.5 -27h3q8 14 15.5 27t15.5 27l38 66h68l-104 -160l111 -161h-69l-47 69q-8 15 -18 29.5t-20 28.5h-2q-8 -14 -16.5 -28.5t-17.5 -29.5l-43 -69h-67z" />
+    <glyph glyph-name="y.sups" unicode="&#x2b8;" 
+d="M198 258q-13 0 -23.5 2t-19.5 5l13 50q5 -2 12 -3.5t14 -1.5q29 0 47.5 18t29.5 45l7 23l-138 320h64l69 -169q8 -21 16.5 -44.5t17.5 -46.5h2q8 22 14.5 45.5t14.5 45.5l60 169h62l-130 -343q-9 -25 -21 -46t-28 -36.5t-36.5 -24t-46.5 -8.5z" />
+    <glyph glyph-name="z.sups" unicode="&#x1dbb;" 
+d="M146 395v33l213 238h-189v50h279v-33l-212 -238h219v-50h-310z" />
+    <glyph glyph-name="egrave.sups" 
+d="M329 766l-112 110l45 41l102 -120zM320 387q-36 0 -68 11.5t-56 33t-37.5 52.5t-13.5 71q0 39 13.5 70.5t36.5 53t52.5 33.5t61.5 12q72 0 110.5 -41t38.5 -110q0 -11 -1 -19.5t-2 -15.5h-250q6 -51 40.5 -76.5t81.5 -25.5q27 0 50.5 6.5t44.5 18.5l22 -40
+q-54 -34 -124 -34zM312 674q-36 0 -66.5 -21.5t-38.5 -66.5h196q-5 48 -29.5 68t-61.5 20z" />
+    <glyph glyph-name="eacute.sups" 
+d="M295 766l-34 31l102 120l45 -41zM320 387q-36 0 -68 11.5t-56 33t-37.5 52.5t-13.5 71q0 39 13.5 70.5t36.5 53t52.5 33.5t61.5 12q72 0 110.5 -41t38.5 -110q0 -11 -1 -19.5t-2 -15.5h-250q6 -51 40.5 -76.5t81.5 -25.5q27 0 50.5 6.5t44.5 18.5l22 -40
+q-54 -34 -124 -34zM312 674q-36 0 -66.5 -21.5t-38.5 -66.5h196q-5 48 -29.5 68t-61.5 20z" />
+    <glyph glyph-name="eogonek.sups" 
+d="M386 244q-29 0 -49.5 15t-20.5 48q0 24 12.5 45t34.5 39q-13 -3 -24 -3.5t-19 -0.5q-36 0 -68 11.5t-56 33t-37.5 52.5t-13.5 71q0 39 13.5 70.5t36.5 53t52.5 33.5t61.5 12q72 0 110.5 -41t38.5 -110q0 -11 -1 -19.5t-2 -15.5h-250q6 -51 40.5 -76.5t81.5 -25.5
+q27 0 50.5 6.5t44.5 18.5l22 -40q-47 -32 -65 -55t-18 -48q0 -18 11.5 -25.5t24.5 -7.5q12 0 20.5 4.5t14.5 10.5l18 -30q-12 -11 -28 -18.5t-36 -7.5zM312 674q-36 0 -66.5 -21.5t-38.5 -66.5h196q-5 48 -29.5 68t-61.5 20z" />
+    <glyph glyph-name="uni0259.sups" unicode="&#x2094;" 
+d="M298 387q-36 0 -65 11.5t-49.5 32.5t-31 49.5t-10.5 62.5q0 11 1 20t2 15h250q-6 49 -37.5 73.5t-76.5 24.5q-50 0 -94 -25l-22 40q26 17 57 26t67 9q35 0 65.5 -11.5t53 -33.5t35 -53t12.5 -71q0 -39 -13 -70.5t-34.5 -53.5t-50 -34t-59.5 -12zM296 437q36 0 63.5 22.5
+t34.5 70.5h-197q4 -50 31.5 -71.5t67.5 -21.5z" />
+    <glyph glyph-name="uni0266.sups" 
+d="M175 395v346q0 60 29.5 95t92.5 35q20 0 37.5 -4t34.5 -11l-14 -48q-14 6 -25.5 9t-25.5 3q-35 0 -50 -21t-16 -56l-3 -81q24 23 52 39.5t64 16.5q57 0 83 -32.5t26 -94.5v-196h-64v188q0 42 -15.5 61.5t-51.5 19.5q-26 0 -45.5 -12.5t-44.5 -36.5v-220h-64z" />
+    <glyph glyph-name="uni02E0" unicode="&#x2e0;" 
+d="M301 249q-39 0 -60 21.5t-21 57.5q0 23 10.5 46.5t29.5 58.5l-114 284h65l59 -166q8 -23 15 -41.5t14 -40.5h3q8 22 15 40.5t15 41.5l59 166h63l-113 -283q19 -35 29.5 -59t10.5 -47q0 -36 -20.5 -57.5t-59.5 -21.5zM301 291q14 0 20.5 9t6.5 23q0 34 -26 81h-3
+q-12 -23 -19 -44t-7 -37q0 -14 7 -23t21 -9z" />
+    <glyph glyph-name="uni02E4" unicode="&#x2e4;" 
+d="M282 395v179q-25 16 -47.5 33.5t-39 37.5t-26 43.5t-9.5 52.5q0 31 12.5 55.5t34 41t49.5 25t59 8.5q48 0 81.5 -18t55.5 -41l-34 -40q-19 19 -42.5 32.5t-55.5 13.5q-43 0 -69.5 -21t-26.5 -58q0 -42 30 -74.5t91 -64.5v-205h-63z" />
+    <glyph glyph-name="a.supa" 
+d="M276 387q-63 0 -101 43.5t-38 124.5q0 39 12 70.5t32 53.5t46.5 33.5t55.5 11.5q28 0 50.5 -9.5t45.5 -29.5h2l5 31h52v-321h-53l-5 36h-2q-20 -18 -46.5 -31t-55.5 -13zM291 440q46 0 83 40v160q-20 17 -40 24t-40 7q-38 0 -64.5 -30.5t-26.5 -84.5q0 -56 23 -86t65 -30
+z" />
+    <glyph glyph-name="g.supa" 
+d="M283 255q-31 0 -63.5 9t-59.5 26l23 44q25 -15 51 -22t49 -7q45 0 67.5 21.5t23.5 57.5l1 56q-19 -17 -44.5 -29t-54.5 -12q-63 0 -101 43t-38 118q0 38 12.5 68.5t32.5 51.5t46.5 32.5t54.5 11.5t50.5 -9.5t44.5 -28.5h1l6 30h53v-333q0 -61 -40.5 -94.5t-114.5 -33.5z
+M291 451q44 0 83 42v147q-20 17 -40 24t-40 7q-38 0 -65 -30t-27 -80q0 -51 23.5 -80.5t65.5 -29.5z" />
+    <glyph glyph-name="i.supa" 
+d="M330 779q-21 0 -34.5 12.5t-13.5 32.5q0 21 13.5 34t34.5 13t34.5 -13t13.5 -34q0 -20 -13.5 -32.5t-34.5 -12.5zM173 395v50h130v221h-114v50h178v-271h124v-50h-318z" />
+    <glyph glyph-name="colon.sups" 
+d="M300 384q-20 0 -34.5 13.5t-14.5 36.5t14.5 36.5t34.5 13.5t34.5 -13.5t14.5 -36.5t-14.5 -36.5t-34.5 -13.5zM300 609q-20 0 -34.5 13.5t-14.5 36.5t14.5 36.5t34.5 13.5t34.5 -13.5t14.5 -36.5t-14.5 -36.5t-34.5 -13.5z" />
+    <glyph glyph-name="hyphen.sups" 
+d="M222 536v47h156v-47h-156z" />
+    <glyph glyph-name="endash.sups" 
+d="M165 539v42h270v-42h-270z" />
+    <glyph glyph-name="emdash.sups" 
+d="M61 539v42h478v-42h-478z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" 
+d="M102 83l-44 45l84 85q-17 23 -26.5 52t-9.5 64t9 64.5t26 52.5l-83 86l44 45l87 -90q48 37 111 37q62 0 111 -37l87 90l44 -45l-84 -86q17 -23 26.5 -52.5t9.5 -64.5t-9.5 -64t-26.5 -52l84 -85l-44 -45l-88 89q-23 -19 -51.5 -28.5t-58.5 -9.5q-62 0 -111 38zM300 195
+q24 0 45.5 9.5t37.5 27.5t25.5 42.5t9.5 54.5t-9.5 54.5t-25.5 42.5t-37.5 27.5t-45.5 9.5t-45.5 -9.5t-37.5 -27.5t-25.5 -42.5t-9.5 -54.5t9.5 -54.5t25.5 -42.5t37.5 -27.5t45.5 -9.5z" />
+    <glyph glyph-name="dollar" unicode="$" 
+d="M85 113l39 57q38 -27 83.5 -47.5t102.5 -20.5q60 0 90.5 24.5t30.5 62.5q0 31 -23.5 51.5t-58.5 36.5t-76.5 31t-76.5 35.5t-58.5 49t-23.5 72.5q0 63 44.5 103t117.5 48v132h60v-131q55 -5 92 -26t67 -50l-44 -48q-17 13 -32.5 23.5t-32.5 18t-37 11.5t-45 4
+q-51 0 -80.5 -22.5t-29.5 -60.5q0 -28 23.5 -46t59 -33t76.5 -30t76.5 -36t59 -51t23.5 -76q0 -32 -12.5 -59.5t-36 -48t-56 -34t-71.5 -17.5v-146h-60v145q-56 5 -106 27t-85 51z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" 
+d="M78 0v50q63 28 93.5 75.5t30.5 104.5q0 26 -8 55h-117v52l99 4q-11 32 -21.5 62.5t-10.5 62.5q0 42 15 76t42.5 58t66 37t86.5 13q62 0 104.5 -21.5t71.5 -53.5l-48 -47q-23 23 -52.5 38t-71.5 15q-66 0 -100.5 -32.5t-34.5 -84.5q0 -32 9.5 -61.5t20.5 -61.5h189v-56
+h-173q6 -27 6 -56q0 -53 -18 -88t-54 -66v-4h328v-71h-453z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" 
+d="M258 0v158h-181v48h181v65h-181v47h161l-185 320h85l92 -171q17 -33 33.5 -66.5t35.5 -68.5h4q18 35 35 68.5t35 66.5l92 171h82l-186 -320h162v-47h-183v-65h183v-48h-183v-158h-82z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" 
+d="M374 -12q-99 0 -166 65t-86 183h-64v44l59 4q-1 8 -1 17v17v16.5t1 16.5h-59v44l64 5q19 118 89.5 184t176.5 66q51 0 95 -22.5t74 -55.5l-49 -47q-26 26 -55.5 42.5t-67.5 16.5q-73 0 -118.5 -48.5t-59.5 -135.5h294v-49h-299q-1 -8 -1 -15v-15v-18t1 -18h259v-49h-253
+q14 -86 58 -134t113 -48q43 0 75.5 18t62.5 53l49 -44q-38 -44 -84 -68.5t-108 -24.5z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" 
+d="M194 310q0 -67 31.5 -111t88.5 -57v335q-56 -13 -88 -57t-32 -110zM314 -33v104q-45 5 -82 23t-63.5 48.5t-41 72.5t-14.5 95q0 52 15.5 93.5t42.5 71.5t64 48t79 24v106h51v-103q44 -2 76 -19t55 -39l-40 -52q-20 18 -42.5 29t-48.5 13v-344q32 2 58 15.5t47 31.5
+l36 -52q-30 -26 -66 -43t-75 -20v-103h-51z" />
+    <glyph glyph-name="uni0192" unicode="&#x192;" 
+d="M132 -97q-26 0 -47 5.5t-36 12.5l16 62q14 -5 28.5 -9t30.5 -4q52 0 74.5 39.5t32.5 116.5l24 219h-104v59l70 4h41l6 56q13 100 53 152t124 52q26 0 50 -6t41 -14l-20 -62q-14 7 -29.5 11t-37.5 4q-25 0 -42.5 -11t-29.5 -29t-19 -41.5t-10 -48.5l-7 -63h142v-63h-149
+l-27 -237q-6 -46 -17.5 -83.5t-31.5 -64.5t-51 -42t-75 -15z" />
+    <glyph glyph-name="colonmonetary" unicode="&#x20a1;" 
+d="M365 584h-10t-10 -1l-60 -511q28 -16 59 -17l62 523q-20 6 -41 6zM181 321q0 -141 60 -213l54 462q-56 -26 -85 -90t-29 -159zM216 -102l14 123q-62 37 -98 112.5t-36 184.5q0 134 55.5 218t151.5 107l13 107l48 -8l-11 -92h17q11 0 22 -1.5t22 -3.5l12 105l48 -8
+l-13 -113q43 -21 76 -57l-49 -47q-15 17 -36 31l-58 -499q30 7 55 24t48 44l49 -44q-32 -38 -71 -61.5t-89 -29.5l-12 -100l-48 8l11 91q-30 1 -60 11l-13 -110z" />
+    <glyph glyph-name="lira" unicode="&#x20a4;" 
+d="M78 0v50q63 28 93.5 75.5t30.5 104.5v6h-124v44l87 5h29q-4 17 -10 33t-12 33h-94v46l77 3q-5 17 -8 33t-3 33q0 42 15 76t42.5 58t66 37t86.5 13q62 0 104.5 -21.5t71.5 -53.5l-48 -47q-23 23 -52.5 38t-71.5 15q-66 0 -100.5 -32.5t-34.5 -84.5q0 -17 2.5 -32.5
+t7.5 -31.5h209v-49h-193q5 -16 10.5 -32.5t9.5 -33.5h173v-49h-167v-7q0 -53 -18 -88t-54 -66v-4h328v-71h-453z" />
+    <glyph glyph-name="uni20A6" unicode="&#x20a6;" 
+d="M170 563l9 -163h59l-64 163h-4zM426 74h4l-9 162h-58zM121 0v236h-75v43l75 5v68h-75v43l75 5v238h84l94 -238h115v238h65v-238h73v-48h-73v-68h73v-48h-73v-236h-84l-93 236h-116v-236h-65zM419 284l-4 68h-97l27 -68h74zM283 284l-26 68h-76l4 -68h98z" />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" 
+d="M135 0v417h-93v51l93 5v165h148q45 0 84 -9t68.5 -28.5t48 -51t23.5 -76.5h76v-56h-76q-5 -44 -24 -76.5t-48.5 -53.5t-68 -31.5t-83.5 -10.5h-70v-245h-78zM213 581v-108h214q-8 59 -47 83.5t-108 24.5h-59zM213 302h59q69 0 108 29t47 86h-214v-115z" />
+    <glyph glyph-name="uni20A9" unicode="&#x20a9;" 
+d="M298 528l-14 -174h32l-14 174h-4zM408 68h4l12 130l10 98h-49l11 -98zM140 0l-36 296h-76v52l69 6l-34 284h76l29 -284h59l27 244h98l27 -244h60l28 284h71l-31 -284h63v-58h-70l-32 -296h-112l-34 296h-44l-32 -296h-106zM194 68h4l12 130l11 98h-47l10 -98z" />
+    <glyph glyph-name="dong" unicode="&#x20ab;" 
+d="M276 110q-76 0 -121.5 48.5t-45.5 140.5q0 41 14.5 74t39 56.5t56 36t64.5 12.5q39 0 65.5 -12t50.5 -34h3l-5 83v34h-155v49h155v67h71v-67h78v-44l-78 -5v-429h-58l-6 46h-3q-24 -25 -55 -40.5t-70 -15.5zM291 169q28 0 54 12.5t52 40.5v155q-27 22 -49.5 31.5
+t-52.5 9.5q-23 0 -43.5 -9t-36 -25t-24.5 -37.5t-9 -46.5q0 -62 28.5 -96.5t80.5 -34.5zM121 0v49h378v-49h-378z" />
+    <glyph glyph-name="uni20B1" unicode="&#x20b1;" 
+d="M135 0v372h-93v40l93 6v58h-93v40l93 6v116h148q77 0 133.5 -26.5t79.5 -89.5h88v-46h-78q1 -8 1.5 -16t0.5 -16v-13.5t-1 -12.5h77v-46h-87q-21 -65 -78.5 -96t-135.5 -31h-70v-245h-78zM213 581v-59h199q-18 32 -53.5 45.5t-86.5 13.5h-59zM429 444q0 9 -0.5 16.5
+t-1.5 15.5h-214v-58h214q1 6 1.5 12.5t0.5 13.5zM213 302h59q107 0 142 70h-201v-70z" />
+    <glyph glyph-name="uni20B2" unicode="&#x20b2;" 
+d="M311 -110v100q-50 6 -92 31t-72 67t-46.5 100t-16.5 130q0 70 16 127.5t45.5 100t71.5 68t94 33.5v101h60v-99q46 -4 85.5 -26t66.5 -53l-49 -46q-26 27 -55.5 43.5t-67.5 16.5q-44 0 -77.5 -18.5t-57 -52.5t-35.5 -83t-12 -109q0 -62 12 -111t34.5 -83t55 -52.5
+t74.5 -18.5q32 0 61 11t45 26v169h-116v69h191v-270q-67 -62 -155 -71v-100h-60z" />
+    <glyph glyph-name="uni20B4" unicode="&#x20b4;" 
+d="M323 -12q-45 0 -82 11.5t-63.5 33t-41 52.5t-14.5 70q0 44 19 80h-80v43l69 5h46q18 20 40 36t45 31h-200v44l70 5h202q26 20 42.5 43t16.5 52q0 38 -27.5 64t-75.5 26q-41 0 -68 -15.5t-57 -48.5l-44 47q33 37 72 60t100 23q40 0 73 -11.5t57 -32.5t37 -50t13 -64
+q0 -28 -8.5 -50.5t-23.5 -42.5h97v-49h-147q-23 -18 -48 -34t-48 -33h243v-48h-300q-16 -18 -25.5 -38.5t-9.5 -45.5q0 -43 30.5 -70t90.5 -27q45 0 81.5 20.5t69.5 52.5l38 -55q-36 -38 -85.5 -61t-103.5 -23z" />
+    <glyph glyph-name="uni20B5" unicode="&#x20b5;" 
+d="M181 321q0 -112 38.5 -182t110.5 -83v525q-72 -14 -110.5 -83t-38.5 -177zM330 -110v99q-52 5 -95 29.5t-74 66.5t-48 101t-17 132q0 71 16.5 129t47 100t74 68t96.5 33v97h53v-96q47 -3 86.5 -24.5t67.5 -52.5l-49 -47q-23 23 -48 38.5t-57 19.5v-527q34 5 61 22.5
+t53 46.5l49 -44q-33 -38 -72.5 -62t-90.5 -29v-100h-53z" />
+    <glyph glyph-name="uni20B9" unicode="&#x20b9;" 
+d="M108 252v67h79q83 0 131 29t53 89h-263v44l76 5h184q-12 46 -58.5 65t-122.5 19h-79v68h417v-49h-157q33 -15 54.5 -41.5t28.5 -61.5h74v-49h-72q-5 -77 -51 -120.5t-120 -57.5l208 -259h-93l-200 252h-89z" />
+    <glyph glyph-name="uni20BA" unicode="&#x20ba;" 
+d="M160 -12v273l-93 -43l-22 43l115 53v72l-93 -43l-22 42l115 54v199h84v-158l171 81l23 -43l-194 -91v-72l171 81l23 -43l-194 -91v-236q37 1 76 12t71.5 31.5t53 51t20.5 69.5q0 8 -0.5 18.5t-5.5 24.5l69 18q5 -17 6.5 -30.5t1.5 -26.5q0 -63 -29 -110t-80 -78
+t-119.5 -45.5t-147.5 -12.5z" />
+    <glyph glyph-name="uni20AE" unicode="&#x20ae;" 
+d="M120 255l-22 43l160 75v201h-203v64h490v-64h-203v-166l138 64l22 -40l-160 -77v-72l138 64l22 -40l-160 -76v-231h-84v195l-138 -65l-22 43l160 75v72z" />
+    <glyph glyph-name="uni20B8" unicode="&#x20b8;" 
+d="M258 0v474h-203v44l82 4h408v-48h-203v-474h-84zM55 589v49h490v-49h-490z" />
+    <glyph glyph-name="uni20BD" unicode="&#x20bd;" 
+d="M158 0v164h-116v44l116 5v67h-116v44l116 4v310h173q49 0 91.5 -10t73 -31.5t48 -55t17.5 -79.5q0 -48 -17.5 -82.5t-48.5 -56.5t-73 -32.5t-91 -10.5h-94v-67h258v-49h-258v-164h-79zM237 328h84q78 0 119.5 32.5t41.5 98.5q0 67 -41.5 94.5t-119.5 27.5h-84v-253z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" 
+d="M148 0v124h-79v52l79 4v458h385v-71h-302v-197h253v-70h-253v-120h160v-56h-160v-124h-83z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" 
+d="M77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45z" />
+    <glyph glyph-name="uni2215" unicode="&#x2215;" 
+d="M77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45z" />
+    <glyph glyph-name="slash.frac" 
+d="M77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45z" />
+    <glyph glyph-name="percent" unicode="%" 
+d="M167 321q-61 0 -100 44t-39 122t39 120.5t100 42.5t100 -42.5t39 -120.5t-39 -122t-100 -44zM167 371q32 0 55 28.5t23 87.5q0 60 -23 87t-55 27t-55 -27t-23 -87q0 -59 23 -87.5t55 -28.5zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM434 -12
+q-61 0 -100 44t-39 122t39 120.5t100 42.5t100 -42.5t39 -120.5t-39 -122t-100 -44zM434 38q32 0 55 28.5t23 87.5q0 60 -23 87t-55 27t-55 -27t-23 -87q0 -59 23 -87.5t55 -28.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" 
+d="M165 389q-52 0 -84.5 34.5t-32.5 97.5q0 61 32.5 95t84.5 34t84.5 -34t32.5 -95q0 -63 -32.5 -97.5t-84.5 -34.5zM165 431q27 0 44.5 21.5t17.5 68.5q0 45 -17.5 66t-44.5 21t-45 -21t-18 -66q0 -47 18 -68.5t45 -21.5zM119 278l-14 31l446 201l24 -58zM165 -12
+q-52 0 -84.5 34.5t-32.5 97.5q0 61 32.5 95t84.5 34t84.5 -34t32.5 -95q0 -63 -32.5 -97.5t-84.5 -34.5zM165 30q27 0 44.5 21.5t17.5 68.5q0 45 -17.5 65.5t-44.5 20.5t-45 -20.5t-18 -65.5q0 -47 18 -68.5t45 -21.5zM436 -12q-52 0 -84.5 34.5t-32.5 97.5q0 61 32.5 95
+t84.5 34t84.5 -34t32.5 -95q0 -63 -32.5 -97.5t-84.5 -34.5zM436 30q27 0 44.5 21.5t17.5 68.5q0 45 -17.5 65.5t-44.5 20.5t-45 -20.5t-18 -65.5q0 -47 18 -68.5t45 -21.5z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM468 0v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM324 0v36q78 59 119.5 98t41.5 72q0 27 -15.5 43t-44.5 16q-20 0 -39 -11.5t-33 -30.5l-39 33q23 26 52.5 43.5t65.5 17.5q54 0 85 -26.5t31 -76.5
+q0 -20 -9.5 -39.5t-26 -39t-38.5 -40t-47 -42.5h136v-53h-239z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" 
+d="M159 321q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75
+q32 -8 51.5 -27t19.5 -50q0 -45 -35 -69t-86 -24zM102 32l-49 45l183 188l33 -30zM414 391l-33 30l167 203l49 -45zM468 0v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57z" />
+    <glyph glyph-name="onethird" unicode="&#x2153;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM440 -12q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5
+t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75q32 -8 51.5 -27t19.5 -50q0 -45 -35 -69t-86 -24z" />
+    <glyph glyph-name="twothirds" unicode="&#x2154;" 
+d="M43 333v36q78 59 119.5 98t41.5 72q0 27 -15.5 43t-44.5 16q-20 0 -39 -11.5t-33 -30.5l-39 33q23 26 52.5 43.5t65.5 17.5q54 0 85 -26.5t31 -76.5q0 -20 -9.5 -39.5t-26 -39t-38.5 -40t-47 -42.5h136v-53h-239zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203
+l49 -45zM440 -12q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75
+q32 -8 51.5 -27t19.5 -50q0 -45 -35 -69t-86 -24z" />
+    <glyph glyph-name="uni2155" unicode="&#x2155;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM442 -12q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5q-20 0 -34.5 -6t-29.5 -17
+l-31 20l17 155h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29z" />
+    <glyph glyph-name="uni2156" unicode="&#x2156;" 
+d="M43 333v36q78 59 119.5 98t41.5 72q0 27 -15.5 43t-44.5 16q-20 0 -39 -11.5t-33 -30.5l-39 33q23 26 52.5 43.5t65.5 17.5q54 0 85 -26.5t31 -76.5q0 -20 -9.5 -39.5t-26 -39t-38.5 -40t-47 -42.5h136v-53h-239zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203
+l49 -45zM442 -12q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5q-20 0 -34.5 -6t-29.5 -17l-31 20l17 155h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29z" />
+    <glyph glyph-name="uni2157" unicode="&#x2157;" 
+d="M159 321q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75
+q32 -8 51.5 -27t19.5 -50q0 -45 -35 -69t-86 -24zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM442 -12q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5q-20 0 -34.5 -6t-29.5 -17l-31 20l17 155
+h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29z" />
+    <glyph glyph-name="uni2158" unicode="&#x2158;" 
+d="M194 333v74h-162v31l113 212l46 -20l-97 -181h100v97h57v-97h50v-42h-50v-74h-57zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM442 -12q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5
+q-20 0 -34.5 -6t-29.5 -17l-31 20l17 155h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29z" />
+    <glyph glyph-name="uni2159" unicode="&#x2159;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM454 -12q-59 0 -98 40.5t-39 111.5q0 86 42.5 131.5t111.5 45.5q30 0 52 -9t41 -23l-26 -41q-14 11 -29 17.5t-35 6.5q-43 0 -68.5 -29.5
+t-29.5 -86.5q19 17 41.5 26t49.5 9q51 0 77 -26.5t26 -68.5q0 -21 -8.5 -40t-24 -33.5t-37 -22.5t-46.5 -8zM453 38q28 0 43 14.5t15 39.5q0 23 -14 38t-45 15q-40 0 -75 -35q6 -38 28 -55t48 -17z" />
+    <glyph glyph-name="uni215A" unicode="&#x215a;" 
+d="M161 321q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5q-20 0 -34.5 -6t-29.5 -17l-31 20l17 155h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29zM77 32l-49 45l183 188l33 -30z
+M389 391l-33 30l167 203l49 -45zM454 -12q-59 0 -98 40.5t-39 111.5q0 86 42.5 131.5t111.5 45.5q30 0 52 -9t41 -23l-26 -41q-14 11 -29 17.5t-35 6.5q-43 0 -68.5 -29.5t-29.5 -86.5q19 17 41.5 26t49.5 9q51 0 77 -26.5t26 -68.5q0 -21 -8.5 -40t-24 -33.5t-37 -22.5
+t-46.5 -8zM453 38q28 0 43 14.5t15 39.5q0 23 -14 38t-45 15q-40 0 -75 -35q6 -38 28 -55t48 -17z" />
+    <glyph glyph-name="uni2150" unicode="&#x2150;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM394 0q2 39 8.5 71.5t18.5 62t30 58.5t42 60h-169v53h243v-36q-32 -35 -52 -66.5t-32 -63t-17 -65.5t-7 -74h-65z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM441 -12q-28 0 -51 7t-39.5 19t-25.5 28t-9 34q0 32 19.5 50.5t45.5 30.5v4q-23 14 -38.5 29.5t-15.5 42.5q0 18 9 33.5t24.5 27t36.5 17.5t44 6
+q50 0 82.5 -23.5t32.5 -60.5q0 -28 -16.5 -44.5t-36.5 -27.5v-4q26 -11 44.5 -29.5t18.5 -51.5q0 -18 -9.5 -34t-26.5 -28t-39.5 -19t-49.5 -7zM461 177q20 12 28 25t8 28q0 18 -14.5 30t-41.5 12q-25 0 -40 -11.5t-15 -28.5q0 -22 22 -34t53 -21zM441 33q26 0 46.5 12.5
+t20.5 32.5q0 14 -7.5 23.5t-19.5 16t-27.5 11.5t-32.5 10q-47 -22 -47 -59q0 -20 19.5 -33.5t47.5 -13.5z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" 
+d="M159 321q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75
+q32 -8 51.5 -27t19.5 -50q0 -45 -35 -69t-86 -24zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM441 -12q-28 0 -51 7t-39.5 19t-25.5 28t-9 34q0 32 19.5 50.5t45.5 30.5v4q-23 14 -38.5 29.5t-15.5 42.5q0 18 9 33.5t24.5 27t36.5 17.5t44 6
+q50 0 82.5 -23.5t32.5 -60.5q0 -28 -16.5 -44.5t-36.5 -27.5v-4q26 -11 44.5 -29.5t18.5 -51.5q0 -18 -9.5 -34t-26.5 -28t-39.5 -19t-49.5 -7zM461 177q20 12 28 25t8 28q0 18 -14.5 30t-41.5 12q-25 0 -40 -11.5t-15 -28.5q0 -22 22 -34t53 -21zM441 33q26 0 46.5 12.5
+t20.5 32.5q0 14 -7.5 23.5t-19.5 16t-27.5 11.5t-32.5 10q-47 -22 -47 -59q0 -20 19.5 -33.5t47.5 -13.5z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" 
+d="M161 321q-42 0 -72 14t-57 40l32 39q17 -18 39.5 -30.5t52.5 -12.5q29 0 47.5 15t18.5 42q0 29 -18 43.5t-49 14.5q-20 0 -34.5 -6t-29.5 -17l-31 20l17 155h189v-54h-139l-10 -70q24 12 56 12q50 0 81 -25.5t31 -73.5t-35 -77t-89 -29zM77 32l-49 45l183 188l33 -30z
+M389 391l-33 30l167 203l49 -45zM441 -12q-28 0 -51 7t-39.5 19t-25.5 28t-9 34q0 32 19.5 50.5t45.5 30.5v4q-23 14 -38.5 29.5t-15.5 42.5q0 18 9 33.5t24.5 27t36.5 17.5t44 6q50 0 82.5 -23.5t32.5 -60.5q0 -28 -16.5 -44.5t-36.5 -27.5v-4q26 -11 44.5 -29.5
+t18.5 -51.5q0 -18 -9.5 -34t-26.5 -28t-39.5 -19t-49.5 -7zM461 177q20 12 28 25t8 28q0 18 -14.5 30t-41.5 12q-25 0 -40 -11.5t-15 -28.5q0 -22 22 -34t53 -21zM441 33q26 0 46.5 12.5t20.5 32.5q0 14 -7.5 23.5t-19.5 16t-27.5 11.5t-32.5 10q-47 -22 -47 -59
+q0 -20 19.5 -33.5t47.5 -13.5z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" 
+d="M113 333q2 39 8.5 71.5t18.5 62t30 58.5t42 60h-169v53h243v-36q-32 -35 -52 -66.5t-32 -63t-17 -65.5t-7 -74h-65zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM441 -12q-28 0 -51 7t-39.5 19t-25.5 28t-9 34q0 32 19.5 50.5t45.5 30.5v4
+q-23 14 -38.5 29.5t-15.5 42.5q0 18 9 33.5t24.5 27t36.5 17.5t44 6q50 0 82.5 -23.5t32.5 -60.5q0 -28 -16.5 -44.5t-36.5 -27.5v-4q26 -11 44.5 -29.5t18.5 -51.5q0 -18 -9.5 -34t-26.5 -28t-39.5 -19t-49.5 -7zM461 177q20 12 28 25t8 28q0 18 -14.5 30t-41.5 12
+q-25 0 -40 -11.5t-15 -28.5q0 -22 22 -34t53 -21zM441 33q26 0 46.5 12.5t20.5 32.5q0 14 -7.5 23.5t-19.5 16t-27.5 11.5t-32.5 10q-47 -22 -47 -59q0 -20 19.5 -33.5t47.5 -13.5z" />
+    <glyph glyph-name="uni2151" unicode="&#x2151;" 
+d="M150 333v230h-82v42q33 5 53.5 13t41.5 20h50v-305h-63zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM431 161q20 0 37.5 7.5t36.5 25.5q-5 39 -27 56.5t-48 17.5q-27 0 -42.5 -15t-15.5 -40q0 -23 14 -37.5t45 -14.5zM412 -12q-29 0 -51.5 9.5
+t-41.5 23.5l26 40q14 -11 29.5 -17t35.5 -6q42 0 67 28.5t29 85.5q-19 -16 -41.5 -25t-48.5 -9q-51 0 -76.5 26.5t-25.5 68.5q0 44 32 74t83 30q59 0 98 -40.5t39 -111.5q0 -86 -42.5 -131.5t-111.5 -45.5z" />
+    <glyph glyph-name="uni2152" unicode="&#x2152;" 
+d="M165 401v162h-82v42q33 5 53.5 12.5t41.5 20.5h50v-237h-63zM119 278l-14 31l446 201l24 -58zM165 0v162h-82v42q33 5 53.5 12.5t41.5 20.5h50v-237h-63zM436 -12q-52 0 -84.5 34.5t-32.5 97.5q0 61 32.5 95t84.5 34t84.5 -34t32.5 -95q0 -63 -32.5 -97.5t-84.5 -34.5z
+M436 30q27 0 44.5 21.5t17.5 68.5q0 45 -17.5 65.5t-44.5 20.5t-45 -20.5t-18 -65.5q0 -47 18 -68.5t45 -21.5z" />
+    <glyph glyph-name="uni2189" unicode="&#x2189;" 
+d="M167 321q-61 0 -100 44t-39 122t39 120.5t100 42.5t100 -42.5t39 -120.5t-39 -122t-100 -44zM167 371q32 0 55 28.5t23 87.5q0 60 -23 87t-55 27t-55 -27t-23 -87q0 -59 23 -87.5t55 -28.5zM77 32l-49 45l183 188l33 -30zM389 391l-33 30l167 203l49 -45zM440 -12
+q-35 0 -68.5 14t-58.5 40l32 39q15 -18 39.5 -30.5t51.5 -12.5t44.5 11t17.5 36q0 51 -96 51v38q42 0 61.5 14t19.5 37q0 20 -13 31.5t-42 11.5q-18 0 -38 -9.5t-35 -24.5l-30 38q19 20 49.5 32.5t65.5 12.5q47 0 76.5 -22t29.5 -62q0 -55 -56 -75q32 -8 51.5 -27t19.5 -50
+q0 -45 -35 -69t-86 -24z" />
+    <glyph glyph-name="plus" unicode="+" 
+d="M267 104v195h-182v62h182v195h66v-195h182v-62h-182v-195h-66z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" 
+d="M85 299v62h430v-62h-430z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" 
+d="M146 126l-44 45l154 159l-154 158l44 45l154 -159l154 159l44 -45l-154 -158l154 -159l-44 -45l-154 160z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" 
+d="M300 456q-23 0 -38.5 15t-15.5 39q0 23 15.5 38t38.5 15t38.5 -15t15.5 -38q0 -24 -15.5 -39t-38.5 -15zM300 96q-23 0 -38.5 15t-15.5 39q0 23 15.5 38t38.5 15t38.5 -15t15.5 -38q0 -24 -15.5 -39t-38.5 -15zM85 299v62h430v-62h-430z" />
+    <glyph glyph-name="uni2219" unicode="&#x2219;" 
+d="M297 263q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23z" />
+    <glyph glyph-name="equal" unicode="=" 
+d="M85 406v62h430v-62h-430zM85 193v62h430v-62h-430z" />
+    <glyph glyph-name="equivalence" unicode="&#x2261;" 
+d="M85 514v62h430v-62h-430zM85 299v62h430v-62h-430zM85 85v62h430v-62h-430z" />
+    <glyph glyph-name="less" unicode="&#x3c;" 
+d="M493 48l-373 253v62l373 253v-79l-301 -203v-4l301 -203v-79z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" 
+d="M107 48v79l301 203v4l-301 203v79l373 -253v-62z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" 
+d="M85 0v62h430v-62h-430zM515 153l-430 153v74l430 153v-71l-210 -73l-135 -44v-4l135 -44l210 -73v-71z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" 
+d="M85 0v62h430v-62h-430zM85 153v71l210 73l135 44v4l-135 44l-210 73v71l430 -153v-74z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" 
+d="M267 127v177h-182v62h182v190h66v-190h182v-62h-182v-177h-66zM85 0v62h430v-62h-430z" />
+    <glyph glyph-name="asciicircum" unicode="^" 
+d="M111 284l153 386h72l153 -386h-72l-66 176l-49 133h-4l-49 -133l-66 -176h-72z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" 
+d="M112 65l76 127h-103v62h139l91 152h-230v62h266l76 127h61l-76 -127h103v-62h-139l-91 -152h230v-62h-266l-76 -127h-61z" />
+    <glyph glyph-name="asciitilde" unicode="~" 
+d="M388 257q-30 0 -53.5 13t-44 29t-40 29t-40.5 13q-23 0 -43.5 -17t-37.5 -69l-53 23q26 70 62 97.5t74 27.5q30 0 53.5 -13t44 -29t40 -29t40.5 -13q12 0 22.5 3.5t21 13t19.5 26.5t18 43l53 -24q-26 -70 -62 -97t-74 -27z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" 
+d="M388 364q-30 0 -53.5 13t-44 29t-40 29t-40.5 13q-23 0 -43.5 -17t-37.5 -69l-53 23q26 70 62 97.5t74 27.5q30 0 53.5 -13t44 -29t40 -29t40.5 -13q12 0 22.5 3.5t21 13t19.5 26.5t18 43l53 -24q-26 -70 -62 -97t-74 -27zM388 151q-30 0 -53.5 13t-44 29t-40 29
+t-40.5 13q-23 0 -43.5 -17t-37.5 -69l-53 23q26 70 62 97.5t74 27.5q30 0 53.5 -13t44 -29t40 -29t40.5 -13q12 0 22.5 3.5t21 13t19.5 26.5t18 43l53 -24q-26 -70 -62 -97t-74 -27z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" 
+d="M449 104v195h-364v62h430v-257h-66z" />
+    <glyph glyph-name="revlogicalnot" unicode="&#x2310;" 
+d="M85 104v257h430v-62h-364v-195h-66z" />
+    <glyph glyph-name="intersection" unicode="&#x2229;" 
+d="M96 104v251q0 49 15.5 88.5t42.5 67.5t64.5 43.5t81.5 15.5t81.5 -15.5t64.5 -43.5t42.5 -67.5t15.5 -88.5v-251h-65v239q0 78 -38 119.5t-101 41.5t-101 -41.5t-38 -119.5v-239h-65z" />
+    <glyph glyph-name="orthogonal" unicode="&#x221f;" 
+d="M85 104v452h66v-390h364v-62h-430z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" 
+d="M449 150q-55 0 -94.5 28.5t-77.5 90.5h-4q-11 -18 -25 -35.5t-31.5 -32t-39 -23t-47.5 -8.5q-27 0 -51.5 12t-43 33t-29 49t-10.5 60q0 39 11.5 70t31 52.5t46 33t57.5 11.5q25 0 45.5 -8t38 -22t31.5 -32t25 -39h4q31 53 70.5 85t93.5 32q33 0 61.5 -12.5t49 -35.5
+t32 -54.5t11.5 -68.5q0 -42 -11.5 -76.5t-32 -58.5t-49 -37.5t-62.5 -13.5zM142 233q64 0 104 88q-25 49 -51 70.5t-55 21.5q-36 0 -57.5 -22.5t-21.5 -63.5t23.5 -67.5t57.5 -26.5zM446 229q45 0 69 30.5t24 73.5q0 48 -26 79.5t-74 31.5q-35 0 -65.5 -24.5t-60.5 -79.5
+q33 -62 64 -86.5t69 -24.5z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" 
+d="M300 429q-25 0 -47.5 9t-40 25.5t-27.5 40t-10 52.5q0 30 10 53.5t27.5 40.5t40 26t47.5 9t48 -9t40 -26t27.5 -40.5t10.5 -53.5q0 -29 -10.5 -52.5t-27.5 -40t-40 -25.5t-48 -9zM300 475q34 0 55 23t21 58q0 37 -21 60t-55 23q-33 0 -54 -23t-21 -60q0 -35 21 -58
+t54 -23z" />
+    <glyph glyph-name="uni2032" unicode="&#x2032;" 
+d="M257 434l22 256h81l-15 -100l-34 -156h-54z" />
+    <glyph glyph-name="uni2033" unicode="&#x2033;" 
+d="M170 434l22 256h81l-15 -100l-34 -156h-54zM345 434l22 256h81l-15 -100l-34 -156h-54z" />
+    <glyph glyph-name="uni2035" unicode="&#x2035;" 
+d="M289 434l-34 156l-15 100h81l22 -256h-54z" />
+    <glyph glyph-name="uni00B5" unicode="&#xb5;" 
+d="M84 -187v673h82v-291q0 -67 24.5 -101.5t78.5 -34.5q19 0 37 4t36.5 15t37 32t37.5 54v322h83q-2 -99 -4 -202.5t-2 -191.5q0 -20 8 -28t20 -8h7.5t10.5 2l11 -62q-18 -8 -47 -8q-38 0 -57.5 22.5t-22.5 81.5h-2q-30 -52 -69.5 -77t-84.5 -25q-33 0 -60.5 10.5
+t-47.5 42.5q0 -38 0.5 -67.5t1 -55.5t2 -51.5t3.5 -55.5h-83z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" 
+d="M258 -12q-36 0 -69 13.5t-58 38t-40 60t-15 80.5q0 49 15 90.5t43 71.5t68 47t91 17q41 0 80.5 -19t68.5 -53q1 8 1 16.5v16.5q0 125 -38 181t-102 56q-32 0 -60 -13.5t-52 -37.5l-38 52q32 32 71.5 49.5t86.5 17.5q97 0 154.5 -76t57.5 -231q0 -84 -19 -153.5t-54 -119
+t-84 -77t-108 -27.5zM266 56q65 0 109.5 54t60.5 154q-33 42 -68 59t-68 17q-37 0 -64.5 -12t-45.5 -32.5t-27 -49t-9 -61.5q0 -30 9 -53.5t24.5 -40.5t35.5 -26t43 -9z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" 
+d="M233 -158q-31 0 -47 7l9 62q12 -4 35 -4q42 0 54.5 41t12.5 119q0 55 -6.5 118t-14 128t-14 128.5t-6.5 119.5q0 48 5.5 90t20.5 72.5t42 48t70 17.5q15 0 28 -2t19 -4l-10 -62q-7 2 -15.5 3t-19.5 1q-41 0 -53.5 -42.5t-12.5 -119.5q0 -54 6.5 -117t14.5 -128
+t14.5 -128.5t6.5 -118.5q0 -49 -5.5 -91t-21 -72.5t-42.5 -48t-70 -17.5z" />
+    <glyph glyph-name="integraltp" unicode="&#x2320;" 
+d="M340 -400h-75v961q0 48 5.5 90t21 72.5t42.5 48t70 17.5q14 0 27 -2t19 -4l-9 -62q-7 2 -15.5 3t-19.5 1q-41 0 -53.5 -42.5t-12.5 -119.5v-963z" />
+    <glyph glyph-name="integralbt" unicode="&#x2321;" 
+d="M201 -158q-31 0 -48 7l10 62q12 -4 35 -4q42 0 54.5 41t12.5 119v933h75v-929q0 -49 -5.5 -91t-21 -72.5t-42.5 -48t-70 -17.5z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" 
+d="M303 -95l-150 428l-71 -32l-20 45l134 59l116 -346q5 -16 9 -32l8 -32h4q3 16 5.5 32t6.5 32l178 761h60l-218 -915h-62z" />
+    <glyph glyph-name="uni2206" unicode="&#x2206;" 
+d="M43 0v50l209 606h96l209 -606v-50h-514zM134 71h331l-97 293q-17 54 -33.5 109t-33.5 112h-4q-17 -57 -33.5 -112t-33.5 -109z" />
+    <glyph glyph-name="uni2126" unicode="&#x2126;" 
+d="M38 0v68h121v4q-21 20 -40.5 47.5t-35.5 62.5t-25.5 77t-9.5 92q0 69 17.5 127t50.5 100.5t79.5 66t104.5 23.5t104.5 -23.5t79.5 -66t50.5 -100.5t17.5 -127q0 -50 -9.5 -92t-25.5 -77t-35.5 -62.5t-40.5 -47.5v-4h121v-68h-210v61q24 24 45 52t36.5 62.5t24 76.5
+t8.5 94q0 53 -11 98.5t-32 79t-52 52.5t-71 19t-71 -19t-52 -52.5t-32 -79t-11 -98.5q0 -52 8.5 -94t24 -76.5t36.5 -62.5t45 -52v-61h-210z" />
+    <glyph glyph-name="uni2200" unicode="&#x2200;" 
+d="M568 656l-221 -656h-94l-221 656h88l62 -200h238l63 200h85zM299 68h4q16 57 32 111.5t33 109.5l31 100h-196l31 -100q17 -55 33.5 -109.5t31.5 -111.5z" />
+    <glyph glyph-name="uni2203" unicode="&#x2203;" 
+d="M70 0v71h332v238h-272v71h272v206h-322v70h406v-656h-416z" />
+    <glyph glyph-name="uni2237" unicode="&#x2237;" 
+d="M161 425q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23zM161 67q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23zM440 425q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5
+t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23zM440 67q-34 0 -57.5 23t-23.5 61t23.5 61.5t57.5 23.5t57.5 -23.5t23.5 -61.5t-23.5 -61t-57.5 -23z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" 
+d="M70 -120v53l238 326l-227 326v53h440v-71h-337v-4l212 -303l-222 -305v-4h375v-71h-479z" />
+    <glyph glyph-name="product" unicode="&#x220f;" 
+d="M52 -120v758h496v-758h-85v685h-328v-685h-83z" />
+    <glyph glyph-name="uni2105" unicode="&#x2105;" 
+d="M166 321q-30 0 -55 11t-44 32t-29.5 51.5t-10.5 69.5t12 69.5t32 52t46 32.5t54 11q32 0 55 -12t40 -27l-32 -39q-14 12 -28 20t-32 8q-36 0 -60.5 -32t-24.5 -83t23 -82.5t60 -31.5q23 0 41 9.5t32 21.5l28 -39q-23 -20 -50 -31t-57 -11zM78 32l-49 45l183 188l33 -30z
+M390 391l-33 30l167 203l49 -45zM434 -12q-61 0 -100 44t-39 122t39 120.5t100 42.5t100 -42.5t39 -120.5t-39 -122t-100 -44zM434 38q32 0 55 28.5t23 87.5q0 60 -23 87t-55 27t-55 -27t-23 -87q0 -59 23 -87.5t55 -28.5z" />
+    <glyph glyph-name="uni2113" unicode="&#x2113;" 
+d="M361 -12q-30 0 -57 9.5t-48 30t-35 53t-18 78.5q-26 -18 -54 -36l-33 52q23 15 44.5 30t41.5 31v267q0 58 11 99t30.5 67.5t46.5 38.5t58 12q57 0 93.5 -40t36.5 -115q0 -94 -52 -180.5t-144 -164.5v-25q0 -39 7 -65t19.5 -42t29 -23t34.5 -7q31 0 52.5 13.5t39.5 30.5
+l33 -51q-26 -23 -59 -43t-77 -20zM282 517v-211q59 60 92.5 124t33.5 135q0 50 -16.5 71t-41.5 21q-27 0 -47.5 -33.5t-20.5 -106.5z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" 
+d="M300 -12q-57 0 -106.5 26.5t-87 72t-59 106.5t-21.5 131t21.5 131t59 106.5t87 72t106.5 26.5t106.5 -26.5t87 -72t59 -106.5t21.5 -131v-8h-414q-4 0 -4 -4v-224q0 -6 2.5 -10.5t5.5 -9.5q26 -29 61.5 -44.5t76.5 -15.5q53 0 100 30.5t82 81.5h38q-41 -60 -97.5 -96
+t-124.5 -36zM160 334h280q6 0 6 6v224q0 12 -10 22q-26 26 -61 40t-73 14q-41 0 -76.5 -15.5t-61.5 -42.5q-3 -5 -5.5 -11t-2.5 -11v-220q0 -6 4 -6z" />
+    <glyph glyph-name="uni2190" unicode="&#x2190;" 
+d="M289 -15l-272 265v4l272 265l43 -46l-201 -187h438v-68h-438l201 -187z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" 
+d="M266 -25v439l-187 -201l-46 42l265 272h4l265 -272l-46 -42l-187 201v-439h-68z" />
+    <glyph glyph-name="uni2192" unicode="&#x2192;" 
+d="M309 -15l-42 46l201 187h-439v68h439l-201 187l42 46l273 -265v-4z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" 
+d="M298 -25l-265 273l46 42l187 -201v438h68v-438l187 201l46 -42l-265 -273h-4z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" 
+d="M465 33l-311 310l10 -274l-63 -3l-5 380l3 3l380 -5l-2 -63l-275 10l310 -310z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" 
+d="M129 32l-48 48l310 310l-274 -9l-3 62l380 5l3 -3l-5 -380l-63 3l10 274z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" 
+d="M499 55l-380 5l3 63l274 -10l-310 310l48 48l310 -310l-9 274l62 3l5 -380z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" 
+d="M106 55l-3 3l5 380l63 -3l-10 -275l310 310l48 -47l-310 -311l274 10l3 -63z" />
+    <glyph glyph-name="uni21D0" unicode="&#x21d0;" 
+d="M289 -15l-272 265v4l272 265l43 -46l-112 -103h349v-54h-408l-67 -62v-4l67 -62h408v-54h-349l112 -103z" />
+    <glyph glyph-name="uni21D1" unicode="&#x21d1;" 
+d="M79 213l-46 42l265 272h4l265 -272l-46 -42l-103 111v-349h-54v408l-62 67h-4l-62 -67v-408h-54v349z" />
+    <glyph glyph-name="uni21D2" unicode="&#x21d2;" 
+d="M309 -15l-42 46l111 103h-349v54h408l67 62v4l-67 62h-408v54h349l-111 103l42 46l273 -265v-4z" />
+    <glyph glyph-name="uni21D3" unicode="&#x21d3;" 
+d="M298 -25l-265 273l46 42l103 -111v348h54v-407l62 -67h4l62 67v407h54v-348l103 111l46 -42l-265 -273h-4z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" 
+d="M612 254v-4l-179 -213l-45 38l126 143h-428l126 -143l-45 -38l-179 213v4l179 213l45 -38l-126 -143h428l-126 143l45 38z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" 
+d="M302 -57h-4l-213 178l38 46l143 -126v421l-143 -126l-38 45l213 179h4l213 -179l-38 -45l-143 126v-421l143 126l38 -46z" />
+    <glyph glyph-name="arrowupdnbse" unicode="&#x21a8;" 
+d="M60 -138v64h480v-64h-480zM302 -57h-4l-213 178l38 46l143 -126v421l-143 -126l-38 45l213 179h4l213 -179l-38 -45l-143 126v-421l143 126l38 -46z" />
+    <glyph glyph-name="uni25CF" unicode="&#x25cf;" 
+d="M300 105q-49 0 -90.5 17t-71.5 47t-47 71.5t-17 89.5t17 89.5t47 71.5t71.5 47t90.5 17t90.5 -17t71.5 -47t47 -71.5t17 -89.5t-17 -89.5t-47 -71.5t-71.5 -47t-90.5 -17z" />
+    <glyph glyph-name="uni25CB" unicode="&#x25cb;" 
+d="M300 94q-52 0 -95.5 18t-75 49.5t-49.5 75t-18 93.5t18 93.5t49.5 75t75 49.5t95.5 18t95.5 -18t75 -49.5t49.5 -75t18 -93.5t-18 -93.5t-49.5 -75t-75 -49.5t-95.5 -18zM300 144q39 0 72 14t57.5 38.5t38 58.5t13.5 75q0 40 -13.5 74.5t-38 59t-57.5 38.5t-72 14
+t-72 -14t-57.5 -38.5t-38 -59t-13.5 -74.5q0 -41 13.5 -75t38 -58.5t57.5 -38.5t72 -14z" />
+    <glyph glyph-name="uni25A0" unicode="&#x25a0;" 
+d="M87 117v426h426v-426h-426z" />
+    <glyph glyph-name="uni25A1" unicode="&#x25a1;" 
+d="M73 103v454h454v-454h-454zM126 152h348v356h-348v-356z" />
+    <glyph glyph-name="uni2752" unicode="&#x2752;" 
+d="M73 103v405l59 49h395v-399l-51 -55h-403zM115 143h344v349h-344v-349z" />
+    <glyph glyph-name="uni25C6" unicode="&#x25c6;" 
+d="M300 75l-267 268l267 267l267 -267z" />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" 
+d="M62 105v3l237 492h2l237 -492v-3h-476z" />
+    <glyph glyph-name="uni25B3" unicode="&#x25b3;" 
+d="M62 105v3l237 492h2l237 -492v-3h-476zM137 149h326l-163 347z" />
+    <glyph glyph-name="uni25B6" unicode="&#x25b6;" 
+d="M62 109v475h3l493 -236v-3l-493 -236h-3z" />
+    <glyph glyph-name="uni25B7" unicode="&#x25b7;" 
+d="M62 109v475h3l493 -236v-3l-493 -236h-3zM109 186l345 160l-345 161v-321z" />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" 
+d="M299 85l-237 492v3h476v-3l-237 -492h-2z" />
+    <glyph glyph-name="uni25BD" unicode="&#x25bd;" 
+d="M299 85l-237 492v3h476v-3l-237 -492h-2zM300 189l163 347h-326z" />
+    <glyph glyph-name="uni25C0" unicode="&#x25c0;" 
+d="M535 109l-493 236v3l493 236h3v-475h-3z" />
+    <glyph glyph-name="uni25C1" unicode="&#x25c1;" 
+d="M535 109l-493 236v3l493 236h3v-475h-3zM491 186v321l-344 -161z" />
+    <glyph glyph-name="triagrt" unicode="&#x25ba;" 
+d="M21 109v475h3l601 -236v-3l-601 -236h-3z" />
+    <glyph glyph-name="triaglf" unicode="&#x25c4;" 
+d="M576 109l-601 236v3l601 236h3v-475h-3z" />
+    <glyph glyph-name="invcircle" unicode="&#x25d9;" 
+d="M68 100v460h464v-460h-464zM300 104q50 0 92 17t72 47.5t47 72t17 89.5t-17 89.5t-47 72t-72 47.5t-92 17t-92 -17t-72 -47.5t-47 -72t-17 -89.5t17 -89.5t47 -72t72 -47.5t92 -17zM300 153q-37 0 -68.5 13t-54 36.5t-35.5 56t-13 71.5t13 71.5t35.5 56t54 36.5t68.5 13
+t68.5 -13t54 -36.5t35.5 -56t13 -71.5t-13 -71.5t-35.5 -56t-54 -36.5t-68.5 -13z" />
+    <glyph glyph-name="uni25C9" unicode="&#x25c9;" 
+d="M300 91q-51 0 -96.5 17.5t-79 50t-53.5 79t-20 105.5q0 58 20 104.5t53.5 79t79 50t96.5 17.5t96.5 -17.5t79 -50t53.5 -79t20 -104.5q0 -59 -20 -105.5t-53.5 -79t-79 -50t-96.5 -17.5zM300 141q39 0 74.5 13.5t62.5 39.5t43.5 63.5t16.5 85.5t-16.5 85.5t-43.5 63.5
+t-62.5 39.5t-74.5 13.5t-74.5 -13.5t-62.5 -39.5t-43.5 -63.5t-16.5 -85.5t16.5 -85.5t43.5 -63.5t62.5 -39.5t74.5 -13.5zM300 199q-28 0 -53 10t-44.5 29t-31 45.5t-11.5 59.5q0 32 11.5 58.5t31 45t44.5 29t53 10.5t53 -10.5t44.5 -29t31 -45t11.5 -58.5
+q0 -33 -11.5 -59.5t-31 -45.5t-44.5 -29t-53 -10z" />
+    <glyph glyph-name="uni2610" unicode="&#x2610;" 
+d="M-25 -10v630l61 51h589v-620l-52 -61h-598zM18 33h532v564h-532v-564z" />
+    <glyph glyph-name="uni2611" unicode="&#x2611;" 
+d="M250 104q-28 77 -62.5 145t-77.5 132l56 38q37 -58 67.5 -121t50.5 -126h4q32 110 84.5 219t118.5 206h-473v-564h532v532q-68 -95 -123.5 -208.5t-90.5 -242.5zM-25 -10v630l61 51h508q51 67 108 124l54 -50l-40.5 -40.5t-40.5 -43.5v-610l-52 -61h-598z" />
+    <glyph glyph-name="uni2713" unicode="&#x2713;" 
+d="M145 -20q-30 83 -66.5 154.5t-84.5 140.5l56 38q42 -63 75.5 -130.5t56.5 -134.5h4q27 89 66 178t87 171.5t103 155.5t114 131l54 -50q-59 -55 -115 -124.5t-105 -151.5t-90 -174.5t-69 -193.5z" />
+    <glyph glyph-name="musicalnote" unicode="&#x266a;" 
+d="M178 -24q-41 0 -71 19t-30 57q0 23 11.5 44t32 37.5t49.5 26t64 9.5q20 0 37 -3.5t24 -8.5v537h50q4 -10 8 -17.5t11.5 -15t19.5 -17t31 -22.5q34 -24 56 -47t35 -46.5t18 -49t5 -53.5q0 -39 -10.5 -73.5t-21.5 -57.5l-35 13q8 24 10.5 44.5t2.5 47.5q0 48 -32.5 89.5
+t-92.5 60.5v-407q0 -41 -14 -72.5t-37.5 -52.5t-55 -31.5t-65.5 -10.5z" />
+    <glyph glyph-name="musicalnotedbl" unicode="&#x266b;" 
+d="M104 -24q-40 0 -70 19t-30 57q0 23 11 44t30.5 37.5t47.5 26t61 9.5q20 0 37 -3.5t24 -8.5v517l378 60v-539q0 -41 -13.5 -72t-36.5 -52t-53.5 -31.5t-63.5 -10.5q-40 0 -69.5 19t-29.5 57q0 23 11 44t30.5 37.5t47 26t60.5 9.5q20 0 37 -3.5t24 -8.5v363l-267 -42v-388
+q0 -41 -13.5 -72.5t-36.5 -52.5t-53 -31.5t-63 -10.5z" />
+    <glyph glyph-name="heart" unicode="&#x2665;" 
+d="M302 -12h-4q-90 97 -146.5 171t-88 135.5t-43 114t-11.5 106.5q0 49 11 86t30.5 62t46 37.5t57.5 12.5q49 0 86 -26.5t58 -93.5h4q21 67 58.5 93.5t85.5 26.5q31 0 57.5 -12.5t46 -37.5t30.5 -62t11 -86q0 -54 -11.5 -106.5t-43 -114t-88 -135.5t-146.5 -171z" />
+    <glyph glyph-name="club" unicode="&#x2663;" 
+d="M105 0v40q33 5 61 17t50 35.5t37.5 61.5t24.5 94h-7q-21 -50 -56.5 -68.5t-72.5 -18.5q-60 0 -96.5 42t-36.5 110q0 35 11 61.5t30 44t45 26.5t55 9q17 0 34 -4.5t40 -15.5l4 4q-25 22 -40 43.5t-22.5 41t-10 36t-2.5 29.5q0 27 11.5 50t31.5 39.5t46.5 26t57.5 9.5
+t57.5 -9.5t46.5 -26t31.5 -39.5t11.5 -50q0 -13 -2.5 -29.5t-10 -36t-22.5 -41t-40 -43.5l4 -4q23 11 40 15.5t34 4.5q29 0 55 -9t45 -26.5t30 -44t11 -61.5q0 -34 -9.5 -62t-27 -48t-42 -31t-54.5 -11q-19 0 -37.5 4.5t-35.5 14.5t-31.5 26.5t-24.5 41.5h-7q9 -56 24.5 -94
+t37.5 -61.5t50 -35.5t61 -17v-40h-390z" />
+    <glyph glyph-name="diamond" unicode="&#x2666;" 
+d="M302 -12h-4l-293 367v4l293 365h4l293 -365v-4z" />
+    <glyph glyph-name="spade" unicode="&#x2660;" 
+d="M105 0v40q33 5 61 17t50 35.5t37.5 61.5t24.5 94h-7q-23 -52 -57 -71t-76 -19q-56 0 -92.5 33t-36.5 103q0 45 13 85t46 87.5t88.5 108.5t141.5 149h4q85 -88 141 -149t89 -108.5t46 -87.5t13 -85q0 -70 -36.5 -103t-92.5 -33q-42 0 -76 19t-57 71h-7q9 -56 24.5 -94
+t37.5 -61.5t50 -35.5t61 -17v-40h-390z" />
+    <glyph glyph-name="smileface" unicode="&#x263a;" 
+d="M300 39q-64 0 -117.5 21.5t-92 60.5t-60 92.5t-21.5 116.5t21.5 116.5t60 92.5t92 60.5t117.5 21.5t117.5 -21.5t92 -60.5t60 -92.5t21.5 -116.5t-21.5 -116.5t-60 -92.5t-92 -60.5t-117.5 -21.5zM300 84q53 0 97.5 18t76 50.5t49 77.5t17.5 100t-17.5 100t-49 77.5
+t-76 50.5t-97.5 18t-97.5 -18t-76 -50.5t-49 -77.5t-17.5 -100t17.5 -100t49 -77.5t76 -50.5t97.5 -18zM221 340q-23 0 -35.5 17.5t-12.5 46.5t12.5 46.5t35.5 17.5t36 -17.5t13 -46.5t-13 -46.5t-36 -17.5zM379 340q-23 0 -36 17.5t-13 46.5t13 46.5t36 17.5t35.5 -17.5
+t12.5 -46.5t-12.5 -46.5t-35.5 -17.5zM300 152q-66 0 -106.5 34.5t-48.5 95.5l34 13q14 -39 45 -57t76 -18t76 18t45 57l34 -13q-8 -61 -48.5 -95.5t-106.5 -34.5zM236 397q13 0 13 15t-13 15t-13 -15t13 -15zM393 397q13 0 13 15t-13 15q-12 0 -12 -15t12 -15z" />
+    <glyph glyph-name="invsmileface" unicode="&#x263b;" 
+d="M300 59q-60 0 -110 20.5t-86 56.5t-55.5 85.5t-19.5 108.5t19.5 108.5t55.5 85.5t86 56.5t110 20.5t110 -20.5t86 -56.5t55.5 -85.5t19.5 -108.5t-19.5 -108.5t-55.5 -85.5t-86 -56.5t-110 -20.5zM220 345q23 0 35 18t12 45q0 26 -12 44t-35 18t-35.5 -18t-12.5 -44
+q0 -27 12.5 -45t35.5 -18zM380 345q23 0 35.5 18t12.5 45q0 26 -12.5 44t-35.5 18t-35 -18t-12 -44q0 -27 12 -45t35 -18zM300 149q68 0 108 33t51 96l-34 13q-15 -39 -47 -58t-78 -19t-78 19t-47 58l-34 -13q11 -63 51 -96t108 -33zM208 394q-7 0 -12 4.5t-5 13.5t5 14
+t12 5q6 0 11 -5t5 -14t-5 -13.5t-11 -4.5zM368 394q-7 0 -12 4.5t-5 13.5t5 14t12 5t12 -5t5 -14t-5 -13.5t-12 -4.5z" />
+    <glyph glyph-name="uni2764" unicode="&#x2764;" 
+d="M302 9h-4q-24 47 -60.5 78.5t-77.5 57.5t-82 51t-74.5 59t-54 82t-20.5 119q0 49 14.5 86.5t41 63t62.5 38.5t79 13q66 0 109.5 -29.5t62.5 -103.5h4q19 74 62.5 103.5t109.5 29.5q43 0 79 -13t62.5 -38.5t41 -63t14.5 -86.5q0 -71 -20.5 -119t-54 -82t-74.5 -59t-82 -51
+t-77.5 -57.5t-60.5 -78.5z" />
+    <glyph glyph-name="uni2615" unicode="&#x2615;" 
+d="M248 39q-64 0 -115.5 23t-88 71t-56.5 121.5t-20 173.5q0 94 74 143.5t206 49.5q121 0 190 -39.5t83 -114.5q58 -11 92.5 -44.5t34.5 -102.5q0 -38 -15 -69t-40.5 -53.5t-59.5 -34.5t-72 -12q-35 -58 -91 -85t-122 -27zM248 80q61 0 110.5 24.5t76.5 81.5q42 0 73 11
+t51.5 29t30.5 42.5t10 51.5q0 46 -29 78t-88 32q0 72 -60.5 112t-174.5 40q-113 0 -173.5 -43.5t-60.5 -118.5q0 -90 17 -154t48 -105.5t74 -61t95 -19.5zM248 326q-93 0 -142.5 22t-73.5 62q15 47 71.5 74.5t144.5 27.5t145 -28t72 -74q-12 -20 -30 -35.5t-44 -26.5
+t-61 -16.5t-82 -5.5zM458 250q10 28 14.5 56t6.5 56q29 0 43 -10t14 -38q0 -32 -23 -48t-55 -16zM310 419q-43 29 -73 39.5t-58 10.5q-25 0 -38 -8t-13 -19q0 -8 6.5 -13.5t24.5 -9.5q-18 -5 -24.5 -10t-6.5 -13q0 -11 13 -19.5t38 -8.5q28 0 58 11t73 40zM314 419
+q23 -14 40 -18.5t26 -4.5q11 0 18.5 6t7.5 17t-7.5 16.5t-18.5 5.5q-9 0 -26 -4t-40 -18z" />
+    <glyph glyph-name="u1F4A9" unicode="&#x1f4a9;" 
+d="M300 14q-80 0 -137 6t-94.5 22.5t-55 44.5t-17.5 73q0 95 91 118q-18 14 -27 35.5t-9 54.5q0 54 30.5 83.5t78.5 38.5q-9 9 -15 20t-6 32q0 25 9.5 39.5t24.5 22.5t34.5 12.5t39.5 9.5t39 12.5t33 23.5q142 -39 142 -118q0 -20 -5 -31.5t-16 -22.5q48 -9 78.5 -38.5
+t30.5 -83.5q0 -33 -9 -54.5t-27 -35.5q91 -23 91 -118q0 -45 -17.5 -73t-55 -44.5t-95 -22.5t-136.5 -6zM300 109q63 0 100 28t43 87h-286q6 -59 43 -87t100 -28zM148 312l28 -2q2 35 10.5 50.5t26.5 15.5t27 -15.5t11 -50.5l28 2q-1 65 -17.5 92.5t-48.5 27.5t-48 -27.5
+t-17 -92.5zM321 312l28 -2q2 35 11 50.5t27 15.5t26.5 -15.5t10.5 -50.5l28 2q-1 65 -17 92.5t-48 27.5t-48.5 -27.5t-17.5 -92.5z" />
+    <glyph glyph-name="u1F916" unicode="&#x1f916;" 
+d="M300 39q-90 0 -159.5 42.5t-103.5 126.5q-63 12 -63 140q0 38 10.5 56.5t35.5 23.5q22 98 96 145.5t184 47.5t184 -47.5t96 -145.5q25 -5 35.5 -23.5t10.5 -56.5q0 -128 -63 -140q-34 -84 -103.5 -126.5t-159.5 -42.5zM300 84q51 0 95 16t76 48.5t50.5 82.5t18.5 119
+q0 61 -16.5 104t-48 70t-76 39.5t-99.5 12.5q-56 0 -100 -12.5t-75.5 -39.5t-48 -70t-16.5 -104q0 -69 18.5 -119t50.5 -82.5t76 -48.5t95 -16zM300 258q-98 0 -145.5 21t-47.5 75q0 83 51.5 121.5t141.5 38.5t141.5 -38.5t51.5 -121.5q0 -54 -47.5 -75t-145.5 -21zM147 332
+l32 -2q2 33 10 47.5t26 14.5t26 -14.5t10 -47.5l32 2q-2 65 -19 92.5t-49 27.5t-49 -27.5t-19 -92.5zM317 332l32 -2q2 33 10 47.5t26 14.5t26 -14.5t10 -47.5l32 2q-2 65 -19 92.5t-49 27.5t-49 -27.5t-19 -92.5zM300 149q-15 0 -26 5.5t-11 18.5q0 9 7 12t30 3t30 -3
+t7 -12q0 -13 -11 -18.5t-26 -5.5z" />
+    <glyph glyph-name="u1F512" unicode="&#x1f512;" 
+d="M85 -70l-40 36v518l40 36h46v153q0 88 44 135.5t125 47.5t125 -47.5t44 -135.5v-153h46l40 -36v-518l-40 -36h-430zM246 59l44 -20h20l44 20l-26 169q29 11 42.5 31.5t13.5 47.5q0 35 -24.5 59t-59.5 24t-59.5 -24t-24.5 -59q0 -27 13.5 -47.5t42.5 -31.5zM199 520h202
+v145q0 60 -25 93t-76 33t-76 -33t-25 -93v-145z" />
+    <glyph glyph-name="female" unicode="&#x2640;" 
+d="M300 299q37 0 68.5 13t54.5 36.5t36 55.5t13 71t-13 71t-36 55t-54.5 36t-68.5 13t-68.5 -13t-55 -36t-36.5 -55t-13 -71t13 -71t36.5 -55.5t55 -36.5t68.5 -13zM267 -46v128h-142v62h142v101q-45 6 -83 25.5t-65.5 50t-43 70t-15.5 84.5q0 49 18 91.5t50 74t76 49
+t96 17.5t96 -17.5t76 -49t50 -74t18 -91.5q0 -45 -15.5 -84.5t-43 -70t-65.5 -50t-83 -25.5v-101h142v-62h-142v-128h-66z" />
+    <glyph glyph-name="male" unicode="&#x2642;" 
+d="M228 9q-52 0 -96 17.5t-76 49t-50 74t-18 92.5q0 49 18 91.5t50 73.5t76 49t96 18q37 0 69.5 -9t59.5 -26l158 155l-176 -7v58l271 3l3 -3l-2 -272h-59l7 177l-150 -154q28 -30 43 -69.5t15 -84.5q0 -50 -18 -92.5t-50 -74t-76 -49t-95 -17.5zM228 66q37 0 68.5 13
+t54.5 36t36.5 55.5t13.5 71.5q0 38 -13.5 70t-36.5 55.5t-54.5 36.5t-68.5 13t-68.5 -13t-55 -36.5t-36.5 -55.5t-13 -70q0 -39 13 -71.5t36.5 -55.5t55 -36t68.5 -13z" />
+    <glyph glyph-name="sun" unicode="&#x263c;" 
+d="M300 192q30 0 55 10t43 28.5t28 44t10 55.5t-10 55.5t-28 44t-43 28.5t-55 10t-55 -10t-43 -28.5t-28 -44t-10 -55.5t10 -55.5t28 -44t43 -28.5t55 -10zM504 83l-88 90q-37 -28 -84 -34v-116h-64v116q-23 3 -43.5 11.5t-38.5 20.5l-90 -88l-43 44l88 87q-29 38 -36 85
+h-108v62h108q3 23 12 43.5t22 38.5l-86 88l43 44l87 -88q18 13 39.5 22t45.5 12v116h64v-116q45 -6 83 -33l89 87l43 -44l-88 -86q28 -36 36 -84h108v-62h-108q-7 -46 -35 -83l87 -89z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" 
+d="M262 -10l-166 339l166 338h76l166 -338l-166 -339h-76zM298 59h4l64 133l65 137l-65 135l-64 134h-4l-64 -134l-65 -135l65 -137z" />
+    <glyph glyph-name="house" unicode="&#x2302;" 
+d="M49 0v360l215 307h72l215 -307v-360h-502zM119 60h362v278l-97 143l-82 125h-4l-82 -125l-97 -143v-278z" />
+    <glyph glyph-name="uni02B9" unicode="&#x2b9;" 
+d="M257 434l22 256h81l-15 -100l-34 -156h-54z" />
+    <glyph glyph-name="uni02BB" unicode="&#x2bb;" 
+d="M299 350q-39 0 -64.5 31.5t-25.5 88.5q0 75 38 134.5t106 94.5l27 -48q-46 -27 -73 -66.5t-30 -91.5q12 6 26 6q31 0 50.5 -20t19.5 -52q0 -35 -21 -56t-53 -21z" />
+    <glyph glyph-name="uni02BC" unicode="&#x2bc;" 
+d="M245 350l-28 48q47 26 74 65.5t30 92.5q-12 -6 -26 -6q-32 0 -51.5 19.5t-19.5 51.5q0 35 21 56.5t53 21.5q40 0 65 -32t25 -89q0 -75 -38 -134t-105 -94z" />
+    <glyph glyph-name="uni02BE" unicode="&#x2be;" 
+d="M226 538v50q58 0 88 24.5t30 69.5t-30 70t-88 25v49q91 3 137.5 -36t46.5 -108t-46.5 -108t-137.5 -36z" />
+    <glyph glyph-name="uni02BF" unicode="&#x2bf;" 
+d="M374 538q-91 -3 -137.5 36t-46.5 108t46.5 108t137.5 36v-49q-58 0 -88 -25t-30 -70t30 -69.5t88 -24.5v-50z" />
+    <glyph glyph-name="uni02C1" unicode="&#x2c1;" 
+d="M282 438v91q-25 16 -47.5 33.5t-39 37.5t-26 43.5t-9.5 52.5q0 32 12.5 56.5t34 41t49.5 25t59 8.5q48 0 81.5 -18t55.5 -41l-34 -40q-19 19 -42.5 32.5t-55.5 13.5q-43 0 -69.5 -21t-26.5 -58q0 -42 30 -74.5t91 -64.5v-118h-63z" />
+    <glyph glyph-name="uni02D0" unicode="&#x2d0;" 
+d="M202 0l93 162h10l93 -162h-196zM295 343l-93 160h196l-93 -160h-10z" />
+    <glyph glyph-name="uni02D1" unicode="&#x2d1;" 
+d="M295 343l-93 160h196l-93 -160h-10z" />
+    <glyph glyph-name="uni02DE" unicode="&#x2de;" 
+d="M329 230q-32 0 -57 21t-39 75l-105 -43v63l146 60q5 -38 11.5 -62.5t14 -38t16.5 -18.5t19 -5q12 0 21 4.5t17 10.5l22 -43q-12 -9 -28 -16.5t-38 -7.5z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M259 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni02C8" unicode="&#x2c8;" 
+d="M272 397l-23 319h102l-23 -319h-56z" />
+    <glyph glyph-name="uni02C9" unicode="&#x2c9;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni02CA" unicode="&#x2ca;" 
+d="M279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni02CB" unicode="&#x2cb;" 
+d="M321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni02CC" unicode="&#x2cc;" 
+d="M249 -254l23 320h56l23 -320h-102z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M372 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M203 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM397 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M300 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M300 569q-52 0 -81 27.5t-29 68.5t29 68.5t81 27.5t81 -27.5t29 -68.5t-29 -68.5t-81 -27.5zM300 606q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42t40.5 -17z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M243 568l-46 21l87 172l58 -28zM394 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M300 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M213 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M312 -225q-44 0 -73 22.5t-29 70.5q0 23 8 43t20.5 37t27.5 30.5t29 24.5h58q-38 -27 -60 -56.5t-22 -62.5q0 -29 18 -42t40 -13q18 0 31.5 6.5t22.5 14.5l24 -39q-17 -16 -41 -26t-54 -10z" />
+    <glyph glyph-name="uni25CC" unicode="&#x25cc;" 
+d="M299 -12q-14 0 -24 9.5t-10 27.5q0 17 10 26.5t24 9.5q16 0 26 -9.5t10 -26.5q0 -18 -10 -27.5t-26 -9.5zM193 15q-14 0 -24.5 9.5t-10.5 28.5q0 17 10.5 26t24.5 9q15 0 25.5 -9t10.5 -26q0 -19 -10 -28.5t-26 -9.5zM405 15q-14 0 -24 9.5t-10 28.5q0 17 10 26t24 9
+q15 0 25.5 -9t10.5 -26q0 -19 -9.5 -28.5t-26.5 -9.5zM115 97q-14 0 -24 9.5t-10 26.5q0 18 10 28t24 10q16 0 26 -10t10 -28q0 -17 -9.5 -26.5t-26.5 -9.5zM484 97q-14 0 -24.5 9.5t-10.5 26.5q0 18 10.5 28t24.5 10q15 0 25 -10t10 -28q0 -17 -9 -26.5t-26 -9.5zM87 206
+q-14 0 -24 10t-10 27q0 18 10 27t24 9q16 0 26.5 -9t10.5 -27q0 -17 -10 -27t-27 -10zM511 206q-15 0 -25 10t-10 27q0 18 10 27t25 9q14 0 25 -9t11 -27q0 -17 -10 -27t-26 -10zM115 316q-14 0 -24 10t-10 28t10 27t24 9q16 0 26 -9t10 -27t-9.5 -28t-26.5 -10zM484 316
+q-14 0 -24.5 9.5t-10.5 27.5q0 17 10.5 26.5t24.5 9.5q15 0 25 -9.5t10 -26.5q0 -37 -35 -37zM193 398q-14 0 -24.5 9.5t-10.5 26.5q0 19 10.5 28t24.5 9q15 0 25.5 -9t10.5 -28q0 -17 -10 -26.5t-26 -9.5zM405 397q-14 0 -24 10t-10 27q0 18 10 27.5t24 9.5q15 0 25.5 -9.5
+t10.5 -27.5q0 -17 -9.5 -27t-26.5 -10zM299 424q-14 0 -24 10t-10 28q0 17 10 26.5t24 9.5q16 0 26 -9.5t10 -26.5q0 -18 -10 -28t-26 -10z" />
+    <glyph glyph-name="uni0300" unicode="&#x300;" 
+d="M321 568l-157 153l58 56l142 -168z" />
+    <glyph glyph-name="uni0300.cap" 
+d="M329 697l-152 115l47 55l141 -128z" />
+    <glyph glyph-name="uni0300.g" 
+d="M276 558l-67 197l85 15l39 -201z" />
+    <glyph glyph-name="uni0301" unicode="&#x301;" 
+d="M279 568l-43 41l142 168l58 -56z" />
+    <glyph glyph-name="uni0301.cap" 
+d="M271 697l-36 42l141 128l47 -55z" />
+    <glyph glyph-name="uni0301.g" 
+d="M322 559l-57 10l47 230l85 -15z" />
+    <glyph glyph-name="uni0302" unicode="&#x302;" 
+d="M180 568l-35 32l114 140h82l114 -140l-35 -32l-118 113h-4z" />
+    <glyph glyph-name="uni0302.cap" 
+d="M188 699l-36 26l105 113h86l105 -113l-36 -26l-110 93h-4z" />
+    <glyph glyph-name="uni0303" unicode="&#x303;" 
+d="M372 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="uni0303.cap" 
+d="M375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="uni0304" unicode="&#x304;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni0304.cap" 
+d="M166 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni0305" unicode="&#x305;" 
+d="M167 601v57h266v-57h-266z" />
+    <glyph glyph-name="uni0305.cap" 
+d="M166 735v57h268v-57h-268z" />
+    <glyph glyph-name="uni0306" unicode="&#x306;" 
+d="M300 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="uni0306.c" 
+d="M300 572q-42 0 -71 12.5t-48 33t-28 47.5t-10 56l68 4q1 -21 5.5 -40.5t15 -33.5t27 -22.5t41.5 -8.5t41.5 8.5t27 22.5t15 33.5t5.5 40.5l68 -4q-2 -29 -10.5 -56t-27.5 -47.5t-48 -33t-71 -12.5z" />
+    <glyph glyph-name="uni0306.cap" 
+d="M300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l50 8q6 -35 29.5 -59.5t66.5 -24.5t66.5 24.5t29.5 59.5l50 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5z" />
+    <glyph glyph-name="uni0306.ccap" 
+d="M300 705q-42 0 -70 10.5t-45.5 28.5t-26 41t-9.5 48l72 4q1 -35 19 -60.5t60 -25.5q21 0 35.5 7t24 18.5t14 27t5.5 33.5l72 -4q-2 -25 -10 -48t-25.5 -41t-45.5 -28.5t-70 -10.5z" />
+    <glyph glyph-name="uni0307" unicode="&#x307;" 
+d="M300 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni0307.cap" 
+d="M300 714q-25 0 -42 15.5t-17 41.5q0 25 17 40.5t42 15.5t42 -15.5t17 -40.5q0 -26 -17 -41.5t-42 -15.5z" />
+    <glyph glyph-name="uni0308" unicode="&#x308;" 
+d="M203 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM397 588q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="uni0308.cap" 
+d="M209 715q-22 0 -36.5 14t-14.5 37t14.5 36.5t36.5 13.5t36 -13.5t14 -36.5t-14 -37t-36 -14zM391 715q-22 0 -36 14t-14 37t14 36.5t36 13.5t36.5 -13.5t14.5 -36.5t-14.5 -37t-36.5 -14z" />
+    <glyph glyph-name="uni0309" unicode="&#x309;" 
+d="M268 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni0309.cap" 
+d="M268 698l-9 38q24 7 40 17t16 29q0 39 -83 42l9 48q66 -2 102 -22.5t36 -58.5q0 -22 -9 -37.5t-24.5 -27t-35.5 -18t-42 -10.5z" />
+    <glyph glyph-name="uni0310" unicode="&#x310;" 
+d="M300 571q-41 0 -70.5 13t-49 34.5t-29.5 48.5t-12 55l48 8q3 -20 11 -39.5t22 -34.5t34 -24.5t46 -9.5q25 0 45 9.5t34.5 24.5t22.5 34.5t11 39.5l48 -8q-2 -28 -12 -55t-29.5 -48.5t-49 -34.5t-70.5 -13zM300 701q-24 0 -40 15t-16 41t16 41t40 15t40 -15t16 -41
+t-16 -41t-40 -15z" />
+    <glyph glyph-name="uni0310.cap" 
+d="M300 705q-36 0 -63 10.5t-46 28t-30 41t-14 49.5l46 8q8 -38 34.5 -63t72.5 -25t72.5 25t34.5 63l46 -8q-3 -26 -14 -49.5t-29.5 -41t-46 -28t-63.5 -10.5zM300 821q-22 0 -37 14.5t-15 37.5t15 37.5t37 14.5t37 -14.5t15 -37.5t-15 -37.5t-37 -14.5z" />
+    <glyph glyph-name="uni030A" unicode="&#x30a;" 
+d="M300 569q-52 0 -81 27.5t-29 68.5t29 68.5t81 27.5t81 -27.5t29 -68.5t-29 -68.5t-81 -27.5zM300 606q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42t40.5 -17z" />
+    <glyph glyph-name="uni030A.cap" 
+d="M300 699q-42 0 -69.5 24.5t-27.5 65.5q0 42 27.5 66.5t69.5 24.5t69.5 -24.5t27.5 -66.5q0 -41 -27.5 -65.5t-69.5 -24.5zM300 735q20 0 35.5 14t15.5 40t-15.5 40t-35.5 14q-22 0 -37 -14t-15 -40t15 -40t37 -14z" />
+    <glyph glyph-name="uni030B" unicode="&#x30b;" 
+d="M243 568l-46 21l87 172l58 -28zM394 568l-46 21l87 172l58 -28z" />
+    <glyph glyph-name="uni030B.cap" 
+d="M228 703l-43 21l92 152l57 -32zM388 703l-43 21l93 152l56 -32z" />
+    <glyph glyph-name="uni030C" unicode="&#x30c;" 
+d="M259 574l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni030C.cap" 
+d="M257 706l-105 113l36 26l110 -92h4l110 92l36 -26l-105 -113h-86z" />
+    <glyph glyph-name="uni030C.a" 
+d="M258 548l-3 268h74v-81l-14 -187h-57z" />
+    <glyph glyph-name="uni030F" unicode="&#x30f;" 
+d="M206 568l-99 165l58 28l87 -172zM357 568l-99 165l58 28l87 -172z" />
+    <glyph glyph-name="uni030F.cap" 
+d="M212 703l-106 141l56 32l93 -152zM372 703l-106 141l57 32l92 -152z" />
+    <glyph glyph-name="uni0311" unicode="&#x311;" 
+d="M195 568l-51 8q2 28 11.5 55t28 48.5t47.5 34.5t69 13t68.5 -13t47.5 -34.5t28.5 -48.5t11.5 -55l-51 -8q-3 19 -10.5 37.5t-20.5 33.5t-31.5 24t-42.5 9t-42.5 -9t-31.5 -24t-20.5 -33.5t-10.5 -37.5z" />
+    <glyph glyph-name="uni0311.cap" 
+d="M204 704l-50 8q3 26 13 49.5t28 41t44 28t61 10.5t61 -10.5t44 -28t28 -41t13 -49.5l-50 -8q-6 35 -29.5 59.5t-66.5 24.5t-66.5 -24.5t-29.5 -59.5z" />
+    <glyph glyph-name="uni0312" unicode="&#x312;" 
+d="M303 553q-26 0 -42 19.5t-16 55.5q0 37 21 68.5t69 50.5l18 -34q-32 -14 -47 -32t-15 -38q8 2 13 2q17 0 31 -10.5t14 -33.5t-13 -35.5t-33 -12.5z" />
+    <glyph glyph-name="uni0312.g" 
+d="M332 574q-22 4 -42 10.5t-35.5 17.5t-25 26.5t-9.5 37.5q0 45 37 68.5t106 25.5l5 -54q-83 -4 -83 -47q0 -20 16 -30.5t40 -16.5z" />
+    <glyph glyph-name="uni0313" unicode="&#x313;" 
+d="M265 553l-18 34q32 14 47 32t15 38q-8 -2 -13 -2q-17 0 -31 10.5t-14 33.5t13 35.5t33 12.5q26 0 42 -19.5t16 -55.5q0 -37 -21 -68.5t-69 -50.5z" />
+    <glyph glyph-name="uni0313.g" 
+d="M268 572l-9 40q24 6 40 16.5t16 30.5q0 43 -83 47l5 54q69 -2 106 -25.5t37 -68.5q0 -22 -9.5 -37.5t-25 -27t-35.5 -18.5t-42 -11z" />
+    <glyph glyph-name="uni0318" unicode="&#x318;" 
+d="M339 -249v72h-115v47h115v72h53v-191h-53z" />
+    <glyph glyph-name="uni0319" unicode="&#x319;" 
+d="M208 -249v191h53v-72h115v-47h-115v-72h-53z" />
+    <glyph glyph-name="uni031A" unicode="&#x31a;" 
+d="M335 573v94h-111v47h161v-141h-50z" />
+    <glyph glyph-name="uni031B" unicode="&#x31b;" 
+d="M299 434l-8 41q84 13 84 90q0 15 -4 28t-10 27l64 30q10 -18 16.5 -37t6.5 -42q0 -32 -12 -55.5t-32 -40.5t-47 -27t-58 -14z" />
+    <glyph glyph-name="uni031C" unicode="&#x31c;" 
+d="M362 -257q-69 -2 -103.5 24t-34.5 71q0 46 34.5 72t103.5 24v-36q-38 0 -57.5 -16t-19.5 -44q0 -27 19.5 -43t57.5 -16v-36z" />
+    <glyph glyph-name="uni031D" unicode="&#x31d;" 
+d="M184 -211v47h89v106h54v-106h89v-47h-232z" />
+    <glyph glyph-name="uni031E" unicode="&#x31e;" 
+d="M273 -249v106h-89v47h232v-47h-89v-106h-54z" />
+    <glyph glyph-name="uni031F" unicode="&#x31f;" 
+d="M273 -249v72h-89v47h89v72h54v-72h89v-47h-89v-72h-54z" />
+    <glyph glyph-name="uni0320" unicode="&#x320;" 
+d="M184 -150v47h232v-47h-232z" />
+    <glyph glyph-name="uni0323" unicode="&#x323;" 
+d="M300 -214q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="uni0324" unicode="&#x324;" 
+d="M203 -207q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16zM397 -207q-24 0 -39.5 16t-15.5 40q0 23 15.5 39.5t39.5 16.5t39.5 -16.5t15.5 -39.5q0 -24 -15.5 -40t-39.5 -16z" />
+    <glyph glyph-name="uni0325" unicode="&#x325;" 
+d="M300 -243q-52 0 -81 27.5t-29 68.5t29 68.5t81 27.5t81 -27.5t29 -68.5t-29 -68.5t-81 -27.5zM300 -206q24 0 40.5 17t16.5 42q0 26 -16.5 42.5t-40.5 16.5t-40.5 -16.5t-16.5 -42.5q0 -25 16.5 -42t40.5 -17z" />
+    <glyph glyph-name="uni0326" unicode="&#x326;" 
+d="M213 -226l-8 40q63 5 86 16.5t23 31.5t-18 29.5t-53 12.5l18 38q65 -8 91 -25.5t26 -51.5q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni0326.a" 
+d="M339 575q-65 7 -91 25t-26 52q0 44 42.5 65.5t122.5 26.5l8 -41q-63 -4 -86 -15.5t-23 -32.5q0 -20 18 -29.5t53 -12.5z" />
+    <glyph glyph-name="uni0327" unicode="&#x327;" 
+d="M213 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni0327.cap" 
+d="M213 -226l-8 40q63 5 86 16.5t23 33.5q0 20 -17 31t-60 17l40 96h54l-26 -72q35 -8 54 -24t19 -47q0 -44 -42.5 -65.5t-122.5 -25.5z" />
+    <glyph glyph-name="uni0328" unicode="&#x328;" 
+d="M312 -225q-44 0 -73 22.5t-29 70.5q0 23 8 43t20.5 37t27.5 30.5t29 24.5h58q-38 -27 -60 -56.5t-22 -62.5q0 -29 18 -42t40 -13q18 0 31.5 6.5t22.5 14.5l24 -39q-17 -16 -41 -26t-54 -10z" />
+    <glyph glyph-name="uni0328.cap" 
+d="M314 -225q-45 0 -74 22.5t-29 68.5q0 23 8 43.5t20.5 37.5t27.5 31t29 25h61q-37 -26 -59 -56t-22 -63q0 -26 17 -38.5t38 -12.5q16 0 28 6.5t21 14.5l25 -43q-17 -15 -39.5 -25.5t-51.5 -10.5z" />
+    <glyph glyph-name="uni0329" unicode="&#x329;" 
+d="M265 -266l6 195h58l6 -195h-70z" />
+    <glyph glyph-name="uni032A" unicode="&#x32a;" 
+d="M177 -226v144h246v-144h-48v97h-150v-97h-48z" />
+    <glyph glyph-name="uni032C" unicode="&#x32c;" 
+d="M259 -223l-114 140l35 32l118 -113h4l118 113l35 -32l-114 -140h-82z" />
+    <glyph glyph-name="uni032E" unicode="&#x32e;" 
+d="M300 -230q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l51 8q3 -19 10.5 -37.5t20.5 -33.5t31.5 -24t42.5 -9t42.5 9t31.5 24t20.5 33.5t10.5 37.5l51 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13z" />
+    <glyph glyph-name="uni032F" unicode="&#x32f;" 
+d="M195 -236l-51 8q2 28 11.5 55t28 48.5t47.5 34.5t69 13t68.5 -13t47.5 -34.5t28.5 -48.5t11.5 -55l-51 -8q-3 19 -10.5 37.5t-20.5 33.5t-31.5 24t-42.5 9t-42.5 -9t-31.5 -24t-20.5 -33.5t-10.5 -37.5z" />
+    <glyph glyph-name="uni0330" unicode="&#x330;" 
+d="M372 -222q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="uni0331" unicode="&#x331;" 
+d="M167 -169v57h266v-57h-266z" />
+    <glyph glyph-name="uni0334" unicode="&#x334;" 
+d="M394 173q-33 0 -57 13t-44.5 29t-39.5 29t-41 13t-33 -21.5t-13 -56.5l-55 10q1 27 7 50.5t17.5 40.5t29 27t41.5 10q33 0 57.5 -13t45 -29t39 -29t40.5 -13t33 21.5t13 55.5l55 -9q-2 -27 -7.5 -50.5t-17 -40.5t-29 -27t-41.5 -10z" />
+    <glyph glyph-name="uni0339" unicode="&#x339;" 
+d="M238 -257v36q38 0 57.5 16t19.5 43q0 28 -19.5 44t-57.5 16v36q69 2 103.5 -24t34.5 -72q0 -45 -34.5 -71t-103.5 -24z" />
+    <glyph glyph-name="uni033A" unicode="&#x33a;" 
+d="M177 -225v143h48v-96h150v96h48v-143h-246z" />
+    <glyph glyph-name="uni033B" unicode="&#x33b;" 
+d="M177 -240v163h246v-163h-246zM225 -200h150v84h-150v-84z" />
+    <glyph glyph-name="uni033C" unicode="&#x33c;" 
+d="M182 -234l-52 6q-1 78 24 113t73 35q26 0 45 -13t27 -45h2q8 32 27.5 45t44.5 13q48 0 73 -35t24 -113l-52 -6q0 60 -13 80t-36 20t-34 -21t-11 -59v-19h-48v19q0 38 -11.5 59t-34.5 21t-35.5 -20t-12.5 -80z" />
+    <glyph glyph-name="uni033D" unicode="&#x33d;" 
+d="M238 565l-32 30l61 57l-61 57l32 30l62 -58l62 58l32 -30l-61 -57l61 -57l-32 -30l-62 58z" />
+    <glyph glyph-name="uni0342" unicode="&#x342;" 
+d="M372 577q-27 0 -46 13t-35 29t-30.5 29t-31.5 13q-23 0 -34 -22t-13 -57l-55 3q1 29 7.5 54t18.5 43t30.5 28.5t44.5 10.5q27 0 46 -13t35 -29t30.5 -29t32.5 -13q22 0 33 22t13 57l55 -4q-1 -29 -7.5 -53.5t-18.5 -42.5t-30.5 -28.5t-44.5 -10.5z" />
+    <glyph glyph-name="uni0342.cap" 
+d="M375 709q-28 0 -48 11t-36.5 24.5t-31 24.5t-32.5 11q-19 0 -32 -17t-16 -49l-56 4q3 57 30 90t72 33q28 0 48 -11t36.5 -24.5t31 -24.5t32.5 -11q40 0 48 66l56 -4q-3 -58 -30 -90.5t-72 -32.5z" />
+    <glyph glyph-name="uni0345" unicode="&#x345;" 
+d="M344 -201q-77 0 -77 92v47h64q-2 -13 -2 -27.5v-25.5q0 -17 9 -24t21 -7q4 0 8 0.5t14 2.5l9 -49q-10 -4 -19.5 -6.5t-26.5 -2.5z" />
+    <glyph glyph-name="uni035F" unicode="&#x35f;" 
+d="M-193 -171v58h986v-58h-986z" />
+    <glyph glyph-name="uni0361" unicode="&#x361;" 
+d="M-130 600l-24 42q101 62 213.5 94.5t240.5 32.5t240.5 -32.5t213.5 -94.5l-24 -42q-96 58 -208.5 84.5t-221.5 26.5t-221.5 -26.5t-208.5 -84.5z" />
+    <glyph glyph-name="uni03080301" 
+d="M204 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13zM396 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM293 705l-35 24l82 115l49 -34z" />
+    <glyph glyph-name="uni03080301.cap" 
+d="M197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM299 823l-37 26l95 119l53 -36z" />
+    <glyph glyph-name="uni03080301.g" 
+d="M185 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5zM258 573l49 226l68 -13l-75 -222zM415 595q-20 0 -33 11.5t-13 31.5q0 21 13 33.5t33 12.5t33 -12.5t13 -33.5q0 -20 -13 -31.5t-33 -11.5z" />
+    <glyph glyph-name="uni03080300" 
+d="M204 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13zM396 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM307 705l-96 105l49 34l82 -115z" />
+    <glyph glyph-name="uni03080300.cap" 
+d="M197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM301 823l-111 109l53 36l95 -119z" />
+    <glyph glyph-name="uni03080300.g" 
+d="M187 595q-18 0 -30 11.5t-12 30.5t12 30.5t30 11.5q17 0 29 -11.5t12 -30.5t-12 -30.5t-29 -11.5zM297 563l-64 197l66 14l41 -201zM413 595q-17 0 -29 11.5t-12 30.5t12 30.5t29 11.5q18 0 30 -11.5t12 -30.5t-12 -30.5t-30 -11.5z" />
+    <glyph glyph-name="uni03080303" 
+d="M204 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13zM396 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM371 707q-26 0 -44 7.5t-33 17t-29 17t-32 7.5q-17 0 -29 -11.5t-15 -34.5
+l-42 4q2 39 23 65.5t59 26.5q26 0 44 -7.5t33 -17t29 -17t32 -7.5q17 0 29 11.5t15 34.5l42 -4q-2 -39 -23 -65.5t-59 -26.5z" />
+    <glyph glyph-name="uni03080304" 
+d="M204 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13zM396 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM166 750v47h267v-47h-267z" />
+    <glyph glyph-name="uni03080304.cap" 
+d="M197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM166 861v46h268v-46h-268z" />
+    <glyph glyph-name="uni0308030C" 
+d="M204 588q-20 0 -33 13t-13 32q0 20 13 33t33 13t32.5 -13t12.5 -33q0 -19 -12.5 -32t-32.5 -13zM396 588q-20 0 -32.5 13t-12.5 32q0 20 12.5 33t32.5 13t33 -13t13 -33q0 -19 -13 -32t-33 -13zM266 720l-94 92l30 28l96 -73h4l96 73l30 -28l-94 -92h-68z" />
+    <glyph glyph-name="uni0308030C.cap" 
+d="M197 715q-20 0 -32.5 13t-12.5 33t12.5 32.5t32.5 12.5t33 -12.5t13 -32.5t-13 -33t-33 -13zM403 715q-20 0 -33 13t-13 33t13 32.5t33 12.5t32.5 -12.5t12.5 -32.5t-12.5 -33t-32.5 -13zM264 839l-99 96l33 27l100 -75h4l100 75l33 -27l-99 -96h-72z" />
+    <glyph glyph-name="uni03020301" 
+d="M195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM434 637l-35 28l87 120l49 -34z" />
+    <glyph glyph-name="uni03020301.cap" 
+d="M205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM421 763l-30 32l97 93l35 -39z" />
+    <glyph glyph-name="uni03020300" 
+d="M195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM166 637l-113 112l48 36l100 -117z" />
+    <glyph glyph-name="uni03020300.cap" 
+d="M205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM179 763l-90 88l35 37l85 -95z" />
+    <glyph glyph-name="uni03020309" 
+d="M195 570l-29 34l100 92h68l100 -92l-29 -34l-103 72h-4zM416 635l-9 35q19 5 30.5 14t11.5 25q0 20 -16 29.5t-53 11.5l7 41q59 -2 90.5 -20t31.5 -53q0 -20 -8 -34t-21 -23.5t-29.5 -15.5t-34.5 -10z" />
+    <glyph glyph-name="uni03020309.cap" 
+d="M205 699l-34 26l93 90h72l93 -90l-34 -26l-93 69h-4zM415 754l-11 35q19 5 32 12.5t13 23.5q0 20 -16.5 28.5t-54.5 10.5l9 42q59 -2 89.5 -20t30.5 -53q0 -38 -28 -55.5t-64 -23.5z" />
+    <glyph glyph-name="uni03020303" 
+d="M195 570l-29 34l100 88h68l100 -88l-29 -34l-103 69h-4zM365 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10t-11 -32l-43 4q4 39 20.5 64t51.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10t11 32l43 -4q-4 -38 -20.5 -63.5t-51.5 -25.5
+z" />
+    <glyph glyph-name="uni03020303.cap" 
+d="M205 699l-34 26l93 87h72l93 -87l-34 -26l-93 66h-4zM366 839q-24 0 -41 8t-31.5 17t-27.5 17t-28 8q-18 0 -26.5 -12t-11.5 -34l-45 5q2 38 20 64.5t59 26.5q24 0 41 -7.5t31.5 -17t27.5 -17t28 -7.5q18 0 26.5 12t11.5 34l45 -5q-2 -39 -20 -65.5t-59 -26.5z" />
+    <glyph glyph-name="uni03060301" 
+d="M300 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM295 679l-39 29l88 124l52 -40z" />
+    <glyph glyph-name="uni03060301.cap" 
+d="M300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l47 8q6 -37 30 -62.5t69 -25.5t69 25.5t30 62.5l47 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5zM303 803l-41 29l95 116l53 -36z" />
+    <glyph glyph-name="uni03060300" 
+d="M300 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM305 679l-101 113l52 40l88 -124z" />
+    <glyph glyph-name="uni03060300.cap" 
+d="M300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l47 8q6 -37 30 -62.5t69 -25.5t69 25.5t30 62.5l47 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5zM297 803l-107 109l53 36l95 -116z" />
+    <glyph glyph-name="uni03060309" 
+d="M300 571q-40 0 -69 13t-47.5 34.5t-28 48.5t-11.5 55l48 8q3 -20 10.5 -39.5t21 -34.5t32.5 -24.5t44 -9.5t44 9.5t32.5 24.5t21 34.5t10.5 39.5l48 -8q-2 -28 -11.5 -55t-28.5 -48.5t-47.5 -34.5t-68.5 -13zM273 682l-8 36q21 5 34.5 14t13.5 25q0 20 -17.5 29.5
+t-58.5 11.5l7 50q61 -2 95 -22t34 -60q0 -20 -8.5 -34.5t-22.5 -24.5t-32 -16t-37 -9z" />
+    <glyph glyph-name="uni03060309.cap" 
+d="M300 705q-35 0 -61 10.5t-44 28t-28 41t-13 49.5l47 8q6 -37 30 -62.5t69 -25.5t69 25.5t30 62.5l47 -8q-3 -26 -13 -49.5t-28 -41t-44 -28t-61 -10.5zM277 800l-10 35q18 5 31 12.5t13 23.5q0 20 -16.5 28.5t-53.5 10.5l8 42q59 -2 90 -20t31 -53q0 -19 -8 -32.5
+t-20.5 -23t-29.5 -15t-35 -8.5z" />
+    <glyph glyph-name="uni03060303" 
+d="M300 571q-37 0 -63 9.5t-43.5 25t-26.5 34.5t-11 38l47 8q4 -25 27 -46.5t70 -21.5t70 21.5t27 46.5l47 -8q-2 -19 -11 -38t-26.5 -34.5t-43.5 -25t-63 -9.5zM365 710q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10.5t-11 -32.5l-47 5q4 38 21.5 63
+t54.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10.5t11 31.5l47 -4q-4 -38 -21.5 -63t-54.5 -25z" />
+    <glyph glyph-name="uni03060303.cap" 
+d="M300 708q-35 0 -60.5 8.5t-43 23.5t-27 34t-12.5 40l46 8q5 -27 28 -48t69 -21t69 21t28 48l46 -8q-3 -21 -12.5 -40t-27 -34t-43 -23.5t-60.5 -8.5zM366 843q-24 0 -41 8t-31.5 17t-27.5 17t-28 8q-18 0 -26.5 -12t-11.5 -35l-45 5q2 39 20 65.5t59 26.5q24 0 41 -8
+t31.5 -17t27.5 -17t28 -8q18 0 26.5 12t11.5 34l45 -5q-2 -38 -20 -64.5t-59 -26.5z" />
+    <glyph glyph-name="uni03020306" 
+d="M202 570l-31 24l95 83h68l95 -83l-31 -24l-96 62h-4zM300 705q-31 0 -53.5 7.5t-38 20.5t-23.5 28.5t-11 32.5l38 10q6 -22 26 -38t62 -16t62 16t26 38l38 -10q-3 -17 -11 -32.5t-23.5 -28.5t-38 -20.5t-53.5 -7.5z" />
+    <glyph glyph-name="uni03020306.cap" 
+d="M205 699l-33 26l92 87h72l92 -87l-33 -26l-93 69h-4zM300 841q-66 0 -99 28t-38 66l46 8q5 -23 26 -39.5t65 -16.5t65 16.5t26 39.5l46 -8q-5 -38 -38 -66t-99 -28z" />
+    <glyph glyph-name="uni03040301" 
+d="M167 601v57h266v-57h-266zM266 705l-32 39l135 99l38 -49z" />
+    <glyph glyph-name="uni03040301.cap" 
+d="M166 735v57h268v-57h-268zM282 827l-31 38l121 103l39 -48z" />
+    <glyph glyph-name="uni030C0307" 
+d="M300 701q-24 0 -40 15t-16 41t16 41t40 15t40 -15t16 -41t-16 -41t-40 -15zM259 574l-114 140l31 28l122 -115h4l122 115l31 -28l-114 -140h-82z" />
+    <glyph glyph-name="uni030C0307.cap" 
+d="M300 821q-22 0 -37 14.5t-15 37.5t15 37.5t37 14.5t37 -14.5t15 -37.5t-15 -37.5t-37 -14.5zM257 706l-108 109l28 30l121 -92h4l121 92l28 -30l-108 -109h-86z" />
+    <glyph glyph-name="uni03120301" 
+d="M245 577q-18 4 -35.5 11t-31 18t-22 27t-8.5 38q0 41 35 62t94 23l4 -51q-73 -4 -73 -43q0 -20 13 -31t33 -16zM305 569l43 201l74 -14l-67 -197z" />
+    <glyph glyph-name="uni03120300" 
+d="M235 577q-18 4 -35.5 11t-31 18t-22 27t-8.5 38q0 41 35 62t94 23l4 -51q-73 -4 -73 -43q0 -20 13 -31t33 -16zM359 559l-64 197l75 14l38 -201z" />
+    <glyph glyph-name="uni03120303" 
+d="M327 562q-36 7 -65 24t-29 48q0 30 31.5 44.5t90.5 16.5l7 -39q-37 -2 -53 -9.5t-16 -21.5q0 -11 12 -18t30 -12zM159 719q4 38 21.5 63t54.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10.5t11 31.5l47 -4q-4 -38 -21.5 -63t-54.5 -25q-22 0 -39 6.5
+t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10.5t-11 -31.5z" />
+    <glyph glyph-name="uni03130301" 
+d="M180 577l-10 38q20 5 33.5 16t13.5 31q0 39 -73 43l4 51q59 -2 94 -23t35 -62q0 -22 -8.5 -38t-22 -27t-31 -18t-35.5 -11zM362 559l-50 10l42 201l74 -14z" />
+    <glyph glyph-name="uni03130300" 
+d="M180 577l-10 38q20 5 33.5 16t13.5 31q0 39 -73 43l4 51q59 -2 94 -23t35 -62q0 -22 -8.5 -38t-22 -27t-31 -18t-35.5 -11zM365 559l-63 197l74 14l39 -201z" />
+    <glyph glyph-name="uni03130303" 
+d="M365 715q-22 0 -39 6.5t-31.5 14.5t-28 14.5t-27.5 6.5q-15 0 -22 -10.5t-11 -31.5l-47 4q4 38 21.5 63t54.5 25q22 0 39 -6.5t31.5 -14.5t28 -14.5t27.5 -6.5q15 0 22 10.5t11 31.5l47 -4q-4 -38 -21.5 -63t-54.5 -25zM273 562l-8 33q18 5 30 12t12 18q0 14 -16 21.5
+t-53 9.5l7 39q59 -2 90.5 -16.5t31.5 -44.5q0 -31 -29 -48t-65 -24z" />
+    <glyph glyph-name="uni00A0" unicode="&#xa0;" 
+ />
+    <glyph glyph-name="uni2007" unicode="&#x2007;" 
+ />
+    <glyph glyph-name="space.frac" 
+ />
+    <glyph glyph-name="nbspace.frac" 
+ />
+    <glyph glyph-name="uni2500" unicode="&#x2500;" 
+d="M-39 261v78h678v-78h-678z" />
+    <glyph glyph-name="uni2501" unicode="&#x2501;" 
+d="M-39 222v156h678v-156h-678z" />
+    <glyph glyph-name="uni2502" unicode="&#x2502;" 
+d="M261 -400v1400h78v-1400h-78z" />
+    <glyph glyph-name="uni2503" unicode="&#x2503;" 
+d="M222 -400v1400h156v-1400h-156z" />
+    <glyph glyph-name="uni2504" unicode="&#x2504;" 
+d="M433 261v78h134v-78h-134zM233 261v78h134v-78h-134zM33 261v78h134v-78h-134z" />
+    <glyph glyph-name="uni2505" unicode="&#x2505;" 
+d="M433 222v156h134v-156h-134zM233 222v156h134v-156h-134zM33 222v156h134v-156h-134z" />
+    <glyph glyph-name="uni2506" unicode="&#x2506;" 
+d="M261 567v266h78v-266h-78zM261 167v266h78v-266h-78zM261 -233v266h78v-266h-78z" />
+    <glyph glyph-name="uni2507" unicode="&#x2507;" 
+d="M222 567v266h156v-266h-156zM222 167v266h156v-266h-156zM222 -233v266h156v-266h-156z" />
+    <glyph glyph-name="uni2508" unicode="&#x2508;" 
+d="M469 261v78h112v-78h-112zM319 261v78h112v-78h-112zM169 261v78h112v-78h-112zM19 261v78h112v-78h-112z" />
+    <glyph glyph-name="uni2509" unicode="&#x2509;" 
+d="M469 222v156h112v-156h-112zM319 222v156h112v-156h-112zM169 222v156h112v-156h-112zM19 222v156h112v-156h-112z" />
+    <glyph glyph-name="uni250A" unicode="&#x250a;" 
+d="M261 638v225h78v-225h-78zM261 338v225h78v-225h-78zM261 38v225h78v-225h-78zM261 -263v225h78v-225h-78z" />
+    <glyph glyph-name="uni250B" unicode="&#x250b;" 
+d="M222 638v225h156v-225h-156zM222 338v225h156v-225h-156zM222 38v225h156v-225h-156zM222 -263v225h156v-225h-156z" />
+    <glyph glyph-name="uni250C" unicode="&#x250c;" 
+d="M639 261h-300v-661h-78v739h378v-78z" />
+    <glyph glyph-name="uni250D" unicode="&#x250d;" 
+d="M639 222h-300v-622h-78v778h378v-156z" />
+    <glyph glyph-name="uni250E" unicode="&#x250e;" 
+d="M639 261h-261v-661h-156v739h417v-78z" />
+    <glyph glyph-name="uni250F" unicode="&#x250f;" 
+d="M639 222h-261v-622h-156v778h417v-156z" />
+    <glyph glyph-name="uni2510" unicode="&#x2510;" 
+d="M339 -400h-78v661h-300v78h378v-739z" />
+    <glyph glyph-name="uni2511" unicode="&#x2511;" 
+d="M339 -400h-78v622h-300v156h378v-778z" />
+    <glyph glyph-name="uni2512" unicode="&#x2512;" 
+d="M378 -400h-156v661h-261v78h417v-739z" />
+    <glyph glyph-name="uni2513" unicode="&#x2513;" 
+d="M378 -400h-156v622h-261v156h417v-778z" />
+    <glyph glyph-name="uni2514" unicode="&#x2514;" 
+d="M639 261h-378v739h78v-661h300v-78z" />
+    <glyph glyph-name="uni2515" unicode="&#x2515;" 
+d="M639 222h-378v778h78v-622h300v-156z" />
+    <glyph glyph-name="uni2516" unicode="&#x2516;" 
+d="M222 261v739h156v-661h261v-78h-417z" />
+    <glyph glyph-name="uni2517" unicode="&#x2517;" 
+d="M222 222v778h156v-622h261v-156h-417z" />
+    <glyph glyph-name="uni2518" unicode="&#x2518;" 
+d="M339 261h-378v78h300v661h78v-739z" />
+    <glyph glyph-name="uni2519" unicode="&#x2519;" 
+d="M339 222h-378v156h300v622h78v-778z" />
+    <glyph glyph-name="uni251A" unicode="&#x251a;" 
+d="M-39 261v78h261v661h156v-739h-417z" />
+    <glyph glyph-name="uni251B" unicode="&#x251b;" 
+d="M-39 222v156h261v622h156v-778h-417z" />
+    <glyph glyph-name="uni251C" unicode="&#x251c;" 
+d="M639 261h-300v-661h-78v1400h78v-661h300v-78z" />
+    <glyph glyph-name="uni251D" unicode="&#x251d;" 
+d="M639 222h-300v-622h-78v1400h78v-622h300v-156z" />
+    <glyph glyph-name="uni251E" unicode="&#x251e;" 
+d="M639 261h-300v-661h-78v661h-39v739h156v-661h261v-78z" />
+    <glyph glyph-name="uni251F" unicode="&#x251f;" 
+d="M639 261h-261v-661h-156v739h39v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni2520" unicode="&#x2520;" 
+d="M639 261h-261v-661h-156v1400h156v-661h261v-78z" />
+    <glyph glyph-name="uni2521" unicode="&#x2521;" 
+d="M639 222h-300v-622h-78v622h-39v778h156v-622h261v-156z" />
+    <glyph glyph-name="uni2522" unicode="&#x2522;" 
+d="M639 222h-261v-622h-156v778h39v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2523" unicode="&#x2523;" 
+d="M639 222h-261v-622h-156v1400h156v-622h261v-156z" />
+    <glyph glyph-name="uni2524" unicode="&#x2524;" 
+d="M339 -400h-78v661h-300v78h300v661h78v-1400z" />
+    <glyph glyph-name="uni2525" unicode="&#x2525;" 
+d="M339 -400h-78v622h-300v156h300v622h78v-1400z" />
+    <glyph glyph-name="uni2526" unicode="&#x2526;" 
+d="M339 -400h-78v661h-300v78h261v661h156v-739h-39v-661z" />
+    <glyph glyph-name="uni2527" unicode="&#x2527;" 
+d="M378 -400h-156v661h-261v78h300v661h78v-661h39v-739z" />
+    <glyph glyph-name="uni2528" unicode="&#x2528;" 
+d="M378 -400h-156v661h-261v78h261v661h156v-1400z" />
+    <glyph glyph-name="uni2529" unicode="&#x2529;" 
+d="M339 -400h-78v622h-300v156h261v622h156v-778h-39v-622z" />
+    <glyph glyph-name="uni252A" unicode="&#x252a;" 
+d="M378 -400h-156v622h-261v156h300v622h78v-622h39v-778z" />
+    <glyph glyph-name="uni252B" unicode="&#x252b;" 
+d="M378 -400h-156v622h-261v156h261v622h156v-1400z" />
+    <glyph glyph-name="uni252C" unicode="&#x252c;" 
+d="M639 261h-300v-661h-78v661h-300v78h678v-78z" />
+    <glyph glyph-name="uni252D" unicode="&#x252d;" 
+d="M339 -400h-78v622h-300v156h378v-39h300v-78h-300v-661z" />
+    <glyph glyph-name="uni252E" unicode="&#x252e;" 
+d="M639 222h-300v-622h-78v661h-300v78h300v39h378v-156z" />
+    <glyph glyph-name="uni252F" unicode="&#x252f;" 
+d="M639 222h-300v-622h-78v622h-300v156h678v-156z" />
+    <glyph glyph-name="uni2530" unicode="&#x2530;" 
+d="M639 261h-261v-661h-156v661h-261v78h678v-78z" />
+    <glyph glyph-name="uni2531" unicode="&#x2531;" 
+d="M639 261h-261v-661h-156v622h-261v156h417v-39h261v-78z" />
+    <glyph glyph-name="uni2532" unicode="&#x2532;" 
+d="M639 222h-261v-622h-156v661h-261v78h261v39h417v-156z" />
+    <glyph glyph-name="uni2533" unicode="&#x2533;" 
+d="M639 222h-261v-622h-156v622h-261v156h678v-156z" />
+    <glyph glyph-name="uni2534" unicode="&#x2534;" 
+d="M639 261h-678v78h300v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni2535" unicode="&#x2535;" 
+d="M639 261h-300v-39h-378v156h300v622h78v-661h300v-78z" />
+    <glyph glyph-name="uni2536" unicode="&#x2536;" 
+d="M639 222h-378v39h-300v78h300v661h78v-622h300v-156z" />
+    <glyph glyph-name="uni2537" unicode="&#x2537;" 
+d="M639 222h-678v156h300v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2538" unicode="&#x2538;" 
+d="M639 261h-678v78h261v661h156v-661h261v-78z" />
+    <glyph glyph-name="uni2539" unicode="&#x2539;" 
+d="M-39 222v156h261v622h156v-661h261v-78h-261v-39h-417z" />
+    <glyph glyph-name="uni253A" unicode="&#x253a;" 
+d="M222 222v39h-261v78h261v661h156v-622h261v-156h-417z" />
+    <glyph glyph-name="uni253B" unicode="&#x253b;" 
+d="M639 222h-678v156h261v622h156v-622h261v-156z" />
+    <glyph glyph-name="uni253C" unicode="&#x253c;" 
+d="M639 261h-300v-661h-78v661h-300v78h300v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni253D" unicode="&#x253d;" 
+d="M639 261h-300v-661h-78v622h-300v156h300v622h78v-661h300v-78z" />
+    <glyph glyph-name="uni253E" unicode="&#x253e;" 
+d="M639 222h-300v-622h-78v661h-300v78h300v661h78v-622h300v-156z" />
+    <glyph glyph-name="uni253F" unicode="&#x253f;" 
+d="M639 222h-300v-622h-78v622h-300v156h300v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2540" unicode="&#x2540;" 
+d="M639 261h-300v-661h-78v661h-300v78h261v661h156v-661h261v-78z" />
+    <glyph glyph-name="uni2541" unicode="&#x2541;" 
+d="M639 261h-261v-661h-156v661h-261v78h300v661h78v-661h300v-78z" />
+    <glyph glyph-name="uni2542" unicode="&#x2542;" 
+d="M639 261h-261v-661h-156v661h-261v78h261v661h156v-661h261v-78z" />
+    <glyph glyph-name="uni2543" unicode="&#x2543;" 
+d="M378 222h-39v-622h-78v622h-300v156h261v622h156v-661h261v-78h-261v-39z" />
+    <glyph glyph-name="uni2544" unicode="&#x2544;" 
+d="M639 222h-300v-622h-78v622h-39v39h-261v78h261v661h156v-622h261v-156z" />
+    <glyph glyph-name="uni2545" unicode="&#x2545;" 
+d="M378 -400h-156v622h-261v156h300v622h78v-622h39v-39h261v-78h-261v-661z" />
+    <glyph glyph-name="uni2546" unicode="&#x2546;" 
+d="M639 222h-261v-622h-156v661h-261v78h261v39h39v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2547" unicode="&#x2547;" 
+d="M639 222h-300v-622h-78v622h-300v156h261v622h156v-622h261v-156z" />
+    <glyph glyph-name="uni2548" unicode="&#x2548;" 
+d="M639 222h-261v-622h-156v622h-261v156h300v622h78v-622h300v-156z" />
+    <glyph glyph-name="uni2549" unicode="&#x2549;" 
+d="M639 261h-261v-661h-156v622h-261v156h261v622h156v-661h261v-78z" />
+    <glyph glyph-name="uni254A" unicode="&#x254a;" 
+d="M639 222h-261v-622h-156v661h-261v78h261v661h156v-622h261v-156z" />
+    <glyph glyph-name="uni254B" unicode="&#x254b;" 
+d="M639 222h-261v-622h-156v622h-261v156h261v622h156v-622h261v-156z" />
+    <glyph glyph-name="uni254C" unicode="&#x254c;" 
+d="M375 261v78h150v-78h-150zM75 261v78h150v-78h-150z" />
+    <glyph glyph-name="uni254D" unicode="&#x254d;" 
+d="M375 222v156h150v-156h-150zM75 222v156h150v-156h-150z" />
+    <glyph glyph-name="uni254E" unicode="&#x254e;" 
+d="M261 450v300h78v-300h-78zM261 -150v300h78v-300h-78z" />
+    <glyph glyph-name="uni254F" unicode="&#x254f;" 
+d="M222 450v300h156v-300h-156zM222 -150v300h156v-300h-156z" />
+    <glyph glyph-name="uni2550" unicode="&#x2550;" 
+d="M-39 339v78h678v-78h-678zM-39 183v78h678v-78h-678z" />
+    <glyph glyph-name="uni2551" unicode="&#x2551;" 
+d="M339 -400v1400h78v-1400h-78zM183 -400v1400h78v-1400h-78z" />
+    <glyph glyph-name="uni2552" unicode="&#x2552;" 
+d="M639 183h-300v-583h-78v817h378v-78h-300v-78h300v-78z" />
+    <glyph glyph-name="uni2553" unicode="&#x2553;" 
+d="M339 -400v661h-78v-661h-78v739h456v-78h-222v-661h-78z" />
+    <glyph glyph-name="uni2554" unicode="&#x2554;" 
+d="M639 339h-378v-739h-78v817h456v-78zM639 183h-222v-583h-78v661h300v-78z" />
+    <glyph glyph-name="uni2555" unicode="&#x2555;" 
+d="M339 -400h-78v583h-300v78h300v78h-300v78h378v-817z" />
+    <glyph glyph-name="uni2556" unicode="&#x2556;" 
+d="M339 -400v661h-78v-661h-78v661h-222v78h456v-739h-78z" />
+    <glyph glyph-name="uni2557" unicode="&#x2557;" 
+d="M417 -400h-78v739h-378v78h456v-817zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni2558" unicode="&#x2558;" 
+d="M261 183v817h78v-583h300v-78h-300v-78h300v-78h-378z" />
+    <glyph glyph-name="uni2559" unicode="&#x2559;" 
+d="M183 261v739h78v-661h78v661h78v-661h222v-78h-456z" />
+    <glyph glyph-name="uni255A" unicode="&#x255a;" 
+d="M339 339v661h78v-583h222v-78h-300zM183 183v817h78v-739h378v-78h-456z" />
+    <glyph glyph-name="uni255B" unicode="&#x255b;" 
+d="M339 183h-378v78h300v78h-300v78h300v583h78v-817z" />
+    <glyph glyph-name="uni255C" unicode="&#x255c;" 
+d="M417 261h-456v78h222v661h78v-661h78v661h78v-739z" />
+    <glyph glyph-name="uni255D" unicode="&#x255d;" 
+d="M261 339h-300v78h222v583h78v-661zM417 183h-456v78h378v739h78v-817z" />
+    <glyph glyph-name="uni255E" unicode="&#x255e;" 
+d="M639 183h-300v-583h-78v1400h78v-583h300v-78h-300v-78h300v-78z" />
+    <glyph glyph-name="uni255F" unicode="&#x255f;" 
+d="M183 -400v1400h78v-1400h-78zM639 261h-222v-661h-78v1400h78v-661h222v-78z" />
+    <glyph glyph-name="uni2560" unicode="&#x2560;" 
+d="M183 -400v1400h78v-1400h-78zM339 339v661h78v-583h222v-78h-300zM639 183h-222v-583h-78v661h300v-78z" />
+    <glyph glyph-name="uni2561" unicode="&#x2561;" 
+d="M339 -400h-78v583h-300v78h300v78h-300v78h300v583h78v-1400z" />
+    <glyph glyph-name="uni2562" unicode="&#x2562;" 
+d="M339 -400v1400h78v-1400h-78zM261 -400h-78v661h-222v78h222v661h78v-1400z" />
+    <glyph glyph-name="uni2563" unicode="&#x2563;" 
+d="M339 -400v1400h78v-1400h-78zM261 339h-300v78h222v583h78v-661zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni2564" unicode="&#x2564;" 
+d="M-39 339v78h678v-78h-678zM639 183h-300v-583h-78v583h-300v78h678v-78z" />
+    <glyph glyph-name="uni2565" unicode="&#x2565;" 
+d="M339 -400v661h-78v-661h-78v661h-222v78h678v-78h-222v-661h-78z" />
+    <glyph glyph-name="uni2566" unicode="&#x2566;" 
+d="M-39 339v78h678v-78h-678zM639 183h-222v-583h-78v661h300v-78zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni2567" unicode="&#x2567;" 
+d="M639 339h-678v78h300v583h78v-583h300v-78zM-39 183v78h678v-78h-678z" />
+    <glyph glyph-name="uni2568" unicode="&#x2568;" 
+d="M639 261h-678v78h222v661h78v-661h78v661h78v-661h222v-78z" />
+    <glyph glyph-name="uni2569" unicode="&#x2569;" 
+d="M339 339v661h78v-583h222v-78h-300zM261 339h-300v78h222v583h78v-661zM-39 183v78h678v-78h-678z" />
+    <glyph glyph-name="uni256A" unicode="&#x256a;" 
+d="M639 183h-300v-583h-78v583h-300v78h300v78h-300v78h300v583h78v-583h300v-78h-300v-78h300v-78z" />
+    <glyph glyph-name="uni256B" unicode="&#x256b;" 
+d="M339 -400v661h-78v-661h-78v661h-222v78h222v661h78v-661h78v661h78v-661h222v-78h-222v-661h-78z" />
+    <glyph glyph-name="uni256C" unicode="&#x256c;" 
+d="M339 339v661h78v-583h222v-78h-300zM261 339h-300v78h222v583h78v-661zM639 183h-222v-583h-78v661h300v-78zM261 -400h-78v583h-222v78h300v-661z" />
+    <glyph glyph-name="uni256D" unicode="&#x256d;" 
+d="M261 -400v400q0 70 26.5 132t72.5 108t108 72.5t132 26.5h39v-78h-39q-54 0 -101.5 -20.5t-83 -56t-56 -83t-20.5 -101.5v-400h-78z" />
+    <glyph glyph-name="uni256E" unicode="&#x256e;" 
+d="M339 0v-400h-78v400q0 54 -20.5 101.5t-56 83t-83 56t-101.5 20.5h-39v78h39q70 0 132 -26.5t108 -72.5t72.5 -108t26.5 -132z" />
+    <glyph glyph-name="uni256F" unicode="&#x256f;" 
+d="M339 1000v-400q0 -70 -26.5 -132t-72.5 -108t-108 -72.5t-132 -26.5h-39v78h39q54 0 101.5 20.5t83 56t56 83t20.5 101.5v400h78z" />
+    <glyph glyph-name="uni2570" unicode="&#x2570;" 
+d="M261 600v400h78v-400q0 -54 20.5 -101.5t56 -83t83 -56t101.5 -20.5h39v-78h-39q-70 0 -132 26.5t-108 72.5t-72.5 108t-26.5 132z" />
+    <glyph glyph-name="uni2571" unicode="&#x2571;" 
+d="M0 -213l557 1113h43v-87l-557 -1113h-43v87z" />
+    <glyph glyph-name="uni2572" unicode="&#x2572;" 
+d="M43 900l557 -1113v-87h-43l-557 1113v87h43z" />
+    <glyph glyph-name="uni2573" unicode="&#x2573;" 
+d="M557 -300l-257 513l-257 -513h-43v87l257 513l-257 513v87h43l257 -513l257 513h43v-87l-257 -513l257 -513v-87h-43z" />
+    <glyph glyph-name="uni2574" unicode="&#x2574;" 
+d="M-39 261v78h378v-78h-378z" />
+    <glyph glyph-name="uni2575" unicode="&#x2575;" 
+d="M261 261v739h78v-739h-78z" />
+    <glyph glyph-name="uni2576" unicode="&#x2576;" 
+d="M261 261v78h378v-78h-378z" />
+    <glyph glyph-name="uni2577" unicode="&#x2577;" 
+d="M261 -400v739h78v-739h-78z" />
+    <glyph glyph-name="uni2578" unicode="&#x2578;" 
+d="M-39 222v156h378v-156h-378z" />
+    <glyph glyph-name="uni2579" unicode="&#x2579;" 
+d="M222 261v739h156v-739h-156z" />
+    <glyph glyph-name="uni257A" unicode="&#x257a;" 
+d="M261 222v156h378v-156h-378z" />
+    <glyph glyph-name="uni257B" unicode="&#x257b;" 
+d="M222 -400v739h156v-739h-156z" />
+    <glyph glyph-name="uni257C" unicode="&#x257c;" 
+d="M639 222h-378v39h-300v78h300v39h378v-156z" />
+    <glyph glyph-name="uni257D" unicode="&#x257d;" 
+d="M378 -400h-156v739h39v661h78v-661h39v-739z" />
+    <glyph glyph-name="uni257E" unicode="&#x257e;" 
+d="M639 261h-300v-39h-378v156h378v-39h300v-78z" />
+    <glyph glyph-name="uni257F" unicode="&#x257f;" 
+d="M378 261h-39v-661h-78v661h-39v739h156v-739z" />
+    <glyph glyph-name="uni2580" unicode="&#x2580;" 
+d="M0 300v700h600v-700h-600z" />
+    <glyph glyph-name="uni2581" unicode="&#x2581;" 
+d="M0 -400v175h600v-175h-600z" />
+    <glyph glyph-name="uni2582" unicode="&#x2582;" 
+d="M0 -400v350h600v-350h-600z" />
+    <glyph glyph-name="uni2583" unicode="&#x2583;" 
+d="M0 -400v525h600v-525h-600z" />
+    <glyph glyph-name="uni2584" unicode="&#x2584;" 
+d="M0 -400v700h600v-700h-600z" />
+    <glyph glyph-name="uni2585" unicode="&#x2585;" 
+d="M0 -400v875h600v-875h-600z" />
+    <glyph glyph-name="uni2586" unicode="&#x2586;" 
+d="M0 -400v1050h600v-1050h-600z" />
+    <glyph glyph-name="uni2587" unicode="&#x2587;" 
+d="M0 -400v1225h600v-1225h-600z" />
+    <glyph glyph-name="uni2588" unicode="&#x2588;" 
+d="M0 -400v1400h600v-1400h-600z" />
+    <glyph glyph-name="uni2589" unicode="&#x2589;" 
+d="M0 -400v1400h525v-1400h-525z" />
+    <glyph glyph-name="uni258A" unicode="&#x258a;" 
+d="M0 -400v1400h450v-1400h-450z" />
+    <glyph glyph-name="uni258B" unicode="&#x258b;" 
+d="M0 -400v1400h375v-1400h-375z" />
+    <glyph glyph-name="uni258C" unicode="&#x258c;" 
+d="M0 -400v1400h300v-1400h-300z" />
+    <glyph glyph-name="uni258D" unicode="&#x258d;" 
+d="M0 -400v1400h225v-1400h-225z" />
+    <glyph glyph-name="uni258E" unicode="&#x258e;" 
+d="M0 -400v1400h150v-1400h-150z" />
+    <glyph glyph-name="uni258F" unicode="&#x258f;" 
+d="M0 -400v1400h75v-1400h-75z" />
+    <glyph glyph-name="uni2590" unicode="&#x2590;" 
+d="M300 -400v1400h300v-1400h-300z" />
+    <glyph glyph-name="uni2591" unicode="&#x2591;" 
+d="M464 900q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM264 900q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM64 900q0 15 10.5 25.5t25.5 10.5t25.5 -10.5
+t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM376 800q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM176 800q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM-24 800q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM464 700
+q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM264 700q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM64 700q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5
+t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM376 600q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM176 600q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM-24 600q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM464 500
+q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM264 500q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM64 500q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5
+t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM376 400q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM176 400q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM-24 400q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM464 300
+q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM264 300q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM64 300q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5
+t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM376 200q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM176 200q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM-24 200q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM464 100
+q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM264 100q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM64 100q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5
+t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM376 0q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM176 0q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM-24 0q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM464 -100q0 15 10.5 25.5
+t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM264 -100q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM64 -100q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5
+t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM376 -200q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM176 -200q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM-24 -200q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM464 -300q0 15 10.5 25.5
+t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM264 -300q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM64 -300q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5
+t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM376 -400q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM176 -400q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17zM-24 -400q0 10 7 17t17 7t17 -7t7 -17t-7 -17t-17 -7t-17 7t-7 17z" />
+    <glyph glyph-name="uni2592" unicode="&#x2592;" 
+d="M446 900q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM246 900q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM46 900q0 23 15.5 38.5t38.5 15.5t38.5 -15.5
+t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM364 800q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM164 800q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5
+t-10.5 25.5zM-36 800q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM446 700q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM246 700q0 23 15.5 38.5t38.5 15.5
+t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM46 700q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM364 600q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5
+t-25.5 10.5t-10.5 25.5zM164 600q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM-36 600q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM446 500q0 23 15.5 38.5
+t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM246 500q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM46 500q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5
+t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM364 400q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM164 400q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM-36 400
+q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM446 300q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM246 300q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5
+t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM46 300q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM364 200q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5z
+M164 200q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM-36 200q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM446 100q0 23 15.5 38.5t38.5 15.5t38.5 -15.5
+t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM246 100q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM46 100q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5
+t-15.5 38.5zM364 0q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM164 0q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM-36 0q0 15 10.5 25.5t25.5 10.5t25.5 -10.5
+t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM446 -100q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM246 -100q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5
+t-15.5 38.5zM46 -100q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM364 -200q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM164 -200q0 15 10.5 25.5t25.5 10.5
+t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM-36 -200q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM446 -300q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5
+t-38.5 15.5t-15.5 38.5zM246 -300q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM46 -300q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM364 -400q0 15 10.5 25.5
+t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM164 -400q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5t-25.5 10.5t-10.5 25.5zM-36 -400q0 15 10.5 25.5t25.5 10.5t25.5 -10.5t10.5 -25.5t-10.5 -25.5
+t-25.5 -10.5t-25.5 10.5t-10.5 25.5z" />
+    <glyph glyph-name="uni2593" unicode="&#x2593;" 
+d="M419 900q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM219 900q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM19 900q0 34 23.5 57.5t57.5 23.5t57.5 -23.5
+t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM346 800q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM146 800q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5
+t-15.5 38.5zM-54 800q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM419 700q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM219 700q0 34 23.5 57.5t57.5 23.5
+t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM19 700q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM346 600q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5
+t-38.5 15.5t-15.5 38.5zM146 600q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM-54 600q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM419 500q0 34 23.5 57.5
+t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM219 500q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM19 500q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5
+t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM346 400q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM146 400q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM-54 400
+q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM419 300q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM219 300q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5
+t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM19 300q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM346 200q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5z
+M146 200q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM-54 200q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM419 100q0 34 23.5 57.5t57.5 23.5t57.5 -23.5
+t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM219 100q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM19 100q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5
+t-23.5 57.5zM346 0q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM146 0q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM-54 0q0 23 15.5 38.5t38.5 15.5t38.5 -15.5
+t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM419 -100q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM219 -100q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5
+t-23.5 57.5zM19 -100q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM346 -200q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM146 -200q0 23 15.5 38.5t38.5 15.5
+t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM-54 -200q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM419 -300q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5
+t-57.5 23.5t-23.5 57.5zM219 -300q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM19 -300q0 34 23.5 57.5t57.5 23.5t57.5 -23.5t23.5 -57.5t-23.5 -57.5t-57.5 -23.5t-57.5 23.5t-23.5 57.5zM346 -400q0 23 15.5 38.5
+t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM146 -400q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-38.5 15.5t-15.5 38.5zM-54 -400q0 23 15.5 38.5t38.5 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5
+t-38.5 -15.5t-38.5 15.5t-15.5 38.5z" />
+    <glyph glyph-name="uni2594" unicode="&#x2594;" 
+d="M0 825v175h600v-175h-600z" />
+    <glyph glyph-name="uni2595" unicode="&#x2595;" 
+d="M525 -400v1400h75v-1400h-75z" />
+    <glyph glyph-name="uni2596" unicode="&#x2596;" 
+d="M0 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni2597" unicode="&#x2597;" 
+d="M300 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni2598" unicode="&#x2598;" 
+d="M0 300v700h300v-700h-300z" />
+    <glyph glyph-name="uni2599" unicode="&#x2599;" 
+d="M0 -400v1400h300v-700h300v-700h-600z" />
+    <glyph glyph-name="uni259A" unicode="&#x259a;" 
+d="M0 300v700h300v-700h-300zM300 -400v700h300v-700h-300z" />
+    <glyph glyph-name="uni259B" unicode="&#x259b;" 
+d="M600 300h-300v-700h-300v1400h600v-700z" />
+    <glyph glyph-name="uni259C" unicode="&#x259c;" 
+d="M600 -400h-300v700h-300v700h600v-1400z" />
+    <glyph glyph-name="uni259D" unicode="&#x259d;" 
+d="M300 300v700h300v-700h-300z" />
+    <glyph glyph-name="uni259E" unicode="&#x259e;" 
+d="M300 1000h300v-700h-300v700zM0 300h300v-700h-300v700z" />
+    <glyph glyph-name="uni259F" unicode="&#x259f;" 
+d="M600 -400h-600v700h300v700h300v-1400z" />
+    <glyph glyph-name="uni202F" unicode="&#x202f;" 
+ />
+    <glyph glyph-name="uniFEFF" unicode="&#xfeff;" 
+ />
+    <glyph glyph-name="uniFE0E" unicode="&#xfe0e;" 
+d="M300 583q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM300 33q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM250 583q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6z
+M250 33q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 583q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM150 583q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6z
+M100 583q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM50 583q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM50 533q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM50 483
+q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM50 433q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM150 383q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM100 383
+q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM50 383q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 383q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 333
+q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 283q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 233q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 183
+q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 133q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 83q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM200 33
+q-8 0 -14 6t-6 15q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15t-14.5 -6zM350 583q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM350 33q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 583
+q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM450 583q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM500 583q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM550 583
+q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM550 533q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM550 483q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM550 433
+q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM450 383q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM500 383q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM550 383
+q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 383q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 333q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 283
+q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 233q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 183q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 133
+q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 83q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6zM400 33q-9 0 -14.5 6t-5.5 15q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15t-14 -6z" />
+    <glyph glyph-name="uniFE0F" unicode="&#xfe0f;" 
+d="M300 579q-20 0 -20 20t20 20t20 -20t-20 -20zM41 372q-20 0 -20 20t20 20t20 -20t-20 -20zM58 431q-20 0 -20 20t20 20t20 -20t-20 -20zM91 481q-8 0 -14 6.5t-6 15.5q0 8 6 14t14 6q9 0 14.5 -6t5.5 -14q0 -9 -5.5 -15.5t-14.5 -6.5zM134 524q-8 0 -14 6.5t-6 15.5
+t6 14.5t14 5.5q20 0 20 -20q0 -9 -5 -15.5t-15 -6.5zM186 554q-9 0 -14.5 6.5t-5.5 15.5q0 20 20 20t20 -20q0 -9 -5.5 -15.5t-14.5 -6.5zM242 572q-8 0 -14 6.5t-6 15.5t6 14.5t14 5.5q20 0 20 -20q0 -9 -5 -15.5t-15 -6.5zM565 308q-9 0 -14.5 6.5t-5.5 15.5q0 20 20 20
+t20 -20q0 -9 -5.5 -15.5t-14.5 -6.5zM559 372q-20 0 -20 20t20 20t20 -20t-20 -20zM542 431q-20 0 -20 20t20 20t20 -20t-20 -20zM509 481q-9 0 -14.5 6.5t-5.5 15.5q0 8 5.5 14t14.5 6q8 0 14 -6t6 -14q0 -9 -6 -15.5t-14 -6.5zM466 524q-10 0 -15 6.5t-5 15.5q0 20 20 20
+q8 0 14 -5.5t6 -14.5t-6 -15.5t-14 -6.5zM414 554q-9 0 -14.5 6.5t-5.5 15.5q0 20 20 20t20 -20q0 -9 -5.5 -15.5t-14.5 -6.5zM358 572q-10 0 -15 6.5t-5 15.5q0 20 20 20q8 0 14 -5.5t6 -14.5t-6 -15.5t-14 -6.5zM300 81q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6
+t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM35 350q20 0 20 -22q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 22 20 22zM41 288q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM58 229q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14
+t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM91 177q20 0 20 -20t-20 -20q-8 0 -14 5.5t-6 14.5t6 14.5t14 5.5zM134 134q20 0 20 -22q0 -8 -5 -14t-15 -6q-8 0 -14 6t-6 14q0 11 6 16.5t14 5.5zM186 104q20 0 20 -22q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14
+q0 22 20 22zM242 86q20 0 20 -22q0 -8 -5 -14t-15 -6q-8 0 -14 6t-6 14q0 11 6 16.5t14 5.5zM559 288q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM542 229q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14
+q0 9 5.5 15.5t14.5 6.5zM509 177q8 0 14 -5.5t6 -14.5t-6 -14.5t-14 -5.5q-20 0 -20 20t20 20zM466 134q8 0 14 -5.5t6 -16.5q0 -8 -6 -14t-14 -6q-10 0 -15 6t-5 14q0 22 20 22zM414 104q20 0 20 -22q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 22 20 22zM358 86
+q8 0 14 -5.5t6 -16.5q0 -8 -6 -14t-14 -6q-10 0 -15 6t-5 14q0 22 20 22zM300 207q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM444 288q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5
+t14.5 6.5zM409 240q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM358 213q8 0 14 -5.5t6 -14.5t-6 -14.5t-14 -5.5q-20 0 -20 20t20 20zM156 288q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5
+t14.5 6.5zM191 240q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM242 213q20 0 20 -20t-20 -20q-8 0 -14 5.5t-6 14.5t6 14.5t14 5.5zM222 366q20 0 20 -20t-20 -20t-20 20t20 20zM262 396q9 0 14.5 -6.5t5.5 -15.5
+q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM222 435q-20 0 -20 20t20 20t20 -20t-20 -20zM262 404q-9 0 -14.5 6.5t-5.5 15.5q0 8 5.5 14t14.5 6t14.5 -6t5.5 -14q0 -9 -5.5 -15.5t-14.5 -6.5zM182 396q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14
+t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5t14.5 6.5zM182 404q-9 0 -14.5 6.5t-5.5 15.5q0 8 5.5 14t14.5 6t14.5 -6t5.5 -14q0 -9 -5.5 -15.5t-14.5 -6.5zM378 366q20 0 20 -20t-20 -20t-20 20t20 20zM338 396q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6
+t-5.5 14q0 9 5.5 15.5t14.5 6.5zM378 435q-20 0 -20 20t20 20t20 -20t-20 -20zM338 404q-9 0 -14.5 6.5t-5.5 15.5q0 8 5.5 14t14.5 6t14.5 -6t5.5 -14q0 -9 -5.5 -15.5t-14.5 -6.5zM418 396q9 0 14.5 -6.5t5.5 -15.5q0 -8 -5.5 -14t-14.5 -6t-14.5 6t-5.5 14q0 9 5.5 15.5
+t14.5 6.5zM418 404q-9 0 -14.5 6.5t-5.5 15.5q0 8 5.5 14t14.5 6t14.5 -6t5.5 -14q0 -9 -5.5 -15.5t-14.5 -6.5z" />
+    <glyph glyph-name="u1F3B5" unicode="&#x1f3b5;" 
+d="M178 -24q-41 0 -71 19t-30 57q0 23 11.5 44t32 37.5t49.5 26t64 9.5q20 0 37 -3.5t24 -8.5v537h50q4 -10 8 -17.5t11.5 -15t19.5 -17t31 -22.5q34 -24 56 -47t35 -46.5t18 -49t5 -53.5q0 -39 -10.5 -73.5t-21.5 -57.5l-35 13q8 24 10.5 44.5t2.5 47.5q0 48 -32.5 89.5
+t-92.5 60.5v-407q0 -41 -14 -72.5t-37.5 -52.5t-55 -31.5t-65.5 -10.5z" />
+    <glyph glyph-name="u1F3B6" unicode="&#x1f3b6;" 
+d="M104 -24q-40 0 -70 19t-30 57q0 23 11 44t30.5 37.5t47.5 26t61 9.5q20 0 37 -3.5t24 -8.5v517l378 60v-539q0 -41 -13.5 -72t-36.5 -52t-53.5 -31.5t-63.5 -10.5q-40 0 -69.5 19t-29.5 57q0 23 11 44t30.5 37.5t47 26t60.5 9.5q20 0 37 -3.5t24 -8.5v363l-267 -42v-388
+q0 -41 -13.5 -72.5t-36.5 -52.5t-53 -31.5t-63 -10.5z" />
+    <glyph glyph-name="f_i" unicode="&#xfb01;" 
+d="M118 0v419h-66v62l66 5v77q0 75 34.5 118t107.5 43q23 0 43.5 -4.5t37.5 -11.5l-17 -63q-29 12 -55 12q-69 0 -69 -94v-77h103v-67h-103v-419h-82zM414 0v486h82v-486h-82zM456 588q-28 0 -47 17.5t-19 46.5t19 46.5t47 17.5t47 -17.5t19 -46.5t-19 -46.5t-47 -17.5z" />
+    <glyph glyph-name="f_l" unicode="&#xfb02;" 
+d="M123 0v419h-66v62l66 5v77q0 75 34.5 118t107.5 43q23 0 43.5 -4.5t37.5 -11.5l-18 -63q-27 12 -55 12q-68 0 -68 -94v-77h103v-67h-103v-419h-82zM488 -12q-47 0 -67 28t-20 82v614h82v-620q0 -20 7 -28t16 -8h7.5t10.5 2l11 -62q-9 -4 -20 -6t-27 -2z" />
+    <glyph glyph-name="uniE0A0" unicode="&#xe0a0;" 
+d="M180 -280h-81v281q0 59 13.5 100t35.5 70.5t50.5 50t58 38.5t58 37t50.5 45t35.5 62t13.5 89v225h-116l158 197l156 -197h-117v-243q0 -60 -13.5 -101.5t-35.5 -71t-50.5 -50t-58 -38.5t-58 -37t-50.5 -44.5t-35.5 -61.5t-13.5 -88v-263zM180 384l-81 -51v727h81v-676z
+" />
+    <glyph glyph-name="uniE0A1" unicode="&#xe0a1;" 
+d="M83 440v480h74v-418h224v-62h-298zM195 -166v478h82l180 -391h4l-18 215v176h74v-478h-84l-179 387h-4l19 -199v-188h-74z" />
+    <glyph glyph-name="uniE0A2" unicode="&#xe0a2;" 
+d="M85 -70l-40 36v518l40 36h46v153q0 88 44 135.5t125 47.5t125 -47.5t44 -135.5v-153h46l40 -36v-518l-40 -36h-430zM246 59l44 -20h20l44 20l-26 169q29 11 42.5 31.5t13.5 47.5q0 35 -24.5 59t-59.5 24t-59.5 -24t-24.5 -59q0 -27 13.5 -47.5t42.5 -31.5zM199 520h202
+v145q0 60 -25 93t-76 33t-76 -33t-25 -93v-145z" />
+    <glyph glyph-name="uniE0B0" unicode="&#xe0b0;" 
+d="M0 -280v1320l600 -660z" />
+    <glyph glyph-name="uniE0B1" unicode="&#xe0b1;" 
+d="M42 -225l-49 48l529 557l-529 557l49 48l569 -605z" />
+    <glyph glyph-name="uniE0B2" unicode="&#xe0b2;" 
+d="M613 -280l-613 660l613 660v-1320z" />
+    <glyph glyph-name="uniE0B3" unicode="&#xe0b3;" 
+d="M558 -225l-569 605l569 605l49 -48l-529 -557l529 -557z" />
+  </font>
+</defs></svg>
diff --git a/other/arrowHudExample.svg b/other/arrowHudExample.svg
--- a/other/arrowHudExample.svg
+++ b/other/arrowHudExample.svg
@@ -4,5348 +4,5440 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,26.8157 l -1.1913,1.1914 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.2864,25.9733 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.3596,27.9002 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,41.9535 l -1.1234,1.2556 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.2384,41.0656 l -2.9871,1.7372 l 1.1701,0.2936 l 0.4215,1.1304 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.4214,43.0964 l -0.1008,0.1127 l -0.2143,-0.1918 l 0.3152,0.0791 l -0.1008,0.1127 l 0.2143,0.1918 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,57.0913 l -1.0440,1.3224 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1822,56.1562 l -2.8744,1.9178 l 1.1860,0.2210 l 0.4903,1.1023 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.4937,58.2950 l -0.0937,0.1187 l -0.2257,-0.1782 l 0.3194,0.0595 l -0.0937,0.1187 l 0.2257,0.1782 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,72.2291 l -0.9514,1.3905 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1167,71.2458 l -2.7370,2.1093 l 1.1983,0.1397 l 0.5643,1.0663 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.5780,73.4948 l -0.0854,0.1248 l -0.2374,-0.1624 l 0.3228,0.0376 l -0.0854,0.1248 l 0.2374,0.1624 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,87.3669 l -0.7412,1.2803 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1438,86.1581 l -2.5707,2.3091 l 1.2054,0.0492 l 0.6428,1.0208 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.7785,88.5163 l -0.0758,0.1309 l -0.2489,-0.1441 l 0.3247,0.0132 l -0.0758,0.1309 l 0.2489,0.1441 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,102.5047 l -0.3216,0.6790 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.3536,100.5843 l -2.3719,2.5129 l 1.2053,-0.0502 l 0.7247,0.9644 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.1871,103.0470 l -0.0647,0.1367 l -0.2599,-0.1231 l 0.3247,-0.0135 l -0.0647,0.1367 l 0.2599,0.1231 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,117.6424 l 0.1523,-0.4133 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.5906,114.5303 l -2.1381,2.7146 l 1.1960,-0.1576 l 0.8079,0.8959 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.6485,117.0873 l -0.0523,0.1419 l -0.2699,-0.0994 l 0.3222,-0.0425 l -0.0523,0.1419 l 0.2699,0.0994 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,132.7802 l 0.6769,-2.5723 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.8529,127.4265 l -1.8690,2.9064 l 1.1755,-0.2711 l 0.8898,0.8146 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1594,130.0617 l -0.0385,0.1462 l -0.2781,-0.0732 l 0.3166,-0.0730 l -0.0385,0.1462 l 0.2781,0.0732 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,147.9180 l 1.2437,-7.8766 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 523.1363,137.2004 l -1.5673,3.0796 l 1.1423,-0.3880 l 0.9672,0.7210 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.7113,139.8920 l -0.0236,0.1494 l -0.2841,-0.0449 l 0.3077,-0.1045 l -0.0236,0.1494 l 0.2841,0.0449 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,163.0558 l 1.7127,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 523.3708,126.4480 l -1.7833,4.6426 l 1.5772,-0.7261 l 1.4923,0.8876 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 523.1647,130.3645 l -0.0079,0.1510 l -0.2872,-0.0151 l 0.2952,-0.1359 l -0.0079,0.1510 l 0.2872,0.0151 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,178.1936 l 1.7127,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 523.3708,214.8011 l 1.2861,-4.8041 l -1.4922,0.8876 l -1.5772,-0.7261 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 523.1647,210.8846 l -0.0079,-0.1510 l 0.2872,-0.0151 l -0.2793,0.1661 l -0.0079,-0.1510 l -0.2872,0.0151 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,193.3314 l 1.2437,7.8762 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 523.1363,204.0486 l 0.5421,-3.4127 l -0.9672,0.7211 l -1.1423,-0.3880 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.7113,201.3570 l -0.0236,-0.1494 l 0.2841,-0.0449 l -0.2605,0.1942 l -0.0236,-0.1494 l -0.2841,0.0449 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,208.4692 l 0.6769,2.5719 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.8529,213.8225 l 0.1962,-3.4499 l -0.8898,0.8147 l -1.1755,-0.2711 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1594,211.1873 l -0.0385,-0.1462 l 0.2781,-0.0732 l -0.2397,0.2194 l -0.0385,-0.1462 l -0.2781,0.0732 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,223.6069 l 0.1521,0.4129 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.5905,226.7187 l -0.1342,-3.4529 l -0.8079,0.8959 l -1.1960,-0.1576 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.6484,224.1618 l -0.0523,-0.1419 l 0.2699,-0.0994 l -0.2176,0.2413 l -0.0523,-0.1419 l -0.2699,0.0994 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,238.7447 l -0.3218,-0.6793 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.3536,240.6647 l -0.4420,-3.4271 l -0.7247,0.9645 l -1.2053,-0.0502 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.1869,238.2021 l -0.0647,-0.1367 l 0.2599,-0.1231 l -0.1952,0.2598 l -0.0647,-0.1367 l -0.2599,0.1231 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,253.8825 l -0.7415,-1.2806 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1437,255.0910 l -0.7226,-3.3791 l -0.6428,1.0209 l -1.2054,0.0492 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.7783,252.7328 l -0.0758,-0.1309 l 0.2489,-0.1441 l -0.1731,0.2750 l -0.0758,-0.1309 l -0.2489,0.1441 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,269.0203 l -0.9515,-1.3904 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1168,270.0035 l -0.9747,-3.3152 l -0.5642,1.0663 l -1.1983,0.1397 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.5779,267.7547 l -0.0854,-0.1248 l 0.2374,-0.1624 l -0.1520,0.2872 l -0.0854,-0.1248 l -0.2374,0.1624 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,284.1581 l -1.0441,-1.3223 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.1823,285.0931 l -1.1985,-3.2410 l -0.4902,1.1023 l -1.1859,0.2211 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.4936,282.9545 l -0.0937,-0.1187 l 0.2257,-0.1782 l -0.1320,0.2969 l -0.0937,-0.1187 l -0.2257,0.1782 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,299.2959 l -1.1235,-1.2555 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.2384,300.1837 l -1.3958,-3.1610 l -0.4214,1.1304 l -1.1701,0.2937 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.4213,298.1530 l -0.1008,-0.1127 l 0.2143,-0.1918 l -0.1135,0.3045 l -0.1008,-0.1127 l -0.2143,0.1918 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,314.4337 l -1.1914,-1.1913 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.2865,315.2760 l -1.5690,-3.0787 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.3595,313.3493 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,26.8157 l -1.2556,1.1234 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1940,26.0213 l -3.1611,1.3956 l 1.1304,0.4214 l 0.2937,1.1701 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.1633,27.8383 l -0.1127,0.1008 l -0.1918,-0.2143 l 0.3045,0.1135 l -0.1127,0.1008 l 0.1918,0.2143 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,41.9535 l -1.1913,1.1914 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1486,41.1111 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.2218,43.0379 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,57.0913 l -1.1147,1.2633 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.0944,56.1980 l -2.9750,1.7578 l 1.1721,0.2855 l 0.4293,1.1274 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.2916,58.2413 l -0.1000,0.1134 l -0.2157,-0.1903 l 0.3157,0.0769 l -0.1000,0.1134 l 0.2157,0.1903 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,72.2291 l -1.0234,1.3383 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.0299,71.2827 l -2.8445,1.9619 l 1.1892,0.2027 l 0.5072,1.0946 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.3746,73.4473 l -0.0919,0.1201 l -0.2285,-0.1747 l 0.3203,0.0546 l -0.0919,0.1201 l 0.2285,0.1747 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,87.3669 l -0.7322,1.1316 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1365,86.0837 l -2.6818,2.1790 l 1.2015,0.1088 l 0.5915,1.0514 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.6562,88.3715 l -0.0821,0.1270 l -0.2415,-0.1562 l 0.3236,0.0293 l -0.0821,0.1270 l 0.2415,0.1562 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,102.5047 l -0.2987,0.5642 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.3532,100.5269 l -2.4814,2.4048 l 1.2064,0.0035 l 0.6810,0.9957 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.0783,102.9352 l -0.0707,0.1336 l -0.2542,-0.1346 l 0.3249,0.0009 l -0.0707,0.1336 l 0.2542,0.1346 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,117.6424 l 0.2025,-0.4919 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.6039,114.4910 l -2.2387,2.6322 l 1.2011,-0.1125 l 0.7736,0.9257 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.5663,117.0108 l -0.0576,0.1398 l -0.2660,-0.1095 l 0.3235,-0.0303 l -0.0576,0.1398 l 0.2660,0.1095 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,132.7802 l 0.7696,-2.6166 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.8874,127.4043 l -1.9517,2.8515 l 1.1828,-0.2373 l 0.8660,0.8399 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1185,130.0185 l -0.0427,0.1451 l -0.2759,-0.0812 l 0.3186,-0.0639 l -0.0427,0.1451 l 0.2759,0.0812 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,147.9180 l 1.3931,-7.8938 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 508.1991,137.1918 l -1.6227,3.0508 l 1.1491,-0.3673 l 0.9540,0.7384 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.7256,139.8754 l -0.0263,0.1489 l -0.2832,-0.0500 l 0.3095,-0.0989 l -0.0263,0.1489 l 0.2832,0.0500 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,163.0558 l 1.9142,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 508.4597,126.4480 l -1.8126,4.6332 l 1.5822,-0.7166 l 1.4873,0.8971 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 508.2293,130.3646 l -0.0089,0.1509 l -0.2871,-0.0169 l 0.2960,-0.1341 l -0.0089,0.1509 l 0.2871,0.0169 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,178.1936 l 1.9142,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 508.4597,214.8011 l 1.2569,-4.8137 l -1.4873,0.8971 l -1.5822,-0.7166 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 508.2293,210.8845 l -0.0089,-0.1509 l 0.2871,-0.0169 l -0.2782,0.1678 l -0.0089,-0.1509 l -0.2871,0.0169 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,193.3314 l 1.3930,7.8934 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 508.1991,204.0572 l 0.4804,-3.4219 l -0.9540,0.7384 l -1.1491,-0.3673 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.7255,201.3737 l -0.0263,-0.1489 l 0.2832,-0.0500 l -0.2570,0.1989 l -0.0263,-0.1489 l -0.2832,0.0500 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,208.4692 l 0.7695,2.6163 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.8874,213.8447 l 0.0970,-3.4541 l -0.8660,0.8399 l -1.1828,-0.2372 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1184,211.2305 l -0.0427,-0.1451 l 0.2759,-0.0812 l -0.2333,0.2262 l -0.0427,-0.1451 l -0.2759,0.0812 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,223.6069 l 0.2024,0.4915 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.6038,226.7580 l -0.2640,-3.4454 l -0.7736,0.9257 l -1.2011,-0.1125 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.5662,224.2383 l -0.0576,-0.1398 l 0.2660,-0.1095 l -0.2084,0.2493 l -0.0576,-0.1398 l -0.2660,0.1095 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,238.7447 l -0.2989,-0.5645 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.3532,240.7221 l -0.5941,-3.4040 l -0.6810,0.9958 l -1.2064,0.0035 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.0781,238.3139 l -0.0708,-0.1336 l 0.2542,-0.1346 l -0.1834,0.2682 l -0.0708,-0.1336 l -0.2542,0.1346 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,253.8825 l -0.7324,-1.1318 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1364,255.1654 l -0.8890,-3.3392 l -0.5915,1.0514 l -1.2015,0.1088 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.6559,252.8777 l -0.0822,-0.1269 l 0.2415,-0.1563 l -0.1593,0.2832 l -0.0822,-0.1269 l -0.2415,0.1563 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,269.0203 l -1.0235,-1.3383 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.0300,269.9666 l -1.1483,-3.2591 l -0.5071,1.0946 l -1.1892,0.2028 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.3746,267.8021 l -0.0919,-0.1201 l 0.2285,-0.1747 l -0.1366,0.2948 l -0.0919,-0.1201 l -0.2285,0.1747 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,284.1581 l -1.1148,-1.2633 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.0945,285.0514 l -1.3738,-3.1706 l -0.4292,1.1274 l -1.1721,0.2856 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.2915,283.0082 l -0.1001,-0.1134 l 0.2157,-0.1903 l -0.1156,0.3037 l -0.1001,-0.1134 l -0.2157,0.1903 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,299.2959 l -1.1914,-1.1913 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1487,300.1382 l -1.5689,-3.0787 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.2217,298.2115 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 506.3062,314.4337 l -1.2557,-1.1233 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.1941,315.2280 l -1.7373,-2.9870 l -0.2936,1.1701 l -1.1303,0.4215 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.1632,313.4111 l -0.1127,-0.1008 l 0.1918,-0.2144 l -0.0791,0.3152 l -0.1127,-0.1008 l -0.1918,0.2144 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,26.8157 l -1.3224,1.0440 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.1035,26.0775 l -3.2410,1.1983 l 1.1023,0.4902 l 0.2211,1.1859 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 489.9647,27.7660 l -0.1187,0.0937 l -0.1782,-0.2257 l 0.2969,0.1320 l -0.1187,0.0937 l 0.1782,0.2257 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,41.9535 l -1.2633,1.1147 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.0617,41.1653 l -3.1707,1.3737 l 1.1274,0.4292 l 0.2856,1.1721 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.0185,42.9682 l -0.1134,0.1000 l -0.1903,-0.2157 l 0.3037,0.1156 l -0.1134,0.1000 l 0.1903,0.2157 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,57.0913 l -1.1913,1.1914 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.0108,56.2489 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.0840,58.1757 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,72.2291 l -1.0556,1.2180 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.9965,71.2735 l -2.9592,1.7841 l 1.1746,0.2751 l 0.4393,1.1236 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.2119,73.3328 l -0.0990,0.1143 l -0.2174,-0.1884 l 0.3164,0.0741 l -0.0990,0.1143 l 0.2174,0.1884 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,87.3669 l -0.6899,0.9408 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.1794,85.9883 l -2.8045,2.0187 l 1.1931,0.1788 l 0.5291,1.0842 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.5679,88.1857 l -0.0894,0.1219 l -0.2319,-0.1701 l 0.3214,0.0481 l -0.0894,0.1219 l 0.2319,0.1701 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,102.5047 l -0.2478,0.4130 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.4004,100.4513 l -2.6064,2.2686 l 1.2045,0.0680 l 0.6268,1.0308 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.9984,102.7879 l -0.0778,0.1297 l -0.2466,-0.1480 l 0.3244,0.0183 l -0.0778,0.1297 l 0.2466,0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,117.6424 l 0.2792,-0.5982 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.6639,114.4379 l -2.3574,2.5265 l 1.2050,-0.0571 l 0.7302,0.9603 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.5115,116.9072 l -0.0639,0.1370 l -0.2606,-0.1216 l 0.3246,-0.0154 l -0.0639,0.1370 l 0.2606,0.1216 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,132.7802 l 0.8927,-2.6781 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.9707,127.3736 l -2.0523,2.7800 l 1.1905,-0.1949 l 0.8355,0.8702 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.1089,129.9587 l -0.0478,0.1434 l -0.2729,-0.0910 l 0.3207,-0.0525 l -0.0478,0.1434 l 0.2729,0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,147.9180 l 1.5836,-7.9179 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 493.3161,137.1798 l -1.6916,3.0131 l 1.1572,-0.3411 l 0.9370,0.7599 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.7817,139.8518 l -0.0297,0.1483 l -0.2820,-0.0564 l 0.3117,-0.0919 l -0.0297,0.1483 l 0.2820,0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,163.0558 l 2.1694,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 493.6090,126.4480 l -1.8497,4.6212 l 1.5886,-0.7046 l 1.4810,0.9092 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 493.3479,130.3646 l -0.0101,0.1509 l -0.2870,-0.0191 l 0.2970,-0.1317 l -0.0101,0.1509 l 0.2870,0.0191 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,178.1936 l 2.1694,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 493.6090,214.8011 l 1.2198,-4.8258 l -1.4810,0.9092 l -1.5885,-0.7045 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 493.3479,210.8844 l -0.0101,-0.1509 l 0.2870,-0.0191 l -0.2769,0.1700 l -0.0101,-0.1509 l -0.2870,0.0191 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,193.3314 l 1.5836,7.9176 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 493.3161,204.0693 l 0.4025,-3.4319 l -0.9370,0.7599 l -1.1572,-0.3410 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.7817,201.3972 l -0.0297,-0.1483 l 0.2820,-0.0564 l -0.2524,0.2047 l -0.0297,-0.1483 l -0.2820,0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,208.4692 l 0.8926,2.6777 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.9706,213.8754 l -0.0263,-3.4554 l -0.8355,0.8703 l -1.1905,-0.1949 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.1089,211.2903 l -0.0478,-0.1434 l 0.2729,-0.0910 l -0.2250,0.2344 l -0.0478,-0.1434 l -0.2729,0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,223.6069 l 0.2791,0.5979 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.6638,226.8112 l -0.4222,-3.4296 l -0.7302,0.9603 l -1.2050,-0.0571 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.5114,224.3419 l -0.0639,-0.1370 l 0.2606,-0.1216 l -0.1967,0.2587 l -0.0639,-0.1370 l -0.2606,0.1216 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,238.7447 l -0.2480,-0.4132 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.4003,240.7978 l -0.7753,-3.3674 l -0.6268,1.0308 l -1.2045,0.0680 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.9983,238.4612 l -0.0778,-0.1297 l 0.2466,-0.1480 l -0.1688,0.2776 l -0.0778,-0.1297 l -0.2466,0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,253.8825 l -0.6901,-0.9410 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.1792,255.2608 l -1.0825,-3.2815 l -0.5291,1.0842 l -1.1930,0.1788 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.5677,253.0634 l -0.0894,-0.1219 l 0.2319,-0.1701 l -0.1425,0.2920 l -0.0894,-0.1219 l -0.2319,0.1701 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,269.0203 l -1.0558,-1.2181 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.9964,269.9756 l -1.3456,-3.1827 l -0.4392,1.1236 l -1.1746,0.2752 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.2116,267.9164 l -0.0990,-0.1143 l 0.2173,-0.1884 l -0.1183,0.3026 l -0.0990,-0.1143 l -0.2173,0.1884 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,284.1581 l -1.1914,-1.1913 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.0109,285.0005 l -1.5689,-3.0788 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.0839,283.0737 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,299.2959 l -1.2634,-1.1146 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.0618,300.0841 l -1.7579,-2.9749 l -0.2855,1.1721 l -1.1274,0.4293 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.0184,298.2813 l -0.1134,-0.1000 l 0.1903,-0.2157 l -0.0769,0.3157 l -0.1134,-0.1000 l -0.1903,0.2157 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.1684,314.4337 l -1.3224,-1.0439 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.1036,315.1718 l -1.9179,-2.8743 l -0.2210,1.1860 l -1.1022,0.4903 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 489.9647,313.4835 l -0.1187,-0.0937 l 0.1782,-0.2258 l -0.0595,0.3194 l -0.1187,-0.0937 l -0.1782,0.2258 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,26.8157 l -1.3905,0.9514 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.0139,26.1430 l -3.3152,0.9746 l 1.0663,0.5642 l 0.1397,1.1983 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 474.7650,27.6818 l -0.1248,0.0854 l -0.1624,-0.2374 l 0.2872,0.1520 l -0.1248,0.0854 l 0.1624,0.2374 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,41.9535 l -1.3383,1.0235 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.9770,41.2298 l -3.2591,1.1481 l 1.0946,0.5072 l 0.2027,1.1892 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 474.8124,42.8851 l -0.1201,0.0919 l -0.1747,-0.2285 l 0.2948,0.1366 l -0.1201,0.0919 l 0.1747,0.2285 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,57.0913 l -1.2180,1.0556 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.9861,56.2632 l -3.1828,1.3455 l 1.1236,0.4392 l 0.2751,1.1746 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 474.9269,58.0479 l -0.1143,0.0990 l -0.1884,-0.2173 l 0.3026,0.1183 l -0.1143,0.0990 l 0.1884,0.2173 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,72.2291 l -0.9385,0.9385 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1259,71.1338 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 475.1990,73.0607 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,87.3669 l -0.5867,0.6934 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.3018,85.8646 l -2.9379,1.8190 l 1.1778,0.2612 l 0.4525,1.1183 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 475.5416,87.9448 l -0.0977,0.1154 l -0.2196,-0.1858 l 0.3172,0.0704 l -0.0977,0.1154 l 0.2196,0.1858 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,102.5047 l -0.1453,0.2099 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.5225,100.3498 l -2.7486,2.0942 l 1.1975,0.1462 l 0.5584,1.0694 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 475.9714,102.5902 l -0.0861,0.1243 l -0.2365,-0.1637 l 0.3225,0.0394 l -0.0861,0.1243 l 0.2365,0.1637 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,117.6424 l 0.4018,-0.7461 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.7960,114.3639 l -2.4982,2.3873 l 1.2063,0.0120 l 0.6740,1.0005 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.5041,116.7632 l -0.0717,0.1331 l -0.2532,-0.1364 l 0.3249,0.0032 l -0.0717,0.1331 l 0.2532,0.1364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,132.7802 l 1.0640,-2.7663 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.1271,127.3295 l -2.1764,2.6840 l 1.1981,-0.1406 l 0.7951,0.9073 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1489,129.8728 l -0.0543,0.1411 l -0.2684,-0.1033 l 0.3227,-0.0379 l -0.0543,0.1411 l 0.2684,0.1033 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,147.9180 l 1.8355,-7.9535 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.5129,137.1620 l -1.7794,2.9621 l 1.1667,-0.3069 l 0.9142,0.7871 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.9001,139.8171 l -0.0340,0.1473 l -0.2803,-0.0647 l 0.3143,-0.0827 l -0.0340,0.1473 l 0.2803,0.0647 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,163.0558 l 2.5032,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.8467,126.4480 l -1.8982,4.6056 l 1.5969,-0.6888 l 1.4727,0.9250 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.5454,130.3648 l -0.0116,0.1508 l -0.2868,-0.0221 l 0.2984,-0.1287 l -0.0116,0.1508 l 0.2868,0.0221 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,178.1936 l 2.5032,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.8467,214.8011 l 1.1714,-4.8417 l -1.4727,0.9250 l -1.5969,-0.6888 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.5454,210.8843 l -0.0116,-0.1508 l 0.2868,-0.0221 l -0.2752,0.1728 l -0.0116,-0.1508 l -0.2868,0.0221 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,193.3314 l 1.8354,7.9532 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.5128,204.0871 l 0.3014,-3.4423 l -0.9142,0.7871 l -1.1667,-0.3069 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.9001,201.4319 l -0.0340,-0.1473 l 0.2803,-0.0647 l -0.2462,0.2120 l -0.0340,-0.1473 l -0.2803,0.0647 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,208.4692 l 1.0639,2.7659 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.1271,213.9196 l -0.1832,-3.4506 l -0.7951,0.9073 l -1.1981,-0.1406 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1488,211.3762 l -0.0543,-0.1411 l 0.2684,-0.1033 l -0.2142,0.2444 l -0.0543,-0.1411 l -0.2684,0.1033 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,223.6069 l 0.4016,0.7458 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.7959,226.8851 l -0.6180,-3.3998 l -0.6740,1.0005 l -1.2063,0.0120 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.5040,224.4859 l -0.0717,-0.1331 l 0.2532,-0.1364 l -0.1815,0.2695 l -0.0717,-0.1331 l -0.2532,0.1364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,238.7447 l -0.1455,-0.2101 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.5224,240.8993 l -0.9928,-3.3098 l -0.5584,1.0694 l -1.1975,0.1463 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 475.9712,238.6589 l -0.0861,-0.1243 l 0.2365,-0.1637 l -0.1504,0.2880 l -0.0861,-0.1243 l -0.2365,0.1637 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,253.8825 l -0.5869,-0.6936 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.3017,255.3845 l -1.3078,-3.1984 l -0.4525,1.1183 l -1.1777,0.2612 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 475.5414,253.3044 l -0.0977,-0.1154 l 0.2196,-0.1858 l -0.1219,0.3012 l -0.0977,-0.1154 l -0.2196,0.1858 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,269.0203 l -0.9388,-0.9387 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1257,270.1153 l -1.5689,-3.0788 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 475.1988,268.1886 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,284.1581 l -1.2182,-1.0557 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.9860,284.9860 l -1.7843,-2.9592 l -0.2750,1.1746 l -1.1235,0.4393 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 474.9267,283.2014 l -0.1143,-0.0990 l 0.1884,-0.2174 l -0.0741,0.3164 l -0.1143,-0.0990 l -0.1884,0.2174 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,299.2959 l -1.3384,-1.0234 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.9770,300.0195 l -1.9621,-2.8444 l -0.2026,1.1892 l -1.0945,0.5073 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 474.8124,298.3644 l -0.1201,-0.0918 l 0.1747,-0.2285 l -0.0546,0.3203 l -0.1201,-0.0918 l -0.1747,0.2285 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.0306,314.4337 l -1.3905,-0.9513 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.0139,315.1064 l -2.1094,-2.7369 l -0.1396,1.1983 l -1.0662,0.5643 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 474.7649,313.5677 l -0.1248,-0.0854 l 0.1624,-0.2374 l -0.0376,0.3228 l -0.1248,-0.0854 l -0.1624,0.2374 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,26.8157 l -1.2803,0.7413 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.1016,26.1159 l -3.3791,0.7226 l 1.0208,0.6428 l 0.0492,1.2054 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 459.7434,27.4812 l -0.1309,0.0758 l -0.1441,-0.2489 l 0.2750,0.1731 l -0.1309,0.0758 l 0.1441,0.2489 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,41.9535 l -1.1316,0.7322 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.1760,41.1232 l -3.3392,0.8889 l 1.0514,0.5915 l 0.1088,1.2015 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 459.8882,42.6036 l -0.1269,0.0821 l -0.1563,-0.2415 l 0.2832,0.1593 l -0.1269,0.0821 l 0.1563,0.2415 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,57.0913 l -0.9408,0.6900 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.2714,56.0803 l -3.2816,1.0824 l 1.0842,0.5291 l 0.1788,1.1931 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.0740,57.6918 l -0.1219,0.0894 l -0.1701,-0.2319 l 0.2920,0.1425 l -0.1219,0.0894 l 0.1701,0.2319 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,72.2291 l -0.6934,0.5867 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.3951,70.9579 l -3.1985,1.3077 l 1.1183,0.4525 l 0.2612,1.1778 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.3149,72.7181 l -0.1154,0.0977 l -0.1858,-0.2196 l 0.3012,0.1219 l -0.1154,0.0977 l 0.1858,0.2196 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,87.3669 l -0.3696,0.3696 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.5570,85.7027 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.6301,87.6296 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,102.5047 l 0.0553,-0.0676 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.7694,100.2111 l -2.9075,1.8673 l 1.1819,0.2417 l 0.4710,1.1106 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 461.0439,102.3201 l -0.0958,0.1170 l -0.2226,-0.1821 l 0.3184,0.0651 l -0.0958,0.1170 l 0.2226,0.1821 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,117.6424 l 0.6096,-0.9579 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.0466,114.2580 l -2.6652,2.1993 l 1.2022,0.0997 l 0.5995,1.0469 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 461.5836,116.5570 l -0.0812,0.1276 l -0.2427,-0.1544 l 0.3238,0.0268 l -0.0812,0.1276 l 0.2427,0.1544 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,132.7802 l 1.3175,-2.8985 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.4005,127.2634 l -2.3320,2.5499 l 1.2044,-0.0692 l 0.7398,0.9529 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.2729,129.7441 l -0.0626,0.1377 l -0.2618,-0.1190 l 0.3244,-0.0186 l -0.0626,0.1377 l 0.2618,0.1190 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,147.9180 l 2.1843,-8.0089 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.8339,137.1343 l -1.8949,2.8896 l 1.1779,-0.2606 l 0.8825,0.8226 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.1169,139.7632 l -0.0398,0.1459 l -0.2775,-0.0757 l 0.3173,-0.0702 l -0.0398,0.1459 l 0.2775,0.0757 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,163.0558 l 2.9583,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 464.2209,126.4480 l -1.9643,4.5843 l 1.6082,-0.6674 l 1.4615,0.9465 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.8648,130.3649 l -0.0137,0.1506 l -0.2864,-0.0260 l 0.3001,-0.1245 l -0.0137,0.1506 l 0.2864,0.0260 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,178.1936 l 2.9583,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 464.2209,214.8011 l 1.1054,-4.8634 l -1.4615,0.9465 l -1.6082,-0.6674 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.8648,210.8842 l -0.0137,-0.1506 l 0.2864,-0.0260 l -0.2727,0.1766 l -0.0137,-0.1506 l -0.2864,0.0260 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,193.3314 l 2.1843,8.0086 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.8339,204.1147 l 0.1654,-3.4515 l -0.8825,0.8226 l -1.1779,-0.2606 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.1169,201.4858 l -0.0398,-0.1459 l 0.2775,-0.0757 l -0.2377,0.2216 l -0.0398,-0.1459 l -0.2775,0.0757 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,208.4692 l 1.3174,2.8981 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.4005,213.9857 l -0.3879,-3.4336 l -0.7398,0.9529 l -1.2044,-0.0692 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.2728,211.5050 l -0.0626,-0.1377 l 0.2618,-0.1190 l -0.1993,0.2567 l -0.0626,-0.1377 l -0.2618,0.1190 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,223.6069 l 0.6094,0.9576 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.0465,226.9910 l -0.8636,-3.3458 l -0.5994,1.0469 l -1.2022,0.0997 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 461.5835,224.6921 l -0.0812,-0.1276 l 0.2426,-0.1544 l -0.1615,0.2820 l -0.0812,-0.1276 l -0.2426,0.1544 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,238.7447 l 0.0551,0.0673 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.7693,241.0380 l -1.2547,-3.2196 l -0.4709,1.1107 l -1.1819,0.2417 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 461.0437,238.9291 l -0.0958,-0.1170 l 0.2226,-0.1821 l -0.1268,0.2992 l -0.0958,-0.1170 l -0.2226,0.1821 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,253.8825 l -0.3698,-0.3698 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.5569,255.5464 l -1.5689,-3.0788 l -0.3580,1.1520 l -1.1520,0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.6299,253.6196 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,269.0203 l -0.6936,-0.5868 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.3950,270.2912 l -1.8191,-2.9378 l -0.2611,1.1778 l -1.1183,0.4526 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.3147,268.5312 l -0.1154,-0.0977 l 0.1858,-0.2196 l -0.0703,0.3172 l -0.1154,-0.0977 l -0.1858,0.2196 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,284.1581 l -0.9410,-0.6900 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.2713,285.1688 l -2.0188,-2.8044 l -0.1787,1.1931 l -1.0841,0.5292 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.0738,283.5575 l -0.1219,-0.0894 l 0.1701,-0.2319 l -0.0481,0.3214 l -0.1219,-0.0894 l -0.1701,0.2319 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,299.2959 l -1.1318,-0.7323 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.1759,300.1260 l -2.1792,-2.6817 l -0.1087,1.2015 l -1.0514,0.5916 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 459.8880,298.6458 l -0.1270,-0.0821 l 0.1562,-0.2415 l -0.0293,0.3236 l -0.1270,-0.0821 l -0.1562,0.2415 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.8928,314.4337 l -1.2805,-0.7413 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.1015,315.1333 l -2.3092,-2.5706 l -0.0491,1.2054 l -1.0208,0.6429 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 459.7432,313.7681 l -0.1309,-0.0758 l 0.1441,-0.2489 l -0.0132,0.3247 l -0.1309,-0.0758 l -0.1441,0.2489 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,26.8157 l -0.6790,0.3216 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6754,25.9061 l -3.4271,0.4419 l 0.9645,0.7247 l -0.0502,1.2053 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.2127,27.0726 l -0.1367,0.0647 l -0.1231,-0.2599 l 0.2598,0.1952 l -0.1367,0.0647 l 0.1231,0.2599 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,41.9535 l -0.5642,0.2987 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.7327,40.9064 l -3.4040,0.5940 l 0.9958,0.6810 l 0.0035,1.2064 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.3245,42.1815 l -0.1336,0.0708 l -0.1346,-0.2542 l 0.2682,0.1834 l -0.1336,0.0708 l 0.1346,0.2542 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,57.0913 l -0.4130,0.2478 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.8084,55.8593 l -3.3674,0.7752 l 1.0308,0.6268 l 0.0680,1.2045 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.4718,57.2613 l -0.1297,0.0778 l -0.1480,-0.2466 l 0.2776,0.1688 l -0.1297,0.0778 l 0.1480,0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,72.2291 l -0.2099,0.1453 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.9099,70.7372 l -3.3098,0.9927 l 1.0694,0.5584 l 0.1463,1.1975 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.6695,72.2883 l -0.1243,0.0861 l -0.1637,-0.2365 l 0.2880,0.1504 l -0.1243,0.0861 l 0.1637,0.2365 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,87.3669 l 0.0675,-0.0553 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.0486,85.4903 l -3.2196,1.2546 l 1.1107,0.4709 l 0.2417,1.1819 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.9396,87.2158 l -0.1170,0.0958 l -0.1821,-0.2226 l 0.2992,0.1268 l -0.1170,0.0958 l 0.1821,0.2226 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,102.5047 l 0.4521,-0.4521 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.2409,100.0188 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 446.3141,101.9456 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,117.6424 l 0.9880,-1.2703 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.5088,114.1018 l -2.8605,1.9385 l 1.1875,0.2124 l 0.4982,1.0987 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 446.8359,116.2528 l -0.0928,0.1194 l -0.2270,-0.1766 l 0.3199,0.0572 l -0.0928,0.1194 l 0.2270,0.1766 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,132.7802 l 1.7260,-3.1068 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.8778,127.1592 l -2.5294,2.3542 l 1.2061,0.0278 l 0.6608,1.0093 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.5545,129.5413 l -0.0734,0.1322 l -0.2514,-0.1397 l 0.3249,0.0075 l -0.0734,0.1322 l 0.2514,0.1397 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,147.9180 l 2.7005,-8.1014 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 449.3651,137.0880 l -2.0522,2.7800 l 1.1905,-0.1949 l 0.8355,0.8702 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.5034,139.6731 l -0.0478,0.1434 l -0.2729,-0.0910 l 0.3207,-0.0525 l -0.0478,0.1434 l 0.2729,0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,163.0558 l 3.6157,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 449.8227,126.4480 l -2.0599,4.5537 l 1.6247,-0.6364 l 1.4453,0.9776 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 449.3874,130.3652 l -0.0167,0.1503 l -0.2859,-0.0318 l 0.3026,-0.1185 l -0.0167,0.1503 l 0.2859,0.0318 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,178.1936 l 3.6157,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 449.8227,214.8011 l 1.0101,-4.8948 l -1.4453,0.9775 l -1.6247,-0.6364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 449.3874,210.8839 l -0.0167,-0.1503 l 0.2859,-0.0318 l -0.2692,0.1820 l -0.0167,-0.1503 l -0.2859,0.0318 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,193.3314 l 2.7005,8.1011 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 449.3651,204.1610 l -0.0263,-3.4554 l -0.8355,0.8702 l -1.1905,-0.1949 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.5033,201.5759 l -0.0478,-0.1434 l 0.2729,-0.0910 l -0.2250,0.2344 l -0.0478,-0.1434 l -0.2729,0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,208.4692 l 1.7259,3.1064 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.8778,214.0898 l -0.6626,-3.3913 l -0.6608,1.0093 l -1.2061,0.0279 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.5544,211.7078 l -0.0734,-0.1322 l 0.2514,-0.1397 l -0.1780,0.2719 l -0.0734,-0.1322 l -0.2514,0.1397 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,223.6069 l 0.9878,1.2700 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.5088,227.1472 l -1.1748,-3.2496 l -0.4982,1.0987 l -1.1875,0.2125 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 446.8357,224.9963 l -0.0928,-0.1194 l 0.2270,-0.1766 l -0.1342,0.2959 l -0.0928,-0.1194 l -0.2270,0.1766 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,238.7447 l 0.4519,0.4519 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.2408,241.2303 l -1.5689,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 446.3139,239.3035 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,253.8825 l 0.0674,0.0551 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.0485,255.7589 l -1.8674,-2.9074 l -0.2416,1.1819 l -1.1106,0.4710 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.9395,254.0334 l -0.1170,-0.0957 l 0.1821,-0.2226 l -0.0651,0.3184 l -0.1170,-0.0957 l -0.1821,0.2226 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,269.0203 l -0.2101,-0.1454 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.9098,270.5119 l -2.0943,-2.7485 l -0.1462,1.1975 l -1.0693,0.5584 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.6693,268.9609 l -0.1243,-0.0861 l 0.1637,-0.2365 l -0.0394,0.3225 l -0.1243,-0.0861 l -0.1637,0.2365 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,284.1581 l -0.4131,-0.2479 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.8083,285.3899 l -2.2688,-2.6063 l -0.0680,1.2045 l -1.0307,0.6268 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.4716,283.9880 l -0.1297,-0.0778 l 0.1480,-0.2466 l -0.0183,0.3244 l -0.1297,-0.0778 l -0.1480,0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,299.2959 l -0.5644,-0.2988 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.7327,300.3427 l -2.4049,-2.4812 l -0.0034,1.2064 l -0.9957,0.6811 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.3243,299.0679 l -0.1336,-0.0707 l 0.1346,-0.2542 l -0.0009,0.3249 l -0.1336,-0.0707 l -0.1346,0.2542 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.7551,314.4337 l -0.6791,-0.3217 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6753,315.3431 l -2.5130,-2.3717 l 0.0503,1.2053 l -0.9644,0.7247 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.2126,314.1767 l -0.1367,-0.0647 l 0.1231,-0.2599 l 0.0135,0.3247 l -0.1367,-0.0647 l -0.1231,0.2599 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,26.8157 l 0.4132,-0.1522 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.7293,25.6691 l -3.4529,0.1342 l 0.8959,0.8079 l -0.1576,1.1960 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.1724,26.6112 l -0.1419,0.0523 l -0.0994,-0.2699 l 0.2413,0.2176 l -0.1419,0.0523 l 0.0994,0.2699 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,41.9535 l 0.4918,-0.2025 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.7686,40.6558 l -3.4454,0.2640 l 0.9257,0.7736 l -0.1125,1.2011 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.2489,41.6934 l -0.1398,0.0576 l -0.1095,-0.2660 l 0.2493,0.2084 l -0.1398,0.0576 l 0.1095,0.2660 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,57.0913 l 0.5982,-0.2792 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.8218,55.5958 l -3.4296,0.4222 l 0.9603,0.7302 l -0.0571,1.2050 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.3525,56.7482 l -0.1370,0.0639 l -0.1216,-0.2606 l 0.2587,0.1967 l -0.1370,0.0639 l 0.1216,0.2606 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,72.2291 l 0.7461,-0.4018 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.8958,70.4637 l -3.3998,0.6179 l 1.0005,0.6740 l 0.0120,1.2063 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.4965,71.7556 l -0.1331,0.0717 l -0.1364,-0.2532 l 0.2695,0.1815 l -0.1331,0.0717 l 0.1364,0.2532 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,87.3669 l 0.9579,-0.6096 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0016,85.2131 l -3.3458,0.8635 l 1.0469,0.5995 l 0.0997,1.2022 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.7027,86.6761 l -0.1276,0.0812 l -0.1544,-0.2427 l 0.2820,0.1615 l -0.1276,0.0812 l 0.1544,0.2427 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,102.5047 l 1.2703,-0.9880 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.1578,99.7508 l -3.2496,1.1748 l 1.0987,0.4982 l 0.2125,1.1875 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 432.0069,101.4238 l -0.1194,0.0928 l -0.1766,-0.2270 l 0.2959,0.1342 l -0.1194,0.0928 l 0.1766,0.2270 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,117.6424 l 1.7434,-1.7434 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3944,113.8653 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 432.4675,115.7921 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,132.7802 l 2.4674,-3.4543 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.7564,126.9855 l -2.7790,2.0536 l 1.1952,0.1638 l 0.5426,1.0775 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.1725,129.2029 l -0.0879,0.1230 l -0.2340,-0.1672 l 0.3219,0.0441 l -0.0879,0.1230 l 0.2340,0.1672 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,147.9180 l 3.5449,-8.2713 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.2951,137.0031 l -2.2760,2.6000 l 1.2026,-0.0954 l 0.7603,0.9366 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.2217,139.5077 l -0.0596,0.1390 l -0.2644,-0.1133 l 0.3239,-0.0257 l -0.0596,0.1390 l 0.2644,0.1133 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,163.0558 l 4.6487,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.8470,126.4480 l -2.2102,4.5056 l 1.6505,-0.5878 l 1.4199,1.0264 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.2873,130.3658 l -0.0214,0.1497 l -0.2847,-0.0407 l 0.3061,-0.1090 l -0.0214,0.1497 l 0.2847,0.0407 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,178.1936 l 4.6487,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.8470,214.8011 l 0.8602,-4.9442 l -1.4199,1.0264 l -1.6505,-0.5878 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.2873,210.8833 l -0.0214,-0.1497 l 0.2847,-0.0407 l -0.2633,0.1904 l -0.0214,-0.1497 l -0.2847,0.0407 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,193.3314 l 3.5448,8.2710 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.2951,204.2460 l -0.3131,-3.4412 l -0.7603,0.9366 l -1.2026,-0.0953 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.2217,201.7413 l -0.0596,-0.1390 l 0.2644,-0.1133 l -0.2048,0.2523 l -0.0596,-0.1390 l -0.2644,0.1133 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,208.4692 l 2.4673,3.4540 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.7563,214.2636 l -1.0413,-3.2948 l -0.5426,1.0775 l -1.1952,0.1639 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.1724,212.0462 l -0.0879,-0.1230 l 0.2340,-0.1672 l -0.1461,0.2902 l -0.0879,-0.1230 l -0.2340,0.1672 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,223.6069 l 1.7432,1.7431 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3943,227.3838 l -1.5688,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 432.4674,225.4570 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,238.7447 l 1.2701,0.9878 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.1578,241.4983 l -1.9386,-2.8604 l -0.2124,1.1875 l -1.0987,0.4983 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 432.0067,239.8254 l -0.1194,-0.0928 l 0.1766,-0.2270 l -0.0572,0.3199 l -0.1194,-0.0928 l -0.1766,0.2270 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,253.8825 l 0.9577,0.6094 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0016,256.0360 l -2.1994,-2.6651 l -0.0996,1.2023 l -1.0469,0.5995 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.7026,254.5731 l -0.1276,-0.0812 l 0.1544,-0.2427 l -0.0268,0.3238 l -0.1276,-0.0812 l -0.1544,0.2427 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,269.0203 l 0.7460,0.4016 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.8957,270.7855 l -2.3874,-2.4981 l -0.0119,1.2063 l -1.0005,0.6741 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.4964,269.4936 l -0.1331,-0.0717 l 0.1364,-0.2532 l -0.0032,0.3249 l -0.1331,-0.0717 l -0.1364,0.2532 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,284.1581 l 0.5981,0.2791 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.8217,285.6534 l -2.5266,-2.3573 l 0.0572,1.2050 l -0.9602,0.7303 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.3524,284.5011 l -0.1370,-0.0639 l 0.1216,-0.2606 l 0.0154,0.3246 l -0.1370,-0.0639 l -0.1216,0.2606 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,299.2959 l 0.4917,0.2024 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.7686,300.5933 l -2.6323,-2.2386 l 0.1126,1.2011 l -0.9256,0.7737 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.2488,299.5559 l -0.1398,-0.0576 l 0.1095,-0.2660 l 0.0303,0.3235 l -0.1398,-0.0576 l -0.1095,0.2660 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.6173,314.4337 l 0.4131,0.1522 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.7293,315.5801 l -2.7147,-2.1380 l 0.1577,1.1960 l -0.8959,0.8079 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.1723,314.6381 l -0.1419,-0.0523 l 0.0994,-0.2699 l 0.0425,0.3222 l -0.1419,-0.0523 l -0.0994,0.2699 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,26.8157 l 2.5722,-0.6769 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.8332,25.4068 l -3.4499,-0.1962 l 0.8147,0.8898 l -0.2711,1.1755 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.1979,26.1003 l -0.1462,0.0385 l -0.0732,-0.2781 l 0.2194,0.2397 l -0.1462,0.0385 l 0.0732,0.2781 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,41.9535 l 2.6166,-0.7696 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.8553,40.3723 l -3.4541,-0.0971 l 0.8399,0.8660 l -0.2372,1.1828 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.2411,41.1412 l -0.1451,0.0427 l -0.0812,-0.2759 l 0.2262,0.2333 l -0.1451,0.0427 l 0.0812,0.2759 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,57.0913 l 2.6780,-0.8927 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.8861,55.2890 l -3.4554,0.0263 l 0.8702,0.8355 l -0.1949,1.1905 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.3010,56.1508 l -0.1434,0.0478 l -0.0910,-0.2729 l 0.2344,0.2250 l -0.1434,0.0478 l 0.0910,0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,72.2291 l 2.7662,-1.0640 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.9302,70.1326 l -3.4506,0.1832 l 0.9073,0.7951 l -0.1406,1.1981 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.3869,71.1108 l -0.1411,0.0543 l -0.1033,-0.2684 l 0.2444,0.2142 l -0.1411,0.0543 l 0.1033,0.2684 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,87.3669 l 2.8984,-1.3175 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.9963,84.8591 l -3.4336,0.3879 l 0.9529,0.7398 l -0.0692,1.2044 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.5156,85.9868 l -0.1377,0.0626 l -0.1190,-0.2618 l 0.2567,0.1993 l -0.1377,0.0626 l 0.1190,0.2618 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,102.5047 l 3.1067,-1.7260 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.1004,99.3818 l -3.3913,0.6626 l 1.0093,0.6608 l 0.0279,1.2061 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.7184,100.7052 l -0.1322,0.0734 l -0.1397,-0.2514 l 0.2719,0.1780 l -0.1322,0.0734 l 0.1397,0.2514 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,117.6424 l 3.4543,-2.4674 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.2742,113.5033 l -3.2948,1.0413 l 1.0775,0.5426 l 0.1638,1.1952 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.0568,115.0872 l -0.1230,0.0879 l -0.1672,-0.2340 l 0.2902,0.1462 l -0.1230,0.0879 l 0.1672,0.2340 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,132.7802 l 4.0676,-4.0677 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5809,126.6788 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.6540,128.6056 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,147.9180 l 5.1756,-8.6260 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.1349,136.8257 l -2.6064,2.2686 l 1.2045,0.0680 l 0.6268,1.0308 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.7329,139.1624 l -0.0778,0.1297 l -0.2466,-0.1480 l 0.3244,0.0183 l -0.0778,0.1297 l 0.2466,0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,163.0558 l 6.5081,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.8011,126.4480 l -2.4811,4.4195 l 1.6973,-0.5003 l 1.3743,1.1146 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.0173,130.3672 l -0.0297,0.1483 l -0.2820,-0.0564 l 0.3117,-0.0919 l -0.0297,0.1483 l 0.2820,0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,178.1936 l 6.5081,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.8011,214.8011 l 0.5904,-5.0338 l -1.3743,1.1146 l -1.6973,-0.5002 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.0173,210.8818 l -0.0297,-0.1483 l 0.2820,-0.0564 l -0.2524,0.2047 l -0.0297,-0.1483 l -0.2820,0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,193.3314 l 5.1755,8.6256 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.1348,204.4233 l -0.7752,-3.3674 l -0.6268,1.0308 l -1.2045,0.0680 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.7328,202.0867 l -0.0778,-0.1297 l 0.2466,-0.1480 l -0.1688,0.2776 l -0.0778,-0.1297 l -0.2466,0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,208.4692 l 4.0675,4.0674 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5808,214.5703 l -1.5688,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.6540,212.6435 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,223.6069 l 3.4542,2.4672 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.2742,227.7458 l -2.0536,-2.7790 l -0.1638,1.1952 l -1.0774,0.5426 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.0567,226.1620 l -0.1230,-0.0879 l 0.1672,-0.2340 l -0.0441,0.3219 l -0.1230,-0.0879 l -0.1672,0.2340 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,238.7447 l 3.1066,1.7258 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.1004,241.8673 l -2.3543,-2.5294 l -0.0278,1.2061 l -1.0093,0.6608 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.7183,240.5440 l -0.1322,-0.0734 l 0.1397,-0.2514 l -0.0075,0.3249 l -0.1322,-0.0734 l -0.1397,0.2514 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,253.8825 l 2.8983,1.3173 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.9962,256.3900 l -2.5500,-2.3319 l 0.0692,1.2044 l -0.9529,0.7398 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.5155,255.2624 l -0.1377,-0.0626 l 0.1190,-0.2618 l 0.0186,0.3244 l -0.1377,-0.0626 l -0.1190,0.2618 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,269.0203 l 2.7662,1.0638 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.9301,271.1166 l -2.6840,-2.1763 l 0.1407,1.1981 l -0.9073,0.7951 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.3868,270.1384 l -0.1411,-0.0543 l 0.1032,-0.2684 l 0.0379,0.3227 l -0.1411,-0.0543 l -0.1032,0.2684 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,284.1581 l 2.6779,0.8926 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.8860,285.9601 l -2.7801,-2.0522 l 0.1949,1.1905 l -0.8702,0.8355 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.3009,285.0985 l -0.1435,-0.0478 l 0.0909,-0.2729 l 0.0525,0.3207 l -0.1435,-0.0478 l -0.0909,0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,299.2959 l 2.6165,0.7695 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.8553,300.8769 l -2.8516,-1.9516 l 0.2373,1.1828 l -0.8398,0.8660 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.2411,300.1080 l -0.1451,-0.0427 l 0.0811,-0.2759 l 0.0639,0.3186 l -0.1451,-0.0427 l -0.0811,0.2759 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 415.4795,314.4337 l 2.5722,0.6768 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.8331,315.8424 l -2.9064,-1.8689 l 0.2712,1.1755 l -0.8146,0.8898 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.1979,315.1490 l -0.1462,-0.0385 l 0.0732,-0.2781 l 0.0730,0.3166 l -0.1462,-0.0385 l -0.0732,0.2781 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,26.8157 l 7.8766,-1.2438 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0592,25.1233 l -3.4127,-0.5421 l 0.7211,0.9672 l -0.3880,1.1423 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.3676,25.5484 l -0.1494,0.0236 l -0.0449,-0.2841 l 0.1942,0.2605 l -0.1494,0.0236 l 0.0449,0.2841 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,41.9535 l 7.8937,-1.3931 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0678,40.0605 l -3.4219,-0.4804 l 0.7384,0.9540 l -0.3673,1.1491 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.3843,40.5341 l -0.1489,0.0263 l -0.0500,-0.2832 l 0.1989,0.2570 l -0.1489,0.0263 l 0.0500,0.2832 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,57.0913 l 7.9179,-1.5837 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0799,54.9435 l -3.4319,-0.4025 l 0.7599,0.9370 l -0.3410,1.1572 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.4078,55.4780 l -0.1483,0.0297 l -0.0564,-0.2820 l 0.2047,0.2524 l -0.1483,0.0297 l 0.0564,0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,72.2291 l 7.9535,-1.8355 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0977,69.7468 l -3.4423,-0.3014 l 0.7871,0.9142 l -0.3069,1.1667 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.4425,70.3596 l -0.1473,0.0340 l -0.0647,-0.2803 l 0.2120,0.2462 l -0.1473,0.0340 l 0.0647,0.2803 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,87.3669 l 8.0089,-2.1843 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.1254,84.4257 l -3.4515,-0.1654 l 0.8226,0.8825 l -0.2606,1.1779 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.4964,85.1428 l -0.1459,0.0398 l -0.0757,-0.2775 l 0.2216,0.2377 l -0.1459,0.0398 l 0.0757,0.2775 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,102.5047 l 8.1014,-2.7005 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.1716,98.8946 l -3.4554,0.0263 l 0.8702,0.8355 l -0.1949,1.1905 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.5865,99.7563 l -0.1434,0.0478 l -0.0910,-0.2729 l 0.2344,0.2250 l -0.1434,0.0478 l 0.0910,0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,117.6424 l 8.2713,-3.5449 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.2566,112.9645 l -3.4413,0.3131 l 0.9366,0.7603 l -0.0953,1.2026 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.7520,114.0380 l -0.1390,0.0596 l -0.1133,-0.2644 l 0.2523,0.2048 l -0.1390,0.0596 l 0.1133,0.2644 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,132.7802 l 8.6259,-5.1756 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.4339,126.1248 l -3.3674,0.7752 l 1.0308,0.6268 l 0.0680,1.2045 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 409.0973,127.5268 l -0.1297,0.0778 l -0.1480,-0.2466 l 0.2776,0.1688 l -0.1297,0.0778 l 0.1480,0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,147.9180 l 9.4910,-9.4910 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.8664,136.3932 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 409.9396,138.3201 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,163.0558 l 10.8468,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5444,126.4480 l -3.1152,4.2199 l 1.8071,-0.2958 l 1.2682,1.3210 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.2363,130.3721 l -0.0478,0.1435 l -0.2729,-0.0910 l 0.3207,-0.0525 l -0.0478,0.1435 l 0.2729,0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,178.1936 l 10.8468,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5444,214.8011 l -0.0398,-5.2450 l -1.2682,1.3210 l -1.8071,-0.2958 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.2363,210.8770 l -0.0478,-0.1434 l 0.2729,-0.0910 l -0.2250,0.2344 l -0.0478,-0.1434 l -0.2729,0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,193.3314 l 9.4909,9.4907 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.8664,204.8558 l -1.5688,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 409.9396,202.9290 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0965,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,208.4692 l 8.6259,5.1754 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.4339,215.1243 l -2.2687,-2.6064 l -0.0680,1.2045 l -1.0307,0.6268 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 409.0972,213.7223 l -0.1297,-0.0778 l 0.1480,-0.2466 l -0.0183,0.3244 l -0.1297,-0.0778 l -0.1480,0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,223.6069 l 8.2712,3.5447 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.2566,228.2846 l -2.6000,-2.2760 l 0.0954,1.2026 l -0.9366,0.7603 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.7519,227.2112 l -0.1390,-0.0596 l 0.1133,-0.2644 l 0.0257,0.3239 l -0.1390,-0.0596 l -0.1133,0.2644 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,238.7447 l 8.1013,2.7003 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.1716,242.3545 l -2.7801,-2.0522 l 0.1949,1.1905 l -0.8702,0.8355 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.5865,241.4928 l -0.1435,-0.0478 l 0.0909,-0.2729 l 0.0525,0.3207 l -0.1435,-0.0478 l -0.0909,0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,253.8825 l 8.0088,2.1841 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.1254,256.8233 l -2.8896,-1.8948 l 0.2607,1.1779 l -0.8225,0.8825 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.4964,256.1064 l -0.1459,-0.0398 l 0.0757,-0.2775 l 0.0702,0.3173 l -0.1459,-0.0398 l -0.0757,0.2775 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,269.0203 l 7.9534,1.8353 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0977,271.5023 l -2.9621,-1.7794 l 0.3069,1.1667 l -0.7871,0.9142 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.4425,270.8896 l -0.1473,-0.0340 l 0.0647,-0.2803 l 0.0827,0.3143 l -0.1473,-0.0340 l -0.0647,0.2803 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,284.1581 l 7.9178,1.5834 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0799,286.3056 l -3.0131,-1.6915 l 0.3411,1.1572 l -0.7599,0.9370 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.4078,285.7712 l -0.1483,-0.0297 l 0.0564,-0.2820 l 0.0919,0.3117 l -0.1483,-0.0297 l -0.0564,0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,299.2959 l 7.8937,1.3929 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0678,301.1885 l -3.0508,-1.6226 l 0.3673,1.1491 l -0.7384,0.9540 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.3843,300.7150 l -0.1489,-0.0263 l 0.0500,-0.2832 l 0.0989,0.3095 l -0.1489,-0.0263 l -0.0500,0.2832 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.3417,314.4337 l 7.8765,1.2435 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.0592,316.1257 l -3.0796,-1.5672 l 0.3880,1.1423 l -0.7210,0.9672 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.3676,315.7008 l -0.1494,-0.0236 l 0.0449,-0.2841 l 0.1045,0.3077 l -0.1494,-0.0236 l -0.0449,0.2841 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,26.8157 l 32.5402,-1.7128 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,24.8888 l -4.8042,-1.2861 l 0.8876,1.4922 l -0.7261,1.5772 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8951,25.0950 l -0.1510,0.0079 l -0.0151,-0.2872 l 0.1661,0.2793 l -0.1510,0.0079 l 0.0151,0.2872 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,41.9535 l 32.5402,-1.9143 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,39.7999 l -4.8137,-1.2569 l 0.8971,1.4873 l -0.7166,1.5822 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8951,40.0304 l -0.1509,0.0089 l -0.0169,-0.2871 l 0.1678,0.2782 l -0.1509,0.0089 l 0.0169,0.2871 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,57.0913 l 32.5402,-2.1695 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,54.6506 l -4.8259,-1.2198 l 0.9092,1.4810 l -0.7046,1.5886 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8950,54.9117 l -0.1509,0.0101 l -0.0191,-0.2870 l 0.1700,0.2769 l -0.1509,0.0101 l 0.0191,0.2870 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,72.2291 l 32.5402,-2.5032 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,69.4129 l -4.8417,-1.1714 l 0.9250,1.4727 l -0.6888,1.5969 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8949,69.7142 l -0.1508,0.0116 l -0.0221,-0.2868 l 0.1728,0.2752 l -0.1508,0.0116 l 0.0221,0.2868 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,87.3669 l 32.5402,-2.9583 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,84.0387 l -4.8634,-1.1054 l 0.9465,1.4615 l -0.6674,1.6082 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8947,84.3948 l -0.1506,0.0137 l -0.0260,-0.2864 l 0.1766,0.2727 l -0.1506,0.0137 l 0.0260,0.2864 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,102.5047 l 32.5402,-3.6157 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,98.4370 l -4.8948,-1.0101 l 0.9776,1.4453 l -0.6364,1.6247 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8944,98.8722 l -0.1503,0.0167 l -0.0318,-0.2859 l 0.1820,0.2692 l -0.1503,0.0167 l 0.0318,0.2859 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,117.6424 l 32.5402,-4.6487 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,112.4126 l -4.9443,-0.8602 l 1.0264,1.4199 l -0.5878,1.6505 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8938,112.9723 l -0.1497,0.0214 l -0.0407,-0.2847 l 0.1904,0.2633 l -0.1497,0.0214 l 0.0407,0.2847 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,132.7802 l 32.5402,-6.5082 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,125.4585 l -5.0338,-0.5904 l 1.1146,1.3743 l -0.5002,1.6973 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8924,126.2424 l -0.1483,0.0297 l -0.0564,-0.2820 l 0.2047,0.2524 l -0.1483,0.0297 l 0.0564,0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,147.9180 l 32.5402,-10.8469 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,135.7153 l -5.2450,0.0398 l 1.3210,1.2682 l -0.2958,1.8071 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8876,137.0233 l -0.1434,0.0478 l -0.0910,-0.2729 l 0.2344,0.2250 l -0.1434,0.0478 l 0.0910,0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,163.0558 l 32.5402,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,126.4480 l -6.3285,3.2246 l 2.3679,0.7361 l 0.7361,2.3679 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8511,130.4086 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,178.1936 l 32.5402,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,214.8011 l -3.2246,-6.3285 l -0.7360,2.3679 l -2.3679,0.7361 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8511,210.8405 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0965,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,193.3314 l 32.5402,10.8466 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,205.5338 l -4.2199,-3.1151 l 0.2959,1.8071 l -1.3210,1.2682 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8876,204.2257 l -0.1435,-0.0478 l 0.0910,-0.2729 l 0.0525,0.3207 l -0.1435,-0.0478 l -0.0910,0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,208.4692 l 32.5402,6.5079 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,215.7905 l -4.4195,-2.4811 l 0.5003,1.6973 l -1.1146,1.3743 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8924,215.0067 l -0.1483,-0.0297 l 0.0564,-0.2820 l 0.0919,0.3117 l -0.1483,-0.0297 l -0.0564,0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,223.6069 l 32.5402,4.6484 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,228.8364 l -4.5056,-2.2102 l 0.5878,1.6505 l -1.0264,1.4199 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8938,228.2768 l -0.1497,-0.0214 l 0.0407,-0.2847 l 0.1090,0.3061 l -0.1497,-0.0214 l -0.0407,0.2847 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,238.7447 l 32.5402,3.6154 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,242.8121 l -4.5537,-2.0599 l 0.6364,1.6247 l -0.9775,1.4453 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8944,242.3768 l -0.1503,-0.0167 l 0.0318,-0.2859 l 0.1185,0.3026 l -0.1503,-0.0167 l -0.0318,0.2859 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,253.8825 l 32.5402,2.9580 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,257.2103 l -4.5843,-1.9643 l 0.6674,1.6082 l -0.9465,1.4615 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8947,256.8542 l -0.1506,-0.0137 l 0.0260,-0.2864 l 0.1246,0.3001 l -0.1506,-0.0137 l -0.0260,0.2864 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,269.0203 l 32.5402,2.5029 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,271.8361 l -4.6056,-1.8981 l 0.6888,1.5969 l -0.9250,1.4727 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8949,271.5348 l -0.1508,-0.0116 l 0.0221,-0.2868 l 0.1287,0.2984 l -0.1508,-0.0116 l -0.0221,0.2868 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,284.1581 l 32.5402,2.1692 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,286.5984 l -4.6212,-1.8496 l 0.7046,1.5886 l -0.9092,1.4810 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8950,286.3373 l -0.1509,-0.0101 l 0.0191,-0.2870 l 0.1317,0.2970 l -0.1509,-0.0101 l -0.0191,0.2870 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,299.2959 l 32.5402,1.9140 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,301.4491 l -4.6332,-1.8126 l 0.7166,1.5822 l -0.8971,1.4873 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8951,301.2187 l -0.1509,-0.0089 l 0.0169,-0.2871 l 0.1341,0.2960 l -0.1509,-0.0089 l -0.0169,0.2871 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 385.2039,314.4337 l 32.5402,1.7125 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.8117,316.3602 l -4.6426,-1.7833 l 0.7261,1.5772 l -0.8876,1.4923 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 417.8951,316.1541 l -0.1510,-0.0079 l 0.0151,-0.2872 l 0.1359,0.2952 l -0.1510,-0.0079 l -0.0151,0.2872 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,26.8157 l -32.5400,-1.7128 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,24.8888 l 4.6426,1.7833 l -0.7261,-1.5772 l 0.8876,-1.4922 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3751,25.0950 l 0.1510,0.0079 l -0.0151,0.2872 l -0.1359,-0.2952 l 0.1510,0.0079 l 0.0151,-0.2872 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,41.9535 l -32.5400,-1.9143 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,39.7999 l 4.6331,1.8126 l -0.7166,-1.5822 l 0.8971,-1.4873 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3751,40.0304 l 0.1509,0.0089 l -0.0169,0.2871 l -0.1341,-0.2960 l 0.1509,0.0089 l 0.0169,-0.2871 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,57.0913 l -32.5400,-2.1695 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,54.6506 l 4.6212,1.8497 l -0.7045,-1.5886 l 0.9092,-1.4810 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3752,54.9117 l 0.1509,0.0101 l -0.0191,0.2870 l -0.1317,-0.2970 l 0.1509,0.0101 l 0.0191,-0.2870 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,72.2291 l -32.5400,-2.5032 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,69.4129 l 4.6056,1.8982 l -0.6888,-1.5969 l 0.9250,-1.4727 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3753,69.7142 l 0.1508,0.0116 l -0.0221,0.2868 l -0.1287,-0.2984 l 0.1508,0.0116 l 0.0221,-0.2868 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,87.3669 l -32.5400,-2.9583 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,84.0387 l 4.5843,1.9643 l -0.6674,-1.6082 l 0.9465,-1.4615 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3755,84.3948 l 0.1506,0.0137 l -0.0260,0.2864 l -0.1245,-0.3001 l 0.1506,0.0137 l 0.0260,-0.2864 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,102.5047 l -32.5400,-3.6157 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,98.4370 l 4.5536,2.0599 l -0.6364,-1.6247 l 0.9776,-1.4453 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3758,98.8722 l 0.1503,0.0167 l -0.0318,0.2859 l -0.1185,-0.3026 l 0.1503,0.0167 l 0.0318,-0.2859 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,117.6424 l -32.5400,-4.6487 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,112.4126 l 4.5056,2.2102 l -0.5878,-1.6505 l 1.0264,-1.4199 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3764,112.9723 l 0.1497,0.0214 l -0.0407,0.2847 l -0.1090,-0.3061 l 0.1497,0.0214 l 0.0407,-0.2847 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,132.7802 l -32.5400,-6.5082 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,125.4585 l 4.4195,2.4811 l -0.5002,-1.6973 l 1.1146,-1.3743 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3778,126.2424 l 0.1483,0.0297 l -0.0564,0.2820 l -0.0919,-0.3117 l 0.1483,0.0297 l 0.0564,-0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,147.9180 l -32.5400,-10.8469 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,135.7153 l 4.2199,3.1152 l -0.2958,-1.8071 l 1.3210,-1.2682 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3826,137.0233 l 0.1434,0.0478 l -0.0910,0.2729 l -0.0525,-0.3207 l 0.1434,0.0478 l 0.0910,-0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,163.0558 l -32.5400,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,126.4480 l 3.2245,6.3285 l 0.7361,-2.3679 l 2.3679,-0.7361 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.4192,130.4086 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,178.1936 l -32.5400,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,214.8011 l 6.3285,-3.2245 l -2.3679,-0.7361 l -0.7361,-2.3679 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.4192,210.8405 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,193.3314 l -32.5400,10.8466 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,205.5338 l 5.2450,-0.0398 l -1.3209,-1.2682 l 0.2958,-1.8071 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3826,204.2257 l 0.1435,-0.0478 l 0.0910,0.2729 l -0.2344,-0.2250 l 0.1435,-0.0478 l -0.0910,-0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,208.4692 l -32.5400,6.5079 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,215.7905 l 5.0338,0.5905 l -1.1146,-1.3743 l 0.5003,-1.6973 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3778,215.0067 l 0.1483,-0.0297 l 0.0564,0.2820 l -0.2047,-0.2524 l 0.1483,-0.0297 l -0.0564,-0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,223.6069 l -32.5400,4.6484 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,228.8364 l 4.9442,0.8603 l -1.0264,-1.4199 l 0.5878,-1.6505 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3764,228.2768 l 0.1497,-0.0214 l 0.0407,0.2847 l -0.1904,-0.2633 l 0.1497,-0.0214 l -0.0407,-0.2847 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,238.7447 l -32.5400,3.6154 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,242.8121 l 4.8948,1.0101 l -0.9775,-1.4453 l 0.6364,-1.6247 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3758,242.3768 l 0.1503,-0.0167 l 0.0318,0.2859 l -0.1820,-0.2692 l 0.1503,-0.0167 l -0.0318,-0.2859 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,253.8825 l -32.5400,2.9580 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,257.2103 l 4.8634,1.1055 l -0.9465,-1.4615 l 0.6674,-1.6082 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3755,256.8542 l 0.1506,-0.0137 l 0.0260,0.2864 l -0.1766,-0.2727 l 0.1506,-0.0137 l -0.0260,-0.2864 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,269.0203 l -32.5400,2.5029 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,271.8361 l 4.8417,1.1715 l -0.9249,-1.4727 l 0.6888,-1.5969 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3753,271.5348 l 0.1508,-0.0116 l 0.0221,0.2868 l -0.1728,-0.2752 l 0.1508,-0.0116 l -0.0221,-0.2868 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,284.1581 l -32.5400,2.1692 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,286.5984 l 4.8258,1.2199 l -0.9092,-1.4810 l 0.7046,-1.5885 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3752,286.3373 l 0.1509,-0.0101 l 0.0191,0.2870 l -0.1700,-0.2769 l 0.1509,-0.0101 l -0.0191,-0.2870 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,299.2959 l -32.5400,1.9140 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,301.4491 l 4.8137,1.2569 l -0.8971,-1.4873 l 0.7166,-1.5822 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3751,301.2187 l 0.1509,-0.0089 l 0.0169,0.2871 l -0.1678,-0.2782 l 0.1509,-0.0089 l -0.0169,-0.2871 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.0661,314.4337 l -32.5400,1.7125 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4586,316.3602 l 4.8041,1.2861 l -0.8876,-1.4922 l 0.7261,-1.5772 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.3751,316.1541 l 0.1510,-0.0079 l 0.0151,0.2872 l -0.1661,-0.2793 l 0.1510,-0.0079 l -0.0151,-0.2872 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,26.8157 l -7.8763,-1.2437 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.2111,25.1234 l 3.0796,1.5673 l -0.3880,-1.1423 l 0.7211,-0.9672 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.9027,25.5484 l 0.1494,0.0236 l -0.0449,0.2841 l -0.1045,-0.3077 l 0.1494,0.0236 l 0.0449,-0.2841 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,41.9535 l -7.8935,-1.3931 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.2025,40.0605 l 3.0507,1.6227 l -0.3672,-1.1491 l 0.7384,-0.9540 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.8860,40.5341 l 0.1489,0.0263 l -0.0500,0.2832 l -0.0989,-0.3095 l 0.1489,0.0263 l 0.0500,-0.2832 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,57.0913 l -7.9176,-1.5837 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.1904,54.9435 l 3.0131,1.6916 l -0.3410,-1.1572 l 0.7599,-0.9370 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.8624,55.4780 l 0.1483,0.0297 l -0.0564,0.2820 l -0.0919,-0.3117 l 0.1483,0.0297 l 0.0564,-0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,72.2291 l -7.9532,-1.8355 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.1726,69.7468 l 2.9621,1.7795 l -0.3069,-1.1667 l 0.7871,-0.9142 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.8278,70.3596 l 0.1473,0.0340 l -0.0647,0.2803 l -0.0827,-0.3143 l 0.1473,0.0340 l 0.0647,-0.2803 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,87.3669 l -8.0086,-2.1843 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.1449,84.4258 l 2.8896,1.8949 l -0.2606,-1.1779 l 0.8226,-0.8825 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.7738,85.1428 l 0.1459,0.0398 l -0.0757,0.2775 l -0.0702,-0.3173 l 0.1459,0.0398 l 0.0757,-0.2775 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,102.5047 l -8.1011,-2.7005 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.0986,98.8946 l 2.7800,2.0523 l -0.1949,-1.1905 l 0.8702,-0.8355 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.6838,99.7563 l 0.1434,0.0478 l -0.0910,0.2729 l -0.0525,-0.3207 l 0.1434,0.0478 l 0.0910,-0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,117.6424 l -8.2710,-3.5449 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.0137,112.9645 l 2.6000,2.2761 l -0.0953,-1.2026 l 0.9366,-0.7603 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.5183,114.0380 l 0.1390,0.0596 l -0.1133,0.2644 l -0.0257,-0.3239 l 0.1390,0.0596 l 0.1133,-0.2644 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,132.7802 l -8.6257,-5.1756 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 343.8364,126.1248 l 2.2686,2.6065 l 0.0680,-1.2045 l 1.0308,-0.6268 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.1730,127.5268 l 0.1297,0.0778 l -0.1480,0.2466 l 0.0183,-0.3244 l 0.1297,0.0778 l 0.1480,-0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,147.9180 l -9.4908,-9.4910 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 343.4038,136.3932 l 1.5687,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 345.3306,138.3201 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,163.0558 l -10.8466,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.7259,126.4480 l 0.0398,5.2450 l 1.2682,-1.3210 l 1.8071,0.2959 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.0339,130.3721 l 0.0478,0.1435 l -0.2729,0.0910 l 0.2250,-0.2344 l 0.0478,0.1435 l 0.2729,-0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,178.1936 l -10.8466,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.7259,214.8011 l 3.1151,-4.2199 l -1.8071,0.2958 l -1.2682,-1.3210 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.0339,210.8770 l 0.0478,-0.1435 l 0.2729,0.0910 l -0.3207,0.0525 l 0.0478,-0.1435 l -0.2729,-0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,193.3314 l -9.4907,9.4907 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 343.4038,204.8558 l 3.0788,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 345.3307,202.9290 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,208.4692 l -8.6256,5.1753 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 343.8364,215.1242 l 3.3674,-0.7752 l -1.0307,-0.6268 l -0.0680,-1.2045 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.1730,213.7223 l 0.1297,-0.0778 l 0.1480,0.2466 l -0.2776,-0.1688 l 0.1297,-0.0778 l -0.1480,-0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,223.6069 l -8.2710,3.5446 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.0137,228.2845 l 3.4413,-0.3131 l -0.9366,-0.7603 l 0.0954,-1.2026 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.5184,227.2111 l 0.1390,-0.0596 l 0.1133,0.2644 l -0.2523,-0.2048 l 0.1390,-0.0596 l -0.1133,-0.2644 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,238.7447 l -8.1011,2.7003 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.0987,242.3545 l 3.4554,-0.0262 l -0.8702,-0.8355 l 0.1949,-1.1905 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.6838,241.4928 l 0.1435,-0.0478 l 0.0910,0.2729 l -0.2344,-0.2250 l 0.1435,-0.0478 l -0.0910,-0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,253.8825 l -8.0086,2.1841 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.1449,256.8233 l 3.4515,0.1655 l -0.8225,-0.8825 l 0.2607,-1.1779 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.7739,256.1064 l 0.1459,-0.0398 l 0.0757,0.2775 l -0.2216,-0.2377 l 0.1459,-0.0398 l -0.0757,-0.2775 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,269.0203 l -7.9532,1.8353 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.1726,271.5023 l 3.4423,0.3015 l -0.7871,-0.9142 l 0.3069,-1.1667 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.8278,270.8896 l 0.1473,-0.0340 l 0.0647,0.2803 l -0.2120,-0.2463 l 0.1473,-0.0340 l -0.0647,-0.2803 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,284.1581 l -7.9176,1.5834 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.1904,286.3055 l 3.4319,0.4026 l -0.7599,-0.9370 l 0.3411,-1.1572 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.8625,285.7712 l 0.1483,-0.0297 l 0.0564,0.2820 l -0.2047,-0.2524 l 0.1483,-0.0297 l -0.0564,-0.2820 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,299.2959 l -7.8934,1.3929 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.2025,301.1885 l 3.4219,0.4805 l -0.7384,-0.9540 l 0.3673,-1.1491 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.8860,300.7150 l 0.1489,-0.0263 l 0.0500,0.2832 l -0.1989,-0.2570 l 0.1489,-0.0263 l -0.0500,-0.2832 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9283,314.4337 l -7.8763,1.2435 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 344.2111,316.1257 l 3.4127,0.5422 l -0.7210,-0.9672 l 0.3880,-1.1423 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.9027,315.7008 l 0.1494,-0.0236 l 0.0449,0.2841 l -0.1942,-0.2605 l 0.1494,-0.0236 l -0.0449,-0.2841 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,26.8157 l -2.5720,-0.6769 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.4371,25.4068 l 2.9063,1.8691 l -0.2711,-1.1755 l 0.8147,-0.8898 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.0723,26.1003 l 0.1462,0.0385 l -0.0732,0.2781 l -0.0730,-0.3166 l 0.1462,0.0385 l 0.0732,-0.2781 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,41.9535 l -2.6163,-0.7696 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.4149,40.3723 l 2.8515,1.9518 l -0.2372,-1.1828 l 0.8399,-0.8660 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.0292,41.1413 l 0.1451,0.0427 l -0.0812,0.2759 l -0.0639,-0.3186 l 0.1451,0.0427 l 0.0812,-0.2759 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,57.0913 l -2.6778,-0.8927 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.3842,55.2890 l 2.7800,2.0523 l -0.1949,-1.1905 l 0.8703,-0.8355 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.9693,56.1508 l 0.1434,0.0478 l -0.0910,0.2729 l -0.0525,-0.3207 l 0.1434,0.0478 l 0.0910,-0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,72.2291 l -2.7660,-1.0639 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.3401,70.1326 l 2.6839,2.1764 l -0.1406,-1.1981 l 0.9073,-0.7951 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.8834,71.1109 l 0.1411,0.0543 l -0.1033,0.2684 l -0.0379,-0.3227 l 0.1411,0.0543 l 0.1033,-0.2684 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,87.3669 l -2.8982,-1.3175 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.2740,84.8592 l 2.5499,2.3320 l -0.0692,-1.2044 l 0.9529,-0.7398 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.7547,85.9868 l 0.1377,0.0626 l -0.1190,0.2618 l -0.0186,-0.3244 l 0.1377,0.0626 l 0.1190,-0.2618 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,102.5047 l -3.1065,-1.7259 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.1698,99.3819 l 2.3542,2.5295 l 0.0279,-1.2061 l 1.0093,-0.6608 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.5519,100.7053 l 0.1322,0.0734 l -0.1397,0.2514 l 0.0075,-0.3249 l 0.1322,0.0734 l 0.1397,-0.2514 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,117.6424 l -3.4541,-2.4673 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.9961,113.5033 l 2.0535,2.7791 l 0.1639,-1.1952 l 1.0775,-0.5426 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.2134,115.0872 l 0.1230,0.0879 l -0.1672,0.2340 l 0.0441,-0.3219 l 0.1230,0.0879 l 0.1672,-0.2340 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,132.7802 l -4.0675,-4.0676 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.6894,126.6788 l 1.5687,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 335.6162,128.6057 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,147.9180 l -5.1754,-8.6259 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.1354,136.8258 l 0.7751,3.3674 l 0.6268,-1.0307 l 1.2045,-0.0680 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.5374,139.1624 l 0.0778,0.1297 l -0.2466,0.1480 l 0.1688,-0.2776 l 0.0778,0.1297 l 0.2466,-0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,163.0558 l -6.5079,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.4691,126.4480 l -0.5905,5.0338 l 1.3743,-1.1146 l 1.6973,0.5003 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.2530,130.3672 l 0.0297,0.1483 l -0.2820,0.0564 l 0.2524,-0.2047 l 0.0297,0.1483 l 0.2820,-0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,178.1936 l -6.5079,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.4691,214.8011 l 2.4811,-4.4195 l -1.6973,0.5003 l -1.3743,-1.1146 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.2530,210.8818 l 0.0297,-0.1483 l 0.2820,0.0564 l -0.3117,0.0919 l 0.0297,-0.1483 l -0.2820,-0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,193.3314 l -5.1754,8.6256 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.1354,204.4233 l 2.6064,-2.2686 l -1.2045,-0.0680 l -0.6268,-1.0308 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.5374,202.0866 l 0.0778,-0.1297 l 0.2466,0.1480 l -0.3244,-0.0183 l 0.0778,-0.1297 l -0.2466,-0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,208.4692 l -4.0674,4.0673 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.6894,214.5702 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 335.6163,212.6434 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,223.6069 l -3.4540,2.4671 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.9961,227.7458 l 3.2949,-1.0412 l -1.0774,-0.5426 l -0.1638,-1.1952 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.2135,226.1619 l 0.1230,-0.0879 l 0.1672,0.2340 l -0.2902,-0.1462 l 0.1230,-0.0879 l -0.1672,-0.2340 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,238.7447 l -3.1064,1.7257 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.1699,241.8672 l 3.3914,-0.6625 l -1.0093,-0.6608 l -0.0278,-1.2061 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.5520,240.5439 l 0.1322,-0.0734 l 0.1397,0.2514 l -0.2719,-0.1780 l 0.1322,-0.0734 l -0.1397,-0.2514 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,253.8825 l -2.8981,1.3173 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.2740,256.3899 l 3.4336,-0.3878 l -0.9529,-0.7398 l 0.0692,-1.2044 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.7548,255.2624 l 0.1377,-0.0626 l 0.1190,0.2618 l -0.2567,-0.1993 l 0.1377,-0.0626 l -0.1190,-0.2618 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,269.0203 l -2.7659,1.0638 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.3401,271.1165 l 3.4506,-0.1831 l -0.9073,-0.7951 l 0.1407,-1.1981 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.8835,270.1384 l 0.1411,-0.0543 l 0.1032,0.2684 l -0.2444,-0.2142 l 0.1411,-0.0543 l -0.1032,-0.2684 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,284.1581 l -2.6777,0.8925 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.3842,285.9601 l 3.4554,-0.0262 l -0.8702,-0.8355 l 0.1949,-1.1905 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.9694,285.0984 l 0.1435,-0.0478 l 0.0909,0.2729 l -0.2344,-0.2250 l 0.1435,-0.0478 l -0.0909,-0.2729 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,299.2959 l -2.6163,0.7694 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.4150,300.8768 l 3.4541,0.0972 l -0.8398,-0.8660 l 0.2373,-1.1828 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.0292,300.1080 l 0.1451,-0.0427 l 0.0812,0.2759 l -0.2262,-0.2333 l 0.1451,-0.0427 l -0.0812,-0.2759 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.7906,314.4337 l -2.5719,0.6768 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.4371,315.8424 l 3.4499,0.1963 l -0.8146,-0.8898 l 0.2712,-1.1755 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.0724,315.1489 l 0.1462,-0.0385 l 0.0732,0.2781 l -0.2194,-0.2397 l 0.1462,-0.0385 l -0.0732,-0.2781 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,26.8157 l -0.4130,-0.1522 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.5410,25.6691 l 2.7145,2.1382 l -0.1576,-1.1960 l 0.8959,-0.8079 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.0979,26.6113 l 0.1419,0.0523 l -0.0994,0.2699 l -0.0424,-0.3222 l 0.1419,0.0523 l 0.0994,-0.2699 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,41.9535 l -0.4916,-0.2024 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.5017,40.6559 l 2.6322,2.2387 l -0.1125,-1.2011 l 0.9257,-0.7736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.0213,41.6935 l 0.1398,0.0576 l -0.1095,0.2660 l -0.0303,-0.3235 l 0.1398,0.0576 l 0.1095,-0.2660 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,57.0913 l -0.5980,-0.2791 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.4485,55.5958 l 2.5264,2.3575 l -0.0571,-1.2050 l 0.9603,-0.7302 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.9177,56.7482 l 0.1370,0.0639 l -0.1216,0.2606 l -0.0154,-0.3246 l 0.1370,0.0639 l 0.1216,-0.2606 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,72.2291 l -0.7459,-0.4017 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.3745,70.4637 l 2.3872,2.4983 l 0.0120,-1.2063 l 1.0005,-0.6740 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.7737,71.7557 l 0.1331,0.0717 l -0.1364,0.2532 l 0.0032,-0.3249 l 0.1331,0.0717 l 0.1364,-0.2532 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,87.3669 l -0.9577,-0.6095 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.2686,85.2132 l 2.1992,2.6653 l 0.0997,-1.2022 l 1.0469,-0.5994 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.5675,86.6762 l 0.1276,0.0812 l -0.1544,0.2426 l 0.0269,-0.3238 l 0.1276,0.0812 l 0.1544,-0.2426 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,102.5047 l -1.2701,-0.9879 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.1124,99.7509 l 1.9384,2.8605 l 0.2125,-1.1875 l 1.0987,-0.4982 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.2633,101.4239 l 0.1194,0.0928 l -0.1766,0.2270 l 0.0572,-0.3199 l 0.1194,0.0928 l 0.1766,-0.2270 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,117.6424 l -1.7432,-1.7433 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.8759,113.8653 l 1.5687,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.8027,115.7922 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,132.7802 l -2.4672,-3.4543 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.5138,126.9855 l 1.0412,3.2949 l 0.5426,-1.0774 l 1.1952,-0.1638 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.0977,129.2029 l 0.0879,0.1230 l -0.2340,0.1672 l 0.1462,-0.2902 l 0.0879,0.1230 l 0.2340,-0.1672 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,147.9180 l -3.5447,-8.2713 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.9751,137.0031 l 0.3131,3.4413 l 0.7603,-0.9366 l 1.2026,0.0954 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.0485,139.5077 l 0.0596,0.1390 l -0.2644,0.1133 l 0.2048,-0.2523 l 0.0596,0.1390 l 0.2644,-0.1133 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,163.0558 l -4.6485,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.4232,126.4480 l -0.8603,4.9443 l 1.4199,-1.0264 l 1.6505,0.5878 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.9829,130.3658 l 0.0214,0.1497 l -0.2847,0.0407 l 0.2633,-0.1904 l 0.0214,0.1497 l 0.2847,-0.0407 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,178.1936 l -4.6485,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.4232,214.8011 l 2.2102,-4.5056 l -1.6505,0.5878 l -1.4199,-1.0264 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.9829,210.8833 l 0.0214,-0.1497 l 0.2847,0.0407 l -0.3061,0.1090 l 0.0214,-0.1497 l -0.2847,-0.0407 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,193.3314 l -3.5447,8.2709 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.9751,204.2459 l 2.2760,-2.6000 l -1.2026,0.0954 l -0.7603,-0.9366 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.0485,201.7413 l 0.0596,-0.1390 l 0.2644,0.1133 l -0.3239,0.0257 l 0.0596,-0.1390 l -0.2644,-0.1133 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,208.4692 l -2.4671,3.4540 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.5139,214.2636 l 2.7791,-2.0536 l -1.1952,-0.1638 l -0.5426,-1.0775 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.0978,212.0462 l 0.0879,-0.1230 l 0.2340,0.1672 l -0.3219,-0.0441 l 0.0879,-0.1230 l -0.2340,-0.1672 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,223.6069 l -1.7431,1.7430 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.8759,227.3837 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.8028,225.4569 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,238.7447 l -1.2699,0.9877 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.1125,241.4982 l 3.2497,-1.1747 l -1.0987,-0.4982 l -0.2124,-1.1875 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.2635,239.8253 l 0.1194,-0.0928 l 0.1766,0.2270 l -0.2959,-0.1342 l 0.1194,-0.0928 l -0.1766,-0.2270 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,253.8825 l -0.9575,0.6093 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.2687,256.0360 l 3.3458,-0.8635 l -1.0469,-0.5995 l -0.0996,-1.2022 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.5677,254.5730 l 0.1276,-0.0812 l 0.1544,0.2427 l -0.2820,-0.1615 l 0.1276,-0.0812 l -0.1544,-0.2427 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,269.0203 l -0.7458,0.4016 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.3746,270.7854 l 3.3998,-0.6178 l -1.0005,-0.6740 l -0.0119,-1.2063 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.7738,269.4936 l 0.1331,-0.0717 l 0.1364,0.2532 l -0.2695,-0.1816 l 0.1331,-0.0717 l -0.1364,-0.2532 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,284.1581 l -0.5979,0.2790 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.4485,285.6533 l 3.4296,-0.4221 l -0.9603,-0.7302 l 0.0572,-1.2050 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.9179,284.5010 l 0.1370,-0.0639 l 0.1216,0.2606 l -0.2586,-0.1967 l 0.1370,-0.0639 l -0.1216,-0.2606 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,299.2959 l -0.4915,0.2024 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.5017,300.5933 l 3.4454,-0.2638 l -0.9256,-0.7736 l 0.1126,-1.2011 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.0215,299.5558 l 0.1398,-0.0576 l 0.1095,0.2660 l -0.2493,-0.2084 l 0.1398,-0.0576 l -0.1095,-0.2660 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.6528,314.4337 l -0.4129,0.1521 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.5410,315.5800 l 3.4529,-0.1341 l -0.8959,-0.8079 l 0.1576,-1.1960 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.0980,314.6380 l 0.1419,-0.0523 l 0.0994,0.2699 l -0.2413,-0.2176 l 0.1419,-0.0523 l -0.0994,-0.2699 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,26.8157 l 0.6792,0.3218 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.5949,25.9061 l 2.5128,2.3720 l -0.0502,-1.2053 l 0.9645,-0.7246 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 310.0575,27.0727 l 0.1367,0.0647 l -0.1231,0.2599 l -0.0135,-0.3247 l 0.1367,0.0647 l 0.1231,-0.2599 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,41.9535 l 0.5644,0.2988 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.5375,40.9065 l 2.4047,2.4815 l 0.0035,-1.2064 l 0.9958,-0.6810 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.9458,42.1816 l 0.1336,0.0708 l -0.1346,0.2542 l 0.0009,-0.3249 l 0.1336,0.0708 l 0.1346,-0.2542 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,57.0913 l 0.4131,0.2479 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.4619,55.8593 l 2.2685,2.6065 l 0.0681,-1.2045 l 1.0308,-0.6268 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.7985,57.2614 l 0.1297,0.0778 l -0.1480,0.2466 l 0.0183,-0.3244 l 0.1297,0.0778 l 0.1480,-0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,72.2291 l 0.2101,0.1454 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.3603,70.7373 l 2.0941,2.7486 l 0.1463,-1.1975 l 1.0694,-0.5584 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.6007,72.2885 l 0.1243,0.0861 l -0.1637,0.2365 l 0.0394,-0.3225 l 0.1243,0.0861 l 0.1637,-0.2365 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,87.3669 l -0.0674,-0.0552 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.2216,85.4903 l 1.8672,2.9075 l 0.2417,-1.1819 l 1.1107,-0.4709 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.3306,87.2160 l 0.1170,0.0958 l -0.1821,0.2226 l 0.0651,-0.3184 l 0.1170,0.0958 l 0.1821,-0.2226 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,102.5047 l -0.4519,-0.4520 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.0293,100.0188 l 1.5686,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.9561,101.9457 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,117.6424 l -0.9879,-1.2702 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.7614,114.1019 l 1.1747,3.2497 l 0.4982,-1.0987 l 1.1875,-0.2124 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.4343,116.2529 l 0.0928,0.1194 l -0.2270,0.1766 l 0.1342,-0.2959 l 0.0928,0.1194 l 0.2270,-0.1766 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,132.7802 l -1.7259,-3.1067 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.3924,127.1593 l 0.6625,3.3914 l 0.6608,-1.0093 l 1.2061,-0.0278 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.7157,129.5413 l 0.0734,0.1322 l -0.2514,0.1397 l 0.1780,-0.2719 l 0.0734,0.1322 l 0.2514,-0.1397 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,147.9180 l -2.7004,-8.1014 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.9051,137.0880 l 0.0262,3.4554 l 0.8355,-0.8702 l 1.1905,0.1949 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.7668,139.6732 l 0.0478,0.1435 l -0.2729,0.0909 l 0.2250,-0.2344 l 0.0478,0.1435 l 0.2729,-0.0909 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,163.0558 l -3.6155,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.4476,126.4480 l -1.0101,4.8948 l 1.4453,-0.9775 l 1.6247,0.6364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.8828,130.3652 l 0.0167,0.1503 l -0.2859,0.0318 l 0.2692,-0.1820 l 0.0167,0.1503 l 0.2859,-0.0318 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,178.1936 l -3.6155,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.4476,214.8011 l 2.0599,-4.5537 l -1.6247,0.6364 l -1.4453,-0.9775 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.8828,210.8839 l 0.0167,-0.1503 l 0.2859,0.0318 l -0.3026,0.1185 l 0.0167,-0.1503 l -0.2859,-0.0318 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,193.3314 l -2.7003,8.1010 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.9052,204.1610 l 2.0522,-2.7800 l -1.1905,0.1949 l -0.8355,-0.8702 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.7669,201.5758 l 0.0478,-0.1435 l 0.2729,0.0910 l -0.3207,0.0525 l 0.0478,-0.1435 l -0.2729,-0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,208.4692 l -1.7258,3.1064 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.3924,214.0898 l 2.5294,-2.3542 l -1.2061,-0.0278 l -0.6608,-1.0093 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.7158,211.7077 l 0.0734,-0.1322 l 0.2514,0.1397 l -0.3249,-0.0075 l 0.0734,-0.1322 l -0.2514,-0.1397 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,223.6069 l -0.9877,1.2699 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.7615,227.1472 l 2.8605,-1.9385 l -1.1875,-0.2124 l -0.4982,-1.0987 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.4344,224.9962 l 0.0928,-0.1194 l 0.2270,0.1766 l -0.3199,-0.0572 l 0.0928,-0.1194 l -0.2270,-0.1766 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,238.7447 l -0.4518,0.4518 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.0294,241.2303 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.9563,239.3034 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,253.8825 l -0.0672,0.0550 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.2217,255.7588 l 3.2197,-1.2546 l -1.1106,-0.4710 l -0.2417,-1.1819 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.3307,254.0333 l 0.1170,-0.0958 l 0.1821,0.2226 l -0.2992,-0.1269 l 0.1170,-0.0958 l -0.1821,-0.2226 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,269.0203 l 0.2103,-0.1456 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.3604,270.5119 l 3.3098,-0.9926 l -1.0694,-0.5584 l -0.1462,-1.1975 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.6009,268.9608 l 0.1243,-0.0861 l 0.1637,0.2365 l -0.2880,-0.1504 l 0.1243,-0.0861 l -0.1637,-0.2365 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,284.1581 l 0.4133,-0.2480 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.4620,285.3898 l 3.3674,-0.7751 l -1.0307,-0.6268 l -0.0680,-1.2045 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.7986,283.9879 l 0.1297,-0.0778 l 0.1480,0.2466 l -0.2776,-0.1688 l 0.1297,-0.0778 l -0.1480,-0.2466 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,299.2959 l 0.5646,-0.2989 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.5376,300.3427 l 3.4041,-0.5939 l -0.9957,-0.6811 l -0.0034,-1.2064 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.9459,299.0677 l 0.1336,-0.0707 l 0.1346,0.2542 l -0.2682,-0.1834 l 0.1336,-0.0707 l -0.1346,-0.2542 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.5150,314.4337 l 0.6793,-0.3218 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.5950,315.3431 l 3.4271,-0.4417 l -0.9644,-0.7247 l 0.0503,-1.2053 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 310.0577,314.1766 l 0.1367,-0.0647 l 0.1231,0.2599 l -0.2598,-0.1952 l 0.1367,-0.0647 l -0.1231,-0.2599 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,26.8157 l 1.2805,0.7414 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.1686,26.1159 l 2.3089,2.5708 l 0.0492,-1.2054 l 1.0209,-0.6428 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.5268,27.4814 l 0.1309,0.0758 l -0.1441,0.2489 l 0.0133,-0.3247 l 0.1309,0.0758 l 0.1441,-0.2489 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,41.9535 l 1.1317,0.7324 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.0943,41.1233 l 2.1789,2.6819 l 0.1088,-1.2015 l 1.0514,-0.5915 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.3820,42.6037 l 0.1269,0.0822 l -0.1563,0.2415 l 0.0293,-0.3236 l 0.1269,0.0822 l 0.1563,-0.2415 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,57.0913 l 0.9409,0.6901 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.9989,56.0804 l 2.0185,2.8046 l 0.1788,-1.1930 l 1.0842,-0.5290 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.1962,57.6920 l 0.1219,0.0894 l -0.1701,0.2319 l 0.0482,-0.3214 l 0.1219,0.0894 l 0.1701,-0.2319 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,72.2291 l 0.6935,0.5868 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.8751,70.9580 l 1.8189,2.9380 l 0.2612,-1.1777 l 1.1183,-0.4525 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.9553,72.7182 l 0.1154,0.0977 l -0.1858,0.2196 l 0.0704,-0.3172 l 0.1154,0.0977 l 0.1858,-0.2196 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,87.3669 l 0.3697,0.3698 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.7133,85.7028 l 1.5686,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3580 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.6400,87.6297 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,102.5047 l -0.0552,-0.0674 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5008,100.2111 l 1.2545,3.2197 l 0.4710,-1.1106 l 1.1819,-0.2416 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.2263,102.3202 l 0.0957,0.1170 l -0.2226,0.1821 l 0.1269,-0.2992 l 0.0957,0.1170 l 0.2226,-0.1821 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,117.6424 l -0.6095,-0.9578 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.2237,114.2581 l 0.8634,3.3459 l 0.5995,-1.0469 l 1.2023,-0.0996 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.6866,116.5571 l 0.0812,0.1276 l -0.2427,0.1544 l 0.1615,-0.2820 l 0.0812,0.1276 l 0.2427,-0.1544 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,132.7802 l -1.3174,-2.8984 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.8697,127.2634 l 0.3877,3.4336 l 0.7398,-0.9529 l 1.2044,0.0692 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.9972,129.7442 l 0.0626,0.1377 l -0.2618,0.1190 l 0.1993,-0.2567 l 0.0626,0.1377 l 0.2618,-0.1190 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,147.9180 l -2.1841,-8.0089 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.4363,137.1343 l -0.1655,3.4515 l 0.8825,-0.8225 l 1.1779,0.2607 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.1533,139.7632 l 0.0398,0.1459 l -0.2775,0.0757 l 0.2377,-0.2216 l 0.0398,0.1459 l 0.2775,-0.0757 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,163.0558 l -2.9581,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.0493,126.4480 l -1.1055,4.8634 l 1.4615,-0.9465 l 1.6082,0.6674 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.4054,130.3649 l 0.0137,0.1506 l -0.2864,0.0260 l 0.2727,-0.1766 l 0.0137,0.1506 l 0.2864,-0.0260 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,178.1936 l -2.9581,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.0493,214.8011 l 1.9643,-4.5843 l -1.6082,0.6674 l -1.4615,-0.9465 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.4054,210.8842 l 0.0137,-0.1506 l 0.2864,0.0260 l -0.3001,0.1245 l 0.0137,-0.1506 l -0.2864,-0.0260 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,193.3314 l -2.1841,8.0085 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.4363,204.1147 l 1.8949,-2.8896 l -1.1779,0.2606 l -0.8825,-0.8225 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.1533,201.4858 l 0.0398,-0.1459 l 0.2775,0.0757 l -0.3173,0.0702 l 0.0398,-0.1459 l -0.2775,-0.0757 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,208.4692 l -1.3173,2.8981 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.8697,213.9856 l 2.3320,-2.5499 l -1.2044,0.0692 l -0.7398,-0.9529 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.9973,211.5049 l 0.0626,-0.1377 l 0.2618,0.1190 l -0.3244,0.0186 l 0.0626,-0.1377 l -0.2618,-0.1190 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,223.6069 l -0.6093,0.9575 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.2237,226.9910 l 2.6652,-2.1993 l -1.2022,-0.0997 l -0.5995,-1.0469 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.6867,224.6920 l 0.0812,-0.1276 l 0.2427,0.1544 l -0.3238,-0.0268 l 0.0812,-0.1276 l -0.2427,-0.1544 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,238.7447 l -0.0550,0.0672 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5009,241.0380 l 2.9075,-1.8673 l -1.1819,-0.2417 l -0.4709,-1.1107 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.2265,238.9290 l 0.0958,-0.1170 l 0.2226,0.1821 l -0.3184,-0.0651 l 0.0958,-0.1170 l -0.2226,-0.1821 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,253.8825 l 0.3699,-0.3699 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.7134,255.5463 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.6402,253.6195 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,269.0203 l 0.6937,-0.5870 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.8752,270.2912 l 3.1985,-1.3076 l -1.1183,-0.4525 l -0.2612,-1.1778 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.9555,268.5310 l 0.1154,-0.0977 l 0.1858,0.2196 l -0.3012,-0.1219 l 0.1154,-0.0977 l -0.1858,-0.2196 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,284.1581 l 0.9412,-0.6902 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.9990,285.1688 l 3.2816,-1.0823 l -1.0841,-0.5291 l -0.1787,-1.1931 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.1964,283.5573 l 0.1219,-0.0894 l 0.1701,0.2319 l -0.2920,-0.1425 l 0.1219,-0.0894 l -0.1701,-0.2319 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,299.2959 l 1.1320,-0.7324 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.0944,300.1259 l 3.3392,-0.8887 l -1.0514,-0.5915 l -0.1087,-1.2015 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.3822,298.6456 l 0.1270,-0.0821 l 0.1562,0.2415 l -0.2832,-0.1593 l 0.1270,-0.0821 l -0.1562,-0.2415 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3772,314.4337 l 1.2807,-0.7414 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.1687,315.1333 l 3.3791,-0.7224 l -1.0208,-0.6429 l -0.0491,-1.2054 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.5270,313.7680 l 0.1309,-0.0758 l 0.1441,0.2489 l -0.2750,-0.1732 l 0.1309,-0.0758 l -0.1441,-0.2489 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,26.8157 l 1.3904,0.9515 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.2562,26.1429 l 2.1091,2.7371 l 0.1397,-1.1983 l 1.0663,-0.5642 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.5051,27.6818 l 0.1248,0.0854 l -0.1624,0.2374 l 0.0376,-0.3228 l 0.1248,0.0854 l 0.1624,-0.2374 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,41.9535 l 1.3383,1.0235 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.2931,41.2298 l 1.9617,2.8446 l 0.2028,-1.1892 l 1.0946,-0.5071 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.4576,42.8852 l 0.1201,0.0919 l -0.1747,0.2285 l 0.0546,-0.3203 l 0.1201,0.0919 l 0.1747,-0.2285 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,57.0913 l 1.2181,1.0558 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.2841,56.2632 l 1.7840,2.9593 l 0.2752,-1.1746 l 1.1236,-0.4392 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.3432,58.0480 l 0.1143,0.0990 l -0.1884,0.2173 l 0.0741,-0.3164 l 0.1143,0.0990 l 0.1884,-0.2173 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,72.2291 l 0.9386,0.9387 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1443,71.1339 l 1.5686,3.0789 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.0711,73.0608 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,87.3669 l 0.5868,0.6935 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.9684,85.8647 l 1.3075,3.1985 l 0.4526,-1.1183 l 1.1778,-0.2611 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.7285,87.9449 l 0.0977,0.1154 l -0.2196,0.1858 l 0.1219,-0.3012 l 0.0977,0.1154 l 0.2196,-0.1858 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,102.5047 l 0.1454,0.2100 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.7477,100.3498 l 0.9926,3.3098 l 0.5584,-1.0693 l 1.1975,-0.1462 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2987,102.5903 l 0.0861,0.1243 l -0.2365,0.1637 l 0.1504,-0.2880 l 0.0861,0.1243 l 0.2365,-0.1637 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,117.6424 l -0.4017,-0.7461 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.4742,114.3639 l 0.6178,3.3998 l 0.6740,-1.0005 l 1.2063,-0.0119 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.7660,116.7632 l 0.0717,0.1331 l -0.2532,0.1364 l 0.1816,-0.2695 l 0.0717,0.1331 l 0.2532,-0.1364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,132.7802 l -1.0639,-2.7662 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.1431,127.3295 l 0.1830,3.4506 l 0.7951,-0.9073 l 1.1981,0.1407 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1213,129.8729 l 0.0543,0.1411 l -0.2684,0.1032 l 0.2142,-0.2444 l 0.0543,0.1411 l 0.2684,-0.1032 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,147.9180 l -1.8353,-7.9535 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.7574,137.1620 l -0.3015,3.4423 l 0.9142,-0.7871 l 1.1667,0.3069 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.3701,139.8172 l 0.0340,0.1473 l -0.2803,0.0647 l 0.2463,-0.2120 l 0.0340,0.1473 l 0.2803,-0.0647 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,163.0558 l -2.5030,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.4235,126.4480 l -1.1715,4.8417 l 1.4727,-0.9250 l 1.5969,0.6888 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.7248,130.3648 l 0.0116,0.1508 l -0.2868,0.0221 l 0.2752,-0.1728 l 0.0116,0.1508 l 0.2868,-0.0221 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,178.1936 l -2.5030,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.4235,214.8011 l 1.8981,-4.6056 l -1.5969,0.6888 l -1.4727,-0.9249 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.7248,210.8843 l 0.0116,-0.1508 l 0.2868,0.0221 l -0.2984,0.1287 l 0.0116,-0.1508 l -0.2868,-0.0221 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,193.3314 l -1.8353,7.9531 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.7574,204.0870 l 1.7794,-2.9621 l -1.1667,0.3069 l -0.9142,-0.7871 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.3701,201.4319 l 0.0340,-0.1473 l 0.2803,0.0647 l -0.3143,0.0827 l 0.0340,-0.1473 l -0.2803,-0.0647 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,208.4692 l -1.0638,2.7659 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.1431,213.9195 l 2.1763,-2.6840 l -1.1981,0.1406 l -0.7951,-0.9073 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1213,211.3762 l 0.0543,-0.1411 l 0.2684,0.1032 l -0.3227,0.0379 l 0.0543,-0.1411 l -0.2684,-0.1032 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,223.6069 l -0.4016,0.7458 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.4743,226.8851 l 2.4982,-2.3873 l -1.2063,-0.0120 l -0.6740,-1.0005 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.7662,224.4858 l 0.0717,-0.1331 l 0.2532,0.1364 l -0.3249,-0.0032 l 0.0717,-0.1331 l -0.2532,-0.1364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,238.7447 l 0.1456,-0.2103 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.7478,240.8992 l 2.7486,-2.0942 l -1.1975,-0.1462 l -0.5584,-1.0694 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2989,238.6588 l 0.0861,-0.1243 l 0.2365,0.1637 l -0.3225,-0.0394 l 0.0861,-0.1243 l -0.2365,-0.1637 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,253.8825 l 0.5870,-0.6937 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.9685,255.3844 l 2.9379,-1.8190 l -1.1778,-0.2612 l -0.4525,-1.1183 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.7287,253.3043 l 0.0977,-0.1154 l 0.2196,0.1858 l -0.3172,-0.0704 l 0.0977,-0.1154 l -0.2196,-0.1858 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,269.0203 l 0.9388,-0.9388 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1445,270.1152 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.0713,268.1884 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,284.1581 l 1.2183,-1.0558 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.2842,284.9859 l 3.1828,-1.3454 l -1.1236,-0.4393 l -0.2751,-1.1746 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.3435,283.2013 l 0.1143,-0.0990 l 0.1884,0.2174 l -0.3026,-0.1183 l 0.1143,-0.0990 l -0.1884,-0.2174 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,299.2959 l 1.3384,-1.0234 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.2930,300.0196 l 3.2592,-1.1480 l -1.0946,-0.5072 l -0.2027,-1.1892 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.4577,298.3643 l 0.1201,-0.0919 l 0.1747,0.2285 l -0.2948,-0.1366 l 0.1201,-0.0919 l -0.1747,-0.2285 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.2394,314.4337 l 1.3905,-0.9514 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.2562,315.1064 l 3.3152,-0.9744 l -1.0663,-0.5643 l -0.1396,-1.1983 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.5051,313.5677 l 0.1248,-0.0854 l 0.1624,0.2374 l -0.2872,-0.1520 l 0.1248,-0.0854 l -0.1624,-0.2374 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,26.8157 l 1.3223,1.0441 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.1666,26.0774 l 1.9176,2.8746 l 0.2211,-1.1859 l 1.1023,-0.4902 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.3053,27.7661 l 0.1187,0.0937 l -0.1782,0.2257 l 0.0596,-0.3194 l 0.1187,0.0937 l 0.1782,-0.2257 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,41.9535 l 1.2633,1.1148 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.2083,41.1652 l 1.7576,2.9751 l 0.2856,-1.1721 l 1.1274,-0.4292 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.2515,42.9682 l 0.1134,0.1001 l -0.1903,0.2157 l 0.0769,-0.3157 l 0.1134,0.1001 l 0.1903,-0.2157 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,57.0913 l 1.1913,1.1914 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.2592,56.2488 l 1.5686,3.0789 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.1860,58.1758 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,72.2291 l 1.0556,1.2181 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.2737,71.2736 l 1.3452,3.1829 l 0.4393,-1.1235 l 1.1746,-0.2750 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.0582,73.3330 l 0.0990,0.1143 l -0.2174,0.1884 l 0.1183,-0.3026 l 0.0990,0.1143 l 0.2174,-0.1884 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,87.3669 l 0.6900,0.9410 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.0908,85.9884 l 1.0822,3.2816 l 0.5292,-1.0841 l 1.1931,-0.1787 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.7022,88.1859 l 0.0894,0.1219 l -0.2319,0.1701 l 0.1425,-0.2920 l 0.0894,0.1219 l 0.2319,-0.1701 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,102.5047 l 0.2478,0.4131 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.8698,100.4514 l 0.7751,3.3674 l 0.6268,-1.0307 l 1.2045,-0.0680 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.2717,102.7881 l 0.0778,0.1297 l -0.2466,0.1480 l 0.1688,-0.2776 l 0.0778,0.1297 l 0.2466,-0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,117.6424 l -0.2791,-0.5982 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.6063,114.4379 l 0.4220,3.4296 l 0.7303,-0.9602 l 1.2050,0.0572 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.7586,116.9073 l 0.0639,0.1370 l -0.2606,0.1216 l 0.1967,-0.2586 l 0.0639,0.1370 l 0.2606,-0.1216 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,132.7802 l -0.8926,-2.6780 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.2995,127.3736 l 0.0262,3.4554 l 0.8355,-0.8702 l 1.1905,0.1949 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.1612,129.9588 l 0.0478,0.1435 l -0.2729,0.0909 l 0.2250,-0.2344 l 0.0478,0.1435 l 0.2729,-0.0909 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,147.9180 l -1.5835,-7.9179 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.9541,137.1798 l -0.4026,3.4319 l 0.9370,-0.7599 l 1.1572,0.3411 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.4885,139.8518 l 0.0297,0.1483 l -0.2820,0.0564 l 0.2524,-0.2047 l 0.0297,0.1483 l 0.2820,-0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,163.0558 l -2.1692,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.6612,126.4480 l -1.2199,4.8258 l 1.4810,-0.9092 l 1.5886,0.7046 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.9223,130.3646 l 0.0101,0.1509 l -0.2870,0.0191 l 0.2769,-0.1700 l 0.0101,0.1509 l 0.2870,-0.0191 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,178.1936 l -2.1692,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.6612,214.8011 l 1.8496,-4.6212 l -1.5885,0.7046 l -1.4810,-0.9092 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.9223,210.8844 l 0.0101,-0.1509 l 0.2870,0.0191 l -0.2970,0.1317 l 0.0101,-0.1509 l -0.2870,-0.0191 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,193.3314 l -1.5835,7.9175 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.9541,204.0692 l 1.6915,-3.0131 l -1.1572,0.3411 l -0.9370,-0.7599 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.4885,201.3972 l 0.0297,-0.1483 l 0.2820,0.0564 l -0.3117,0.0919 l 0.0297,-0.1483 l -0.2820,-0.0564 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,208.4692 l -0.8925,2.6777 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.2996,213.8754 l 2.0522,-2.7800 l -1.1905,0.1949 l -0.8355,-0.8702 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.1613,211.2903 l 0.0478,-0.1435 l 0.2729,0.0910 l -0.3207,0.0525 l 0.0478,-0.1435 l -0.2729,-0.0910 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,223.6069 l -0.2790,0.5978 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.6064,226.8111 l 2.3574,-2.5265 l -1.2050,0.0572 l -0.7302,-0.9603 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.7587,224.3418 l 0.0639,-0.1370 l 0.2606,0.1216 l -0.3246,0.0154 l 0.0639,-0.1370 l -0.2606,-0.1216 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,238.7447 l 0.2480,-0.4133 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.8698,240.7977 l 2.6064,-2.2686 l -1.2045,-0.0680 l -0.6268,-1.0308 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.2718,238.4611 l 0.0778,-0.1297 l 0.2466,0.1480 l -0.3244,-0.0183 l 0.0778,-0.1297 l -0.2466,-0.1480 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,253.8825 l 0.6902,-0.9412 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.0909,255.2607 l 2.8045,-2.0187 l -1.1931,-0.1788 l -0.5291,-1.0842 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.7024,253.0633 l 0.0894,-0.1219 l 0.2319,0.1701 l -0.3214,-0.0482 l 0.0894,-0.1219 l -0.2319,-0.1701 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,269.0203 l 1.0559,-1.2183 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.2738,269.9755 l 2.9593,-1.7841 l -1.1746,-0.2751 l -0.4393,-1.1236 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.0585,267.9163 l 0.0990,-0.1143 l 0.2173,0.1884 l -0.3164,-0.0741 l 0.0990,-0.1143 l -0.2173,-0.1884 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,284.1581 l 1.1914,-1.1913 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.2592,285.0005 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.1861,283.0737 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,299.2959 l 1.2634,-1.1147 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.2083,300.0841 l 3.1707,-1.3736 l -1.1274,-0.4293 l -0.2855,-1.1721 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.2516,298.2812 l 0.1134,-0.1000 l 0.1903,0.2157 l -0.3037,-0.1156 l 0.1134,-0.1000 l -0.1903,-0.2157 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1016,314.4337 l 1.3224,-1.0440 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.1665,315.1719 l 3.2411,-1.1982 l -1.1023,-0.4903 l -0.2210,-1.1860 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.3053,313.4834 l 0.1187,-0.0937 l 0.1782,0.2258 l -0.2969,-0.1321 l 0.1187,-0.0937 l -0.1782,-0.2258 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,26.8157 l 1.2555,1.1235 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.0760,26.0213 l 1.7369,2.9872 l 0.2937,-1.1701 l 1.1304,-0.4214 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.1067,27.8384 l 0.1127,0.1008 l -0.1918,0.2143 l 0.0791,-0.3152 l 0.1127,0.1008 l 0.1918,-0.2143 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,41.9535 l 1.1913,1.1914 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1215,41.1110 l 1.5686,3.0789 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.0482,43.0380 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,57.0913 l 1.1146,1.2634 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1757,56.1979 l 1.3735,3.1708 l 0.4293,-1.1274 l 1.1721,-0.2855 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.9784,58.2413 l 0.1000,0.1134 l -0.2157,0.1903 l 0.1156,-0.3037 l 0.1000,0.1134 l 0.2157,-0.1903 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,72.2291 l 1.0234,1.3384 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.2402,71.2827 l 1.1479,3.2592 l 0.5073,-1.0945 l 1.1892,-0.2026 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.8954,73.4474 l 0.0918,0.1201 l -0.2285,0.1747 l 0.1366,-0.2948 l 0.0918,0.1201 l 0.2285,-0.1747 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,87.3669 l 0.7322,1.1317 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1337,86.0838 l 0.8887,3.3392 l 0.5916,-1.0514 l 1.2015,-0.1087 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.6139,88.3716 l 0.0821,0.1270 l -0.2415,0.1562 l 0.1593,-0.2832 l 0.0821,0.1270 l 0.2415,-0.1562 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,102.5047 l 0.2987,0.5643 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.9169,100.5270 l 0.5938,3.4041 l 0.6811,-0.9957 l 1.2064,-0.0034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.1918,102.9353 l 0.0707,0.1336 l -0.2542,0.1346 l 0.1835,-0.2682 l 0.0707,0.1336 l 0.2542,-0.1346 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,117.6424 l -0.2025,-0.4918 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.6663,114.4911 l 0.2638,3.4454 l 0.7737,-0.9256 l 1.2011,0.1126 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.7038,117.0108 l 0.0576,0.1398 l -0.2660,0.1095 l 0.2084,-0.2493 l 0.0576,0.1398 l 0.2660,-0.1095 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,132.7802 l -0.7695,-2.6166 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.3828,127.4043 l -0.0972,3.4541 l 0.8660,-0.8398 l 1.1828,0.2373 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1517,130.0186 l 0.0427,0.1451 l -0.2759,0.0812 l 0.2333,-0.2262 l 0.0427,0.1451 l 0.2759,-0.0812 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,147.9180 l -1.3929,-7.8937 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.0711,137.1919 l -0.4805,3.4219 l 0.9540,-0.7384 l 1.1491,0.3673 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.5446,139.8754 l 0.0263,0.1489 l -0.2832,0.0500 l 0.2570,-0.1989 l 0.0263,0.1489 l 0.2832,-0.0500 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,163.0558 l -1.9140,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.8106,126.4480 l -1.2569,4.8137 l 1.4873,-0.8971 l 1.5822,0.7166 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.0409,130.3646 l 0.0089,0.1509 l -0.2871,0.0169 l 0.2782,-0.1678 l 0.0089,0.1509 l 0.2871,-0.0169 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,178.1936 l -1.9140,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.8106,214.8011 l 1.8126,-4.6331 l -1.5822,0.7166 l -1.4873,-0.8971 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.0409,210.8845 l 0.0089,-0.1509 l 0.2871,0.0169 l -0.2960,0.1341 l 0.0089,-0.1509 l -0.2871,-0.0169 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,193.3314 l -1.3929,7.8934 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.0711,204.0572 l 1.6226,-3.0508 l -1.1491,0.3673 l -0.9540,-0.7384 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.5447,201.3736 l 0.0263,-0.1489 l 0.2832,0.0500 l -0.3095,0.0989 l 0.0263,-0.1489 l -0.2832,-0.0500 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,208.4692 l -0.7695,2.6162 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.3828,213.8447 l 1.9517,-2.8515 l -1.1828,0.2373 l -0.8660,-0.8399 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1517,211.2304 l 0.0427,-0.1451 l 0.2759,0.0812 l -0.3186,0.0639 l 0.0427,-0.1451 l -0.2759,-0.0812 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,223.6069 l -0.2024,0.4915 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.6664,226.7579 l 2.2386,-2.6323 l -1.2011,0.1125 l -0.7736,-0.9256 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.7039,224.2382 l 0.0576,-0.1398 l 0.2660,0.1095 l -0.3235,0.0303 l 0.0576,-0.1398 l -0.2660,-0.1095 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,238.7447 l 0.2989,-0.5646 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.9170,240.7221 l 2.4813,-2.4048 l -1.2064,-0.0035 l -0.6811,-0.9957 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.1920,238.3138 l 0.0707,-0.1336 l 0.2542,0.1346 l -0.3249,-0.0009 l 0.0707,-0.1336 l -0.2542,-0.1346 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,253.8825 l 0.7324,-1.1320 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1338,255.1653 l 2.6818,-2.1790 l -1.2015,-0.1088 l -0.5915,-1.0514 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.6141,252.8775 l 0.0821,-0.1270 l 0.2415,0.1562 l -0.3236,-0.0293 l 0.0821,-0.1270 l -0.2415,-0.1562 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,269.0203 l 1.0234,-1.3383 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.2401,269.9667 l 2.8445,-1.9619 l -1.1892,-0.2027 l -0.5072,-1.0946 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.8954,267.8021 l 0.0919,-0.1201 l 0.2285,0.1747 l -0.3203,-0.0546 l 0.0919,-0.1201 l -0.2285,-0.1747 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,284.1581 l 1.1147,-1.2633 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1756,285.0514 l 2.9750,-1.7577 l -1.1721,-0.2855 l -0.4292,-1.1274 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.9785,283.0081 l 0.1000,-0.1134 l 0.2157,0.1903 l -0.3157,-0.0769 l 0.1000,-0.1134 l -0.2157,-0.1903 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,299.2959 l 1.1914,-1.1913 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.1214,300.1383 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.0483,298.2115 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9638,314.4337 l 1.2556,-1.1234 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.0760,315.2280 l 3.1611,-1.3955 l -1.1304,-0.4215 l -0.2936,-1.1701 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.1068,313.4111 l 0.1127,-0.1008 l 0.1918,0.2143 l -0.3045,-0.1135 l 0.1127,-0.1008 l -0.1918,-0.2143 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,26.8157 l 1.1913,1.1914 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.9837,25.9732 l 1.5685,3.0790 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.9104,27.9002 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,41.9535 l 1.1233,1.2557 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.0317,41.0656 l 1.3953,3.1612 l 0.4215,-1.1303 l 1.1701,-0.2936 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.8486,43.0965 l 0.1008,0.1127 l -0.2144,0.1918 l 0.1135,-0.3045 l 0.1008,0.1127 l 0.2144,-0.1918 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,57.0913 l 1.0439,1.3224 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.0879,56.1562 l 1.1981,3.2411 l 0.4903,-1.1022 l 1.1860,-0.2210 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.7763,58.2951 l 0.0937,0.1187 l -0.2258,0.1782 l 0.1321,-0.2969 l 0.0937,0.1187 l 0.2258,-0.1782 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,72.2291 l 0.9513,1.3905 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1534,71.2458 l 0.9743,3.3153 l 0.5643,-1.0662 l 1.1983,-0.1396 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.6920,73.4948 l 0.0854,0.1248 l -0.2374,0.1624 l 0.1520,-0.2872 l 0.0854,0.1248 l 0.2374,-0.1624 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,87.3669 l 0.7412,1.2804 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1263,86.1581 l 0.7223,3.3791 l 0.6429,-1.0208 l 1.2054,-0.0491 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.4915,88.5164 l 0.0758,0.1309 l -0.2489,0.1441 l 0.1732,-0.2750 l 0.0758,0.1309 l 0.2489,-0.1441 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,102.5047 l 0.3216,0.6791 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.9165,100.5844 l 0.4417,3.4271 l 0.7247,-0.9644 l 1.2053,0.0503 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.0830,103.0471 l 0.0647,0.1367 l -0.2599,0.1231 l 0.1952,-0.2598 l 0.0647,0.1367 l 0.2599,-0.1231 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,117.6424 l -0.1522,-0.4132 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.6796,114.5304 l 0.1340,3.4529 l 0.8079,-0.8959 l 1.1960,0.1577 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.6216,117.0874 l 0.0523,0.1419 l -0.2699,0.0994 l 0.2176,-0.2413 l 0.0523,0.1419 l 0.2699,-0.0994 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,132.7802 l -0.6768,-2.5722 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.4173,127.4265 l -0.1964,3.4499 l 0.8898,-0.8146 l 1.1755,0.2712 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1107,130.0618 l 0.0385,0.1462 l -0.2781,0.0732 l 0.2397,-0.2194 l 0.0385,0.1462 l 0.2781,-0.0732 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,147.9180 l -1.2436,-7.8766 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.1339,137.2004 l -0.5422,3.4127 l 0.9672,-0.7210 l 1.1423,0.3880 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.5589,139.8921 l 0.0236,0.1494 l -0.2841,0.0449 l 0.2605,-0.1942 l 0.0236,0.1494 l 0.2841,-0.0449 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,163.0558 l -1.7125,-32.5403 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.8994,126.4480 l -1.2861,4.8042 l 1.4923,-0.8876 l 1.5772,0.7261 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.1056,130.3645 l 0.0079,0.1510 l -0.2872,0.0151 l 0.2793,-0.1661 l 0.0079,0.1510 l 0.2872,-0.0151 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,178.1936 l -1.7125,32.5400 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.8994,214.8011 l 1.7833,-4.6426 l -1.5772,0.7261 l -1.4922,-0.8876 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.1056,210.8846 l 0.0079,-0.1510 l 0.2872,0.0151 l -0.2952,0.1359 l 0.0079,-0.1510 l -0.2872,-0.0151 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,193.3314 l -1.2436,7.8762 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.1339,204.0486 l 1.5673,-3.0796 l -1.1423,0.3880 l -0.9672,-0.7210 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.5589,201.3570 l 0.0236,-0.1494 l 0.2841,0.0449 l -0.3077,0.1045 l 0.0236,-0.1494 l -0.2841,-0.0449 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,208.4692 l -0.6768,2.5719 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.4173,213.8225 l 1.8690,-2.9064 l -1.1755,0.2712 l -0.8898,-0.8146 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1108,211.1873 l 0.0385,-0.1462 l 0.2781,0.0732 l -0.3166,0.0730 l 0.0385,-0.1462 l -0.2781,-0.0732 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,223.6069 l -0.1521,0.4128 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.6797,226.7186 l 2.1380,-2.7146 l -1.1960,0.1576 l -0.8079,-0.8959 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.6217,224.1617 l 0.0523,-0.1419 l 0.2699,0.0994 l -0.3222,0.0425 l 0.0523,-0.1419 l -0.2699,-0.0994 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,238.7447 l 0.3218,-0.6794 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.9166,240.6647 l 2.3718,-2.5129 l -1.2053,0.0502 l -0.7247,-0.9644 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.0831,238.2020 l 0.0647,-0.1367 l 0.2599,0.1231 l -0.3247,0.0135 l 0.0647,-0.1367 l -0.2599,-0.1231 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,253.8825 l 0.7415,-1.2807 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1264,255.0909 l 2.5707,-2.3091 l -1.2054,-0.0492 l -0.6428,-1.0208 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.4917,252.7327 l 0.0758,-0.1309 l 0.2489,0.1441 l -0.3247,-0.0132 l 0.0758,-0.1309 l -0.2489,-0.1441 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,269.0203 l 0.9514,-1.3905 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1533,270.0035 l 2.7370,-2.1093 l -1.1983,-0.1397 l -0.5643,-1.0663 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.6921,267.7546 l 0.0854,-0.1248 l 0.2374,0.1624 l -0.3228,-0.0376 l 0.0854,-0.1248 l -0.2374,-0.1624 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,284.1581 l 1.0440,-1.3224 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.0878,285.0932 l 2.8745,-1.9177 l -1.1859,-0.2210 l -0.4902,-1.1023 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.7763,282.9544 l 0.0937,-0.1187 l 0.2257,0.1782 l -0.3194,-0.0595 l 0.0937,-0.1187 l -0.2257,-0.1782 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,299.2959 l 1.1234,-1.2556 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.0316,300.1837 l 2.9871,-1.7371 l -1.1701,-0.2937 l -0.4214,-1.1304 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.8487,298.1530 l 0.1008,-0.1127 l 0.2143,0.1918 l -0.3152,-0.0791 l 0.1008,-0.1127 l -0.2143,-0.1918 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,314.4337 l 1.1914,-1.1913 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.9836,315.2761 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.9105,313.3493 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 124.8675,328.8146 ZM 111.3690,316.4608 l 0.0000,-8.5379 l -12.7353,4.7221 l 11.8768,4.9606 c 0.1908,0.0477 0.2862,0.0954 0.4293 0.0954c 0.2862,0.0000 0.4293,-0.3339 0.4293 -1.2401ZM 111.3690,316.4608 ZM 121.4333,322.1369 c 0.3339,0.1431 0.6201,0.1908 0.9063 0.1908c 0.7632,0.0000 1.1924,-0.7632 1.1924 -2.1941l 0.0000,-1.3832 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,4.7221 -0.0954 5.8668c -0.0000,1.2401 0.0954,4.2928 0.0954 4.2928l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.5724 c 0.0000,-1.9556 -0.9063,-2.8142 -2.5280 -3.4819l -26.0907,-11.1613 c -1.0971,-0.4293 -1.4309,-0.8109 -1.4309 -1.2878c 0.0000,-0.8586 0.4770,-1.2401 1.4309 -1.6217l 25.8522,-9.7781 c 1.8602,-0.6678 2.7665,-1.6217 2.7665 -3.5296l 0.0000,-0.5247 c 0.0000,-0.2385 0.1431,-0.4770 0.3816 -0.4770l 0.9063,0.0000 l 0.0954,0.1431 c 0.0000,-0.0000 -0.0954,3.6727 -0.0954 5.5329c -0.0000,1.6694 0.0954,6.3438 0.0954 6.3438l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-1.3355 c 0.0000,-1.4786 -0.5247,-2.2418 -1.2878 -2.2418c -0.2385,-0.0000 -0.5247,0.0477 -0.8109 0.1431l -8.2040,3.0527 l -0.0000,10.0642 c -0.0000,1.1447 0.2862,1.5263 0.8109 1.7171ZM 124.8675,295.6646 ZM 121.4333,291.4195 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 124.8675,279.1134 ZM 121.4333,274.8683 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 124.8675,262.5623 ZM 115.0894,260.9405 c -6.5346,-0.0000 -11.3044,-3.5296 -11.3044 -9.8735c 0.0000,-7.0593 5.9145,-9.7781 10.8751 -9.7781c 4.7698,0.0000 10.7797,3.1004 10.7797 9.8735c -0.0000,6.3915 -5.4853,9.7781 -10.3504 9.7781ZM 115.0894,260.9405 ZM 105.3591,251.5918 c -0.0000,3.8158 4.4836,5.5806 8.6333 5.5806c 3.6727,0.0000 9.7781,-2.0987 9.7781 -6.8208c 0.0000,-2.1464 -1.2878,-5.2945 -7.5840 -5.2945c -7.0116,-0.0000 -10.8274,2.6234 -10.8274 6.5346ZM 124.8675,239.7150 ZM 105.3114,230.0800 c 0.2385,0.0000 0.3816,0.1908 0.3816 0.4293l -0.0000,0.7155 c -0.0000,1.0494 0.2862,1.3832 0.7632 1.3832c 0.3339,0.0000 0.7632,-0.1908 1.4309 -0.4293l 12.5922,-5.0083 l -10.3504,-4.1497 l -2.1464,0.8586 c -1.6217,0.6201 -2.2895,1.6217 -2.2895 3.0527c -0.0000,0.2385 -0.0954,0.4770 -0.3339 0.4770l -0.9540,-0.0000 l -0.0954,-0.0954 c 0.0000,-0.0000 0.0954,-2.6711 0.0954 -4.3405l -0.0954,-4.7698 l 0.0954,-0.1431 l 0.9063,0.0000 c 0.2385,0.0000 0.3816,0.2385 0.3816 0.4770l -0.0000,0.8586 c -0.0000,0.9540 0.1908,1.3832 0.6678 1.3832c 0.3816,0.0000 0.8586,-0.1908 1.5263 -0.4770l 12.5922,-4.9606 l -12.3537,-4.9606 c -0.2862,-0.1431 -0.6678,-0.2385 -1.0494 -0.2385c -0.8109,-0.0000 -1.3832,0.5247 -1.3832 2.1464l -0.0000,0.7155 c -0.0000,0.2385 -0.1908,0.4293 -0.3339 0.4293l -0.9540,-0.0000 l -0.0954,-0.1431 c 0.0000,-0.0000 0.0954,-3.1481 0.0954 -4.9129c 0.0000,-1.6217 -0.0954,-3.5296 -0.0954 -3.5296l 0.0954,-0.0477 l 0.9063,0.0000 c 0.2862,0.0000 0.3816,0.2862 0.3816 0.5724c -0.0000,1.1924 0.5247,2.4326 2.6234 3.2912l 16.1219,6.4869 c 0.7155,0.2862 1.0017,0.6678 1.0017 1.0971c -0.0000,0.4770 -0.2862,0.8586 -0.9540 1.1447l -11.9245,4.7698 l 11.8291,4.7698 c 0.7632,0.3339 1.0494,0.7155 1.0494 1.1447c -0.0000,0.4770 -0.2862,0.8586 -0.9540 1.1447l -16.5035,6.5346 c -1.8602,0.7155 -2.2895,1.5740 -2.2895 3.0050c -0.0000,0.2385 -0.0954,0.5724 -0.3339 0.5724l -0.9540,-0.0000 l -0.0954,-0.0954 c 0.0000,-0.0000 0.0954,-2.2418 0.0954 -4.3405c 0.0000,-2.1941 -0.0954,-4.7221 -0.0954 -4.7221l 0.1431,-0.0954 l 0.8586,0.0000 ZM 124.8675,192.3034 ZM 125.4399,175.3706 c -0.0000,10.2550 -7.9178,15.1679 -15.5972 15.1679c -9.3965,-0.0000 -16.3604,-7.2978 -16.3604 -15.2156c 0.0000,-5.8668 2.0033,-7.7270 2.1464 -10.4458c 2.6234,-0.1431 4.9129,-0.5724 7.3932 -1.0494l 0.1908,1.4309 c -4.1020,1.2401 -7.9655,4.0066 -7.9655 10.5889c -0.0000,3.7681 4.0066,10.5412 13.6893 10.5412c 6.9639,0.0000 14.5478,-3.5773 14.5478 -10.9705c 0.0000,-4.4359 -1.5740,-7.6794 -5.2945 -11.0659l 0.7155,-1.0971 c 4.2451,3.2435 6.5346,7.4886 6.5346 12.1152ZM 124.8675,161.5860 ZM 91.5744,153.8112 l 16.1696,0.0000 c -3.1958,-3.1958 -3.9589,-6.0099 -3.9589 -7.8701c 0.0000,-3.4342 2.6234,-5.1514 7.5363 -5.1514l 10.1119,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1514c -0.0000,1.6694 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -10.6366,-0.0000 c -3.8635,-0.0000 -4.7698,1.0494 -4.7698 3.7204c -0.0000,1.3832 1.2401,3.4342 3.4819 5.7237l 11.9245,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1037c -0.0000,1.7171 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -23.8966,-0.0000 c -2.7188,-0.0000 -3.4819,0.4293 -3.4819 1.3832l 0.1908,1.5740 c -0.0000,0.1431 -0.0954,0.2385 -0.2385 0.2385l -1.1924,0.0954 c 0.0000,-0.7632 -0.2862,-2.4803 -0.4293 -3.2912c -0.1908,-0.8586 -0.3816,-1.5740 -0.8109 -2.5280l 0.0000,-1.0494 ZM 124.8675,136.8785 ZM 113.1815,122.9984 l 0.9540,3.7681 c 1.2878,4.1974 3.4819,4.8175 5.6283 4.8175c 1.4786,0.0000 3.7204,-0.7155 3.7204 -3.7204c 0.0000,-1.4309 -1.3832,-3.6250 -2.4326 -4.8652l -7.8701,-0.0000 ZM 113.1815,122.9984 ZM 125.4399,119.9457 c -0.0000,1.8125 -1.6217,2.8142 -2.7665 3.0050l 0.7632,1.0971 c 1.5263,2.1941 2.0033,3.0050 2.0033 5.1991c -0.0000,3.3388 -1.9079,5.7714 -5.4853 5.7714c -3.6250,-0.0000 -6.1053,-3.1004 -7.2501 -7.6317l -1.0971,-4.3882 c -5.3899,-0.0000 -6.3915,2.4803 -6.3915 4.1020c -0.0000,1.8125 0.8109,3.9112 2.2895 3.9112c 0.5247,0.0000 0.8109,-0.0954 0.9540 -0.1431c 0.1908,-0.0954 0.5247,-0.1431 0.8586 -0.1431c 0.6201,0.0000 1.5740,0.4770 1.5740 1.8602c -0.0000,1.1447 -0.7632,1.9079 -1.9079 1.9079c -2.7665,-0.0000 -5.1991,-4.4836 -5.1991 -7.5363c 0.0000,-3.4819 1.4309,-7.4886 8.2040 -7.4886l 7.0116,0.0000 c 2.9096,0.0000 4.1497,-0.0477 4.1497 -1.1447c 0.0000,-1.0494 -1.3355,-1.3355 -2.3849 -1.3832l 0.2385,-1.1924 c 3.4819,0.2862 4.4359,1.7648 4.4359 4.1974ZM 124.8675,115.3668 ZM 121.4333,111.1216 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 124.8675,98.8156 ZM 106.2177,90.9932 l 12.2106,0.0000 c 2.9573,0.0000 4.3882,-0.2862 4.3882 -1.5740c 0.0000,-1.2401 -0.3816,-2.1941 -1.3355 -3.4342l 0.8109,-0.8586 c 2.0987,1.8602 3.1481,3.7681 3.1481 5.9622c -0.0000,2.1941 -1.3355,3.4819 -4.7221 3.4819l -14.5001,-0.0000 l -0.0000,3.1004 c -0.0000,0.1431 -0.0477,0.1908 -0.1908 0.1908l -1.4786,-0.0000 c -0.1431,-0.0000 -0.1908,-0.0477 -0.1908 -0.1431c 0.0000,-3.1958 -1.8602,-3.9589 -5.4853 -3.9589l -0.9063,-0.0000 l -0.9540,-2.7665 l 7.3455,0.0000 l 0.0000,-5.2468 c 0.0000,-0.2385 0.0954,-0.3816 0.2862 -0.3816l 0.9540,0.0000 c 0.4293,0.0000 0.6201,0.6678 0.6201 1.1447l -0.0000,4.4836 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.4418,314.4337 l -0.0000,-287.6179 h -5.7524 l -0.0000,287.6179 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.6073,32.5681 ZM 161.7856,22.2081 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,22.2081 ZM 161.7093,32.7970 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,32.5681 ZM 167.0515,31.7858 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,32.5681 ZM 176.0377,29.3437 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,26.8157 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.6073,61.3299 ZM 161.7856,50.9699 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,50.9699 ZM 161.7093,61.5588 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,61.3299 ZM 167.0515,60.5476 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,61.3299 ZM 175.0647,54.5568 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,55.5775 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.6073,90.0917 ZM 161.7856,79.7317 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,79.7317 ZM 161.7093,90.3206 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,90.0917 ZM 167.0515,89.3094 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,90.0917 ZM 174.2634,79.6554 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,84.3393 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.6073,118.8535 ZM 161.7856,108.4935 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,108.4935 ZM 161.7093,119.0824 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,118.8535 ZM 167.0515,118.0712 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,118.8535 ZM 171.2489,110.4014 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,113.1011 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.6073,147.6153 ZM 161.7856,137.2553 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,137.2553 ZM 161.7093,147.8442 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,147.6153 ZM 167.0515,146.8330 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,147.6153 ZM 173.7292,138.5145 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,141.8629 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.6073,176.3771 ZM 161.7856,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,166.0171 ZM 161.7093,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,176.3771 ZM 167.0515,175.5948 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,176.3771 ZM 174.3206,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 174.3206,166.0171 ZM 174.2443,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,170.6247 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.2539,205.1388 ZM 156.4816,200.6362 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,205.1388 ZM 161.7856,194.7789 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,194.7789 ZM 161.7093,205.3678 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,205.1388 ZM 167.0515,204.3566 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,205.1388 ZM 173.7292,196.0381 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,199.3865 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.2539,233.9006 ZM 156.4816,229.3980 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,233.9006 ZM 161.7856,223.5407 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,223.5407 ZM 161.7093,234.1296 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,233.9006 ZM 167.0515,233.1184 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,233.9006 ZM 171.2489,225.4486 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,228.1483 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.2539,262.6624 ZM 156.4816,258.1598 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,262.6624 ZM 161.7856,252.3025 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,252.3025 ZM 161.7093,262.8914 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,262.6624 ZM 167.0515,261.8802 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,262.6624 ZM 174.2634,252.2261 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,256.9101 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.2539,291.4242 ZM 156.4816,286.9216 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,291.4242 ZM 161.7856,281.0643 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,281.0643 ZM 161.7093,291.6532 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,291.4242 ZM 167.0515,290.6420 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,291.4242 ZM 175.0647,284.6511 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,285.6719 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.2539,320.1860 ZM 156.4816,315.6833 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,320.1860 ZM 161.7856,309.8261 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,309.8261 ZM 161.7093,320.4150 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,320.1860 ZM 167.0515,319.4038 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,320.1860 ZM 176.0377,316.9616 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8132,314.4337 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,348.9478 l -0.0000,-5.7524 h -287.6179 l -0.0000,5.7524 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 510.9982,373.1950 ZM 515.1765,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 515.1765,362.8350 ZM 515.1002,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 519.3548,373.1950 ZM 520.4423,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 523.5332,373.1950 ZM 529.4286,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.2364,373.1950 ZM 486.4147,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 486.4147,362.8350 ZM 486.3384,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 490.5930,373.1950 ZM 491.6805,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 494.7714,373.1950 ZM 499.6938,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.6822,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 453.4746,373.1950 ZM 457.6529,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 457.6529,362.8350 ZM 457.5766,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 461.8312,373.1950 ZM 462.9187,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 466.0096,373.1950 ZM 470.1307,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.9204,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 424.7128,373.1950 ZM 428.8911,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 428.8911,362.8350 ZM 428.8148,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 433.0694,373.1950 ZM 434.1570,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 437.2478,373.1950 ZM 438.3544,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.1586,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 395.9510,373.1950 ZM 400.1293,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 400.1293,362.8350 ZM 400.0530,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 404.3077,373.1950 ZM 405.3952,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 408.4860,373.1950 ZM 412.0729,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 406.3968,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 367.1892,373.1950 ZM 371.3675,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 371.3675,362.8350 ZM 371.2912,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 375.5459,373.1950 ZM 376.6334,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 379.7242,373.1950 ZM 383.9025,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 383.9025,362.8350 ZM 383.8262,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 377.6350,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 335.2507,373.1950 ZM 340.4784,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 341.6041,373.1950 ZM 345.7824,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 345.7824,362.8350 ZM 345.7061,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 349.9607,373.1950 ZM 351.0482,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 354.1391,373.1950 ZM 357.7259,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 348.8732,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.4889,373.1950 ZM 311.7166,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 312.8423,373.1950 ZM 317.0206,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 317.0206,362.8350 ZM 316.9443,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 321.1989,373.1950 ZM 322.2865,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 325.3773,373.1950 ZM 326.4839,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.1114,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.7271,373.1950 ZM 282.9548,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 284.0805,373.1950 ZM 288.2588,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 288.2588,362.8350 ZM 288.1825,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 292.4372,373.1950 ZM 293.5247,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 296.6155,373.1950 ZM 300.7366,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.3496,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9653,373.1950 ZM 254.1930,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 255.3187,373.1950 ZM 259.4970,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 259.4970,362.8350 ZM 259.4207,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 263.6754,373.1950 ZM 264.7629,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 267.8537,373.1950 ZM 272.7761,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.5878,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.2036,373.1950 ZM 225.4312,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 226.5569,373.1950 ZM 230.7352,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 230.7352,362.8350 ZM 230.6589,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 234.9136,373.1950 ZM 236.0011,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 239.0919,373.1950 ZM 244.9873,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.8261,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4440,314.4337 l -0.0000,-287.6179 h -287.6179 l -0.0000,287.6179 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,23.6880 l -1.2130,1.2130 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.5938,22.8302 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.6320,24.7921 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,39.1011 l -1.1438,1.2784 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.5449,38.1971 l -3.0414,1.7687 l 1.1914,0.2990 l 0.4291,1.1509 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.6949,40.2648 l -0.1027,0.1147 l -0.2182,-0.1953 l 0.3209,0.0805 l -0.1027,0.1147 l 0.2182,0.1953 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,54.5142 l -1.0630,1.3464 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4877,53.5621 l -2.9267,1.9526 l 1.2075,0.2251 l 0.4992,1.1223 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.7685,55.7398 l -0.0954,0.1208 l -0.2299,-0.1815 l 0.3253,0.0606 l -0.0954,0.1208 l 0.2299,0.1815 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,69.9273 l -0.9687,1.4158 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4211,68.9261 l -2.7868,2.1476 l 1.2201,0.1422 l 0.5745,1.0857 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.8543,71.2160 l -0.0869,0.1271 l -0.2417,-0.1654 l 0.3286,0.0383 l -0.0869,0.1271 l 0.2417,0.1654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,85.3404 l -0.7547,1.3036 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4487,84.1096 l -2.6174,2.3511 l 1.2273,0.0501 l 0.6545,1.0394 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.0585,86.5107 l -0.0771,0.1332 l -0.2534,-0.1467 l 0.3306,0.0135 l -0.0771,0.1332 l 0.2534,0.1467 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,100.7535 l -0.3275,0.6913 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.6623,98.7982 l -2.4150,2.5586 l 1.2272,-0.0511 l 0.7379,0.9820 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.4745,101.3056 l -0.0659,0.1391 l -0.2647,-0.1254 l 0.3306,-0.0138 l -0.0659,0.1391 l 0.2647,0.1254 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,116.1666 l 0.1550,-0.4208 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.9035,112.9979 l -2.1770,2.7639 l 1.2178,-0.1605 l 0.8226,0.9122 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.9443,115.6013 l -0.0532,0.1445 l -0.2748,-0.1012 l 0.3280,-0.0432 l -0.0532,0.1445 l 0.2748,0.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,131.5797 l 0.6892,-2.6191 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.1706,126.1286 l -1.9030,2.9592 l 1.1969,-0.2761 l 0.9059,0.8295 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4645,128.8117 l -0.0392,0.1489 l -0.2832,-0.0745 l 0.3224,-0.0744 l -0.0392,0.1489 l 0.2832,0.0745 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,146.9928 l 1.2663,-8.0199 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.4592,136.0803 l -1.5958,3.1356 l 1.1631,-0.3950 l 0.9848,0.7342 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.0265,138.8208 l -0.0240,0.1521 l -0.2893,-0.0457 l 0.3133,-0.1064 l -0.0240,0.1521 l 0.2893,0.0457 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,162.4059 l 1.7439,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.6980,125.1323 l -1.8158,4.7270 l 1.6059,-0.7393 l 1.5194,0.9038 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.4881,129.1200 l -0.0081,0.1537 l -0.2924,-0.0154 l 0.3005,-0.1384 l -0.0081,0.1537 l 0.2924,0.0154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,177.8190 l 1.7439,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.6980,215.0922 l 1.3095,-4.8915 l -1.5194,0.9038 l -1.6059,-0.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.4881,211.1045 l -0.0081,-0.1537 l 0.2924,-0.0154 l -0.2844,0.1691 l -0.0081,-0.1537 l -0.2924,0.0154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,193.2321 l 1.2663,8.0195 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.4592,204.1442 l 0.5520,-3.4747 l -0.9848,0.7342 l -1.1631,-0.3950 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.0264,201.4036 l -0.0240,-0.1521 l 0.2893,-0.0457 l -0.2653,0.1978 l -0.0240,-0.1521 l -0.2893,0.0457 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,208.6452 l 0.6892,2.6187 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 530.1706,214.0959 l 0.1998,-3.5126 l -0.9059,0.8295 l -1.1969,-0.2761 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4645,211.4128 l -0.0392,-0.1489 l 0.2832,-0.0745 l -0.2440,0.2234 l -0.0392,-0.1489 l -0.2832,0.0745 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,224.0583 l 0.1549,0.4204 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.9035,227.2266 l -0.1367,-3.5157 l -0.8226,0.9122 l -1.2178,-0.1605 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.9442,224.6232 l -0.0532,-0.1445 l 0.2748,-0.1012 l -0.2216,0.2457 l -0.0532,-0.1445 l -0.2748,0.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,239.4714 l -0.3276,-0.6916 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.6622,241.4263 l -0.4500,-3.4894 l -0.7378,0.9820 l -1.2272,-0.0511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.4744,238.9189 l -0.0659,-0.1391 l 0.2647,-0.1254 l -0.1987,0.2645 l -0.0659,-0.1391 l -0.2647,0.1254 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,254.8845 l -0.7549,-1.3038 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4486,256.1150 l -0.7358,-3.4405 l -0.6545,1.0394 l -1.2273,0.0501 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.0583,253.7139 l -0.0771,-0.1332 l 0.2534,-0.1467 l -0.1763,0.2800 l -0.0771,-0.1332 l -0.2534,0.1467 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,270.2976 l -0.9688,-1.4157 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4211,271.2987 l -0.9924,-3.3755 l -0.5745,1.0857 l -1.2200,0.1423 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.8543,269.0089 l -0.0869,-0.1271 l 0.2417,-0.1654 l -0.1547,0.2924 l -0.0869,-0.1271 l -0.2417,0.1654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,285.7107 l -1.0631,-1.3464 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.4878,286.6627 l -1.2203,-3.2999 l -0.4991,1.1223 l -1.2075,0.2251 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.7684,284.4852 l -0.0954,-0.1208 l 0.2298,-0.1815 l -0.1344,0.3023 l -0.0954,-0.1208 l -0.2298,0.1815 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,301.1238 l -1.1439,-1.2784 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.5450,302.0277 l -1.4211,-3.2185 l -0.4290,1.1509 l -1.1913,0.2991 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.6948,299.9602 l -0.1027,-0.1147 l 0.2182,-0.1953 l -0.1156,0.3100 l -0.1027,-0.1147 l -0.2182,0.1953 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,316.5369 l -1.2131,-1.2129 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.5939,317.3946 l -1.5975,-3.1347 l -0.3645,1.1730 l -1.1729,0.3647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.6319,315.4328 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,23.6880 l -1.2784,1.1439 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.2270,22.8791 l -3.2186,1.4210 l 1.1509,0.4291 l 0.2990,1.1914 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.1593,24.7292 l -0.1147,0.1027 l -0.1953,-0.2182 l 0.3100,0.1156 l -0.1147,0.1027 l 0.1953,0.2182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,39.1011 l -1.2130,1.2130 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1807,38.2433 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.2189,40.2052 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,54.5142 l -1.1350,1.2863 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1256,53.6046 l -3.0291,1.7897 l 1.1934,0.2907 l 0.4371,1.1479 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.2899,55.6850 l -0.1019,0.1154 l -0.2196,-0.1938 l 0.3215,0.0783 l -0.1019,0.1154 l 0.2196,0.1938 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,69.9273 l -1.0420,1.3627 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.0598,68.9637 l -2.8962,1.9976 l 1.2109,0.2064 l 0.5164,1.1145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.3745,71.1677 l -0.0935,0.1223 l -0.2326,-0.1779 l 0.3261,0.0556 l -0.0935,0.1223 l 0.2326,0.1779 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,85.3404 l -0.7455,1.1522 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1684,84.0339 l -2.7306,2.2187 l 1.2233,0.1107 l 0.6023,1.0705 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.6611,86.3633 l -0.0836,0.1293 l -0.2459,-0.1591 l 0.3295,0.0298 l -0.0836,0.1293 l 0.2459,0.1591 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,100.7535 l -0.3041,0.5745 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.3891,98.7398 l -2.5265,2.4485 l 1.2283,0.0035 l 0.6934,1.0139 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.0909,101.1919 l -0.0720,0.1361 l -0.2588,-0.1370 l 0.3309,0.0010 l -0.0720,0.1361 l 0.2588,0.1370 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,116.1666 l 0.2062,-0.5008 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.6442,112.9579 l -2.2794,2.6801 l 1.2230,-0.1146 l 0.7877,0.9425 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.5878,115.5234 l -0.0586,0.1424 l -0.2708,-0.1115 l 0.3294,-0.0309 l -0.0586,0.1424 l 0.2708,0.1115 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,131.5797 l 0.7836,-2.6642 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.9329,126.1060 l -1.9872,2.9034 l 1.2043,-0.2416 l 0.8818,0.8551 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1500,128.7678 l -0.0434,0.1477 l -0.2809,-0.0826 l 0.3244,-0.0651 l -0.0434,0.1477 l 0.2809,0.0826 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,146.9928 l 1.4184,-8.0373 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 515.2503,136.0715 l -1.6522,3.1062 l 1.1700,-0.3739 l 0.9713,0.7518 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.7682,138.8038 l -0.0268,0.1516 l -0.2884,-0.0509 l 0.3151,-0.1007 l -0.0268,0.1516 l 0.2884,0.0509 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,162.4059 l 1.9490,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 515.5157,125.1323 l -1.8456,4.7174 l 1.6110,-0.7296 l 1.5143,0.9135 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 515.2811,129.1201 l -0.0090,0.1537 l -0.2923,-0.0172 l 0.3014,-0.1365 l -0.0090,0.1537 l 0.2923,0.0172 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,177.8190 l 1.9490,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 515.5157,215.0922 l 1.2797,-4.9012 l -1.5143,0.9135 l -1.6110,-0.7296 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 515.2811,211.1045 l -0.0090,-0.1537 l 0.2923,-0.0172 l -0.2833,0.1709 l -0.0090,-0.1537 l -0.2923,0.0172 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,193.2321 l 1.4184,8.0369 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 515.2503,204.1529 l 0.4891,-3.4841 l -0.9713,0.7518 l -1.1700,-0.3739 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.7681,201.4206 l -0.0268,-0.1516 l 0.2884,-0.0509 l -0.2616,0.2025 l -0.0268,-0.1516 l -0.2884,0.0509 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,208.6452 l 0.7835,2.6638 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.9329,214.1185 l 0.0988,-3.5169 l -0.8817,0.8552 l -1.2043,-0.2416 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1500,211.4567 l -0.0434,-0.1477 l 0.2809,-0.0826 l -0.2375,0.2303 l -0.0434,-0.1477 l -0.2809,0.0826 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,224.0583 l 0.2061,0.5005 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.6442,227.2666 l -0.2688,-3.5080 l -0.7877,0.9425 l -1.2230,-0.1145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.5877,224.7011 l -0.0586,-0.1424 l 0.2708,-0.1115 l -0.2122,0.2539 l -0.0586,-0.1424 l -0.2708,0.1115 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,239.4714 l -0.3043,-0.5748 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.3890,241.4847 l -0.6049,-3.4659 l -0.6934,1.0139 l -1.2283,0.0036 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.0907,239.0327 l -0.0720,-0.1361 l 0.2588,-0.1370 l -0.1868,0.2731 l -0.0720,-0.1361 l -0.2588,0.1370 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,254.8845 l -0.7457,-1.1524 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1683,256.1907 l -0.9051,-3.3999 l -0.6022,1.0705 l -1.2233,0.1108 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.6609,253.8613 l -0.0836,-0.1293 l 0.2459,-0.1591 l -0.1622,0.2884 l -0.0836,-0.1293 l -0.2459,0.1591 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,270.2976 l -1.0421,-1.3626 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.0599,271.2611 l -1.1691,-3.3184 l -0.5164,1.1145 l -1.2108,0.2065 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.3744,269.0572 l -0.0935,-0.1223 l 0.2326,-0.1779 l -0.1391,0.3002 l -0.0935,-0.1223 l -0.2326,0.1779 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,285.7107 l -1.1351,-1.2862 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1256,286.6202 l -1.3988,-3.2283 l -0.4370,1.1479 l -1.1934,0.2908 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.2898,284.5399 l -0.1019,-0.1154 l 0.2196,-0.1938 l -0.1177,0.3092 l -0.1019,-0.1154 l -0.2196,0.1938 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,301.1238 l -1.2131,-1.2129 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.1808,301.9815 l -1.5975,-3.1347 l -0.3645,1.1730 l -1.1729,0.3647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.2188,300.0197 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 513.3230,316.5369 l -1.2785,-1.1438 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.2271,317.3457 l -1.7689,-3.0413 l -0.2989,1.1914 l -1.1509,0.4292 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.1592,315.4958 l -0.1147,-0.1027 l 0.1953,-0.2183 l -0.0805,0.3209 l -0.1147,-0.1027 l -0.1953,0.2183 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,23.6880 l -1.3464,1.0630 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.8620,22.9363 l -3.3000,1.2201 l 1.1223,0.4991 l 0.2251,1.2075 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.6843,24.6556 l -0.1208,0.0954 l -0.1815,-0.2298 l 0.3023,0.1344 l -0.1208,0.0954 l 0.1815,0.2298 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,39.1011 l -1.2863,1.1350 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.8195,38.2985 l -3.2283,1.3987 l 1.1479,0.4370 l 0.2908,1.1934 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.7390,40.1342 l -0.1154,0.1019 l -0.1938,-0.2196 l 0.3092,0.1177 l -0.1154,0.1019 l 0.1938,0.2196 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,54.5142 l -1.2130,1.2130 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.7676,53.6564 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.8058,55.6183 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,69.9273 l -1.0748,1.2401 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.7531,68.9544 l -3.0131,1.8166 l 1.1959,0.2801 l 0.4473,1.1440 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.9360,71.0510 l -0.1008,0.1163 l -0.2213,-0.1918 l 0.3221,0.0754 l -0.1008,0.1163 l 0.2213,0.1918 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,85.3404 l -0.7025,0.9579 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.9392,83.9367 l -2.8555,2.0554 l 1.2148,0.1820 l 0.5387,1.1039 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.2985,86.1741 l -0.0910,0.1242 l -0.2362,-0.1732 l 0.3272,0.0490 l -0.0910,0.1242 l 0.2362,0.1732 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,100.7535 l -0.2523,0.4205 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.1643,98.6628 l -2.6538,2.3099 l 1.2264,0.0692 l 0.6382,1.0495 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.7368,101.0419 l -0.0792,0.1320 l -0.2511,-0.1507 l 0.3303,0.0187 l -0.0792,0.1320 l 0.2511,0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,116.1666 l 0.2843,-0.6091 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.4326,112.9037 l -2.4003,2.5724 l 1.2269,-0.0582 l 0.7435,0.9777 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.2593,115.4179 l -0.0651,0.1395 l -0.2654,-0.1238 l 0.3305,-0.0157 l -0.0651,0.1395 l 0.2654,0.1238 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,131.5797 l 0.9089,-2.7268 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.7449,126.0747 l -2.0896,2.8306 l 1.2122,-0.1984 l 0.8507,0.8861 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.8675,128.7068 l -0.0487,0.1461 l -0.2778,-0.0926 l 0.3265,-0.0535 l -0.0487,0.1461 l 0.2778,0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,146.9928 l 1.6124,-8.0619 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.0967,136.0592 l -1.7224,3.0679 l 1.1782,-0.3473 l 0.9540,0.7737 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.5525,138.7799 l -0.0302,0.1510 l -0.2872,-0.0574 l 0.3174,-0.0935 l -0.0302,0.1510 l 0.2872,0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,162.4059 l 2.2089,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.3949,125.1323 l -1.8833,4.7053 l 1.6175,-0.7174 l 1.5079,0.9257 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.1290,129.1202 l -0.0102,0.1536 l -0.2922,-0.0195 l 0.3024,-0.1341 l -0.0102,0.1536 l 0.2922,0.0195 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,177.8190 l 2.2089,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.3949,215.0922 l 1.2420,-4.9136 l -1.5079,0.9257 l -1.6174,-0.7174 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.1290,211.1044 l -0.0102,-0.1536 l 0.2922,-0.0195 l -0.2820,0.1731 l -0.0102,-0.1536 l -0.2922,0.0195 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,193.2321 l 1.6124,8.0616 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.0967,204.1652 l 0.4098,-3.4944 l -0.9540,0.7737 l -1.1782,-0.3473 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.5525,201.4446 l -0.0302,-0.1510 l 0.2872,-0.0574 l -0.2570,0.2084 l -0.0302,-0.1510 l -0.2872,0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,208.6452 l 0.9089,2.7264 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.7449,214.1498 l -0.0268,-3.5182 l -0.8507,0.8861 l -1.2122,-0.1984 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.8674,211.5177 l -0.0487,-0.1461 l 0.2778,-0.0926 l -0.2291,0.2387 l -0.0487,-0.1461 l -0.2778,0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,224.0583 l 0.2841,0.6088 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.4325,227.3208 l -0.4299,-3.4919 l -0.7435,0.9778 l -1.2269,-0.0582 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.2591,224.8066 l -0.0651,-0.1395 l 0.2654,-0.1238 l -0.2003,0.2634 l -0.0651,-0.1395 l -0.2654,0.1238 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,239.4714 l -0.2525,-0.4207 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.1642,241.5617 l -0.7894,-3.4286 l -0.6382,1.0495 l -1.2264,0.0693 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.7366,239.1827 l -0.0792,-0.1320 l 0.2511,-0.1507 l -0.1719,0.2827 l -0.0792,-0.1320 l -0.2511,0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,254.8845 l -0.7027,-0.9581 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.9391,256.2878 l -1.1022,-3.3412 l -0.5387,1.1039 l -1.2147,0.1821 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.2982,254.0505 l -0.0911,-0.1241 l 0.2361,-0.1732 l -0.1451,0.2973 l -0.0911,-0.1241 l -0.2361,0.1732 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,270.2976 l -1.0750,-1.2403 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.7529,271.2702 l -1.3700,-3.2406 l -0.4472,1.1440 l -1.1959,0.2802 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.9357,269.1736 l -0.1008,-0.1163 l 0.2213,-0.1918 l -0.1205,0.3081 l -0.1008,-0.1163 l -0.2213,0.1918 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,285.7107 l -1.2131,-1.2129 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.7677,286.5684 l -1.5975,-3.1347 l -0.3645,1.1730 l -1.1729,0.3647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.8057,284.6066 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,301.1238 l -1.2864,-1.1349 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.8195,301.9263 l -1.7899,-3.0290 l -0.2907,1.1934 l -1.1479,0.4371 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.7390,300.0907 l -0.1155,-0.1019 l 0.1937,-0.2196 l -0.0783,0.3215 l -0.1155,-0.1019 l -0.1937,0.2196 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 497.9099,316.5369 l -1.3465,-1.0629 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.8620,317.2885 l -1.9528,-2.9266 l -0.2250,1.2075 l -1.1223,0.4992 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 496.6842,315.5694 l -0.1208,-0.0954 l 0.1814,-0.2299 l -0.0606,0.3253 l -0.1208,-0.0954 l -0.1814,0.2299 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,23.6880 l -1.4158,0.9687 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.4979,23.0030 l -3.3755,0.9923 l 1.0857,0.5745 l 0.1422,1.2201 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.2081,24.5697 l -0.1271,0.0869 l -0.1654,-0.2417 l 0.2924,0.1547 l -0.1271,0.0869 l 0.1654,0.2417 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,39.1011 l -1.3627,1.0421 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.4604,38.3642 l -3.3184,1.1690 l 1.1145,0.5164 l 0.2064,1.2108 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.2564,40.0496 l -0.1223,0.0935 l -0.1779,-0.2326 l 0.3002,0.1391 l -0.1223,0.0935 l 0.1779,0.2326 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,54.5142 l -1.2401,1.0748 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.4697,53.6710 l -3.2407,1.3699 l 1.1440,0.4472 l 0.2801,1.1959 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.3730,55.4881 l -0.1163,0.1008 l -0.1918,-0.2213 l 0.3081,0.1205 l -0.1163,0.1008 l 0.1918,0.2213 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,69.9273 l -0.9556,0.9556 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.6119,68.8121 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.6501,70.7740 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,85.3404 l -0.5974,0.7060 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.7911,83.8108 l -2.9914,1.8521 l 1.1992,0.2659 l 0.4608,1.1386 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.9989,85.9288 l -0.0994,0.1175 l -0.2236,-0.1892 l 0.3230,0.0716 l -0.0994,0.1175 l 0.2236,0.1892 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,100.7535 l -0.1480,0.2137 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.0158,98.5594 l -2.7985,2.1323 l 1.2193,0.1489 l 0.5686,1.0888 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4365,100.8406 l -0.0876,0.1266 l -0.2408,-0.1667 l 0.3284,0.0401 l -0.0876,0.1266 l 0.2408,0.1667 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,116.1666 l 0.4091,-0.7597 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.2943,112.8284 l -2.5437,2.4307 l 1.2283,0.0122 l 0.6863,1.0187 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.9789,115.2713 l -0.0730,0.1356 l -0.2578,-0.1388 l 0.3308,0.0033 l -0.0730,0.1356 l 0.2578,0.1388 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,131.5797 l 1.0833,-2.8166 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.6314,126.0298 l -2.2159,2.7328 l 1.2199,-0.1432 l 0.8096,0.9238 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.6354,128.6194 l -0.0553,0.1437 l -0.2733,-0.1051 l 0.3286,-0.0386 l -0.0553,0.1437 l 0.2733,0.1051 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,146.9928 l 1.8689,-8.0982 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.0242,136.0411 l -1.8118,3.0159 l 1.1879,-0.3125 l 0.9308,0.8014 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.4003,138.7446 l -0.0346,0.1500 l -0.2853,-0.0659 l 0.3200,-0.0842 l -0.0346,0.1500 l 0.2853,0.0659 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,162.4059 l 2.5487,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.3641,125.1323 l -1.9327,4.6894 l 1.6259,-0.7014 l 1.4995,0.9418 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.0573,129.1203 l -0.0118,0.1535 l -0.2920,-0.0225 l 0.3038,-0.1310 l -0.0118,0.1535 l 0.2920,0.0225 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,177.8190 l 2.5487,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.3641,215.0922 l 1.1927,-4.9297 l -1.4995,0.9418 l -1.6259,-0.7014 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.0573,211.1043 l -0.0118,-0.1535 l 0.2920,-0.0225 l -0.2802,0.1760 l -0.0118,-0.1535 l -0.2920,0.0225 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,193.2321 l 1.8688,8.0978 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.0241,204.1834 l 0.3069,-3.5049 l -0.9308,0.8014 l -1.1879,-0.3125 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.4002,201.4799 l -0.0346,-0.1500 l 0.2853,-0.0659 l -0.2507,0.2159 l -0.0346,-0.1500 l -0.2853,0.0659 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,208.6452 l 1.0832,2.8163 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.6314,214.1947 l -0.1865,-3.5134 l -0.8095,0.9238 l -1.2199,-0.1432 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.6353,211.6051 l -0.0553,-0.1437 l 0.2733,-0.1051 l -0.2181,0.2488 l -0.0553,-0.1437 l -0.2733,0.1051 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,224.0583 l 0.4089,0.7594 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.2942,227.3961 l -0.6292,-3.4616 l -0.6862,1.0187 l -1.2283,0.0122 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.9787,224.9532 l -0.0730,-0.1356 l 0.2578,-0.1388 l -0.1848,0.2744 l -0.0730,-0.1356 l -0.2578,0.1388 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,239.4714 l -0.1481,-0.2140 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.0157,241.6651 l -1.0109,-3.3700 l -0.5685,1.0888 l -1.2192,0.1489 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4363,239.3840 l -0.0876,-0.1266 l 0.2408,-0.1667 l -0.1531,0.2933 l -0.0876,-0.1266 l -0.2408,0.1667 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,254.8845 l -0.5976,-0.7062 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.7909,256.4138 l -1.3316,-3.2566 l -0.4607,1.1386 l -1.1992,0.2660 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.9987,254.2958 l -0.0995,-0.1175 l 0.2235,-0.1892 l -0.1241,0.3067 l -0.0995,-0.1175 l -0.2235,0.1892 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,270.2976 l -0.9558,-0.9557 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.6118,271.4125 l -1.5974,-3.1348 l -0.3646,1.1730 l -1.1729,0.3647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.6498,269.4507 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,285.7107 l -1.2404,-1.0749 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.4695,286.5536 l -1.8167,-3.0130 l -0.2800,1.1960 l -1.1440,0.4473 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.3728,284.7366 l -0.1164,-0.1008 l 0.1918,-0.2213 l -0.0754,0.3221 l -0.1164,-0.1008 l -0.1918,0.2213 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,301.1238 l -1.3627,-1.0420 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.4604,301.8606 l -1.9977,-2.8961 l -0.2063,1.2109 l -1.1144,0.5165 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.2564,300.1753 l -0.1223,-0.0935 l 0.1779,-0.2326 l -0.0556,0.3262 l -0.1223,-0.0935 l -0.1779,0.2326 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 482.4968,316.5369 l -1.4158,-0.9686 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.4980,317.2218 l -2.1478,-2.7867 l -0.1421,1.2201 l -1.0856,0.5746 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 481.2080,315.6552 l -0.1271,-0.0869 l 0.1654,-0.2417 l -0.0383,0.3286 l -0.1271,-0.0869 l -0.1654,0.2417 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,23.6880 l -1.3036,0.7548 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.3144,22.9754 l -3.4405,0.7357 l 1.0394,0.6545 l 0.0501,1.2273 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 465.9133,24.3656 l -0.1332,0.0771 l -0.1467,-0.2534 l 0.2800,0.1763 l -0.1332,0.0771 l 0.1467,0.2534 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,39.1011 l -1.1522,0.7455 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.3902,38.2557 l -3.3999,0.9051 l 1.0705,0.6023 l 0.1108,1.2233 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.0608,39.7630 l -0.1293,0.0836 l -0.1591,-0.2459 l 0.2884,0.1622 l -0.1293,0.0836 l 0.1591,0.2459 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,54.5142 l -0.9579,0.7025 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.4873,53.4848 l -3.3412,1.1021 l 1.1039,0.5387 l 0.1820,1.2147 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.2499,55.1256 l -0.1242,0.0910 l -0.1732,-0.2362 l 0.2973,0.1451 l -0.1242,0.0910 l 0.1732,0.2362 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,69.9273 l -0.7060,0.5974 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.6133,68.6330 l -3.2566,1.3315 l 1.1386,0.4607 l 0.2660,1.1992 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.4952,70.4252 l -0.1175,0.0995 l -0.1892,-0.2236 l 0.3067,0.1241 l -0.1175,0.0995 l 0.1892,0.2236 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,85.3404 l -0.3764,0.3764 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.7781,83.6460 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.8162,85.6079 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,100.7535 l 0.0563,-0.0688 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.9944,98.4182 l -2.9603,1.9013 l 1.2034,0.2461 l 0.4795,1.1308 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.2375,100.5655 l -0.0975,0.1192 l -0.2267,-0.1854 l 0.3241,0.0663 l -0.0975,0.1192 l 0.2267,0.1854 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,116.1666 l 0.6206,-0.9753 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 469.2766,112.7206 l -2.7137,2.2393 l 1.2241,0.1015 l 0.6104,1.0659 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.7870,115.0614 l -0.0827,0.1299 l -0.2471,-0.1572 l 0.3297,0.0273 l -0.0827,0.1299 l 0.2471,0.1572 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,131.5797 l 1.3415,-2.9512 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 469.6370,125.9625 l -2.3744,2.5963 l 1.2263,-0.0705 l 0.7532,0.9702 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.4889,128.4883 l -0.0637,0.1402 l -0.2666,-0.1212 l 0.3303,-0.0190 l -0.0637,0.1402 l 0.2666,0.1212 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,146.9928 l 2.2240,-8.1546 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.0783,136.0129 l -1.9293,2.9421 l 1.1993,-0.2654 l 0.8985,0.8375 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 469.3482,138.6897 l -0.0405,0.1485 l -0.2825,-0.0771 l 0.3230,-0.0715 l -0.0405,0.1485 l 0.2825,0.0771 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,162.4059 l 3.0121,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.4723,125.1323 l -2.0001,4.6677 l 1.6375,-0.6795 l 1.4881,0.9637 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.1097,129.1204 l -0.0139,0.1533 l -0.2916,-0.0265 l 0.3056,-0.1268 l -0.0139,0.1533 l 0.2916,0.0265 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,177.8190 l 3.0121,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.4723,215.0922 l 1.1255,-4.9518 l -1.4881,0.9637 l -1.6375,-0.6795 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.1097,211.1041 l -0.0139,-0.1533 l 0.2916,-0.0265 l -0.2777,0.1798 l -0.0139,-0.1533 l -0.2916,0.0265 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,193.2321 l 2.2240,8.1542 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.0782,204.2116 l 0.1684,-3.5143 l -0.8985,0.8375 l -1.1993,-0.2654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 469.3482,201.5348 l -0.0405,-0.1485 l 0.2825,-0.0771 l -0.2420,0.2256 l -0.0405,-0.1485 l -0.2825,0.0771 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,208.6452 l 1.3414,2.9508 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 469.6369,214.2620 l -0.3949,-3.4961 l -0.7532,0.9703 l -1.2263,-0.0704 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.4888,211.7362 l -0.0637,-0.1402 l 0.2666,-0.1212 l -0.2029,0.2613 l -0.0637,-0.1402 l -0.2666,0.1212 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,224.0583 l 0.6205,0.9750 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 469.2765,227.5039 l -0.8793,-3.4067 l -0.6103,1.0659 l -1.2241,0.1015 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.7869,225.1632 l -0.0827,-0.1299 l 0.2471,-0.1572 l -0.1644,0.2871 l -0.0827,-0.1299 l -0.2471,0.1572 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,239.4714 l 0.0561,0.0686 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.9943,241.8064 l -1.2775,-3.2782 l -0.4795,1.1309 l -1.2034,0.2461 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.2373,239.6591 l -0.0975,-0.1192 l 0.2266,-0.1855 l -0.1291,0.3046 l -0.0975,-0.1192 l -0.2266,0.1855 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,254.8845 l -0.3766,-0.3765 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.7780,256.5786 l -1.5974,-3.1348 l -0.3646,1.1730 l -1.1729,0.3647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.8160,254.6168 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,270.2976 l -0.7062,-0.5975 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.6132,271.5916 l -1.8522,-2.9913 l -0.2659,1.1992 l -1.1386,0.4608 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.4950,269.7995 l -0.1175,-0.0994 l 0.1892,-0.2236 l -0.0716,0.3230 l -0.1175,-0.0994 l -0.1892,0.2236 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,285.7107 l -0.9581,-0.7026 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.4872,286.7398 l -2.0555,-2.8554 l -0.1820,1.2148 l -1.1038,0.5388 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.2497,285.0992 l -0.1242,-0.0910 l 0.1732,-0.2362 l -0.0490,0.3272 l -0.1242,-0.0910 l -0.1732,0.2362 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,301.1238 l -1.1524,-0.7456 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.3901,301.9690 l -2.2188,-2.7305 l -0.1107,1.2233 l -1.0705,0.6023 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 466.0606,300.4618 l -0.1293,-0.0836 l 0.1591,-0.2459 l -0.0298,0.3295 l -0.1293,-0.0836 l -0.1591,0.2459 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.0837,316.5369 l -1.3038,-0.7548 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.3143,317.2493 l -2.3512,-2.6173 l -0.0500,1.2273 l -1.0394,0.6546 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 465.9131,315.8593 l -0.1332,-0.0771 l 0.1467,-0.2534 l -0.0135,0.3306 l -0.1332,-0.0771 l -0.1467,0.2534 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,23.6880 l -0.6913,0.3275 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.6258,22.7617 l -3.4894,0.4499 l 0.9820,0.7378 l -0.0511,1.2272 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.1184,23.9495 l -0.1391,0.0659 l -0.1254,-0.2647 l 0.2645,0.1987 l -0.1391,0.0659 l 0.1254,0.2647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,39.1011 l -0.5745,0.3042 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.6842,38.0350 l -3.4659,0.6048 l 1.0139,0.6934 l 0.0036,1.2283 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.2322,39.3332 l -0.1361,0.0720 l -0.1370,-0.2588 l 0.2731,0.1868 l -0.1361,0.0720 l 0.1370,0.2588 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,54.5142 l -0.4205,0.2523 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.7612,53.2597 l -3.4286,0.7893 l 1.0495,0.6382 l 0.0693,1.2264 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.3821,54.6872 l -0.1320,0.0792 l -0.1507,-0.2511 l 0.2827,0.1719 l -0.1320,0.0792 l 0.1507,0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,69.9273 l -0.2137,0.1480 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.8646,68.4083 l -3.3700,1.0108 l 1.0888,0.5685 l 0.1489,1.2193 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.5834,69.9876 l -0.1266,0.0876 l -0.1667,-0.2408 l 0.2933,0.1531 l -0.1266,0.0876 l 0.1667,0.2408 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,85.3404 l 0.0688,-0.0563 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.0059,83.4296 l -3.2782,1.2775 l 1.1309,0.4795 l 0.2461,1.2034 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.8585,85.1866 l -0.1192,0.0975 l -0.1854,-0.2267 l 0.3046,0.1292 l -0.1192,0.0975 l 0.1854,0.2267 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,100.7535 l 0.4603,-0.4603 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.2016,98.2224 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.2398,100.1843 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,116.1666 l 1.0060,-1.2934 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.4745,112.5616 l -2.9125,1.9738 l 1.2091,0.2163 l 0.5073,1.1187 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.7711,114.7517 l -0.0945,0.1215 l -0.2312,-0.1798 l 0.3257,0.0583 l -0.0945,0.1215 l 0.2312,0.1798 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,131.5797 l 1.7574,-3.1633 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.8502,125.8565 l -2.5754,2.3970 l 1.2280,0.0283 l 0.6728,1.0277 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.5027,128.2818 l -0.0748,0.1346 l -0.2560,-0.1422 l 0.3308,0.0076 l -0.0748,0.1346 l 0.2560,0.1422 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,146.9928 l 2.7496,-8.2488 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.3463,135.9658 l -2.0896,2.8306 l 1.2122,-0.1984 l 0.8507,0.8861 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.4689,138.5980 l -0.0487,0.1461 l -0.2778,-0.0926 l 0.3265,-0.0535 l -0.0487,0.1461 l 0.2778,0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,162.4059 l 3.6814,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.8122,125.1323 l -2.0974,4.6365 l 1.6542,-0.6480 l 1.4716,0.9953 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.3690,129.1208 l -0.0170,0.1530 l -0.2911,-0.0323 l 0.3081,-0.1207 l -0.0170,0.1530 l 0.2911,0.0323 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,177.8190 l 3.6814,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.8122,215.0922 l 1.0284,-4.9838 l -1.4716,0.9953 l -1.6542,-0.6480 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.3690,211.1038 l -0.0170,-0.1530 l 0.2911,-0.0323 l -0.2741,0.1854 l -0.0170,-0.1530 l -0.2911,0.0323 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,193.2321 l 2.7496,8.2484 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.3463,204.2587 l -0.0268,-3.5182 l -0.8507,0.8861 l -1.2122,-0.1984 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.4689,201.6265 l -0.0487,-0.1461 l 0.2778,-0.0926 l -0.2291,0.2387 l -0.0487,-0.1461 l -0.2778,0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,208.6452 l 1.7573,3.1629 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.8501,214.3680 l -0.6747,-3.4530 l -0.6728,1.0277 l -1.2280,0.0284 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.5026,211.9427 l -0.0748,-0.1346 l 0.2560,-0.1422 l -0.1812,0.2768 l -0.0748,-0.1346 l -0.2560,0.1422 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,224.0583 l 1.0058,1.2931 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.4744,227.6629 l -1.1962,-3.3087 l -0.5072,1.1187 l -1.2091,0.2163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.7709,225.4729 l -0.0945,-0.1215 l 0.2312,-0.1798 l -0.1366,0.3013 l -0.0945,-0.1215 l -0.2312,0.1798 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,239.4714 l 0.4601,0.4601 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.2015,242.0022 l -1.5974,-3.1348 l -0.3646,1.1730 l -1.1729,0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.2396,240.0403 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,254.8845 l 0.0686,0.0561 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 454.0058,256.7949 l -1.9014,-2.9603 l -0.2460,1.2034 l -1.1308,0.4796 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.8583,255.0381 l -0.1192,-0.0975 l 0.1854,-0.2267 l -0.0663,0.3241 l -0.1192,-0.0975 l -0.1854,0.2267 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,270.2976 l -0.2139,-0.1481 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.8645,271.8163 l -2.1324,-2.7985 l -0.1489,1.2193 l -1.0888,0.5686 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.5833,270.2371 l -0.1266,-0.0876 l 0.1667,-0.2408 l -0.0401,0.3284 l -0.1266,-0.0876 l -0.1667,0.2408 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,285.7107 l -0.4207,-0.2524 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.7611,286.9649 l -2.3100,-2.6537 l -0.0692,1.2264 l -1.0495,0.6382 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.3819,285.5375 l -0.1320,-0.0792 l 0.1507,-0.2511 l -0.0186,0.3303 l -0.1320,-0.0792 l -0.1507,0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,301.1238 l -0.5747,-0.3042 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.6841,302.1897 l -2.4487,-2.5264 l -0.0035,1.2283 l -1.0138,0.6935 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.2320,300.8916 l -0.1361,-0.0720 l 0.1370,-0.2588 l -0.0009,0.3309 l -0.1361,-0.0720 l -0.1370,0.2588 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.6706,316.5369 l -0.6915,-0.3275 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 453.6257,317.4629 l -2.5587,-2.4149 l 0.0512,1.2272 l -0.9820,0.7379 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 451.1182,316.2753 l -0.1391,-0.0659 l 0.1254,-0.2647 l 0.0138,0.3306 l -0.1391,-0.0659 l -0.1254,0.2647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,23.6880 l 0.4207,-0.1550 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.4261,22.5205 l -3.5157,0.1367 l 0.9122,0.8226 l -0.1605,1.2178 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.8227,23.4797 l -0.1445,0.0532 l -0.1012,-0.2748 l 0.2457,0.2216 l -0.1445,0.0532 l 0.1012,0.2748 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,39.1011 l 0.5008,-0.2062 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.4661,37.7798 l -3.5080,0.2688 l 0.9425,0.7877 l -0.1145,1.2230 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.9006,38.8362 l -0.1424,0.0586 l -0.1115,-0.2708 l 0.2539,0.2122 l -0.1424,0.0586 l 0.1115,0.2708 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,54.5142 l 0.6091,-0.2843 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.5203,52.9914 l -3.4920,0.4299 l 0.9777,0.7435 l -0.0582,1.2269 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.0061,54.1648 l -0.1395,0.0651 l -0.1238,-0.2654 l 0.2634,0.2003 l -0.1395,0.0651 l 0.1238,0.2654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,69.9273 l 0.7597,-0.4091 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.5956,68.1297 l -3.4616,0.6292 l 1.0187,0.6863 l 0.0122,1.2283 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.1527,69.4452 l -0.1356,0.0730 l -0.1388,-0.2578 l 0.2744,0.1848 l -0.1356,0.0730 l 0.1388,0.2578 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,85.3404 l 0.9753,-0.6207 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.7034,83.1475 l -3.4067,0.8792 l 1.0659,0.6104 l 0.1015,1.2241 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.3627,84.6371 l -0.1299,0.0827 l -0.1572,-0.2471 l 0.2871,0.1644 l -0.1299,0.0827 l 0.1572,0.2471 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,100.7535 l 1.2934,-1.0060 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.8624,97.9496 l -3.3087,1.1962 l 1.1187,0.5073 l 0.2163,1.2091 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.6724,99.6530 l -0.1215,0.0945 l -0.1798,-0.2312 l 0.3013,0.1366 l -0.1215,0.0945 l 0.1798,0.2312 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,116.1666 l 1.7751,-1.7751 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 440.1033,112.3207 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 438.1414,114.2826 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,131.5797 l 2.5122,-3.5172 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 440.4719,125.6795 l -2.8296,2.0909 l 1.2169,0.1668 l 0.5525,1.0970 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 438.8592,127.9372 l -0.0895,0.1253 l -0.2383,-0.1702 l 0.3278,0.0449 l -0.0895,0.1253 l 0.2383,0.1702 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,146.9928 l 3.6094,-8.4218 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.0204,135.8793 l -2.3174,2.6473 l 1.2245,-0.0971 l 0.7742,0.9536 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.9275,138.4295 l -0.0606,0.1415 l -0.2692,-0.1154 l 0.3298,-0.0262 l -0.0606,0.1415 l 0.2692,0.1154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,162.4059 l 4.7332,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.5824,125.1323 l -2.2504,4.5876 l 1.6806,-0.5985 l 1.4458,1.0451 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.0125,129.1214 l -0.0218,0.1524 l -0.2899,-0.0414 l 0.3117,-0.1110 l -0.0218,0.1524 l 0.2899,0.0414 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,177.8190 l 4.7332,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.5824,215.0922 l 0.8759,-5.0342 l -1.4457,1.0451 l -1.6805,-0.5985 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.0125,211.1032 l -0.0218,-0.1524 l 0.2899,-0.0414 l -0.2681,0.1938 l -0.0218,-0.1524 l -0.2899,0.0414 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,193.2321 l 3.6093,8.4214 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.0204,204.3452 l -0.3188,-3.5038 l -0.7741,0.9537 l -1.2245,-0.0971 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.9274,201.7950 l -0.0606,-0.1415 l 0.2692,-0.1154 l -0.2085,0.2569 l -0.0606,-0.1415 l -0.2692,0.1154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,208.6452 l 2.5121,3.5168 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 440.4718,214.5450 l -1.0603,-3.3548 l -0.5525,1.0971 l -1.2169,0.1668 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 438.8591,212.2873 l -0.0895,-0.1253 l 0.2383,-0.1702 l -0.1488,0.2955 l -0.0895,-0.1253 l -0.2383,0.1702 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,224.0583 l 1.7749,1.7748 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 440.1032,227.9038 l -1.5974,-3.1348 l -0.3646,1.1730 l -1.1729,0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 438.1413,225.9420 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,239.4714 l 1.2932,1.0058 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.8624,242.2750 l -1.9739,-2.9125 l -0.2163,1.2091 l -1.1187,0.5073 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.6722,240.5717 l -0.1215,-0.0945 l 0.1798,-0.2312 l -0.0583,0.3257 l -0.1215,-0.0945 l -0.1798,0.2312 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,254.8845 l 0.9751,0.6205 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.7033,257.0771 l -2.2394,-2.7136 l -0.1014,1.2241 l -1.0659,0.6104 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.3625,255.5876 l -0.1299,-0.0827 l 0.1572,-0.2471 l -0.0273,0.3297 l -0.1299,-0.0827 l -0.1572,0.2471 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,270.2976 l 0.7595,0.4090 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.5955,272.0948 l -2.4308,-2.5436 l -0.0121,1.2283 l -1.0187,0.6863 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.1526,270.7795 l -0.1356,-0.0730 l 0.1388,-0.2578 l -0.0033,0.3308 l -0.1356,-0.0730 l -0.1388,0.2578 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,285.7107 l 0.6090,0.2842 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.5202,287.2332 l -2.5725,-2.4002 l 0.0582,1.2269 l -0.9777,0.7435 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.0060,286.0599 l -0.1395,-0.0651 l 0.1238,-0.2654 l 0.0157,0.3305 l -0.1395,-0.0651 l -0.1238,0.2654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,301.1238 l 0.5006,0.2061 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.4661,302.4448 l -2.6802,-2.2793 l 0.1146,1.2230 l -0.9425,0.7877 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.9005,301.3885 l -0.1424,-0.0586 l 0.1115,-0.2708 l 0.0309,0.3294 l -0.1424,-0.0586 l -0.1115,0.2708 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.2575,316.5369 l 0.4206,0.1549 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 439.4261,317.7041 l -2.7640,-2.1769 l 0.1605,1.2178 l -0.9122,0.8226 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 436.8226,316.7451 l -0.1445,-0.0532 l 0.1012,-0.2748 l 0.0432,0.3280 l -0.1445,-0.0532 l -0.1012,0.2748 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,23.6880 l 2.6190,-0.6893 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.2954,22.2534 l -3.5126,-0.1998 l 0.8295,0.9059 l -0.2761,1.1969 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.6123,22.9595 l -0.1489,0.0392 l -0.0745,-0.2832 l 0.2234,0.2440 l -0.1489,0.0392 l 0.0745,0.2832 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,39.1011 l 2.6642,-0.7836 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.3180,37.4911 l -3.5169,-0.0988 l 0.8552,0.8817 l -0.2416,1.2043 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.6562,38.2740 l -0.1477,0.0434 l -0.0826,-0.2809 l 0.2303,0.2375 l -0.1477,0.0434 l 0.0826,0.2809 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,54.5142 l 2.7267,-0.9090 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.3493,52.6791 l -3.5182,0.0268 l 0.8861,0.8507 l -0.1984,1.2122 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.7172,53.5565 l -0.1461,0.0487 l -0.0926,-0.2778 l 0.2387,0.2291 l -0.1461,0.0487 l 0.0926,0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,69.9273 l 2.8166,-1.0833 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.3942,67.7926 l -3.5134,0.1865 l 0.9238,0.8095 l -0.1432,1.2199 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.8046,68.7887 l -0.1437,0.0553 l -0.1051,-0.2733 l 0.2488,0.2181 l -0.1437,0.0553 l 0.1051,0.2733 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,85.3404 l 2.9511,-1.3415 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.4615,82.7870 l -3.4961,0.3949 l 0.9703,0.7532 l -0.0704,1.2263 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.9357,83.9352 l -0.1402,0.0637 l -0.1212,-0.2666 l 0.2613,0.2029 l -0.1402,0.0637 l 0.1212,0.2666 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,100.7535 l 3.1632,-1.7574 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.5676,97.5738 l -3.4530,0.6747 l 1.0277,0.6728 l 0.0284,1.2280 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 424.1422,98.9213 l -0.1346,0.0748 l -0.1422,-0.2560 l 0.2768,0.1812 l -0.1346,0.0748 l 0.1422,0.2560 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,116.1666 l 3.5171,-2.5123 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.7445,111.9521 l -3.3548,1.0602 l 1.0971,0.5525 l 0.1668,1.2169 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 424.4868,113.5648 l -0.1253,0.0895 l -0.1702,-0.2383 l 0.2955,0.1488 l -0.1253,0.0895 l 0.1702,0.2383 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,131.5797 l 4.1416,-4.1417 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.0567,125.3673 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 425.0949,127.3292 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,146.9928 l 5.2697,-8.7829 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.6208,135.6988 l -2.6538,2.3099 l 1.2264,0.0692 l 0.6382,1.0495 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.1933,138.0779 l -0.0792,0.1320 l -0.2511,-0.1507 l 0.3303,0.0187 l -0.0792,0.1320 l 0.2511,0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,162.4059 l 6.6265,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 428.2992,125.1323 l -2.5263,4.4999 l 1.7281,-0.5093 l 1.3993,1.1348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.5011,129.1228 l -0.0302,0.1510 l -0.2872,-0.0574 l 0.3174,-0.0935 l -0.0302,0.1510 l 0.2872,0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,177.8190 l 6.6265,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 428.2992,215.0922 l 0.6012,-5.1253 l -1.3993,1.1348 l -1.7281,-0.5093 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.5011,211.1017 l -0.0302,-0.1510 l 0.2872,-0.0574 l -0.2570,0.2084 l -0.0302,-0.1510 l -0.2872,0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,193.2321 l 5.2697,8.7825 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.6208,204.5257 l -0.7893,-3.4286 l -0.6382,1.0495 l -1.2264,0.0693 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.1933,202.1466 l -0.0792,-0.1320 l 0.2511,-0.1507 l -0.1719,0.2827 l -0.0792,-0.1320 l -0.2511,0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,208.6452 l 4.1415,4.1414 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.0567,214.8573 l -1.5973,-3.1348 l -0.3646,1.1730 l -1.1729,0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 425.0948,212.8954 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,224.0583 l 3.5170,2.5120 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.7444,228.2724 l -2.0910,-2.8295 l -0.1668,1.2169 l -1.0970,0.5525 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 424.4867,226.6598 l -0.1253,-0.0895 l 0.1702,-0.2383 l -0.0449,0.3278 l -0.1253,-0.0895 l -0.1702,0.2383 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,239.4714 l 3.1631,1.7572 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.5675,242.6507 l -2.3971,-2.5754 l -0.0283,1.2280 l -1.0276,0.6728 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 424.1421,241.3033 l -0.1346,-0.0748 l 0.1422,-0.2560 l -0.0076,0.3308 l -0.1346,-0.0748 l -0.1422,0.2560 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,254.8845 l 2.9511,1.3413 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.4615,257.4375 l -2.5964,-2.3743 l 0.0705,1.2263 l -0.9702,0.7533 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.9356,256.2895 l -0.1402,-0.0637 l 0.1212,-0.2666 l 0.0190,0.3303 l -0.1402,-0.0637 l -0.1212,0.2666 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,270.2976 l 2.8165,1.0832 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.3942,272.4320 l -2.7328,-2.2159 l 0.1432,1.2199 l -0.9238,0.8096 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.8046,271.4360 l -0.1437,-0.0553 l 0.1051,-0.2733 l 0.0386,0.3286 l -0.1437,-0.0553 l -0.1051,0.2733 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,285.7107 l 2.7266,0.9088 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.3493,287.5455 l -2.8306,-2.0895 l 0.1985,1.2122 l -0.8860,0.8507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.7171,286.6682 l -0.1461,-0.0487 l 0.0926,-0.2778 l 0.0535,0.3265 l -0.1461,-0.0487 l -0.0926,0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,301.1238 l 2.6641,0.7835 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.3180,302.7335 l -2.9034,-1.9871 l 0.2416,1.2043 l -0.8551,0.8818 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.6562,301.9507 l -0.1477,-0.0434 l 0.0826,-0.2810 l 0.0651,0.3244 l -0.1477,-0.0434 l -0.0826,0.2810 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 420.8444,316.5369 l 2.6189,0.6891 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.2954,317.9712 l -2.9593,-1.9029 l 0.2761,1.1969 l -0.8294,0.9060 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.6122,317.2652 l -0.1489,-0.0392 l 0.0745,-0.2832 l 0.0744,0.3224 l -0.1489,-0.0392 l -0.0745,0.2832 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,23.6880 l 8.0198,-1.2664 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3437,21.9648 l -3.4747,-0.5520 l 0.7342,0.9848 l -0.3950,1.1631 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6032,22.3976 l -0.1521,0.0240 l -0.0457,-0.2893 l 0.1978,0.2653 l -0.1521,0.0240 l 0.0457,0.2893 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,39.1011 l 8.0373,-1.4184 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3525,37.1737 l -3.4841,-0.4891 l 0.7518,0.9713 l -0.3739,1.1700 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6202,37.6559 l -0.1516,0.0268 l -0.0509,-0.2884 l 0.2025,0.2616 l -0.1516,0.0268 l 0.0509,0.2884 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,54.5142 l 8.0619,-1.6125 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3648,52.3273 l -3.4944,-0.4098 l 0.7737,0.9540 l -0.3472,1.1782 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6441,52.8715 l -0.1510,0.0302 l -0.0574,-0.2872 l 0.2084,0.2570 l -0.1510,0.0302 l 0.0574,0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,69.9273 l 8.0981,-1.8689 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3829,67.3998 l -3.5049,-0.3069 l 0.8014,0.9308 l -0.3125,1.1879 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6794,68.0238 l -0.1500,0.0346 l -0.0659,-0.2853 l 0.2159,0.2507 l -0.1500,0.0346 l 0.0659,0.2853 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,85.3404 l 8.1545,-2.2241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.4111,82.3457 l -3.5143,-0.1685 l 0.8375,0.8985 l -0.2654,1.1993 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.7343,83.0758 l -0.1485,0.0405 l -0.0771,-0.2825 l 0.2256,0.2420 l -0.1485,0.0405 l 0.0771,0.2825 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,100.7535 l 8.2487,-2.7497 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.4582,97.0777 l -3.5182,0.0267 l 0.8861,0.8507 l -0.1984,1.2122 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.8260,97.9551 l -0.1461,0.0487 l -0.0926,-0.2778 l 0.2387,0.2291 l -0.1461,0.0487 l 0.0926,0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,116.1666 l 8.4217,-3.6094 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.5447,111.4036 l -3.5038,0.3188 l 0.9537,0.7741 l -0.0971,1.2245 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.9945,112.4965 l -0.1415,0.0606 l -0.1154,-0.2692 l 0.2569,0.2085 l -0.1415,0.0606 l 0.1154,0.2692 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,131.5797 l 8.7828,-5.2698 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7252,124.8032 l -3.4286,0.7893 l 1.0495,0.6382 l 0.0692,1.2264 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 414.3461,126.2307 l -0.1320,0.0792 l -0.1507,-0.2511 l 0.2827,0.1719 l -0.1320,0.0792 l 0.1507,0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,146.9928 l 9.6636,-9.6637 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 417.1656,135.2584 l -3.1348,1.5973 l 1.1730,0.3646 l 0.3646,1.1729 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 415.2038,137.2203 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,162.4059 l 11.0441,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 417.8559,125.1323 l -3.1718,4.2967 l 1.8400,-0.3012 l 1.2913,1.3450 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.5241,129.1277 l -0.0487,0.1461 l -0.2778,-0.0926 l 0.3265,-0.0535 l -0.0487,0.1461 l 0.2778,0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,177.8190 l 11.0441,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 417.8559,215.0922 l -0.0406,-5.3404 l -1.2913,1.3450 l -1.8400,-0.3012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.5241,211.0968 l -0.0487,-0.1461 l 0.2778,-0.0926 l -0.2291,0.2387 l -0.0487,-0.1461 l -0.2778,0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,193.2321 l 9.6635,9.6633 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 417.1656,204.9661 l -1.5973,-3.1348 l -0.3646,1.1730 l -1.1729,0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 415.2037,203.0043 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,208.6452 l 8.7827,5.2695 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7252,215.4213 l -2.3099,-2.6538 l -0.0692,1.2264 l -1.0495,0.6382 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 414.3460,213.9939 l -0.1320,-0.0792 l 0.1507,-0.2511 l -0.0186,0.3303 l -0.1320,-0.0792 l -0.1507,0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,224.0583 l 8.4217,3.6091 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.5447,228.8210 l -2.6473,-2.3174 l 0.0971,1.2245 l -0.9536,0.7742 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.9945,227.7281 l -0.1415,-0.0606 l 0.1154,-0.2692 l 0.0262,0.3298 l -0.1415,-0.0606 l -0.1154,0.2692 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,239.4714 l 8.2487,2.7494 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.4582,243.1468 l -2.8306,-2.0895 l 0.1985,1.2122 l -0.8860,0.8507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.8260,242.2695 l -0.1461,-0.0487 l 0.0926,-0.2778 l 0.0535,0.3265 l -0.1461,-0.0487 l -0.0926,0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,254.8845 l 8.1545,2.2238 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.4111,257.8788 l -2.9422,-1.9293 l 0.2654,1.1993 l -0.8375,0.8985 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.7343,257.1488 l -0.1485,-0.0405 l 0.0770,-0.2825 l 0.0715,0.3230 l -0.1485,-0.0405 l -0.0770,0.2825 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,270.2976 l 8.0981,1.8687 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3829,272.8247 l -3.0160,-1.8117 l 0.3125,1.1879 l -0.8014,0.9309 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6794,272.2009 l -0.1500,-0.0346 l 0.0658,-0.2854 l 0.0842,0.3200 l -0.1500,-0.0346 l -0.0658,0.2854 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,285.7107 l 8.0618,1.6122 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3648,287.8972 l -3.0679,-1.7223 l 0.3473,1.1782 l -0.7737,0.9540 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6441,287.3531 l -0.1510,-0.0302 l 0.0574,-0.2872 l 0.0935,0.3174 l -0.1510,-0.0302 l -0.0574,0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,301.1238 l 8.0372,1.4182 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3524,303.0509 l -3.1063,-1.6521 l 0.3740,1.1700 l -0.7518,0.9714 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6201,302.5687 l -0.1516,-0.0268 l 0.0509,-0.2884 l 0.1007,0.3151 l -0.1516,-0.0268 l -0.0509,0.2884 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.4313,316.5369 l 8.0198,1.2662 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.3437,318.2597 l -3.1356,-1.5957 l 0.3950,1.1631 l -0.7341,0.9848 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6031,317.8271 l -0.1521,-0.0240 l 0.0457,-0.2893 l 0.1064,0.3133 l -0.1521,-0.0240 l -0.0457,0.2893 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,23.6880 l 33.1320,-1.7439 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,21.7260 l -4.8915,-1.3095 l 0.9038,1.5194 l -0.7393,1.6059 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3040,21.9359 l -0.1537,0.0081 l -0.0154,-0.2924 l 0.1691,0.2844 l -0.1537,0.0081 l 0.0154,0.2924 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,39.1011 l 33.1320,-1.9491 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,36.9083 l -4.9013,-1.2797 l 0.9135,1.5143 l -0.7296,1.6110 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3039,37.1429 l -0.1537,0.0090 l -0.0172,-0.2923 l 0.1709,0.2833 l -0.1537,0.0090 l 0.0172,0.2923 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,54.5142 l 33.1320,-2.2089 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,52.0291 l -4.9136,-1.2420 l 0.9257,1.5079 l -0.7174,1.6175 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3038,52.2950 l -0.1536,0.0102 l -0.0195,-0.2922 l 0.1731,0.2820 l -0.1536,0.0102 l 0.0195,0.2922 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,69.9273 l 33.1320,-2.5488 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,67.0599 l -4.9298,-1.1927 l 0.9418,1.4995 l -0.7014,1.6259 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3037,67.3667 l -0.1535,0.0118 l -0.0225,-0.2920 l 0.1760,0.2802 l -0.1535,0.0118 l 0.0225,0.2920 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,85.3404 l 33.1320,-3.0121 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,81.9517 l -4.9519,-1.1255 l 0.9637,1.4881 l -0.6795,1.6375 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3036,82.3143 l -0.1533,0.0139 l -0.0265,-0.2916 l 0.1798,0.2777 l -0.1533,0.0139 l 0.0265,0.2916 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,100.7535 l 33.1320,-3.6815 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,96.6118 l -4.9838,-1.0284 l 0.9953,1.4716 l -0.6480,1.6542 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3032,97.0550 l -0.1530,0.0170 l -0.0323,-0.2911 l 0.1854,0.2741 l -0.1530,0.0170 l 0.0323,0.2911 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,116.1666 l 33.1320,-4.7333 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,110.8416 l -5.0342,-0.8759 l 1.0451,1.4458 l -0.5985,1.6806 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3026,111.4115 l -0.1524,0.0218 l -0.0414,-0.2899 l 0.1938,0.2681 l -0.1524,0.0218 l 0.0414,0.2899 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,131.5797 l 33.1320,-6.6265 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,124.1248 l -5.1254,-0.6012 l 1.1348,1.3993 l -0.5093,1.7281 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3012,124.9229 l -0.1510,0.0302 l -0.0574,-0.2872 l 0.2084,0.2570 l -0.1510,0.0302 l 0.0574,0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,146.9928 l 33.1320,-11.0441 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,134.5681 l -5.3404,0.0406 l 1.3450,1.2913 l -0.3012,1.8400 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2963,135.9000 l -0.1461,0.0487 l -0.0926,-0.2778 l 0.2387,0.2291 l -0.1461,0.0487 l 0.0926,0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,162.4059 l 33.1320,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,125.1323 l -6.4436,3.2832 l 2.4110,0.7494 l 0.7495,2.4110 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2591,129.1649 l -0.1089,0.1089 l -0.2071,-0.2071 l 0.3159,0.0982 l -0.1089,0.1089 l 0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,177.8190 l 33.1320,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,215.0922 l -3.2832,-6.4436 l -0.7494,2.4110 l -2.4110,0.7495 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2591,211.0596 l -0.1089,-0.1089 l 0.2071,-0.2071 l -0.0982,0.3159 l -0.1089,-0.1089 l -0.2071,0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,193.2321 l 33.1320,11.0438 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,205.6564 l -4.2967,-3.1718 l 0.3012,1.8400 l -1.3450,1.2913 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2963,204.3246 l -0.1461,-0.0487 l 0.0926,-0.2778 l 0.0535,0.3265 l -0.1461,-0.0487 l -0.0926,0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,208.6452 l 33.1320,6.6262 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,216.0997 l -4.4999,-2.5262 l 0.5094,1.7281 l -1.1348,1.3993 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3012,215.3016 l -0.1510,-0.0302 l 0.0574,-0.2872 l 0.0935,0.3174 l -0.1510,-0.0302 l -0.0574,0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,224.0583 l 33.1320,4.7330 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,229.3829 l -4.5876,-2.2504 l 0.5985,1.6805 l -1.0451,1.4458 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3026,228.8130 l -0.1524,-0.0218 l 0.0414,-0.2899 l 0.1110,0.3117 l -0.1524,-0.0218 l -0.0414,0.2899 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,239.4714 l 33.1320,3.6812 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,243.6127 l -4.6365,-2.0974 l 0.6480,1.6542 l -0.9953,1.4716 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3032,243.1696 l -0.1530,-0.0170 l 0.0323,-0.2911 l 0.1207,0.3081 l -0.1530,-0.0170 l -0.0323,0.2911 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,254.8845 l 33.1320,3.0118 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,258.2728 l -4.6677,-2.0000 l 0.6795,1.6375 l -0.9637,1.4881 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3036,257.9103 l -0.1533,-0.0139 l 0.0265,-0.2916 l 0.1268,0.3056 l -0.1533,-0.0139 l -0.0265,0.2916 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,270.2976 l 33.1320,2.5485 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,273.1646 l -4.6894,-1.9327 l 0.7014,1.6259 l -0.9418,1.4995 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3037,272.8578 l -0.1535,-0.0118 l 0.0225,-0.2920 l 0.1310,0.3038 l -0.1535,-0.0118 l -0.0225,0.2920 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,285.7107 l 33.1320,2.2086 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,288.1954 l -4.7053,-1.8833 l 0.7174,1.6174 l -0.9257,1.5079 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3038,287.9296 l -0.1536,-0.0102 l 0.0195,-0.2922 l 0.1341,0.3024 l -0.1536,-0.0102 l -0.0195,0.2922 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,301.1238 l 33.1320,1.9488 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,303.3162 l -4.7174,-1.8455 l 0.7296,1.6110 l -0.9134,1.5143 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3039,303.0816 l -0.1537,-0.0090 l 0.0172,-0.2923 l 0.1365,0.3014 l -0.1537,-0.0090 l -0.0172,0.2923 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.0182,316.5369 l 33.1320,1.7436 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.2917,318.4985 l -4.7270,-1.8157 l 0.7393,1.6059 l -0.9038,1.5194 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3040,318.2886 l -0.1537,-0.0081 l 0.0154,-0.2924 l 0.1384,0.3005 l -0.1537,-0.0081 l -0.0154,0.2924 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,23.6880 l -33.1318,-1.7439 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,21.7260 l 4.7270,1.8158 l -0.7393,-1.6059 l 0.9038,-1.5194 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3195,21.9359 l 0.1537,0.0081 l -0.0154,0.2924 l -0.1384,-0.3005 l 0.1537,0.0081 l 0.0154,-0.2924 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,39.1011 l -33.1318,-1.9491 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,36.9083 l 4.7174,1.8456 l -0.7296,-1.6110 l 0.9135,-1.5143 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3195,37.1429 l 0.1537,0.0090 l -0.0172,0.2923 l -0.1365,-0.3014 l 0.1537,0.0090 l 0.0172,-0.2923 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,54.5142 l -33.1318,-2.2089 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,52.0291 l 4.7052,1.8833 l -0.7174,-1.6174 l 0.9257,-1.5079 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3196,52.2950 l 0.1536,0.0102 l -0.0195,0.2922 l -0.1341,-0.3024 l 0.1536,0.0102 l 0.0195,-0.2922 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,69.9273 l -33.1318,-2.5488 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,67.0599 l 4.6893,1.9327 l -0.7014,-1.6259 l 0.9418,-1.4995 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3197,67.3667 l 0.1535,0.0118 l -0.0225,0.2920 l -0.1310,-0.3038 l 0.1535,0.0118 l 0.0225,-0.2920 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,85.3404 l -33.1318,-3.0121 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,81.9517 l 4.6677,2.0001 l -0.6795,-1.6375 l 0.9637,-1.4881 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3199,82.3143 l 0.1533,0.0139 l -0.0265,0.2916 l -0.1268,-0.3056 l 0.1533,0.0139 l 0.0265,-0.2916 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,100.7535 l -33.1318,-3.6815 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,96.6118 l 4.6365,2.0974 l -0.6480,-1.6542 l 0.9953,-1.4716 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3202,97.0550 l 0.1530,0.0170 l -0.0323,0.2911 l -0.1207,-0.3081 l 0.1530,0.0170 l 0.0323,-0.2911 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,116.1666 l -33.1318,-4.7333 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,110.8416 l 4.5875,2.2504 l -0.5985,-1.6805 l 1.0451,-1.4457 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3208,111.4115 l 0.1524,0.0218 l -0.0414,0.2899 l -0.1110,-0.3117 l 0.1524,0.0218 l 0.0414,-0.2899 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,131.5797 l -33.1318,-6.6265 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,124.1248 l 4.4999,2.5263 l -0.5093,-1.7281 l 1.1348,-1.3993 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3223,124.9229 l 0.1510,0.0302 l -0.0574,0.2872 l -0.0935,-0.3174 l 0.1510,0.0302 l 0.0574,-0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,146.9928 l -33.1318,-11.0441 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,134.5681 l 4.2966,3.1718 l -0.3012,-1.8400 l 1.3450,-1.2913 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3272,135.9000 l 0.1461,0.0487 l -0.0926,0.2778 l -0.0535,-0.3265 l 0.1461,0.0487 l 0.0926,-0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,162.4059 l -33.1318,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,125.1323 l 3.2832,6.4436 l 0.7495,-2.4110 l 2.4110,-0.7494 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3644,129.1649 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,177.8190 l -33.1318,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,215.0922 l 6.4436,-3.2832 l -2.4110,-0.7494 l -0.7494,-2.4110 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3644,211.0596 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,193.2321 l -33.1318,11.0438 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,205.6564 l 5.3404,-0.0405 l -1.3450,-1.2913 l 0.3012,-1.8400 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3272,204.3246 l 0.1461,-0.0487 l 0.0926,0.2778 l -0.2387,-0.2291 l 0.1461,-0.0487 l -0.0926,-0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,208.6452 l -33.1318,6.6262 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,216.0997 l 5.1253,0.6012 l -1.1348,-1.3993 l 0.5094,-1.7281 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3223,215.3016 l 0.1510,-0.0302 l 0.0574,0.2872 l -0.2084,-0.2570 l 0.1510,-0.0302 l -0.0574,-0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,224.0583 l -33.1318,4.7330 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,229.3829 l 5.0342,0.8759 l -1.0451,-1.4457 l 0.5985,-1.6805 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3208,228.8130 l 0.1524,-0.0218 l 0.0414,0.2899 l -0.1938,-0.2681 l 0.1524,-0.0218 l -0.0414,-0.2899 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,239.4714 l -33.1318,3.6812 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,243.6127 l 4.9838,1.0285 l -0.9953,-1.4716 l 0.6480,-1.6542 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3202,243.1696 l 0.1530,-0.0170 l 0.0323,0.2911 l -0.1854,-0.2741 l 0.1530,-0.0170 l -0.0323,-0.2911 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,254.8845 l -33.1318,3.0118 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,258.2728 l 4.9518,1.1256 l -0.9637,-1.4881 l 0.6795,-1.6375 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3199,257.9103 l 0.1533,-0.0139 l 0.0265,0.2916 l -0.1798,-0.2777 l 0.1533,-0.0139 l -0.0265,-0.2916 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,270.2976 l -33.1318,2.5485 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,273.1646 l 4.9297,1.1928 l -0.9418,-1.4995 l 0.7014,-1.6259 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3197,272.8578 l 0.1535,-0.0118 l 0.0225,0.2920 l -0.1760,-0.2802 l 0.1535,-0.0118 l -0.0225,-0.2920 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,285.7107 l -33.1318,2.2086 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,288.1954 l 4.9136,1.2421 l -0.9257,-1.5079 l 0.7174,-1.6174 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3196,287.9296 l 0.1536,-0.0102 l 0.0195,0.2922 l -0.1731,-0.2820 l 0.1536,-0.0102 l -0.0195,-0.2922 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,301.1238 l -33.1318,1.9488 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,303.3162 l 4.9012,1.2798 l -0.9134,-1.5143 l 0.7296,-1.6110 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3195,303.0816 l 0.1537,-0.0090 l 0.0172,0.2923 l -0.1709,-0.2833 l 0.1537,-0.0090 l -0.0172,-0.2923 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.6051,316.5369 l -33.1318,1.7436 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3318,318.4985 l 4.8915,1.3095 l -0.9038,-1.5194 l 0.7393,-1.6059 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.3195,318.2886 l 0.1537,-0.0081 l 0.0154,0.2924 l -0.1691,-0.2844 l 0.1537,-0.0081 l -0.0154,-0.2924 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,23.6880 l -8.0196,-1.2664 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2798,21.9648 l 3.1356,1.5958 l -0.3950,-1.1631 l 0.7342,-0.9848 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 351.0203,22.3976 l 0.1521,0.0240 l -0.0457,0.2893 l -0.1064,-0.3133 l 0.1521,0.0240 l 0.0457,-0.2893 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,39.1011 l -8.0370,-1.4184 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2710,37.1737 l 3.1062,1.6522 l -0.3739,-1.1700 l 0.7518,-0.9713 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 351.0033,37.6559 l 0.1516,0.0268 l -0.0509,0.2884 l -0.1007,-0.3152 l 0.1516,0.0268 l 0.0509,-0.2884 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,54.5142 l -8.0616,-1.6125 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2587,52.3273 l 3.0679,1.7224 l -0.3472,-1.1782 l 0.7737,-0.9540 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.9794,52.8715 l 0.1510,0.0302 l -0.0574,0.2872 l -0.0935,-0.3174 l 0.1510,0.0302 l 0.0574,-0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,69.9273 l -8.0979,-1.8689 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2406,67.3999 l 3.0159,1.8118 l -0.3125,-1.1879 l 0.8014,-0.9308 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.9441,68.0238 l 0.1500,0.0346 l -0.0659,0.2853 l -0.0842,-0.3200 l 0.1500,0.0346 l 0.0659,-0.2853 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,85.3404 l -8.1543,-2.2240 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2124,82.3458 l 2.9421,1.9294 l -0.2654,-1.1993 l 0.8375,-0.8985 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.8892,83.0758 l 0.1485,0.0405 l -0.0771,0.2825 l -0.0715,-0.3230 l 0.1485,0.0405 l 0.0771,-0.2825 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,100.7535 l -8.2485,-2.7496 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.1653,97.0777 l 2.8306,2.0896 l -0.1984,-1.2122 l 0.8861,-0.8507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.7975,97.9552 l 0.1461,0.0487 l -0.0926,0.2778 l -0.0534,-0.3265 l 0.1461,0.0487 l 0.0926,-0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,116.1666 l -8.4215,-3.6094 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.0788,111.4036 l 2.6473,2.3174 l -0.0971,-1.2245 l 0.9537,-0.7741 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.6290,112.4966 l 0.1415,0.0606 l -0.1154,0.2692 l -0.0261,-0.3298 l 0.1415,0.0606 l 0.1154,-0.2692 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,131.5797 l -8.7826,-5.2697 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.8983,124.8032 l 2.3099,2.6539 l 0.0693,-1.2264 l 1.0495,-0.6382 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.2774,126.2307 l 0.1320,0.0792 l -0.1507,0.2511 l 0.0187,-0.3303 l 0.1320,0.0792 l 0.1507,-0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,146.9928 l -9.6634,-9.6636 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.4579,135.2584 l 1.5972,3.1349 l 0.3646,-1.1729 l 1.1730,-0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.4197,137.2203 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,162.4059 l -11.0439,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 346.7676,125.1323 l 0.0405,5.3404 l 1.2913,-1.3450 l 1.8400,0.3012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.0994,129.1277 l 0.0487,0.1461 l -0.2778,0.0926 l 0.2291,-0.2387 l 0.0487,0.1461 l 0.2778,-0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,177.8190 l -11.0439,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 346.7676,215.0922 l 3.1718,-4.2966 l -1.8400,0.3012 l -1.2913,-1.3450 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.0994,211.0968 l 0.0487,-0.1461 l 0.2778,0.0926 l -0.3265,0.0535 l 0.0487,-0.1461 l -0.2778,-0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,193.2321 l -9.6633,9.6633 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.4579,204.9661 l 3.1348,-1.5973 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.4198,203.0042 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,208.6452 l -8.7825,5.2694 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.8983,215.4213 l 3.4286,-0.7893 l -1.0495,-0.6382 l -0.0692,-1.2264 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.2774,213.9938 l 0.1320,-0.0792 l 0.1507,0.2511 l -0.2827,-0.1719 l 0.1320,-0.0792 l -0.1507,-0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,224.0583 l -8.4214,3.6091 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.0788,228.8209 l 3.5038,-0.3188 l -0.9536,-0.7742 l 0.0971,-1.2245 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.6290,227.7280 l 0.1415,-0.0606 l 0.1154,0.2692 l -0.2569,-0.2085 l 0.1415,-0.0606 l -0.1154,-0.2692 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,239.4714 l -8.2484,2.7494 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.1653,243.1468 l 3.5182,-0.0267 l -0.8861,-0.8507 l 0.1985,-1.2122 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.7975,242.2694 l 0.1461,-0.0487 l 0.0926,0.2778 l -0.2387,-0.2291 l 0.1461,-0.0487 l -0.0926,-0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,254.8845 l -8.1542,2.2238 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2124,257.8788 l 3.5143,0.1685 l -0.8375,-0.8985 l 0.2654,-1.1993 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.8892,257.1488 l 0.1485,-0.0405 l 0.0771,0.2825 l -0.2256,-0.2420 l 0.1485,-0.0405 l -0.0771,-0.2825 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,270.2976 l -8.0979,1.8686 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2406,272.8247 l 3.5049,0.3070 l -0.8014,-0.9309 l 0.3125,-1.1879 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.9441,272.2008 l 0.1500,-0.0346 l 0.0658,0.2854 l -0.2159,-0.2507 l 0.1500,-0.0346 l -0.0658,-0.2854 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,285.7107 l -8.0616,1.6122 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2588,287.8972 l 3.4944,0.4099 l -0.7737,-0.9540 l 0.3473,-1.1782 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.9794,287.3531 l 0.1510,-0.0302 l 0.0574,0.2872 l -0.2084,-0.2570 l 0.1510,-0.0302 l -0.0574,-0.2872 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,301.1238 l -8.0370,1.4182 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2711,303.0509 l 3.4841,0.4892 l -0.7518,-0.9714 l 0.3740,-1.1700 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 351.0034,302.5687 l 0.1516,-0.0268 l 0.0509,0.2884 l -0.2025,-0.2616 l 0.1516,-0.0268 l -0.0509,-0.2884 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.1920,316.5369 l -8.0195,1.2661 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2798,318.2597 l 3.4747,0.5521 l -0.7341,-0.9848 l 0.3950,-1.1631 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 351.0204,317.8270 l 0.1521,-0.0240 l 0.0457,0.2893 l -0.1977,-0.2653 l 0.1521,-0.0240 l -0.0457,-0.2893 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,23.6880 l -2.6188,-0.6892 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.3281,22.2534 l 2.9592,1.9031 l -0.2760,-1.1969 l 0.8295,-0.9059 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.0112,22.9596 l 0.1489,0.0392 l -0.0745,0.2832 l -0.0744,-0.3224 l 0.1489,0.0392 l 0.0745,-0.2832 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,39.1011 l -2.6639,-0.7836 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.3055,37.4911 l 2.9033,1.9873 l -0.2416,-1.2043 l 0.8552,-0.8817 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.9673,38.2740 l 0.1477,0.0434 l -0.0826,0.2809 l -0.0651,-0.3244 l 0.1477,0.0434 l 0.0826,-0.2809 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,54.5142 l -2.7265,-0.9089 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.2742,52.6791 l 2.8305,2.0896 l -0.1984,-1.2122 l 0.8861,-0.8507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.9063,53.5566 l 0.1461,0.0487 l -0.0926,0.2778 l -0.0534,-0.3265 l 0.1461,0.0487 l 0.0926,-0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,69.9273 l -2.8163,-1.0833 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.2293,67.7926 l 2.7327,2.2160 l -0.1432,-1.2199 l 0.9238,-0.8095 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.8189,68.7887 l 0.1437,0.0553 l -0.1051,0.2733 l -0.0386,-0.3286 l 0.1437,0.0553 l 0.1051,-0.2733 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,85.3404 l -2.9509,-1.3414 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.1620,82.7871 l 2.5962,2.3745 l -0.0704,-1.2263 l 0.9703,-0.7532 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.6878,83.9352 l 0.1402,0.0637 l -0.1212,0.2666 l -0.0190,-0.3303 l 0.1402,0.0637 l 0.1212,-0.2666 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,100.7535 l -3.1630,-1.7573 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.0559,97.5739 l 2.3970,2.5755 l 0.0284,-1.2280 l 1.0277,-0.6728 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.4813,98.9214 l 0.1346,0.0748 l -0.1422,0.2560 l 0.0076,-0.3308 l 0.1346,0.0748 l 0.1422,-0.2560 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,116.1666 l -3.5169,-2.5122 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.8790,111.9522 l 2.0908,2.8296 l 0.1668,-1.2169 l 1.0971,-0.5525 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.1367,113.5649 l 0.1253,0.0895 l -0.1702,0.2383 l 0.0449,-0.3278 l 0.1253,0.0895 l 0.1702,-0.2383 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,131.5797 l -4.1414,-4.1416 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.5667,125.3673 l 1.5972,3.1349 l 0.3646,-1.1729 l 1.1730,-0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5286,127.3292 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,146.9928 l -5.2695,-8.7828 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.0027,135.6988 l 0.7892,3.4286 l 0.6382,-1.0495 l 1.2264,-0.0692 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.4301,138.0779 l 0.0792,0.1320 l -0.2511,0.1507 l 0.1719,-0.2827 l 0.0792,0.1320 l 0.2511,-0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,162.4059 l -6.6263,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 336.3243,125.1323 l -0.6012,5.1254 l 1.3993,-1.1348 l 1.7281,0.5094 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.1224,129.1228 l 0.0302,0.1510 l -0.2872,0.0574 l 0.2570,-0.2084 l 0.0302,0.1510 l 0.2872,-0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,177.8190 l -6.6263,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 336.3243,215.0922 l 2.5262,-4.4999 l -1.7281,0.5094 l -1.3993,-1.1348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.1224,211.1017 l 0.0302,-0.1510 l 0.2872,0.0574 l -0.3174,0.0935 l 0.0302,-0.1510 l -0.2872,-0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,193.2321 l -5.2695,8.7825 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.0027,204.5257 l 2.6538,-2.3099 l -1.2264,-0.0692 l -0.6382,-1.0495 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.4302,202.1466 l 0.0792,-0.1320 l 0.2511,0.1507 l -0.3303,-0.0186 l 0.0792,-0.1320 l -0.2511,-0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,208.6452 l -4.1413,4.1413 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.5668,214.8572 l 3.1348,-1.5973 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5287,212.8953 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,224.0583 l -3.5168,2.5120 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.8790,228.2724 l 3.3548,-1.0602 l -1.0970,-0.5525 l -0.1668,-1.2169 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.1368,226.6597 l 0.1253,-0.0895 l 0.1702,0.2383 l -0.2955,-0.1488 l 0.1253,-0.0895 l -0.1702,-0.2383 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,239.4714 l -3.1629,1.7571 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.0560,242.6507 l 3.4530,-0.6746 l -1.0276,-0.6728 l -0.0283,-1.2280 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.4814,241.3033 l 0.1346,-0.0748 l 0.1422,0.2560 l -0.2768,-0.1812 l 0.1346,-0.0748 l -0.1422,-0.2560 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,254.8845 l -2.9508,1.3412 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.1620,257.4375 l 3.4961,-0.3948 l -0.9702,-0.7533 l 0.0705,-1.2263 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.6879,256.2894 l 0.1402,-0.0637 l 0.1212,0.2666 l -0.2613,-0.2029 l 0.1402,-0.0637 l -0.1212,-0.2666 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,270.2976 l -2.8162,1.0831 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.2293,272.4319 l 3.5134,-0.1864 l -0.9238,-0.8096 l 0.1432,-1.2199 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.8189,271.4360 l 0.1437,-0.0553 l 0.1051,0.2733 l -0.2488,-0.2181 l 0.1437,-0.0553 l -0.1051,-0.2733 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,285.7107 l -2.7264,0.9088 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.2742,287.5455 l 3.5182,-0.0267 l -0.8860,-0.8507 l 0.1985,-1.2122 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.9064,286.6681 l 0.1461,-0.0487 l 0.0926,0.2778 l -0.2387,-0.2291 l 0.1461,-0.0487 l -0.0926,-0.2778 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,301.1238 l -2.6639,0.7834 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.3055,302.7335 l 3.5169,0.0989 l -0.8551,-0.8818 l 0.2416,-1.2043 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.9673,301.9507 l 0.1477,-0.0434 l 0.0826,0.2810 l -0.2303,-0.2375 l 0.1477,-0.0434 l -0.0826,-0.2810 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.7789,316.5369 l -2.6187,0.6891 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.3281,317.9712 l 3.5126,0.1999 l -0.8294,-0.9060 l 0.2761,-1.1969 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 341.0113,317.2651 l 0.1489,-0.0392 l 0.0745,0.2832 l -0.2234,-0.2440 l 0.1489,-0.0392 l -0.0745,-0.2832 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,23.6880 l -0.4205,-0.1549 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.1974,22.5205 l 2.7639,2.1771 l -0.1604,-1.2178 l 0.9122,-0.8226 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.8008,23.4798 l 0.1445,0.0532 l -0.1012,0.2748 l -0.0432,-0.3280 l 0.1445,0.0532 l 0.1012,-0.2748 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,39.1011 l -0.5006,-0.2061 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.1574,37.7798 l 2.6800,2.2795 l -0.1145,-1.2230 l 0.9425,-0.7877 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.7229,38.8363 l 0.1424,0.0586 l -0.1115,0.2708 l -0.0308,-0.3294 l 0.1424,0.0586 l 0.1115,-0.2708 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,54.5142 l -0.6089,-0.2842 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.1032,52.9915 l 2.5723,2.4003 l -0.0581,-1.2269 l 0.9778,-0.7435 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.6174,54.1649 l 0.1395,0.0651 l -0.1239,0.2654 l -0.0157,-0.3305 l 0.1395,0.0651 l 0.1239,-0.2654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,69.9273 l -0.7595,-0.4090 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.0279,68.1298 l 2.4306,2.5437 l 0.0122,-1.2283 l 1.0187,-0.6862 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.4707,69.4453 l 0.1356,0.0730 l -0.1388,0.2578 l 0.0033,-0.3308 l 0.1356,0.0730 l 0.1388,-0.2578 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,85.3404 l -0.9751,-0.6206 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.9201,83.1475 l 2.2392,2.7138 l 0.1015,-1.2241 l 1.0659,-0.6103 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.2608,84.6371 l 0.1299,0.0827 l -0.1572,0.2471 l 0.0273,-0.3297 l 0.1299,0.0827 l 0.1572,-0.2471 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,100.7535 l -1.2932,-1.0059 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.7610,97.9496 l 1.9737,2.9126 l 0.2163,-1.2091 l 1.1187,-0.5072 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.9511,99.6531 l 0.1215,0.0945 l -0.1798,0.2312 l 0.0583,-0.3257 l 0.1215,0.0945 l 0.1798,-0.2312 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,116.1666 l -1.7749,-1.7750 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.5202,112.3208 l 1.5972,3.1349 l 0.3646,-1.1729 l 1.1730,-0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.4820,114.2827 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,131.5797 l -2.5121,-3.5171 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.1516,125.6795 l 1.0601,3.3548 l 0.5525,-1.0970 l 1.2169,-0.1668 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.7642,127.9373 l 0.0895,0.1253 l -0.2383,0.1702 l 0.1488,-0.2955 l 0.0895,0.1253 l 0.2383,-0.1702 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,146.9928 l -3.6092,-8.4217 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.6030,135.8793 l 0.3187,3.5038 l 0.7742,-0.9536 l 1.2245,0.0971 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.6959,138.4295 l 0.0606,0.1415 l -0.2692,0.1154 l 0.2085,-0.2569 l 0.0606,0.1415 l 0.2692,-0.1154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,162.4059 l -4.7330,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.0411,125.1323 l -0.8759,5.0342 l 1.4458,-1.0451 l 1.6806,0.5985 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.6110,129.1214 l 0.0218,0.1524 l -0.2899,0.0414 l 0.2681,-0.1938 l 0.0218,0.1524 l 0.2899,-0.0414 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,177.8190 l -4.7330,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.0411,215.0922 l 2.2504,-4.5876 l -1.6805,0.5985 l -1.4457,-1.0451 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.6110,211.1032 l 0.0218,-0.1524 l 0.2899,0.0414 l -0.3117,0.1110 l 0.0218,-0.1524 l -0.2899,-0.0414 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,193.2321 l -3.6091,8.4214 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.6031,204.3452 l 2.3174,-2.6473 l -1.2245,0.0971 l -0.7742,-0.9536 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.6960,201.7950 l 0.0606,-0.1415 l 0.2692,0.1154 l -0.3298,0.0262 l 0.0606,-0.1415 l -0.2692,-0.1154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,208.6452 l -2.5120,3.5168 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.1516,214.5450 l 2.8296,-2.0909 l -1.2169,-0.1668 l -0.5525,-1.0971 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.7643,212.2872 l 0.0895,-0.1253 l 0.2383,0.1702 l -0.3278,-0.0449 l 0.0895,-0.1253 l -0.2383,-0.1702 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,224.0583 l -1.7748,1.7747 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.5202,227.9038 l 3.1348,-1.5973 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.4821,225.9419 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,239.4714 l -1.2930,1.0057 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.7611,242.2750 l 3.3088,-1.1961 l -1.1187,-0.5073 l -0.2163,-1.2091 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.9512,240.5716 l 0.1215,-0.0945 l 0.1798,0.2312 l -0.3013,-0.1366 l 0.1215,-0.0945 l -0.1798,-0.2312 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,254.8845 l -0.9749,0.6204 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.9202,257.0771 l 3.4067,-0.8792 l -1.0659,-0.6104 l -0.1015,-1.2241 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.2609,255.5875 l 0.1299,-0.0827 l 0.1572,0.2471 l -0.2871,-0.1644 l 0.1299,-0.0827 l -0.1572,-0.2471 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,270.2976 l -0.7594,0.4089 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.0280,272.0948 l 3.4616,-0.6291 l -1.0187,-0.6863 l -0.0122,-1.2283 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.4709,270.7794 l 0.1356,-0.0730 l 0.1388,0.2578 l -0.2744,-0.1849 l 0.1356,-0.0730 l -0.1388,-0.2578 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,285.7107 l -0.6088,0.2841 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.1033,287.2331 l 3.4920,-0.4297 l -0.9777,-0.7435 l 0.0582,-1.2269 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.6175,286.0599 l 0.1395,-0.0651 l 0.1238,0.2654 l -0.2634,-0.2003 l 0.1395,-0.0651 l -0.1238,-0.2654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,301.1238 l -0.5004,0.2060 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.1574,302.4448 l 3.5080,-0.2686 l -0.9425,-0.7877 l 0.1146,-1.2230 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.7230,301.3884 l 0.1424,-0.0586 l 0.1115,0.2708 l -0.2539,-0.2122 l 0.1424,-0.0586 l -0.1115,-0.2708 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.3658,316.5369 l -0.4204,0.1549 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.1974,317.7041 l 3.5157,-0.1365 l -0.9122,-0.8226 l 0.1605,-1.2178 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.8009,316.7450 l 0.1445,-0.0532 l 0.1012,0.2748 l -0.2457,-0.2216 l 0.1445,-0.0532 l -0.1012,-0.2748 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,23.6880 l 0.6915,0.3276 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.9977,22.7618 l 2.5585,2.4151 l -0.0511,-1.2273 l 0.9820,-0.7378 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.5051,23.9497 l 0.1391,0.0659 l -0.1254,0.2647 l -0.0138,-0.3306 l 0.1391,0.0659 l 0.1254,-0.2647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,39.1011 l 0.5747,0.3043 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.9392,38.0350 l 2.4484,2.5266 l 0.0036,-1.2283 l 1.0139,-0.6934 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.3913,39.3333 l 0.1361,0.0720 l -0.1370,0.2588 l 0.0010,-0.3309 l 0.1361,0.0720 l 0.1370,-0.2588 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,54.5142 l 0.4207,0.2524 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.8622,53.2598 l 2.3098,2.6539 l 0.0693,-1.2264 l 1.0495,-0.6382 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.2413,54.6874 l 0.1320,0.0792 l -0.1507,0.2511 l 0.0187,-0.3303 l 0.1320,0.0792 l 0.1507,-0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,69.9273 l 0.2139,0.1481 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.7589,68.4083 l 2.1322,2.7986 l 0.1490,-1.2192 l 1.0888,-0.5685 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0400,69.9877 l 0.1266,0.0876 l -0.1667,0.2408 l 0.0401,-0.3284 l 0.1266,0.0876 l 0.1667,-0.2408 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,85.3404 l -0.0686,-0.0562 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.6176,83.4297 l 1.9012,2.9604 l 0.2461,-1.2034 l 1.1309,-0.4795 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.7649,85.1867 l 0.1192,0.0975 l -0.1855,0.2266 l 0.0663,-0.3241 l 0.1192,0.0975 l 0.1855,-0.2266 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,100.7535 l -0.4602,-0.4602 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.4218,98.2224 l 1.5972,3.1349 l 0.3646,-1.1729 l 1.1730,-0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.3836,100.1844 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,116.1666 l -1.0058,-1.2933 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.1490,112.5616 l 1.1960,3.3088 l 0.5073,-1.1187 l 1.2091,-0.2163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 311.8523,114.7518 l 0.0945,0.1215 l -0.2312,0.1798 l 0.1366,-0.3013 l 0.0945,0.1215 l 0.2312,-0.1798 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,131.5797 l -1.7572,-3.1632 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.7733,125.8565 l 0.6745,3.4530 l 0.6728,-1.0276 l 1.2280,-0.0283 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 311.1207,128.2819 l 0.0748,0.1346 l -0.2560,0.1422 l 0.1812,-0.2768 l 0.0748,0.1346 l 0.2560,-0.1422 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,146.9928 l -2.7495,-8.2487 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.2772,135.9658 l 0.0267,3.5182 l 0.8507,-0.8861 l 1.2122,0.1985 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.1545,138.5980 l 0.0487,0.1461 l -0.2778,0.0926 l 0.2291,-0.2387 l 0.0487,0.1461 l 0.2778,-0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,162.4059 l -3.6812,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 308.8113,125.1323 l -1.0285,4.9838 l 1.4716,-0.9953 l 1.6542,0.6480 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.2544,129.1208 l 0.0170,0.1530 l -0.2911,0.0323 l 0.2741,-0.1854 l 0.0170,0.1530 l 0.2911,-0.0323 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,177.8190 l -3.6812,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 308.8113,215.0922 l 2.0974,-4.6365 l -1.6542,0.6480 l -1.4716,-0.9953 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.2544,211.1038 l 0.0170,-0.1530 l 0.2911,0.0323 l -0.3081,0.1207 l 0.0170,-0.1530 l -0.2911,-0.0323 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,193.2321 l -2.7494,8.2484 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.2772,204.2587 l 2.0895,-2.8306 l -1.2122,0.1984 l -0.8507,-0.8861 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.1546,201.6265 l 0.0487,-0.1461 l 0.2778,0.0926 l -0.3265,0.0535 l 0.0487,-0.1461 l -0.2778,-0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,208.6452 l -1.7571,3.1629 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.7733,214.3680 l 2.5754,-2.3970 l -1.2280,-0.0283 l -0.6728,-1.0277 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 311.1208,211.9426 l 0.0748,-0.1346 l 0.2560,0.1422 l -0.3308,-0.0076 l 0.0748,-0.1346 l -0.2560,-0.1422 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,224.0583 l -1.0057,1.2930 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.1491,227.6629 l 2.9125,-1.9738 l -1.2091,-0.2163 l -0.5073,-1.1187 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 311.8525,225.4728 l 0.0945,-0.1215 l 0.2312,0.1798 l -0.3257,-0.0583 l 0.0945,-0.1215 l -0.2312,-0.1798 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,239.4714 l -0.4600,0.4600 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.4219,242.0021 l 3.1349,-1.5973 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.3838,240.0402 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,254.8845 l -0.0684,0.0560 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.6177,256.7949 l 3.2782,-1.2774 l -1.1308,-0.4795 l -0.2461,-1.2034 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.7651,255.0380 l 0.1192,-0.0975 l 0.1854,0.2267 l -0.3046,-0.1292 l 0.1192,-0.0975 l -0.1854,-0.2267 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,270.2976 l 0.2141,-0.1482 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.7589,271.8163 l 3.3700,-1.0107 l -1.0888,-0.5686 l -0.1489,-1.2193 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0402,270.2370 l 0.1266,-0.0876 l 0.1667,0.2408 l -0.2933,-0.1531 l 0.1266,-0.0876 l -0.1667,-0.2408 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,285.7107 l 0.4208,-0.2525 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.8623,286.9648 l 3.4287,-0.7892 l -1.0495,-0.6382 l -0.0692,-1.2264 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.2415,285.5374 l 0.1320,-0.0792 l 0.1507,0.2511 l -0.2827,-0.1719 l 0.1320,-0.0792 l -0.1507,-0.2511 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,301.1238 l 0.5748,-0.3043 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.9393,302.1896 l 3.4660,-0.6047 l -1.0138,-0.6935 l -0.0035,-1.2283 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.3915,300.8915 l 0.1361,-0.0720 l 0.1370,0.2588 l -0.2731,-0.1868 l 0.1361,-0.0720 l -0.1370,-0.2588 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.9527,316.5369 l 0.6917,-0.3276 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.9978,317.4628 l 3.4894,-0.4498 l -0.9820,-0.7379 l 0.0512,-1.2272 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.5052,316.2752 l 0.1391,-0.0659 l 0.1254,0.2647 l -0.2645,-0.1988 l 0.1391,-0.0659 l -0.1254,-0.2647 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,23.6880 l 1.3038,0.7549 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.3090,22.9755 l 2.3509,2.6176 l 0.0501,-1.2273 l 1.0394,-0.6545 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.7101,24.3657 l 0.1332,0.0771 l -0.1467,0.2534 l 0.0135,-0.3306 l 0.1332,0.0771 l 0.1467,-0.2534 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,39.1011 l 1.1523,0.7457 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.2333,38.2557 l 2.2185,2.7307 l 0.1108,-1.2233 l 1.0705,-0.6022 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.5626,39.7631 l 0.1293,0.0836 l -0.1591,0.2459 l 0.0298,-0.3295 l 0.1293,0.0836 l 0.1591,-0.2459 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,54.5142 l 0.9581,0.7026 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.1362,53.4849 l 2.0552,2.8556 l 0.1821,-1.2147 l 1.1039,-0.5387 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.3735,55.1258 l 0.1241,0.0911 l -0.1732,0.2361 l 0.0490,-0.3272 l 0.1241,0.0911 l 0.1732,-0.2361 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,69.9273 l 0.7061,0.5975 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.0102,68.6330 l 1.8520,2.9914 l 0.2660,-1.1992 l 1.1386,-0.4607 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.1281,70.4253 l 0.1175,0.0995 l -0.1892,0.2235 l 0.0716,-0.3230 l 0.1175,0.0995 l 0.1892,-0.2235 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,85.3404 l 0.3765,0.3765 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.8454,83.6460 l 1.5971,3.1349 l 0.3647,-1.1729 l 1.1730,-0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.8072,85.6080 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,100.7535 l -0.0562,-0.0687 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.6291,98.4182 l 1.2773,3.2783 l 0.4796,-1.1308 l 1.2034,-0.2460 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.3859,100.5656 l 0.0975,0.1192 l -0.2267,0.1854 l 0.1292,-0.3046 l 0.0975,0.1192 l 0.2267,-0.1854 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,116.1666 l -0.6205,-0.9752 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.3469,112.7207 l 0.8791,3.4067 l 0.6104,-1.0659 l 1.2241,-0.1014 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.8364,115.0615 l 0.0827,0.1299 l -0.2471,0.1572 l 0.1644,-0.2871 l 0.0827,0.1299 l 0.2471,-0.1572 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,131.5797 l -1.3413,-2.9511 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.9865,125.9625 l 0.3948,3.4961 l 0.7533,-0.9702 l 1.2263,0.0705 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.1345,128.4884 l 0.0637,0.1402 l -0.2666,0.1212 l 0.2029,-0.2613 l 0.0637,0.1402 l 0.2666,-0.1212 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,146.9928 l -2.2239,-8.1546 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.5452,136.0129 l -0.1685,3.5143 l 0.8985,-0.8375 l 1.1993,0.2654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.2752,138.6897 l 0.0405,0.1485 l -0.2825,0.0771 l 0.2420,-0.2256 l 0.0405,0.1485 l 0.2825,-0.0771 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,162.4059 l -3.0119,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.1512,125.1323 l -1.1256,4.9519 l 1.4881,-0.9637 l 1.6375,0.6795 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.5137,129.1204 l 0.0139,0.1533 l -0.2916,0.0265 l 0.2777,-0.1798 l 0.0139,0.1533 l 0.2916,-0.0265 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,177.8190 l -3.0119,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.1512,215.0922 l 2.0000,-4.6677 l -1.6375,0.6795 l -1.4881,-0.9637 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.5137,211.1041 l 0.0139,-0.1533 l 0.2916,0.0265 l -0.3056,0.1268 l 0.0139,-0.1533 l -0.2916,-0.0265 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,193.2321 l -2.2238,8.1542 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.5452,204.2116 l 1.9293,-2.9422 l -1.1993,0.2654 l -0.8985,-0.8375 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.2752,201.5348 l 0.0405,-0.1485 l 0.2825,0.0771 l -0.3230,0.0715 l 0.0405,-0.1485 l -0.2825,-0.0771 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,208.6452 l -1.3413,2.9508 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.9865,214.2620 l 2.3744,-2.5963 l -1.2263,0.0705 l -0.7532,-0.9702 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.1346,211.7361 l 0.0637,-0.1402 l 0.2666,0.1212 l -0.3303,0.0190 l 0.0637,-0.1402 l -0.2666,-0.1212 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,224.0583 l -0.6204,0.9749 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.3469,227.5039 l 2.7137,-2.2393 l -1.2241,-0.1015 l -0.6104,-1.0659 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.8365,225.1631 l 0.0827,-0.1299 l 0.2471,0.1572 l -0.3297,-0.0273 l 0.0827,-0.1299 l -0.2471,-0.1572 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,239.4714 l -0.0560,0.0684 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.6291,241.8063 l 2.9604,-1.9013 l -1.2034,-0.2461 l -0.4795,-1.1309 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.3861,239.6590 l 0.0975,-0.1192 l 0.2267,0.1854 l -0.3241,-0.0663 l 0.0975,-0.1192 l -0.2267,-0.1854 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,254.8845 l 0.3767,-0.3767 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.8455,256.5785 l 3.1349,-1.5973 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.8074,254.6167 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,270.2976 l 0.7063,-0.5976 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.0103,271.5916 l 3.2567,-1.3314 l -1.1386,-0.4608 l -0.2659,-1.1992 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.1284,269.7994 l 0.1175,-0.0994 l 0.1892,0.2236 l -0.3067,-0.1241 l 0.1175,-0.0994 l -0.1892,-0.2236 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,285.7107 l 0.9583,-0.7027 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.1363,286.7397 l 3.3413,-1.1020 l -1.1039,-0.5387 l -0.1820,-1.2148 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.3737,285.0990 l 0.1242,-0.0910 l 0.1732,0.2362 l -0.2973,-0.1451 l 0.1242,-0.0910 l -0.1732,-0.2362 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,301.1238 l 1.1525,-0.7457 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.2334,301.9689 l 3.3999,-0.9049 l -1.0705,-0.6023 l -0.1107,-1.2233 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.5629,300.4617 l 0.1293,-0.0836 l 0.1591,0.2459 l -0.2883,-0.1622 l 0.1293,-0.0836 l -0.1591,-0.2459 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.5396,316.5369 l 1.3040,-0.7549 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.3091,317.2492 l 3.4406,-0.7355 l -1.0394,-0.6545 l -0.0500,-1.2273 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.7103,315.8591 l 0.1332,-0.0771 l 0.1467,0.2534 l -0.2800,-0.1763 l 0.1332,-0.0771 l -0.1467,-0.2534 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,23.6880 l 1.4157,0.9688 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.1254,23.0029 l 2.1475,2.7869 l 0.1423,-1.2200 l 1.0857,-0.5745 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.4151,24.5698 l 0.1271,0.0869 l -0.1654,0.2417 l 0.0383,-0.3286 l 0.1271,0.0869 l 0.1654,-0.2417 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,39.1011 l 1.3626,1.0421 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.1629,38.3642 l 1.9974,2.8964 l 0.2065,-1.2108 l 1.1145,-0.5164 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.3668,40.0497 l 0.1223,0.0935 l -0.1779,0.2326 l 0.0556,-0.3261 l 0.1223,0.0935 l 0.1779,-0.2326 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,54.5142 l 1.2402,1.0750 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.1538,53.6711 l 1.8164,3.0132 l 0.2802,-1.1959 l 1.1440,-0.4472 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.2503,55.4883 l 0.1163,0.1008 l -0.1918,0.2213 l 0.0755,-0.3221 l 0.1163,0.1008 l 0.1918,-0.2213 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,69.9273 l 0.9557,0.9558 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.0115,68.8122 l 1.5971,3.1349 l 0.3647,-1.1729 l 1.1730,-0.3646 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.9733,70.7742 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,85.3404 l 0.5974,0.7061 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.8324,83.8108 l 1.3313,3.2567 l 0.4608,-1.1386 l 1.1992,-0.2659 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.6245,85.9290 l 0.0994,0.1175 l -0.2236,0.1892 l 0.1241,-0.3067 l 0.0994,0.1175 l 0.2236,-0.1892 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,100.7535 l 0.1480,0.2138 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.6077,98.5595 l 1.0106,3.3700 l 0.5686,-1.0888 l 1.2193,-0.1489 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1869,100.8407 l 0.0876,0.1266 l -0.2408,0.1667 l 0.1532,-0.2933 l 0.0876,0.1266 l 0.2408,-0.1667 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,116.1666 l -0.4090,-0.7596 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.3292,112.8285 l 0.6290,3.4616 l 0.6863,-1.0187 l 1.2283,-0.0121 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6445,115.2714 l 0.0730,0.1356 l -0.2578,0.1388 l 0.1849,-0.2744 l 0.0730,0.1356 l 0.2578,-0.1388 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,131.5797 l -1.0832,-2.8165 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.9920,126.0298 l 0.1864,3.5134 l 0.8096,-0.9238 l 1.2199,0.1432 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.9880,128.6194 l 0.0553,0.1437 l -0.2733,0.1051 l 0.2181,-0.2488 l 0.0553,0.1437 l 0.2733,-0.1051 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,146.9928 l -1.8687,-8.0982 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.5993,136.0411 l -0.3070,3.5049 l 0.9309,-0.8014 l 1.1879,0.3125 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.2231,138.7446 l 0.0346,0.1500 l -0.2854,0.0658 l 0.2507,-0.2159 l 0.0346,0.1500 l 0.2854,-0.0658 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,162.4059 l -2.5485,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.2594,125.1323 l -1.1928,4.9298 l 1.4995,-0.9418 l 1.6259,0.7014 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.5662,129.1203 l 0.0118,0.1535 l -0.2920,0.0225 l 0.2802,-0.1760 l 0.0118,0.1535 l 0.2920,-0.0225 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,177.8190 l -2.5485,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.2594,215.0922 l 1.9327,-4.6893 l -1.6259,0.7014 l -1.4995,-0.9418 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.5662,211.1043 l 0.0118,-0.1535 l 0.2920,0.0225 l -0.3038,0.1310 l 0.0118,-0.1535 l -0.2920,-0.0225 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,193.2321 l -1.8687,8.0978 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.5993,204.1834 l 1.8118,-3.0160 l -1.1879,0.3125 l -0.9309,-0.8014 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.2232,201.4799 l 0.0346,-0.1500 l 0.2853,0.0658 l -0.3200,0.0842 l 0.0346,-0.1500 l -0.2853,-0.0658 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,208.6452 l -1.0831,2.8162 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.9921,214.1947 l 2.2159,-2.7328 l -1.2199,0.1432 l -0.8096,-0.9238 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.9881,211.6051 l 0.0553,-0.1437 l 0.2733,0.1051 l -0.3286,0.0386 l 0.0553,-0.1437 l -0.2733,-0.1051 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,224.0583 l -0.4089,0.7593 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.3292,227.3961 l 2.5437,-2.4307 l -1.2283,-0.0122 l -0.6863,-1.0187 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6446,224.9532 l 0.0730,-0.1356 l 0.2578,0.1388 l -0.3308,-0.0033 l 0.0730,-0.1356 l -0.2578,-0.1388 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,239.4714 l 0.1482,-0.2141 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.6078,241.6651 l 2.7985,-2.1323 l -1.2193,-0.1489 l -0.5685,-1.0888 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1871,239.3839 l 0.0876,-0.1266 l 0.2408,0.1667 l -0.3284,-0.0401 l 0.0876,-0.1266 l -0.2408,-0.1667 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,254.8845 l 0.5977,-0.7063 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.8325,256.4137 l 2.9914,-1.8521 l -1.1992,-0.2659 l -0.4608,-1.1386 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.6247,254.2957 l 0.0994,-0.1175 l 0.2236,0.1892 l -0.3230,-0.0716 l 0.0994,-0.1175 l -0.2236,-0.1892 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,270.2976 l 0.9559,-0.9559 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.0116,271.4124 l 3.1349,-1.5972 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.9735,269.4506 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,285.7107 l 1.2405,-1.0750 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.1539,286.5536 l 3.2407,-1.3698 l -1.1440,-0.4473 l -0.2801,-1.1960 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.2506,284.7365 l 0.1163,-0.1008 l 0.1918,0.2213 l -0.3081,-0.1205 l 0.1163,-0.1008 l -0.1918,-0.2213 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,301.1238 l 1.3627,-1.0420 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.1629,301.8606 l 3.3185,-1.1689 l -1.1145,-0.5165 l -0.2064,-1.2109 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.3669,300.1753 l 0.1223,-0.0935 l 0.1779,0.2326 l -0.3002,-0.1391 l 0.1223,-0.0935 l -0.1779,-0.2326 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.1265,316.5369 l 1.4158,-0.9687 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.1253,317.2218 l 3.3755,-0.9921 l -1.0857,-0.5745 l -0.1422,-1.2201 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.4152,315.6552 l 0.1271,-0.0869 l 0.1654,0.2417 l -0.2924,-0.1548 l 0.1271,-0.0869 l -0.1654,-0.2417 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,23.6880 l 1.3464,1.0631 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.7613,22.9363 l 1.9524,2.9269 l 0.2251,-1.2075 l 1.1223,-0.4991 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.9389,24.6556 l 0.1208,0.0954 l -0.1815,0.2298 l 0.0606,-0.3252 l 0.1208,0.0954 l 0.1815,-0.2298 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,39.1011 l 1.2862,1.1351 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.8038,38.2984 l 1.7895,3.0292 l 0.2908,-1.1934 l 1.1479,-0.4370 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.8842,40.1343 l 0.1154,0.1019 l -0.1938,0.2196 l 0.0783,-0.3214 l 0.1154,0.1019 l 0.1938,-0.2196 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,54.5142 l 1.2129,1.2131 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.8557,53.6564 l 1.5971,3.1349 l 0.3647,-1.1729 l 1.1730,-0.3645 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.8175,55.6184 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,69.9273 l 1.0748,1.2403 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.8703,68.9544 l 1.3697,3.2407 l 0.4473,-1.1440 l 1.1960,-0.2801 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.6874,71.0512 l 0.1008,0.1164 l -0.2213,0.1918 l 0.1205,-0.3081 l 0.1008,0.1164 l 0.2213,-0.1918 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,85.3404 l 0.7025,0.9581 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.6842,83.9368 l 1.1019,3.3413 l 0.5388,-1.1038 l 1.2148,-0.1820 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.3248,86.1743 l 0.0910,0.1242 l -0.2362,0.1732 l 0.1451,-0.2973 l 0.0910,0.1242 l 0.2362,-0.1732 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,100.7535 l 0.2523,0.4206 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.4591,98.6628 l 0.7891,3.4287 l 0.6382,-1.0495 l 1.2264,-0.0692 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.8865,101.0420 l 0.0792,0.1320 l -0.2511,0.1507 l 0.1719,-0.2827 l 0.0792,0.1320 l 0.2511,-0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,116.1666 l -0.2842,-0.6090 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.1908,112.9037 l 0.4297,3.4920 l 0.7435,-0.9777 l 1.2269,0.0582 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.3641,115.4180 l 0.0651,0.1395 l -0.2654,0.1238 l 0.2003,-0.2634 l 0.0651,0.1395 l 0.2654,-0.1238 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,131.5797 l -0.9088,-2.7267 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.8785,126.0747 l 0.0266,3.5182 l 0.8507,-0.8860 l 1.2122,0.1985 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.7558,128.7069 l 0.0487,0.1461 l -0.2778,0.0926 l 0.2291,-0.2387 l 0.0487,0.1461 l 0.2778,-0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,146.9928 l -1.6123,-8.0619 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.5268,136.0592 l -0.4099,3.4944 l 0.9540,-0.7737 l 1.1782,0.3473 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.0709,138.7799 l 0.0302,0.1510 l -0.2872,0.0574 l 0.2570,-0.2084 l 0.0302,0.1510 l 0.2872,-0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,162.4059 l -2.2087,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.2286,125.1323 l -1.2421,4.9136 l 1.5079,-0.9257 l 1.6175,0.7174 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.4944,129.1202 l 0.0102,0.1536 l -0.2922,0.0195 l 0.2820,-0.1731 l 0.0102,0.1536 l 0.2922,-0.0195 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,177.8190 l -2.2087,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.2286,215.0922 l 1.8833,-4.7052 l -1.6174,0.7174 l -1.5079,-0.9257 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.4944,211.1044 l 0.0102,-0.1536 l 0.2922,0.0195 l -0.3024,0.1341 l 0.0102,-0.1536 l -0.2922,-0.0195 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,193.2321 l -1.6123,8.0615 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.5268,204.1652 l 1.7223,-3.0679 l -1.1782,0.3473 l -0.9540,-0.7737 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.0709,201.4446 l 0.0302,-0.1510 l 0.2872,0.0574 l -0.3174,0.0935 l 0.0302,-0.1510 l -0.2872,-0.0574 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,208.6452 l -0.9088,2.7264 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.8786,214.1498 l 2.0895,-2.8306 l -1.2122,0.1985 l -0.8507,-0.8861 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.7559,211.5176 l 0.0487,-0.1461 l 0.2778,0.0926 l -0.3265,0.0535 l 0.0487,-0.1461 l -0.2778,-0.0926 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,224.0583 l -0.2841,0.6087 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.1909,227.3208 l 2.4002,-2.5724 l -1.2269,0.0582 l -0.7435,-0.9777 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.3642,224.8065 l 0.0651,-0.1395 l 0.2654,0.1238 l -0.3305,0.0157 l 0.0651,-0.1395 l -0.2654,-0.1238 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,239.4714 l 0.2525,-0.4209 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.4592,241.5617 l 2.6538,-2.3099 l -1.2264,-0.0692 l -0.6382,-1.0495 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.8867,239.1825 l 0.0792,-0.1320 l 0.2511,0.1507 l -0.3303,-0.0186 l 0.0792,-0.1320 l -0.2511,-0.1507 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,254.8845 l 0.7027,-0.9583 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.6843,256.2877 l 2.8555,-2.0554 l -1.2148,-0.1820 l -0.5387,-1.1039 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.3251,254.0504 l 0.0910,-0.1242 l 0.2362,0.1732 l -0.3272,-0.0490 l 0.0910,-0.1242 l -0.2362,-0.1732 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,270.2976 l 1.0751,-1.2405 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.8705,271.2701 l 3.0131,-1.8165 l -1.1959,-0.2801 l -0.4472,-1.1440 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.6876,269.1735 l 0.1008,-0.1163 l 0.2213,0.1918 l -0.3221,-0.0755 l 0.1008,-0.1163 l -0.2213,-0.1918 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,285.7107 l 1.2130,-1.2130 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.8556,286.5684 l 3.1349,-1.5972 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.8175,284.6066 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,301.1238 l 1.2863,-1.1350 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.8038,301.9263 l 3.2284,-1.3986 l -1.1479,-0.4371 l -0.2907,-1.1934 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.8843,300.0907 l 0.1154,-0.1019 l 0.1938,0.2196 l -0.3092,-0.1177 l 0.1154,-0.1019 l -0.1938,-0.2196 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.7134,316.5369 l 1.3465,-1.0629 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.7613,317.2885 l 3.3000,-1.2200 l -1.1223,-0.4992 l -0.2250,-1.2075 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.9390,315.5693 l 0.1208,-0.0954 l 0.1815,0.2299 l -0.3023,-0.1345 l 0.1208,-0.0954 l -0.1815,-0.2299 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,23.6880 l 1.2783,1.1439 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.3963,22.8791 l 1.7685,3.0415 l 0.2991,-1.1913 l 1.1509,-0.4290 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.4639,24.7292 l 0.1147,0.1027 l -0.1953,0.2182 l 0.0806,-0.3209 l 0.1147,0.1027 l 0.1953,-0.2182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,39.1011 l 1.2129,1.2131 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4426,38.2433 l 1.5971,3.1349 l 0.3647,-1.1729 l 1.1730,-0.3645 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.4043,40.2053 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,54.5142 l 1.1349,1.2864 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4978,53.6045 l 1.3984,3.2285 l 0.4371,-1.1479 l 1.1934,-0.2907 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.3333,55.6851 l 0.1019,0.1155 l -0.2196,0.1937 l 0.1177,-0.3092 l 0.1019,0.1155 l 0.2196,-0.1937 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,69.9273 l 1.0420,1.3627 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.5635,68.9636 l 1.1688,3.3185 l 0.5165,-1.1144 l 1.2109,-0.2063 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.2487,71.1677 l 0.0935,0.1223 l -0.2326,0.1779 l 0.1391,-0.3002 l 0.0935,0.1223 l 0.2326,-0.1779 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,85.3404 l 0.7455,1.1523 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4550,84.0339 l 0.9048,3.4000 l 0.6023,-1.0705 l 1.2233,-0.1107 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.9622,86.3634 l 0.0836,0.1293 l -0.2459,0.1591 l 0.1622,-0.2883 l 0.0836,0.1293 l 0.2459,-0.1591 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,100.7535 l 0.3042,0.5746 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.2343,98.7398 l 0.6046,3.4660 l 0.6935,-1.0138 l 1.2283,-0.0035 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.5324,101.1920 l 0.0720,0.1361 l -0.2588,0.1370 l 0.1868,-0.2731 l 0.0720,0.1361 l 0.2588,-0.1370 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,116.1666 l -0.2062,-0.5007 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.9792,112.9579 l 0.2686,3.5080 l 0.7877,-0.9425 l 1.2230,0.1146 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.0355,115.5235 l 0.0586,0.1424 l -0.2708,0.1115 l 0.2122,-0.2539 l 0.0586,0.1424 l 0.2708,-0.1115 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,131.5797 l -0.7835,-2.6642 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.6905,126.1060 l -0.0989,3.5169 l 0.8818,-0.8551 l 1.2043,0.2416 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4733,128.7678 l 0.0434,0.1477 l -0.2810,0.0826 l 0.2375,-0.2303 l 0.0434,0.1477 l 0.2810,-0.0826 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,146.9928 l -1.4183,-8.0373 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.3731,136.0715 l -0.4892,3.4841 l 0.9714,-0.7518 l 1.1700,0.3740 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.8553,138.8039 l 0.0268,0.1516 l -0.2884,0.0509 l 0.2616,-0.2025 l 0.0268,0.1516 l 0.2884,-0.0509 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,162.4059 l -1.9488,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.1078,125.1323 l -1.2798,4.9013 l 1.5143,-0.9135 l 1.6110,0.7296 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.3424,129.1201 l 0.0090,0.1537 l -0.2923,0.0172 l 0.2833,-0.1709 l 0.0090,0.1537 l 0.2923,-0.0172 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,177.8190 l -1.9488,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.1078,215.0922 l 1.8455,-4.7174 l -1.6110,0.7296 l -1.5143,-0.9134 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.3424,211.1045 l 0.0090,-0.1537 l 0.2923,0.0172 l -0.3014,0.1365 l 0.0090,-0.1537 l -0.2923,-0.0172 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,193.2321 l -1.4182,8.0369 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.3731,204.1529 l 1.6522,-3.1063 l -1.1700,0.3740 l -0.9713,-0.7518 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.8553,201.4206 l 0.0268,-0.1516 l 0.2884,0.0509 l -0.3151,0.1007 l 0.0268,-0.1516 l -0.2884,-0.0509 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,208.6452 l -0.7834,2.6638 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.6905,214.1185 l 1.9872,-2.9034 l -1.2043,0.2416 l -0.8818,-0.8551 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4734,211.4567 l 0.0434,-0.1477 l 0.2809,0.0826 l -0.3244,0.0651 l 0.0434,-0.1477 l -0.2809,-0.0826 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,224.0583 l -0.2060,0.5004 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.9792,227.2666 l 2.2793,-2.6801 l -1.2230,0.1146 l -0.7877,-0.9425 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.0356,224.7010 l 0.0586,-0.1424 l 0.2708,0.1115 l -0.3294,0.0309 l 0.0586,-0.1424 l -0.2708,-0.1115 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,239.4714 l 0.3043,-0.5749 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.2344,241.4847 l 2.5265,-2.4486 l -1.2283,-0.0035 l -0.6934,-1.0139 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.5326,239.0326 l 0.0720,-0.1361 l 0.2588,0.1370 l -0.3309,-0.0010 l 0.0720,-0.1361 l -0.2588,-0.1370 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,254.8845 l 0.7458,-1.1525 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4551,256.1906 l 2.7306,-2.2187 l -1.2233,-0.1107 l -0.6023,-1.0705 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.9624,253.8612 l 0.0836,-0.1293 l 0.2459,0.1591 l -0.3295,-0.0298 l 0.0836,-0.1293 l -0.2459,-0.1591 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,270.2976 l 1.0421,-1.3627 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.5634,271.2612 l 2.8962,-1.9976 l -1.2108,-0.2064 l -0.5164,-1.1145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.2488,269.0572 l 0.0935,-0.1223 l 0.2326,0.1779 l -0.3261,-0.0556 l 0.0935,-0.1223 l -0.2326,-0.1779 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,285.7107 l 1.1350,-1.2863 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4977,286.6203 l 3.0291,-1.7897 l -1.1934,-0.2907 l -0.4371,-1.1479 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.3334,284.5398 l 0.1019,-0.1154 l 0.2196,0.1938 l -0.3215,-0.0783 l 0.1019,-0.1154 l -0.2196,-0.1938 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,301.1238 l 1.2130,-1.2130 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.4425,301.9815 l 3.1349,-1.5972 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.4044,300.0197 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.3003,316.5369 l 1.2784,-1.1438 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.3963,317.3457 l 3.2186,-1.4209 l -1.1509,-0.4291 l -0.2990,-1.1914 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.4640,315.4957 l 0.1147,-0.1027 l 0.1953,0.2182 l -0.3100,-0.1156 l 0.1147,-0.1027 l -0.1953,-0.2182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,23.6880 l 1.2129,1.2131 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.0295,22.8302 l 1.5971,3.1350 l 0.3647,-1.1729 l 1.1730,-0.3645 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.9912,24.7922 l 0.1089,0.1089 l -0.2071,0.2071 l 0.0982,-0.3159 l 0.1089,0.1089 l 0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,39.1011 l 1.1438,1.2785 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.0784,38.1970 l 1.4207,3.2187 l 0.4292,-1.1509 l 1.1914,-0.2989 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.9283,40.2648 l 0.1027,0.1147 l -0.2183,0.1953 l 0.1156,-0.3100 l 0.1027,0.1147 l 0.2183,-0.1953 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,54.5142 l 1.0629,1.3465 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.1356,53.5620 l 1.2199,3.3001 l 0.4992,-1.1223 l 1.2075,-0.2250 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.8547,55.7398 l 0.0954,0.1208 l -0.2299,0.1814 l 0.1345,-0.3023 l 0.0954,0.1208 l 0.2299,-0.1814 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,69.9273 l 0.9686,1.4158 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.2022,68.9261 l 0.9920,3.3756 l 0.5746,-1.0856 l 1.2201,-0.1421 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.7689,71.2160 l 0.0869,0.1271 l -0.2417,0.1654 l 0.1548,-0.2924 l 0.0869,0.1271 l 0.2417,-0.1654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,85.3404 l 0.7547,1.3037 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.1747,84.1096 l 0.7355,3.4406 l 0.6546,-1.0394 l 1.2273,-0.0500 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5648,86.5109 l 0.0771,0.1332 l -0.2534,0.1467 l 0.1763,-0.2800 l 0.0771,0.1332 l 0.2534,-0.1467 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,100.7535 l 0.3275,0.6914 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.9611,98.7983 l 0.4497,3.4895 l 0.7379,-0.9820 l 1.2272,0.0512 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.1487,101.3057 l 0.0659,0.1391 l -0.2647,0.1254 l 0.1988,-0.2645 l 0.0659,0.1391 l 0.2647,-0.1254 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,116.1666 l -0.1550,-0.4207 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.7199,112.9979 l 0.1365,3.5157 l 0.8226,-0.9122 l 1.2178,0.1605 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.6790,115.6014 l 0.0532,0.1445 l -0.2748,0.1012 l 0.2216,-0.2457 l 0.0532,0.1445 l 0.2748,-0.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,131.5797 l -0.6892,-2.6190 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.4528,126.1286 l -0.1999,3.5126 l 0.9060,-0.8294 l 1.1969,0.2761 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.1588,128.8118 l 0.0392,0.1489 l -0.2832,0.0745 l 0.2440,-0.2234 l 0.0392,0.1489 l 0.2832,-0.0745 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,146.9928 l -1.2662,-8.0199 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.1643,136.0803 l -0.5521,3.4747 l 0.9848,-0.7341 l 1.1631,0.3950 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.5970,138.8208 l 0.0240,0.1521 l -0.2893,0.0457 l 0.2653,-0.1977 l 0.0240,0.1521 l 0.2893,-0.0457 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,162.4059 l -1.7437,-33.1321 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.9255,125.1323 l -1.3095,4.8915 l 1.5194,-0.9038 l 1.6059,0.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.1354,129.1200 l 0.0081,0.1537 l -0.2924,0.0154 l 0.2844,-0.1691 l 0.0081,0.1537 l 0.2924,-0.0154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,177.8190 l -1.7437,33.1318 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.9255,215.0922 l 1.8157,-4.7270 l -1.6059,0.7393 l -1.5194,-0.9038 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.1354,211.1045 l 0.0081,-0.1537 l 0.2924,0.0154 l -0.3005,0.1384 l 0.0081,-0.1537 l -0.2924,-0.0154 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,193.2321 l -1.2662,8.0195 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.1643,204.1442 l 1.5958,-3.1356 l -1.1631,0.3950 l -0.9848,-0.7341 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.5970,201.4036 l 0.0240,-0.1521 l 0.2893,0.0457 l -0.3133,0.1064 l 0.0240,-0.1521 l -0.2893,-0.0457 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,208.6452 l -0.6891,2.6186 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.4528,214.0959 l 1.9030,-2.9593 l -1.1969,0.2761 l -0.9060,-0.8294 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.1589,211.4127 l 0.0392,-0.1489 l 0.2832,0.0745 l -0.3224,0.0744 l 0.0392,-0.1489 l -0.2832,-0.0745 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,224.0583 l -0.1549,0.4204 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.7199,227.2266 l 2.1769,-2.7640 l -1.2178,0.1605 l -0.8226,-0.9122 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.6791,224.6231 l 0.0532,-0.1445 l 0.2748,0.1012 l -0.3280,0.0432 l 0.0532,-0.1445 l -0.2748,-0.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,239.4714 l 0.3277,-0.6917 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.9612,241.4263 l 2.4150,-2.5586 l -1.2272,0.0511 l -0.7379,-0.9820 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.1489,238.9188 l 0.0659,-0.1391 l 0.2647,0.1254 l -0.3306,0.0138 l 0.0659,-0.1391 l -0.2647,-0.1254 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,254.8845 l 0.7549,-1.3040 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.1748,256.1149 l 2.6174,-2.3511 l -1.2273,-0.0501 l -0.6545,-1.0394 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5650,253.7137 l 0.0771,-0.1332 l 0.2534,0.1467 l -0.3306,-0.0135 l 0.0771,-0.1332 l -0.2534,-0.1467 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,270.2976 l 0.9687,-1.4158 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.2022,271.2987 l 2.7868,-2.1476 l -1.2201,-0.1422 l -0.5745,-1.0857 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.7689,269.0089 l 0.0869,-0.1271 l 0.2417,0.1654 l -0.3286,-0.0383 l 0.0869,-0.1271 l -0.2417,-0.1654 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,285.7107 l 1.0630,-1.3464 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.1355,286.6628 l 2.9268,-1.9526 l -1.2075,-0.2251 l -0.4992,-1.1223 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.8547,284.4851 l 0.0954,-0.1208 l 0.2299,0.1815 l -0.3253,-0.0606 l 0.0954,-0.1208 l -0.2299,-0.1815 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,301.1238 l 1.1439,-1.2784 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.0783,302.0278 l 3.0414,-1.7687 l -1.1914,-0.2990 l -0.4291,-1.1509 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.9284,299.9601 l 0.1027,-0.1147 l 0.2182,0.1953 l -0.3209,-0.0805 l 0.1027,-0.1147 l -0.2182,-0.1953 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5856978443390839" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,316.5369 l 1.2130,-1.2130 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.0294,317.3946 l 3.1349,-1.5972 l -1.1729,-0.3646 l -0.3646,-1.1730 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.9913,315.4328 l 0.1089,-0.1089 l 0.2071,0.2071 l -0.3159,-0.0982 l 0.1089,-0.1089 l -0.2071,-0.2071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.4067,40.1461 l -50.2529,0.0000 l -0.0000,276.3908 l 50.2529,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="45.68443185844855px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,96.2802,316.5369)" stroke="none" text-anchor="start">Arrow Chart
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.5011,316.5369 l -0.0000,-292.8489 h -5.8570 l -0.0000,292.8489 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,35.5659 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,158.2471,25.5153)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,23.6880 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,64.8508 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,158.2471,54.8002)" stroke="none" text-anchor="middle">0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,52.9729 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,94.1357 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,158.2471,84.0851)" stroke="none" text-anchor="middle">0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,82.2577 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,123.4206 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,158.2471,113.3700)" stroke="none" text-anchor="middle">0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,111.5426 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,152.7055 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,158.2471,142.6549)" stroke="none" text-anchor="middle">0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,140.8275 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,181.9904 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,158.2471,171.9398)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,170.1124 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,211.2753 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,153.2218,201.2247)" stroke="none" text-anchor="middle">-0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,199.3973 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,240.5602 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,153.2218,230.5096)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,228.6822 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,269.8451 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,153.2218,259.7945)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,257.9671 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,299.1299 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,153.2218,289.0794)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,287.2520 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3229,328.4148 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,153.2218,318.3643)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7157,316.5369 h 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,351.6788 l -0.0000,-5.8570 h -292.8489 l -0.0000,5.8570 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 543.8120,379.1011 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,528.7361,369.0506)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.5271,379.1011 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,499.4512,369.0506)" stroke="none" text-anchor="middle">0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.4512,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.2422,379.1011 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,470.1663,369.0506)" stroke="none" text-anchor="middle">0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.1663,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.9573,379.1011 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,440.8814,369.0506)" stroke="none" text-anchor="middle">0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 440.8814,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.6724,379.1011 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,411.5965,369.0506)" stroke="none" text-anchor="middle">0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 411.5965,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.3875,379.1011 l -0.0000,-20.1012 h -30.1517 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,382.3116,369.0506)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 382.3116,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 373.1279,379.1011 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.0267,369.0506)" stroke="none" text-anchor="middle">-0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.0267,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.8430,379.1011 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,323.7418,369.0506)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.7418,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 314.5581,379.1011 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,294.4570,369.0506)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4570,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 285.2732,379.1011 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,265.1721,369.0506)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.1721,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.9883,379.1011 l -0.0000,-20.1012 h -40.2023 l -0.0000,20.1012 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="18.273772743379418px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,235.8872,369.0506)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2801841513785788" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8872,345.8218 v 8.7855 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 528.7361,316.5369 l -0.0000,-292.8489 h -292.8489 l -0.0000,292.8489 Z"/>
   </g>
 </svg>
diff --git a/other/axisExample.svg b/other/axisExample.svg
--- a/other/axisExample.svg
+++ b/other/axisExample.svg
@@ -5,72 +5,116 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.9267,24.1844 l -0.0000,-7.0017 h -350.0842 l -0.0000,7.0017 Z"/>
+    <path d="M 351.0922,21.0075 l -0.0000,-6.8740 h -343.6992 l -0.0000,6.8740 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.9267,43.9468 ZM 362.1167,40.3875 c -0.2340,-0.2340 -0.9976,-0.5542 -1.3917 -0.7020l 0.2340,-0.5296 c 1.5887,0.5788 2.2661,0.7389 3.3253 0.9114l 0.2340,0.2340 l -6.1948,6.1948 c -0.4434,0.4434 -0.5049,0.6281 -0.0985 1.0345l 0.6404,0.6404 c 0.0369,0.0369 0.0739,0.1232 0.0000 0.1971l -0.2709,0.2709 l -1.6626,-1.7119 l -1.7365,-1.6873 l 0.2709,-0.2709 c 0.0493,-0.0246 0.1232,-0.0739 0.1971 -0.0000l 0.7389,0.7389 c 0.4680,0.4680 0.6774,0.2586 1.0345 -0.0985l 4.2366,-4.2366 c 0.4187,-0.4187 0.7143,-0.7143 0.4434 -0.9853ZM 359.3210,49.3411 ZM 368.7056,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 368.7056,45.3508 ZM 361.8211,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 364.7153,54.7354 ZM 374.0999,50.7451 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 374.0999,50.7451 ZM 367.2154,57.5311 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 370.1096,60.1297 ZM 372.5605,60.2406 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 372.8068,62.8269 ZM 382.1914,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 382.1914,58.8366 ZM 375.3069,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 378.2011,68.2212 ZM 387.5857,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 387.5857,64.2309 ZM 380.7012,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 383.5954,73.6155 ZM 392.9800,69.6252 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 392.9800,69.6252 ZM 386.0955,76.4112 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 387.4887,85.9008 l 12.5113,-12.5113 l -43.7895,-43.7895 l -12.5113,12.5113 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.9267,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,349.9548,35.8557)" stroke="none" text-anchor="start">100,000
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 318.9183,43.9468 ZM 326.5910,44.1315 c 0.1232,-0.1232 0.3202,-0.2956 0.4434 -0.4187c 2.0690,-2.0690 1.6626,-3.5100 1.0345 -4.1381c -0.5665,-0.5665 -1.6873,-0.6281 -2.9681 0.6527c -0.5912,0.5912 -1.4656,2.0567 -0.2956 3.2267c 0.2586,0.2586 0.7513,0.7020 1.7858 0.6774ZM 326.5910,44.1315 ZM 319.7804,44.4641 c 0.8867,0.7389 1.7735,1.2069 2.9558 1.2316c 1.1084,-0.0000 2.3400,-0.4187 3.4730 -1.2562c -0.6281,0.0616 -1.5764,-0.3695 -2.0321 -0.8252c -1.8227,-1.8227 -0.5665,-3.5716 -0.0000 -4.1381c 0.8375,-0.8375 2.6725,-1.8350 4.3721 -0.1355c 0.9114,0.9114 1.7488,2.8080 -0.7020 5.2588c -1.1331,1.1331 -2.6356,1.8474 -4.3228 1.8597c -1.5887,0.0123 -2.7587,-0.4926 -4.0273 -1.6380ZM 324.3126,49.3411 ZM 333.6972,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 333.6972,45.3508 ZM 326.8127,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 329.7069,54.7354 ZM 332.1577,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 332.4041,57.4326 ZM 341.7887,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 341.7887,53.4422 ZM 334.9042,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 337.7984,62.8269 ZM 347.1830,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 347.1830,58.8366 ZM 340.2985,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 343.1927,68.2212 ZM 352.5773,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 352.5773,64.2309 ZM 345.6928,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 351.0922,14.1336 v 10.3110 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 318.9183,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 346.8631,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.9099,43.9468 ZM 293.4669,39.8580 c -0.7020,-0.7020 -1.7119,-0.6035 -2.2538 -0.0616c -0.3572,0.3572 -0.6404,0.9360 -0.3818 2.1553l 0.1355,0.5788 c 0.5542,0.0862 1.8720,0.2709 2.5001 -0.3572c 0.5419,-0.5419 0.7636,-1.5518 -0.0000 -2.3154ZM 293.4669,39.8580 ZM 294.1812,42.9123 c -0.7513,0.7513 -2.1922,0.4926 -3.0543 0.3202l 0.2463,1.1823 c 0.2094,0.9976 -0.0246,1.8474 -0.7020 2.5247c -0.8867,0.8867 -2.7587,1.3055 -4.2859 -0.2217c -1.2316,-1.2316 -1.4286,-2.7341 -0.2340 -3.9287c 0.4557,-0.4557 1.1823,-0.7882 2.0814 -0.7266c 0.5542,0.0369 1.0345,0.0739 1.5518 0.1478l -0.0862,-0.3325 c -0.2709,-1.1577 -0.1478,-1.9952 0.5049 -2.6479c 0.8991,-0.8991 2.4262,-0.8005 3.6208 0.3941c 1.1454,1.1454 1.1946,2.4508 0.3572 3.2883ZM 294.1812,42.9123 ZM 286.7548,46.3976 c 0.5296,0.5296 1.7365,1.1700 2.9065 -0.0000c 0.5542,-0.5542 0.7636,-1.4533 0.4803 -2.6233l -0.2094,-0.8744 c -1.6626,-0.3325 -2.7095,0.2709 -3.0543 0.6158c -1.0468,1.0468 -0.6527,2.3523 -0.1232 2.8819ZM 289.3042,49.3411 ZM 298.6888,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 298.6888,45.3508 ZM 291.8043,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 294.6985,54.7354 ZM 297.1493,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 297.3956,57.4326 ZM 306.7803,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 306.7803,53.4422 ZM 299.8957,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 302.7899,62.8269 ZM 312.1746,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 312.1746,58.8366 ZM 305.2900,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 308.1843,68.2212 ZM 317.5689,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 317.5689,64.2309 ZM 310.6844,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,315.5849,35.8557)" stroke="none" text-anchor="start">90,000
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.9099,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 316.7223,14.1336 v 10.3110 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9015,43.9468 ZM 257.0052,39.5377 c -0.5419,-0.5419 -0.9483,-0.5049 -1.8104 -0.1108l -0.2709,-0.3695 c 0.6527,-0.3572 1.2439,-0.7020 1.9705 -1.3547l 0.2586,0.2586 c -0.0246,0.1232 -0.0493,0.2217 0.2340 0.5049l 2.3400,2.3400 c 0.4434,0.4434 0.7143,0.6897 0.9729 0.8252l 0.0985,0.2709 c -4.4829,1.8720 -7.0939,3.1036 -9.7418 4.4214l -0.8375,-0.7636 l 0.0369,-0.1108 c 2.5617,-0.9853 5.7884,-2.3400 8.9659 -3.6947l -2.2168,-2.2168 ZM 254.2958,49.3411 ZM 263.6804,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 263.6804,45.3508 ZM 256.7959,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 259.6901,54.7354 ZM 262.1409,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 262.3872,57.4326 ZM 271.7718,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 271.7718,53.4422 ZM 264.8873,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 267.7815,62.8269 ZM 277.1661,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 277.1661,58.8366 ZM 270.2816,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 273.1758,68.2212 ZM 282.5604,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 282.5604,64.2309 ZM 275.6759,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.4932,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.9015,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,281.2150,35.8557)" stroke="none" text-anchor="start">80,000
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.8930,43.9468 ZM 218.5484,42.1487 c -0.1355,0.1108 -0.3202,0.2956 -0.4434 0.4187c -2.0690,2.0690 -1.6626,3.5100 -1.0468 4.1258c 0.5665,0.5665 1.6996,0.6404 2.9804 -0.6404c 0.5788,-0.5788 1.4656,-2.0567 0.2833 -3.2390c -0.2586,-0.2586 -0.7513,-0.7020 -1.7735 -0.6651ZM 218.5484,42.1487 ZM 225.3467,41.8038 c -0.8744,-0.7266 -1.7735,-1.2069 -2.9435 -1.2193c -1.1207,-0.0123 -2.3523,0.4064 -3.4730 1.2562c 0.6281,-0.0616 1.5641,0.3572 2.0321 0.8252c 1.8227,1.8227 0.5542,3.5593 -0.0123 4.1258c -0.8375,0.8375 -2.6725,1.8350 -4.3721 0.1355c -0.8991,-0.8991 -1.7365,-2.7957 0.7143 -5.2465c 1.1331,-1.1331 2.6233,-1.8597 4.3228 -1.8597c 1.5887,-0.0123 2.7464,0.4803 4.0149 1.6257ZM 219.2873,49.3411 ZM 228.6720,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 228.6720,45.3508 ZM 221.7874,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 224.6816,54.7354 ZM 227.1325,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 227.3788,57.4326 ZM 236.7634,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 236.7634,53.4422 ZM 229.8789,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 232.7731,62.8269 ZM 242.1577,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 242.1577,58.8366 ZM 235.2732,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 238.1674,68.2212 ZM 247.5520,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 247.5520,64.2309 ZM 240.6675,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.3524,14.1336 v 10.3110 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.8930,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 278.1233,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8846,43.9468 ZM 184.7716,45.6710 c 1.2685,-1.2685 1.2069,-2.5863 0.4434 -3.3499c -0.5665,-0.5665 -1.0838,-0.9114 -1.7612 -1.1946l 3.7563,-2.9681 c 0.3695,0.4434 0.7759,0.8744 1.2069 1.3055c 0.6158,0.6158 1.2932,1.2193 2.0321 1.8104l 0.0369,0.1108 l -0.9853,0.6158 c -0.5296,-0.4311 -0.9360,-0.8128 -1.2808 -1.1577c -0.5542,-0.5542 -0.9237,-1.0222 -1.3055 -1.5025l -2.1799,1.7119 c 0.3572,0.1601 0.8867,0.5173 1.3671 0.9976c 1.3055,1.3055 0.8991,3.1652 -0.2340 4.2982c -1.3794,1.3794 -3.3992,1.4779 -4.7908 0.0862c -0.7020,-0.7020 -1.3301,-2.1183 -0.8498 -2.5986c 0.2340,-0.2340 0.5912,-0.1971 0.8128 0.0246c 0.2463,0.2463 0.2217,0.5912 0.1724 0.9360c -0.0369,0.4064 -0.0862,0.8498 0.3079 1.2439c 0.7882,0.7882 2.1799,0.7020 3.2514 -0.3695ZM 184.2789,49.3411 ZM 193.6635,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 193.6635,45.3508 ZM 186.7790,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 189.6732,54.7354 ZM 192.1241,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 192.3704,57.4326 ZM 201.7550,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 201.7550,53.4422 ZM 194.8705,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 197.7647,62.8269 ZM 207.1493,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 207.1493,58.8366 ZM 200.2648,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 203.1590,68.2212 ZM 212.5436,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 212.5436,64.2309 ZM 205.6591,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,246.8451,35.8557)" stroke="none" text-anchor="start">70,000
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8846,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.9825,14.1336 v 10.3110 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.8762,43.9468 ZM 151.4258,42.7522 c 0.0862,-0.0862 0.1971,-0.1724 0.3695 -0.1232c 0.2340,0.0369 0.5665,0.1478 0.7513 0.3325c 0.1601,0.1601 0.0369,0.3079 -0.2094 0.5542l -1.9828,1.9828 l 0.9976,0.9976 l -0.6527,0.5049 l -0.9237,-0.9237 l -1.0222,1.0222 c -0.3448,0.3448 -0.4680,0.5665 -0.1108 0.9237l 0.3325,0.3325 c 0.0739,0.0739 0.0246,0.1478 0.0000 0.1724l -0.2709,0.2709 c 0.0000,-0.0000 -0.7636,-0.8128 -1.2808 -1.3301c -0.4680,-0.4680 -1.2193,-1.1700 -1.2193 -1.1700l 0.2709,-0.2709 c 0.0246,-0.0246 0.0985,-0.0739 0.1724 -0.0000l 0.3325,0.3325 c 0.3818,0.3818 0.5788,0.2586 0.9360 -0.0985l 1.0222,-1.0222 l -2.4139,-2.4139 c -0.0493,-0.0493 -0.0493,-0.0985 -0.0369 -0.1847l 0.0369,-0.2340 l 0.1108,-0.4064 c -0.0123,-0.0123 0.0000,-0.0246 0.0123 -0.0369c 0.0123,-0.0123 0.0369,-0.0123 0.0616 -0.0123c 1.6873,-0.0862 5.8500,-1.4163 7.3032 -1.9828c 0.0616,-0.0369 0.0985,-0.0246 0.1478 0.0246c 0.0123,0.0123 0.1724,0.3941 0.2956 0.5665c -2.0444,0.9360 -4.5568,1.6257 -6.8845 2.1553l 1.9459,1.9459 l 1.9089,-1.9089 ZM 149.2705,49.3411 ZM 158.6551,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 158.6551,45.3508 ZM 151.7706,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 154.6648,54.7354 ZM 157.1156,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 157.3620,57.4326 ZM 166.7466,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 166.7466,53.4422 ZM 159.8621,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 162.7563,62.8269 ZM 172.1409,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 172.1409,58.8366 ZM 165.2564,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 168.1506,68.2212 ZM 177.5352,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 177.5352,64.2309 ZM 170.6507,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 243.7534,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.8762,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,212.4752,35.8557)" stroke="none" text-anchor="start">60,000
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 108.8678,43.9468 ZM 118.2647,39.8703 c -0.3079,-0.3079 -1.3794,-1.0345 -2.1306 -0.2833c -0.2217,0.2217 -0.6897,0.5173 -1.0222 0.1847c -0.3202,-0.3202 0.0123,-0.7020 0.0493 -0.7389c 0.3818,-0.3818 2.0198,-1.0099 3.7317 0.7020c 1.1946,1.1946 0.8005,2.3030 0.3079 2.7957c -0.3079,0.3079 -1.0222,0.8252 -2.8326 0.4187c 0.5788,0.8005 0.9853,2.2168 -0.2956 3.4977c -1.6257,1.6257 -3.7317,1.2685 -5.1234 -0.1232c -0.7020,-0.7020 -1.3794,-1.9952 -0.9114 -2.4632c 0.1847,-0.1847 0.5788,-0.2094 0.8252 0.0369c 0.2340,0.2340 0.2217,0.4680 0.1724 0.7389c -0.0739,0.3448 -0.1478,0.8621 0.4434 1.4533c 0.4064,0.4064 1.9705,1.1577 3.5223 -0.3941c 1.3178,-1.3178 0.6035,-2.4508 -0.0616 -3.1159c -0.1108,-0.1108 -0.2709,-0.2217 -0.4311 -0.3325l 0.3202,-0.4187 c 1.1084,0.7882 2.8203,0.6527 3.3868 0.0862c 0.7020,-0.7020 0.5542,-1.5395 0.0493 -2.0444ZM 114.2621,49.3411 ZM 123.6467,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 123.6467,45.3508 ZM 116.7622,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 119.6564,54.7354 ZM 122.1072,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 122.3535,57.4326 ZM 131.7382,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 131.7382,53.4422 ZM 124.8536,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 127.7478,62.8269 ZM 137.1325,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 137.1325,58.8366 ZM 130.2479,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 133.1422,68.2212 ZM 142.5268,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 142.5268,64.2309 ZM 135.6423,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.6126,14.1336 v 10.3110 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 108.8678,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.3835,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.8594,43.9468 ZM 80.0296,39.2052 c 0.7020,-0.7020 2.3400,-0.9853 3.6332 0.3079c 0.9483,0.9483 1.6996,2.4139 0.2833 3.8302c -0.9360,0.9360 -1.8843,0.9237 -3.1898 0.8991l -2.3030,-0.0369 c -0.1232,0.0000 -1.7612,-0.0123 -2.3400 0.5665l 2.0937,2.0937 c 0.4187,0.4187 0.8498,0.4311 1.6996 -0.0739l 0.2586,0.3572 l -1.7981,1.3055 l -3.8056,-3.8056 c 0.6897,-0.6897 1.3301,-1.1084 3.6455 -1.1331l 1.7119,0.0123 c 1.3917,-0.0123 2.2784,-0.3325 3.0297 -1.0838c 1.1207,-1.1207 0.6774,-2.2045 0.2586 -2.6233c -0.8498,-0.8498 -1.5272,-0.6404 -1.8227 -0.3448c -0.0985,0.0985 -0.1724,0.2217 -0.2340 0.3325c -0.0616,0.1108 -0.1232,0.2217 -0.2217 0.3202c -0.3202,0.3202 -0.6897,0.1971 -0.8867 0.0000c -0.2709,-0.2709 -0.2586,-0.6774 -0.0123 -0.9237ZM 79.2537,49.3411 ZM 88.6383,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 88.6383,45.3508 ZM 81.7538,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 84.6480,54.7354 ZM 87.0988,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 87.3451,57.4326 ZM 96.7297,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 96.7297,53.4422 ZM 89.8452,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 92.7394,62.8269 ZM 102.1240,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 102.1240,58.8366 ZM 95.2395,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 98.1337,68.2212 ZM 107.5183,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 107.5183,64.2309 ZM 100.6338,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,178.1052,35.8557)" stroke="none" text-anchor="start">50,000
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.8594,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.2426,14.1336 v 10.3110 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8509,43.9468 ZM 47.0409,40.3875 c -0.2340,-0.2340 -0.9976,-0.5542 -1.3917 -0.7020l 0.2340,-0.5296 c 1.5887,0.5788 2.2661,0.7389 3.3253 0.9114l 0.2340,0.2340 l -6.1948,6.1948 c -0.4434,0.4434 -0.5049,0.6281 -0.0985 1.0345l 0.6404,0.6404 c 0.0369,0.0369 0.0739,0.1232 0.0000 0.1971l -0.2709,0.2709 l -1.6626,-1.7119 l -1.7365,-1.6873 l 0.2709,-0.2709 c 0.0493,-0.0246 0.1232,-0.0739 0.1971 -0.0000l 0.7389,0.7389 c 0.4680,0.4680 0.6774,0.2586 1.0345 -0.0985l 4.2366,-4.2366 c 0.4187,-0.4187 0.7143,-0.7143 0.4434 -0.9853ZM 44.2452,49.3411 ZM 53.6299,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 53.6299,45.3508 ZM 46.7453,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 49.6396,54.7354 ZM 52.0904,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 52.3367,57.4326 ZM 61.7213,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 61.7213,53.4422 ZM 54.8368,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 57.7310,62.8269 ZM 67.1156,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 67.1156,58.8366 ZM 60.2311,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 63.1253,68.2212 ZM 72.5099,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 72.5099,64.2309 ZM 65.6254,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.0135,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8509,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,143.7353,35.8557)" stroke="none" text-anchor="start">40,000
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 3.8425,43.9468 ZM 13.2271,39.9565 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 13.2271,39.9565 ZM 6.3426,46.7425 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.8727,14.1336 v 10.3110 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 3.8425,17.1827 v 10.5025 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.6436,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,109.3654,35.8557)" stroke="none" text-anchor="start">30,000
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 110.5028,14.1336 v 10.3110 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 106.2737,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,74.9955,35.8557)" stroke="none" text-anchor="start">20,000
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 76.1329,14.1336 v 10.3110 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.9038,79.6452 l 12.5113,-12.5113 l -37.5339,-37.5339 l -12.5113,12.5113 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,40.6256,35.8557)" stroke="none" text-anchor="start">10,000
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 41.7630,14.1336 v 10.3110 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 6.2556,48.3670 l 12.5113,-12.5113 l -6.2556,-6.2556 l -12.5113,12.5113 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.08512251053648px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,6.2556,35.8557)" stroke="none" text-anchor="start">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8473584538390234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 7.3930,14.1336 v 10.3110 "/>
   </g>
 </svg>
diff --git a/other/barExample.svg b/other/barExample.svg
--- a/other/barExample.svg
+++ b/other/barExample.svg
@@ -4,103 +4,147 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.7226,42.5263 ZM 251.8292,26.8244 v 5.5162 h 2.1573 c 2.2665,-0.0000 4.0688,-0.9012 4.0688 -3.2223c 0.0000,-2.7854 -2.1846,-3.2769 -3.7138 -3.2769c -2.3758,-0.0000 -2.5123,0.0819 -2.5123 0.9831ZM 251.8292,26.8244 ZM 251.8292,33.2963 v 7.2639 c 0.0000,0.9012 0.1912,1.0650 2.4031 1.0650c 4.1508,-0.0000 5.1065,-2.4850 5.1065 -4.1508c 0.0000,-2.4577 -1.7477,-4.1781 -4.9427 -4.1781h -2.5669 ZM 251.8292,33.2963 ZM 247.1869,41.9802 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.8192 c 1.0923,-0.0000 1.4200,-0.3004 1.4200 -1.2562v -13.6539 c 0.0000,-0.9285 -0.2731,-1.2015 -1.4200 -1.2015h -0.8192 c -0.1365,-0.0000 -0.1912,-0.0819 -0.1912 -0.1912v -0.5462 l 0.0546,-0.0273 l 3.4681,0.0273 c 0.0000,-0.0000 2.4850,-0.0273 3.4408 -0.0273c 5.0792,-0.0000 6.0077,2.3485 6.0077 4.1781c 0.0000,1.5019 -1.1469,2.9765 -2.5396 3.6592c 2.8946,0.6554 4.1508,2.5123 4.1508 5.0519c 0.0000,2.3485 -1.5838,4.7789 -7.0181 4.7789c -1.9662,-0.0000 -4.0415,-0.0546 -4.0415 -0.0546l -3.4681,0.0546 l -0.0546,-0.0546 v -0.5188 ZM 262.8888,42.5263 ZM 270.8354,35.8359 l -2.1573,0.5462 c -2.4031,0.7373 -2.7581,1.9935 -2.7581 3.2223c 0.0000,0.8465 0.4096,2.1300 2.1300 2.1300c 0.8192,-0.0000 2.0754,-0.7919 2.7854 -1.3927v -4.5058 ZM 270.8354,35.8359 ZM 272.5831,42.8540 c -1.0377,-0.0000 -1.6112,-0.9285 -1.7204 -1.5838l -0.6281,0.4369 c -1.2562,0.8738 -1.7204,1.1469 -2.9765 1.1469c -1.9115,-0.0000 -3.3042,-1.0923 -3.3042 -3.1404c 0.0000,-2.0754 1.7750,-3.4954 4.3692 -4.1508l 2.5123,-0.6281 c 0.0000,-3.0858 -1.4200,-3.6592 -2.3485 -3.6592c -1.0377,-0.0000 -2.2392,0.4642 -2.2392 1.3108c 0.0000,0.3004 0.0546,0.4642 0.0819 0.5462c 0.0546,0.1092 0.0819,0.3004 0.0819 0.4915c 0.0000,0.3550 -0.2731,0.9012 -1.0650 0.9012c -0.6554,-0.0000 -1.0923,-0.4369 -1.0923 -1.0923c 0.0000,-1.5838 2.5669,-2.9765 4.3146 -2.9765c 1.9935,-0.0000 4.2873,0.8192 4.2873 4.6969v 4.0142 c 0.0000,1.6658 0.0273,2.3758 0.6554 2.3758c 0.6008,-0.0000 0.7646,-0.7646 0.7919 -1.3654l 0.6827,0.1365 c -0.1638,1.9935 -1.0104,2.5396 -2.4031 2.5396ZM 275.2046,42.5263 ZM 277.6350,40.5601 v -6.7996 c 0.0000,-1.3654 -0.1912,-1.6658 -0.6008 -1.6658c -0.3550,-0.0000 -0.6827,0.0273 -1.1469 0.1365l -0.1365,-0.7646 c 1.7204,-0.3004 2.0208,-0.3823 2.8400 -0.7919c 0.2731,-0.1365 0.4915,-0.2185 0.6827 -0.2185h 0.4096 l -0.0819,2.4577 h 0.0819 c 0.7100,-1.0650 1.9115,-2.4577 3.1950 -2.4577c 1.1196,-0.0000 1.5292,0.5462 1.5292 1.2562c 0.0000,0.7100 -0.4642,1.1469 -1.1742 1.1469c -0.5462,-0.0000 -0.8465,-0.2185 -1.1196 -0.4915c -0.1638,-0.1638 -0.3550,-0.2458 -0.5462 -0.2458c -0.3004,-0.0000 -0.9012,0.4915 -1.5565 1.4200c -0.1912,0.2458 -0.3277,0.6008 -0.3277 0.9558v 6.0623 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.7919 c 0.1365,-0.0000 0.2458,0.0819 0.2458 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -2.1573,-0.0546 -3.2223 -0.0546c -0.9831,-0.0000 -2.8400,0.0546 -2.8400 0.0546l -0.0273,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015ZM 291.5073,42.5263 ZM 301.2015,42.8540 c -5.8712,-0.0000 -8.6839,-4.5331 -8.6839 -8.9296c 0.0000,-5.3796 4.1781,-9.3665 8.7112 -9.3665c 3.3588,-0.0000 4.4238,1.1469 5.9804 1.2288c 0.0819,1.5019 0.3277,2.8127 0.6008 4.2327l -0.8192,0.1092 c -0.7100,-2.3485 -2.2938,-4.5604 -6.0623 -4.5604c -2.1573,-0.0000 -6.0350,2.2938 -6.0350 7.8373c 0.0000,3.9869 2.0481,8.3289 6.2808 8.3289c 2.5396,-0.0000 4.3965,-0.9012 6.3354 -3.0312l 0.6281,0.4096 c -1.8569,2.4304 -4.2873,3.7412 -6.9362 3.7412ZM 309.0935,42.5263 ZM 313.5446,23.4655 v 9.2573 c 1.8296,-1.8296 3.4408,-2.2665 4.5058 -2.2665c 1.9662,-0.0000 2.9492,1.5019 2.9492 4.3146v 5.7892 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.5188 c 0.1092,-0.0000 0.2185,0.0819 0.2185 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -1.8569,-0.0546 -2.9492 -0.0546c -0.9558,-0.0000 -2.8127,0.0546 -2.8127 0.0546l -0.0546,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0819,-0.2185 0.2185 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015v -6.0896 c 0.0000,-2.2119 -0.6008,-2.7308 -2.1300 -2.7308c -0.7919,-0.0000 -1.9662,0.7100 -3.2769 1.9935v 6.8269 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.5188 c 0.1092,-0.0000 0.2185,0.0819 0.2185 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -1.8569,-0.0546 -2.9219 -0.0546c -0.9831,-0.0000 -2.8127,0.0546 -2.8127 0.0546l -0.0546,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015v -13.6812 c 0.0000,-1.5565 -0.2458,-1.9935 -0.7919 -1.9935l -0.9012,0.1092 c -0.0819,-0.0000 -0.1365,-0.0546 -0.1365 -0.1365l -0.0546,-0.6827 c 0.4369,-0.0000 1.4200,-0.1638 1.8842 -0.2458c 0.4915,-0.1092 0.9012,-0.2185 1.4473 -0.4642h 0.6008 ZM 323.2389,42.5263 ZM 331.1854,35.8359 l -2.1573,0.5462 c -2.4031,0.7373 -2.7581,1.9935 -2.7581 3.2223c 0.0000,0.8465 0.4096,2.1300 2.1300 2.1300c 0.8192,-0.0000 2.0754,-0.7919 2.7854 -1.3927v -4.5058 ZM 331.1854,35.8359 ZM 332.9331,42.8540 c -1.0377,-0.0000 -1.6112,-0.9285 -1.7204 -1.5838l -0.6281,0.4369 c -1.2562,0.8738 -1.7204,1.1469 -2.9765 1.1469c -1.9115,-0.0000 -3.3042,-1.0923 -3.3042 -3.1404c 0.0000,-2.0754 1.7750,-3.4954 4.3692 -4.1508l 2.5123,-0.6281 c 0.0000,-3.0858 -1.4200,-3.6592 -2.3485 -3.6592c -1.0377,-0.0000 -2.2392,0.4642 -2.2392 1.3108c 0.0000,0.3004 0.0546,0.4642 0.0819 0.5462c 0.0546,0.1092 0.0819,0.3004 0.0819 0.4915c 0.0000,0.3550 -0.2731,0.9012 -1.0650 0.9012c -0.6554,-0.0000 -1.0923,-0.4369 -1.0923 -1.0923c 0.0000,-1.5838 2.5669,-2.9765 4.3146 -2.9765c 1.9935,-0.0000 4.2873,0.8192 4.2873 4.6969v 4.0142 c 0.0000,1.6658 0.0273,2.3758 0.6554 2.3758c 0.6008,-0.0000 0.7646,-0.7646 0.7919 -1.3654l 0.6827,0.1365 c -0.1638,1.9935 -1.0104,2.5396 -2.4031 2.5396ZM 335.5546,42.5263 ZM 337.9850,40.5601 v -6.7996 c 0.0000,-1.3654 -0.1912,-1.6658 -0.6008 -1.6658c -0.3550,-0.0000 -0.6827,0.0273 -1.1469 0.1365l -0.1365,-0.7646 c 1.7204,-0.3004 2.0208,-0.3823 2.8400 -0.7919c 0.2731,-0.1365 0.4915,-0.2185 0.6827 -0.2185h 0.4096 l -0.0819,2.4577 h 0.0819 c 0.7100,-1.0650 1.9115,-2.4577 3.1950 -2.4577c 1.1196,-0.0000 1.5292,0.5462 1.5292 1.2562c 0.0000,0.7100 -0.4642,1.1469 -1.1742 1.1469c -0.5462,-0.0000 -0.8465,-0.2185 -1.1196 -0.4915c -0.1638,-0.1638 -0.3550,-0.2458 -0.5462 -0.2458c -0.3004,-0.0000 -0.9012,0.4915 -1.5565 1.4200c -0.1912,0.2458 -0.3277,0.6008 -0.3277 0.9558v 6.0623 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.7919 c 0.1365,-0.0000 0.2458,0.0819 0.2458 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -2.1573,-0.0546 -3.2223 -0.0546c -0.9831,-0.0000 -2.8400,0.0546 -2.8400 0.0546l -0.0273,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015ZM 345.0304,42.5263 ZM 349.5089,31.8490 v 6.9908 c 0.0000,1.6931 0.1638,2.5123 0.9012 2.5123c 0.7100,-0.0000 1.2562,-0.2185 1.9662 -0.7646l 0.4915,0.4642 c -1.0650,1.2015 -2.1573,1.8023 -3.4135 1.8023c -1.2562,-0.0000 -1.9935,-0.7646 -1.9935 -2.7035v -8.3015 h -1.7750 c -0.0819,-0.0000 -0.1092,-0.0273 -0.1092 -0.1092v -0.8465 c 0.0000,-0.0819 0.0273,-0.1092 0.0819 -0.1092c 1.8296,-0.0000 2.2665,-1.0650 2.2665 -3.1404v -0.5188 l 1.5838,-0.5462 v 4.2054 h 3.0038 c 0.1365,-0.0000 0.2185,0.0546 0.2185 0.1638v 0.5462 c 0.0000,0.2458 -0.3823,0.3550 -0.6554 0.3550h -2.5669 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 364.9699,46.9076 l -0.0000,-28.8755 h -129.9398 l -0.0000,28.8755 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="26.250473265743974px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,300.0000,32.4698)" stroke="none" text-anchor="middle">Bar Chart
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.8319,352.9331 l -0.0000,-5.4889 h -411.6638 l -0.0000,5.4889 Z"/>
+    <path d="M 510.3403,355.4067 l -0.0000,-5.6091 h -420.6807 l -0.0000,5.6091 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.7273,376.0696 ZM 484.6206,365.6744 c 0.0000,-0.4733 0.3823,-0.8738 0.8738 -0.8738c 0.4733,-0.0000 0.8738,0.4005 0.8738 0.8738c 0.0000,0.4915 -0.4005,0.8738 -0.8738 0.8738c -0.4915,-0.0000 -0.8738,-0.3823 -0.8738 -0.8738ZM 484.6206,365.6744 ZM 483.6558,379.6014 c 0.8010,-0.0000 1.3472,-1.4382 1.3472 -4.0051v -5.3705 c 0.0000,-0.9649 -0.1638,-1.1105 -0.4005 -1.1105c -0.2549,-0.0000 -0.4551,0.0182 -0.7646 0.0910l -0.0910,-0.5097 c 1.3290,-0.2185 1.7295,-0.4369 1.9662 -0.5644c 0.1274,-0.0546 0.2003,-0.1092 0.3823 -0.1092h 0.2731 v 7.0090 c 0.0000,2.3849 -0.1821,3.3862 -1.1833 4.4056c -0.4915,0.4733 -1.0195,0.6918 -1.4564 0.6918c -0.7464,-0.0000 -1.7113,-0.3823 -1.7113 -0.9285c 0.0000,-0.4551 0.2731,-0.6918 0.5826 -0.6918c 0.4369,-0.0000 0.6736,0.4187 0.7646 0.8010c 0.0546,0.1821 0.1456,0.2913 0.2913 0.2913Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 494.1189,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 485.2487,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,489.3063,372.0432)" stroke="none" text-anchor="middle">j
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.6793,376.0696 ZM 443.0993,365.6744 c 0.0000,-0.4733 0.3823,-0.8738 0.8556 -0.8738c 0.4915,-0.0000 0.8738,0.4005 0.8738 0.8738c 0.0000,0.4915 -0.3823,0.8738 -0.8738 0.8738c -0.4733,-0.0000 -0.8556,-0.3823 -0.8556 -0.8738ZM 443.0993,365.6744 ZM 444.8287,374.7588 c 0.0000,0.5279 0.2003,0.8010 0.7828 0.8010h 0.3459 c 0.0910,-0.0000 0.1638,0.0546 0.1638 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.2562,-0.0364 -1.9662 -0.0364c -0.6372,-0.0000 -1.8751,0.0364 -1.8751 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0546,-0.1456 0.1456 -0.1456h 0.3459 c 0.6008,-0.0000 0.7828,-0.2731 0.7828 -0.8010v -4.5331 c 0.0000,-0.9649 -0.1638,-1.1105 -0.4187 -1.1105c -0.2367,-0.0000 -0.4551,0.0182 -0.7646 0.0910l -0.0910,-0.5097 c 1.1651,-0.2003 1.3654,-0.2731 1.8933 -0.5279c 0.2003,-0.0728 0.3277,-0.1456 0.4551 -0.1456h 0.2731 v 6.7359 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 489.3063,349.7977 v 8.4136 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 444.0823,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.0508,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.2008,376.0696 ZM 401.1683,363.3624 v 6.1715 c 1.2197,-1.2197 2.2938,-1.5110 3.0038 -1.5110c 1.3108,-0.0000 1.9662,1.0013 1.9662 2.8764v 3.8595 c 0.0000,0.5279 0.1821,0.8010 0.7828 0.8010h 0.3459 c 0.0728,-0.0000 0.1456,0.0546 0.1456 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.2379,-0.0364 -1.9662 -0.0364c -0.6372,-0.0000 -1.8751,0.0364 -1.8751 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0546,-0.1456 0.1456 -0.1456h 0.3459 c 0.6190,-0.0000 0.7828,-0.2731 0.7828 -0.8010v -4.0597 c 0.0000,-1.4746 -0.4005,-1.8205 -1.4200 -1.8205c -0.5279,-0.0000 -1.3108,0.4733 -2.1846 1.3290v 4.5513 c 0.0000,0.5279 0.1821,0.8010 0.7828 0.8010h 0.3459 c 0.0728,-0.0000 0.1456,0.0546 0.1456 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.2379,-0.0364 -1.9480 -0.0364c -0.6554,-0.0000 -1.8751,0.0364 -1.8751 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0364,-0.1456 0.1274 -0.1456h 0.3459 c 0.6190,-0.0000 0.7828,-0.2731 0.7828 -0.8010v -9.1208 c 0.0000,-1.0377 -0.1638,-1.3290 -0.5279 -1.3290l -0.6008,0.0728 c -0.0546,-0.0000 -0.0910,-0.0364 -0.0910 -0.0910l -0.0364,-0.4551 c 0.2913,-0.0000 0.9467,-0.1092 1.2562 -0.1638c 0.3277,-0.0728 0.6008,-0.1456 0.9649 -0.3095h 0.4005 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,447.2382,372.0432)" stroke="none" text-anchor="middle">i
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 402.9160,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 447.2382,349.7977 v 8.4136 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.3439,376.0696 ZM 363.0968,370.9175 c 0.0000,-1.5110 -0.7100,-2.3849 -1.8023 -2.3849c -0.9467,-0.0000 -1.5838,0.6554 -1.5838 2.0754c 0.0000,0.9467 0.3641,2.4395 1.8205 2.4395c 0.6372,-0.0000 1.5656,-0.3095 1.5656 -2.1300ZM 363.0968,370.9175 ZM 359.6924,376.1970 c -0.5644,0.5279 -0.6918,1.0923 -0.6918 1.7113c 0.0000,1.3654 1.6385,1.7659 2.2574 1.7659c 1.5656,-0.0000 3.5500,-0.5462 3.5500 -1.8569c 0.0000,-0.4733 -0.2549,-0.7828 -0.9649 -1.1287c -0.5097,-0.2549 -1.2562,-0.4551 -2.1300 -0.4551c -0.1456,-0.0000 -0.3459,0.0182 -0.6008 0.0364c -0.2549,0.0182 -0.5279,0.0182 -0.7282 0.0182c -0.2913,-0.0000 -0.4369,-0.0364 -0.6918 -0.0910ZM 359.6924,376.1970 ZM 365.2268,369.0060 c -0.2913,-0.0000 -0.4733,-0.1638 -0.5462 -0.3095c -0.1092,-0.1638 -0.1821,-0.2185 -0.3095 -0.2185c -0.2185,-0.0000 -0.5644,0.2549 -0.6918 0.4369c 0.5097,0.5462 0.7464,1.0741 0.7464 1.9297c 0.0000,1.7841 -1.4564,2.7490 -2.9856 2.7490c -0.6736,-0.0000 -1.2197,-0.1274 -1.6385 -0.3823c -0.2003,0.3095 -0.3095,0.6918 -0.3095 1.0559c 0.0000,0.7828 0.6008,0.9831 1.1105 0.9831c 0.0910,-0.0000 0.3095,-0.0182 0.5644 -0.0364c 0.4187,-0.0546 0.8738,-0.0910 1.1833 -0.0910c 0.6372,-0.0000 1.8387,0.1274 2.5669 0.7464c 0.4915,0.4551 0.7646,0.8921 0.7646 1.4746c 0.0000,1.9662 -2.5851,3.0038 -4.9336 3.0038c -1.3290,-0.0000 -2.8036,-0.4915 -2.8036 -2.0754c 0.0000,-0.7828 0.4915,-1.6203 1.4200 -2.2028c -0.4551,-0.2367 -0.7828,-0.6918 -0.7828 -1.3472c 0.0000,-0.6190 0.2731,-1.4018 0.7646 -1.8387c -0.4915,-0.4915 -0.9103,-1.1105 -0.9103 -2.1118c 0.0000,-1.6749 1.4746,-2.7490 3.0221 -2.7490c 1.0195,-0.0000 1.6567,0.4187 1.8569 0.5644c 0.4551,-0.6190 1.2744,-0.9285 1.7295 -0.9285c 0.4733,-0.0000 0.8010,0.3095 0.8010 0.6918c 0.0000,0.4005 -0.2549,0.6554 -0.6190 0.6554Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 409.9828,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 361.7496,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,405.1702,372.0432)" stroke="none" text-anchor="middle">h
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 317.8160,376.0696 ZM 319.4909,374.7588 v -5.8074 h -1.2562 c -0.0728,-0.0000 -0.0910,-0.0182 -0.0910 -0.0910v -0.2549 c 0.0000,-0.1456 0.0910,-0.3641 0.4187 -0.3641h 0.9285 v -0.7100 c 0.0000,-2.8400 1.4746,-4.1690 3.0038 -4.1690c 0.6918,-0.0000 1.1651,0.1821 1.6203 0.4915c 0.3641,0.2731 0.5279,0.5826 0.5279 0.8738c 0.0000,0.3823 -0.2731,0.6554 -0.6190 0.6554c -0.3641,-0.0000 -0.6008,-0.2003 -0.7464 -0.5097c -0.2367,-0.6008 -0.5826,-0.8921 -1.1287 -0.8921c -0.6008,-0.0000 -1.2926,0.4369 -1.2926 3.2405v 1.0195 h 2.0026 c 0.0910,-0.0000 0.1456,0.0364 0.1456 0.1092v 0.3641 c 0.0000,0.1638 -0.2549,0.2367 -0.4187 0.2367h -1.7295 v 5.8074 c 0.0000,0.5279 0.1821,0.8010 0.7828 0.8010h 0.6008 c 0.0728,-0.0000 0.1456,0.0546 0.1456 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.4928,-0.0364 -2.2028 -0.0364c -0.6554,-0.0000 -1.8933,0.0364 -1.8933 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0546,-0.1456 0.1456 -0.1456h 0.3459 c 0.6190,-0.0000 0.7828,-0.2731 0.7828 -0.8010Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 405.1702,349.7977 v 8.4136 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.5832,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 367.9147,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.5209,376.0696 ZM 277.5963,371.0267 h 3.3497 c 0.1821,-0.0000 0.2549,-0.0910 0.2549 -0.2549c 0.0000,-1.6931 -0.8556,-2.1300 -1.5110 -2.1300c -0.4187,-0.0000 -1.7841,0.1638 -2.0936 2.3849ZM 277.5963,371.0267 ZM 282.4025,374.3765 l 0.3641,0.2913 c -0.6918,0.9467 -1.7659,1.6203 -3.0767 1.6203c -2.4941,-0.0000 -3.5500,-1.8569 -3.5500 -3.8413c 0.0000,-2.7672 1.8205,-4.4238 3.5500 -4.4238c 2.4031,-0.0000 2.9674,1.8751 2.9674 3.4044c 0.0000,0.2003 -0.1274,0.3095 -0.3277 0.3095h -4.7880 c -0.0182,0.1092 -0.0182,0.2185 -0.0182 0.3641c 0.0000,1.8569 1.2926,3.2951 2.6033 3.2951c 1.0013,-0.0000 1.6385,-0.3277 2.2756 -1.0195Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,363.1021,372.0432)" stroke="none" text-anchor="middle">g
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.4168,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 363.1021,349.7977 v 8.4136 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.7538,376.0696 ZM 239.8343,374.4493 v -4.7151 c -0.4369,-0.6918 -0.9285,-1.0741 -1.7841 -1.0741c -0.3641,-0.0000 -1.1105,0.0546 -1.6931 0.9103c -0.2549,0.3823 -0.5644,1.1651 -0.5644 2.4759c 0.0000,2.3849 1.2379,3.4772 2.2210 3.4772c 0.6008,-0.0000 1.0923,-0.3641 1.8205 -1.0741ZM 239.8343,374.4493 ZM 241.1997,363.3624 v 10.5226 c 0.0000,0.5462 0.0364,0.8374 0.0728 0.9649c 0.0546,0.1638 0.2549,0.2731 0.4005 0.2731c 0.2185,-0.0000 0.6190,-0.0000 0.8921 -0.0546l 0.0728,0.5097 c -1.0559,0.1821 -2.0026,0.3823 -2.3849 0.7100h -0.4369 l 0.0546,-1.2562 c -0.6918,0.7100 -1.4018,1.2562 -2.3303 1.2562c -1.9662,-0.0000 -3.1677,-1.6749 -3.1677 -3.9141c 0.0000,-1.3472 0.3641,-2.4759 1.1469 -3.2587c 0.7282,-0.6918 1.5292,-1.0923 2.7308 -1.0923c 0.3641,-0.0000 1.1651,0.1638 1.5838 0.4005v -2.7854 c 0.0000,-1.0377 -0.1638,-1.3290 -0.5279 -1.3290l -0.6008,0.0728 c -0.0364,-0.0000 -0.0910,-0.0364 -0.0910 -0.0910l -0.0364,-0.4551 c 0.2913,-0.0000 0.9467,-0.1092 1.2562 -0.1638c 0.3459,-0.0728 0.6008,-0.1456 0.9649 -0.3095h 0.4005 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.8466,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.2504,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,321.0340,372.0432)" stroke="none" text-anchor="middle">f
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.4157,376.0696 ZM 200.4065,374.4129 c -0.8010,1.3836 -1.6749,1.8751 -2.7672 1.8751c -2.1846,-0.0000 -3.5500,-1.6567 -3.5500 -4.0051c 0.0000,-2.5851 1.6203,-4.2600 3.5864 -4.2600c 1.7477,-0.0000 2.6762,0.8921 2.6762 1.8569c 0.0000,0.5279 -0.3277,0.8010 -0.7100 0.8010c -0.3823,-0.0000 -0.7464,-0.2003 -0.8010 -0.6554c -0.0728,-0.6008 -0.1821,-1.3836 -1.2562 -1.3836c -1.2015,-0.0000 -2.0936,1.2744 -2.0936 3.2405c 0.0000,2.1300 1.1469,3.6046 2.5487 3.6046c 0.7828,-0.0000 1.4746,-0.5097 2.0390 -1.3290Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 321.0340,349.7977 v 8.4136 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.0840,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.7786,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.5666,376.0696 ZM 154.2792,375.0683 c 0.3641,0.4369 0.7464,0.5826 1.3108 0.5826c 1.7295,-0.0000 2.6033,-1.6021 2.6033 -3.6774c 0.0000,-1.8569 -0.9467,-3.1859 -2.0572 -3.1859c -0.2003,-0.0000 -1.1469,0.0364 -1.8569 0.7828v 5.4980 ZM 154.2792,375.0683 ZM 152.9138,365.6380 c 0.0000,-1.0377 -0.1821,-1.3290 -0.5462 -1.3290l -0.5826,0.0728 c -0.0546,-0.0000 -0.0910,-0.0364 -0.0910 -0.0910l -0.0364,-0.4551 c 0.2913,-0.0000 0.9467,-0.1092 1.2562 -0.1638c 0.3277,-0.0728 0.6008,-0.1456 0.9649 -0.3095h 0.4005 v 5.6436 c 0.6190,-0.6736 1.3472,-1.0013 2.2210 -1.0013c 1.5838,-0.0000 3.0949,1.5110 3.0949 3.7321c 0.0000,2.8946 -2.0390,4.5331 -3.8959 4.5331c -0.7828,-0.0000 -1.3654,-0.2185 -1.8933 -0.6736c -0.1638,0.2185 -0.4005,0.4915 -0.5644 0.6736l -0.3823,-0.0910 c 0.0546,-0.4369 0.0546,-0.7282 0.0546 -1.4382v -9.1026 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,278.9660,372.0432)" stroke="none" text-anchor="middle">e
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.9177,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 278.9660,349.7977 v 8.4136 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 110.6460,376.0696 ZM 115.9437,371.6093 l -1.4382,0.3641 c -1.6021,0.4915 -1.8387,1.3290 -1.8387 2.1482c 0.0000,0.5644 0.2731,1.4200 1.4200 1.4200c 0.5462,-0.0000 1.3836,-0.5279 1.8569 -0.9285v -3.0038 ZM 115.9437,371.6093 ZM 117.1089,376.2880 c -0.6918,-0.0000 -1.0741,-0.6190 -1.1469 -1.0559l -0.4187,0.2913 c -0.8374,0.5826 -1.1469,0.7646 -1.9844 0.7646c -1.2744,-0.0000 -2.2028,-0.7282 -2.2028 -2.0936c 0.0000,-1.3836 1.1833,-2.3303 2.9128 -2.7672l 1.6749,-0.4187 c 0.0000,-2.0572 -0.9467,-2.4395 -1.5656 -2.4395c -0.6918,-0.0000 -1.4928,0.3095 -1.4928 0.8738c 0.0000,0.2003 0.0364,0.3095 0.0546 0.3641c 0.0364,0.0728 0.0546,0.2003 0.0546 0.3277c 0.0000,0.2367 -0.1821,0.6008 -0.7100 0.6008c -0.4369,-0.0000 -0.7282,-0.2913 -0.7282 -0.7282c 0.0000,-1.0559 1.7113,-1.9844 2.8764 -1.9844c 1.3290,-0.0000 2.8582,0.5462 2.8582 3.1313v 2.6762 c 0.0000,1.1105 0.0182,1.5838 0.4369 1.5838c 0.4005,-0.0000 0.5097,-0.5097 0.5279 -0.9103l 0.4551,0.0910 c -0.1092,1.3290 -0.6736,1.6931 -1.6021 1.6931Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.7105,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.7513,347.4443 v 8.2333 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,236.8979,372.0432)" stroke="none" text-anchor="middle">d
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.8979,349.7977 v 8.4136 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.6424,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,194.8298,372.0432)" stroke="none" text-anchor="middle">c
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.8298,349.7977 v 8.4136 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.5744,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,152.7618,372.0432)" stroke="none" text-anchor="middle">b
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.7618,349.7977 v 8.4136 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 115.5063,381.6684 l -0.0000,-19.2503 h -9.6252 l -0.0000,19.2503 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.500315510495984px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,110.6937,372.0432)" stroke="none" text-anchor="middle">a
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.151159518587591" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 110.6937,349.7977 v 8.4136 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 505.8319,336.4666 l -0.0000,-274.4425 h -411.6638 l -0.0000,274.4425 Z"/>
+    <path d="M 510.3403,338.5795 l -0.0000,-280.4538 h -420.6807 l -0.0000,280.4538 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 501.7153,294.2446 l -0.0000,-21.1110 h -32.9331 l -0.0000,21.1110 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 506.1335,295.4328 l -0.0000,-21.5734 h -33.6545 l -0.0000,21.5734 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.5489,294.2446 l -0.0000,-42.2219 h -32.9331 l -0.0000,42.2219 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 464.0655,295.4328 l -0.0000,-43.1467 h -33.6545 l -0.0000,43.1467 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.3825,294.2446 l -0.0000,-232.2206 h -32.9331 l -0.0000,232.2206 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.9974,295.4328 l -0.0000,-237.3070 h -33.6545 l -0.0000,237.3070 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 378.2161,336.4666 l -0.0000,-42.2219 h -32.9331 l -0.0000,42.2219 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 379.9293,338.5795 l -0.0000,-43.1467 h -33.6545 l -0.0000,43.1467 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.0497,294.2446 l -0.0000,-0.0000 h -32.9331 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.8613,295.4328 l -0.0000,-0.0000 h -33.6545 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.8834,294.2446 l -0.0000,-168.8877 h -32.9331 l -0.0000,168.8877 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.7932,295.4328 l -0.0000,-172.5869 h -33.6545 l -0.0000,172.5869 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.7170,294.2446 l -0.0000,-105.5548 h -32.9331 l -0.0000,105.5548 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.7251,295.4328 l -0.0000,-107.8668 h -33.6545 l -0.0000,107.8668 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.5506,294.2446 l -0.0000,-63.3329 h -32.9331 l -0.0000,63.3329 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.6571,295.4328 l -0.0000,-64.7201 h -33.6545 l -0.0000,64.7201 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.3842,294.2446 l -0.0000,-42.2219 h -32.9331 l -0.0000,42.2219 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.5890,295.4328 l -0.0000,-43.1467 h -33.6545 l -0.0000,43.1467 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 131.2178,294.2446 l -0.0000,-21.1110 h -32.9331 l -0.0000,21.1110 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8604638074350364" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 127.5209,295.4328 l -0.0000,-21.5734 h -33.6545 l -0.0000,21.5734 Z"/>
   </g>
 </svg>
diff --git a/other/clippingExample.svg b/other/clippingExample.svg
--- a/other/clippingExample.svg
+++ b/other/clippingExample.svg
@@ -4,33329 +4,34154 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="600.0000" stroke-opacity="1" viewBox="0 0 600 600" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1)">
-      <path d="M 96.2434,349.8420 ZM 101.0111,340.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 113.6410,349.8420 ZM 124.2079,342.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 124.2079,342.5529 ZM 124.2079,345.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 131.4511,349.8420 ZM 137.7317,344.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 139.0841,349.8420 ZM 140.4135,339.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 149.1238,349.8420 ZM 150.4303,348.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 154.1436,349.8420 ZM 159.1635,337.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 159.1635,337.3955 ZM 159.0718,350.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2)">
-      <path d="M 286.4306,488.0599 ZM 290.9462,478.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 303.5531,488.0599 ZM 314.1200,480.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 314.1200,480.7708 ZM 314.1200,483.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 321.3633,488.0599 ZM 327.6439,482.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 328.9962,488.0599 ZM 333.3055,477.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 339.0360,488.0599 ZM 340.3425,487.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 344.0558,488.0599 ZM 349.0757,475.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 349.0757,475.6135 ZM 348.9840,488.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3)">
-      <path d="M 325.4462,342.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip4">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip4)">
-      <path d="M 320.2631,446.5946 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip5">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip5)">
-      <path d="M 182.0451,342.9311 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip6">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip6)">
-      <path d="M 251.1541,66.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip7">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip7)">
-      <path d="M 292.7398,76.5005 ZM 299.8914,62.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 318.8362,76.5005 ZM 334.6866,65.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 334.6866,65.5668 ZM 334.6866,69.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 345.5514,76.5005 ZM 352.3248,62.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 362.6396,76.5005 ZM 365.1495,56.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 381.7907,76.5005 ZM 391.2115,68.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 401.8357,76.5005 ZM 409.2624,57.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip8">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip8)">
-      <path d="M 527.5900,446.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip9">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip9)">
-      <path d="M 182.0451,101.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip10">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip10)">
-      <path d="M 182.0451,107.9605 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip11">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip11)">
-      <path d="M 182.0451,114.8714 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip12">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip12)">
-      <path d="M 182.0451,121.7823 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip13">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip13)">
-      <path d="M 182.0451,128.6932 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip14">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip14)">
-      <path d="M 182.0451,135.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip15">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip15)">
-      <path d="M 182.0451,142.5150 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip16">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip16)">
-      <path d="M 182.0451,149.4259 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip17">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip17)">
-      <path d="M 182.0451,156.3368 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip18">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip18)">
-      <path d="M 182.0451,163.2477 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip19">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip19)">
-      <path d="M 182.0451,170.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip20">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip20)">
-      <path d="M 182.0451,177.0695 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip21">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip21)">
-      <path d="M 182.0451,183.9804 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip22">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip22)">
-      <path d="M 182.0451,190.8913 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip23">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip23)">
-      <path d="M 182.0451,197.8022 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip24">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip24)">
-      <path d="M 182.0451,204.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip25">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip25)">
-      <path d="M 182.0451,211.6240 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip26">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip26)">
-      <path d="M 182.0451,218.5349 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip27">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip27)">
-      <path d="M 182.0451,225.4458 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip28">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip28)">
-      <path d="M 182.0451,232.3567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip29">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip29)">
-      <path d="M 182.0451,239.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip30">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip30)">
-      <path d="M 182.0451,246.1785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip31">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip31)">
-      <path d="M 182.0451,253.0894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip32">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip32)">
-      <path d="M 182.0451,260.0003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip33">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip33)">
-      <path d="M 182.0451,266.9112 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip34">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip34)">
-      <path d="M 182.0451,273.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip35">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip35)">
-      <path d="M 182.0451,280.7330 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip36">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip36)">
-      <path d="M 182.0451,287.6439 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip37">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip37)">
-      <path d="M 182.0451,294.5548 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip38">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip38)">
-      <path d="M 182.0451,301.4657 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip39">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip39)">
-      <path d="M 182.0451,308.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip40">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip40)">
-      <path d="M 182.0451,315.2875 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip41">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip41)">
-      <path d="M 182.0451,322.1984 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip42">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip42)">
-      <path d="M 182.0451,329.1093 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip43">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip43)">
-      <path d="M 182.0451,336.0202 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip44">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip44)">
-      <path d="M 182.0451,342.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip45">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip45)">
-      <path d="M 182.0451,349.8420 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip46">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip46)">
-      <path d="M 182.0451,356.7529 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip47">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip47)">
-      <path d="M 182.0451,363.6638 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip48">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip48)">
-      <path d="M 182.0451,370.5747 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip49">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip49)">
-      <path d="M 182.0451,377.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip50">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip50)">
-      <path d="M 182.0451,384.3965 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip51">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip51)">
-      <path d="M 182.0451,391.3074 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip52">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip52)">
-      <path d="M 182.0451,398.2183 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip53">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip53)">
-      <path d="M 182.0451,405.1292 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip54">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip54)">
-      <path d="M 182.0451,412.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip55">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip55)">
-      <path d="M 182.0451,418.9510 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip56">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip56)">
-      <path d="M 182.0451,425.8619 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip57">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip57)">
-      <path d="M 182.0451,432.7728 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip58">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip58)">
-      <path d="M 182.0451,439.6837 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip59">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip59)">
-      <path d="M 182.0451,446.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip60">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip60)">
-      <path d="M 527.5900,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip61">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip61)">
-      <path d="M 520.6791,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip62">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip62)">
-      <path d="M 513.7682,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip63">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip63)">
-      <path d="M 506.8573,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip64">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip64)">
-      <path d="M 499.9464,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip65">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip65)">
-      <path d="M 493.0355,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip66">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip66)">
-      <path d="M 486.1246,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip67">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip67)">
-      <path d="M 479.2137,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip68">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip68)">
-      <path d="M 472.3028,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip69">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip69)">
-      <path d="M 465.3919,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip70">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip70)">
-      <path d="M 458.4810,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip71">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip71)">
-      <path d="M 451.5701,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip72">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip72)">
-      <path d="M 444.6592,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip73">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip73)">
-      <path d="M 437.7483,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip74">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip74)">
-      <path d="M 430.8374,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip75">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip75)">
-      <path d="M 423.9265,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip76">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip76)">
-      <path d="M 417.0156,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip77">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip77)">
-      <path d="M 410.1047,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip78">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip78)">
-      <path d="M 403.1938,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip79">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip79)">
-      <path d="M 396.2829,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip80">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip80)">
-      <path d="M 389.3720,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip81">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip81)">
-      <path d="M 382.4611,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip82">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip82)">
-      <path d="M 375.5502,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip83">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip83)">
-      <path d="M 368.6393,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip84">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip84)">
-      <path d="M 361.7285,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip85">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip85)">
-      <path d="M 354.8176,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip86">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip86)">
-      <path d="M 347.9067,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip87">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip87)">
-      <path d="M 340.9958,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip88">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip88)">
-      <path d="M 334.0849,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip89">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip89)">
-      <path d="M 327.1740,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip90">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip90)">
-      <path d="M 320.2631,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip91">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip91)">
-      <path d="M 313.3522,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip92">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip92)">
-      <path d="M 306.4413,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip93">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip93)">
-      <path d="M 299.5304,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip94">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip94)">
-      <path d="M 292.6195,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip95">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip95)">
-      <path d="M 285.7086,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip96">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip96)">
-      <path d="M 278.7977,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip97">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip97)">
-      <path d="M 271.8868,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip98">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip98)">
-      <path d="M 264.9759,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip99">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip99)">
-      <path d="M 258.0650,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip100">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip100)">
-      <path d="M 251.1541,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip101">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip101)">
-      <path d="M 244.2432,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip102">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip102)">
-      <path d="M 237.3323,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip103">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip103)">
-      <path d="M 230.4214,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip104">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip104)">
-      <path d="M 223.5105,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip105">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip105)">
-      <path d="M 216.5996,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip106">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip106)">
-      <path d="M 209.6887,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip107">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip107)">
-      <path d="M 202.7778,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip108">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip108)">
-      <path d="M 195.8669,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip109">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip109)">
-      <path d="M 188.9560,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip110">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip110)">
-      <path d="M 182.0451,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip111">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip111)">
-      <path d="M 182.0451,101.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip112">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip112)">
-      <path d="M 182.0451,135.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip113">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip113)">
-      <path d="M 182.0451,170.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip114">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip114)">
-      <path d="M 182.0451,204.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip115">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip115)">
-      <path d="M 182.0451,239.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip116">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip116)">
-      <path d="M 182.0451,273.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip117">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip117)">
-      <path d="M 182.0451,308.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip118">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip118)">
-      <path d="M 182.0451,342.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip119">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip119)">
-      <path d="M 182.0451,377.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip120">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip120)">
-      <path d="M 182.0451,412.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip121">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip121)">
-      <path d="M 182.0451,446.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip122">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip122)">
-      <path d="M 527.5900,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip123">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip123)">
-      <path d="M 493.0355,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip124">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip124)">
-      <path d="M 458.4810,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip125">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip125)">
-      <path d="M 423.9265,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip126">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip126)">
-      <path d="M 389.3720,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip127">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip127)">
-      <path d="M 354.8176,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip128">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip128)">
-      <path d="M 320.2631,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip129">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip129)">
-      <path d="M 285.7086,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip130">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip130)">
-      <path d="M 251.1541,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip131">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip131)">
-      <path d="M 216.5996,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip132">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip132)">
-      <path d="M 182.0451,446.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip133">
-        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip133)">
-      <path d="M 554.3697,506.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip134">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip134)">
-      <path d="M -7.3887,250.6684 ZM -2.6210,241.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 10.0088,250.6684 ZM 20.5758,243.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 20.5758,243.3793 ZM 20.5758,246.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 27.8190,250.6684 ZM 34.0996,245.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 35.4520,250.6684 ZM 36.7814,240.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 45.4917,250.6684 ZM 46.7982,249.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 50.5115,250.6684 ZM 55.5314,238.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 55.5314,238.2219 ZM 55.4397,250.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip135">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip135)">
-      <path d="M 182.7985,388.8864 ZM 187.3141,379.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 199.9210,388.8864 ZM 210.4879,381.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 210.4879,381.5973 ZM 210.4879,384.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 217.7312,388.8864 ZM 224.0117,383.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 225.3641,388.8864 ZM 229.6734,377.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 235.4038,388.8864 ZM 236.7104,387.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 240.4237,388.8864 ZM 245.4435,376.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 245.4435,376.4399 ZM 245.3519,389.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip136">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip136)">
-      <path d="M 221.8141,243.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip137">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip137)">
-      <path d="M 216.6309,347.4210 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip138">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip138)">
-      <path d="M 78.4130,243.7575 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip139">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip139)">
-      <path d="M 147.5220,-32.6784 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip140">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip140)">
-      <path d="M 189.1077,-22.6731 ZM 196.2593,-36.7699 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 215.2041,-22.6731 ZM 231.0544,-33.6067 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 231.0544,-33.6067 ZM 231.0544,-29.3089 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 241.9193,-22.6731 ZM 248.6927,-36.4949 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 259.0075,-22.6731 ZM 261.5174,-42.8556 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 278.1586,-22.6731 ZM 287.5794,-30.7874 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 298.2036,-22.6731 ZM 305.6303,-41.4803 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip141">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip141)">
-      <path d="M 423.9579,347.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip142">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip142)">
-      <path d="M 78.4130,1.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip143">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip143)">
-      <path d="M 78.4130,8.7870 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip144">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip144)">
-      <path d="M 78.4130,15.6979 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip145">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip145)">
-      <path d="M 78.4130,22.6088 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip146">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip146)">
-      <path d="M 78.4130,29.5197 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip147">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip147)">
-      <path d="M 78.4130,36.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip148">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip148)">
-      <path d="M 78.4130,43.3415 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip149">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip149)">
-      <path d="M 78.4130,50.2524 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip150">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip150)">
-      <path d="M 78.4130,57.1633 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip151">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip151)">
-      <path d="M 78.4130,64.0742 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip152">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip152)">
-      <path d="M 78.4130,70.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip153">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip153)">
-      <path d="M 78.4130,77.8960 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip154">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip154)">
-      <path d="M 78.4130,84.8069 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip155">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip155)">
-      <path d="M 78.4130,91.7178 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip156">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip156)">
-      <path d="M 78.4130,98.6287 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip157">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip157)">
-      <path d="M 78.4130,105.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip158">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip158)">
-      <path d="M 78.4130,112.4505 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip159">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip159)">
-      <path d="M 78.4130,119.3614 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip160">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip160)">
-      <path d="M 78.4130,126.2723 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip161">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip161)">
-      <path d="M 78.4130,133.1832 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip162">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip162)">
-      <path d="M 78.4130,140.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip163">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip163)">
-      <path d="M 78.4130,147.0050 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip164">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip164)">
-      <path d="M 78.4130,153.9159 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip165">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip165)">
-      <path d="M 78.4130,160.8268 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip166">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip166)">
-      <path d="M 78.4130,167.7377 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip167">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip167)">
-      <path d="M 78.4130,174.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip168">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip168)">
-      <path d="M 78.4130,181.5594 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip169">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip169)">
-      <path d="M 78.4130,188.4703 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip170">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip170)">
-      <path d="M 78.4130,195.3812 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip171">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip171)">
-      <path d="M 78.4130,202.2921 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip172">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip172)">
-      <path d="M 78.4130,209.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip173">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip173)">
-      <path d="M 78.4130,216.1139 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip174">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip174)">
-      <path d="M 78.4130,223.0248 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip175">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip175)">
-      <path d="M 78.4130,229.9357 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip176">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip176)">
-      <path d="M 78.4130,236.8466 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip177">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip177)">
-      <path d="M 78.4130,243.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip178">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip178)">
-      <path d="M 78.4130,250.6684 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip179">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip179)">
-      <path d="M 78.4130,257.5793 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip180">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip180)">
-      <path d="M 78.4130,264.4902 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip181">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip181)">
-      <path d="M 78.4130,271.4011 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip182">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip182)">
-      <path d="M 78.4130,278.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip183">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip183)">
-      <path d="M 78.4130,285.2229 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip184">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip184)">
-      <path d="M 78.4130,292.1338 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip185">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip185)">
-      <path d="M 78.4130,299.0447 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip186">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip186)">
-      <path d="M 78.4130,305.9556 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip187">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip187)">
-      <path d="M 78.4130,312.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip188">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip188)">
-      <path d="M 78.4130,319.7774 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip189">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip189)">
-      <path d="M 78.4130,326.6883 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip190">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip190)">
-      <path d="M 78.4130,333.5992 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip191">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip191)">
-      <path d="M 78.4130,340.5101 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip192">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip192)">
-      <path d="M 78.4130,347.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip193">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip193)">
-      <path d="M 423.9579,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip194">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip194)">
-      <path d="M 417.0470,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip195">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip195)">
-      <path d="M 410.1361,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip196">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip196)">
-      <path d="M 403.2252,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip197">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip197)">
-      <path d="M 396.3143,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip198">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip198)">
-      <path d="M 389.4034,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip199">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip199)">
-      <path d="M 382.4925,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip200">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip200)">
-      <path d="M 375.5816,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip201">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip201)">
-      <path d="M 368.6707,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip202">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip202)">
-      <path d="M 361.7598,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip203">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip203)">
-      <path d="M 354.8489,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip204">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip204)">
-      <path d="M 347.9380,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip205">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip205)">
-      <path d="M 341.0271,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip206">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip206)">
-      <path d="M 334.1162,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip207">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip207)">
-      <path d="M 327.2053,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip208">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip208)">
-      <path d="M 320.2944,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip209">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip209)">
-      <path d="M 313.3835,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip210">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip210)">
-      <path d="M 306.4726,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip211">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip211)">
-      <path d="M 299.5617,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip212">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip212)">
-      <path d="M 292.6508,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip213">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip213)">
-      <path d="M 285.7399,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip214">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip214)">
-      <path d="M 278.8290,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip215">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip215)">
-      <path d="M 271.9181,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip216">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip216)">
-      <path d="M 265.0072,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip217">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip217)">
-      <path d="M 258.0963,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip218">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip218)">
-      <path d="M 251.1854,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip219">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip219)">
-      <path d="M 244.2745,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip220">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip220)">
-      <path d="M 237.3636,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip221">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip221)">
-      <path d="M 230.4527,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip222">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip222)">
-      <path d="M 223.5418,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip223">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip223)">
-      <path d="M 216.6309,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip224">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip224)">
-      <path d="M 209.7201,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip225">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip225)">
-      <path d="M 202.8092,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip226">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip226)">
-      <path d="M 195.8983,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip227">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip227)">
-      <path d="M 188.9874,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip228">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip228)">
-      <path d="M 182.0765,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip229">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip229)">
-      <path d="M 175.1656,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip230">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip230)">
-      <path d="M 168.2547,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip231">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip231)">
-      <path d="M 161.3438,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip232">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip232)">
-      <path d="M 154.4329,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip233">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip233)">
-      <path d="M 147.5220,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip234">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip234)">
-      <path d="M 140.6111,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip235">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip235)">
-      <path d="M 133.7002,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip236">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip236)">
-      <path d="M 126.7893,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip237">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip237)">
-      <path d="M 119.8784,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip238">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip238)">
-      <path d="M 112.9675,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip239">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip239)">
-      <path d="M 106.0566,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip240">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip240)">
-      <path d="M 99.1457,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip241">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip241)">
-      <path d="M 92.2348,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip242">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip242)">
-      <path d="M 85.3239,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip243">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip243)">
-      <path d="M 78.4130,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip244">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip244)">
-      <path d="M 78.4130,1.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip245">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip245)">
-      <path d="M 78.4130,36.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip246">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip246)">
-      <path d="M 78.4130,70.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip247">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip247)">
-      <path d="M 78.4130,105.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip248">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip248)">
-      <path d="M 78.4130,140.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip249">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip249)">
-      <path d="M 78.4130,174.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip250">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip250)">
-      <path d="M 78.4130,209.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip251">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip251)">
-      <path d="M 78.4130,243.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip252">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip252)">
-      <path d="M 78.4130,278.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip253">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip253)">
-      <path d="M 78.4130,312.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip254">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip254)">
-      <path d="M 78.4130,347.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip255">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip255)">
-      <path d="M 423.9579,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip256">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip256)">
-      <path d="M 389.4034,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip257">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip257)">
-      <path d="M 354.8489,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip258">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip258)">
-      <path d="M 320.2944,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip259">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip259)">
-      <path d="M 285.7399,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip260">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip260)">
-      <path d="M 251.1854,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip261">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip261)">
-      <path d="M 216.6309,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip262">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip262)">
-      <path d="M 182.0765,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip263">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip263)">
-      <path d="M 147.5220,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip264">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip264)">
-      <path d="M 112.9675,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip265">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip265)">
-      <path d="M 78.4130,347.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip266">
-        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip266)">
-      <path d="M 450.7376,407.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip267">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip267)">
-      <path d="M -111.0209,151.4949 ZM -106.2531,142.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -93.6233,151.4949 ZM -83.0564,144.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -83.0564,144.2058 ZM -83.0564,147.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -75.8131,151.4949 ZM -69.5325,146.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -68.1802,151.4949 ZM -66.8507,141.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -58.1404,151.4949 ZM -56.8339,150.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -53.1206,151.4949 ZM -48.1007,139.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -48.1007,139.0484 ZM -48.1924,151.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip268">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip268)">
-      <path d="M 79.1664,289.7128 ZM 83.6820,280.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 96.2889,289.7128 ZM 106.8558,282.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 106.8558,282.4237 ZM 106.8558,285.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 114.0991,289.7128 ZM 120.3796,284.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 121.7320,289.7128 ZM 126.0413,278.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 131.7717,289.7128 ZM 133.0783,288.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 136.7916,289.7128 ZM 141.8114,277.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 141.8114,277.2663 ZM 141.7197,289.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip269">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip269)">
-      <path d="M 118.1820,144.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip270">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip270)">
-      <path d="M 112.9988,248.2474 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip271">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip271)">
-      <path d="M -25.2191,144.5840 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip272">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip272)">
-      <path d="M 43.8899,-131.8519 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip273">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip273)">
-      <path d="M 85.4756,-121.8466 ZM 92.6272,-135.9435 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 111.5720,-121.8466 ZM 127.4223,-132.7803 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 127.4223,-132.7803 ZM 127.4223,-128.4825 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 138.2872,-121.8466 ZM 145.0606,-135.6684 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 155.3754,-121.8466 ZM 157.8853,-142.0292 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 174.5265,-121.8466 ZM 183.9473,-129.9609 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 194.5715,-121.8466 ZM 201.9981,-140.6539 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip274">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip274)">
-      <path d="M 320.3258,248.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip275">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip275)">
-      <path d="M -25.2191,-97.2975 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip276">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip276)">
-      <path d="M -25.2191,-90.3866 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip277">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip277)">
-      <path d="M -25.2191,-83.4757 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip278">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip278)">
-      <path d="M -25.2191,-76.5648 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip279">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip279)">
-      <path d="M -25.2191,-69.6539 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip280">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip280)">
-      <path d="M -25.2191,-62.7430 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip281">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip281)">
-      <path d="M -25.2191,-55.8321 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip282">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip282)">
-      <path d="M -25.2191,-48.9212 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip283">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip283)">
-      <path d="M -25.2191,-42.0103 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip284">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip284)">
-      <path d="M -25.2191,-35.0994 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip285">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip285)">
-      <path d="M -25.2191,-28.1885 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip286">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip286)">
-      <path d="M -25.2191,-21.2776 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip287">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip287)">
-      <path d="M -25.2191,-14.3667 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip288">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip288)">
-      <path d="M -25.2191,-7.4558 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip289">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip289)">
-      <path d="M -25.2191,-0.5449 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip290">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip290)">
-      <path d="M -25.2191,6.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip291">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip291)">
-      <path d="M -25.2191,13.2769 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip292">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip292)">
-      <path d="M -25.2191,20.1878 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip293">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip293)">
-      <path d="M -25.2191,27.0987 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip294">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip294)">
-      <path d="M -25.2191,34.0096 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip295">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip295)">
-      <path d="M -25.2191,40.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip296">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip296)">
-      <path d="M -25.2191,47.8314 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip297">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip297)">
-      <path d="M -25.2191,54.7423 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip298">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip298)">
-      <path d="M -25.2191,61.6532 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip299">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip299)">
-      <path d="M -25.2191,68.5641 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip300">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip300)">
-      <path d="M -25.2191,75.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip301">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip301)">
-      <path d="M -25.2191,82.3859 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip302">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip302)">
-      <path d="M -25.2191,89.2968 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip303">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip303)">
-      <path d="M -25.2191,96.2077 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip304">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip304)">
-      <path d="M -25.2191,103.1186 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip305">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip305)">
-      <path d="M -25.2191,110.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip306">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip306)">
-      <path d="M -25.2191,116.9404 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip307">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip307)">
-      <path d="M -25.2191,123.8513 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip308">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip308)">
-      <path d="M -25.2191,130.7622 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip309">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip309)">
-      <path d="M -25.2191,137.6731 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip310">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip310)">
-      <path d="M -25.2191,144.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip311">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip311)">
-      <path d="M -25.2191,151.4949 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip312">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip312)">
-      <path d="M -25.2191,158.4058 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip313">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip313)">
-      <path d="M -25.2191,165.3167 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip314">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip314)">
-      <path d="M -25.2191,172.2276 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip315">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip315)">
-      <path d="M -25.2191,179.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip316">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip316)">
-      <path d="M -25.2191,186.0494 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip317">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip317)">
-      <path d="M -25.2191,192.9603 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip318">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip318)">
-      <path d="M -25.2191,199.8712 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip319">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip319)">
-      <path d="M -25.2191,206.7821 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip320">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip320)">
-      <path d="M -25.2191,213.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip321">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip321)">
-      <path d="M -25.2191,220.6039 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip322">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip322)">
-      <path d="M -25.2191,227.5148 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip323">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip323)">
-      <path d="M -25.2191,234.4257 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip324">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip324)">
-      <path d="M -25.2191,241.3366 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip325">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip325)">
-      <path d="M -25.2191,248.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip326">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip326)">
-      <path d="M 320.3258,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip327">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip327)">
-      <path d="M 313.4149,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip328">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip328)">
-      <path d="M 306.5040,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip329">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip329)">
-      <path d="M 299.5931,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip330">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip330)">
-      <path d="M 292.6822,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip331">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip331)">
-      <path d="M 285.7713,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip332">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip332)">
-      <path d="M 278.8604,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip333">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip333)">
-      <path d="M 271.9495,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip334">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip334)">
-      <path d="M 265.0386,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip335">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip335)">
-      <path d="M 258.1277,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip336">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip336)">
-      <path d="M 251.2168,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip337">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip337)">
-      <path d="M 244.3059,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip338">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip338)">
-      <path d="M 237.3950,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip339">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip339)">
-      <path d="M 230.4841,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip340">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip340)">
-      <path d="M 223.5732,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip341">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip341)">
-      <path d="M 216.6623,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip342">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip342)">
-      <path d="M 209.7514,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip343">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip343)">
-      <path d="M 202.8405,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip344">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip344)">
-      <path d="M 195.9296,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip345">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip345)">
-      <path d="M 189.0187,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip346">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip346)">
-      <path d="M 182.1078,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip347">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip347)">
-      <path d="M 175.1969,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip348">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip348)">
-      <path d="M 168.2860,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip349">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip349)">
-      <path d="M 161.3751,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip350">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip350)">
-      <path d="M 154.4642,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip351">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip351)">
-      <path d="M 147.5533,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip352">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip352)">
-      <path d="M 140.6424,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip353">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip353)">
-      <path d="M 133.7315,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip354">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip354)">
-      <path d="M 126.8206,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip355">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip355)">
-      <path d="M 119.9097,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip356">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip356)">
-      <path d="M 112.9988,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip357">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip357)">
-      <path d="M 106.0879,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip358">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip358)">
-      <path d="M 99.1770,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip359">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip359)">
-      <path d="M 92.2661,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip360">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip360)">
-      <path d="M 85.3552,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip361">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip361)">
-      <path d="M 78.4443,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip362">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip362)">
-      <path d="M 71.5334,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip363">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip363)">
-      <path d="M 64.6225,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip364">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip364)">
-      <path d="M 57.7116,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip365">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip365)">
-      <path d="M 50.8008,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip366">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip366)">
-      <path d="M 43.8899,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip367">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip367)">
-      <path d="M 36.9790,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip368">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip368)">
-      <path d="M 30.0681,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip369">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip369)">
-      <path d="M 23.1572,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip370">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip370)">
-      <path d="M 16.2463,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip371">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip371)">
-      <path d="M 9.3354,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip372">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip372)">
-      <path d="M 2.4245,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip373">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip373)">
-      <path d="M -4.4864,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip374">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip374)">
-      <path d="M -11.3973,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip375">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip375)">
-      <path d="M -18.3082,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip376">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip376)">
-      <path d="M -25.2191,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip377">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip377)">
-      <path d="M -25.2191,-97.2975 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip378">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip378)">
-      <path d="M -25.2191,-62.7430 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip379">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip379)">
-      <path d="M -25.2191,-28.1885 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip380">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip380)">
-      <path d="M -25.2191,6.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip381">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip381)">
-      <path d="M -25.2191,40.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip382">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip382)">
-      <path d="M -25.2191,75.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip383">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip383)">
-      <path d="M -25.2191,110.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip384">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip384)">
-      <path d="M -25.2191,144.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip385">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip385)">
-      <path d="M -25.2191,179.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip386">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip386)">
-      <path d="M -25.2191,213.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip387">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip387)">
-      <path d="M -25.2191,248.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip388">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip388)">
-      <path d="M 320.3258,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip389">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip389)">
-      <path d="M 285.7713,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip390">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip390)">
-      <path d="M 251.2168,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip391">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip391)">
-      <path d="M 216.6623,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip392">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip392)">
-      <path d="M 182.1078,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip393">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip393)">
-      <path d="M 147.5533,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip394">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip394)">
-      <path d="M 112.9988,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip395">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip395)">
-      <path d="M 78.4443,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip396">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip396)">
-      <path d="M 43.8899,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip397">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip397)">
-      <path d="M 9.3354,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip398">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip398)">
-      <path d="M -25.2191,248.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip399">
-        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip399)">
-      <path d="M 347.1055,307.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip400">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip400)">
-      <path d="M -214.6530,52.3213 ZM -209.8852,42.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -197.2554,52.3213 ZM -186.6885,45.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -186.6885,45.0322 ZM -186.6885,47.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -179.4452,52.3213 ZM -173.1647,46.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -171.8123,52.3213 ZM -170.4828,42.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -161.7726,52.3213 ZM -160.4660,51.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -156.7527,52.3213 ZM -151.7328,39.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -151.7328,39.8748 ZM -151.8245,52.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip401">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip401)">
-      <path d="M -24.4657,190.5393 ZM -19.9502,181.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM -7.3432,190.5393 ZM 3.2237,183.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 3.2237,183.2502 ZM 3.2237,186.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 10.4670,190.5393 ZM 16.7475,185.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 18.0999,190.5393 ZM 22.4092,179.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 28.1396,190.5393 ZM 29.4461,189.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 33.1595,190.5393 ZM 38.1793,178.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 38.1793,178.0928 ZM 38.0876,190.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip402">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip402)">
-      <path d="M 14.5499,45.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip403">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip403)">
-      <path d="M 9.3667,149.0739 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip404">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip404)">
-      <path d="M -128.8512,45.4104 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip405">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip405)">
-      <path d="M -59.7423,-231.0255 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip406">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip406)">
-      <path d="M -18.1565,-221.0202 ZM -11.0050,-235.1170 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 7.9398,-221.0202 ZM 23.7902,-231.9538 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 23.7902,-231.9538 ZM 23.7902,-227.6560 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 34.6551,-221.0202 ZM 41.4285,-234.8420 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 51.7432,-221.0202 ZM 54.2532,-241.2027 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 70.8943,-221.0202 ZM 80.3152,-229.1345 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 90.9394,-221.0202 ZM 98.3660,-239.8274 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip407">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip407)">
-      <path d="M 216.6937,149.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip408">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip408)">
-      <path d="M -128.8512,-196.4710 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip409">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip409)">
-      <path d="M -128.8512,-189.5601 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip410">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip410)">
-      <path d="M -128.8512,-182.6492 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip411">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip411)">
-      <path d="M -128.8512,-175.7383 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip412">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip412)">
-      <path d="M -128.8512,-168.8274 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip413">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip413)">
-      <path d="M -128.8512,-161.9165 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip414">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip414)">
-      <path d="M -128.8512,-155.0056 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip415">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip415)">
-      <path d="M -128.8512,-148.0947 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip416">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip416)">
-      <path d="M -128.8512,-141.1838 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip417">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip417)">
-      <path d="M -128.8512,-134.2729 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip418">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip418)">
-      <path d="M -128.8512,-127.3620 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip419">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip419)">
-      <path d="M -128.8512,-120.4511 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip420">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip420)">
-      <path d="M -128.8512,-113.5402 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip421">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip421)">
-      <path d="M -128.8512,-106.6293 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip422">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip422)">
-      <path d="M -128.8512,-99.7184 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip423">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip423)">
-      <path d="M -128.8512,-92.8075 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip424">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip424)">
-      <path d="M -128.8512,-85.8966 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip425">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip425)">
-      <path d="M -128.8512,-78.9857 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip426">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip426)">
-      <path d="M -128.8512,-72.0748 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip427">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip427)">
-      <path d="M -128.8512,-65.1639 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip428">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip428)">
-      <path d="M -128.8512,-58.2530 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip429">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip429)">
-      <path d="M -128.8512,-51.3421 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip430">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip430)">
-      <path d="M -128.8512,-44.4313 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip431">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip431)">
-      <path d="M -128.8512,-37.5204 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip432">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip432)">
-      <path d="M -128.8512,-30.6095 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip433">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip433)">
-      <path d="M -128.8512,-23.6986 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip434">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip434)">
-      <path d="M -128.8512,-16.7877 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip435">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip435)">
-      <path d="M -128.8512,-9.8768 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip436">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip436)">
-      <path d="M -128.8512,-2.9659 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip437">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip437)">
-      <path d="M -128.8512,3.9450 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip438">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip438)">
-      <path d="M -128.8512,10.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip439">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip439)">
-      <path d="M -128.8512,17.7668 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip440">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip440)">
-      <path d="M -128.8512,24.6777 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip441">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip441)">
-      <path d="M -128.8512,31.5886 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip442">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip442)">
-      <path d="M -128.8512,38.4995 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip443">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip443)">
-      <path d="M -128.8512,45.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip444">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip444)">
-      <path d="M -128.8512,52.3213 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip445">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip445)">
-      <path d="M -128.8512,59.2322 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip446">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip446)">
-      <path d="M -128.8512,66.1431 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip447">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip447)">
-      <path d="M -128.8512,73.0540 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip448">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip448)">
-      <path d="M -128.8512,79.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip449">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip449)">
-      <path d="M -128.8512,86.8758 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip450">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip450)">
-      <path d="M -128.8512,93.7867 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip451">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip451)">
-      <path d="M -128.8512,100.6976 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip452">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip452)">
-      <path d="M -128.8512,107.6085 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip453">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip453)">
-      <path d="M -128.8512,114.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip454">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip454)">
-      <path d="M -128.8512,121.4303 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip455">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip455)">
-      <path d="M -128.8512,128.3412 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip456">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip456)">
-      <path d="M -128.8512,135.2521 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip457">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip457)">
-      <path d="M -128.8512,142.1630 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip458">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip458)">
-      <path d="M -128.8512,149.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip459">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip459)">
-      <path d="M 216.6937,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip460">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip460)">
-      <path d="M 209.7828,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip461">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip461)">
-      <path d="M 202.8719,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip462">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip462)">
-      <path d="M 195.9610,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip463">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip463)">
-      <path d="M 189.0501,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip464">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip464)">
-      <path d="M 182.1392,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip465">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip465)">
-      <path d="M 175.2283,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip466">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip466)">
-      <path d="M 168.3174,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip467">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip467)">
-      <path d="M 161.4065,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip468">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip468)">
-      <path d="M 154.4956,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip469">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip469)">
-      <path d="M 147.5847,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip470">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip470)">
-      <path d="M 140.6738,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip471">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip471)">
-      <path d="M 133.7629,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip472">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip472)">
-      <path d="M 126.8520,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip473">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip473)">
-      <path d="M 119.9411,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip474">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip474)">
-      <path d="M 113.0302,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip475">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip475)">
-      <path d="M 106.1193,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip476">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip476)">
-      <path d="M 99.2084,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip477">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip477)">
-      <path d="M 92.2975,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip478">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip478)">
-      <path d="M 85.3866,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip479">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip479)">
-      <path d="M 78.4757,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip480">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip480)">
-      <path d="M 71.5648,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip481">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip481)">
-      <path d="M 64.6539,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip482">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip482)">
-      <path d="M 57.7430,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip483">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip483)">
-      <path d="M 50.8321,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip484">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip484)">
-      <path d="M 43.9212,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip485">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip485)">
-      <path d="M 37.0103,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip486">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip486)">
-      <path d="M 30.0994,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip487">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip487)">
-      <path d="M 23.1885,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip488">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip488)">
-      <path d="M 16.2776,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip489">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip489)">
-      <path d="M 9.3667,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip490">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip490)">
-      <path d="M 2.4558,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip491">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip491)">
-      <path d="M -4.4551,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip492">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip492)">
-      <path d="M -11.3660,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip493">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip493)">
-      <path d="M -18.2769,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip494">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip494)">
-      <path d="M -25.1878,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip495">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip495)">
-      <path d="M -32.0987,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip496">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip496)">
-      <path d="M -39.0096,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip497">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip497)">
-      <path d="M -45.9205,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip498">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip498)">
-      <path d="M -52.8314,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip499">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip499)">
-      <path d="M -59.7423,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip500">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip500)">
-      <path d="M -66.6532,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip501">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip501)">
-      <path d="M -73.5641,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip502">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip502)">
-      <path d="M -80.4750,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip503">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip503)">
-      <path d="M -87.3859,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip504">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip504)">
-      <path d="M -94.2968,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip505">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip505)">
-      <path d="M -101.2077,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip506">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip506)">
-      <path d="M -108.1185,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip507">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip507)">
-      <path d="M -115.0294,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip508">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip508)">
-      <path d="M -121.9403,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip509">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip509)">
-      <path d="M -128.8512,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip510">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip510)">
-      <path d="M -128.8512,-196.4710 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip511">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip511)">
-      <path d="M -128.8512,-161.9165 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip512">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip512)">
-      <path d="M -128.8512,-127.3620 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip513">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip513)">
-      <path d="M -128.8512,-92.8075 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip514">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip514)">
-      <path d="M -128.8512,-58.2530 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip515">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip515)">
-      <path d="M -128.8512,-23.6986 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip516">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip516)">
-      <path d="M -128.8512,10.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip517">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip517)">
-      <path d="M -128.8512,45.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip518">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip518)">
-      <path d="M -128.8512,79.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip519">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip519)">
-      <path d="M -128.8512,114.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip520">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip520)">
-      <path d="M -128.8512,149.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip521">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip521)">
-      <path d="M 216.6937,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip522">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip522)">
-      <path d="M 182.1392,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip523">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip523)">
-      <path d="M 147.5847,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip524">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip524)">
-      <path d="M 113.0302,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip525">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip525)">
-      <path d="M 78.4757,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip526">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip526)">
-      <path d="M 43.9212,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip527">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip527)">
-      <path d="M 9.3667,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip528">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip528)">
-      <path d="M -25.1878,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip529">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip529)">
-      <path d="M -59.7423,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip530">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip530)">
-      <path d="M -94.2968,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip531">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip531)">
-      <path d="M -128.8512,149.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip532">
-        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip532)">
-      <path d="M 243.4734,208.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip533">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip533)">
-      <path d="M -318.2851,-46.8522 ZM -313.5174,-56.2501 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -300.8875,-46.8522 ZM -290.3206,-54.1413 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -290.3206,-54.1413 ZM -290.3206,-51.2761 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -283.0773,-46.8522 ZM -276.7968,-52.2618 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -275.4444,-46.8522 ZM -274.1149,-57.0066 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -265.4047,-46.8522 ZM -264.0981,-47.7920 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -260.3848,-46.8522 ZM -255.3650,-59.2987 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -255.3650,-59.2987 ZM -255.4566,-46.5772 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip534">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip534)">
-      <path d="M -128.0979,91.3657 ZM -123.5823,82.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM -110.9753,91.3657 ZM -100.4084,84.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -100.4084,84.0766 ZM -100.4084,86.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -93.1652,91.3657 ZM -86.8846,85.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -85.5322,91.3657 ZM -81.2229,80.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM -75.4925,91.3657 ZM -74.1860,90.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -70.4727,91.3657 ZM -65.4528,78.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -65.4528,78.9192 ZM -65.5445,91.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip535">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip535)">
-      <path d="M -89.0822,-53.7631 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip536">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip536)">
-      <path d="M -94.2654,49.9003 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip537">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip537)">
-      <path d="M -232.4834,-53.7631 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip538">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip538)">
-      <path d="M -163.3744,-330.1991 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip539">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip539)">
-      <path d="M -121.7886,-320.1937 ZM -114.6371,-334.2906 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM -95.6923,-320.1937 ZM -79.8419,-331.1274 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM -79.8419,-331.1274 ZM -79.8419,-326.8296 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM -68.9770,-320.1937 ZM -62.2036,-334.0155 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM -51.8889,-320.1937 ZM -49.3789,-340.3763 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM -32.7378,-320.1937 ZM -23.3169,-328.3080 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM -12.6927,-320.1937 ZM -5.2661,-339.0010 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip540">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip540)">
-      <path d="M 113.0615,49.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip541">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip541)">
-      <path d="M -232.4834,-295.6446 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip542">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip542)">
-      <path d="M -232.4834,-288.7337 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip543">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip543)">
-      <path d="M -232.4834,-281.8228 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip544">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip544)">
-      <path d="M -232.4834,-274.9119 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip545">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip545)">
-      <path d="M -232.4834,-268.0010 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip546">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip546)">
-      <path d="M -232.4834,-261.0901 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip547">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip547)">
-      <path d="M -232.4834,-254.1792 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip548">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip548)">
-      <path d="M -232.4834,-247.2683 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip549">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip549)">
-      <path d="M -232.4834,-240.3574 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip550">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip550)">
-      <path d="M -232.4834,-233.4465 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip551">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip551)">
-      <path d="M -232.4834,-226.5356 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip552">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip552)">
-      <path d="M -232.4834,-219.6247 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip553">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip553)">
-      <path d="M -232.4834,-212.7138 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip554">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip554)">
-      <path d="M -232.4834,-205.8029 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip555">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip555)">
-      <path d="M -232.4834,-198.8920 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip556">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip556)">
-      <path d="M -232.4834,-191.9811 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip557">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip557)">
-      <path d="M -232.4834,-185.0702 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip558">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip558)">
-      <path d="M -232.4834,-178.1593 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip559">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip559)">
-      <path d="M -232.4834,-171.2484 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip560">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip560)">
-      <path d="M -232.4834,-164.3375 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip561">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip561)">
-      <path d="M -232.4834,-157.4266 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip562">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip562)">
-      <path d="M -232.4834,-150.5157 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip563">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip563)">
-      <path d="M -232.4834,-143.6048 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip564">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip564)">
-      <path d="M -232.4834,-136.6939 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip565">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip565)">
-      <path d="M -232.4834,-129.7830 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip566">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip566)">
-      <path d="M -232.4834,-122.8721 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip567">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip567)">
-      <path d="M -232.4834,-115.9612 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip568">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip568)">
-      <path d="M -232.4834,-109.0503 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip569">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip569)">
-      <path d="M -232.4834,-102.1394 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip570">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip570)">
-      <path d="M -232.4834,-95.2285 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip571">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip571)">
-      <path d="M -232.4834,-88.3176 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip572">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip572)">
-      <path d="M -232.4834,-81.4067 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip573">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip573)">
-      <path d="M -232.4834,-74.4958 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip574">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip574)">
-      <path d="M -232.4834,-67.5849 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip575">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip575)">
-      <path d="M -232.4834,-60.6740 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip576">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip576)">
-      <path d="M -232.4834,-53.7631 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip577">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip577)">
-      <path d="M -232.4834,-46.8522 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip578">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip578)">
-      <path d="M -232.4834,-39.9413 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip579">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip579)">
-      <path d="M -232.4834,-33.0304 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip580">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip580)">
-      <path d="M -232.4834,-26.1195 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip581">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip581)">
-      <path d="M -232.4834,-19.2086 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip582">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip582)">
-      <path d="M -232.4834,-12.2977 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip583">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip583)">
-      <path d="M -232.4834,-5.3868 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip584">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip584)">
-      <path d="M -232.4834,1.5241 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip585">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip585)">
-      <path d="M -232.4834,8.4350 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip586">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip586)">
-      <path d="M -232.4834,15.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip587">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip587)">
-      <path d="M -232.4834,22.2567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip588">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip588)">
-      <path d="M -232.4834,29.1676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip589">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip589)">
-      <path d="M -232.4834,36.0785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip590">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip590)">
-      <path d="M -232.4834,42.9894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip591">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip591)">
-      <path d="M -232.4834,49.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip592">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip592)">
-      <path d="M 113.0615,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip593">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip593)">
-      <path d="M 106.1506,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip594">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip594)">
-      <path d="M 99.2398,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip595">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip595)">
-      <path d="M 92.3289,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip596">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip596)">
-      <path d="M 85.4180,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip597">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip597)">
-      <path d="M 78.5071,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip598">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip598)">
-      <path d="M 71.5962,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip599">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip599)">
-      <path d="M 64.6853,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip600">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip600)">
-      <path d="M 57.7744,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip601">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip601)">
-      <path d="M 50.8635,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip602">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip602)">
-      <path d="M 43.9526,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip603">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip603)">
-      <path d="M 37.0417,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip604">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip604)">
-      <path d="M 30.1308,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip605">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip605)">
-      <path d="M 23.2199,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip606">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip606)">
-      <path d="M 16.3090,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip607">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip607)">
-      <path d="M 9.3981,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip608">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip608)">
-      <path d="M 2.4872,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip609">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip609)">
-      <path d="M -4.4237,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip610">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip610)">
-      <path d="M -11.3346,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip611">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip611)">
-      <path d="M -18.2455,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip612">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip612)">
-      <path d="M -25.1564,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip613">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip613)">
-      <path d="M -32.0673,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip614">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip614)">
-      <path d="M -38.9782,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip615">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip615)">
-      <path d="M -45.8891,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip616">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip616)">
-      <path d="M -52.8000,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip617">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip617)">
-      <path d="M -59.7109,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip618">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip618)">
-      <path d="M -66.6218,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip619">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip619)">
-      <path d="M -73.5327,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip620">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip620)">
-      <path d="M -80.4436,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip621">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip621)">
-      <path d="M -87.3545,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip622">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip622)">
-      <path d="M -94.2654,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip623">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip623)">
-      <path d="M -101.1763,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip624">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip624)">
-      <path d="M -108.0872,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip625">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip625)">
-      <path d="M -114.9981,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip626">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip626)">
-      <path d="M -121.9090,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip627">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip627)">
-      <path d="M -128.8199,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip628">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip628)">
-      <path d="M -135.7308,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip629">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip629)">
-      <path d="M -142.6417,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip630">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip630)">
-      <path d="M -149.5526,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip631">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip631)">
-      <path d="M -156.4635,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip632">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip632)">
-      <path d="M -163.3744,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip633">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip633)">
-      <path d="M -170.2853,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip634">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip634)">
-      <path d="M -177.1962,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip635">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip635)">
-      <path d="M -184.1071,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip636">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip636)">
-      <path d="M -191.0180,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip637">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip637)">
-      <path d="M -197.9289,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip638">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip638)">
-      <path d="M -204.8398,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip639">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip639)">
-      <path d="M -211.7507,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip640">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip640)">
-      <path d="M -218.6616,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip641">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip641)">
-      <path d="M -225.5725,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip642">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip642)">
-      <path d="M -232.4834,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip643">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip643)">
-      <path d="M -232.4834,-295.6446 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip644">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip644)">
-      <path d="M -232.4834,-261.0901 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip645">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip645)">
-      <path d="M -232.4834,-226.5356 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip646">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip646)">
-      <path d="M -232.4834,-191.9811 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip647">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip647)">
-      <path d="M -232.4834,-157.4266 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip648">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip648)">
-      <path d="M -232.4834,-122.8721 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip649">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip649)">
-      <path d="M -232.4834,-88.3176 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip650">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip650)">
-      <path d="M -232.4834,-53.7631 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip651">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip651)">
-      <path d="M -232.4834,-19.2086 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip652">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip652)">
-      <path d="M -232.4834,15.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip653">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip653)">
-      <path d="M -232.4834,49.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip654">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip654)">
-      <path d="M 113.0615,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip655">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip655)">
-      <path d="M 78.5071,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip656">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip656)">
-      <path d="M 43.9526,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip657">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip657)">
-      <path d="M 9.3981,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip658">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip658)">
-      <path d="M -25.1564,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip659">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip659)">
-      <path d="M -59.7109,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip660">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip660)">
-      <path d="M -94.2654,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip661">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip661)">
-      <path d="M -128.8199,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip662">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip662)">
-      <path d="M -163.3744,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip663">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip663)">
-      <path d="M -197.9289,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip664">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip664)">
-      <path d="M -232.4834,49.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip665">
-        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip665)">
-      <path d="M 139.8413,109.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip666">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip666)">
-      <path d="M 190.4544,469.8420 ZM 195.2221,460.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 207.8520,469.8420 ZM 218.4189,462.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 218.4189,462.5529 ZM 218.4189,465.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 225.6622,469.8420 ZM 231.9427,464.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 233.2951,469.8420 ZM 234.6245,459.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 243.3348,469.8420 ZM 244.6413,468.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 248.3547,469.8420 ZM 253.3745,457.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 253.3745,457.3955 ZM 253.2828,470.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip667">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip667)">
-      <path d="M 380.6416,608.0599 ZM 385.1572,598.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 397.7641,608.0599 ZM 408.3311,600.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 408.3311,600.7708 ZM 408.3311,603.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 415.5743,608.0599 ZM 421.8549,602.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 423.2073,608.0599 ZM 427.5165,597.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 433.2470,608.0599 ZM 434.5535,607.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 438.2668,608.0599 ZM 443.2867,595.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 443.2867,595.6135 ZM 443.1950,608.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip668">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip668)">
-      <path d="M 419.6572,462.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip669">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip669)">
-      <path d="M 414.4741,566.5946 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip670">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip670)">
-      <path d="M 276.2561,462.9311 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip671">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip671)">
-      <path d="M 345.3651,186.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip672">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip672)">
-      <path d="M 386.9508,196.5005 ZM 394.1024,182.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 413.0472,196.5005 ZM 428.8976,185.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 428.8976,185.5668 ZM 428.8976,189.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 439.7625,196.5005 ZM 446.5358,182.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 456.8506,196.5005 ZM 459.3605,176.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 476.0017,196.5005 ZM 485.4225,188.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 496.0467,196.5005 ZM 503.4734,177.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip673">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip673)">
-      <path d="M 621.8010,566.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip674">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip674)">
-      <path d="M 276.2561,221.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip675">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip675)">
-      <path d="M 276.2561,227.9605 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip676">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip676)">
-      <path d="M 276.2561,234.8714 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip677">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip677)">
-      <path d="M 276.2561,241.7823 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip678">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip678)">
-      <path d="M 276.2561,248.6932 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip679">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip679)">
-      <path d="M 276.2561,255.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip680">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip680)">
-      <path d="M 276.2561,262.5150 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip681">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip681)">
-      <path d="M 276.2561,269.4259 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip682">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip682)">
-      <path d="M 276.2561,276.3368 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip683">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip683)">
-      <path d="M 276.2561,283.2477 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip684">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip684)">
-      <path d="M 276.2561,290.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip685">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip685)">
-      <path d="M 276.2561,297.0695 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip686">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip686)">
-      <path d="M 276.2561,303.9804 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip687">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip687)">
-      <path d="M 276.2561,310.8913 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip688">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip688)">
-      <path d="M 276.2561,317.8022 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip689">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip689)">
-      <path d="M 276.2561,324.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip690">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip690)">
-      <path d="M 276.2561,331.6240 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip691">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip691)">
-      <path d="M 276.2561,338.5349 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip692">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip692)">
-      <path d="M 276.2561,345.4458 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip693">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip693)">
-      <path d="M 276.2561,352.3567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip694">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip694)">
-      <path d="M 276.2561,359.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip695">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip695)">
-      <path d="M 276.2561,366.1785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip696">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip696)">
-      <path d="M 276.2561,373.0894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip697">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip697)">
-      <path d="M 276.2561,380.0003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip698">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip698)">
-      <path d="M 276.2561,386.9112 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip699">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip699)">
-      <path d="M 276.2561,393.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip700">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip700)">
-      <path d="M 276.2561,400.7330 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip701">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip701)">
-      <path d="M 276.2561,407.6439 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip702">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip702)">
-      <path d="M 276.2561,414.5548 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip703">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip703)">
-      <path d="M 276.2561,421.4657 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip704">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip704)">
-      <path d="M 276.2561,428.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip705">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip705)">
-      <path d="M 276.2561,435.2875 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip706">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip706)">
-      <path d="M 276.2561,442.1984 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip707">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip707)">
-      <path d="M 276.2561,449.1093 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip708">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip708)">
-      <path d="M 276.2561,456.0202 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip709">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip709)">
-      <path d="M 276.2561,462.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip710">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip710)">
-      <path d="M 276.2561,469.8420 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip711">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip711)">
-      <path d="M 276.2561,476.7529 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip712">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip712)">
-      <path d="M 276.2561,483.6638 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip713">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip713)">
-      <path d="M 276.2561,490.5747 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip714">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip714)">
-      <path d="M 276.2561,497.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip715">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip715)">
-      <path d="M 276.2561,504.3965 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip716">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip716)">
-      <path d="M 276.2561,511.3074 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip717">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip717)">
-      <path d="M 276.2561,518.2183 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip718">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip718)">
-      <path d="M 276.2561,525.1292 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip719">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip719)">
-      <path d="M 276.2561,532.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip720">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip720)">
-      <path d="M 276.2561,538.9510 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip721">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip721)">
-      <path d="M 276.2561,545.8619 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip722">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip722)">
-      <path d="M 276.2561,552.7728 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip723">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip723)">
-      <path d="M 276.2561,559.6837 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip724">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip724)">
-      <path d="M 276.2561,566.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip725">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip725)">
-      <path d="M 621.8010,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip726">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip726)">
-      <path d="M 614.8901,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip727">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip727)">
-      <path d="M 607.9792,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip728">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip728)">
-      <path d="M 601.0683,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip729">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip729)">
-      <path d="M 594.1574,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip730">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip730)">
-      <path d="M 587.2465,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip731">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip731)">
-      <path d="M 580.3356,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip732">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip732)">
-      <path d="M 573.4247,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip733">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip733)">
-      <path d="M 566.5138,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip734">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip734)">
-      <path d="M 559.6029,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip735">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip735)">
-      <path d="M 552.6920,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip736">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip736)">
-      <path d="M 545.7811,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip737">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip737)">
-      <path d="M 538.8702,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip738">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip738)">
-      <path d="M 531.9593,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip739">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip739)">
-      <path d="M 525.0484,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip740">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip740)">
-      <path d="M 518.1375,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip741">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip741)">
-      <path d="M 511.2266,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip742">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip742)">
-      <path d="M 504.3158,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip743">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip743)">
-      <path d="M 497.4049,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip744">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip744)">
-      <path d="M 490.4940,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip745">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip745)">
-      <path d="M 483.5831,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip746">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip746)">
-      <path d="M 476.6722,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip747">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip747)">
-      <path d="M 469.7613,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip748">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip748)">
-      <path d="M 462.8504,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip749">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip749)">
-      <path d="M 455.9395,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip750">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip750)">
-      <path d="M 449.0286,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip751">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip751)">
-      <path d="M 442.1177,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip752">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip752)">
-      <path d="M 435.2068,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip753">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip753)">
-      <path d="M 428.2959,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip754">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip754)">
-      <path d="M 421.3850,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip755">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip755)">
-      <path d="M 414.4741,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip756">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip756)">
-      <path d="M 407.5632,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip757">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip757)">
-      <path d="M 400.6523,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip758">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip758)">
-      <path d="M 393.7414,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip759">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip759)">
-      <path d="M 386.8305,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip760">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip760)">
-      <path d="M 379.9196,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip761">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip761)">
-      <path d="M 373.0087,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip762">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip762)">
-      <path d="M 366.0978,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip763">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip763)">
-      <path d="M 359.1869,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip764">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip764)">
-      <path d="M 352.2760,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip765">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip765)">
-      <path d="M 345.3651,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip766">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip766)">
-      <path d="M 338.4542,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip767">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip767)">
-      <path d="M 331.5433,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip768">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip768)">
-      <path d="M 324.6324,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip769">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip769)">
-      <path d="M 317.7215,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip770">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip770)">
-      <path d="M 310.8106,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip771">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip771)">
-      <path d="M 303.8997,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip772">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip772)">
-      <path d="M 296.9888,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip773">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip773)">
-      <path d="M 290.0779,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip774">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip774)">
-      <path d="M 283.1670,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip775">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip775)">
-      <path d="M 276.2561,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip776">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip776)">
-      <path d="M 276.2561,221.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip777">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip777)">
-      <path d="M 276.2561,255.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip778">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip778)">
-      <path d="M 276.2561,290.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip779">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip779)">
-      <path d="M 276.2561,324.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip780">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip780)">
-      <path d="M 276.2561,359.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip781">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip781)">
-      <path d="M 276.2561,393.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip782">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip782)">
-      <path d="M 276.2561,428.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip783">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip783)">
-      <path d="M 276.2561,462.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip784">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip784)">
-      <path d="M 276.2561,497.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip785">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip785)">
-      <path d="M 276.2561,532.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip786">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip786)">
-      <path d="M 276.2561,566.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip787">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip787)">
-      <path d="M 621.8010,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip788">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip788)">
-      <path d="M 587.2465,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip789">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip789)">
-      <path d="M 552.6920,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip790">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip790)">
-      <path d="M 518.1375,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip791">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip791)">
-      <path d="M 483.5831,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip792">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip792)">
-      <path d="M 449.0286,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip793">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip793)">
-      <path d="M 414.4741,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip794">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip794)">
-      <path d="M 379.9196,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip795">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip795)">
-      <path d="M 345.3651,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip796">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip796)">
-      <path d="M 310.8106,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip797">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip797)">
-      <path d="M 276.2561,566.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip798">
-        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip798)">
-      <path d="M 648.5807,626.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip799">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip799)">
-      <path d="M 86.8223,370.6684 ZM 91.5900,361.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 104.2199,370.6684 ZM 114.7868,363.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 114.7868,363.3793 ZM 114.7868,366.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 122.0300,370.6684 ZM 128.3106,365.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 129.6630,370.6684 ZM 130.9924,360.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 139.7027,370.6684 ZM 141.0092,369.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 144.7225,370.6684 ZM 149.7424,358.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 149.7424,358.2219 ZM 149.6507,370.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip800">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip800)">
-      <path d="M 277.0095,508.8864 ZM 281.5251,499.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 294.1320,508.8864 ZM 304.6989,501.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 304.6989,501.5973 ZM 304.6989,504.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 311.9422,508.8864 ZM 318.2228,503.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 319.5751,508.8864 ZM 323.8844,497.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 329.6148,508.8864 ZM 330.9214,507.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 334.6347,508.8864 ZM 339.6546,496.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 339.6546,496.4399 ZM 339.5629,509.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip801">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip801)">
-      <path d="M 316.0251,363.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip802">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip802)">
-      <path d="M 310.8420,467.4210 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip803">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip803)">
-      <path d="M 172.6240,363.7575 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip804">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip804)">
-      <path d="M 241.7330,87.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip805">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip805)">
-      <path d="M 283.3187,97.3269 ZM 290.4703,83.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 309.4151,97.3269 ZM 325.2655,86.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 325.2655,86.3933 ZM 325.2655,90.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 336.1303,97.3269 ZM 342.9037,83.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 353.2185,97.3269 ZM 355.7284,77.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 372.3696,97.3269 ZM 381.7904,89.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 392.4146,97.3269 ZM 399.8413,78.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip806">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip806)">
-      <path d="M 518.1689,467.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip807">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip807)">
-      <path d="M 172.6240,121.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip808">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip808)">
-      <path d="M 172.6240,128.7870 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip809">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip809)">
-      <path d="M 172.6240,135.6979 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip810">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip810)">
-      <path d="M 172.6240,142.6088 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip811">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip811)">
-      <path d="M 172.6240,149.5197 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip812">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip812)">
-      <path d="M 172.6240,156.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip813">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip813)">
-      <path d="M 172.6240,163.3415 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip814">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip814)">
-      <path d="M 172.6240,170.2524 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip815">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip815)">
-      <path d="M 172.6240,177.1633 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip816">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip816)">
-      <path d="M 172.6240,184.0742 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip817">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip817)">
-      <path d="M 172.6240,190.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip818">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip818)">
-      <path d="M 172.6240,197.8960 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip819">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip819)">
-      <path d="M 172.6240,204.8069 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip820">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip820)">
-      <path d="M 172.6240,211.7178 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip821">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip821)">
-      <path d="M 172.6240,218.6287 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip822">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip822)">
-      <path d="M 172.6240,225.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip823">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip823)">
-      <path d="M 172.6240,232.4505 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip824">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip824)">
-      <path d="M 172.6240,239.3614 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip825">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip825)">
-      <path d="M 172.6240,246.2723 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip826">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip826)">
-      <path d="M 172.6240,253.1832 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip827">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip827)">
-      <path d="M 172.6240,260.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip828">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip828)">
-      <path d="M 172.6240,267.0050 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip829">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip829)">
-      <path d="M 172.6240,273.9159 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip830">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip830)">
-      <path d="M 172.6240,280.8268 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip831">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip831)">
-      <path d="M 172.6240,287.7377 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip832">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip832)">
-      <path d="M 172.6240,294.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip833">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip833)">
-      <path d="M 172.6240,301.5594 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip834">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip834)">
-      <path d="M 172.6240,308.4703 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip835">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip835)">
-      <path d="M 172.6240,315.3812 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip836">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip836)">
-      <path d="M 172.6240,322.2921 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip837">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip837)">
-      <path d="M 172.6240,329.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip838">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip838)">
-      <path d="M 172.6240,336.1139 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip839">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip839)">
-      <path d="M 172.6240,343.0248 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip840">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip840)">
-      <path d="M 172.6240,349.9357 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip841">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip841)">
-      <path d="M 172.6240,356.8466 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip842">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip842)">
-      <path d="M 172.6240,363.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip843">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip843)">
-      <path d="M 172.6240,370.6684 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip844">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip844)">
-      <path d="M 172.6240,377.5793 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip845">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip845)">
-      <path d="M 172.6240,384.4902 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip846">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip846)">
-      <path d="M 172.6240,391.4011 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip847">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip847)">
-      <path d="M 172.6240,398.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip848">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip848)">
-      <path d="M 172.6240,405.2229 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip849">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip849)">
-      <path d="M 172.6240,412.1338 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip850">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip850)">
-      <path d="M 172.6240,419.0447 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip851">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip851)">
-      <path d="M 172.6240,425.9556 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip852">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip852)">
-      <path d="M 172.6240,432.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip853">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip853)">
-      <path d="M 172.6240,439.7774 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip854">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip854)">
-      <path d="M 172.6240,446.6883 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip855">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip855)">
-      <path d="M 172.6240,453.5992 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip856">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip856)">
-      <path d="M 172.6240,460.5101 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip857">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip857)">
-      <path d="M 172.6240,467.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip858">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip858)">
-      <path d="M 518.1689,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip859">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip859)">
-      <path d="M 511.2580,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip860">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip860)">
-      <path d="M 504.3471,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip861">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip861)">
-      <path d="M 497.4362,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip862">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip862)">
-      <path d="M 490.5253,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip863">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip863)">
-      <path d="M 483.6144,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip864">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip864)">
-      <path d="M 476.7035,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip865">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip865)">
-      <path d="M 469.7926,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip866">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip866)">
-      <path d="M 462.8817,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip867">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip867)">
-      <path d="M 455.9708,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip868">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip868)">
-      <path d="M 449.0599,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip869">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip869)">
-      <path d="M 442.1490,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip870">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip870)">
-      <path d="M 435.2381,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip871">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip871)">
-      <path d="M 428.3272,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip872">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip872)">
-      <path d="M 421.4163,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip873">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip873)">
-      <path d="M 414.5054,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip874">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip874)">
-      <path d="M 407.5945,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip875">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip875)">
-      <path d="M 400.6836,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip876">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip876)">
-      <path d="M 393.7727,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip877">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip877)">
-      <path d="M 386.8618,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip878">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip878)">
-      <path d="M 379.9509,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip879">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip879)">
-      <path d="M 373.0400,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip880">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip880)">
-      <path d="M 366.1291,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip881">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip881)">
-      <path d="M 359.2182,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip882">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip882)">
-      <path d="M 352.3073,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip883">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip883)">
-      <path d="M 345.3965,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip884">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip884)">
-      <path d="M 338.4856,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip885">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip885)">
-      <path d="M 331.5747,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip886">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip886)">
-      <path d="M 324.6638,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip887">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip887)">
-      <path d="M 317.7529,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip888">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip888)">
-      <path d="M 310.8420,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip889">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip889)">
-      <path d="M 303.9311,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip890">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip890)">
-      <path d="M 297.0202,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip891">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip891)">
-      <path d="M 290.1093,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip892">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip892)">
-      <path d="M 283.1984,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip893">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip893)">
-      <path d="M 276.2875,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip894">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip894)">
-      <path d="M 269.3766,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip895">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip895)">
-      <path d="M 262.4657,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip896">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip896)">
-      <path d="M 255.5548,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip897">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip897)">
-      <path d="M 248.6439,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip898">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip898)">
-      <path d="M 241.7330,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip899">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip899)">
-      <path d="M 234.8221,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip900">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip900)">
-      <path d="M 227.9112,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip901">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip901)">
-      <path d="M 221.0003,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip902">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip902)">
-      <path d="M 214.0894,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip903">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip903)">
-      <path d="M 207.1785,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip904">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip904)">
-      <path d="M 200.2676,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip905">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip905)">
-      <path d="M 193.3567,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip906">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip906)">
-      <path d="M 186.4458,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip907">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip907)">
-      <path d="M 179.5349,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip908">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip908)">
-      <path d="M 172.6240,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip909">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip909)">
-      <path d="M 172.6240,121.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip910">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip910)">
-      <path d="M 172.6240,156.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip911">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip911)">
-      <path d="M 172.6240,190.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip912">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip912)">
-      <path d="M 172.6240,225.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip913">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip913)">
-      <path d="M 172.6240,260.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip914">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip914)">
-      <path d="M 172.6240,294.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip915">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip915)">
-      <path d="M 172.6240,329.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip916">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip916)">
-      <path d="M 172.6240,363.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip917">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip917)">
-      <path d="M 172.6240,398.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip918">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip918)">
-      <path d="M 172.6240,432.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip919">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip919)">
-      <path d="M 172.6240,467.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip920">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip920)">
-      <path d="M 518.1689,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip921">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip921)">
-      <path d="M 483.6144,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip922">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip922)">
-      <path d="M 449.0599,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip923">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip923)">
-      <path d="M 414.5054,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip924">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip924)">
-      <path d="M 379.9509,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip925">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip925)">
-      <path d="M 345.3965,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip926">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip926)">
-      <path d="M 310.8420,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip927">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip927)">
-      <path d="M 276.2875,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip928">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip928)">
-      <path d="M 241.7330,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip929">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip929)">
-      <path d="M 207.1785,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip930">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip930)">
-      <path d="M 172.6240,467.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip931">
-        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip931)">
-      <path d="M 544.9486,527.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip932">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip932)">
-      <path d="M -16.8098,271.4949 ZM -12.0421,262.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 0.5877,271.4949 ZM 11.1547,264.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 11.1547,264.2058 ZM 11.1547,267.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 18.3979,271.4949 ZM 24.6785,266.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 26.0309,271.4949 ZM 27.3603,261.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 36.0706,271.4949 ZM 37.3771,270.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 41.0904,271.4949 ZM 46.1103,259.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 46.1103,259.0484 ZM 46.0186,271.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip933">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip933)">
-      <path d="M 173.3774,409.7128 ZM 177.8930,400.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 190.4999,409.7128 ZM 201.0668,402.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 201.0668,402.4237 ZM 201.0668,405.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 208.3101,409.7128 ZM 214.5906,404.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 215.9430,409.7128 ZM 220.2523,398.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 225.9827,409.7128 ZM 227.2893,408.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 231.0026,409.7128 ZM 236.0224,397.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 236.0224,397.2663 ZM 235.9308,409.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip934">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip934)">
-      <path d="M 212.3930,264.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip935">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip935)">
-      <path d="M 207.2098,368.2474 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip936">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip936)">
-      <path d="M 68.9919,264.5840 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip937">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip937)">
-      <path d="M 138.1009,-11.8519 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip938">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip938)">
-      <path d="M 179.6866,-1.8466 ZM 186.8382,-15.9435 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 205.7830,-1.8466 ZM 221.6333,-12.7803 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 221.6333,-12.7803 ZM 221.6333,-8.4825 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 232.4982,-1.8466 ZM 239.2716,-15.6684 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 249.5864,-1.8466 ZM 252.0963,-22.0292 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 268.7375,-1.8466 ZM 278.1583,-9.9609 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 288.7825,-1.8466 ZM 296.2091,-20.6539 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip939">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip939)">
-      <path d="M 414.5368,368.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip940">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip940)">
-      <path d="M 68.9919,22.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip941">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip941)">
-      <path d="M 68.9919,29.6134 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip942">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip942)">
-      <path d="M 68.9919,36.5243 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip943">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip943)">
-      <path d="M 68.9919,43.4352 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip944">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip944)">
-      <path d="M 68.9919,50.3461 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip945">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip945)">
-      <path d="M 68.9919,57.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip946">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip946)">
-      <path d="M 68.9919,64.1679 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip947">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip947)">
-      <path d="M 68.9919,71.0788 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip948">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip948)">
-      <path d="M 68.9919,77.9897 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip949">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip949)">
-      <path d="M 68.9919,84.9006 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip950">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip950)">
-      <path d="M 68.9919,91.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip951">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip951)">
-      <path d="M 68.9919,98.7224 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip952">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip952)">
-      <path d="M 68.9919,105.6333 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip953">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip953)">
-      <path d="M 68.9919,112.5442 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip954">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip954)">
-      <path d="M 68.9919,119.4551 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip955">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip955)">
-      <path d="M 68.9919,126.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip956">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip956)">
-      <path d="M 68.9919,133.2769 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip957">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip957)">
-      <path d="M 68.9919,140.1878 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip958">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip958)">
-      <path d="M 68.9919,147.0987 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip959">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip959)">
-      <path d="M 68.9919,154.0096 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip960">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip960)">
-      <path d="M 68.9919,160.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip961">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip961)">
-      <path d="M 68.9919,167.8314 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip962">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip962)">
-      <path d="M 68.9919,174.7423 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip963">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip963)">
-      <path d="M 68.9919,181.6532 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip964">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip964)">
-      <path d="M 68.9919,188.5641 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip965">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip965)">
-      <path d="M 68.9919,195.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip966">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip966)">
-      <path d="M 68.9919,202.3859 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip967">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip967)">
-      <path d="M 68.9919,209.2968 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip968">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip968)">
-      <path d="M 68.9919,216.2077 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip969">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip969)">
-      <path d="M 68.9919,223.1186 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip970">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip970)">
-      <path d="M 68.9919,230.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip971">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip971)">
-      <path d="M 68.9919,236.9404 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip972">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip972)">
-      <path d="M 68.9919,243.8513 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip973">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip973)">
-      <path d="M 68.9919,250.7622 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip974">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip974)">
-      <path d="M 68.9919,257.6731 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip975">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip975)">
-      <path d="M 68.9919,264.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip976">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip976)">
-      <path d="M 68.9919,271.4949 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip977">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip977)">
-      <path d="M 68.9919,278.4058 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip978">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip978)">
-      <path d="M 68.9919,285.3167 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip979">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip979)">
-      <path d="M 68.9919,292.2276 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip980">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip980)">
-      <path d="M 68.9919,299.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip981">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip981)">
-      <path d="M 68.9919,306.0494 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip982">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip982)">
-      <path d="M 68.9919,312.9603 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip983">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip983)">
-      <path d="M 68.9919,319.8712 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip984">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip984)">
-      <path d="M 68.9919,326.7821 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip985">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip985)">
-      <path d="M 68.9919,333.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip986">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip986)">
-      <path d="M 68.9919,340.6039 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip987">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip987)">
-      <path d="M 68.9919,347.5148 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip988">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip988)">
-      <path d="M 68.9919,354.4257 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip989">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip989)">
-      <path d="M 68.9919,361.3366 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip990">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip990)">
-      <path d="M 68.9919,368.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip991">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip991)">
-      <path d="M 414.5368,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip992">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip992)">
-      <path d="M 407.6259,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip993">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip993)">
-      <path d="M 400.7150,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip994">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip994)">
-      <path d="M 393.8041,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip995">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip995)">
-      <path d="M 386.8932,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip996">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip996)">
-      <path d="M 379.9823,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip997">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip997)">
-      <path d="M 373.0714,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip998">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip998)">
-      <path d="M 366.1605,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip999">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip999)">
-      <path d="M 359.2496,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1000">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1000)">
-      <path d="M 352.3387,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1001">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1001)">
-      <path d="M 345.4278,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1002">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1002)">
-      <path d="M 338.5169,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1003">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1003)">
-      <path d="M 331.6060,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1004">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1004)">
-      <path d="M 324.6951,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1005">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1005)">
-      <path d="M 317.7842,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1006">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1006)">
-      <path d="M 310.8733,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1007">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1007)">
-      <path d="M 303.9624,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1008">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1008)">
-      <path d="M 297.0515,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1009">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1009)">
-      <path d="M 290.1406,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1010">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1010)">
-      <path d="M 283.2297,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1011">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1011)">
-      <path d="M 276.3188,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1012">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1012)">
-      <path d="M 269.4079,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1013">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1013)">
-      <path d="M 262.4970,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1014">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1014)">
-      <path d="M 255.5861,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1015">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1015)">
-      <path d="M 248.6752,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1016">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1016)">
-      <path d="M 241.7643,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1017">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1017)">
-      <path d="M 234.8534,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1018">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1018)">
-      <path d="M 227.9425,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1019">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1019)">
-      <path d="M 221.0316,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1020">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1020)">
-      <path d="M 214.1207,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1021">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1021)">
-      <path d="M 207.2098,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1022">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1022)">
-      <path d="M 200.2989,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1023">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1023)">
-      <path d="M 193.3881,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1024">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1024)">
-      <path d="M 186.4772,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1025">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1025)">
-      <path d="M 179.5663,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1026">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1026)">
-      <path d="M 172.6554,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1027">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1027)">
-      <path d="M 165.7445,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1028">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1028)">
-      <path d="M 158.8336,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1029">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1029)">
-      <path d="M 151.9227,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1030">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1030)">
-      <path d="M 145.0118,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1031">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1031)">
-      <path d="M 138.1009,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1032">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1032)">
-      <path d="M 131.1900,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1033">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1033)">
-      <path d="M 124.2791,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1034">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1034)">
-      <path d="M 117.3682,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1035">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1035)">
-      <path d="M 110.4573,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1036">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1036)">
-      <path d="M 103.5464,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1037">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1037)">
-      <path d="M 96.6355,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1038">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1038)">
-      <path d="M 89.7246,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1039">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1039)">
-      <path d="M 82.8137,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1040">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1040)">
-      <path d="M 75.9028,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1041">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1041)">
-      <path d="M 68.9919,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1042">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1042)">
-      <path d="M 68.9919,22.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1043">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1043)">
-      <path d="M 68.9919,57.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1044">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1044)">
-      <path d="M 68.9919,91.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1045">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1045)">
-      <path d="M 68.9919,126.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1046">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1046)">
-      <path d="M 68.9919,160.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1047">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1047)">
-      <path d="M 68.9919,195.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1048">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1048)">
-      <path d="M 68.9919,230.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1049">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1049)">
-      <path d="M 68.9919,264.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1050">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1050)">
-      <path d="M 68.9919,299.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1051">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1051)">
-      <path d="M 68.9919,333.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1052">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1052)">
-      <path d="M 68.9919,368.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1053">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1053)">
-      <path d="M 414.5368,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1054">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1054)">
-      <path d="M 379.9823,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1055">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1055)">
-      <path d="M 345.4278,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1056">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1056)">
-      <path d="M 310.8733,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1057">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1057)">
-      <path d="M 276.3188,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1058">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1058)">
-      <path d="M 241.7643,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1059">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1059)">
-      <path d="M 207.2098,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1060">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1060)">
-      <path d="M 172.6554,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1061">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1061)">
-      <path d="M 138.1009,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1062">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1062)">
-      <path d="M 103.5464,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1063">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1063)">
-      <path d="M 68.9919,368.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1064">
-        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1064)">
-      <path d="M 441.3165,427.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1065">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1065)">
-      <path d="M -120.4420,172.3213 ZM -115.6742,162.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -103.0444,172.3213 ZM -92.4775,165.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -92.4775,165.0322 ZM -92.4775,167.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -85.2342,172.3213 ZM -78.9536,166.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -77.6013,172.3213 ZM -76.2718,162.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -67.5615,172.3213 ZM -66.2550,171.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -62.5417,172.3213 ZM -57.5218,159.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -57.5218,159.8748 ZM -57.6135,172.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1066">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1066)">
-      <path d="M 69.7453,310.5393 ZM 74.2609,301.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 86.8678,310.5393 ZM 97.4347,303.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 97.4347,303.2502 ZM 97.4347,306.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 104.6780,310.5393 ZM 110.9585,305.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 112.3109,310.5393 ZM 116.6202,299.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 122.3506,310.5393 ZM 123.6572,309.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 127.3705,310.5393 ZM 132.3903,298.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 132.3903,298.0928 ZM 132.2986,310.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1067">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1067)">
-      <path d="M 108.7609,165.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1068">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1068)">
-      <path d="M 103.5777,269.0739 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1069">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1069)">
-      <path d="M -34.6402,165.4104 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1070">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1070)">
-      <path d="M 34.4688,-111.0255 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1071">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1071)">
-      <path d="M 76.0545,-101.0202 ZM 83.2061,-115.1170 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 102.1509,-101.0202 ZM 118.0012,-111.9538 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 118.0012,-111.9538 ZM 118.0012,-107.6560 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 128.8661,-101.0202 ZM 135.6395,-114.8420 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 145.9543,-101.0202 ZM 148.4642,-121.2027 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 165.1054,-101.0202 ZM 174.5262,-109.1345 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 185.1504,-101.0202 ZM 192.5770,-119.8274 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1072">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1072)">
-      <path d="M 310.9047,269.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1073">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1073)">
-      <path d="M -34.6402,-76.4710 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1074">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1074)">
-      <path d="M -34.6402,-69.5601 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1075">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1075)">
-      <path d="M -34.6402,-62.6492 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1076">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1076)">
-      <path d="M -34.6402,-55.7383 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1077">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1077)">
-      <path d="M -34.6402,-48.8274 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1078">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1078)">
-      <path d="M -34.6402,-41.9165 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1079">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1079)">
-      <path d="M -34.6402,-35.0056 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1080">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1080)">
-      <path d="M -34.6402,-28.0947 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1081">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1081)">
-      <path d="M -34.6402,-21.1838 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1082">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1082)">
-      <path d="M -34.6402,-14.2729 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1083">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1083)">
-      <path d="M -34.6402,-7.3620 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1084">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1084)">
-      <path d="M -34.6402,-0.4511 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1085">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1085)">
-      <path d="M -34.6402,6.4598 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1086">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1086)">
-      <path d="M -34.6402,13.3707 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1087">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1087)">
-      <path d="M -34.6402,20.2816 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1088">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1088)">
-      <path d="M -34.6402,27.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1089">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1089)">
-      <path d="M -34.6402,34.1034 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1090">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1090)">
-      <path d="M -34.6402,41.0143 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1091">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1091)">
-      <path d="M -34.6402,47.9252 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1092">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1092)">
-      <path d="M -34.6402,54.8361 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1093">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1093)">
-      <path d="M -34.6402,61.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1094">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1094)">
-      <path d="M -34.6402,68.6579 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1095">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1095)">
-      <path d="M -34.6402,75.5687 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1096">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1096)">
-      <path d="M -34.6402,82.4796 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1097">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1097)">
-      <path d="M -34.6402,89.3905 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1098">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1098)">
-      <path d="M -34.6402,96.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1099">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1099)">
-      <path d="M -34.6402,103.2123 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1100">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1100)">
-      <path d="M -34.6402,110.1232 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1101">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1101)">
-      <path d="M -34.6402,117.0341 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1102">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1102)">
-      <path d="M -34.6402,123.9450 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1103">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1103)">
-      <path d="M -34.6402,130.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1104">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1104)">
-      <path d="M -34.6402,137.7668 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1105">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1105)">
-      <path d="M -34.6402,144.6777 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1106">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1106)">
-      <path d="M -34.6402,151.5886 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1107">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1107)">
-      <path d="M -34.6402,158.4995 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1108">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1108)">
-      <path d="M -34.6402,165.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1109">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1109)">
-      <path d="M -34.6402,172.3213 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1110">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1110)">
-      <path d="M -34.6402,179.2322 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1111">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1111)">
-      <path d="M -34.6402,186.1431 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1112">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1112)">
-      <path d="M -34.6402,193.0540 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1113">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1113)">
-      <path d="M -34.6402,199.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1114">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1114)">
-      <path d="M -34.6402,206.8758 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1115">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1115)">
-      <path d="M -34.6402,213.7867 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1116">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1116)">
-      <path d="M -34.6402,220.6976 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1117">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1117)">
-      <path d="M -34.6402,227.6085 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1118">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1118)">
-      <path d="M -34.6402,234.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1119">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1119)">
-      <path d="M -34.6402,241.4303 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1120">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1120)">
-      <path d="M -34.6402,248.3412 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1121">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1121)">
-      <path d="M -34.6402,255.2521 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1122">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1122)">
-      <path d="M -34.6402,262.1630 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1123">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1123)">
-      <path d="M -34.6402,269.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1124">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1124)">
-      <path d="M 310.9047,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1125">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1125)">
-      <path d="M 303.9938,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1126">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1126)">
-      <path d="M 297.0829,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1127">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1127)">
-      <path d="M 290.1720,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1128">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1128)">
-      <path d="M 283.2611,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1129">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1129)">
-      <path d="M 276.3502,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1130">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1130)">
-      <path d="M 269.4393,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1131">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1131)">
-      <path d="M 262.5284,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1132">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1132)">
-      <path d="M 255.6175,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1133">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1133)">
-      <path d="M 248.7066,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1134">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1134)">
-      <path d="M 241.7957,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1135">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1135)">
-      <path d="M 234.8848,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1136">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1136)">
-      <path d="M 227.9739,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1137">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1137)">
-      <path d="M 221.0630,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1138">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1138)">
-      <path d="M 214.1521,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1139">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1139)">
-      <path d="M 207.2412,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1140">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1140)">
-      <path d="M 200.3303,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1141">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1141)">
-      <path d="M 193.4194,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1142">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1142)">
-      <path d="M 186.5085,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1143">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1143)">
-      <path d="M 179.5976,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1144">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1144)">
-      <path d="M 172.6867,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1145">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1145)">
-      <path d="M 165.7758,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1146">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1146)">
-      <path d="M 158.8649,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1147">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1147)">
-      <path d="M 151.9540,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1148">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1148)">
-      <path d="M 145.0431,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1149">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1149)">
-      <path d="M 138.1322,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1150">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1150)">
-      <path d="M 131.2213,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1151">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1151)">
-      <path d="M 124.3104,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1152">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1152)">
-      <path d="M 117.3995,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1153">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1153)">
-      <path d="M 110.4886,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1154">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1154)">
-      <path d="M 103.5777,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1155">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1155)">
-      <path d="M 96.6668,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1156">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1156)">
-      <path d="M 89.7559,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1157">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1157)">
-      <path d="M 82.8450,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1158">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1158)">
-      <path d="M 75.9341,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1159">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1159)">
-      <path d="M 69.0232,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1160">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1160)">
-      <path d="M 62.1123,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1161">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1161)">
-      <path d="M 55.2014,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1162">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1162)">
-      <path d="M 48.2905,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1163">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1163)">
-      <path d="M 41.3796,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1164">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1164)">
-      <path d="M 34.4688,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1165">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1165)">
-      <path d="M 27.5579,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1166">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1166)">
-      <path d="M 20.6470,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1167">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1167)">
-      <path d="M 13.7361,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1168">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1168)">
-      <path d="M 6.8252,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1169">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1169)">
-      <path d="M -0.0857,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1170">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1170)">
-      <path d="M -6.9966,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1171">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1171)">
-      <path d="M -13.9075,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1172">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1172)">
-      <path d="M -20.8184,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1173">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1173)">
-      <path d="M -27.7293,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1174">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1174)">
-      <path d="M -34.6402,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1175">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1175)">
-      <path d="M -34.6402,-76.4710 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1176">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1176)">
-      <path d="M -34.6402,-41.9165 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1177">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1177)">
-      <path d="M -34.6402,-7.3620 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1178">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1178)">
-      <path d="M -34.6402,27.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1179">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1179)">
-      <path d="M -34.6402,61.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1180">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1180)">
-      <path d="M -34.6402,96.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1181">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1181)">
-      <path d="M -34.6402,130.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1182">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1182)">
-      <path d="M -34.6402,165.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1183">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1183)">
-      <path d="M -34.6402,199.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1184">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1184)">
-      <path d="M -34.6402,234.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1185">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1185)">
-      <path d="M -34.6402,269.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1186">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1186)">
-      <path d="M 310.9047,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1187">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1187)">
-      <path d="M 276.3502,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1188">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1188)">
-      <path d="M 241.7957,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1189">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1189)">
-      <path d="M 207.2412,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1190">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1190)">
-      <path d="M 172.6867,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1191">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1191)">
-      <path d="M 138.1322,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1192">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1192)">
-      <path d="M 103.5777,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1193">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1193)">
-      <path d="M 69.0232,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1194">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1194)">
-      <path d="M 34.4688,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1195">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1195)">
-      <path d="M -0.0857,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1196">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1196)">
-      <path d="M -34.6402,269.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1197">
-        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1197)">
-      <path d="M 337.6844,328.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1198">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1198)">
-      <path d="M -224.0741,73.1478 ZM -219.3063,63.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -206.6765,73.1478 ZM -196.1096,65.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -196.1096,65.8587 ZM -196.1096,68.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -188.8663,73.1478 ZM -182.5858,67.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -181.2334,73.1478 ZM -179.9039,62.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -171.1937,73.1478 ZM -169.8871,72.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -166.1738,73.1478 ZM -161.1539,60.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -161.1539,60.7013 ZM -161.2456,73.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1199">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1199)">
-      <path d="M -33.8868,211.3657 ZM -29.3713,202.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM -16.7643,211.3657 ZM -6.1974,204.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -6.1974,204.0766 ZM -6.1974,206.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 1.0459,211.3657 ZM 7.3264,205.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 8.6788,211.3657 ZM 12.9881,200.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 18.7185,211.3657 ZM 20.0250,210.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 23.7384,211.3657 ZM 28.7582,198.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 28.7582,198.9192 ZM 28.6665,211.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1200">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1200)">
-      <path d="M 5.1288,66.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1201">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1201)">
-      <path d="M -0.0544,169.9003 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1202">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1202)">
-      <path d="M -138.2723,66.2369 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1203">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1203)">
-      <path d="M -69.1634,-210.1991 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1204">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1204)">
-      <path d="M -27.5776,-200.1937 ZM -20.4261,-214.2906 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM -1.4813,-200.1937 ZM 14.3691,-211.1274 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 14.3691,-211.1274 ZM 14.3691,-206.8296 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 25.2340,-200.1937 ZM 32.0074,-214.0155 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 42.3221,-200.1937 ZM 44.8321,-220.3763 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 61.4732,-200.1937 ZM 70.8941,-208.3080 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 81.5183,-200.1937 ZM 88.9449,-219.0010 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1205">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1205)">
-      <path d="M 207.2726,169.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1206">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1206)">
-      <path d="M -138.2723,-175.6446 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1207">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1207)">
-      <path d="M -138.2723,-168.7337 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1208">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1208)">
-      <path d="M -138.2723,-161.8228 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1209">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1209)">
-      <path d="M -138.2723,-154.9119 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1210">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1210)">
-      <path d="M -138.2723,-148.0010 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1211">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1211)">
-      <path d="M -138.2723,-141.0901 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1212">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1212)">
-      <path d="M -138.2723,-134.1792 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1213">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1213)">
-      <path d="M -138.2723,-127.2683 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1214">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1214)">
-      <path d="M -138.2723,-120.3574 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1215">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1215)">
-      <path d="M -138.2723,-113.4465 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1216">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1216)">
-      <path d="M -138.2723,-106.5356 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1217">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1217)">
-      <path d="M -138.2723,-99.6247 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1218">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1218)">
-      <path d="M -138.2723,-92.7138 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1219">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1219)">
-      <path d="M -138.2723,-85.8029 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1220">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1220)">
-      <path d="M -138.2723,-78.8920 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1221">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1221)">
-      <path d="M -138.2723,-71.9811 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1222">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1222)">
-      <path d="M -138.2723,-65.0702 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1223">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1223)">
-      <path d="M -138.2723,-58.1593 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1224">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1224)">
-      <path d="M -138.2723,-51.2484 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1225">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1225)">
-      <path d="M -138.2723,-44.3375 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1226">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1226)">
-      <path d="M -138.2723,-37.4266 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1227">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1227)">
-      <path d="M -138.2723,-30.5157 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1228">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1228)">
-      <path d="M -138.2723,-23.6048 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1229">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1229)">
-      <path d="M -138.2723,-16.6939 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1230">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1230)">
-      <path d="M -138.2723,-9.7830 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1231">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1231)">
-      <path d="M -138.2723,-2.8721 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1232">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1232)">
-      <path d="M -138.2723,4.0388 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1233">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1233)">
-      <path d="M -138.2723,10.9497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1234">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1234)">
-      <path d="M -138.2723,17.8606 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1235">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1235)">
-      <path d="M -138.2723,24.7715 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1236">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1236)">
-      <path d="M -138.2723,31.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1237">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1237)">
-      <path d="M -138.2723,38.5933 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1238">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1238)">
-      <path d="M -138.2723,45.5042 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1239">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1239)">
-      <path d="M -138.2723,52.4151 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1240">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1240)">
-      <path d="M -138.2723,59.3260 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1241">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1241)">
-      <path d="M -138.2723,66.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1242">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1242)">
-      <path d="M -138.2723,73.1478 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1243">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1243)">
-      <path d="M -138.2723,80.0587 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1244">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1244)">
-      <path d="M -138.2723,86.9696 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1245">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1245)">
-      <path d="M -138.2723,93.8805 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1246">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1246)">
-      <path d="M -138.2723,100.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1247">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1247)">
-      <path d="M -138.2723,107.7023 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1248">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1248)">
-      <path d="M -138.2723,114.6132 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1249">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1249)">
-      <path d="M -138.2723,121.5241 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1250">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1250)">
-      <path d="M -138.2723,128.4350 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1251">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1251)">
-      <path d="M -138.2723,135.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1252">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1252)">
-      <path d="M -138.2723,142.2567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1253">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1253)">
-      <path d="M -138.2723,149.1676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1254">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1254)">
-      <path d="M -138.2723,156.0785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1255">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1255)">
-      <path d="M -138.2723,162.9894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1256">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1256)">
-      <path d="M -138.2723,169.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1257">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1257)">
-      <path d="M 207.2726,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1258">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1258)">
-      <path d="M 200.3617,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1259">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1259)">
-      <path d="M 193.4508,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1260">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1260)">
-      <path d="M 186.5399,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1261">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1261)">
-      <path d="M 179.6290,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1262">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1262)">
-      <path d="M 172.7181,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1263">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1263)">
-      <path d="M 165.8072,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1264">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1264)">
-      <path d="M 158.8963,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1265">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1265)">
-      <path d="M 151.9854,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1266">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1266)">
-      <path d="M 145.0745,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1267">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1267)">
-      <path d="M 138.1636,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1268">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1268)">
-      <path d="M 131.2527,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1269">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1269)">
-      <path d="M 124.3418,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1270">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1270)">
-      <path d="M 117.4309,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1271">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1271)">
-      <path d="M 110.5200,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1272">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1272)">
-      <path d="M 103.6091,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1273">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1273)">
-      <path d="M 96.6982,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1274">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1274)">
-      <path d="M 89.7873,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1275">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1275)">
-      <path d="M 82.8764,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1276">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1276)">
-      <path d="M 75.9655,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1277">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1277)">
-      <path d="M 69.0546,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1278">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1278)">
-      <path d="M 62.1437,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1279">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1279)">
-      <path d="M 55.2328,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1280">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1280)">
-      <path d="M 48.3219,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1281">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1281)">
-      <path d="M 41.4110,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1282">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1282)">
-      <path d="M 34.5001,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1283">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1283)">
-      <path d="M 27.5892,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1284">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1284)">
-      <path d="M 20.6783,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1285">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1285)">
-      <path d="M 13.7674,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1286">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1286)">
-      <path d="M 6.8565,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1287">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1287)">
-      <path d="M -0.0544,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1288">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1288)">
-      <path d="M -6.9653,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1289">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1289)">
-      <path d="M -13.8762,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1290">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1290)">
-      <path d="M -20.7871,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1291">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1291)">
-      <path d="M -27.6980,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1292">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1292)">
-      <path d="M -34.6089,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1293">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1293)">
-      <path d="M -41.5198,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1294">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1294)">
-      <path d="M -48.4307,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1295">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1295)">
-      <path d="M -55.3416,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1296">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1296)">
-      <path d="M -62.2525,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1297">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1297)">
-      <path d="M -69.1634,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1298">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1298)">
-      <path d="M -76.0743,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1299">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1299)">
-      <path d="M -82.9852,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1300">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1300)">
-      <path d="M -89.8961,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1301">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1301)">
-      <path d="M -96.8070,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1302">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1302)">
-      <path d="M -103.7179,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1303">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1303)">
-      <path d="M -110.6288,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1304">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1304)">
-      <path d="M -117.5396,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1305">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1305)">
-      <path d="M -124.4505,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1306">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1306)">
-      <path d="M -131.3614,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1307">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1307)">
-      <path d="M -138.2723,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1308">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1308)">
-      <path d="M -138.2723,-175.6446 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1309">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1309)">
-      <path d="M -138.2723,-141.0901 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1310">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1310)">
-      <path d="M -138.2723,-106.5356 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1311">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1311)">
-      <path d="M -138.2723,-71.9811 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1312">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1312)">
-      <path d="M -138.2723,-37.4266 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1313">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1313)">
-      <path d="M -138.2723,-2.8721 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1314">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1314)">
-      <path d="M -138.2723,31.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1315">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1315)">
-      <path d="M -138.2723,66.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1316">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1316)">
-      <path d="M -138.2723,100.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1317">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1317)">
-      <path d="M -138.2723,135.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1318">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1318)">
-      <path d="M -138.2723,169.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1319">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1319)">
-      <path d="M 207.2726,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1320">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1320)">
-      <path d="M 172.7181,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1321">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1321)">
-      <path d="M 138.1636,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1322">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1322)">
-      <path d="M 103.6091,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1323">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1323)">
-      <path d="M 69.0546,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1324">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1324)">
-      <path d="M 34.5001,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1325">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1325)">
-      <path d="M -0.0544,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1326">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1326)">
-      <path d="M -34.6089,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1327">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1327)">
-      <path d="M -69.1634,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1328">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1328)">
-      <path d="M -103.7179,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1329">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1329)">
-      <path d="M -138.2723,169.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1330">
-        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1330)">
-      <path d="M 234.0523,229.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1331">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1331)">
-      <path d="M 284.6654,589.8420 ZM 289.4331,580.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 302.0630,589.8420 ZM 312.6299,582.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 312.6299,582.5529 ZM 312.6299,585.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 319.8732,589.8420 ZM 326.1537,584.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 327.5061,589.8420 ZM 328.8356,579.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 337.5458,589.8420 ZM 338.8523,588.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 342.5657,589.8420 ZM 347.5855,577.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 347.5855,577.3955 ZM 347.4938,590.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1332">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1332)">
-      <path d="M 474.8526,728.0599 ZM 479.3682,718.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 491.9752,728.0599 ZM 502.5421,720.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 502.5421,720.7708 ZM 502.5421,723.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 509.7853,728.0599 ZM 516.0659,722.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 517.4183,728.0599 ZM 521.7275,717.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 527.4580,728.0599 ZM 528.7645,727.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 532.4778,728.0599 ZM 537.4977,715.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 537.4977,715.6135 ZM 537.4060,728.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1333">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1333)">
-      <path d="M 513.8683,582.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1334">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1334)">
-      <path d="M 508.6851,686.5946 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1335">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1335)">
-      <path d="M 370.4671,582.9311 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1336">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1336)">
-      <path d="M 439.5761,306.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1337">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1337)">
-      <path d="M 481.1618,316.5005 ZM 488.3134,302.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 507.2582,316.5005 ZM 523.1086,305.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 523.1086,305.5668 ZM 523.1086,309.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 533.9735,316.5005 ZM 540.7468,302.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 551.0616,316.5005 ZM 553.5715,296.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 570.2127,316.5005 ZM 579.6335,308.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 590.2578,316.5005 ZM 597.6844,297.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1338">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1338)">
-      <path d="M 716.0120,686.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1339">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1339)">
-      <path d="M 370.4671,341.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1340">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1340)">
-      <path d="M 370.4671,347.9605 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1341">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1341)">
-      <path d="M 370.4671,354.8714 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1342">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1342)">
-      <path d="M 370.4671,361.7823 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1343">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1343)">
-      <path d="M 370.4671,368.6932 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1344">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1344)">
-      <path d="M 370.4671,375.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1345">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1345)">
-      <path d="M 370.4671,382.5150 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1346">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1346)">
-      <path d="M 370.4671,389.4259 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1347">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1347)">
-      <path d="M 370.4671,396.3368 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1348">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1348)">
-      <path d="M 370.4671,403.2477 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1349">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1349)">
-      <path d="M 370.4671,410.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1350">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1350)">
-      <path d="M 370.4671,417.0695 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1351">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1351)">
-      <path d="M 370.4671,423.9804 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1352">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1352)">
-      <path d="M 370.4671,430.8913 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1353">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1353)">
-      <path d="M 370.4671,437.8022 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1354">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1354)">
-      <path d="M 370.4671,444.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1355">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1355)">
-      <path d="M 370.4671,451.6240 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1356">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1356)">
-      <path d="M 370.4671,458.5349 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1357">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1357)">
-      <path d="M 370.4671,465.4458 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1358">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1358)">
-      <path d="M 370.4671,472.3567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1359">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1359)">
-      <path d="M 370.4671,479.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1360">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1360)">
-      <path d="M 370.4671,486.1785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1361">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1361)">
-      <path d="M 370.4671,493.0894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1362">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1362)">
-      <path d="M 370.4671,500.0003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1363">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1363)">
-      <path d="M 370.4671,506.9112 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1364">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1364)">
-      <path d="M 370.4671,513.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1365">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1365)">
-      <path d="M 370.4671,520.7330 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1366">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1366)">
-      <path d="M 370.4671,527.6439 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1367">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1367)">
-      <path d="M 370.4671,534.5548 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1368">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1368)">
-      <path d="M 370.4671,541.4657 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1369">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1369)">
-      <path d="M 370.4671,548.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1370">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1370)">
-      <path d="M 370.4671,555.2875 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1371">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1371)">
-      <path d="M 370.4671,562.1984 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1372">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1372)">
-      <path d="M 370.4671,569.1093 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1373">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1373)">
-      <path d="M 370.4671,576.0202 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1374">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1374)">
-      <path d="M 370.4671,582.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1375">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1375)">
-      <path d="M 370.4671,589.8420 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1376">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1376)">
-      <path d="M 370.4671,596.7529 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1377">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1377)">
-      <path d="M 370.4671,603.6638 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1378">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1378)">
-      <path d="M 370.4671,610.5747 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1379">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1379)">
-      <path d="M 370.4671,617.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1380">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1380)">
-      <path d="M 370.4671,624.3965 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1381">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1381)">
-      <path d="M 370.4671,631.3074 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1382">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1382)">
-      <path d="M 370.4671,638.2183 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1383">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1383)">
-      <path d="M 370.4671,645.1292 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1384">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1384)">
-      <path d="M 370.4671,652.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1385">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1385)">
-      <path d="M 370.4671,658.9510 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1386">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1386)">
-      <path d="M 370.4671,665.8619 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1387">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1387)">
-      <path d="M 370.4671,672.7728 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1388">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1388)">
-      <path d="M 370.4671,679.6837 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1389">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1389)">
-      <path d="M 370.4671,686.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1390">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1390)">
-      <path d="M 716.0120,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1391">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1391)">
-      <path d="M 709.1011,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1392">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1392)">
-      <path d="M 702.1902,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1393">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1393)">
-      <path d="M 695.2793,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1394">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1394)">
-      <path d="M 688.3684,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1395">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1395)">
-      <path d="M 681.4575,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1396">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1396)">
-      <path d="M 674.5466,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1397">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1397)">
-      <path d="M 667.6357,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1398">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1398)">
-      <path d="M 660.7248,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1399">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1399)">
-      <path d="M 653.8139,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1400">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1400)">
-      <path d="M 646.9031,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1401">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1401)">
-      <path d="M 639.9922,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1402">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1402)">
-      <path d="M 633.0813,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1403">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1403)">
-      <path d="M 626.1704,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1404">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1404)">
-      <path d="M 619.2595,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1405">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1405)">
-      <path d="M 612.3486,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1406">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1406)">
-      <path d="M 605.4377,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1407">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1407)">
-      <path d="M 598.5268,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1408">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1408)">
-      <path d="M 591.6159,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1409">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1409)">
-      <path d="M 584.7050,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1410">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1410)">
-      <path d="M 577.7941,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1411">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1411)">
-      <path d="M 570.8832,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1412">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1412)">
-      <path d="M 563.9723,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1413">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1413)">
-      <path d="M 557.0614,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1414">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1414)">
-      <path d="M 550.1505,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1415">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1415)">
-      <path d="M 543.2396,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1416">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1416)">
-      <path d="M 536.3287,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1417">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1417)">
-      <path d="M 529.4178,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1418">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1418)">
-      <path d="M 522.5069,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1419">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1419)">
-      <path d="M 515.5960,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1420">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1420)">
-      <path d="M 508.6851,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1421">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1421)">
-      <path d="M 501.7742,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1422">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1422)">
-      <path d="M 494.8633,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1423">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1423)">
-      <path d="M 487.9524,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1424">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1424)">
-      <path d="M 481.0415,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1425">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1425)">
-      <path d="M 474.1306,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1426">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1426)">
-      <path d="M 467.2197,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1427">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1427)">
-      <path d="M 460.3088,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1428">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1428)">
-      <path d="M 453.3979,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1429">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1429)">
-      <path d="M 446.4870,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1430">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1430)">
-      <path d="M 439.5761,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1431">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1431)">
-      <path d="M 432.6652,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1432">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1432)">
-      <path d="M 425.7543,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1433">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1433)">
-      <path d="M 418.8434,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1434">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1434)">
-      <path d="M 411.9325,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1435">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1435)">
-      <path d="M 405.0216,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1436">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1436)">
-      <path d="M 398.1107,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1437">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1437)">
-      <path d="M 391.1998,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1438">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1438)">
-      <path d="M 384.2889,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1439">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1439)">
-      <path d="M 377.3780,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1440">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1440)">
-      <path d="M 370.4671,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1441">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1441)">
-      <path d="M 370.4671,341.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1442">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1442)">
-      <path d="M 370.4671,375.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1443">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1443)">
-      <path d="M 370.4671,410.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1444">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1444)">
-      <path d="M 370.4671,444.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1445">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1445)">
-      <path d="M 370.4671,479.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1446">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1446)">
-      <path d="M 370.4671,513.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1447">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1447)">
-      <path d="M 370.4671,548.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1448">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1448)">
-      <path d="M 370.4671,582.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1449">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1449)">
-      <path d="M 370.4671,617.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1450">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1450)">
-      <path d="M 370.4671,652.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1451">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1451)">
-      <path d="M 370.4671,686.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1452">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1452)">
-      <path d="M 716.0120,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1453">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1453)">
-      <path d="M 681.4575,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1454">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1454)">
-      <path d="M 646.9031,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1455">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1455)">
-      <path d="M 612.3486,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1456">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1456)">
-      <path d="M 577.7941,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1457">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1457)">
-      <path d="M 543.2396,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1458">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1458)">
-      <path d="M 508.6851,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1459">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1459)">
-      <path d="M 474.1306,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1460">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1460)">
-      <path d="M 439.5761,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1461">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1461)">
-      <path d="M 405.0216,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1462">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1462)">
-      <path d="M 370.4671,686.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1463">
-        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1463)">
-      <path d="M 742.7918,746.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1464">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1464)">
-      <path d="M 181.0333,490.6684 ZM 185.8010,481.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 198.4309,490.6684 ZM 208.9978,483.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 208.9978,483.3793 ZM 208.9978,486.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 216.2410,490.6684 ZM 222.5216,485.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 223.8740,490.6684 ZM 225.2034,480.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 233.9137,490.6684 ZM 235.2202,489.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 238.9336,490.6684 ZM 243.9534,478.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 243.9534,478.2219 ZM 243.8617,490.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1465">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1465)">
-      <path d="M 371.2205,628.8864 ZM 375.7361,619.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 388.3430,628.8864 ZM 398.9100,621.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 398.9100,621.5973 ZM 398.9100,624.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 406.1532,628.8864 ZM 412.4338,623.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 413.7861,628.8864 ZM 418.0954,617.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 423.8259,628.8864 ZM 425.1324,627.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 428.8457,628.8864 ZM 433.8656,616.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 433.8656,616.4399 ZM 433.7739,629.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1466">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1466)">
-      <path d="M 410.2361,483.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1467">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1467)">
-      <path d="M 405.0530,587.4210 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1468">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1468)">
-      <path d="M 266.8350,483.7575 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1469">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1469)">
-      <path d="M 335.9440,207.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1470">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1470)">
-      <path d="M 377.5297,217.3269 ZM 384.6813,203.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 403.6261,217.3269 ZM 419.4765,206.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 419.4765,206.3933 ZM 419.4765,210.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 430.3414,217.3269 ZM 437.1147,203.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 447.4295,217.3269 ZM 449.9394,197.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 466.5806,217.3269 ZM 476.0014,209.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 486.6256,217.3269 ZM 494.0523,198.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1471">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1471)">
-      <path d="M 612.3799,587.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1472">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1472)">
-      <path d="M 266.8350,241.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1473">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1473)">
-      <path d="M 266.8350,248.7870 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1474">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1474)">
-      <path d="M 266.8350,255.6979 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1475">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1475)">
-      <path d="M 266.8350,262.6088 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1476">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1476)">
-      <path d="M 266.8350,269.5197 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1477">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1477)">
-      <path d="M 266.8350,276.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1478">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1478)">
-      <path d="M 266.8350,283.3415 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1479">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1479)">
-      <path d="M 266.8350,290.2524 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1480">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1480)">
-      <path d="M 266.8350,297.1633 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1481">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1481)">
-      <path d="M 266.8350,304.0742 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1482">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1482)">
-      <path d="M 266.8350,310.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1483">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1483)">
-      <path d="M 266.8350,317.8960 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1484">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1484)">
-      <path d="M 266.8350,324.8069 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1485">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1485)">
-      <path d="M 266.8350,331.7178 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1486">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1486)">
-      <path d="M 266.8350,338.6287 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1487">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1487)">
-      <path d="M 266.8350,345.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1488">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1488)">
-      <path d="M 266.8350,352.4505 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1489">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1489)">
-      <path d="M 266.8350,359.3614 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1490">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1490)">
-      <path d="M 266.8350,366.2723 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1491">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1491)">
-      <path d="M 266.8350,373.1832 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1492">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1492)">
-      <path d="M 266.8350,380.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1493">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1493)">
-      <path d="M 266.8350,387.0050 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1494">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1494)">
-      <path d="M 266.8350,393.9159 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1495">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1495)">
-      <path d="M 266.8350,400.8268 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1496">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1496)">
-      <path d="M 266.8350,407.7377 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1497">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1497)">
-      <path d="M 266.8350,414.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1498">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1498)">
-      <path d="M 266.8350,421.5594 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1499">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1499)">
-      <path d="M 266.8350,428.4703 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1500">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1500)">
-      <path d="M 266.8350,435.3812 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1501">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1501)">
-      <path d="M 266.8350,442.2921 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1502">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1502)">
-      <path d="M 266.8350,449.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1503">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1503)">
-      <path d="M 266.8350,456.1139 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1504">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1504)">
-      <path d="M 266.8350,463.0248 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1505">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1505)">
-      <path d="M 266.8350,469.9357 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1506">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1506)">
-      <path d="M 266.8350,476.8466 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1507">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1507)">
-      <path d="M 266.8350,483.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1508">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1508)">
-      <path d="M 266.8350,490.6684 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1509">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1509)">
-      <path d="M 266.8350,497.5793 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1510">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1510)">
-      <path d="M 266.8350,504.4902 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1511">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1511)">
-      <path d="M 266.8350,511.4011 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1512">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1512)">
-      <path d="M 266.8350,518.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1513">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1513)">
-      <path d="M 266.8350,525.2229 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1514">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1514)">
-      <path d="M 266.8350,532.1338 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1515">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1515)">
-      <path d="M 266.8350,539.0447 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1516">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1516)">
-      <path d="M 266.8350,545.9556 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1517">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1517)">
-      <path d="M 266.8350,552.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1518">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1518)">
-      <path d="M 266.8350,559.7774 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1519">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1519)">
-      <path d="M 266.8350,566.6883 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1520">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1520)">
-      <path d="M 266.8350,573.5992 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1521">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1521)">
-      <path d="M 266.8350,580.5101 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1522">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1522)">
-      <path d="M 266.8350,587.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1523">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1523)">
-      <path d="M 612.3799,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1524">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1524)">
-      <path d="M 605.4690,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1525">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1525)">
-      <path d="M 598.5581,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1526">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1526)">
-      <path d="M 591.6472,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1527">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1527)">
-      <path d="M 584.7363,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1528">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1528)">
-      <path d="M 577.8254,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1529">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1529)">
-      <path d="M 570.9145,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1530">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1530)">
-      <path d="M 564.0036,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1531">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1531)">
-      <path d="M 557.0927,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1532">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1532)">
-      <path d="M 550.1818,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1533">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1533)">
-      <path d="M 543.2709,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1534">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1534)">
-      <path d="M 536.3600,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1535">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1535)">
-      <path d="M 529.4491,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1536">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1536)">
-      <path d="M 522.5382,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1537">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1537)">
-      <path d="M 515.6273,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1538">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1538)">
-      <path d="M 508.7164,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1539">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1539)">
-      <path d="M 501.8055,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1540">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1540)">
-      <path d="M 494.8946,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1541">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1541)">
-      <path d="M 487.9838,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1542">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1542)">
-      <path d="M 481.0729,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1543">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1543)">
-      <path d="M 474.1620,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1544">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1544)">
-      <path d="M 467.2511,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1545">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1545)">
-      <path d="M 460.3402,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1546">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1546)">
-      <path d="M 453.4293,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1547">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1547)">
-      <path d="M 446.5184,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1548">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1548)">
-      <path d="M 439.6075,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1549">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1549)">
-      <path d="M 432.6966,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1550">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1550)">
-      <path d="M 425.7857,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1551">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1551)">
-      <path d="M 418.8748,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1552">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1552)">
-      <path d="M 411.9639,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1553">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1553)">
-      <path d="M 405.0530,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1554">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1554)">
-      <path d="M 398.1421,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1555">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1555)">
-      <path d="M 391.2312,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1556">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1556)">
-      <path d="M 384.3203,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1557">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1557)">
-      <path d="M 377.4094,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1558">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1558)">
-      <path d="M 370.4985,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1559">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1559)">
-      <path d="M 363.5876,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1560">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1560)">
-      <path d="M 356.6767,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1561">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1561)">
-      <path d="M 349.7658,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1562">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1562)">
-      <path d="M 342.8549,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1563">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1563)">
-      <path d="M 335.9440,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1564">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1564)">
-      <path d="M 329.0331,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1565">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1565)">
-      <path d="M 322.1222,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1566">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1566)">
-      <path d="M 315.2113,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1567">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1567)">
-      <path d="M 308.3004,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1568">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1568)">
-      <path d="M 301.3895,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1569">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1569)">
-      <path d="M 294.4786,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1570">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1570)">
-      <path d="M 287.5677,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1571">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1571)">
-      <path d="M 280.6568,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1572">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1572)">
-      <path d="M 273.7459,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1573">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1573)">
-      <path d="M 266.8350,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1574">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1574)">
-      <path d="M 266.8350,241.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1575">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1575)">
-      <path d="M 266.8350,276.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1576">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1576)">
-      <path d="M 266.8350,310.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1577">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1577)">
-      <path d="M 266.8350,345.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1578">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1578)">
-      <path d="M 266.8350,380.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1579">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1579)">
-      <path d="M 266.8350,414.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1580">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1580)">
-      <path d="M 266.8350,449.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1581">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1581)">
-      <path d="M 266.8350,483.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1582">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1582)">
-      <path d="M 266.8350,518.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1583">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1583)">
-      <path d="M 266.8350,552.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1584">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1584)">
-      <path d="M 266.8350,587.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1585">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1585)">
-      <path d="M 612.3799,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1586">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1586)">
-      <path d="M 577.8254,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1587">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1587)">
-      <path d="M 543.2709,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1588">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1588)">
-      <path d="M 508.7164,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1589">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1589)">
-      <path d="M 474.1620,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1590">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1590)">
-      <path d="M 439.6075,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1591">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1591)">
-      <path d="M 405.0530,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1592">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1592)">
-      <path d="M 370.4985,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1593">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1593)">
-      <path d="M 335.9440,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1594">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1594)">
-      <path d="M 301.3895,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1595">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1595)">
-      <path d="M 266.8350,587.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1596">
-        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1596)">
-      <path d="M 639.1596,647.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1597">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1597)">
-      <path d="M 77.4012,391.4949 ZM 82.1689,382.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 94.7988,391.4949 ZM 105.3657,384.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 105.3657,384.2058 ZM 105.3657,387.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 112.6089,391.4949 ZM 118.8895,386.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 120.2419,391.4949 ZM 121.5713,381.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 130.2816,391.4949 ZM 131.5881,390.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 135.3014,391.4949 ZM 140.3213,379.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 140.3213,379.0484 ZM 140.2296,391.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1598">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1598)">
-      <path d="M 267.5884,529.7128 ZM 272.1040,520.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 284.7109,529.7128 ZM 295.2778,522.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 295.2778,522.4237 ZM 295.2778,525.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 302.5211,529.7128 ZM 308.8017,524.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 310.1540,529.7128 ZM 314.4633,518.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 320.1937,529.7128 ZM 321.5003,528.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 325.2136,529.7128 ZM 330.2335,517.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 330.2335,517.2663 ZM 330.1418,529.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1599">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1599)">
-      <path d="M 306.6040,384.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1600">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1600)">
-      <path d="M 301.4209,488.2474 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1601">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1601)">
-      <path d="M 163.2029,384.5840 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1602">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1602)">
-      <path d="M 232.3119,108.1481 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1603">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1603)">
-      <path d="M 273.8976,118.1534 ZM 281.0492,104.0565 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 299.9940,118.1534 ZM 315.8444,107.2197 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 315.8444,107.2197 ZM 315.8444,111.5175 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 326.7092,118.1534 ZM 333.4826,104.3316 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 343.7974,118.1534 ZM 346.3073,97.9708 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 362.9485,118.1534 ZM 372.3693,110.0391 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 382.9935,118.1534 ZM 390.4202,99.3461 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1604">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1604)">
-      <path d="M 508.7478,488.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1605">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1605)">
-      <path d="M 163.2029,142.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1606">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1606)">
-      <path d="M 163.2029,149.6134 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1607">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1607)">
-      <path d="M 163.2029,156.5243 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1608">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1608)">
-      <path d="M 163.2029,163.4352 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1609">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1609)">
-      <path d="M 163.2029,170.3461 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1610">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1610)">
-      <path d="M 163.2029,177.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1611">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1611)">
-      <path d="M 163.2029,184.1679 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1612">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1612)">
-      <path d="M 163.2029,191.0788 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1613">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1613)">
-      <path d="M 163.2029,197.9897 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1614">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1614)">
-      <path d="M 163.2029,204.9006 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1615">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1615)">
-      <path d="M 163.2029,211.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1616">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1616)">
-      <path d="M 163.2029,218.7224 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1617">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1617)">
-      <path d="M 163.2029,225.6333 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1618">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1618)">
-      <path d="M 163.2029,232.5442 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1619">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1619)">
-      <path d="M 163.2029,239.4551 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1620">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1620)">
-      <path d="M 163.2029,246.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1621">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1621)">
-      <path d="M 163.2029,253.2769 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1622">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1622)">
-      <path d="M 163.2029,260.1878 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1623">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1623)">
-      <path d="M 163.2029,267.0987 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1624">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1624)">
-      <path d="M 163.2029,274.0096 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1625">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1625)">
-      <path d="M 163.2029,280.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1626">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1626)">
-      <path d="M 163.2029,287.8314 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1627">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1627)">
-      <path d="M 163.2029,294.7423 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1628">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1628)">
-      <path d="M 163.2029,301.6532 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1629">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1629)">
-      <path d="M 163.2029,308.5641 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1630">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1630)">
-      <path d="M 163.2029,315.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1631">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1631)">
-      <path d="M 163.2029,322.3859 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1632">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1632)">
-      <path d="M 163.2029,329.2968 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1633">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1633)">
-      <path d="M 163.2029,336.2077 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1634">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1634)">
-      <path d="M 163.2029,343.1186 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1635">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1635)">
-      <path d="M 163.2029,350.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1636">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1636)">
-      <path d="M 163.2029,356.9404 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1637">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1637)">
-      <path d="M 163.2029,363.8513 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1638">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1638)">
-      <path d="M 163.2029,370.7622 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1639">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1639)">
-      <path d="M 163.2029,377.6731 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1640">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1640)">
-      <path d="M 163.2029,384.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1641">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1641)">
-      <path d="M 163.2029,391.4949 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1642">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1642)">
-      <path d="M 163.2029,398.4058 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1643">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1643)">
-      <path d="M 163.2029,405.3167 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1644">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1644)">
-      <path d="M 163.2029,412.2276 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1645">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1645)">
-      <path d="M 163.2029,419.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1646">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1646)">
-      <path d="M 163.2029,426.0494 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1647">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1647)">
-      <path d="M 163.2029,432.9603 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1648">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1648)">
-      <path d="M 163.2029,439.8712 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1649">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1649)">
-      <path d="M 163.2029,446.7821 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1650">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1650)">
-      <path d="M 163.2029,453.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1651">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1651)">
-      <path d="M 163.2029,460.6039 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1652">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1652)">
-      <path d="M 163.2029,467.5148 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1653">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1653)">
-      <path d="M 163.2029,474.4257 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1654">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1654)">
-      <path d="M 163.2029,481.3366 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1655">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1655)">
-      <path d="M 163.2029,488.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1656">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1656)">
-      <path d="M 508.7478,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1657">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1657)">
-      <path d="M 501.8369,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1658">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1658)">
-      <path d="M 494.9260,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1659">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1659)">
-      <path d="M 488.0151,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1660">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1660)">
-      <path d="M 481.1042,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1661">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1661)">
-      <path d="M 474.1933,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1662">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1662)">
-      <path d="M 467.2824,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1663">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1663)">
-      <path d="M 460.3715,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1664">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1664)">
-      <path d="M 453.4606,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1665">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1665)">
-      <path d="M 446.5497,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1666">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1666)">
-      <path d="M 439.6388,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1667">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1667)">
-      <path d="M 432.7279,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1668">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1668)">
-      <path d="M 425.8170,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1669">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1669)">
-      <path d="M 418.9061,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1670">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1670)">
-      <path d="M 411.9952,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1671">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1671)">
-      <path d="M 405.0843,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1672">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1672)">
-      <path d="M 398.1734,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1673">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1673)">
-      <path d="M 391.2625,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1674">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1674)">
-      <path d="M 384.3516,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1675">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1675)">
-      <path d="M 377.4407,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1676">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1676)">
-      <path d="M 370.5298,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1677">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1677)">
-      <path d="M 363.6189,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1678">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1678)">
-      <path d="M 356.7080,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1679">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1679)">
-      <path d="M 349.7971,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1680">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1680)">
-      <path d="M 342.8862,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1681">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1681)">
-      <path d="M 335.9754,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1682">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1682)">
-      <path d="M 329.0645,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1683">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1683)">
-      <path d="M 322.1536,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1684">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1684)">
-      <path d="M 315.2427,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1685">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1685)">
-      <path d="M 308.3318,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1686">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1686)">
-      <path d="M 301.4209,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1687">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1687)">
-      <path d="M 294.5100,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1688">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1688)">
-      <path d="M 287.5991,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1689">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1689)">
-      <path d="M 280.6882,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1690">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1690)">
-      <path d="M 273.7773,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1691">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1691)">
-      <path d="M 266.8664,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1692">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1692)">
-      <path d="M 259.9555,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1693">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1693)">
-      <path d="M 253.0446,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1694">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1694)">
-      <path d="M 246.1337,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1695">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1695)">
-      <path d="M 239.2228,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1696">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1696)">
-      <path d="M 232.3119,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1697">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1697)">
-      <path d="M 225.4010,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1698">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1698)">
-      <path d="M 218.4901,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1699">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1699)">
-      <path d="M 211.5792,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1700">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1700)">
-      <path d="M 204.6683,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1701">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1701)">
-      <path d="M 197.7574,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1702">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1702)">
-      <path d="M 190.8465,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1703">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1703)">
-      <path d="M 183.9356,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1704">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1704)">
-      <path d="M 177.0247,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1705">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1705)">
-      <path d="M 170.1138,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1706">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1706)">
-      <path d="M 163.2029,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1707">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1707)">
-      <path d="M 163.2029,142.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1708">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1708)">
-      <path d="M 163.2029,177.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1709">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1709)">
-      <path d="M 163.2029,211.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1710">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1710)">
-      <path d="M 163.2029,246.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1711">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1711)">
-      <path d="M 163.2029,280.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1712">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1712)">
-      <path d="M 163.2029,315.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1713">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1713)">
-      <path d="M 163.2029,350.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1714">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1714)">
-      <path d="M 163.2029,384.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1715">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1715)">
-      <path d="M 163.2029,419.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1716">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1716)">
-      <path d="M 163.2029,453.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1717">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1717)">
-      <path d="M 163.2029,488.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1718">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1718)">
-      <path d="M 508.7478,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1719">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1719)">
-      <path d="M 474.1933,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1720">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1720)">
-      <path d="M 439.6388,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1721">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1721)">
-      <path d="M 405.0843,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1722">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1722)">
-      <path d="M 370.5298,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1723">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1723)">
-      <path d="M 335.9754,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1724">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1724)">
-      <path d="M 301.4209,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1725">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1725)">
-      <path d="M 266.8664,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1726">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1726)">
-      <path d="M 232.3119,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1727">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1727)">
-      <path d="M 197.7574,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1728">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1728)">
-      <path d="M 163.2029,488.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1729">
-        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1729)">
-      <path d="M 535.5275,547.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1730">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1730)">
-      <path d="M -26.2309,292.3213 ZM -21.4632,282.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -8.8334,292.3213 ZM 1.7336,285.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 1.7336,285.0322 ZM 1.7336,287.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 8.9768,292.3213 ZM 15.2574,286.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 16.6098,292.3213 ZM 17.9392,282.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 26.6495,292.3213 ZM 27.9560,291.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 31.6693,292.3213 ZM 36.6892,279.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 36.6892,279.8748 ZM 36.5975,292.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1731">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1731)">
-      <path d="M 163.9563,430.5393 ZM 168.4719,421.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 181.0788,430.5393 ZM 191.6457,423.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 191.6457,423.2502 ZM 191.6457,426.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 198.8890,430.5393 ZM 205.1695,425.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 206.5219,430.5393 ZM 210.8312,419.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 216.5616,430.5393 ZM 217.8682,429.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 221.5815,430.5393 ZM 226.6013,418.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 226.6013,418.0928 ZM 226.5097,430.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1732">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1732)">
-      <path d="M 202.9719,285.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1733">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1733)">
-      <path d="M 197.7887,389.0739 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1734">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1734)">
-      <path d="M 59.5708,285.4104 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1735">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1735)">
-      <path d="M 128.6798,8.9745 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1736">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1736)">
-      <path d="M 170.2655,18.9798 ZM 177.4171,4.8830 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 196.3619,18.9798 ZM 212.2122,8.0462 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 212.2122,8.0462 ZM 212.2122,12.3440 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 223.0771,18.9798 ZM 229.8505,5.1580 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 240.1653,18.9798 ZM 242.6752,-1.2027 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 259.3164,18.9798 ZM 268.7372,10.8655 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 279.3614,18.9798 ZM 286.7880,0.1726 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1737">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1737)">
-      <path d="M 405.1157,389.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1738">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1738)">
-      <path d="M 59.5708,43.5290 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1739">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1739)">
-      <path d="M 59.5708,50.4399 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1740">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1740)">
-      <path d="M 59.5708,57.3508 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1741">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1741)">
-      <path d="M 59.5708,64.2617 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1742">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1742)">
-      <path d="M 59.5708,71.1726 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1743">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1743)">
-      <path d="M 59.5708,78.0835 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1744">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1744)">
-      <path d="M 59.5708,84.9944 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1745">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1745)">
-      <path d="M 59.5708,91.9053 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1746">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1746)">
-      <path d="M 59.5708,98.8162 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1747">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1747)">
-      <path d="M 59.5708,105.7271 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1748">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1748)">
-      <path d="M 59.5708,112.6380 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1749">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1749)">
-      <path d="M 59.5708,119.5489 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1750">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1750)">
-      <path d="M 59.5708,126.4598 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1751">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1751)">
-      <path d="M 59.5708,133.3707 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1752">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1752)">
-      <path d="M 59.5708,140.2816 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1753">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1753)">
-      <path d="M 59.5708,147.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1754">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1754)">
-      <path d="M 59.5708,154.1034 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1755">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1755)">
-      <path d="M 59.5708,161.0143 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1756">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1756)">
-      <path d="M 59.5708,167.9252 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1757">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1757)">
-      <path d="M 59.5708,174.8361 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1758">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1758)">
-      <path d="M 59.5708,181.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1759">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1759)">
-      <path d="M 59.5708,188.6579 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1760">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1760)">
-      <path d="M 59.5708,195.5687 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1761">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1761)">
-      <path d="M 59.5708,202.4796 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1762">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1762)">
-      <path d="M 59.5708,209.3905 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1763">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1763)">
-      <path d="M 59.5708,216.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1764">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1764)">
-      <path d="M 59.5708,223.2123 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1765">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1765)">
-      <path d="M 59.5708,230.1232 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1766">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1766)">
-      <path d="M 59.5708,237.0341 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1767">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1767)">
-      <path d="M 59.5708,243.9450 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1768">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1768)">
-      <path d="M 59.5708,250.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1769">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1769)">
-      <path d="M 59.5708,257.7668 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1770">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1770)">
-      <path d="M 59.5708,264.6777 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1771">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1771)">
-      <path d="M 59.5708,271.5886 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1772">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1772)">
-      <path d="M 59.5708,278.4995 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1773">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1773)">
-      <path d="M 59.5708,285.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1774">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1774)">
-      <path d="M 59.5708,292.3213 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1775">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1775)">
-      <path d="M 59.5708,299.2322 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1776">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1776)">
-      <path d="M 59.5708,306.1431 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1777">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1777)">
-      <path d="M 59.5708,313.0540 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1778">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1778)">
-      <path d="M 59.5708,319.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1779">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1779)">
-      <path d="M 59.5708,326.8758 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1780">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1780)">
-      <path d="M 59.5708,333.7867 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1781">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1781)">
-      <path d="M 59.5708,340.6976 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1782">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1782)">
-      <path d="M 59.5708,347.6085 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1783">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1783)">
-      <path d="M 59.5708,354.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1784">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1784)">
-      <path d="M 59.5708,361.4303 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1785">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1785)">
-      <path d="M 59.5708,368.3412 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1786">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1786)">
-      <path d="M 59.5708,375.2521 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1787">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1787)">
-      <path d="M 59.5708,382.1630 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1788">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1788)">
-      <path d="M 59.5708,389.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1789">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1789)">
-      <path d="M 405.1157,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1790">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1790)">
-      <path d="M 398.2048,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1791">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1791)">
-      <path d="M 391.2939,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1792">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1792)">
-      <path d="M 384.3830,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1793">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1793)">
-      <path d="M 377.4721,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1794">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1794)">
-      <path d="M 370.5612,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1795">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1795)">
-      <path d="M 363.6503,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1796">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1796)">
-      <path d="M 356.7394,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1797">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1797)">
-      <path d="M 349.8285,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1798">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1798)">
-      <path d="M 342.9176,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1799">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1799)">
-      <path d="M 336.0067,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1800">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1800)">
-      <path d="M 329.0958,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1801">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1801)">
-      <path d="M 322.1849,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1802">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1802)">
-      <path d="M 315.2740,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1803">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1803)">
-      <path d="M 308.3631,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1804">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1804)">
-      <path d="M 301.4522,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1805">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1805)">
-      <path d="M 294.5413,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1806">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1806)">
-      <path d="M 287.6304,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1807">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1807)">
-      <path d="M 280.7195,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1808">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1808)">
-      <path d="M 273.8086,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1809">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1809)">
-      <path d="M 266.8977,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1810">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1810)">
-      <path d="M 259.9868,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1811">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1811)">
-      <path d="M 253.0759,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1812">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1812)">
-      <path d="M 246.1650,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1813">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1813)">
-      <path d="M 239.2541,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1814">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1814)">
-      <path d="M 232.3432,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1815">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1815)">
-      <path d="M 225.4323,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1816">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1816)">
-      <path d="M 218.5214,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1817">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1817)">
-      <path d="M 211.6105,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1818">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1818)">
-      <path d="M 204.6996,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1819">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1819)">
-      <path d="M 197.7887,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1820">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1820)">
-      <path d="M 190.8778,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1821">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1821)">
-      <path d="M 183.9669,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1822">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1822)">
-      <path d="M 177.0561,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1823">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1823)">
-      <path d="M 170.1452,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1824">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1824)">
-      <path d="M 163.2343,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1825">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1825)">
-      <path d="M 156.3234,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1826">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1826)">
-      <path d="M 149.4125,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1827">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1827)">
-      <path d="M 142.5016,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1828">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1828)">
-      <path d="M 135.5907,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1829">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1829)">
-      <path d="M 128.6798,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1830">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1830)">
-      <path d="M 121.7689,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1831">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1831)">
-      <path d="M 114.8580,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1832">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1832)">
-      <path d="M 107.9471,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1833">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1833)">
-      <path d="M 101.0362,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1834">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1834)">
-      <path d="M 94.1253,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1835">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1835)">
-      <path d="M 87.2144,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1836">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1836)">
-      <path d="M 80.3035,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1837">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1837)">
-      <path d="M 73.3926,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1838">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1838)">
-      <path d="M 66.4817,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1839">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1839)">
-      <path d="M 59.5708,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1840">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1840)">
-      <path d="M 59.5708,43.5290 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1841">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1841)">
-      <path d="M 59.5708,78.0835 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1842">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1842)">
-      <path d="M 59.5708,112.6380 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1843">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1843)">
-      <path d="M 59.5708,147.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1844">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1844)">
-      <path d="M 59.5708,181.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1845">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1845)">
-      <path d="M 59.5708,216.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1846">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1846)">
-      <path d="M 59.5708,250.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1847">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1847)">
-      <path d="M 59.5708,285.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1848">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1848)">
-      <path d="M 59.5708,319.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1849">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1849)">
-      <path d="M 59.5708,354.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1850">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1850)">
-      <path d="M 59.5708,389.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1851">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1851)">
-      <path d="M 405.1157,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1852">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1852)">
-      <path d="M 370.5612,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1853">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1853)">
-      <path d="M 336.0067,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1854">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1854)">
-      <path d="M 301.4522,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1855">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1855)">
-      <path d="M 266.8977,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1856">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1856)">
-      <path d="M 232.3432,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1857">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1857)">
-      <path d="M 197.7887,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1858">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1858)">
-      <path d="M 163.2343,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1859">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1859)">
-      <path d="M 128.6798,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1860">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1860)">
-      <path d="M 94.1253,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1861">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1861)">
-      <path d="M 59.5708,389.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1862">
-        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1862)">
-      <path d="M 431.8954,448.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1863">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1863)">
-      <path d="M -129.8631,193.1478 ZM -125.0953,183.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -112.4655,193.1478 ZM -101.8986,185.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -101.8986,185.8587 ZM -101.8986,188.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -94.6553,193.1478 ZM -88.3747,187.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -87.0224,193.1478 ZM -85.6929,182.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -76.9826,193.1478 ZM -75.6761,192.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -71.9628,193.1478 ZM -66.9429,180.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -66.9429,180.7013 ZM -67.0346,193.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1864">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1864)">
-      <path d="M 60.3242,331.3657 ZM 64.8398,322.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 77.4467,331.3657 ZM 88.0136,324.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 88.0136,324.0766 ZM 88.0136,326.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 95.2569,331.3657 ZM 101.5374,325.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 102.8898,331.3657 ZM 107.1991,320.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 112.9295,331.3657 ZM 114.2361,330.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 117.9494,331.3657 ZM 122.9692,318.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 122.9692,318.9192 ZM 122.8775,331.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1865">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1865)">
-      <path d="M 99.3398,186.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1866">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1866)">
-      <path d="M 94.1566,289.9003 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1867">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1867)">
-      <path d="M -44.0613,186.2369 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1868">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1868)">
-      <path d="M 25.0477,-90.1991 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1869">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1869)">
-      <path d="M 66.6334,-80.1937 ZM 73.7850,-94.2906 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 92.7298,-80.1937 ZM 108.5801,-91.1274 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 108.5801,-91.1274 ZM 108.5801,-86.8296 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 119.4450,-80.1937 ZM 126.2184,-94.0155 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 136.5332,-80.1937 ZM 139.0431,-100.3763 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 155.6843,-80.1937 ZM 165.1051,-88.3080 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 175.7293,-80.1937 ZM 183.1559,-99.0010 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1870">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1870)">
-      <path d="M 301.4836,289.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1871">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1871)">
-      <path d="M -44.0613,-55.6446 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1872">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1872)">
-      <path d="M -44.0613,-48.7337 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1873">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1873)">
-      <path d="M -44.0613,-41.8228 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1874">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1874)">
-      <path d="M -44.0613,-34.9119 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1875">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1875)">
-      <path d="M -44.0613,-28.0010 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1876">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1876)">
-      <path d="M -44.0613,-21.0901 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1877">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1877)">
-      <path d="M -44.0613,-14.1792 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1878">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1878)">
-      <path d="M -44.0613,-7.2683 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1879">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1879)">
-      <path d="M -44.0613,-0.3574 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1880">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1880)">
-      <path d="M -44.0613,6.5535 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1881">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1881)">
-      <path d="M -44.0613,13.4644 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1882">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1882)">
-      <path d="M -44.0613,20.3753 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1883">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1883)">
-      <path d="M -44.0613,27.2862 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1884">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1884)">
-      <path d="M -44.0613,34.1971 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1885">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1885)">
-      <path d="M -44.0613,41.1080 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1886">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1886)">
-      <path d="M -44.0613,48.0189 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1887">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1887)">
-      <path d="M -44.0613,54.9298 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1888">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1888)">
-      <path d="M -44.0613,61.8407 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1889">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1889)">
-      <path d="M -44.0613,68.7516 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1890">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1890)">
-      <path d="M -44.0613,75.6625 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1891">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1891)">
-      <path d="M -44.0613,82.5734 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1892">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1892)">
-      <path d="M -44.0613,89.4843 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1893">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1893)">
-      <path d="M -44.0613,96.3952 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1894">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1894)">
-      <path d="M -44.0613,103.3061 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1895">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1895)">
-      <path d="M -44.0613,110.2170 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1896">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1896)">
-      <path d="M -44.0613,117.1279 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1897">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1897)">
-      <path d="M -44.0613,124.0388 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1898">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1898)">
-      <path d="M -44.0613,130.9497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1899">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1899)">
-      <path d="M -44.0613,137.8606 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1900">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1900)">
-      <path d="M -44.0613,144.7715 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1901">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1901)">
-      <path d="M -44.0613,151.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1902">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1902)">
-      <path d="M -44.0613,158.5933 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1903">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1903)">
-      <path d="M -44.0613,165.5042 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1904">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1904)">
-      <path d="M -44.0613,172.4151 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1905">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1905)">
-      <path d="M -44.0613,179.3260 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1906">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1906)">
-      <path d="M -44.0613,186.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1907">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1907)">
-      <path d="M -44.0613,193.1478 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1908">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1908)">
-      <path d="M -44.0613,200.0587 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1909">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1909)">
-      <path d="M -44.0613,206.9696 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1910">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1910)">
-      <path d="M -44.0613,213.8805 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1911">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1911)">
-      <path d="M -44.0613,220.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1912">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1912)">
-      <path d="M -44.0613,227.7023 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1913">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1913)">
-      <path d="M -44.0613,234.6132 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1914">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1914)">
-      <path d="M -44.0613,241.5241 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1915">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1915)">
-      <path d="M -44.0613,248.4350 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1916">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1916)">
-      <path d="M -44.0613,255.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1917">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1917)">
-      <path d="M -44.0613,262.2567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1918">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1918)">
-      <path d="M -44.0613,269.1676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1919">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1919)">
-      <path d="M -44.0613,276.0785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1920">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1920)">
-      <path d="M -44.0613,282.9894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1921">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1921)">
-      <path d="M -44.0613,289.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1922">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1922)">
-      <path d="M 301.4836,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1923">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1923)">
-      <path d="M 294.5727,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1924">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1924)">
-      <path d="M 287.6618,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1925">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1925)">
-      <path d="M 280.7509,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1926">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1926)">
-      <path d="M 273.8400,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1927">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1927)">
-      <path d="M 266.9291,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1928">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1928)">
-      <path d="M 260.0182,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1929">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1929)">
-      <path d="M 253.1073,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1930">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1930)">
-      <path d="M 246.1964,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1931">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1931)">
-      <path d="M 239.2855,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1932">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1932)">
-      <path d="M 232.3746,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1933">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1933)">
-      <path d="M 225.4637,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1934">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1934)">
-      <path d="M 218.5528,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1935">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1935)">
-      <path d="M 211.6419,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1936">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1936)">
-      <path d="M 204.7310,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1937">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1937)">
-      <path d="M 197.8201,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1938">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1938)">
-      <path d="M 190.9092,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1939">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1939)">
-      <path d="M 183.9983,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1940">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1940)">
-      <path d="M 177.0874,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1941">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1941)">
-      <path d="M 170.1765,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1942">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1942)">
-      <path d="M 163.2656,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1943">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1943)">
-      <path d="M 156.3547,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1944">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1944)">
-      <path d="M 149.4438,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1945">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1945)">
-      <path d="M 142.5329,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1946">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1946)">
-      <path d="M 135.6220,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1947">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1947)">
-      <path d="M 128.7111,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1948">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1948)">
-      <path d="M 121.8002,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1949">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1949)">
-      <path d="M 114.8893,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1950">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1950)">
-      <path d="M 107.9784,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1951">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1951)">
-      <path d="M 101.0675,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1952">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1952)">
-      <path d="M 94.1566,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1953">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1953)">
-      <path d="M 87.2457,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1954">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1954)">
-      <path d="M 80.3348,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1955">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1955)">
-      <path d="M 73.4239,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1956">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1956)">
-      <path d="M 66.5130,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1957">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1957)">
-      <path d="M 59.6021,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1958">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1958)">
-      <path d="M 52.6912,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1959">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1959)">
-      <path d="M 45.7803,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1960">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1960)">
-      <path d="M 38.8694,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1961">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1961)">
-      <path d="M 31.9585,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1962">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1962)">
-      <path d="M 25.0477,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1963">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1963)">
-      <path d="M 18.1368,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1964">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1964)">
-      <path d="M 11.2259,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1965">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1965)">
-      <path d="M 4.3150,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1966">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1966)">
-      <path d="M -2.5959,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1967">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1967)">
-      <path d="M -9.5068,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1968">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1968)">
-      <path d="M -16.4177,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1969">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1969)">
-      <path d="M -23.3286,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1970">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1970)">
-      <path d="M -30.2395,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1971">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1971)">
-      <path d="M -37.1504,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1972">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1972)">
-      <path d="M -44.0613,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1973">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1973)">
-      <path d="M -44.0613,-55.6446 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1974">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1974)">
-      <path d="M -44.0613,-21.0901 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1975">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1975)">
-      <path d="M -44.0613,13.4644 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1976">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1976)">
-      <path d="M -44.0613,48.0189 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1977">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1977)">
-      <path d="M -44.0613,82.5734 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1978">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1978)">
-      <path d="M -44.0613,117.1279 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1979">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1979)">
-      <path d="M -44.0613,151.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1980">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1980)">
-      <path d="M -44.0613,186.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1981">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1981)">
-      <path d="M -44.0613,220.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1982">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1982)">
-      <path d="M -44.0613,255.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1983">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1983)">
-      <path d="M -44.0613,289.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1984">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1984)">
-      <path d="M 301.4836,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1985">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1985)">
-      <path d="M 266.9291,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1986">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1986)">
-      <path d="M 232.3746,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1987">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1987)">
-      <path d="M 197.8201,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1988">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1988)">
-      <path d="M 163.2656,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1989">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1989)">
-      <path d="M 128.7111,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1990">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1990)">
-      <path d="M 94.1566,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1991">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1991)">
-      <path d="M 59.6021,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1992">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1992)">
-      <path d="M 25.0477,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1993">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1993)">
-      <path d="M -9.5068,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1994">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1994)">
-      <path d="M -44.0613,289.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1995">
-        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1995)">
-      <path d="M 328.2633,349.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1996">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1996)">
-      <path d="M 378.8764,709.8420 ZM 383.6441,700.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 396.2740,709.8420 ZM 406.8409,702.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 406.8409,702.5529 ZM 406.8409,705.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 414.0842,709.8420 ZM 420.3647,704.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 421.7171,709.8420 ZM 423.0466,699.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 431.7568,709.8420 ZM 433.0634,708.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 436.7767,709.8420 ZM 441.7965,697.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 441.7965,697.3955 ZM 441.7048,710.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1997">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1997)">
-      <path d="M 569.0636,848.0599 ZM 573.5792,838.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 586.1862,848.0599 ZM 596.7531,840.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 596.7531,840.7708 ZM 596.7531,843.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 603.9963,848.0599 ZM 610.2769,842.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 611.6293,848.0599 ZM 615.9386,837.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 621.6690,848.0599 ZM 622.9755,847.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 626.6888,848.0599 ZM 631.7087,835.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 631.7087,835.6135 ZM 631.6170,848.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1998">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1998)">
-      <path d="M 608.0793,702.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip1999">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip1999)">
-      <path d="M 602.8961,806.5946 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2000">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2000)">
-      <path d="M 464.6781,702.9311 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2001">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2001)">
-      <path d="M 533.7871,426.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2002">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2002)">
-      <path d="M 575.3728,436.5005 ZM 582.5244,422.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 601.4692,436.5005 ZM 617.3196,425.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 617.3196,425.5668 ZM 617.3196,429.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 628.1845,436.5005 ZM 634.9579,422.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 645.2726,436.5005 ZM 647.7826,416.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 664.4237,436.5005 ZM 673.8446,428.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 684.4688,436.5005 ZM 691.8954,417.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2003">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2003)">
-      <path d="M 810.2230,806.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2004">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2004)">
-      <path d="M 464.6781,461.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2005">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2005)">
-      <path d="M 464.6781,467.9605 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2006">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2006)">
-      <path d="M 464.6781,474.8714 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2007">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2007)">
-      <path d="M 464.6781,481.7823 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2008">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2008)">
-      <path d="M 464.6781,488.6932 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2009">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2009)">
-      <path d="M 464.6781,495.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2010">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2010)">
-      <path d="M 464.6781,502.5150 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2011">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2011)">
-      <path d="M 464.6781,509.4259 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2012">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2012)">
-      <path d="M 464.6781,516.3368 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2013">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2013)">
-      <path d="M 464.6781,523.2477 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2014">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2014)">
-      <path d="M 464.6781,530.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2015">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2015)">
-      <path d="M 464.6781,537.0695 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2016">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2016)">
-      <path d="M 464.6781,543.9804 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2017">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2017)">
-      <path d="M 464.6781,550.8913 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2018">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2018)">
-      <path d="M 464.6781,557.8022 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2019">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2019)">
-      <path d="M 464.6781,564.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2020">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2020)">
-      <path d="M 464.6781,571.6240 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2021">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2021)">
-      <path d="M 464.6781,578.5349 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2022">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2022)">
-      <path d="M 464.6781,585.4458 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2023">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2023)">
-      <path d="M 464.6781,592.3567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2024">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2024)">
-      <path d="M 464.6781,599.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2025">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2025)">
-      <path d="M 464.6781,606.1785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2026">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2026)">
-      <path d="M 464.6781,613.0894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2027">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2027)">
-      <path d="M 464.6781,620.0003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2028">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2028)">
-      <path d="M 464.6781,626.9112 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2029">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2029)">
-      <path d="M 464.6781,633.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2030">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2030)">
-      <path d="M 464.6781,640.7330 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2031">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2031)">
-      <path d="M 464.6781,647.6439 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2032">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2032)">
-      <path d="M 464.6781,654.5548 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2033">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2033)">
-      <path d="M 464.6781,661.4657 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2034">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2034)">
-      <path d="M 464.6781,668.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2035">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2035)">
-      <path d="M 464.6781,675.2875 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2036">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2036)">
-      <path d="M 464.6781,682.1984 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2037">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2037)">
-      <path d="M 464.6781,689.1093 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2038">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2038)">
-      <path d="M 464.6781,696.0202 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2039">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2039)">
-      <path d="M 464.6781,702.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2040">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2040)">
-      <path d="M 464.6781,709.8420 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2041">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2041)">
-      <path d="M 464.6781,716.7529 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2042">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2042)">
-      <path d="M 464.6781,723.6638 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2043">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2043)">
-      <path d="M 464.6781,730.5747 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2044">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2044)">
-      <path d="M 464.6781,737.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2045">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2045)">
-      <path d="M 464.6781,744.3965 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2046">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2046)">
-      <path d="M 464.6781,751.3074 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2047">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2047)">
-      <path d="M 464.6781,758.2183 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2048">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2048)">
-      <path d="M 464.6781,765.1292 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2049">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2049)">
-      <path d="M 464.6781,772.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2050">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2050)">
-      <path d="M 464.6781,778.9510 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2051">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2051)">
-      <path d="M 464.6781,785.8619 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2052">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2052)">
-      <path d="M 464.6781,792.7728 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2053">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2053)">
-      <path d="M 464.6781,799.6837 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2054">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2054)">
-      <path d="M 464.6781,806.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2055">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2055)">
-      <path d="M 810.2230,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2056">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2056)">
-      <path d="M 803.3121,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2057">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2057)">
-      <path d="M 796.4012,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2058">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2058)">
-      <path d="M 789.4904,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2059">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2059)">
-      <path d="M 782.5795,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2060">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2060)">
-      <path d="M 775.6686,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2061">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2061)">
-      <path d="M 768.7577,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2062">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2062)">
-      <path d="M 761.8468,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2063">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2063)">
-      <path d="M 754.9359,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2064">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2064)">
-      <path d="M 748.0250,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2065">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2065)">
-      <path d="M 741.1141,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2066">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2066)">
-      <path d="M 734.2032,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2067">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2067)">
-      <path d="M 727.2923,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2068">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2068)">
-      <path d="M 720.3814,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2069">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2069)">
-      <path d="M 713.4705,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2070">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2070)">
-      <path d="M 706.5596,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2071">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2071)">
-      <path d="M 699.6487,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2072">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2072)">
-      <path d="M 692.7378,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2073">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2073)">
-      <path d="M 685.8269,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2074">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2074)">
-      <path d="M 678.9160,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2075">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2075)">
-      <path d="M 672.0051,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2076">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2076)">
-      <path d="M 665.0942,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2077">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2077)">
-      <path d="M 658.1833,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2078">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2078)">
-      <path d="M 651.2724,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2079">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2079)">
-      <path d="M 644.3615,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2080">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2080)">
-      <path d="M 637.4506,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2081">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2081)">
-      <path d="M 630.5397,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2082">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2082)">
-      <path d="M 623.6288,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2083">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2083)">
-      <path d="M 616.7179,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2084">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2084)">
-      <path d="M 609.8070,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2085">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2085)">
-      <path d="M 602.8961,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2086">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2086)">
-      <path d="M 595.9852,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2087">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2087)">
-      <path d="M 589.0743,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2088">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2088)">
-      <path d="M 582.1634,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2089">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2089)">
-      <path d="M 575.2525,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2090">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2090)">
-      <path d="M 568.3416,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2091">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2091)">
-      <path d="M 561.4307,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2092">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2092)">
-      <path d="M 554.5198,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2093">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2093)">
-      <path d="M 547.6089,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2094">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2094)">
-      <path d="M 540.6980,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2095">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2095)">
-      <path d="M 533.7871,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2096">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2096)">
-      <path d="M 526.8762,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2097">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2097)">
-      <path d="M 519.9653,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2098">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2098)">
-      <path d="M 513.0544,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2099">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2099)">
-      <path d="M 506.1435,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2100">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2100)">
-      <path d="M 499.2326,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2101">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2101)">
-      <path d="M 492.3217,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2102">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2102)">
-      <path d="M 485.4108,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2103">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2103)">
-      <path d="M 478.4999,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2104">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2104)">
-      <path d="M 471.5890,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2105">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2105)">
-      <path d="M 464.6781,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2106">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2106)">
-      <path d="M 464.6781,461.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2107">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2107)">
-      <path d="M 464.6781,495.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2108">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2108)">
-      <path d="M 464.6781,530.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2109">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2109)">
-      <path d="M 464.6781,564.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2110">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2110)">
-      <path d="M 464.6781,599.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2111">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2111)">
-      <path d="M 464.6781,633.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2112">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2112)">
-      <path d="M 464.6781,668.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2113">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2113)">
-      <path d="M 464.6781,702.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2114">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2114)">
-      <path d="M 464.6781,737.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2115">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2115)">
-      <path d="M 464.6781,772.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2116">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2116)">
-      <path d="M 464.6781,806.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2117">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2117)">
-      <path d="M 810.2230,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2118">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2118)">
-      <path d="M 775.6686,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2119">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2119)">
-      <path d="M 741.1141,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2120">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2120)">
-      <path d="M 706.5596,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2121">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2121)">
-      <path d="M 672.0051,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2122">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2122)">
-      <path d="M 637.4506,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2123">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2123)">
-      <path d="M 602.8961,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2124">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2124)">
-      <path d="M 568.3416,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2125">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2125)">
-      <path d="M 533.7871,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2126">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2126)">
-      <path d="M 499.2326,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2127">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2127)">
-      <path d="M 464.6781,806.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2128">
-        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2128)">
-      <path d="M 837.0028,866.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2129">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2129)">
-      <path d="M 275.2443,610.6684 ZM 280.0120,601.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 292.6419,610.6684 ZM 303.2088,603.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 303.2088,603.3793 ZM 303.2088,606.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 310.4521,610.6684 ZM 316.7326,605.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 318.0850,610.6684 ZM 319.4145,600.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 328.1247,610.6684 ZM 329.4312,609.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 333.1446,610.6684 ZM 338.1644,598.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 338.1644,598.2219 ZM 338.0727,610.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2130">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2130)">
-      <path d="M 465.4315,748.8864 ZM 469.9471,739.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 482.5541,748.8864 ZM 493.1210,741.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 493.1210,741.5973 ZM 493.1210,744.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 500.3642,748.8864 ZM 506.6448,743.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 507.9972,748.8864 ZM 512.3064,737.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 518.0369,748.8864 ZM 519.3434,747.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 523.0567,748.8864 ZM 528.0766,736.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 528.0766,736.4399 ZM 527.9849,749.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2131">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2131)">
-      <path d="M 504.4472,603.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2132">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2132)">
-      <path d="M 499.2640,707.4210 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2133">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2133)">
-      <path d="M 361.0460,603.7575 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2134">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2134)">
-      <path d="M 430.1550,327.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2135">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2135)">
-      <path d="M 471.7407,337.3269 ZM 478.8923,323.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 497.8371,337.3269 ZM 513.6875,326.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 513.6875,326.3933 ZM 513.6875,330.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 524.5524,337.3269 ZM 531.3257,323.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 541.6405,337.3269 ZM 544.1504,317.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 560.7916,337.3269 ZM 570.2124,329.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 580.8367,337.3269 ZM 588.2633,318.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2136">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2136)">
-      <path d="M 706.5909,707.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2137">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2137)">
-      <path d="M 361.0460,361.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2138">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2138)">
-      <path d="M 361.0460,368.7870 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2139">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2139)">
-      <path d="M 361.0460,375.6979 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2140">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2140)">
-      <path d="M 361.0460,382.6088 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2141">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2141)">
-      <path d="M 361.0460,389.5197 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2142">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2142)">
-      <path d="M 361.0460,396.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2143">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2143)">
-      <path d="M 361.0460,403.3415 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2144">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2144)">
-      <path d="M 361.0460,410.2524 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2145">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2145)">
-      <path d="M 361.0460,417.1633 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2146">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2146)">
-      <path d="M 361.0460,424.0742 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2147">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2147)">
-      <path d="M 361.0460,430.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2148">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2148)">
-      <path d="M 361.0460,437.8960 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2149">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2149)">
-      <path d="M 361.0460,444.8069 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2150">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2150)">
-      <path d="M 361.0460,451.7178 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2151">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2151)">
-      <path d="M 361.0460,458.6287 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2152">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2152)">
-      <path d="M 361.0460,465.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2153">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2153)">
-      <path d="M 361.0460,472.4505 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2154">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2154)">
-      <path d="M 361.0460,479.3614 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2155">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2155)">
-      <path d="M 361.0460,486.2723 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2156">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2156)">
-      <path d="M 361.0460,493.1832 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2157">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2157)">
-      <path d="M 361.0460,500.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2158">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2158)">
-      <path d="M 361.0460,507.0050 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2159">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2159)">
-      <path d="M 361.0460,513.9159 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2160">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2160)">
-      <path d="M 361.0460,520.8268 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2161">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2161)">
-      <path d="M 361.0460,527.7377 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2162">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2162)">
-      <path d="M 361.0460,534.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2163">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2163)">
-      <path d="M 361.0460,541.5594 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2164">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2164)">
-      <path d="M 361.0460,548.4703 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2165">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2165)">
-      <path d="M 361.0460,555.3812 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2166">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2166)">
-      <path d="M 361.0460,562.2921 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2167">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2167)">
-      <path d="M 361.0460,569.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2168">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2168)">
-      <path d="M 361.0460,576.1139 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2169">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2169)">
-      <path d="M 361.0460,583.0248 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2170">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2170)">
-      <path d="M 361.0460,589.9357 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2171">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2171)">
-      <path d="M 361.0460,596.8466 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2172">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2172)">
-      <path d="M 361.0460,603.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2173">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2173)">
-      <path d="M 361.0460,610.6684 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2174">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2174)">
-      <path d="M 361.0460,617.5793 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2175">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2175)">
-      <path d="M 361.0460,624.4902 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2176">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2176)">
-      <path d="M 361.0460,631.4011 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2177">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2177)">
-      <path d="M 361.0460,638.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2178">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2178)">
-      <path d="M 361.0460,645.2229 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2179">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2179)">
-      <path d="M 361.0460,652.1338 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2180">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2180)">
-      <path d="M 361.0460,659.0447 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2181">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2181)">
-      <path d="M 361.0460,665.9556 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2182">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2182)">
-      <path d="M 361.0460,672.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2183">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2183)">
-      <path d="M 361.0460,679.7774 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2184">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2184)">
-      <path d="M 361.0460,686.6883 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2185">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2185)">
-      <path d="M 361.0460,693.5992 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2186">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2186)">
-      <path d="M 361.0460,700.5101 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2187">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2187)">
-      <path d="M 361.0460,707.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2188">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2188)">
-      <path d="M 706.5909,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2189">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2189)">
-      <path d="M 699.6800,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2190">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2190)">
-      <path d="M 692.7691,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2191">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2191)">
-      <path d="M 685.8582,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2192">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2192)">
-      <path d="M 678.9473,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2193">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2193)">
-      <path d="M 672.0364,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2194">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2194)">
-      <path d="M 665.1255,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2195">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2195)">
-      <path d="M 658.2146,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2196">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2196)">
-      <path d="M 651.3037,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2197">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2197)">
-      <path d="M 644.3928,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2198">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2198)">
-      <path d="M 637.4819,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2199">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2199)">
-      <path d="M 630.5711,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2200">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2200)">
-      <path d="M 623.6602,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2201">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2201)">
-      <path d="M 616.7493,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2202">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2202)">
-      <path d="M 609.8384,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2203">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2203)">
-      <path d="M 602.9275,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2204">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2204)">
-      <path d="M 596.0166,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2205">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2205)">
-      <path d="M 589.1057,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2206">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2206)">
-      <path d="M 582.1948,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2207">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2207)">
-      <path d="M 575.2839,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2208">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2208)">
-      <path d="M 568.3730,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2209">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2209)">
-      <path d="M 561.4621,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2210">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2210)">
-      <path d="M 554.5512,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2211">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2211)">
-      <path d="M 547.6403,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2212">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2212)">
-      <path d="M 540.7294,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2213">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2213)">
-      <path d="M 533.8185,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2214">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2214)">
-      <path d="M 526.9076,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2215">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2215)">
-      <path d="M 519.9967,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2216">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2216)">
-      <path d="M 513.0858,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2217">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2217)">
-      <path d="M 506.1749,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2218">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2218)">
-      <path d="M 499.2640,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2219">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2219)">
-      <path d="M 492.3531,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2220">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2220)">
-      <path d="M 485.4422,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2221">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2221)">
-      <path d="M 478.5313,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2222">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2222)">
-      <path d="M 471.6204,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2223">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2223)">
-      <path d="M 464.7095,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2224">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2224)">
-      <path d="M 457.7986,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2225">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2225)">
-      <path d="M 450.8877,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2226">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2226)">
-      <path d="M 443.9768,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2227">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2227)">
-      <path d="M 437.0659,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2228">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2228)">
-      <path d="M 430.1550,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2229">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2229)">
-      <path d="M 423.2441,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2230">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2230)">
-      <path d="M 416.3332,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2231">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2231)">
-      <path d="M 409.4223,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2232">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2232)">
-      <path d="M 402.5114,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2233">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2233)">
-      <path d="M 395.6005,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2234">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2234)">
-      <path d="M 388.6896,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2235">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2235)">
-      <path d="M 381.7787,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2236">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2236)">
-      <path d="M 374.8678,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2237">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2237)">
-      <path d="M 367.9569,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2238">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2238)">
-      <path d="M 361.0460,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2239">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2239)">
-      <path d="M 361.0460,361.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2240">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2240)">
-      <path d="M 361.0460,396.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2241">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2241)">
-      <path d="M 361.0460,430.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2242">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2242)">
-      <path d="M 361.0460,465.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2243">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2243)">
-      <path d="M 361.0460,500.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2244">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2244)">
-      <path d="M 361.0460,534.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2245">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2245)">
-      <path d="M 361.0460,569.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2246">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2246)">
-      <path d="M 361.0460,603.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2247">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2247)">
-      <path d="M 361.0460,638.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2248">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2248)">
-      <path d="M 361.0460,672.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2249">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2249)">
-      <path d="M 361.0460,707.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2250">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2250)">
-      <path d="M 706.5909,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2251">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2251)">
-      <path d="M 672.0364,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2252">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2252)">
-      <path d="M 637.4819,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2253">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2253)">
-      <path d="M 602.9275,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2254">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2254)">
-      <path d="M 568.3730,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2255">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2255)">
-      <path d="M 533.8185,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2256">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2256)">
-      <path d="M 499.2640,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2257">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2257)">
-      <path d="M 464.7095,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2258">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2258)">
-      <path d="M 430.1550,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2259">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2259)">
-      <path d="M 395.6005,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2260">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2260)">
-      <path d="M 361.0460,707.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2261">
-        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2261)">
-      <path d="M 733.3707,767.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2262">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2262)">
-      <path d="M 171.6122,511.4949 ZM 176.3799,502.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 189.0098,511.4949 ZM 199.5767,504.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 199.5767,504.2058 ZM 199.5767,507.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 206.8199,511.4949 ZM 213.1005,506.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 214.4529,511.4949 ZM 215.7823,501.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 224.4926,511.4949 ZM 225.7991,510.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 229.5124,511.4949 ZM 234.5323,499.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 234.5323,499.0484 ZM 234.4406,511.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2263">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2263)">
-      <path d="M 361.7994,649.7128 ZM 366.3150,640.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 378.9219,649.7128 ZM 389.4889,642.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 389.4889,642.4237 ZM 389.4889,645.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 396.7321,649.7128 ZM 403.0127,644.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 404.3650,649.7128 ZM 408.6743,638.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 414.4048,649.7128 ZM 415.7113,648.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 419.4246,649.7128 ZM 424.4445,637.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 424.4445,637.2663 ZM 424.3528,649.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2264">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2264)">
-      <path d="M 400.8150,504.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2265">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2265)">
-      <path d="M 395.6319,608.2474 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2266">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2266)">
-      <path d="M 257.4139,504.5840 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2267">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2267)">
-      <path d="M 326.5229,228.1481 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2268">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2268)">
-      <path d="M 368.1086,238.1534 ZM 375.2602,224.0565 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 394.2050,238.1534 ZM 410.0554,227.2197 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 410.0554,227.2197 ZM 410.0554,231.5175 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 420.9203,238.1534 ZM 427.6936,224.3316 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 438.0084,238.1534 ZM 440.5183,217.9708 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 457.1595,238.1534 ZM 466.5803,230.0391 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 477.2045,238.1534 ZM 484.6312,219.3461 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2269">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2269)">
-      <path d="M 602.9588,608.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2270">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2270)">
-      <path d="M 257.4139,262.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2271">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2271)">
-      <path d="M 257.4139,269.6134 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2272">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2272)">
-      <path d="M 257.4139,276.5243 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2273">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2273)">
-      <path d="M 257.4139,283.4352 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2274">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2274)">
-      <path d="M 257.4139,290.3461 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2275">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2275)">
-      <path d="M 257.4139,297.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2276">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2276)">
-      <path d="M 257.4139,304.1679 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2277">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2277)">
-      <path d="M 257.4139,311.0788 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2278">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2278)">
-      <path d="M 257.4139,317.9897 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2279">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2279)">
-      <path d="M 257.4139,324.9006 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2280">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2280)">
-      <path d="M 257.4139,331.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2281">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2281)">
-      <path d="M 257.4139,338.7224 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2282">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2282)">
-      <path d="M 257.4139,345.6333 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2283">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2283)">
-      <path d="M 257.4139,352.5442 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2284">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2284)">
-      <path d="M 257.4139,359.4551 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2285">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2285)">
-      <path d="M 257.4139,366.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2286">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2286)">
-      <path d="M 257.4139,373.2769 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2287">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2287)">
-      <path d="M 257.4139,380.1878 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2288">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2288)">
-      <path d="M 257.4139,387.0987 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2289">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2289)">
-      <path d="M 257.4139,394.0096 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2290">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2290)">
-      <path d="M 257.4139,400.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2291">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2291)">
-      <path d="M 257.4139,407.8314 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2292">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2292)">
-      <path d="M 257.4139,414.7423 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2293">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2293)">
-      <path d="M 257.4139,421.6532 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2294">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2294)">
-      <path d="M 257.4139,428.5641 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2295">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2295)">
-      <path d="M 257.4139,435.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2296">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2296)">
-      <path d="M 257.4139,442.3859 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2297">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2297)">
-      <path d="M 257.4139,449.2968 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2298">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2298)">
-      <path d="M 257.4139,456.2077 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2299">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2299)">
-      <path d="M 257.4139,463.1186 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2300">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2300)">
-      <path d="M 257.4139,470.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2301">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2301)">
-      <path d="M 257.4139,476.9404 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2302">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2302)">
-      <path d="M 257.4139,483.8513 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2303">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2303)">
-      <path d="M 257.4139,490.7622 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2304">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2304)">
-      <path d="M 257.4139,497.6731 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2305">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2305)">
-      <path d="M 257.4139,504.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2306">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2306)">
-      <path d="M 257.4139,511.4949 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2307">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2307)">
-      <path d="M 257.4139,518.4058 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2308">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2308)">
-      <path d="M 257.4139,525.3167 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2309">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2309)">
-      <path d="M 257.4139,532.2276 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2310">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2310)">
-      <path d="M 257.4139,539.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2311">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2311)">
-      <path d="M 257.4139,546.0494 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2312">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2312)">
-      <path d="M 257.4139,552.9603 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2313">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2313)">
-      <path d="M 257.4139,559.8712 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2314">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2314)">
-      <path d="M 257.4139,566.7821 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2315">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2315)">
-      <path d="M 257.4139,573.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2316">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2316)">
-      <path d="M 257.4139,580.6039 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2317">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2317)">
-      <path d="M 257.4139,587.5148 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2318">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2318)">
-      <path d="M 257.4139,594.4257 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2319">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2319)">
-      <path d="M 257.4139,601.3366 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2320">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2320)">
-      <path d="M 257.4139,608.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2321">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2321)">
-      <path d="M 602.9588,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2322">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2322)">
-      <path d="M 596.0479,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2323">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2323)">
-      <path d="M 589.1370,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2324">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2324)">
-      <path d="M 582.2261,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2325">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2325)">
-      <path d="M 575.3152,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2326">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2326)">
-      <path d="M 568.4043,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2327">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2327)">
-      <path d="M 561.4934,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2328">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2328)">
-      <path d="M 554.5825,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2329">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2329)">
-      <path d="M 547.6716,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2330">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2330)">
-      <path d="M 540.7607,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2331">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2331)">
-      <path d="M 533.8498,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2332">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2332)">
-      <path d="M 526.9389,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2333">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2333)">
-      <path d="M 520.0280,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2334">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2334)">
-      <path d="M 513.1171,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2335">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2335)">
-      <path d="M 506.2062,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2336">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2336)">
-      <path d="M 499.2953,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2337">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2337)">
-      <path d="M 492.3844,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2338">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2338)">
-      <path d="M 485.4735,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2339">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2339)">
-      <path d="M 478.5627,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2340">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2340)">
-      <path d="M 471.6518,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2341">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2341)">
-      <path d="M 464.7409,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2342">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2342)">
-      <path d="M 457.8300,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2343">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2343)">
-      <path d="M 450.9191,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2344">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2344)">
-      <path d="M 444.0082,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2345">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2345)">
-      <path d="M 437.0973,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2346">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2346)">
-      <path d="M 430.1864,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2347">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2347)">
-      <path d="M 423.2755,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2348">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2348)">
-      <path d="M 416.3646,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2349">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2349)">
-      <path d="M 409.4537,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2350">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2350)">
-      <path d="M 402.5428,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2351">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2351)">
-      <path d="M 395.6319,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2352">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2352)">
-      <path d="M 388.7210,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2353">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2353)">
-      <path d="M 381.8101,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2354">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2354)">
-      <path d="M 374.8992,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2355">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2355)">
-      <path d="M 367.9883,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2356">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2356)">
-      <path d="M 361.0774,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2357">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2357)">
-      <path d="M 354.1665,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2358">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2358)">
-      <path d="M 347.2556,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2359">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2359)">
-      <path d="M 340.3447,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2360">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2360)">
-      <path d="M 333.4338,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2361">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2361)">
-      <path d="M 326.5229,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2362">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2362)">
-      <path d="M 319.6120,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2363">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2363)">
-      <path d="M 312.7011,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2364">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2364)">
-      <path d="M 305.7902,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2365">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2365)">
-      <path d="M 298.8793,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2366">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2366)">
-      <path d="M 291.9684,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2367">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2367)">
-      <path d="M 285.0575,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2368">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2368)">
-      <path d="M 278.1466,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2369">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2369)">
-      <path d="M 271.2357,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2370">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2370)">
-      <path d="M 264.3248,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2371">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2371)">
-      <path d="M 257.4139,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2372">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2372)">
-      <path d="M 257.4139,262.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2373">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2373)">
-      <path d="M 257.4139,297.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2374">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2374)">
-      <path d="M 257.4139,331.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2375">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2375)">
-      <path d="M 257.4139,366.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2376">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2376)">
-      <path d="M 257.4139,400.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2377">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2377)">
-      <path d="M 257.4139,435.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2378">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2378)">
-      <path d="M 257.4139,470.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2379">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2379)">
-      <path d="M 257.4139,504.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2380">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2380)">
-      <path d="M 257.4139,539.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2381">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2381)">
-      <path d="M 257.4139,573.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2382">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2382)">
-      <path d="M 257.4139,608.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2383">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2383)">
-      <path d="M 602.9588,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2384">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2384)">
-      <path d="M 568.4043,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2385">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2385)">
-      <path d="M 533.8498,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2386">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2386)">
-      <path d="M 499.2953,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2387">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2387)">
-      <path d="M 464.7409,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2388">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2388)">
-      <path d="M 430.1864,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2389">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2389)">
-      <path d="M 395.6319,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2390">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2390)">
-      <path d="M 361.0774,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2391">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2391)">
-      <path d="M 326.5229,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2392">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2392)">
-      <path d="M 291.9684,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2393">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2393)">
-      <path d="M 257.4139,608.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2394">
-        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2394)">
-      <path d="M 629.7385,667.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2395">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2395)">
-      <path d="M 67.9801,412.3213 ZM 72.7478,402.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 85.3777,412.3213 ZM 95.9446,405.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 95.9446,405.0322 ZM 95.9446,407.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 103.1878,412.3213 ZM 109.4684,406.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 110.8208,412.3213 ZM 112.1502,402.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 120.8605,412.3213 ZM 122.1670,411.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 125.8803,412.3213 ZM 130.9002,399.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 130.9002,399.8748 ZM 130.8085,412.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2396">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2396)">
-      <path d="M 258.1673,550.5393 ZM 262.6829,541.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 275.2898,550.5393 ZM 285.8567,543.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 285.8567,543.2502 ZM 285.8567,546.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 293.1000,550.5393 ZM 299.3806,545.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 300.7329,550.5393 ZM 305.0422,539.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 310.7726,550.5393 ZM 312.0792,549.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 315.7925,550.5393 ZM 320.8124,538.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 320.8124,538.0928 ZM 320.7207,550.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2397">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2397)">
-      <path d="M 297.1829,405.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2398">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2398)">
-      <path d="M 291.9998,509.0739 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2399">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2399)">
-      <path d="M 153.7818,405.4104 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2400">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2400)">
-      <path d="M 222.8908,128.9745 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2401">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2401)">
-      <path d="M 264.4765,138.9798 ZM 271.6281,124.8830 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 290.5729,138.9798 ZM 306.4232,128.0462 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 306.4232,128.0462 ZM 306.4232,132.3440 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 317.2881,138.9798 ZM 324.0615,125.1580 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 334.3763,138.9798 ZM 336.8862,118.7973 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 353.5274,138.9798 ZM 362.9482,130.8655 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 373.5724,138.9798 ZM 380.9991,120.1726 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2402">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2402)">
-      <path d="M 499.3267,509.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2403">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2403)">
-      <path d="M 153.7818,163.5290 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2404">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2404)">
-      <path d="M 153.7818,170.4399 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2405">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2405)">
-      <path d="M 153.7818,177.3508 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2406">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2406)">
-      <path d="M 153.7818,184.2617 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2407">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2407)">
-      <path d="M 153.7818,191.1726 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2408">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2408)">
-      <path d="M 153.7818,198.0835 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2409">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2409)">
-      <path d="M 153.7818,204.9944 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2410">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2410)">
-      <path d="M 153.7818,211.9053 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2411">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2411)">
-      <path d="M 153.7818,218.8162 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2412">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2412)">
-      <path d="M 153.7818,225.7271 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2413">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2413)">
-      <path d="M 153.7818,232.6380 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2414">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2414)">
-      <path d="M 153.7818,239.5489 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2415">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2415)">
-      <path d="M 153.7818,246.4598 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2416">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2416)">
-      <path d="M 153.7818,253.3707 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2417">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2417)">
-      <path d="M 153.7818,260.2816 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2418">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2418)">
-      <path d="M 153.7818,267.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2419">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2419)">
-      <path d="M 153.7818,274.1034 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2420">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2420)">
-      <path d="M 153.7818,281.0143 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2421">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2421)">
-      <path d="M 153.7818,287.9252 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2422">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2422)">
-      <path d="M 153.7818,294.8361 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2423">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2423)">
-      <path d="M 153.7818,301.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2424">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2424)">
-      <path d="M 153.7818,308.6579 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2425">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2425)">
-      <path d="M 153.7818,315.5687 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2426">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2426)">
-      <path d="M 153.7818,322.4796 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2427">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2427)">
-      <path d="M 153.7818,329.3905 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2428">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2428)">
-      <path d="M 153.7818,336.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2429">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2429)">
-      <path d="M 153.7818,343.2123 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2430">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2430)">
-      <path d="M 153.7818,350.1232 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2431">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2431)">
-      <path d="M 153.7818,357.0341 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2432">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2432)">
-      <path d="M 153.7818,363.9450 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2433">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2433)">
-      <path d="M 153.7818,370.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2434">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2434)">
-      <path d="M 153.7818,377.7668 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2435">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2435)">
-      <path d="M 153.7818,384.6777 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2436">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2436)">
-      <path d="M 153.7818,391.5886 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2437">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2437)">
-      <path d="M 153.7818,398.4995 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2438">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2438)">
-      <path d="M 153.7818,405.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2439">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2439)">
-      <path d="M 153.7818,412.3213 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2440">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2440)">
-      <path d="M 153.7818,419.2322 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2441">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2441)">
-      <path d="M 153.7818,426.1431 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2442">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2442)">
-      <path d="M 153.7818,433.0540 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2443">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2443)">
-      <path d="M 153.7818,439.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2444">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2444)">
-      <path d="M 153.7818,446.8758 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2445">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2445)">
-      <path d="M 153.7818,453.7867 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2446">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2446)">
-      <path d="M 153.7818,460.6976 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2447">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2447)">
-      <path d="M 153.7818,467.6085 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2448">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2448)">
-      <path d="M 153.7818,474.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2449">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2449)">
-      <path d="M 153.7818,481.4303 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2450">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2450)">
-      <path d="M 153.7818,488.3412 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2451">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2451)">
-      <path d="M 153.7818,495.2521 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2452">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2452)">
-      <path d="M 153.7818,502.1630 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2453">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2453)">
-      <path d="M 153.7818,509.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2454">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2454)">
-      <path d="M 499.3267,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2455">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2455)">
-      <path d="M 492.4158,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2456">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2456)">
-      <path d="M 485.5049,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2457">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2457)">
-      <path d="M 478.5940,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2458">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2458)">
-      <path d="M 471.6831,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2459">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2459)">
-      <path d="M 464.7722,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2460">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2460)">
-      <path d="M 457.8613,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2461">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2461)">
-      <path d="M 450.9504,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2462">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2462)">
-      <path d="M 444.0395,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2463">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2463)">
-      <path d="M 437.1286,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2464">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2464)">
-      <path d="M 430.2177,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2465">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2465)">
-      <path d="M 423.3068,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2466">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2466)">
-      <path d="M 416.3959,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2467">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2467)">
-      <path d="M 409.4850,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2468">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2468)">
-      <path d="M 402.5741,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2469">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2469)">
-      <path d="M 395.6632,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2470">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2470)">
-      <path d="M 388.7523,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2471">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2471)">
-      <path d="M 381.8414,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2472">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2472)">
-      <path d="M 374.9305,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2473">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2473)">
-      <path d="M 368.0196,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2474">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2474)">
-      <path d="M 361.1087,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2475">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2475)">
-      <path d="M 354.1978,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2476">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2476)">
-      <path d="M 347.2869,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2477">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2477)">
-      <path d="M 340.3760,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2478">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2478)">
-      <path d="M 333.4651,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2479">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2479)">
-      <path d="M 326.5542,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2480">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2480)">
-      <path d="M 319.6434,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2481">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2481)">
-      <path d="M 312.7325,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2482">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2482)">
-      <path d="M 305.8216,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2483">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2483)">
-      <path d="M 298.9107,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2484">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2484)">
-      <path d="M 291.9998,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2485">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2485)">
-      <path d="M 285.0889,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2486">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2486)">
-      <path d="M 278.1780,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2487">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2487)">
-      <path d="M 271.2671,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2488">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2488)">
-      <path d="M 264.3562,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2489">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2489)">
-      <path d="M 257.4453,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2490">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2490)">
-      <path d="M 250.5344,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2491">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2491)">
-      <path d="M 243.6235,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2492">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2492)">
-      <path d="M 236.7126,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2493">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2493)">
-      <path d="M 229.8017,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2494">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2494)">
-      <path d="M 222.8908,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2495">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2495)">
-      <path d="M 215.9799,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2496">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2496)">
-      <path d="M 209.0690,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2497">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2497)">
-      <path d="M 202.1581,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2498">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2498)">
-      <path d="M 195.2472,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2499">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2499)">
-      <path d="M 188.3363,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2500">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2500)">
-      <path d="M 181.4254,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2501">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2501)">
-      <path d="M 174.5145,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2502">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2502)">
-      <path d="M 167.6036,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2503">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2503)">
-      <path d="M 160.6927,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2504">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2504)">
-      <path d="M 153.7818,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2505">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2505)">
-      <path d="M 153.7818,163.5290 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2506">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2506)">
-      <path d="M 153.7818,198.0835 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2507">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2507)">
-      <path d="M 153.7818,232.6380 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2508">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2508)">
-      <path d="M 153.7818,267.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2509">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2509)">
-      <path d="M 153.7818,301.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2510">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2510)">
-      <path d="M 153.7818,336.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2511">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2511)">
-      <path d="M 153.7818,370.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2512">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2512)">
-      <path d="M 153.7818,405.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2513">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2513)">
-      <path d="M 153.7818,439.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2514">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2514)">
-      <path d="M 153.7818,474.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2515">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2515)">
-      <path d="M 153.7818,509.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2516">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2516)">
-      <path d="M 499.3267,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2517">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2517)">
-      <path d="M 464.7722,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2518">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2518)">
-      <path d="M 430.2177,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2519">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2519)">
-      <path d="M 395.6632,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2520">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2520)">
-      <path d="M 361.1087,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2521">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2521)">
-      <path d="M 326.5542,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2522">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2522)">
-      <path d="M 291.9998,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2523">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2523)">
-      <path d="M 257.4453,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2524">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2524)">
-      <path d="M 222.8908,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2525">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2525)">
-      <path d="M 188.3363,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2526">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2526)">
-      <path d="M 153.7818,509.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2527">
-        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2527)">
-      <path d="M 526.1064,568.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2528">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2528)">
-      <path d="M -35.6520,313.1478 ZM -30.8843,303.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -18.2545,313.1478 ZM -7.6875,305.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -7.6875,305.8587 ZM -7.6875,308.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -0.4443,313.1478 ZM 5.8363,307.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 7.1887,313.1478 ZM 8.5181,302.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 17.2284,313.1478 ZM 18.5349,312.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 22.2482,313.1478 ZM 27.2681,300.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 27.2681,300.7013 ZM 27.1764,313.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2529">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2529)">
-      <path d="M 154.5352,451.3657 ZM 159.0508,442.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 171.6577,451.3657 ZM 182.2246,444.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 182.2246,444.0766 ZM 182.2246,446.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 189.4679,451.3657 ZM 195.7484,445.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 197.1008,451.3657 ZM 201.4101,440.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 207.1405,451.3657 ZM 208.4471,450.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 212.1604,451.3657 ZM 217.1802,438.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 217.1802,438.9192 ZM 217.0886,451.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2530">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2530)">
-      <path d="M 193.5508,306.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2531">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2531)">
-      <path d="M 188.3676,409.9003 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2532">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2532)">
-      <path d="M 50.1497,306.2369 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2533">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2533)">
-      <path d="M 119.2587,29.8009 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2534">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2534)">
-      <path d="M 160.8444,39.8063 ZM 167.9960,25.7094 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 186.9408,39.8063 ZM 202.7911,28.8726 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 202.7911,28.8726 ZM 202.7911,33.1704 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 213.6560,39.8063 ZM 220.4294,25.9845 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 230.7442,39.8063 ZM 233.2541,19.6237 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 249.8953,39.8063 ZM 259.3161,31.6920 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 269.9403,39.8063 ZM 277.3669,20.9990 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2535">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2535)">
-      <path d="M 395.6946,409.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2536">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2536)">
-      <path d="M 50.1497,64.3554 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2537">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2537)">
-      <path d="M 50.1497,71.2663 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2538">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2538)">
-      <path d="M 50.1497,78.1772 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2539">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2539)">
-      <path d="M 50.1497,85.0881 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2540">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2540)">
-      <path d="M 50.1497,91.9990 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2541">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2541)">
-      <path d="M 50.1497,98.9099 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2542">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2542)">
-      <path d="M 50.1497,105.8208 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2543">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2543)">
-      <path d="M 50.1497,112.7317 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2544">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2544)">
-      <path d="M 50.1497,119.6426 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2545">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2545)">
-      <path d="M 50.1497,126.5535 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2546">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2546)">
-      <path d="M 50.1497,133.4644 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2547">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2547)">
-      <path d="M 50.1497,140.3753 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2548">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2548)">
-      <path d="M 50.1497,147.2862 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2549">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2549)">
-      <path d="M 50.1497,154.1971 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2550">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2550)">
-      <path d="M 50.1497,161.1080 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2551">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2551)">
-      <path d="M 50.1497,168.0189 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2552">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2552)">
-      <path d="M 50.1497,174.9298 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2553">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2553)">
-      <path d="M 50.1497,181.8407 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2554">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2554)">
-      <path d="M 50.1497,188.7516 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2555">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2555)">
-      <path d="M 50.1497,195.6625 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2556">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2556)">
-      <path d="M 50.1497,202.5734 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2557">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2557)">
-      <path d="M 50.1497,209.4843 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2558">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2558)">
-      <path d="M 50.1497,216.3952 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2559">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2559)">
-      <path d="M 50.1497,223.3061 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2560">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2560)">
-      <path d="M 50.1497,230.2170 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2561">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2561)">
-      <path d="M 50.1497,237.1279 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2562">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2562)">
-      <path d="M 50.1497,244.0388 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2563">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2563)">
-      <path d="M 50.1497,250.9497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2564">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2564)">
-      <path d="M 50.1497,257.8606 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2565">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2565)">
-      <path d="M 50.1497,264.7715 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2566">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2566)">
-      <path d="M 50.1497,271.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2567">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2567)">
-      <path d="M 50.1497,278.5933 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2568">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2568)">
-      <path d="M 50.1497,285.5042 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2569">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2569)">
-      <path d="M 50.1497,292.4151 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2570">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2570)">
-      <path d="M 50.1497,299.3260 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2571">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2571)">
-      <path d="M 50.1497,306.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2572">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2572)">
-      <path d="M 50.1497,313.1478 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2573">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2573)">
-      <path d="M 50.1497,320.0587 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2574">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2574)">
-      <path d="M 50.1497,326.9696 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2575">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2575)">
-      <path d="M 50.1497,333.8805 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2576">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2576)">
-      <path d="M 50.1497,340.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2577">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2577)">
-      <path d="M 50.1497,347.7023 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2578">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2578)">
-      <path d="M 50.1497,354.6132 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2579">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2579)">
-      <path d="M 50.1497,361.5241 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2580">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2580)">
-      <path d="M 50.1497,368.4350 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2581">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2581)">
-      <path d="M 50.1497,375.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2582">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2582)">
-      <path d="M 50.1497,382.2567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2583">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2583)">
-      <path d="M 50.1497,389.1676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2584">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2584)">
-      <path d="M 50.1497,396.0785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2585">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2585)">
-      <path d="M 50.1497,402.9894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2586">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2586)">
-      <path d="M 50.1497,409.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2587">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2587)">
-      <path d="M 395.6946,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2588">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2588)">
-      <path d="M 388.7837,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2589">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2589)">
-      <path d="M 381.8728,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2590">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2590)">
-      <path d="M 374.9619,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2591">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2591)">
-      <path d="M 368.0510,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2592">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2592)">
-      <path d="M 361.1401,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2593">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2593)">
-      <path d="M 354.2292,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2594">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2594)">
-      <path d="M 347.3183,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2595">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2595)">
-      <path d="M 340.4074,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2596">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2596)">
-      <path d="M 333.4965,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2597">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2597)">
-      <path d="M 326.5856,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2598">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2598)">
-      <path d="M 319.6747,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2599">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2599)">
-      <path d="M 312.7638,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2600">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2600)">
-      <path d="M 305.8529,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2601">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2601)">
-      <path d="M 298.9420,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2602">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2602)">
-      <path d="M 292.0311,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2603">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2603)">
-      <path d="M 285.1202,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2604">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2604)">
-      <path d="M 278.2093,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2605">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2605)">
-      <path d="M 271.2984,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2606">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2606)">
-      <path d="M 264.3875,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2607">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2607)">
-      <path d="M 257.4766,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2608">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2608)">
-      <path d="M 250.5657,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2609">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2609)">
-      <path d="M 243.6548,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2610">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2610)">
-      <path d="M 236.7439,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2611">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2611)">
-      <path d="M 229.8330,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2612">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2612)">
-      <path d="M 222.9221,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2613">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2613)">
-      <path d="M 216.0112,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2614">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2614)">
-      <path d="M 209.1003,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2615">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2615)">
-      <path d="M 202.1894,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2616">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2616)">
-      <path d="M 195.2785,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2617">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2617)">
-      <path d="M 188.3676,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2618">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2618)">
-      <path d="M 181.4567,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2619">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2619)">
-      <path d="M 174.5458,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2620">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2620)">
-      <path d="M 167.6349,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2621">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2621)">
-      <path d="M 160.7241,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2622">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2622)">
-      <path d="M 153.8132,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2623">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2623)">
-      <path d="M 146.9023,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2624">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2624)">
-      <path d="M 139.9914,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2625">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2625)">
-      <path d="M 133.0805,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2626">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2626)">
-      <path d="M 126.1696,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2627">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2627)">
-      <path d="M 119.2587,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2628">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2628)">
-      <path d="M 112.3478,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2629">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2629)">
-      <path d="M 105.4369,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2630">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2630)">
-      <path d="M 98.5260,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2631">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2631)">
-      <path d="M 91.6151,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2632">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2632)">
-      <path d="M 84.7042,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2633">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2633)">
-      <path d="M 77.7933,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2634">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2634)">
-      <path d="M 70.8824,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2635">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2635)">
-      <path d="M 63.9715,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2636">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2636)">
-      <path d="M 57.0606,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2637">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2637)">
-      <path d="M 50.1497,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2638">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2638)">
-      <path d="M 50.1497,64.3554 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2639">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2639)">
-      <path d="M 50.1497,98.9099 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2640">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2640)">
-      <path d="M 50.1497,133.4644 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2641">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2641)">
-      <path d="M 50.1497,168.0189 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2642">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2642)">
-      <path d="M 50.1497,202.5734 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2643">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2643)">
-      <path d="M 50.1497,237.1279 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2644">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2644)">
-      <path d="M 50.1497,271.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2645">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2645)">
-      <path d="M 50.1497,306.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2646">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2646)">
-      <path d="M 50.1497,340.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2647">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2647)">
-      <path d="M 50.1497,375.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2648">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2648)">
-      <path d="M 50.1497,409.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2649">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2649)">
-      <path d="M 395.6946,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2650">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2650)">
-      <path d="M 361.1401,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2651">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2651)">
-      <path d="M 326.5856,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2652">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2652)">
-      <path d="M 292.0311,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2653">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2653)">
-      <path d="M 257.4766,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2654">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2654)">
-      <path d="M 222.9221,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2655">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2655)">
-      <path d="M 188.3676,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2656">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2656)">
-      <path d="M 153.8132,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2657">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2657)">
-      <path d="M 119.2587,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2658">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2658)">
-      <path d="M 84.7042,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2659">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2659)">
-      <path d="M 50.1497,409.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2660">
-        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2660)">
-      <path d="M 422.4743,469.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2661">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2661)">
-      <path d="M 473.0874,829.8420 ZM 477.8551,820.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 490.4850,829.8420 ZM 501.0519,822.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 501.0519,822.5529 ZM 501.0519,825.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 508.2952,829.8420 ZM 514.5757,824.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 515.9281,829.8420 ZM 517.2576,819.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 525.9678,829.8420 ZM 527.2744,828.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 530.9877,829.8420 ZM 536.0075,817.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 536.0075,817.3955 ZM 535.9159,830.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2662">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2662)">
-      <path d="M 663.2747,968.0599 ZM 667.7902,958.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 680.3972,968.0599 ZM 690.9641,960.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 690.9641,960.7708 ZM 690.9641,963.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 698.2074,968.0599 ZM 704.4879,962.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 705.8403,968.0599 ZM 710.1496,957.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 715.8800,968.0599 ZM 717.1865,967.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 720.8999,968.0599 ZM 725.9197,955.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 725.9197,955.6135 ZM 725.8280,968.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2663">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2663)">
-      <path d="M 702.2903,822.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2664">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2664)">
-      <path d="M 697.1071,926.5946 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2665">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2665)">
-      <path d="M 558.8892,822.9311 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2666">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2666)">
-      <path d="M 627.9981,546.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2667">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2667)">
-      <path d="M 669.5839,556.5005 ZM 676.7354,542.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 695.6802,556.5005 ZM 711.5306,545.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 711.5306,545.5668 ZM 711.5306,549.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 722.3955,556.5005 ZM 729.1689,542.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 739.4836,556.5005 ZM 741.9936,536.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 758.6347,556.5005 ZM 768.0556,548.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 778.6798,556.5005 ZM 786.1064,537.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2668">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2668)">
-      <path d="M 904.4341,926.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2669">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2669)">
-      <path d="M 558.8892,581.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2670">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2670)">
-      <path d="M 558.8892,587.9605 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2671">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2671)">
-      <path d="M 558.8892,594.8714 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2672">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2672)">
-      <path d="M 558.8892,601.7823 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2673">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2673)">
-      <path d="M 558.8892,608.6932 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2674">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2674)">
-      <path d="M 558.8892,615.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2675">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2675)">
-      <path d="M 558.8892,622.5150 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2676">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2676)">
-      <path d="M 558.8892,629.4259 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2677">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2677)">
-      <path d="M 558.8892,636.3368 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2678">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2678)">
-      <path d="M 558.8892,643.2477 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2679">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2679)">
-      <path d="M 558.8892,650.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2680">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2680)">
-      <path d="M 558.8892,657.0695 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2681">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2681)">
-      <path d="M 558.8892,663.9804 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2682">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2682)">
-      <path d="M 558.8892,670.8913 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2683">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2683)">
-      <path d="M 558.8892,677.8022 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2684">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2684)">
-      <path d="M 558.8892,684.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2685">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2685)">
-      <path d="M 558.8892,691.6240 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2686">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2686)">
-      <path d="M 558.8892,698.5349 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2687">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2687)">
-      <path d="M 558.8892,705.4458 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2688">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2688)">
-      <path d="M 558.8892,712.3567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2689">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2689)">
-      <path d="M 558.8892,719.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2690">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2690)">
-      <path d="M 558.8892,726.1785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2691">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2691)">
-      <path d="M 558.8892,733.0894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2692">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2692)">
-      <path d="M 558.8892,740.0003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2693">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2693)">
-      <path d="M 558.8892,746.9112 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2694">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2694)">
-      <path d="M 558.8892,753.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2695">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2695)">
-      <path d="M 558.8892,760.7330 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2696">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2696)">
-      <path d="M 558.8892,767.6439 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2697">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2697)">
-      <path d="M 558.8892,774.5548 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2698">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2698)">
-      <path d="M 558.8892,781.4657 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2699">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2699)">
-      <path d="M 558.8892,788.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2700">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2700)">
-      <path d="M 558.8892,795.2875 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2701">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2701)">
-      <path d="M 558.8892,802.1984 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2702">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2702)">
-      <path d="M 558.8892,809.1093 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2703">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2703)">
-      <path d="M 558.8892,816.0202 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2704">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2704)">
-      <path d="M 558.8892,822.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2705">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2705)">
-      <path d="M 558.8892,829.8420 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2706">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2706)">
-      <path d="M 558.8892,836.7529 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2707">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2707)">
-      <path d="M 558.8892,843.6638 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2708">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2708)">
-      <path d="M 558.8892,850.5747 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2709">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2709)">
-      <path d="M 558.8892,857.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2710">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2710)">
-      <path d="M 558.8892,864.3965 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2711">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2711)">
-      <path d="M 558.8892,871.3074 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2712">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2712)">
-      <path d="M 558.8892,878.2183 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2713">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2713)">
-      <path d="M 558.8892,885.1292 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2714">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2714)">
-      <path d="M 558.8892,892.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2715">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2715)">
-      <path d="M 558.8892,898.9510 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2716">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2716)">
-      <path d="M 558.8892,905.8619 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2717">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2717)">
-      <path d="M 558.8892,912.7728 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2718">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2718)">
-      <path d="M 558.8892,919.6837 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2719">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2719)">
-      <path d="M 558.8892,926.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2720">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2720)">
-      <path d="M 904.4341,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2721">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2721)">
-      <path d="M 897.5232,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2722">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2722)">
-      <path d="M 890.6123,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2723">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2723)">
-      <path d="M 883.7014,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2724">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2724)">
-      <path d="M 876.7905,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2725">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2725)">
-      <path d="M 869.8796,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2726">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2726)">
-      <path d="M 862.9687,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2727">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2727)">
-      <path d="M 856.0578,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2728">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2728)">
-      <path d="M 849.1469,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2729">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2729)">
-      <path d="M 842.2360,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2730">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2730)">
-      <path d="M 835.3251,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2731">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2731)">
-      <path d="M 828.4142,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2732">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2732)">
-      <path d="M 821.5033,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2733">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2733)">
-      <path d="M 814.5924,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2734">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2734)">
-      <path d="M 807.6815,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2735">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2735)">
-      <path d="M 800.7706,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2736">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2736)">
-      <path d="M 793.8597,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2737">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2737)">
-      <path d="M 786.9488,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2738">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2738)">
-      <path d="M 780.0379,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2739">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2739)">
-      <path d="M 773.1270,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2740">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2740)">
-      <path d="M 766.2161,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2741">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2741)">
-      <path d="M 759.3052,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2742">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2742)">
-      <path d="M 752.3943,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2743">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2743)">
-      <path d="M 745.4834,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2744">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2744)">
-      <path d="M 738.5725,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2745">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2745)">
-      <path d="M 731.6616,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2746">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2746)">
-      <path d="M 724.7507,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2747">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2747)">
-      <path d="M 717.8398,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2748">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2748)">
-      <path d="M 710.9289,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2749">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2749)">
-      <path d="M 704.0180,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2750">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2750)">
-      <path d="M 697.1071,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2751">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2751)">
-      <path d="M 690.1962,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2752">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2752)">
-      <path d="M 683.2853,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2753">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2753)">
-      <path d="M 676.3744,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2754">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2754)">
-      <path d="M 669.4635,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2755">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2755)">
-      <path d="M 662.5526,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2756">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2756)">
-      <path d="M 655.6417,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2757">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2757)">
-      <path d="M 648.7308,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2758">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2758)">
-      <path d="M 641.8199,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2759">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2759)">
-      <path d="M 634.9090,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2760">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2760)">
-      <path d="M 627.9981,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2761">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2761)">
-      <path d="M 621.0872,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2762">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2762)">
-      <path d="M 614.1763,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2763">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2763)">
-      <path d="M 607.2654,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2764">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2764)">
-      <path d="M 600.3545,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2765">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2765)">
-      <path d="M 593.4436,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2766">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2766)">
-      <path d="M 586.5327,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2767">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2767)">
-      <path d="M 579.6218,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2768">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2768)">
-      <path d="M 572.7109,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2769">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2769)">
-      <path d="M 565.8001,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2770">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2770)">
-      <path d="M 558.8892,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2771">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2771)">
-      <path d="M 558.8892,581.0497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2772">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2772)">
-      <path d="M 558.8892,615.6041 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2773">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2773)">
-      <path d="M 558.8892,650.1586 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2774">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2774)">
-      <path d="M 558.8892,684.7131 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2775">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2775)">
-      <path d="M 558.8892,719.2676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2776">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2776)">
-      <path d="M 558.8892,753.8221 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2777">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2777)">
-      <path d="M 558.8892,788.3766 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2778">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2778)">
-      <path d="M 558.8892,822.9311 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2779">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2779)">
-      <path d="M 558.8892,857.4856 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2780">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2780)">
-      <path d="M 558.8892,892.0401 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2781">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2781)">
-      <path d="M 558.8892,926.5946 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2782">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2782)">
-      <path d="M 904.4341,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2783">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2783)">
-      <path d="M 869.8796,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2784">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2784)">
-      <path d="M 835.3251,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2785">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2785)">
-      <path d="M 800.7706,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2786">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2786)">
-      <path d="M 766.2161,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2787">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2787)">
-      <path d="M 731.6616,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2788">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2788)">
-      <path d="M 697.1071,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2789">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2789)">
-      <path d="M 662.5526,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2790">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2790)">
-      <path d="M 627.9981,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2791">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2791)">
-      <path d="M 593.4436,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2792">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2792)">
-      <path d="M 558.8892,926.5946 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2793">
-        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2793)">
-      <path d="M 931.2138,986.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2794">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2794)">
-      <path d="M 369.4553,730.6684 ZM 374.2230,721.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 386.8529,730.6684 ZM 397.4198,723.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 397.4198,723.3793 ZM 397.4198,726.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 404.6631,730.6684 ZM 410.9436,725.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 412.2960,730.6684 ZM 413.6255,720.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 422.3357,730.6684 ZM 423.6423,729.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 427.3556,730.6684 ZM 432.3754,718.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 432.3754,718.2219 ZM 432.2837,730.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2795">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2795)">
-      <path d="M 559.6425,868.8864 ZM 564.1581,859.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 576.7651,868.8864 ZM 587.3320,861.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 587.3320,861.5973 ZM 587.3320,864.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 594.5752,868.8864 ZM 600.8558,863.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 602.2082,868.8864 ZM 606.5175,857.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 612.2479,868.8864 ZM 613.5544,867.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 617.2677,868.8864 ZM 622.2876,856.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 622.2876,856.4399 ZM 622.1959,869.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2796">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2796)">
-      <path d="M 598.6582,723.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2797">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2797)">
-      <path d="M 593.4750,827.4210 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2798">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2798)">
-      <path d="M 455.2570,723.7575 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2799">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2799)">
-      <path d="M 524.3660,447.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2800">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2800)">
-      <path d="M 565.9517,457.3269 ZM 573.1033,443.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 592.0481,457.3269 ZM 607.8985,446.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 607.8985,446.3933 ZM 607.8985,450.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 618.7634,457.3269 ZM 625.5368,443.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 635.8515,457.3269 ZM 638.3615,437.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 655.0026,457.3269 ZM 664.4234,449.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 675.0477,457.3269 ZM 682.4743,438.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2801">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2801)">
-      <path d="M 800.8019,827.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2802">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2802)">
-      <path d="M 455.2570,481.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2803">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2803)">
-      <path d="M 455.2570,488.7870 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2804">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2804)">
-      <path d="M 455.2570,495.6979 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2805">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2805)">
-      <path d="M 455.2570,502.6088 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2806">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2806)">
-      <path d="M 455.2570,509.5197 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2807">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2807)">
-      <path d="M 455.2570,516.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2808">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2808)">
-      <path d="M 455.2570,523.3415 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2809">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2809)">
-      <path d="M 455.2570,530.2524 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2810">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2810)">
-      <path d="M 455.2570,537.1633 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2811">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2811)">
-      <path d="M 455.2570,544.0742 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2812">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2812)">
-      <path d="M 455.2570,550.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2813">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2813)">
-      <path d="M 455.2570,557.8960 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2814">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2814)">
-      <path d="M 455.2570,564.8069 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2815">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2815)">
-      <path d="M 455.2570,571.7178 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2816">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2816)">
-      <path d="M 455.2570,578.6287 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2817">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2817)">
-      <path d="M 455.2570,585.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2818">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2818)">
-      <path d="M 455.2570,592.4505 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2819">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2819)">
-      <path d="M 455.2570,599.3614 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2820">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2820)">
-      <path d="M 455.2570,606.2723 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2821">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2821)">
-      <path d="M 455.2570,613.1832 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2822">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2822)">
-      <path d="M 455.2570,620.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2823">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2823)">
-      <path d="M 455.2570,627.0050 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2824">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2824)">
-      <path d="M 455.2570,633.9159 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2825">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2825)">
-      <path d="M 455.2570,640.8268 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2826">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2826)">
-      <path d="M 455.2570,647.7377 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2827">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2827)">
-      <path d="M 455.2570,654.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2828">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2828)">
-      <path d="M 455.2570,661.5594 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2829">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2829)">
-      <path d="M 455.2570,668.4703 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2830">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2830)">
-      <path d="M 455.2570,675.3812 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2831">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2831)">
-      <path d="M 455.2570,682.2921 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2832">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2832)">
-      <path d="M 455.2570,689.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2833">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2833)">
-      <path d="M 455.2570,696.1139 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2834">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2834)">
-      <path d="M 455.2570,703.0248 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2835">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2835)">
-      <path d="M 455.2570,709.9357 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2836">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2836)">
-      <path d="M 455.2570,716.8466 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2837">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2837)">
-      <path d="M 455.2570,723.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2838">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2838)">
-      <path d="M 455.2570,730.6684 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2839">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2839)">
-      <path d="M 455.2570,737.5793 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2840">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2840)">
-      <path d="M 455.2570,744.4902 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2841">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2841)">
-      <path d="M 455.2570,751.4011 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2842">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2842)">
-      <path d="M 455.2570,758.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2843">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2843)">
-      <path d="M 455.2570,765.2229 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2844">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2844)">
-      <path d="M 455.2570,772.1338 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2845">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2845)">
-      <path d="M 455.2570,779.0447 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2846">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2846)">
-      <path d="M 455.2570,785.9556 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2847">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2847)">
-      <path d="M 455.2570,792.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2848">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2848)">
-      <path d="M 455.2570,799.7774 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2849">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2849)">
-      <path d="M 455.2570,806.6883 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2850">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2850)">
-      <path d="M 455.2570,813.5992 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2851">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2851)">
-      <path d="M 455.2570,820.5101 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2852">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2852)">
-      <path d="M 455.2570,827.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2853">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2853)">
-      <path d="M 800.8019,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2854">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2854)">
-      <path d="M 793.8910,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2855">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2855)">
-      <path d="M 786.9801,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2856">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2856)">
-      <path d="M 780.0692,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2857">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2857)">
-      <path d="M 773.1584,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2858">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2858)">
-      <path d="M 766.2475,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2859">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2859)">
-      <path d="M 759.3366,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2860">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2860)">
-      <path d="M 752.4257,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2861">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2861)">
-      <path d="M 745.5148,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2862">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2862)">
-      <path d="M 738.6039,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2863">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2863)">
-      <path d="M 731.6930,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2864">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2864)">
-      <path d="M 724.7821,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2865">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2865)">
-      <path d="M 717.8712,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2866">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2866)">
-      <path d="M 710.9603,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2867">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2867)">
-      <path d="M 704.0494,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2868">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2868)">
-      <path d="M 697.1385,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2869">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2869)">
-      <path d="M 690.2276,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2870">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2870)">
-      <path d="M 683.3167,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2871">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2871)">
-      <path d="M 676.4058,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2872">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2872)">
-      <path d="M 669.4949,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2873">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2873)">
-      <path d="M 662.5840,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2874">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2874)">
-      <path d="M 655.6731,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2875">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2875)">
-      <path d="M 648.7622,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2876">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2876)">
-      <path d="M 641.8513,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2877">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2877)">
-      <path d="M 634.9404,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2878">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2878)">
-      <path d="M 628.0295,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2879">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2879)">
-      <path d="M 621.1186,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2880">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2880)">
-      <path d="M 614.2077,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2881">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2881)">
-      <path d="M 607.2968,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2882">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2882)">
-      <path d="M 600.3859,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2883">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2883)">
-      <path d="M 593.4750,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2884">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2884)">
-      <path d="M 586.5641,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2885">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2885)">
-      <path d="M 579.6532,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2886">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2886)">
-      <path d="M 572.7423,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2887">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2887)">
-      <path d="M 565.8314,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2888">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2888)">
-      <path d="M 558.9205,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2889">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2889)">
-      <path d="M 552.0096,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2890">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2890)">
-      <path d="M 545.0987,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2891">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2891)">
-      <path d="M 538.1878,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2892">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2892)">
-      <path d="M 531.2769,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2893">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2893)">
-      <path d="M 524.3660,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2894">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2894)">
-      <path d="M 517.4551,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2895">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2895)">
-      <path d="M 510.5442,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2896">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2896)">
-      <path d="M 503.6333,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2897">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2897)">
-      <path d="M 496.7224,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2898">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2898)">
-      <path d="M 489.8115,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2899">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2899)">
-      <path d="M 482.9006,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2900">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2900)">
-      <path d="M 475.9897,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2901">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2901)">
-      <path d="M 469.0788,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2902">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2902)">
-      <path d="M 462.1679,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2903">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2903)">
-      <path d="M 455.2570,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2904">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2904)">
-      <path d="M 455.2570,481.8761 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2905">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2905)">
-      <path d="M 455.2570,516.4306 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2906">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2906)">
-      <path d="M 455.2570,550.9851 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2907">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2907)">
-      <path d="M 455.2570,585.5396 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2908">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2908)">
-      <path d="M 455.2570,620.0941 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2909">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2909)">
-      <path d="M 455.2570,654.6486 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2910">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2910)">
-      <path d="M 455.2570,689.2030 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2911">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2911)">
-      <path d="M 455.2570,723.7575 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2912">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2912)">
-      <path d="M 455.2570,758.3120 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2913">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2913)">
-      <path d="M 455.2570,792.8665 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2914">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2914)">
-      <path d="M 455.2570,827.4210 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2915">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2915)">
-      <path d="M 800.8019,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2916">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2916)">
-      <path d="M 766.2475,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2917">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2917)">
-      <path d="M 731.6930,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2918">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2918)">
-      <path d="M 697.1385,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2919">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2919)">
-      <path d="M 662.5840,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2920">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2920)">
-      <path d="M 628.0295,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2921">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2921)">
-      <path d="M 593.4750,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2922">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2922)">
-      <path d="M 558.9205,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2923">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2923)">
-      <path d="M 524.3660,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2924">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2924)">
-      <path d="M 489.8115,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2925">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2925)">
-      <path d="M 455.2570,827.4210 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2926">
-        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2926)">
-      <path d="M 827.5817,887.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2927">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2927)">
-      <path d="M 265.8232,631.4949 ZM 270.5909,622.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 283.2208,631.4949 ZM 293.7877,624.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 293.7877,624.2058 ZM 293.7877,627.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 301.0310,631.4949 ZM 307.3115,626.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 308.6639,631.4949 ZM 309.9934,621.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 318.7036,631.4949 ZM 320.0101,630.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 323.7235,631.4949 ZM 328.7433,619.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 328.7433,619.0484 ZM 328.6516,631.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2928">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2928)">
-      <path d="M 456.0104,769.7128 ZM 460.5260,760.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 473.1330,769.7128 ZM 483.6999,762.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 483.6999,762.4237 ZM 483.6999,765.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 490.9431,769.7128 ZM 497.2237,764.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 498.5761,769.7128 ZM 502.8853,758.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 508.6158,769.7128 ZM 509.9223,768.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 513.6356,769.7128 ZM 518.6555,757.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 518.6555,757.2663 ZM 518.5638,769.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2929">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2929)">
-      <path d="M 495.0261,624.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2930">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2930)">
-      <path d="M 489.8429,728.2474 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2931">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2931)">
-      <path d="M 351.6249,624.5840 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2932">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2932)">
-      <path d="M 420.7339,348.1481 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2933">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2933)">
-      <path d="M 462.3196,358.1534 ZM 469.4712,344.0565 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 488.4160,358.1534 ZM 504.2664,347.2197 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 504.2664,347.2197 ZM 504.2664,351.5175 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 515.1313,358.1534 ZM 521.9046,344.3316 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 532.2194,358.1534 ZM 534.7293,337.9708 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 551.3705,358.1534 ZM 560.7913,350.0391 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 571.4156,358.1534 ZM 578.8422,339.3461 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2934">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2934)">
-      <path d="M 697.1698,728.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2935">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2935)">
-      <path d="M 351.6249,382.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2936">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2936)">
-      <path d="M 351.6249,389.6134 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2937">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2937)">
-      <path d="M 351.6249,396.5243 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2938">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2938)">
-      <path d="M 351.6249,403.4352 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2939">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2939)">
-      <path d="M 351.6249,410.3461 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2940">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2940)">
-      <path d="M 351.6249,417.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2941">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2941)">
-      <path d="M 351.6249,424.1679 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2942">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2942)">
-      <path d="M 351.6249,431.0788 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2943">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2943)">
-      <path d="M 351.6249,437.9897 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2944">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2944)">
-      <path d="M 351.6249,444.9006 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2945">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2945)">
-      <path d="M 351.6249,451.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2946">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2946)">
-      <path d="M 351.6249,458.7224 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2947">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2947)">
-      <path d="M 351.6249,465.6333 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2948">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2948)">
-      <path d="M 351.6249,472.5442 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2949">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2949)">
-      <path d="M 351.6249,479.4551 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2950">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2950)">
-      <path d="M 351.6249,486.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2951">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2951)">
-      <path d="M 351.6249,493.2769 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2952">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2952)">
-      <path d="M 351.6249,500.1878 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2953">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2953)">
-      <path d="M 351.6249,507.0987 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2954">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2954)">
-      <path d="M 351.6249,514.0096 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2955">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2955)">
-      <path d="M 351.6249,520.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2956">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2956)">
-      <path d="M 351.6249,527.8314 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2957">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2957)">
-      <path d="M 351.6249,534.7423 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2958">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2958)">
-      <path d="M 351.6249,541.6532 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2959">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2959)">
-      <path d="M 351.6249,548.5641 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2960">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2960)">
-      <path d="M 351.6249,555.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2961">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2961)">
-      <path d="M 351.6249,562.3859 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2962">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2962)">
-      <path d="M 351.6249,569.2968 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2963">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2963)">
-      <path d="M 351.6249,576.2077 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2964">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2964)">
-      <path d="M 351.6249,583.1186 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2965">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2965)">
-      <path d="M 351.6249,590.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2966">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2966)">
-      <path d="M 351.6249,596.9404 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2967">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2967)">
-      <path d="M 351.6249,603.8513 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2968">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2968)">
-      <path d="M 351.6249,610.7622 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2969">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2969)">
-      <path d="M 351.6249,617.6731 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2970">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2970)">
-      <path d="M 351.6249,624.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2971">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2971)">
-      <path d="M 351.6249,631.4949 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2972">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2972)">
-      <path d="M 351.6249,638.4058 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2973">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2973)">
-      <path d="M 351.6249,645.3167 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2974">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2974)">
-      <path d="M 351.6249,652.2276 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2975">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2975)">
-      <path d="M 351.6249,659.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2976">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2976)">
-      <path d="M 351.6249,666.0494 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2977">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2977)">
-      <path d="M 351.6249,672.9603 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2978">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2978)">
-      <path d="M 351.6249,679.8712 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2979">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2979)">
-      <path d="M 351.6249,686.7821 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2980">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2980)">
-      <path d="M 351.6249,693.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2981">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2981)">
-      <path d="M 351.6249,700.6039 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2982">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2982)">
-      <path d="M 351.6249,707.5148 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2983">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2983)">
-      <path d="M 351.6249,714.4257 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2984">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2984)">
-      <path d="M 351.6249,721.3366 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2985">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2985)">
-      <path d="M 351.6249,728.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2986">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2986)">
-      <path d="M 697.1698,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2987">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2987)">
-      <path d="M 690.2589,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2988">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2988)">
-      <path d="M 683.3480,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2989">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2989)">
-      <path d="M 676.4371,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2990">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2990)">
-      <path d="M 669.5262,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2991">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2991)">
-      <path d="M 662.6153,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2992">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2992)">
-      <path d="M 655.7044,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2993">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2993)">
-      <path d="M 648.7935,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2994">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2994)">
-      <path d="M 641.8826,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2995">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2995)">
-      <path d="M 634.9717,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2996">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2996)">
-      <path d="M 628.0608,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2997">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2997)">
-      <path d="M 621.1500,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2998">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2998)">
-      <path d="M 614.2391,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip2999">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip2999)">
-      <path d="M 607.3282,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3000">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3000)">
-      <path d="M 600.4173,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3001">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3001)">
-      <path d="M 593.5064,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3002">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3002)">
-      <path d="M 586.5955,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3003">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3003)">
-      <path d="M 579.6846,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3004">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3004)">
-      <path d="M 572.7737,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3005">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3005)">
-      <path d="M 565.8628,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3006">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3006)">
-      <path d="M 558.9519,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3007">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3007)">
-      <path d="M 552.0410,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3008">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3008)">
-      <path d="M 545.1301,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3009">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3009)">
-      <path d="M 538.2192,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3010">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3010)">
-      <path d="M 531.3083,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3011">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3011)">
-      <path d="M 524.3974,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3012">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3012)">
-      <path d="M 517.4865,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3013">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3013)">
-      <path d="M 510.5756,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3014">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3014)">
-      <path d="M 503.6647,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3015">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3015)">
-      <path d="M 496.7538,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3016">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3016)">
-      <path d="M 489.8429,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3017">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3017)">
-      <path d="M 482.9320,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3018">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3018)">
-      <path d="M 476.0211,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3019">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3019)">
-      <path d="M 469.1102,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3020">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3020)">
-      <path d="M 462.1993,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3021">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3021)">
-      <path d="M 455.2884,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3022">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3022)">
-      <path d="M 448.3775,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3023">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3023)">
-      <path d="M 441.4666,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3024">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3024)">
-      <path d="M 434.5557,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3025">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3025)">
-      <path d="M 427.6448,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3026">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3026)">
-      <path d="M 420.7339,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3027">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3027)">
-      <path d="M 413.8230,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3028">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3028)">
-      <path d="M 406.9121,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3029">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3029)">
-      <path d="M 400.0012,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3030">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3030)">
-      <path d="M 393.0903,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3031">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3031)">
-      <path d="M 386.1794,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3032">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3032)">
-      <path d="M 379.2685,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3033">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3033)">
-      <path d="M 372.3576,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3034">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3034)">
-      <path d="M 365.4467,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3035">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3035)">
-      <path d="M 358.5358,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3036">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3036)">
-      <path d="M 351.6249,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3037">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3037)">
-      <path d="M 351.6249,382.7025 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3038">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3038)">
-      <path d="M 351.6249,417.2570 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3039">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3039)">
-      <path d="M 351.6249,451.8115 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3040">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3040)">
-      <path d="M 351.6249,486.3660 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3041">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3041)">
-      <path d="M 351.6249,520.9205 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3042">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3042)">
-      <path d="M 351.6249,555.4750 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3043">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3043)">
-      <path d="M 351.6249,590.0295 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3044">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3044)">
-      <path d="M 351.6249,624.5840 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3045">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3045)">
-      <path d="M 351.6249,659.1385 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3046">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3046)">
-      <path d="M 351.6249,693.6930 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3047">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3047)">
-      <path d="M 351.6249,728.2474 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3048">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3048)">
-      <path d="M 697.1698,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3049">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3049)">
-      <path d="M 662.6153,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3050">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3050)">
-      <path d="M 628.0608,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3051">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3051)">
-      <path d="M 593.5064,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3052">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3052)">
-      <path d="M 558.9519,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3053">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3053)">
-      <path d="M 524.3974,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3054">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3054)">
-      <path d="M 489.8429,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3055">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3055)">
-      <path d="M 455.2884,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3056">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3056)">
-      <path d="M 420.7339,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3057">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3057)">
-      <path d="M 386.1794,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3058">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3058)">
-      <path d="M 351.6249,728.2474 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3059">
-        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3059)">
-      <path d="M 723.9496,787.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3060">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3060)">
-      <path d="M 162.1911,532.3213 ZM 166.9588,522.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 179.5887,532.3213 ZM 190.1556,525.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 190.1556,525.0322 ZM 190.1556,527.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 197.3988,532.3213 ZM 203.6794,526.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 205.0318,532.3213 ZM 206.3612,522.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 215.0715,532.3213 ZM 216.3780,531.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 220.0913,532.3213 ZM 225.1112,519.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 225.1112,519.8748 ZM 225.0195,532.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3061">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3061)">
-      <path d="M 352.3783,670.5393 ZM 356.8939,661.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 369.5008,670.5393 ZM 380.0678,663.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 380.0678,663.2502 ZM 380.0678,666.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 387.3110,670.5393 ZM 393.5916,665.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 394.9439,670.5393 ZM 399.2532,659.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 404.9837,670.5393 ZM 406.2902,669.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 410.0035,670.5393 ZM 415.0234,658.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 415.0234,658.0928 ZM 414.9317,670.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3062">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3062)">
-      <path d="M 391.3939,525.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3063">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3063)">
-      <path d="M 386.2108,629.0739 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3064">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3064)">
-      <path d="M 247.9928,525.4104 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3065">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3065)">
-      <path d="M 317.1018,248.9745 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3066">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3066)">
-      <path d="M 358.6875,258.9798 ZM 365.8391,244.8830 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 384.7839,258.9798 ZM 400.6343,248.0462 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 400.6343,248.0462 ZM 400.6343,252.3440 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 411.4992,258.9798 ZM 418.2725,245.1580 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 428.5873,258.9798 ZM 431.0972,238.7973 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 447.7384,258.9798 ZM 457.1592,250.8655 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 467.7834,258.9798 ZM 475.2101,240.1726 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3067">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3067)">
-      <path d="M 593.5377,629.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3068">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3068)">
-      <path d="M 247.9928,283.5290 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3069">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3069)">
-      <path d="M 247.9928,290.4399 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3070">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3070)">
-      <path d="M 247.9928,297.3508 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3071">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3071)">
-      <path d="M 247.9928,304.2617 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3072">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3072)">
-      <path d="M 247.9928,311.1726 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3073">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3073)">
-      <path d="M 247.9928,318.0835 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3074">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3074)">
-      <path d="M 247.9928,324.9944 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3075">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3075)">
-      <path d="M 247.9928,331.9053 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3076">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3076)">
-      <path d="M 247.9928,338.8162 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3077">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3077)">
-      <path d="M 247.9928,345.7271 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3078">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3078)">
-      <path d="M 247.9928,352.6380 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3079">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3079)">
-      <path d="M 247.9928,359.5489 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3080">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3080)">
-      <path d="M 247.9928,366.4598 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3081">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3081)">
-      <path d="M 247.9928,373.3707 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3082">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3082)">
-      <path d="M 247.9928,380.2816 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3083">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3083)">
-      <path d="M 247.9928,387.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3084">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3084)">
-      <path d="M 247.9928,394.1034 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3085">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3085)">
-      <path d="M 247.9928,401.0143 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3086">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3086)">
-      <path d="M 247.9928,407.9252 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3087">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3087)">
-      <path d="M 247.9928,414.8361 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3088">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3088)">
-      <path d="M 247.9928,421.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3089">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3089)">
-      <path d="M 247.9928,428.6579 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3090">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3090)">
-      <path d="M 247.9928,435.5687 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3091">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3091)">
-      <path d="M 247.9928,442.4796 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3092">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3092)">
-      <path d="M 247.9928,449.3905 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3093">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3093)">
-      <path d="M 247.9928,456.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3094">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3094)">
-      <path d="M 247.9928,463.2123 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3095">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3095)">
-      <path d="M 247.9928,470.1232 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3096">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3096)">
-      <path d="M 247.9928,477.0341 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3097">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3097)">
-      <path d="M 247.9928,483.9450 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3098">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3098)">
-      <path d="M 247.9928,490.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3099">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3099)">
-      <path d="M 247.9928,497.7668 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3100">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3100)">
-      <path d="M 247.9928,504.6777 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3101">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3101)">
-      <path d="M 247.9928,511.5886 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3102">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3102)">
-      <path d="M 247.9928,518.4995 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3103">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3103)">
-      <path d="M 247.9928,525.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3104">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3104)">
-      <path d="M 247.9928,532.3213 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3105">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3105)">
-      <path d="M 247.9928,539.2322 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3106">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3106)">
-      <path d="M 247.9928,546.1431 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3107">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3107)">
-      <path d="M 247.9928,553.0540 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3108">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3108)">
-      <path d="M 247.9928,559.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3109">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3109)">
-      <path d="M 247.9928,566.8758 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3110">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3110)">
-      <path d="M 247.9928,573.7867 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3111">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3111)">
-      <path d="M 247.9928,580.6976 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3112">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3112)">
-      <path d="M 247.9928,587.6085 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3113">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3113)">
-      <path d="M 247.9928,594.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3114">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3114)">
-      <path d="M 247.9928,601.4303 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3115">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3115)">
-      <path d="M 247.9928,608.3412 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3116">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3116)">
-      <path d="M 247.9928,615.2521 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3117">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3117)">
-      <path d="M 247.9928,622.1630 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3118">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3118)">
-      <path d="M 247.9928,629.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3119">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3119)">
-      <path d="M 593.5377,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3120">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3120)">
-      <path d="M 586.6268,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3121">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3121)">
-      <path d="M 579.7159,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3122">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3122)">
-      <path d="M 572.8050,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3123">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3123)">
-      <path d="M 565.8941,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3124">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3124)">
-      <path d="M 558.9832,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3125">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3125)">
-      <path d="M 552.0723,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3126">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3126)">
-      <path d="M 545.1614,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3127">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3127)">
-      <path d="M 538.2505,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3128">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3128)">
-      <path d="M 531.3396,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3129">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3129)">
-      <path d="M 524.4287,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3130">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3130)">
-      <path d="M 517.5178,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3131">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3131)">
-      <path d="M 510.6069,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3132">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3132)">
-      <path d="M 503.6960,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3133">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3133)">
-      <path d="M 496.7851,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3134">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3134)">
-      <path d="M 489.8742,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3135">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3135)">
-      <path d="M 482.9633,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3136">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3136)">
-      <path d="M 476.0524,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3137">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3137)">
-      <path d="M 469.1415,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3138">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3138)">
-      <path d="M 462.2307,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3139">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3139)">
-      <path d="M 455.3198,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3140">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3140)">
-      <path d="M 448.4089,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3141">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3141)">
-      <path d="M 441.4980,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3142">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3142)">
-      <path d="M 434.5871,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3143">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3143)">
-      <path d="M 427.6762,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3144">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3144)">
-      <path d="M 420.7653,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3145">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3145)">
-      <path d="M 413.8544,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3146">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3146)">
-      <path d="M 406.9435,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3147">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3147)">
-      <path d="M 400.0326,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3148">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3148)">
-      <path d="M 393.1217,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3149">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3149)">
-      <path d="M 386.2108,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3150">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3150)">
-      <path d="M 379.2999,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3151">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3151)">
-      <path d="M 372.3890,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3152">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3152)">
-      <path d="M 365.4781,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3153">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3153)">
-      <path d="M 358.5672,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3154">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3154)">
-      <path d="M 351.6563,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3155">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3155)">
-      <path d="M 344.7454,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3156">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3156)">
-      <path d="M 337.8345,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3157">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3157)">
-      <path d="M 330.9236,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3158">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3158)">
-      <path d="M 324.0127,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3159">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3159)">
-      <path d="M 317.1018,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3160">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3160)">
-      <path d="M 310.1909,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3161">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3161)">
-      <path d="M 303.2800,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3162">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3162)">
-      <path d="M 296.3691,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3163">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3163)">
-      <path d="M 289.4582,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3164">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3164)">
-      <path d="M 282.5473,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3165">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3165)">
-      <path d="M 275.6364,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3166">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3166)">
-      <path d="M 268.7255,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3167">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3167)">
-      <path d="M 261.8146,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3168">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3168)">
-      <path d="M 254.9037,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3169">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3169)">
-      <path d="M 247.9928,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3170">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3170)">
-      <path d="M 247.9928,283.5290 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3171">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3171)">
-      <path d="M 247.9928,318.0835 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3172">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3172)">
-      <path d="M 247.9928,352.6380 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3173">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3173)">
-      <path d="M 247.9928,387.1925 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3174">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3174)">
-      <path d="M 247.9928,421.7470 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3175">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3175)">
-      <path d="M 247.9928,456.3014 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3176">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3176)">
-      <path d="M 247.9928,490.8559 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3177">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3177)">
-      <path d="M 247.9928,525.4104 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3178">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3178)">
-      <path d="M 247.9928,559.9649 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3179">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3179)">
-      <path d="M 247.9928,594.5194 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3180">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3180)">
-      <path d="M 247.9928,629.0739 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3181">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3181)">
-      <path d="M 593.5377,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3182">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3182)">
-      <path d="M 558.9832,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3183">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3183)">
-      <path d="M 524.4287,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3184">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3184)">
-      <path d="M 489.8742,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3185">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3185)">
-      <path d="M 455.3198,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3186">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3186)">
-      <path d="M 420.7653,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3187">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3187)">
-      <path d="M 386.2108,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3188">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3188)">
-      <path d="M 351.6563,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3189">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3189)">
-      <path d="M 317.1018,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3190">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3190)">
-      <path d="M 282.5473,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3191">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3191)">
-      <path d="M 247.9928,629.0739 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3192">
-        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3192)">
-      <path d="M 620.3174,688.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3193">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3193)">
-      <path d="M 58.5590,433.1478 ZM 63.3267,423.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 75.9566,433.1478 ZM 86.5235,425.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 86.5235,425.8587 ZM 86.5235,428.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 93.7667,433.1478 ZM 100.0473,427.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 101.3997,433.1478 ZM 102.7291,422.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 111.4394,433.1478 ZM 112.7459,432.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 116.4592,433.1478 ZM 121.4791,420.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 121.4791,420.7013 ZM 121.3874,433.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3194">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3194)">
-      <path d="M 248.7462,571.3657 ZM 253.2618,562.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 265.8687,571.3657 ZM 276.4356,564.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 276.4356,564.0766 ZM 276.4356,566.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 283.6789,571.3657 ZM 289.9595,565.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 291.3118,571.3657 ZM 295.6211,560.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 301.3515,571.3657 ZM 302.6581,570.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 306.3714,571.3657 ZM 311.3913,558.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 311.3913,558.9192 ZM 311.2996,571.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3195">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3195)">
-      <path d="M 287.7618,426.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3196">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3196)">
-      <path d="M 282.5787,529.9003 v -103.6635 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3197">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3197)">
-      <path d="M 144.3607,426.2369 h 138.2180 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3198">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3198)">
-      <path d="M 213.4697,149.8009 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3199">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3199)">
-      <path d="M 255.0554,159.8063 ZM 262.2070,145.7094 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 281.1518,159.8063 ZM 297.0021,148.8726 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 297.0021,148.8726 ZM 297.0021,153.1704 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 307.8670,159.8063 ZM 314.6404,145.9845 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 324.9552,159.8063 ZM 327.4651,139.6237 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 344.1063,159.8063 ZM 353.5271,151.6920 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 364.1513,159.8063 ZM 371.5780,140.9990 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3200">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3200)">
-      <path d="M 489.9056,529.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3201">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3201)">
-      <path d="M 144.3607,184.3554 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3202">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3202)">
-      <path d="M 144.3607,191.2663 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3203">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3203)">
-      <path d="M 144.3607,198.1772 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3204">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3204)">
-      <path d="M 144.3607,205.0881 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3205">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3205)">
-      <path d="M 144.3607,211.9990 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3206">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3206)">
-      <path d="M 144.3607,218.9099 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3207">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3207)">
-      <path d="M 144.3607,225.8208 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3208">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3208)">
-      <path d="M 144.3607,232.7317 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3209">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3209)">
-      <path d="M 144.3607,239.6426 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3210">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3210)">
-      <path d="M 144.3607,246.5535 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3211">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3211)">
-      <path d="M 144.3607,253.4644 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3212">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3212)">
-      <path d="M 144.3607,260.3753 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3213">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3213)">
-      <path d="M 144.3607,267.2862 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3214">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3214)">
-      <path d="M 144.3607,274.1971 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3215">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3215)">
-      <path d="M 144.3607,281.1080 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3216">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3216)">
-      <path d="M 144.3607,288.0189 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3217">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3217)">
-      <path d="M 144.3607,294.9298 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3218">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3218)">
-      <path d="M 144.3607,301.8407 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3219">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3219)">
-      <path d="M 144.3607,308.7516 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3220">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3220)">
-      <path d="M 144.3607,315.6625 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3221">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3221)">
-      <path d="M 144.3607,322.5734 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3222">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3222)">
-      <path d="M 144.3607,329.4843 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3223">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3223)">
-      <path d="M 144.3607,336.3952 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3224">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3224)">
-      <path d="M 144.3607,343.3061 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3225">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3225)">
-      <path d="M 144.3607,350.2170 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3226">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3226)">
-      <path d="M 144.3607,357.1279 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3227">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3227)">
-      <path d="M 144.3607,364.0388 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3228">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3228)">
-      <path d="M 144.3607,370.9497 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3229">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3229)">
-      <path d="M 144.3607,377.8606 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3230">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3230)">
-      <path d="M 144.3607,384.7715 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3231">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3231)">
-      <path d="M 144.3607,391.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3232">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3232)">
-      <path d="M 144.3607,398.5933 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3233">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3233)">
-      <path d="M 144.3607,405.5042 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3234">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3234)">
-      <path d="M 144.3607,412.4151 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3235">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3235)">
-      <path d="M 144.3607,419.3260 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3236">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3236)">
-      <path d="M 144.3607,426.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3237">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3237)">
-      <path d="M 144.3607,433.1478 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3238">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3238)">
-      <path d="M 144.3607,440.0587 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3239">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3239)">
-      <path d="M 144.3607,446.9696 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3240">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3240)">
-      <path d="M 144.3607,453.8805 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3241">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3241)">
-      <path d="M 144.3607,460.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3242">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3242)">
-      <path d="M 144.3607,467.7023 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3243">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3243)">
-      <path d="M 144.3607,474.6132 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3244">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3244)">
-      <path d="M 144.3607,481.5241 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3245">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3245)">
-      <path d="M 144.3607,488.4350 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3246">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3246)">
-      <path d="M 144.3607,495.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3247">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3247)">
-      <path d="M 144.3607,502.2567 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3248">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3248)">
-      <path d="M 144.3607,509.1676 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3249">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3249)">
-      <path d="M 144.3607,516.0785 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3250">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3250)">
-      <path d="M 144.3607,522.9894 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3251">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3251)">
-      <path d="M 144.3607,529.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3252">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3252)">
-      <path d="M 489.9056,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3253">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3253)">
-      <path d="M 482.9947,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3254">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3254)">
-      <path d="M 476.0838,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3255">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3255)">
-      <path d="M 469.1729,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3256">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3256)">
-      <path d="M 462.2620,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3257">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3257)">
-      <path d="M 455.3511,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3258">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3258)">
-      <path d="M 448.4402,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3259">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3259)">
-      <path d="M 441.5293,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3260">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3260)">
-      <path d="M 434.6184,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3261">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3261)">
-      <path d="M 427.7075,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3262">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3262)">
-      <path d="M 420.7966,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3263">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3263)">
-      <path d="M 413.8857,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3264">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3264)">
-      <path d="M 406.9748,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3265">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3265)">
-      <path d="M 400.0639,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3266">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3266)">
-      <path d="M 393.1530,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3267">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3267)">
-      <path d="M 386.2421,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3268">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3268)">
-      <path d="M 379.3312,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3269">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3269)">
-      <path d="M 372.4203,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3270">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3270)">
-      <path d="M 365.5094,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3271">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3271)">
-      <path d="M 358.5985,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3272">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3272)">
-      <path d="M 351.6876,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3273">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3273)">
-      <path d="M 344.7767,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3274">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3274)">
-      <path d="M 337.8658,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3275">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3275)">
-      <path d="M 330.9549,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3276">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3276)">
-      <path d="M 324.0440,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3277">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3277)">
-      <path d="M 317.1331,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3278">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3278)">
-      <path d="M 310.2222,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3279">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3279)">
-      <path d="M 303.3114,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3280">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3280)">
-      <path d="M 296.4005,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3281">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3281)">
-      <path d="M 289.4896,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3282">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3282)">
-      <path d="M 282.5787,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3283">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3283)">
-      <path d="M 275.6678,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3284">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3284)">
-      <path d="M 268.7569,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3285">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3285)">
-      <path d="M 261.8460,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3286">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3286)">
-      <path d="M 254.9351,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3287">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3287)">
-      <path d="M 248.0242,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3288">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3288)">
-      <path d="M 241.1133,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3289">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3289)">
-      <path d="M 234.2024,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3290">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3290)">
-      <path d="M 227.2915,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3291">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3291)">
-      <path d="M 220.3806,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3292">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3292)">
-      <path d="M 213.4697,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3293">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3293)">
-      <path d="M 206.5588,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3294">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3294)">
-      <path d="M 199.6479,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3295">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3295)">
-      <path d="M 192.7370,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3296">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3296)">
-      <path d="M 185.8261,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3297">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3297)">
-      <path d="M 178.9152,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3298">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3298)">
-      <path d="M 172.0043,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3299">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3299)">
-      <path d="M 165.0934,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3300">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3300)">
-      <path d="M 158.1825,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3301">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3301)">
-      <path d="M 151.2716,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3302">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3302)">
-      <path d="M 144.3607,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3303">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3303)">
-      <path d="M 144.3607,184.3554 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3304">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3304)">
-      <path d="M 144.3607,218.9099 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3305">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3305)">
-      <path d="M 144.3607,253.4644 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3306">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3306)">
-      <path d="M 144.3607,288.0189 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3307">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3307)">
-      <path d="M 144.3607,322.5734 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3308">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3308)">
-      <path d="M 144.3607,357.1279 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3309">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3309)">
-      <path d="M 144.3607,391.6824 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3310">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3310)">
-      <path d="M 144.3607,426.2369 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3311">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3311)">
-      <path d="M 144.3607,460.7914 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3312">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3312)">
-      <path d="M 144.3607,495.3459 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3313">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3313)">
-      <path d="M 144.3607,529.9003 h 345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3314">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3314)">
-      <path d="M 489.9056,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3315">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3315)">
-      <path d="M 455.3511,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3316">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3316)">
-      <path d="M 420.7966,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3317">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3317)">
-      <path d="M 386.2421,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3318">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3318)">
-      <path d="M 351.6876,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3319">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3319)">
-      <path d="M 317.1331,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3320">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3320)">
-      <path d="M 282.5787,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3321">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3321)">
-      <path d="M 248.0242,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3322">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3322)">
-      <path d="M 213.4697,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3323">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3323)">
-      <path d="M 178.9152,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3324">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3324)">
-      <path d="M 144.3607,529.9003 v -345.5449 "/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <defs>
-      <clipPath id="myClip3325">
-        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
-      </clipPath>
-    </defs>
-    <g clip-path="url(#myClip3325)">
-      <path d="M 516.6853,589.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>
-    </g>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1)">
+      <path d="M 183.6783,354.9047 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,135.5774,342.8795)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3)">
+      <path d="M 376.3902,495.0588 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip4">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip4)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,328.2893,483.0336)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip5">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip5)">
+      <path d="M 333.5451,340.6931 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip6">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip6)">
+      <path d="M 328.2893,445.8087 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip7">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip7)">
+      <path d="M 188.1352,340.6931 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip8">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip8)">
+      <path d="M 258.2123,60.3848 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip9">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip9)">
+      <path d="M 453.5171,81.4079 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip10">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip10)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,363.3279,63.3700)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip11">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip11)">
+      <path d="M 538.5206,445.8087 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip12">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip12)">
+      <path d="M 188.1352,95.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip13">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip13)">
+      <path d="M 188.1352,102.4310 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip14">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip14)">
+      <path d="M 188.1352,109.4387 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip15">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip15)">
+      <path d="M 188.1352,116.4464 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip16">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip16)">
+      <path d="M 188.1352,123.4541 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip17">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip17)">
+      <path d="M 188.1352,130.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip18">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip18)">
+      <path d="M 188.1352,137.4695 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip19">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip19)">
+      <path d="M 188.1352,144.4773 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip20">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip20)">
+      <path d="M 188.1352,151.4850 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip21">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip21)">
+      <path d="M 188.1352,158.4927 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip22">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip22)">
+      <path d="M 188.1352,165.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip23">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip23)">
+      <path d="M 188.1352,172.5081 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip24">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip24)">
+      <path d="M 188.1352,179.5158 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip25">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip25)">
+      <path d="M 188.1352,186.5235 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip26">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip26)">
+      <path d="M 188.1352,193.5312 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip27">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip27)">
+      <path d="M 188.1352,200.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip28">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip28)">
+      <path d="M 188.1352,207.5466 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip29">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip29)">
+      <path d="M 188.1352,214.5543 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip30">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip30)">
+      <path d="M 188.1352,221.5620 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip31">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip31)">
+      <path d="M 188.1352,228.5697 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip32">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip32)">
+      <path d="M 188.1352,235.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip33">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip33)">
+      <path d="M 188.1352,242.5852 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip34">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip34)">
+      <path d="M 188.1352,249.5929 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip35">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip35)">
+      <path d="M 188.1352,256.6006 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip36">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip36)">
+      <path d="M 188.1352,263.6083 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip37">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip37)">
+      <path d="M 188.1352,270.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip38">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip38)">
+      <path d="M 188.1352,277.6237 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip39">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip39)">
+      <path d="M 188.1352,284.6314 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip40">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip40)">
+      <path d="M 188.1352,291.6391 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip41">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip41)">
+      <path d="M 188.1352,298.6468 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip42">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip42)">
+      <path d="M 188.1352,305.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip43">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip43)">
+      <path d="M 188.1352,312.6622 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip44">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip44)">
+      <path d="M 188.1352,319.6699 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip45">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip45)">
+      <path d="M 188.1352,326.6777 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip46">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip46)">
+      <path d="M 188.1352,333.6854 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip47">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip47)">
+      <path d="M 188.1352,340.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip48">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip48)">
+      <path d="M 188.1352,347.7008 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip49">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip49)">
+      <path d="M 188.1352,354.7085 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip50">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip50)">
+      <path d="M 188.1352,361.7162 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip51">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip51)">
+      <path d="M 188.1352,368.7239 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip52">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip52)">
+      <path d="M 188.1352,375.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip53">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip53)">
+      <path d="M 188.1352,382.7393 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip54">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip54)">
+      <path d="M 188.1352,389.7470 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip55">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip55)">
+      <path d="M 188.1352,396.7547 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip56">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip56)">
+      <path d="M 188.1352,403.7624 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip57">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip57)">
+      <path d="M 188.1352,410.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip58">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip58)">
+      <path d="M 188.1352,417.7779 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip59">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip59)">
+      <path d="M 188.1352,424.7856 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip60">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip60)">
+      <path d="M 188.1352,431.7933 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip61">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip61)">
+      <path d="M 188.1352,438.8010 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip62">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip62)">
+      <path d="M 188.1352,445.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip63">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip63)">
+      <path d="M 538.5206,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip64">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip64)">
+      <path d="M 531.5128,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip65">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip65)">
+      <path d="M 524.5051,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip66">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip66)">
+      <path d="M 517.4974,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip67">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip67)">
+      <path d="M 510.4897,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip68">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip68)">
+      <path d="M 503.4820,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip69">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip69)">
+      <path d="M 496.4743,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip70">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip70)">
+      <path d="M 489.4666,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip71">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip71)">
+      <path d="M 482.4589,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip72">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip72)">
+      <path d="M 475.4512,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip73">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip73)">
+      <path d="M 468.4435,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip74">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip74)">
+      <path d="M 461.4358,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip75">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip75)">
+      <path d="M 454.4281,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip76">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip76)">
+      <path d="M 447.4204,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip77">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip77)">
+      <path d="M 440.4127,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip78">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip78)">
+      <path d="M 433.4049,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip79">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip79)">
+      <path d="M 426.3972,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip80">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip80)">
+      <path d="M 419.3895,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip81">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip81)">
+      <path d="M 412.3818,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip82">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip82)">
+      <path d="M 405.3741,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip83">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip83)">
+      <path d="M 398.3664,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip84">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip84)">
+      <path d="M 391.3587,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip85">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip85)">
+      <path d="M 384.3510,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip86">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip86)">
+      <path d="M 377.3433,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip87">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip87)">
+      <path d="M 370.3356,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip88">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip88)">
+      <path d="M 363.3279,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip89">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip89)">
+      <path d="M 356.3202,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip90">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip90)">
+      <path d="M 349.3125,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip91">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip91)">
+      <path d="M 342.3047,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip92">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip92)">
+      <path d="M 335.2970,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip93">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip93)">
+      <path d="M 328.2893,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip94">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip94)">
+      <path d="M 321.2816,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip95">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip95)">
+      <path d="M 314.2739,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip96">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip96)">
+      <path d="M 307.2662,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip97">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip97)">
+      <path d="M 300.2585,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip98">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip98)">
+      <path d="M 293.2508,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip99">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip99)">
+      <path d="M 286.2431,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip100">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip100)">
+      <path d="M 279.2354,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip101">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip101)">
+      <path d="M 272.2277,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip102">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip102)">
+      <path d="M 265.2200,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip103">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip103)">
+      <path d="M 258.2123,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip104">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip104)">
+      <path d="M 251.2045,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip105">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip105)">
+      <path d="M 244.1968,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip106">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip106)">
+      <path d="M 237.1891,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip107">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip107)">
+      <path d="M 230.1814,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip108">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip108)">
+      <path d="M 223.1737,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip109">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip109)">
+      <path d="M 216.1660,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip110">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip110)">
+      <path d="M 209.1583,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip111">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip111)">
+      <path d="M 202.1506,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip112">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip112)">
+      <path d="M 195.1429,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip113">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip113)">
+      <path d="M 188.1352,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip114">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip114)">
+      <path d="M 188.1352,95.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip115">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip115)">
+      <path d="M 188.1352,130.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip116">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip116)">
+      <path d="M 188.1352,165.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip117">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip117)">
+      <path d="M 188.1352,200.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip118">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip118)">
+      <path d="M 188.1352,235.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip119">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip119)">
+      <path d="M 188.1352,270.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip120">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip120)">
+      <path d="M 188.1352,305.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip121">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip121)">
+      <path d="M 188.1352,340.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip122">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip122)">
+      <path d="M 188.1352,375.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip123">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip123)">
+      <path d="M 188.1352,410.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip124">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip124)">
+      <path d="M 188.1352,445.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip125">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip125)">
+      <path d="M 538.5206,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip126">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip126)">
+      <path d="M 503.4820,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip127">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip127)">
+      <path d="M 468.4435,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip128">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip128)">
+      <path d="M 433.4049,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip129">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip129)">
+      <path d="M 398.3664,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip130">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip130)">
+      <path d="M 363.3279,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip131">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip131)">
+      <path d="M 328.2893,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip132">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip132)">
+      <path d="M 293.2508,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip133">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip133)">
+      <path d="M 258.2123,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip134">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip134)">
+      <path d="M 223.1737,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip135">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip135)">
+      <path d="M 188.1352,445.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip136">
+        <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip136)">
+      <path d="M 565.6754,506.2810 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 565.6754,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip137">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip137)">
+      <path d="M 75.4401,255.7311 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip138">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip138)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,27.3392,243.7059)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip139">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip139)">
+      <path d="M 268.1521,395.8853 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip140">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip140)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,220.0512,383.8601)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip141">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip141)">
+      <path d="M 225.3070,241.5195 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip142">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip142)">
+      <path d="M 220.0512,346.6351 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip143">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip143)">
+      <path d="M 79.8970,241.5195 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip144">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip144)">
+      <path d="M 149.9741,-38.7888 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip145">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip145)">
+      <path d="M 345.2789,-17.7657 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip146">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip146)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,255.0897,-35.8035)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip147">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip147)">
+      <path d="M 430.2824,346.6351 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip148">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip148)">
+      <path d="M 79.8970,-3.7503 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip149">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip149)">
+      <path d="M 79.8970,3.2575 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip150">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip150)">
+      <path d="M 79.8970,10.2652 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip151">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip151)">
+      <path d="M 79.8970,17.2729 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip152">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip152)">
+      <path d="M 79.8970,24.2806 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip153">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip153)">
+      <path d="M 79.8970,31.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip154">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip154)">
+      <path d="M 79.8970,38.2960 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip155">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip155)">
+      <path d="M 79.8970,45.3037 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip156">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip156)">
+      <path d="M 79.8970,52.3114 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip157">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip157)">
+      <path d="M 79.8970,59.3191 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip158">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip158)">
+      <path d="M 79.8970,66.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip159">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip159)">
+      <path d="M 79.8970,73.3345 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip160">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip160)">
+      <path d="M 79.8970,80.3422 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip161">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip161)">
+      <path d="M 79.8970,87.3499 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip162">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip162)">
+      <path d="M 79.8970,94.3577 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip163">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip163)">
+      <path d="M 79.8970,101.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip164">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip164)">
+      <path d="M 79.8970,108.3731 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip165">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip165)">
+      <path d="M 79.8970,115.3808 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip166">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip166)">
+      <path d="M 79.8970,122.3885 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip167">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip167)">
+      <path d="M 79.8970,129.3962 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip168">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip168)">
+      <path d="M 79.8970,136.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip169">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip169)">
+      <path d="M 79.8970,143.4116 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip170">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip170)">
+      <path d="M 79.8970,150.4193 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip171">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip171)">
+      <path d="M 79.8970,157.4270 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip172">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip172)">
+      <path d="M 79.8970,164.4347 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip173">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip173)">
+      <path d="M 79.8970,171.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip174">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip174)">
+      <path d="M 79.8970,178.4501 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip175">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip175)">
+      <path d="M 79.8970,185.4579 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip176">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip176)">
+      <path d="M 79.8970,192.4656 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip177">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip177)">
+      <path d="M 79.8970,199.4733 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip178">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip178)">
+      <path d="M 79.8970,206.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip179">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip179)">
+      <path d="M 79.8970,213.4887 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip180">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip180)">
+      <path d="M 79.8970,220.4964 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip181">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip181)">
+      <path d="M 79.8970,227.5041 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip182">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip182)">
+      <path d="M 79.8970,234.5118 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip183">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip183)">
+      <path d="M 79.8970,241.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip184">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip184)">
+      <path d="M 79.8970,248.5272 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip185">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip185)">
+      <path d="M 79.8970,255.5349 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip186">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip186)">
+      <path d="M 79.8970,262.5426 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip187">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip187)">
+      <path d="M 79.8970,269.5503 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip188">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip188)">
+      <path d="M 79.8970,276.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip189">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip189)">
+      <path d="M 79.8970,283.5658 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip190">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip190)">
+      <path d="M 79.8970,290.5735 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip191">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip191)">
+      <path d="M 79.8970,297.5812 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip192">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip192)">
+      <path d="M 79.8970,304.5889 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip193">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip193)">
+      <path d="M 79.8970,311.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip194">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip194)">
+      <path d="M 79.8970,318.6043 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip195">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip195)">
+      <path d="M 79.8970,325.6120 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip196">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip196)">
+      <path d="M 79.8970,332.6197 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip197">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip197)">
+      <path d="M 79.8970,339.6274 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip198">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip198)">
+      <path d="M 79.8970,346.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip199">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip199)">
+      <path d="M 430.2824,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip200">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip200)">
+      <path d="M 423.2747,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip201">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip201)">
+      <path d="M 416.2670,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip202">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip202)">
+      <path d="M 409.2593,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip203">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip203)">
+      <path d="M 402.2516,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip204">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip204)">
+      <path d="M 395.2439,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip205">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip205)">
+      <path d="M 388.2362,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip206">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip206)">
+      <path d="M 381.2285,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip207">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip207)">
+      <path d="M 374.2208,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip208">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip208)">
+      <path d="M 367.2131,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip209">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip209)">
+      <path d="M 360.2053,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip210">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip210)">
+      <path d="M 353.1976,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip211">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip211)">
+      <path d="M 346.1899,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip212">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip212)">
+      <path d="M 339.1822,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip213">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip213)">
+      <path d="M 332.1745,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip214">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip214)">
+      <path d="M 325.1668,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip215">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip215)">
+      <path d="M 318.1591,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip216">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip216)">
+      <path d="M 311.1514,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip217">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip217)">
+      <path d="M 304.1437,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip218">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip218)">
+      <path d="M 297.1360,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip219">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip219)">
+      <path d="M 290.1283,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip220">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip220)">
+      <path d="M 283.1206,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip221">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip221)">
+      <path d="M 276.1129,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip222">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip222)">
+      <path d="M 269.1051,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip223">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip223)">
+      <path d="M 262.0974,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip224">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip224)">
+      <path d="M 255.0897,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip225">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip225)">
+      <path d="M 248.0820,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip226">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip226)">
+      <path d="M 241.0743,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip227">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip227)">
+      <path d="M 234.0666,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip228">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip228)">
+      <path d="M 227.0589,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip229">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip229)">
+      <path d="M 220.0512,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip230">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip230)">
+      <path d="M 213.0435,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip231">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip231)">
+      <path d="M 206.0358,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip232">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip232)">
+      <path d="M 199.0281,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip233">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip233)">
+      <path d="M 192.0204,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip234">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip234)">
+      <path d="M 185.0127,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip235">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip235)">
+      <path d="M 178.0049,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip236">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip236)">
+      <path d="M 170.9972,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip237">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip237)">
+      <path d="M 163.9895,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip238">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip238)">
+      <path d="M 156.9818,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip239">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip239)">
+      <path d="M 149.9741,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip240">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip240)">
+      <path d="M 142.9664,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip241">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip241)">
+      <path d="M 135.9587,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip242">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip242)">
+      <path d="M 128.9510,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip243">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip243)">
+      <path d="M 121.9433,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip244">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip244)">
+      <path d="M 114.9356,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip245">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip245)">
+      <path d="M 107.9279,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip246">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip246)">
+      <path d="M 100.9202,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip247">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip247)">
+      <path d="M 93.9125,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip248">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip248)">
+      <path d="M 86.9048,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip249">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip249)">
+      <path d="M 79.8970,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip250">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip250)">
+      <path d="M 79.8970,-3.7503 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip251">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip251)">
+      <path d="M 79.8970,31.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip252">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip252)">
+      <path d="M 79.8970,66.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip253">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip253)">
+      <path d="M 79.8970,101.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip254">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip254)">
+      <path d="M 79.8970,136.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip255">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip255)">
+      <path d="M 79.8970,171.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip256">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip256)">
+      <path d="M 79.8970,206.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip257">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip257)">
+      <path d="M 79.8970,241.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip258">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip258)">
+      <path d="M 79.8970,276.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip259">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip259)">
+      <path d="M 79.8970,311.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip260">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip260)">
+      <path d="M 79.8970,346.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip261">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip261)">
+      <path d="M 430.2824,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip262">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip262)">
+      <path d="M 395.2439,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip263">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip263)">
+      <path d="M 360.2053,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip264">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip264)">
+      <path d="M 325.1668,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip265">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip265)">
+      <path d="M 290.1283,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip266">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip266)">
+      <path d="M 255.0897,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip267">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip267)">
+      <path d="M 220.0512,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip268">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip268)">
+      <path d="M 185.0127,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip269">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip269)">
+      <path d="M 149.9741,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip270">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip270)">
+      <path d="M 114.9356,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip271">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip271)">
+      <path d="M 79.8970,346.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip272">
+        <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip272)">
+      <path d="M 457.4373,407.1074 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 457.4373,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip273">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip273)">
+      <path d="M -32.7980,156.5576 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip274">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip274)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-80.8989,144.5324)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip275">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip275)">
+      <path d="M 159.9140,296.7117 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip276">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip276)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,111.8131,284.6865)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip277">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip277)">
+      <path d="M 117.0688,142.3460 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip278">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip278)">
+      <path d="M 111.8131,247.4616 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip279">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip279)">
+      <path d="M -28.3411,142.3460 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip280">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip280)">
+      <path d="M 41.7360,-137.9623 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip281">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip281)">
+      <path d="M 237.0408,-116.9392 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip282">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip282)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,146.8516,-134.9771)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip283">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip283)">
+      <path d="M 322.0443,247.4616 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip284">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip284)">
+      <path d="M -28.3411,-102.9238 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip285">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip285)">
+      <path d="M -28.3411,-95.9161 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip286">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip286)">
+      <path d="M -28.3411,-88.9084 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip287">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip287)">
+      <path d="M -28.3411,-81.9007 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip288">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip288)">
+      <path d="M -28.3411,-74.8930 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip289">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip289)">
+      <path d="M -28.3411,-67.8853 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip290">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip290)">
+      <path d="M -28.3411,-60.8776 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip291">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip291)">
+      <path d="M -28.3411,-53.8699 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip292">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip292)">
+      <path d="M -28.3411,-46.8621 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip293">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip293)">
+      <path d="M -28.3411,-39.8544 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip294">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip294)">
+      <path d="M -28.3411,-32.8467 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip295">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip295)">
+      <path d="M -28.3411,-25.8390 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip296">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip296)">
+      <path d="M -28.3411,-18.8313 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip297">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip297)">
+      <path d="M -28.3411,-11.8236 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip298">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip298)">
+      <path d="M -28.3411,-4.8159 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip299">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip299)">
+      <path d="M -28.3411,2.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip300">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip300)">
+      <path d="M -28.3411,9.1995 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip301">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip301)">
+      <path d="M -28.3411,16.2072 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip302">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip302)">
+      <path d="M -28.3411,23.2149 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip303">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip303)">
+      <path d="M -28.3411,30.2226 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip304">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip304)">
+      <path d="M -28.3411,37.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip305">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip305)">
+      <path d="M -28.3411,44.2381 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip306">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip306)">
+      <path d="M -28.3411,51.2458 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip307">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip307)">
+      <path d="M -28.3411,58.2535 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip308">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip308)">
+      <path d="M -28.3411,65.2612 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip309">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip309)">
+      <path d="M -28.3411,72.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip310">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip310)">
+      <path d="M -28.3411,79.2766 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip311">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip311)">
+      <path d="M -28.3411,86.2843 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip312">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip312)">
+      <path d="M -28.3411,93.2920 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip313">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip313)">
+      <path d="M -28.3411,100.2997 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip314">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip314)">
+      <path d="M -28.3411,107.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip315">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip315)">
+      <path d="M -28.3411,114.3151 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip316">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip316)">
+      <path d="M -28.3411,121.3228 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip317">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip317)">
+      <path d="M -28.3411,128.3305 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip318">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip318)">
+      <path d="M -28.3411,135.3383 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip319">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip319)">
+      <path d="M -28.3411,142.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip320">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip320)">
+      <path d="M -28.3411,149.3537 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip321">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip321)">
+      <path d="M -28.3411,156.3614 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip322">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip322)">
+      <path d="M -28.3411,163.3691 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip323">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip323)">
+      <path d="M -28.3411,170.3768 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip324">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip324)">
+      <path d="M -28.3411,177.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip325">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip325)">
+      <path d="M -28.3411,184.3922 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip326">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip326)">
+      <path d="M -28.3411,191.3999 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip327">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip327)">
+      <path d="M -28.3411,198.4076 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip328">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip328)">
+      <path d="M -28.3411,205.4153 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip329">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip329)">
+      <path d="M -28.3411,212.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip330">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip330)">
+      <path d="M -28.3411,219.4307 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip331">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip331)">
+      <path d="M -28.3411,226.4385 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip332">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip332)">
+      <path d="M -28.3411,233.4462 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip333">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip333)">
+      <path d="M -28.3411,240.4539 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip334">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip334)">
+      <path d="M -28.3411,247.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip335">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip335)">
+      <path d="M 322.0443,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip336">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip336)">
+      <path d="M 315.0366,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip337">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip337)">
+      <path d="M 308.0289,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip338">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip338)">
+      <path d="M 301.0212,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip339">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip339)">
+      <path d="M 294.0135,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip340">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip340)">
+      <path d="M 287.0057,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip341">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip341)">
+      <path d="M 279.9980,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip342">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip342)">
+      <path d="M 272.9903,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip343">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip343)">
+      <path d="M 265.9826,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip344">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip344)">
+      <path d="M 258.9749,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip345">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip345)">
+      <path d="M 251.9672,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip346">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip346)">
+      <path d="M 244.9595,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip347">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip347)">
+      <path d="M 237.9518,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip348">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip348)">
+      <path d="M 230.9441,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip349">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip349)">
+      <path d="M 223.9364,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip350">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip350)">
+      <path d="M 216.9287,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip351">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip351)">
+      <path d="M 209.9210,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip352">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip352)">
+      <path d="M 202.9133,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip353">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip353)">
+      <path d="M 195.9055,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip354">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip354)">
+      <path d="M 188.8978,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip355">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip355)">
+      <path d="M 181.8901,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip356">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip356)">
+      <path d="M 174.8824,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip357">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip357)">
+      <path d="M 167.8747,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip358">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip358)">
+      <path d="M 160.8670,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip359">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip359)">
+      <path d="M 153.8593,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip360">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip360)">
+      <path d="M 146.8516,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip361">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip361)">
+      <path d="M 139.8439,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip362">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip362)">
+      <path d="M 132.8362,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip363">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip363)">
+      <path d="M 125.8285,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip364">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip364)">
+      <path d="M 118.8208,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip365">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip365)">
+      <path d="M 111.8131,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip366">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip366)">
+      <path d="M 104.8054,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip367">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip367)">
+      <path d="M 97.7976,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip368">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip368)">
+      <path d="M 90.7899,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip369">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip369)">
+      <path d="M 83.7822,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip370">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip370)">
+      <path d="M 76.7745,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip371">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip371)">
+      <path d="M 69.7668,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip372">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip372)">
+      <path d="M 62.7591,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip373">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip373)">
+      <path d="M 55.7514,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip374">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip374)">
+      <path d="M 48.7437,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip375">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip375)">
+      <path d="M 41.7360,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip376">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip376)">
+      <path d="M 34.7283,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip377">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip377)">
+      <path d="M 27.7206,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip378">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip378)">
+      <path d="M 20.7129,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip379">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip379)">
+      <path d="M 13.7052,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip380">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip380)">
+      <path d="M 6.6974,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip381">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip381)">
+      <path d="M -0.3103,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip382">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip382)">
+      <path d="M -7.3180,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip383">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip383)">
+      <path d="M -14.3257,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip384">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip384)">
+      <path d="M -21.3334,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip385">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip385)">
+      <path d="M -28.3411,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip386">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip386)">
+      <path d="M -28.3411,-102.9238 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip387">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip387)">
+      <path d="M -28.3411,-67.8853 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip388">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip388)">
+      <path d="M -28.3411,-32.8467 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip389">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip389)">
+      <path d="M -28.3411,2.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip390">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip390)">
+      <path d="M -28.3411,37.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip391">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip391)">
+      <path d="M -28.3411,72.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip392">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip392)">
+      <path d="M -28.3411,107.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip393">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip393)">
+      <path d="M -28.3411,142.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip394">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip394)">
+      <path d="M -28.3411,177.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip395">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip395)">
+      <path d="M -28.3411,212.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip396">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip396)">
+      <path d="M -28.3411,247.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip397">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip397)">
+      <path d="M 322.0443,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip398">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip398)">
+      <path d="M 287.0057,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip399">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip399)">
+      <path d="M 251.9672,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip400">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip400)">
+      <path d="M 216.9287,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip401">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip401)">
+      <path d="M 181.8901,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip402">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip402)">
+      <path d="M 146.8516,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip403">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip403)">
+      <path d="M 111.8131,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip404">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip404)">
+      <path d="M 76.7745,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip405">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip405)">
+      <path d="M 41.7360,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip406">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip406)">
+      <path d="M 6.6974,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip407">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip407)">
+      <path d="M -28.3411,247.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip408">
+        <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip408)">
+      <path d="M 349.1992,307.9339 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.1992,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip409">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip409)">
+      <path d="M -141.0361,57.3840 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip410">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip410)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-189.1370,45.3588)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip411">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip411)">
+      <path d="M 51.6758,197.5382 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip412">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip412)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,3.5749,185.5130)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip413">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip413)">
+      <path d="M 8.8307,43.1724 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip414">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip414)">
+      <path d="M 3.5749,148.2880 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip415">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip415)">
+      <path d="M -136.5792,43.1724 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip416">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip416)">
+      <path d="M -66.5022,-237.1359 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip417">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip417)">
+      <path d="M 128.8027,-216.1128 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip418">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip418)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.6135,-234.1506)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip419">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip419)">
+      <path d="M 213.8062,148.2880 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip420">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip420)">
+      <path d="M -136.5792,-202.0974 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip421">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip421)">
+      <path d="M -136.5792,-195.0897 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip422">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip422)">
+      <path d="M -136.5792,-188.0819 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip423">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip423)">
+      <path d="M -136.5792,-181.0742 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip424">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip424)">
+      <path d="M -136.5792,-174.0665 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip425">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip425)">
+      <path d="M -136.5792,-167.0588 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip426">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip426)">
+      <path d="M -136.5792,-160.0511 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip427">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip427)">
+      <path d="M -136.5792,-153.0434 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip428">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip428)">
+      <path d="M -136.5792,-146.0357 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip429">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip429)">
+      <path d="M -136.5792,-139.0280 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip430">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip430)">
+      <path d="M -136.5792,-132.0203 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip431">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip431)">
+      <path d="M -136.5792,-125.0126 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip432">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip432)">
+      <path d="M -136.5792,-118.0049 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip433">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip433)">
+      <path d="M -136.5792,-110.9972 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip434">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip434)">
+      <path d="M -136.5792,-103.9895 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip435">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip435)">
+      <path d="M -136.5792,-96.9817 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip436">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip436)">
+      <path d="M -136.5792,-89.9740 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip437">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip437)">
+      <path d="M -136.5792,-82.9663 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip438">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip438)">
+      <path d="M -136.5792,-75.9586 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip439">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip439)">
+      <path d="M -136.5792,-68.9509 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip440">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip440)">
+      <path d="M -136.5792,-61.9432 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip441">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip441)">
+      <path d="M -136.5792,-54.9355 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip442">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip442)">
+      <path d="M -136.5792,-47.9278 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip443">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip443)">
+      <path d="M -136.5792,-40.9201 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip444">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip444)">
+      <path d="M -136.5792,-33.9124 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip445">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip445)">
+      <path d="M -136.5792,-26.9047 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip446">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip446)">
+      <path d="M -136.5792,-19.8970 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip447">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip447)">
+      <path d="M -136.5792,-12.8893 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip448">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip448)">
+      <path d="M -136.5792,-5.8815 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip449">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip449)">
+      <path d="M -136.5792,1.1262 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip450">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip450)">
+      <path d="M -136.5792,8.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip451">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip451)">
+      <path d="M -136.5792,15.1416 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip452">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip452)">
+      <path d="M -136.5792,22.1493 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip453">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip453)">
+      <path d="M -136.5792,29.1570 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip454">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip454)">
+      <path d="M -136.5792,36.1647 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip455">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip455)">
+      <path d="M -136.5792,43.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip456">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip456)">
+      <path d="M -136.5792,50.1801 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip457">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip457)">
+      <path d="M -136.5792,57.1878 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip458">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip458)">
+      <path d="M -136.5792,64.1955 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip459">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip459)">
+      <path d="M -136.5792,71.2032 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip460">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip460)">
+      <path d="M -136.5792,78.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip461">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip461)">
+      <path d="M -136.5792,85.2187 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip462">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip462)">
+      <path d="M -136.5792,92.2264 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip463">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip463)">
+      <path d="M -136.5792,99.2341 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip464">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip464)">
+      <path d="M -136.5792,106.2418 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip465">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip465)">
+      <path d="M -136.5792,113.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip466">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip466)">
+      <path d="M -136.5792,120.2572 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip467">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip467)">
+      <path d="M -136.5792,127.2649 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip468">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip468)">
+      <path d="M -136.5792,134.2726 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip469">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip469)">
+      <path d="M -136.5792,141.2803 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip470">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip470)">
+      <path d="M -136.5792,148.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip471">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip471)">
+      <path d="M 213.8062,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip472">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip472)">
+      <path d="M 206.7984,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip473">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip473)">
+      <path d="M 199.7907,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip474">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip474)">
+      <path d="M 192.7830,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip475">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip475)">
+      <path d="M 185.7753,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip476">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip476)">
+      <path d="M 178.7676,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip477">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip477)">
+      <path d="M 171.7599,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip478">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip478)">
+      <path d="M 164.7522,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip479">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip479)">
+      <path d="M 157.7445,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip480">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip480)">
+      <path d="M 150.7368,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip481">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip481)">
+      <path d="M 143.7291,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip482">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip482)">
+      <path d="M 136.7214,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip483">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip483)">
+      <path d="M 129.7137,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip484">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip484)">
+      <path d="M 122.7060,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip485">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip485)">
+      <path d="M 115.6982,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip486">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip486)">
+      <path d="M 108.6905,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip487">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip487)">
+      <path d="M 101.6828,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip488">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip488)">
+      <path d="M 94.6751,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip489">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip489)">
+      <path d="M 87.6674,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip490">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip490)">
+      <path d="M 80.6597,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip491">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip491)">
+      <path d="M 73.6520,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip492">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip492)">
+      <path d="M 66.6443,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip493">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip493)">
+      <path d="M 59.6366,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip494">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip494)">
+      <path d="M 52.6289,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip495">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip495)">
+      <path d="M 45.6212,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip496">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip496)">
+      <path d="M 38.6135,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip497">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip497)">
+      <path d="M 31.6058,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip498">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip498)">
+      <path d="M 24.5980,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip499">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip499)">
+      <path d="M 17.5903,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip500">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip500)">
+      <path d="M 10.5826,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip501">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip501)">
+      <path d="M 3.5749,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip502">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip502)">
+      <path d="M -3.4328,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip503">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip503)">
+      <path d="M -10.4405,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip504">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip504)">
+      <path d="M -17.4482,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip505">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip505)">
+      <path d="M -24.4559,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip506">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip506)">
+      <path d="M -31.4636,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip507">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip507)">
+      <path d="M -38.4713,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip508">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip508)">
+      <path d="M -45.4790,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip509">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip509)">
+      <path d="M -52.4867,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip510">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip510)">
+      <path d="M -59.4944,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip511">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip511)">
+      <path d="M -66.5022,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip512">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip512)">
+      <path d="M -73.5099,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip513">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip513)">
+      <path d="M -80.5176,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip514">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip514)">
+      <path d="M -87.5253,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip515">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip515)">
+      <path d="M -94.5330,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip516">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip516)">
+      <path d="M -101.5407,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip517">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip517)">
+      <path d="M -108.5484,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip518">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip518)">
+      <path d="M -115.5561,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip519">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip519)">
+      <path d="M -122.5638,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip520">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip520)">
+      <path d="M -129.5715,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip521">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip521)">
+      <path d="M -136.5792,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip522">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip522)">
+      <path d="M -136.5792,-202.0974 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip523">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip523)">
+      <path d="M -136.5792,-167.0588 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip524">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip524)">
+      <path d="M -136.5792,-132.0203 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip525">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip525)">
+      <path d="M -136.5792,-96.9817 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip526">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip526)">
+      <path d="M -136.5792,-61.9432 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip527">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip527)">
+      <path d="M -136.5792,-26.9047 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip528">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip528)">
+      <path d="M -136.5792,8.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip529">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip529)">
+      <path d="M -136.5792,43.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip530">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip530)">
+      <path d="M -136.5792,78.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip531">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip531)">
+      <path d="M -136.5792,113.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip532">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip532)">
+      <path d="M -136.5792,148.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip533">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip533)">
+      <path d="M 213.8062,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip534">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip534)">
+      <path d="M 178.7676,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip535">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip535)">
+      <path d="M 143.7291,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip536">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip536)">
+      <path d="M 108.6905,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip537">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip537)">
+      <path d="M 73.6520,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip538">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip538)">
+      <path d="M 38.6135,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip539">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip539)">
+      <path d="M 3.5749,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip540">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip540)">
+      <path d="M -31.4636,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip541">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip541)">
+      <path d="M -66.5022,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip542">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip542)">
+      <path d="M -101.5407,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip543">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip543)">
+      <path d="M -136.5792,148.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip544">
+        <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip544)">
+      <path d="M 240.9610,208.7603 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.9610,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip545">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip545)">
+      <path d="M -249.2743,-41.7895 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip546">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip546)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-297.3752,-53.8147)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip547">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip547)">
+      <path d="M -56.5623,98.3646 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip548">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip548)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-104.6632,86.3394)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip549">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip549)">
+      <path d="M -99.4074,-56.0011 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip550">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip550)">
+      <path d="M -104.6632,49.1145 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip551">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip551)">
+      <path d="M -244.8174,-56.0011 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip552">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip552)">
+      <path d="M -174.7403,-336.3094 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip553">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip553)">
+      <path d="M 20.5645,-315.2863 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip554">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip554)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-69.6247,-333.3242)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip555">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip555)">
+      <path d="M 105.5680,49.1145 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip556">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip556)">
+      <path d="M -244.8174,-301.2709 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip557">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip557)">
+      <path d="M -244.8174,-294.2632 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip558">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip558)">
+      <path d="M -244.8174,-287.2555 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip559">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip559)">
+      <path d="M -244.8174,-280.2478 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip560">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip560)">
+      <path d="M -244.8174,-273.2401 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip561">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip561)">
+      <path d="M -244.8174,-266.2324 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip562">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip562)">
+      <path d="M -244.8174,-259.2247 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip563">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip563)">
+      <path d="M -244.8174,-252.2170 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip564">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip564)">
+      <path d="M -244.8174,-245.2093 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip565">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip565)">
+      <path d="M -244.8174,-238.2015 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip566">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip566)">
+      <path d="M -244.8174,-231.1938 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip567">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip567)">
+      <path d="M -244.8174,-224.1861 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip568">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip568)">
+      <path d="M -244.8174,-217.1784 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip569">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip569)">
+      <path d="M -244.8174,-210.1707 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip570">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip570)">
+      <path d="M -244.8174,-203.1630 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip571">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip571)">
+      <path d="M -244.8174,-196.1553 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip572">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip572)">
+      <path d="M -244.8174,-189.1476 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip573">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip573)">
+      <path d="M -244.8174,-182.1399 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip574">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip574)">
+      <path d="M -244.8174,-175.1322 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip575">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip575)">
+      <path d="M -244.8174,-168.1245 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip576">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip576)">
+      <path d="M -244.8174,-161.1168 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip577">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip577)">
+      <path d="M -244.8174,-154.1091 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip578">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip578)">
+      <path d="M -244.8174,-147.1013 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip579">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip579)">
+      <path d="M -244.8174,-140.0936 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip580">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip580)">
+      <path d="M -244.8174,-133.0859 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip581">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip581)">
+      <path d="M -244.8174,-126.0782 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip582">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip582)">
+      <path d="M -244.8174,-119.0705 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip583">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip583)">
+      <path d="M -244.8174,-112.0628 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip584">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip584)">
+      <path d="M -244.8174,-105.0551 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip585">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip585)">
+      <path d="M -244.8174,-98.0474 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip586">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip586)">
+      <path d="M -244.8174,-91.0397 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip587">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip587)">
+      <path d="M -244.8174,-84.0320 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip588">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip588)">
+      <path d="M -244.8174,-77.0243 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip589">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip589)">
+      <path d="M -244.8174,-70.0166 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip590">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip590)">
+      <path d="M -244.8174,-63.0089 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip591">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip591)">
+      <path d="M -244.8174,-56.0011 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip592">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip592)">
+      <path d="M -244.8174,-48.9934 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip593">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip593)">
+      <path d="M -244.8174,-41.9857 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip594">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip594)">
+      <path d="M -244.8174,-34.9780 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip595">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip595)">
+      <path d="M -244.8174,-27.9703 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip596">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip596)">
+      <path d="M -244.8174,-20.9626 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip597">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip597)">
+      <path d="M -244.8174,-13.9549 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip598">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip598)">
+      <path d="M -244.8174,-6.9472 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip599">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip599)">
+      <path d="M -244.8174,0.0605 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip600">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip600)">
+      <path d="M -244.8174,7.0682 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip601">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip601)">
+      <path d="M -244.8174,14.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip602">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip602)">
+      <path d="M -244.8174,21.0836 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip603">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip603)">
+      <path d="M -244.8174,28.0913 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip604">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip604)">
+      <path d="M -244.8174,35.0991 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip605">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip605)">
+      <path d="M -244.8174,42.1068 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip606">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip606)">
+      <path d="M -244.8174,49.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip607">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip607)">
+      <path d="M 105.5680,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip608">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip608)">
+      <path d="M 98.5603,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip609">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip609)">
+      <path d="M 91.5526,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip610">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip610)">
+      <path d="M 84.5449,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip611">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip611)">
+      <path d="M 77.5372,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip612">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip612)">
+      <path d="M 70.5295,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip613">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip613)">
+      <path d="M 63.5218,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip614">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip614)">
+      <path d="M 56.5141,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip615">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip615)">
+      <path d="M 49.5064,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip616">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip616)">
+      <path d="M 42.4986,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip617">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip617)">
+      <path d="M 35.4909,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip618">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip618)">
+      <path d="M 28.4832,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip619">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip619)">
+      <path d="M 21.4755,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip620">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip620)">
+      <path d="M 14.4678,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip621">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip621)">
+      <path d="M 7.4601,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip622">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip622)">
+      <path d="M 0.4524,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip623">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip623)">
+      <path d="M -6.5553,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip624">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip624)">
+      <path d="M -13.5630,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip625">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip625)">
+      <path d="M -20.5707,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip626">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip626)">
+      <path d="M -27.5784,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip627">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip627)">
+      <path d="M -34.5861,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip628">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip628)">
+      <path d="M -41.5938,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip629">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip629)">
+      <path d="M -48.6016,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip630">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip630)">
+      <path d="M -55.6093,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip631">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip631)">
+      <path d="M -62.6170,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip632">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip632)">
+      <path d="M -69.6247,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip633">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip633)">
+      <path d="M -76.6324,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip634">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip634)">
+      <path d="M -83.6401,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip635">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip635)">
+      <path d="M -90.6478,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip636">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip636)">
+      <path d="M -97.6555,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip637">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip637)">
+      <path d="M -104.6632,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip638">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip638)">
+      <path d="M -111.6709,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip639">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip639)">
+      <path d="M -118.6786,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip640">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip640)">
+      <path d="M -125.6863,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip641">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip641)">
+      <path d="M -132.6940,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip642">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip642)">
+      <path d="M -139.7017,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip643">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip643)">
+      <path d="M -146.7095,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip644">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip644)">
+      <path d="M -153.7172,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip645">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip645)">
+      <path d="M -160.7249,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip646">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip646)">
+      <path d="M -167.7326,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip647">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip647)">
+      <path d="M -174.7403,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip648">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip648)">
+      <path d="M -181.7480,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip649">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip649)">
+      <path d="M -188.7557,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip650">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip650)">
+      <path d="M -195.7634,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip651">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip651)">
+      <path d="M -202.7711,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip652">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip652)">
+      <path d="M -209.7788,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip653">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip653)">
+      <path d="M -216.7865,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip654">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip654)">
+      <path d="M -223.7942,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip655">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip655)">
+      <path d="M -230.8019,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip656">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip656)">
+      <path d="M -237.8097,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip657">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip657)">
+      <path d="M -244.8174,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip658">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip658)">
+      <path d="M -244.8174,-301.2709 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip659">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip659)">
+      <path d="M -244.8174,-266.2324 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip660">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip660)">
+      <path d="M -244.8174,-231.1938 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip661">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip661)">
+      <path d="M -244.8174,-196.1553 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip662">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip662)">
+      <path d="M -244.8174,-161.1168 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip663">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip663)">
+      <path d="M -244.8174,-126.0782 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip664">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip664)">
+      <path d="M -244.8174,-91.0397 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip665">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip665)">
+      <path d="M -244.8174,-56.0011 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip666">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip666)">
+      <path d="M -244.8174,-20.9626 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip667">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip667)">
+      <path d="M -244.8174,14.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip668">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip668)">
+      <path d="M -244.8174,49.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip669">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip669)">
+      <path d="M 105.5680,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip670">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip670)">
+      <path d="M 70.5295,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip671">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip671)">
+      <path d="M 35.4909,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip672">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip672)">
+      <path d="M 0.4524,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip673">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip673)">
+      <path d="M -34.5861,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip674">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip674)">
+      <path d="M -69.6247,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip675">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip675)">
+      <path d="M -104.6632,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip676">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip676)">
+      <path d="M -139.7017,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip677">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip677)">
+      <path d="M -174.7403,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip678">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip678)">
+      <path d="M -209.7788,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip679">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip679)">
+      <path d="M -244.8174,49.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip680">
+        <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip680)">
+      <path d="M 132.7229,109.5868 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 132.7229,109.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip681">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip681)">
+      <path d="M 282.0766,474.9047 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip682">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip682)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,233.9757,462.8795)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip683">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip683)">
+      <path d="M 474.7885,615.0588 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip684">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip684)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,426.6876,603.0336)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip685">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip685)">
+      <path d="M 431.9434,460.6931 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip686">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip686)">
+      <path d="M 426.6876,565.8087 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip687">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip687)">
+      <path d="M 286.5335,460.6931 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip688">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip688)">
+      <path d="M 356.6106,180.3848 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip689">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip689)">
+      <path d="M 551.9154,201.4079 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip690">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip690)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,461.7262,183.3700)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip691">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip691)">
+      <path d="M 636.9189,565.8087 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip692">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip692)">
+      <path d="M 286.5335,215.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip693">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip693)">
+      <path d="M 286.5335,222.4310 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip694">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip694)">
+      <path d="M 286.5335,229.4387 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip695">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip695)">
+      <path d="M 286.5335,236.4464 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip696">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip696)">
+      <path d="M 286.5335,243.4541 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip697">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip697)">
+      <path d="M 286.5335,250.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip698">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip698)">
+      <path d="M 286.5335,257.4695 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip699">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip699)">
+      <path d="M 286.5335,264.4773 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip700">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip700)">
+      <path d="M 286.5335,271.4850 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip701">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip701)">
+      <path d="M 286.5335,278.4927 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip702">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip702)">
+      <path d="M 286.5335,285.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip703">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip703)">
+      <path d="M 286.5335,292.5081 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip704">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip704)">
+      <path d="M 286.5335,299.5158 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip705">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip705)">
+      <path d="M 286.5335,306.5235 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip706">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip706)">
+      <path d="M 286.5335,313.5312 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip707">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip707)">
+      <path d="M 286.5335,320.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip708">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip708)">
+      <path d="M 286.5335,327.5466 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip709">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip709)">
+      <path d="M 286.5335,334.5543 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip710">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip710)">
+      <path d="M 286.5335,341.5620 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip711">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip711)">
+      <path d="M 286.5335,348.5697 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip712">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip712)">
+      <path d="M 286.5335,355.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip713">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip713)">
+      <path d="M 286.5335,362.5852 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip714">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip714)">
+      <path d="M 286.5335,369.5929 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip715">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip715)">
+      <path d="M 286.5335,376.6006 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip716">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip716)">
+      <path d="M 286.5335,383.6083 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip717">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip717)">
+      <path d="M 286.5335,390.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip718">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip718)">
+      <path d="M 286.5335,397.6237 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip719">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip719)">
+      <path d="M 286.5335,404.6314 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip720">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip720)">
+      <path d="M 286.5335,411.6391 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip721">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip721)">
+      <path d="M 286.5335,418.6468 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip722">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip722)">
+      <path d="M 286.5335,425.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip723">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip723)">
+      <path d="M 286.5335,432.6622 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip724">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip724)">
+      <path d="M 286.5335,439.6699 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip725">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip725)">
+      <path d="M 286.5335,446.6777 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip726">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip726)">
+      <path d="M 286.5335,453.6854 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip727">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip727)">
+      <path d="M 286.5335,460.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip728">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip728)">
+      <path d="M 286.5335,467.7008 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip729">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip729)">
+      <path d="M 286.5335,474.7085 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip730">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip730)">
+      <path d="M 286.5335,481.7162 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip731">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip731)">
+      <path d="M 286.5335,488.7239 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip732">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip732)">
+      <path d="M 286.5335,495.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip733">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip733)">
+      <path d="M 286.5335,502.7393 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip734">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip734)">
+      <path d="M 286.5335,509.7470 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip735">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip735)">
+      <path d="M 286.5335,516.7547 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip736">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip736)">
+      <path d="M 286.5335,523.7624 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip737">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip737)">
+      <path d="M 286.5335,530.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip738">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip738)">
+      <path d="M 286.5335,537.7779 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip739">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip739)">
+      <path d="M 286.5335,544.7856 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip740">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip740)">
+      <path d="M 286.5335,551.7933 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip741">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip741)">
+      <path d="M 286.5335,558.8010 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip742">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip742)">
+      <path d="M 286.5335,565.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip743">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip743)">
+      <path d="M 636.9189,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip744">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip744)">
+      <path d="M 629.9112,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip745">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip745)">
+      <path d="M 622.9034,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip746">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip746)">
+      <path d="M 615.8957,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip747">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip747)">
+      <path d="M 608.8880,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip748">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip748)">
+      <path d="M 601.8803,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip749">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip749)">
+      <path d="M 594.8726,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip750">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip750)">
+      <path d="M 587.8649,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip751">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip751)">
+      <path d="M 580.8572,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip752">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip752)">
+      <path d="M 573.8495,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip753">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip753)">
+      <path d="M 566.8418,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip754">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip754)">
+      <path d="M 559.8341,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip755">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip755)">
+      <path d="M 552.8264,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip756">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip756)">
+      <path d="M 545.8187,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip757">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip757)">
+      <path d="M 538.8110,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip758">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip758)">
+      <path d="M 531.8032,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip759">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip759)">
+      <path d="M 524.7955,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip760">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip760)">
+      <path d="M 517.7878,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip761">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip761)">
+      <path d="M 510.7801,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip762">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip762)">
+      <path d="M 503.7724,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip763">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip763)">
+      <path d="M 496.7647,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip764">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip764)">
+      <path d="M 489.7570,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip765">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip765)">
+      <path d="M 482.7493,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip766">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip766)">
+      <path d="M 475.7416,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip767">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip767)">
+      <path d="M 468.7339,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip768">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip768)">
+      <path d="M 461.7262,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip769">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip769)">
+      <path d="M 454.7185,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip770">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip770)">
+      <path d="M 447.7108,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip771">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip771)">
+      <path d="M 440.7031,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip772">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip772)">
+      <path d="M 433.6953,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip773">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip773)">
+      <path d="M 426.6876,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip774">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip774)">
+      <path d="M 419.6799,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip775">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip775)">
+      <path d="M 412.6722,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip776">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip776)">
+      <path d="M 405.6645,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip777">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip777)">
+      <path d="M 398.6568,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip778">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip778)">
+      <path d="M 391.6491,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip779">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip779)">
+      <path d="M 384.6414,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip780">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip780)">
+      <path d="M 377.6337,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip781">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip781)">
+      <path d="M 370.6260,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip782">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip782)">
+      <path d="M 363.6183,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip783">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip783)">
+      <path d="M 356.6106,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip784">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip784)">
+      <path d="M 349.6029,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip785">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip785)">
+      <path d="M 342.5951,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip786">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip786)">
+      <path d="M 335.5874,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip787">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip787)">
+      <path d="M 328.5797,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip788">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip788)">
+      <path d="M 321.5720,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip789">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip789)">
+      <path d="M 314.5643,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip790">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip790)">
+      <path d="M 307.5566,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip791">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip791)">
+      <path d="M 300.5489,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip792">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip792)">
+      <path d="M 293.5412,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip793">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip793)">
+      <path d="M 286.5335,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip794">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip794)">
+      <path d="M 286.5335,215.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip795">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip795)">
+      <path d="M 286.5335,250.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip796">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip796)">
+      <path d="M 286.5335,285.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip797">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip797)">
+      <path d="M 286.5335,320.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip798">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip798)">
+      <path d="M 286.5335,355.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip799">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip799)">
+      <path d="M 286.5335,390.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip800">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip800)">
+      <path d="M 286.5335,425.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip801">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip801)">
+      <path d="M 286.5335,460.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip802">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip802)">
+      <path d="M 286.5335,495.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip803">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip803)">
+      <path d="M 286.5335,530.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip804">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip804)">
+      <path d="M 286.5335,565.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip805">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip805)">
+      <path d="M 636.9189,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip806">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip806)">
+      <path d="M 601.8803,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip807">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip807)">
+      <path d="M 566.8418,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip808">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip808)">
+      <path d="M 531.8032,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip809">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip809)">
+      <path d="M 496.7647,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip810">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip810)">
+      <path d="M 461.7262,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip811">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip811)">
+      <path d="M 426.6876,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip812">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip812)">
+      <path d="M 391.6491,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip813">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip813)">
+      <path d="M 356.6106,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip814">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip814)">
+      <path d="M 321.5720,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip815">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip815)">
+      <path d="M 286.5335,565.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip816">
+        <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip816)">
+      <path d="M 664.0737,626.2810 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 565.6754,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip817">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip817)">
+      <path d="M 173.8384,375.7311 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip818">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip818)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,125.7375,363.7059)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip819">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip819)">
+      <path d="M 366.5504,515.8853 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip820">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip820)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,318.4495,503.8601)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip821">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip821)">
+      <path d="M 323.7053,361.5195 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip822">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip822)">
+      <path d="M 318.4495,466.6351 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip823">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip823)">
+      <path d="M 178.2953,361.5195 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip824">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip824)">
+      <path d="M 248.3724,81.2112 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip825">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip825)">
+      <path d="M 443.6772,102.2343 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip826">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip826)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.4880,84.1965)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip827">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip827)">
+      <path d="M 528.6807,466.6351 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip828">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip828)">
+      <path d="M 178.2953,116.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip829">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip829)">
+      <path d="M 178.2953,123.2575 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip830">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip830)">
+      <path d="M 178.2953,130.2652 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip831">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip831)">
+      <path d="M 178.2953,137.2729 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip832">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip832)">
+      <path d="M 178.2953,144.2806 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip833">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip833)">
+      <path d="M 178.2953,151.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip834">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip834)">
+      <path d="M 178.2953,158.2960 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip835">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip835)">
+      <path d="M 178.2953,165.3037 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip836">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip836)">
+      <path d="M 178.2953,172.3114 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip837">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip837)">
+      <path d="M 178.2953,179.3191 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip838">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip838)">
+      <path d="M 178.2953,186.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip839">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip839)">
+      <path d="M 178.2953,193.3345 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip840">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip840)">
+      <path d="M 178.2953,200.3422 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip841">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip841)">
+      <path d="M 178.2953,207.3499 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip842">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip842)">
+      <path d="M 178.2953,214.3577 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip843">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip843)">
+      <path d="M 178.2953,221.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip844">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip844)">
+      <path d="M 178.2953,228.3731 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip845">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip845)">
+      <path d="M 178.2953,235.3808 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip846">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip846)">
+      <path d="M 178.2953,242.3885 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip847">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip847)">
+      <path d="M 178.2953,249.3962 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip848">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip848)">
+      <path d="M 178.2953,256.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip849">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip849)">
+      <path d="M 178.2953,263.4116 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip850">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip850)">
+      <path d="M 178.2953,270.4193 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip851">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip851)">
+      <path d="M 178.2953,277.4270 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip852">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip852)">
+      <path d="M 178.2953,284.4347 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip853">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip853)">
+      <path d="M 178.2953,291.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip854">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip854)">
+      <path d="M 178.2953,298.4501 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip855">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip855)">
+      <path d="M 178.2953,305.4579 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip856">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip856)">
+      <path d="M 178.2953,312.4656 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip857">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip857)">
+      <path d="M 178.2953,319.4733 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip858">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip858)">
+      <path d="M 178.2953,326.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip859">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip859)">
+      <path d="M 178.2953,333.4887 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip860">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip860)">
+      <path d="M 178.2953,340.4964 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip861">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip861)">
+      <path d="M 178.2953,347.5041 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip862">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip862)">
+      <path d="M 178.2953,354.5118 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip863">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip863)">
+      <path d="M 178.2953,361.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip864">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip864)">
+      <path d="M 178.2953,368.5272 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip865">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip865)">
+      <path d="M 178.2953,375.5349 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip866">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip866)">
+      <path d="M 178.2953,382.5426 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip867">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip867)">
+      <path d="M 178.2953,389.5503 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip868">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip868)">
+      <path d="M 178.2953,396.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip869">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip869)">
+      <path d="M 178.2953,403.5658 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip870">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip870)">
+      <path d="M 178.2953,410.5735 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip871">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip871)">
+      <path d="M 178.2953,417.5812 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip872">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip872)">
+      <path d="M 178.2953,424.5889 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip873">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip873)">
+      <path d="M 178.2953,431.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip874">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip874)">
+      <path d="M 178.2953,438.6043 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip875">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip875)">
+      <path d="M 178.2953,445.6120 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip876">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip876)">
+      <path d="M 178.2953,452.6197 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip877">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip877)">
+      <path d="M 178.2953,459.6274 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip878">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip878)">
+      <path d="M 178.2953,466.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip879">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip879)">
+      <path d="M 528.6807,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip880">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip880)">
+      <path d="M 521.6730,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip881">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip881)">
+      <path d="M 514.6653,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip882">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip882)">
+      <path d="M 507.6576,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip883">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip883)">
+      <path d="M 500.6499,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip884">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip884)">
+      <path d="M 493.6422,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip885">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip885)">
+      <path d="M 486.6345,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip886">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip886)">
+      <path d="M 479.6268,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip887">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip887)">
+      <path d="M 472.6191,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip888">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip888)">
+      <path d="M 465.6114,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip889">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip889)">
+      <path d="M 458.6037,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip890">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip890)">
+      <path d="M 451.5959,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip891">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip891)">
+      <path d="M 444.5882,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip892">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip892)">
+      <path d="M 437.5805,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip893">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip893)">
+      <path d="M 430.5728,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip894">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip894)">
+      <path d="M 423.5651,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip895">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip895)">
+      <path d="M 416.5574,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip896">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip896)">
+      <path d="M 409.5497,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip897">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip897)">
+      <path d="M 402.5420,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip898">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip898)">
+      <path d="M 395.5343,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip899">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip899)">
+      <path d="M 388.5266,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip900">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip900)">
+      <path d="M 381.5189,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip901">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip901)">
+      <path d="M 374.5112,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip902">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip902)">
+      <path d="M 367.5035,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip903">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip903)">
+      <path d="M 360.4957,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip904">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip904)">
+      <path d="M 353.4880,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip905">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip905)">
+      <path d="M 346.4803,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip906">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip906)">
+      <path d="M 339.4726,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip907">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip907)">
+      <path d="M 332.4649,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip908">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip908)">
+      <path d="M 325.4572,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip909">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip909)">
+      <path d="M 318.4495,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip910">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip910)">
+      <path d="M 311.4418,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip911">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip911)">
+      <path d="M 304.4341,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip912">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip912)">
+      <path d="M 297.4264,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip913">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip913)">
+      <path d="M 290.4187,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip914">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip914)">
+      <path d="M 283.4110,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip915">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip915)">
+      <path d="M 276.4033,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip916">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip916)">
+      <path d="M 269.3955,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip917">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip917)">
+      <path d="M 262.3878,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip918">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip918)">
+      <path d="M 255.3801,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip919">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip919)">
+      <path d="M 248.3724,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip920">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip920)">
+      <path d="M 241.3647,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip921">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip921)">
+      <path d="M 234.3570,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip922">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip922)">
+      <path d="M 227.3493,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip923">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip923)">
+      <path d="M 220.3416,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip924">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip924)">
+      <path d="M 213.3339,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip925">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip925)">
+      <path d="M 206.3262,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip926">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip926)">
+      <path d="M 199.3185,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip927">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip927)">
+      <path d="M 192.3108,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip928">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip928)">
+      <path d="M 185.3031,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip929">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip929)">
+      <path d="M 178.2953,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip930">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip930)">
+      <path d="M 178.2953,116.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip931">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip931)">
+      <path d="M 178.2953,151.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip932">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip932)">
+      <path d="M 178.2953,186.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip933">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip933)">
+      <path d="M 178.2953,221.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip934">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip934)">
+      <path d="M 178.2953,256.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip935">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip935)">
+      <path d="M 178.2953,291.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip936">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip936)">
+      <path d="M 178.2953,326.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip937">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip937)">
+      <path d="M 178.2953,361.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip938">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip938)">
+      <path d="M 178.2953,396.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip939">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip939)">
+      <path d="M 178.2953,431.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip940">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip940)">
+      <path d="M 178.2953,466.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip941">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip941)">
+      <path d="M 528.6807,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip942">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip942)">
+      <path d="M 493.6422,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip943">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip943)">
+      <path d="M 458.6037,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip944">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip944)">
+      <path d="M 423.5651,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip945">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip945)">
+      <path d="M 388.5266,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip946">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip946)">
+      <path d="M 353.4880,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip947">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip947)">
+      <path d="M 318.4495,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip948">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip948)">
+      <path d="M 283.4110,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip949">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip949)">
+      <path d="M 248.3724,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip950">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip950)">
+      <path d="M 213.3339,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip951">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip951)">
+      <path d="M 178.2953,466.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip952">
+        <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip952)">
+      <path d="M 555.8356,527.1074 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 457.4373,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip953">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip953)">
+      <path d="M 65.6003,276.5576 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip954">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip954)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,17.4994,264.5324)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip955">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip955)">
+      <path d="M 258.3123,416.7117 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip956">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip956)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,210.2114,404.6865)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip957">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip957)">
+      <path d="M 215.4671,262.3460 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip958">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip958)">
+      <path d="M 210.2114,367.4616 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip959">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip959)">
+      <path d="M 70.0572,262.3460 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip960">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip960)">
+      <path d="M 140.1343,-17.9623 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip961">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip961)">
+      <path d="M 335.4391,3.0608 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip962">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip962)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,245.2499,-14.9771)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip963">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip963)">
+      <path d="M 420.4426,367.4616 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip964">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip964)">
+      <path d="M 70.0572,17.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip965">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip965)">
+      <path d="M 70.0572,24.0839 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip966">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip966)">
+      <path d="M 70.0572,31.0916 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip967">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip967)">
+      <path d="M 70.0572,38.0993 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip968">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip968)">
+      <path d="M 70.0572,45.1070 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip969">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip969)">
+      <path d="M 70.0572,52.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip970">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip970)">
+      <path d="M 70.0572,59.1224 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip971">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip971)">
+      <path d="M 70.0572,66.1301 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip972">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip972)">
+      <path d="M 70.0572,73.1379 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip973">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip973)">
+      <path d="M 70.0572,80.1456 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip974">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip974)">
+      <path d="M 70.0572,87.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip975">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip975)">
+      <path d="M 70.0572,94.1610 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip976">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip976)">
+      <path d="M 70.0572,101.1687 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip977">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip977)">
+      <path d="M 70.0572,108.1764 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip978">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip978)">
+      <path d="M 70.0572,115.1841 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip979">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip979)">
+      <path d="M 70.0572,122.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip980">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip980)">
+      <path d="M 70.0572,129.1995 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip981">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip981)">
+      <path d="M 70.0572,136.2072 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip982">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip982)">
+      <path d="M 70.0572,143.2149 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip983">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip983)">
+      <path d="M 70.0572,150.2226 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip984">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip984)">
+      <path d="M 70.0572,157.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip985">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip985)">
+      <path d="M 70.0572,164.2381 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip986">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip986)">
+      <path d="M 70.0572,171.2458 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip987">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip987)">
+      <path d="M 70.0572,178.2535 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip988">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip988)">
+      <path d="M 70.0572,185.2612 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip989">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip989)">
+      <path d="M 70.0572,192.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip990">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip990)">
+      <path d="M 70.0572,199.2766 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip991">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip991)">
+      <path d="M 70.0572,206.2843 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip992">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip992)">
+      <path d="M 70.0572,213.2920 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip993">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip993)">
+      <path d="M 70.0572,220.2997 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip994">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip994)">
+      <path d="M 70.0572,227.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip995">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip995)">
+      <path d="M 70.0572,234.3151 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip996">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip996)">
+      <path d="M 70.0572,241.3228 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip997">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip997)">
+      <path d="M 70.0572,248.3305 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip998">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip998)">
+      <path d="M 70.0572,255.3383 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip999">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip999)">
+      <path d="M 70.0572,262.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1000">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1000)">
+      <path d="M 70.0572,269.3537 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1001">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1001)">
+      <path d="M 70.0572,276.3614 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1002">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1002)">
+      <path d="M 70.0572,283.3691 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1003">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1003)">
+      <path d="M 70.0572,290.3768 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1004">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1004)">
+      <path d="M 70.0572,297.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1005">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1005)">
+      <path d="M 70.0572,304.3922 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1006">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1006)">
+      <path d="M 70.0572,311.3999 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1007">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1007)">
+      <path d="M 70.0572,318.4076 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1008">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1008)">
+      <path d="M 70.0572,325.4153 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1009">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1009)">
+      <path d="M 70.0572,332.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1010">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1010)">
+      <path d="M 70.0572,339.4307 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1011">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1011)">
+      <path d="M 70.0572,346.4385 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1012">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1012)">
+      <path d="M 70.0572,353.4462 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1013">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1013)">
+      <path d="M 70.0572,360.4539 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1014">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1014)">
+      <path d="M 70.0572,367.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1015">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1015)">
+      <path d="M 420.4426,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1016">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1016)">
+      <path d="M 413.4349,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1017">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1017)">
+      <path d="M 406.4272,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1018">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1018)">
+      <path d="M 399.4195,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1019">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1019)">
+      <path d="M 392.4118,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1020">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1020)">
+      <path d="M 385.4041,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1021">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1021)">
+      <path d="M 378.3963,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1022">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1022)">
+      <path d="M 371.3886,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1023">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1023)">
+      <path d="M 364.3809,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1024">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1024)">
+      <path d="M 357.3732,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1025">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1025)">
+      <path d="M 350.3655,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1026">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1026)">
+      <path d="M 343.3578,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1027">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1027)">
+      <path d="M 336.3501,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1028">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1028)">
+      <path d="M 329.3424,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1029">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1029)">
+      <path d="M 322.3347,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1030">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1030)">
+      <path d="M 315.3270,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1031">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1031)">
+      <path d="M 308.3193,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1032">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1032)">
+      <path d="M 301.3116,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1033">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1033)">
+      <path d="M 294.3039,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1034">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1034)">
+      <path d="M 287.2961,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1035">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1035)">
+      <path d="M 280.2884,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1036">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1036)">
+      <path d="M 273.2807,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1037">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1037)">
+      <path d="M 266.2730,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1038">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1038)">
+      <path d="M 259.2653,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1039">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1039)">
+      <path d="M 252.2576,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1040">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1040)">
+      <path d="M 245.2499,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1041">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1041)">
+      <path d="M 238.2422,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1042">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1042)">
+      <path d="M 231.2345,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1043">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1043)">
+      <path d="M 224.2268,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1044">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1044)">
+      <path d="M 217.2191,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1045">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1045)">
+      <path d="M 210.2114,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1046">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1046)">
+      <path d="M 203.2037,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1047">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1047)">
+      <path d="M 196.1959,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1048">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1048)">
+      <path d="M 189.1882,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1049">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1049)">
+      <path d="M 182.1805,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1050">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1050)">
+      <path d="M 175.1728,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1051">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1051)">
+      <path d="M 168.1651,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1052">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1052)">
+      <path d="M 161.1574,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1053">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1053)">
+      <path d="M 154.1497,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1054">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1054)">
+      <path d="M 147.1420,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1055">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1055)">
+      <path d="M 140.1343,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1056">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1056)">
+      <path d="M 133.1266,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1057">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1057)">
+      <path d="M 126.1189,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1058">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1058)">
+      <path d="M 119.1112,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1059">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1059)">
+      <path d="M 112.1035,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1060">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1060)">
+      <path d="M 105.0958,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1061">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1061)">
+      <path d="M 98.0880,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1062">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1062)">
+      <path d="M 91.0803,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1063">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1063)">
+      <path d="M 84.0726,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1064">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1064)">
+      <path d="M 77.0649,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1065">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1065)">
+      <path d="M 70.0572,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1066">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1066)">
+      <path d="M 70.0572,17.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1067">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1067)">
+      <path d="M 70.0572,52.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1068">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1068)">
+      <path d="M 70.0572,87.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1069">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1069)">
+      <path d="M 70.0572,122.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1070">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1070)">
+      <path d="M 70.0572,157.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1071">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1071)">
+      <path d="M 70.0572,192.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1072">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1072)">
+      <path d="M 70.0572,227.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1073">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1073)">
+      <path d="M 70.0572,262.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1074">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1074)">
+      <path d="M 70.0572,297.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1075">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1075)">
+      <path d="M 70.0572,332.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1076">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1076)">
+      <path d="M 70.0572,367.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1077">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1077)">
+      <path d="M 420.4426,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1078">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1078)">
+      <path d="M 385.4041,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1079">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1079)">
+      <path d="M 350.3655,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1080">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1080)">
+      <path d="M 315.3270,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1081">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1081)">
+      <path d="M 280.2884,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1082">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1082)">
+      <path d="M 245.2499,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1083">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1083)">
+      <path d="M 210.2114,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1084">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1084)">
+      <path d="M 175.1728,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1085">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1085)">
+      <path d="M 140.1343,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1086">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1086)">
+      <path d="M 105.0958,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1087">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1087)">
+      <path d="M 70.0572,367.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1088">
+        <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1088)">
+      <path d="M 447.5975,427.9339 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.1992,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1089">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1089)">
+      <path d="M -42.6378,177.3840 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1090">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1090)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-90.7387,165.3588)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1091">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1091)">
+      <path d="M 150.0741,317.5382 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1092">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1092)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,101.9732,305.5130)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1093">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1093)">
+      <path d="M 107.2290,163.1724 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1094">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1094)">
+      <path d="M 101.9732,268.2880 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1095">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1095)">
+      <path d="M -38.1809,163.1724 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1096">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1096)">
+      <path d="M 31.8962,-117.1359 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1097">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1097)">
+      <path d="M 227.2010,-96.1128 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1098">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1098)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,137.0118,-114.1506)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1099">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1099)">
+      <path d="M 312.2045,268.2880 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1100">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1100)">
+      <path d="M -38.1809,-82.0974 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1101">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1101)">
+      <path d="M -38.1809,-75.0897 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1102">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1102)">
+      <path d="M -38.1809,-68.0819 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1103">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1103)">
+      <path d="M -38.1809,-61.0742 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1104">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1104)">
+      <path d="M -38.1809,-54.0665 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1105">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1105)">
+      <path d="M -38.1809,-47.0588 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1106">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1106)">
+      <path d="M -38.1809,-40.0511 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1107">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1107)">
+      <path d="M -38.1809,-33.0434 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1108">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1108)">
+      <path d="M -38.1809,-26.0357 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1109">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1109)">
+      <path d="M -38.1809,-19.0280 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1110">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1110)">
+      <path d="M -38.1809,-12.0203 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1111">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1111)">
+      <path d="M -38.1809,-5.0126 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1112">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1112)">
+      <path d="M -38.1809,1.9951 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1113">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1113)">
+      <path d="M -38.1809,9.0028 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1114">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1114)">
+      <path d="M -38.1809,16.0105 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1115">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1115)">
+      <path d="M -38.1809,23.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1116">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1116)">
+      <path d="M -38.1809,30.0260 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1117">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1117)">
+      <path d="M -38.1809,37.0337 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1118">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1118)">
+      <path d="M -38.1809,44.0414 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1119">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1119)">
+      <path d="M -38.1809,51.0491 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1120">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1120)">
+      <path d="M -38.1809,58.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1121">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1121)">
+      <path d="M -38.1809,65.0645 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1122">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1122)">
+      <path d="M -38.1809,72.0722 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1123">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1123)">
+      <path d="M -38.1809,79.0799 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1124">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1124)">
+      <path d="M -38.1809,86.0876 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1125">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1125)">
+      <path d="M -38.1809,93.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1126">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1126)">
+      <path d="M -38.1809,100.1030 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1127">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1127)">
+      <path d="M -38.1809,107.1107 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1128">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1128)">
+      <path d="M -38.1809,114.1185 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1129">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1129)">
+      <path d="M -38.1809,121.1262 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1130">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1130)">
+      <path d="M -38.1809,128.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1131">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1131)">
+      <path d="M -38.1809,135.1416 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1132">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1132)">
+      <path d="M -38.1809,142.1493 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1133">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1133)">
+      <path d="M -38.1809,149.1570 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1134">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1134)">
+      <path d="M -38.1809,156.1647 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1135">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1135)">
+      <path d="M -38.1809,163.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1136">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1136)">
+      <path d="M -38.1809,170.1801 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1137">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1137)">
+      <path d="M -38.1809,177.1878 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1138">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1138)">
+      <path d="M -38.1809,184.1955 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1139">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1139)">
+      <path d="M -38.1809,191.2032 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1140">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1140)">
+      <path d="M -38.1809,198.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1141">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1141)">
+      <path d="M -38.1809,205.2187 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1142">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1142)">
+      <path d="M -38.1809,212.2264 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1143">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1143)">
+      <path d="M -38.1809,219.2341 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1144">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1144)">
+      <path d="M -38.1809,226.2418 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1145">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1145)">
+      <path d="M -38.1809,233.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1146">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1146)">
+      <path d="M -38.1809,240.2572 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1147">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1147)">
+      <path d="M -38.1809,247.2649 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1148">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1148)">
+      <path d="M -38.1809,254.2726 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1149">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1149)">
+      <path d="M -38.1809,261.2803 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1150">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1150)">
+      <path d="M -38.1809,268.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1151">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1151)">
+      <path d="M 312.2045,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1152">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1152)">
+      <path d="M 305.1967,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1153">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1153)">
+      <path d="M 298.1890,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1154">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1154)">
+      <path d="M 291.1813,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1155">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1155)">
+      <path d="M 284.1736,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1156">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1156)">
+      <path d="M 277.1659,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1157">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1157)">
+      <path d="M 270.1582,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1158">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1158)">
+      <path d="M 263.1505,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1159">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1159)">
+      <path d="M 256.1428,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1160">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1160)">
+      <path d="M 249.1351,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1161">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1161)">
+      <path d="M 242.1274,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1162">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1162)">
+      <path d="M 235.1197,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1163">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1163)">
+      <path d="M 228.1120,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1164">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1164)">
+      <path d="M 221.1043,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1165">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1165)">
+      <path d="M 214.0965,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1166">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1166)">
+      <path d="M 207.0888,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1167">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1167)">
+      <path d="M 200.0811,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1168">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1168)">
+      <path d="M 193.0734,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1169">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1169)">
+      <path d="M 186.0657,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1170">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1170)">
+      <path d="M 179.0580,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1171">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1171)">
+      <path d="M 172.0503,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1172">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1172)">
+      <path d="M 165.0426,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1173">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1173)">
+      <path d="M 158.0349,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1174">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1174)">
+      <path d="M 151.0272,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1175">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1175)">
+      <path d="M 144.0195,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1176">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1176)">
+      <path d="M 137.0118,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1177">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1177)">
+      <path d="M 130.0041,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1178">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1178)">
+      <path d="M 122.9964,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1179">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1179)">
+      <path d="M 115.9886,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1180">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1180)">
+      <path d="M 108.9809,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1181">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1181)">
+      <path d="M 101.9732,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1182">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1182)">
+      <path d="M 94.9655,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1183">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1183)">
+      <path d="M 87.9578,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1184">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1184)">
+      <path d="M 80.9501,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1185">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1185)">
+      <path d="M 73.9424,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1186">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1186)">
+      <path d="M 66.9347,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1187">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1187)">
+      <path d="M 59.9270,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1188">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1188)">
+      <path d="M 52.9193,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1189">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1189)">
+      <path d="M 45.9116,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1190">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1190)">
+      <path d="M 38.9039,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1191">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1191)">
+      <path d="M 31.8962,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1192">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1192)">
+      <path d="M 24.8884,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1193">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1193)">
+      <path d="M 17.8807,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1194">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1194)">
+      <path d="M 10.8730,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1195">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1195)">
+      <path d="M 3.8653,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1196">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1196)">
+      <path d="M -3.1424,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1197">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1197)">
+      <path d="M -10.1501,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1198">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1198)">
+      <path d="M -17.1578,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1199">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1199)">
+      <path d="M -24.1655,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1200">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1200)">
+      <path d="M -31.1732,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1201">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1201)">
+      <path d="M -38.1809,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1202">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1202)">
+      <path d="M -38.1809,-82.0974 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1203">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1203)">
+      <path d="M -38.1809,-47.0588 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1204">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1204)">
+      <path d="M -38.1809,-12.0203 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1205">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1205)">
+      <path d="M -38.1809,23.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1206">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1206)">
+      <path d="M -38.1809,58.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1207">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1207)">
+      <path d="M -38.1809,93.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1208">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1208)">
+      <path d="M -38.1809,128.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1209">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1209)">
+      <path d="M -38.1809,163.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1210">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1210)">
+      <path d="M -38.1809,198.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1211">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1211)">
+      <path d="M -38.1809,233.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1212">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1212)">
+      <path d="M -38.1809,268.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1213">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1213)">
+      <path d="M 312.2045,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1214">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1214)">
+      <path d="M 277.1659,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1215">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1215)">
+      <path d="M 242.1274,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1216">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1216)">
+      <path d="M 207.0888,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1217">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1217)">
+      <path d="M 172.0503,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1218">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1218)">
+      <path d="M 137.0118,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1219">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1219)">
+      <path d="M 101.9732,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1220">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1220)">
+      <path d="M 66.9347,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1221">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1221)">
+      <path d="M 31.8962,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1222">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1222)">
+      <path d="M -3.1424,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1223">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1223)">
+      <path d="M -38.1809,268.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1224">
+        <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1224)">
+      <path d="M 339.3593,328.7603 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.9610,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1225">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1225)">
+      <path d="M -150.8760,78.2105 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1226">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1226)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-198.9769,66.1853)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1227">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1227)">
+      <path d="M 41.8360,218.3646 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1228">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1228)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-6.2649,206.3394)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1229">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1229)">
+      <path d="M -1.0091,63.9989 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1230">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1230)">
+      <path d="M -6.2649,169.1145 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1231">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1231)">
+      <path d="M -146.4191,63.9989 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1232">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1232)">
+      <path d="M -76.3420,-216.3094 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1233">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1233)">
+      <path d="M 118.9628,-195.2863 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1234">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1234)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.7736,-213.3242)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1235">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1235)">
+      <path d="M 203.9663,169.1145 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1236">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1236)">
+      <path d="M -146.4191,-181.2709 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1237">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1237)">
+      <path d="M -146.4191,-174.2632 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1238">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1238)">
+      <path d="M -146.4191,-167.2555 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1239">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1239)">
+      <path d="M -146.4191,-160.2478 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1240">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1240)">
+      <path d="M -146.4191,-153.2401 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1241">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1241)">
+      <path d="M -146.4191,-146.2324 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1242">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1242)">
+      <path d="M -146.4191,-139.2247 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1243">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1243)">
+      <path d="M -146.4191,-132.2170 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1244">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1244)">
+      <path d="M -146.4191,-125.2093 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1245">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1245)">
+      <path d="M -146.4191,-118.2015 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1246">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1246)">
+      <path d="M -146.4191,-111.1938 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1247">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1247)">
+      <path d="M -146.4191,-104.1861 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1248">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1248)">
+      <path d="M -146.4191,-97.1784 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1249">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1249)">
+      <path d="M -146.4191,-90.1707 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1250">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1250)">
+      <path d="M -146.4191,-83.1630 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1251">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1251)">
+      <path d="M -146.4191,-76.1553 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1252">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1252)">
+      <path d="M -146.4191,-69.1476 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1253">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1253)">
+      <path d="M -146.4191,-62.1399 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1254">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1254)">
+      <path d="M -146.4191,-55.1322 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1255">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1255)">
+      <path d="M -146.4191,-48.1245 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1256">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1256)">
+      <path d="M -146.4191,-41.1168 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1257">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1257)">
+      <path d="M -146.4191,-34.1091 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1258">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1258)">
+      <path d="M -146.4191,-27.1013 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1259">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1259)">
+      <path d="M -146.4191,-20.0936 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1260">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1260)">
+      <path d="M -146.4191,-13.0859 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1261">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1261)">
+      <path d="M -146.4191,-6.0782 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1262">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1262)">
+      <path d="M -146.4191,0.9295 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1263">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1263)">
+      <path d="M -146.4191,7.9372 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1264">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1264)">
+      <path d="M -146.4191,14.9449 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1265">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1265)">
+      <path d="M -146.4191,21.9526 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1266">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1266)">
+      <path d="M -146.4191,28.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1267">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1267)">
+      <path d="M -146.4191,35.9680 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1268">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1268)">
+      <path d="M -146.4191,42.9757 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1269">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1269)">
+      <path d="M -146.4191,49.9834 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1270">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1270)">
+      <path d="M -146.4191,56.9911 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1271">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1271)">
+      <path d="M -146.4191,63.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1272">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1272)">
+      <path d="M -146.4191,71.0066 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1273">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1273)">
+      <path d="M -146.4191,78.0143 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1274">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1274)">
+      <path d="M -146.4191,85.0220 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1275">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1275)">
+      <path d="M -146.4191,92.0297 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1276">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1276)">
+      <path d="M -146.4191,99.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1277">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1277)">
+      <path d="M -146.4191,106.0451 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1278">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1278)">
+      <path d="M -146.4191,113.0528 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1279">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1279)">
+      <path d="M -146.4191,120.0605 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1280">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1280)">
+      <path d="M -146.4191,127.0682 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1281">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1281)">
+      <path d="M -146.4191,134.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1282">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1282)">
+      <path d="M -146.4191,141.0836 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1283">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1283)">
+      <path d="M -146.4191,148.0913 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1284">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1284)">
+      <path d="M -146.4191,155.0991 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1285">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1285)">
+      <path d="M -146.4191,162.1068 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1286">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1286)">
+      <path d="M -146.4191,169.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1287">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1287)">
+      <path d="M 203.9663,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1288">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1288)">
+      <path d="M 196.9586,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1289">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1289)">
+      <path d="M 189.9509,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1290">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1290)">
+      <path d="M 182.9432,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1291">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1291)">
+      <path d="M 175.9355,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1292">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1292)">
+      <path d="M 168.9278,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1293">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1293)">
+      <path d="M 161.9201,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1294">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1294)">
+      <path d="M 154.9124,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1295">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1295)">
+      <path d="M 147.9047,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1296">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1296)">
+      <path d="M 140.8970,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1297">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1297)">
+      <path d="M 133.8892,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1298">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1298)">
+      <path d="M 126.8815,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1299">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1299)">
+      <path d="M 119.8738,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1300">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1300)">
+      <path d="M 112.8661,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1301">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1301)">
+      <path d="M 105.8584,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1302">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1302)">
+      <path d="M 98.8507,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1303">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1303)">
+      <path d="M 91.8430,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1304">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1304)">
+      <path d="M 84.8353,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1305">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1305)">
+      <path d="M 77.8276,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1306">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1306)">
+      <path d="M 70.8199,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1307">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1307)">
+      <path d="M 63.8122,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1308">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1308)">
+      <path d="M 56.8045,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1309">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1309)">
+      <path d="M 49.7968,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1310">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1310)">
+      <path d="M 42.7890,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1311">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1311)">
+      <path d="M 35.7813,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1312">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1312)">
+      <path d="M 28.7736,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1313">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1313)">
+      <path d="M 21.7659,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1314">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1314)">
+      <path d="M 14.7582,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1315">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1315)">
+      <path d="M 7.7505,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1316">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1316)">
+      <path d="M 0.7428,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1317">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1317)">
+      <path d="M -6.2649,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1318">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1318)">
+      <path d="M -13.2726,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1319">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1319)">
+      <path d="M -20.2803,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1320">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1320)">
+      <path d="M -27.2880,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1321">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1321)">
+      <path d="M -34.2957,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1322">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1322)">
+      <path d="M -41.3034,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1323">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1323)">
+      <path d="M -48.3112,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1324">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1324)">
+      <path d="M -55.3189,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1325">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1325)">
+      <path d="M -62.3266,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1326">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1326)">
+      <path d="M -69.3343,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1327">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1327)">
+      <path d="M -76.3420,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1328">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1328)">
+      <path d="M -83.3497,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1329">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1329)">
+      <path d="M -90.3574,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1330">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1330)">
+      <path d="M -97.3651,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1331">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1331)">
+      <path d="M -104.3728,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1332">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1332)">
+      <path d="M -111.3805,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1333">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1333)">
+      <path d="M -118.3882,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1334">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1334)">
+      <path d="M -125.3959,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1335">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1335)">
+      <path d="M -132.4036,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1336">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1336)">
+      <path d="M -139.4114,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1337">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1337)">
+      <path d="M -146.4191,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1338">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1338)">
+      <path d="M -146.4191,-181.2709 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1339">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1339)">
+      <path d="M -146.4191,-146.2324 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1340">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1340)">
+      <path d="M -146.4191,-111.1938 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1341">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1341)">
+      <path d="M -146.4191,-76.1553 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1342">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1342)">
+      <path d="M -146.4191,-41.1168 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1343">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1343)">
+      <path d="M -146.4191,-6.0782 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1344">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1344)">
+      <path d="M -146.4191,28.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1345">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1345)">
+      <path d="M -146.4191,63.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1346">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1346)">
+      <path d="M -146.4191,99.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1347">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1347)">
+      <path d="M -146.4191,134.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1348">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1348)">
+      <path d="M -146.4191,169.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1349">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1349)">
+      <path d="M 203.9663,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1350">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1350)">
+      <path d="M 168.9278,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1351">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1351)">
+      <path d="M 133.8892,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1352">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1352)">
+      <path d="M 98.8507,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1353">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1353)">
+      <path d="M 63.8122,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1354">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1354)">
+      <path d="M 28.7736,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1355">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1355)">
+      <path d="M -6.2649,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1356">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1356)">
+      <path d="M -41.3034,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1357">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1357)">
+      <path d="M -76.3420,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1358">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1358)">
+      <path d="M -111.3805,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1359">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1359)">
+      <path d="M -146.4191,169.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1360">
+        <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1360)">
+      <path d="M 231.1212,229.5868 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 132.7229,229.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1361">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1361)">
+      <path d="M 380.4749,594.9047 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1362">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1362)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,332.3740,582.8795)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1363">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1363)">
+      <path d="M 573.1868,735.0588 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1364">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1364)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,525.0859,723.0336)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1365">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1365)">
+      <path d="M 530.3417,580.6931 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1366">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1366)">
+      <path d="M 525.0859,685.8087 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1367">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1367)">
+      <path d="M 384.9318,580.6931 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1368">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1368)">
+      <path d="M 455.0089,300.3848 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1369">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1369)">
+      <path d="M 650.3137,321.4079 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1370">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1370)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,560.1245,303.3700)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1371">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1371)">
+      <path d="M 735.3172,685.8087 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1372">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1372)">
+      <path d="M 384.9318,335.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1373">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1373)">
+      <path d="M 384.9318,342.4310 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1374">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1374)">
+      <path d="M 384.9318,349.4387 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1375">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1375)">
+      <path d="M 384.9318,356.4464 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1376">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1376)">
+      <path d="M 384.9318,363.4541 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1377">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1377)">
+      <path d="M 384.9318,370.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1378">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1378)">
+      <path d="M 384.9318,377.4695 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1379">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1379)">
+      <path d="M 384.9318,384.4773 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1380">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1380)">
+      <path d="M 384.9318,391.4850 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1381">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1381)">
+      <path d="M 384.9318,398.4927 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1382">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1382)">
+      <path d="M 384.9318,405.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1383">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1383)">
+      <path d="M 384.9318,412.5081 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1384">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1384)">
+      <path d="M 384.9318,419.5158 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1385">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1385)">
+      <path d="M 384.9318,426.5235 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1386">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1386)">
+      <path d="M 384.9318,433.5312 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1387">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1387)">
+      <path d="M 384.9318,440.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1388">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1388)">
+      <path d="M 384.9318,447.5466 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1389">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1389)">
+      <path d="M 384.9318,454.5543 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1390">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1390)">
+      <path d="M 384.9318,461.5620 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1391">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1391)">
+      <path d="M 384.9318,468.5697 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1392">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1392)">
+      <path d="M 384.9318,475.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1393">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1393)">
+      <path d="M 384.9318,482.5852 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1394">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1394)">
+      <path d="M 384.9318,489.5929 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1395">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1395)">
+      <path d="M 384.9318,496.6006 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1396">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1396)">
+      <path d="M 384.9318,503.6083 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1397">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1397)">
+      <path d="M 384.9318,510.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1398">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1398)">
+      <path d="M 384.9318,517.6237 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1399">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1399)">
+      <path d="M 384.9318,524.6314 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1400">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1400)">
+      <path d="M 384.9318,531.6391 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1401">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1401)">
+      <path d="M 384.9318,538.6468 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1402">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1402)">
+      <path d="M 384.9318,545.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1403">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1403)">
+      <path d="M 384.9318,552.6622 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1404">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1404)">
+      <path d="M 384.9318,559.6699 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1405">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1405)">
+      <path d="M 384.9318,566.6777 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1406">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1406)">
+      <path d="M 384.9318,573.6854 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1407">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1407)">
+      <path d="M 384.9318,580.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1408">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1408)">
+      <path d="M 384.9318,587.7008 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1409">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1409)">
+      <path d="M 384.9318,594.7085 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1410">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1410)">
+      <path d="M 384.9318,601.7162 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1411">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1411)">
+      <path d="M 384.9318,608.7239 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1412">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1412)">
+      <path d="M 384.9318,615.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1413">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1413)">
+      <path d="M 384.9318,622.7393 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1414">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1414)">
+      <path d="M 384.9318,629.7470 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1415">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1415)">
+      <path d="M 384.9318,636.7547 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1416">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1416)">
+      <path d="M 384.9318,643.7624 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1417">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1417)">
+      <path d="M 384.9318,650.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1418">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1418)">
+      <path d="M 384.9318,657.7779 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1419">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1419)">
+      <path d="M 384.9318,664.7856 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1420">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1420)">
+      <path d="M 384.9318,671.7933 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1421">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1421)">
+      <path d="M 384.9318,678.8010 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1422">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1422)">
+      <path d="M 384.9318,685.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1423">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1423)">
+      <path d="M 735.3172,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1424">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1424)">
+      <path d="M 728.3095,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1425">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1425)">
+      <path d="M 721.3018,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1426">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1426)">
+      <path d="M 714.2940,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1427">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1427)">
+      <path d="M 707.2863,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1428">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1428)">
+      <path d="M 700.2786,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1429">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1429)">
+      <path d="M 693.2709,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1430">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1430)">
+      <path d="M 686.2632,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1431">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1431)">
+      <path d="M 679.2555,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1432">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1432)">
+      <path d="M 672.2478,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1433">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1433)">
+      <path d="M 665.2401,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1434">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1434)">
+      <path d="M 658.2324,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1435">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1435)">
+      <path d="M 651.2247,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1436">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1436)">
+      <path d="M 644.2170,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1437">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1437)">
+      <path d="M 637.2093,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1438">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1438)">
+      <path d="M 630.2016,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1439">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1439)">
+      <path d="M 623.1938,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1440">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1440)">
+      <path d="M 616.1861,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1441">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1441)">
+      <path d="M 609.1784,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1442">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1442)">
+      <path d="M 602.1707,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1443">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1443)">
+      <path d="M 595.1630,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1444">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1444)">
+      <path d="M 588.1553,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1445">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1445)">
+      <path d="M 581.1476,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1446">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1446)">
+      <path d="M 574.1399,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1447">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1447)">
+      <path d="M 567.1322,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1448">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1448)">
+      <path d="M 560.1245,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1449">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1449)">
+      <path d="M 553.1168,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1450">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1450)">
+      <path d="M 546.1091,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1451">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1451)">
+      <path d="M 539.1014,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1452">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1452)">
+      <path d="M 532.0936,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1453">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1453)">
+      <path d="M 525.0859,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1454">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1454)">
+      <path d="M 518.0782,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1455">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1455)">
+      <path d="M 511.0705,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1456">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1456)">
+      <path d="M 504.0628,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1457">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1457)">
+      <path d="M 497.0551,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1458">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1458)">
+      <path d="M 490.0474,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1459">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1459)">
+      <path d="M 483.0397,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1460">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1460)">
+      <path d="M 476.0320,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1461">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1461)">
+      <path d="M 469.0243,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1462">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1462)">
+      <path d="M 462.0166,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1463">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1463)">
+      <path d="M 455.0089,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1464">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1464)">
+      <path d="M 448.0012,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1465">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1465)">
+      <path d="M 440.9935,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1466">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1466)">
+      <path d="M 433.9857,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1467">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1467)">
+      <path d="M 426.9780,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1468">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1468)">
+      <path d="M 419.9703,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1469">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1469)">
+      <path d="M 412.9626,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1470">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1470)">
+      <path d="M 405.9549,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1471">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1471)">
+      <path d="M 398.9472,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1472">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1472)">
+      <path d="M 391.9395,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1473">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1473)">
+      <path d="M 384.9318,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1474">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1474)">
+      <path d="M 384.9318,335.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1475">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1475)">
+      <path d="M 384.9318,370.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1476">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1476)">
+      <path d="M 384.9318,405.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1477">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1477)">
+      <path d="M 384.9318,440.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1478">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1478)">
+      <path d="M 384.9318,475.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1479">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1479)">
+      <path d="M 384.9318,510.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1480">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1480)">
+      <path d="M 384.9318,545.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1481">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1481)">
+      <path d="M 384.9318,580.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1482">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1482)">
+      <path d="M 384.9318,615.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1483">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1483)">
+      <path d="M 384.9318,650.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1484">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1484)">
+      <path d="M 384.9318,685.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1485">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1485)">
+      <path d="M 735.3172,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1486">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1486)">
+      <path d="M 700.2786,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1487">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1487)">
+      <path d="M 665.2401,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1488">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1488)">
+      <path d="M 630.2016,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1489">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1489)">
+      <path d="M 595.1630,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1490">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1490)">
+      <path d="M 560.1245,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1491">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1491)">
+      <path d="M 525.0859,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1492">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1492)">
+      <path d="M 490.0474,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1493">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1493)">
+      <path d="M 455.0089,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1494">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1494)">
+      <path d="M 419.9703,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1495">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1495)">
+      <path d="M 384.9318,685.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1496">
+        <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1496)">
+      <path d="M 762.4720,746.2810 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 565.6754,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1497">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1497)">
+      <path d="M 272.2368,495.7311 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1498">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1498)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,224.1358,483.7059)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1499">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1499)">
+      <path d="M 464.9487,635.8853 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1500">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1500)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,416.8478,623.8601)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1501">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1501)">
+      <path d="M 422.1036,481.5195 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1502">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1502)">
+      <path d="M 416.8478,586.6351 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1503">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1503)">
+      <path d="M 276.6937,481.5195 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1504">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1504)">
+      <path d="M 346.7707,201.2112 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1505">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1505)">
+      <path d="M 542.0755,222.2343 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1506">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1506)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,451.8863,204.1965)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1507">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1507)">
+      <path d="M 627.0790,586.6351 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1508">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1508)">
+      <path d="M 276.6937,236.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1509">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1509)">
+      <path d="M 276.6937,243.2575 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1510">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1510)">
+      <path d="M 276.6937,250.2652 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1511">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1511)">
+      <path d="M 276.6937,257.2729 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1512">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1512)">
+      <path d="M 276.6937,264.2806 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1513">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1513)">
+      <path d="M 276.6937,271.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1514">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1514)">
+      <path d="M 276.6937,278.2960 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1515">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1515)">
+      <path d="M 276.6937,285.3037 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1516">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1516)">
+      <path d="M 276.6937,292.3114 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1517">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1517)">
+      <path d="M 276.6937,299.3191 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1518">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1518)">
+      <path d="M 276.6937,306.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1519">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1519)">
+      <path d="M 276.6937,313.3345 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1520">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1520)">
+      <path d="M 276.6937,320.3422 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1521">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1521)">
+      <path d="M 276.6937,327.3499 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1522">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1522)">
+      <path d="M 276.6937,334.3577 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1523">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1523)">
+      <path d="M 276.6937,341.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1524">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1524)">
+      <path d="M 276.6937,348.3731 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1525">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1525)">
+      <path d="M 276.6937,355.3808 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1526">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1526)">
+      <path d="M 276.6937,362.3885 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1527">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1527)">
+      <path d="M 276.6937,369.3962 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1528">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1528)">
+      <path d="M 276.6937,376.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1529">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1529)">
+      <path d="M 276.6937,383.4116 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1530">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1530)">
+      <path d="M 276.6937,390.4193 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1531">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1531)">
+      <path d="M 276.6937,397.4270 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1532">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1532)">
+      <path d="M 276.6937,404.4347 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1533">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1533)">
+      <path d="M 276.6937,411.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1534">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1534)">
+      <path d="M 276.6937,418.4501 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1535">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1535)">
+      <path d="M 276.6937,425.4579 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1536">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1536)">
+      <path d="M 276.6937,432.4656 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1537">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1537)">
+      <path d="M 276.6937,439.4733 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1538">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1538)">
+      <path d="M 276.6937,446.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1539">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1539)">
+      <path d="M 276.6937,453.4887 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1540">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1540)">
+      <path d="M 276.6937,460.4964 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1541">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1541)">
+      <path d="M 276.6937,467.5041 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1542">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1542)">
+      <path d="M 276.6937,474.5118 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1543">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1543)">
+      <path d="M 276.6937,481.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1544">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1544)">
+      <path d="M 276.6937,488.5272 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1545">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1545)">
+      <path d="M 276.6937,495.5349 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1546">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1546)">
+      <path d="M 276.6937,502.5426 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1547">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1547)">
+      <path d="M 276.6937,509.5503 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1548">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1548)">
+      <path d="M 276.6937,516.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1549">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1549)">
+      <path d="M 276.6937,523.5658 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1550">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1550)">
+      <path d="M 276.6937,530.5735 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1551">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1551)">
+      <path d="M 276.6937,537.5812 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1552">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1552)">
+      <path d="M 276.6937,544.5889 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1553">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1553)">
+      <path d="M 276.6937,551.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1554">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1554)">
+      <path d="M 276.6937,558.6043 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1555">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1555)">
+      <path d="M 276.6937,565.6120 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1556">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1556)">
+      <path d="M 276.6937,572.6197 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1557">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1557)">
+      <path d="M 276.6937,579.6274 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1558">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1558)">
+      <path d="M 276.6937,586.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1559">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1559)">
+      <path d="M 627.0790,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1560">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1560)">
+      <path d="M 620.0713,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1561">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1561)">
+      <path d="M 613.0636,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1562">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1562)">
+      <path d="M 606.0559,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1563">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1563)">
+      <path d="M 599.0482,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1564">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1564)">
+      <path d="M 592.0405,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1565">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1565)">
+      <path d="M 585.0328,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1566">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1566)">
+      <path d="M 578.0251,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1567">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1567)">
+      <path d="M 571.0174,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1568">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1568)">
+      <path d="M 564.0097,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1569">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1569)">
+      <path d="M 557.0020,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1570">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1570)">
+      <path d="M 549.9942,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1571">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1571)">
+      <path d="M 542.9865,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1572">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1572)">
+      <path d="M 535.9788,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1573">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1573)">
+      <path d="M 528.9711,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1574">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1574)">
+      <path d="M 521.9634,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1575">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1575)">
+      <path d="M 514.9557,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1576">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1576)">
+      <path d="M 507.9480,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1577">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1577)">
+      <path d="M 500.9403,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1578">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1578)">
+      <path d="M 493.9326,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1579">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1579)">
+      <path d="M 486.9249,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1580">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1580)">
+      <path d="M 479.9172,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1581">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1581)">
+      <path d="M 472.9095,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1582">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1582)">
+      <path d="M 465.9018,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1583">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1583)">
+      <path d="M 458.8941,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1584">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1584)">
+      <path d="M 451.8863,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1585">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1585)">
+      <path d="M 444.8786,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1586">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1586)">
+      <path d="M 437.8709,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1587">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1587)">
+      <path d="M 430.8632,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1588">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1588)">
+      <path d="M 423.8555,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1589">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1589)">
+      <path d="M 416.8478,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1590">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1590)">
+      <path d="M 409.8401,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1591">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1591)">
+      <path d="M 402.8324,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1592">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1592)">
+      <path d="M 395.8247,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1593">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1593)">
+      <path d="M 388.8170,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1594">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1594)">
+      <path d="M 381.8093,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1595">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1595)">
+      <path d="M 374.8016,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1596">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1596)">
+      <path d="M 367.7939,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1597">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1597)">
+      <path d="M 360.7861,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1598">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1598)">
+      <path d="M 353.7784,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1599">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1599)">
+      <path d="M 346.7707,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1600">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1600)">
+      <path d="M 339.7630,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1601">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1601)">
+      <path d="M 332.7553,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1602">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1602)">
+      <path d="M 325.7476,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1603">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1603)">
+      <path d="M 318.7399,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1604">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1604)">
+      <path d="M 311.7322,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1605">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1605)">
+      <path d="M 304.7245,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1606">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1606)">
+      <path d="M 297.7168,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1607">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1607)">
+      <path d="M 290.7091,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1608">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1608)">
+      <path d="M 283.7014,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1609">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1609)">
+      <path d="M 276.6937,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1610">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1610)">
+      <path d="M 276.6937,236.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1611">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1611)">
+      <path d="M 276.6937,271.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1612">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1612)">
+      <path d="M 276.6937,306.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1613">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1613)">
+      <path d="M 276.6937,341.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1614">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1614)">
+      <path d="M 276.6937,376.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1615">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1615)">
+      <path d="M 276.6937,411.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1616">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1616)">
+      <path d="M 276.6937,446.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1617">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1617)">
+      <path d="M 276.6937,481.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1618">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1618)">
+      <path d="M 276.6937,516.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1619">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1619)">
+      <path d="M 276.6937,551.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1620">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1620)">
+      <path d="M 276.6937,586.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1621">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1621)">
+      <path d="M 627.0790,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1622">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1622)">
+      <path d="M 592.0405,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1623">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1623)">
+      <path d="M 557.0020,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1624">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1624)">
+      <path d="M 521.9634,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1625">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1625)">
+      <path d="M 486.9249,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1626">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1626)">
+      <path d="M 451.8863,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1627">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1627)">
+      <path d="M 416.8478,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1628">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1628)">
+      <path d="M 381.8093,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1629">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1629)">
+      <path d="M 346.7707,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1630">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1630)">
+      <path d="M 311.7322,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1631">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1631)">
+      <path d="M 276.6937,586.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1632">
+        <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1632)">
+      <path d="M 654.2339,647.1074 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 457.4373,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1633">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1633)">
+      <path d="M 163.9986,396.5576 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1634">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1634)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,115.8977,384.5324)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1635">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1635)">
+      <path d="M 356.7106,536.7117 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1636">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1636)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,308.6097,524.6865)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1637">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1637)">
+      <path d="M 313.8655,382.3460 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1638">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1638)">
+      <path d="M 308.6097,487.4616 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1639">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1639)">
+      <path d="M 168.4555,382.3460 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1640">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1640)">
+      <path d="M 238.5326,102.0377 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1641">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1641)">
+      <path d="M 433.8374,123.0608 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1642">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1642)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,343.6482,105.0229)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1643">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1643)">
+      <path d="M 518.8409,487.4616 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1644">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1644)">
+      <path d="M 168.4555,137.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1645">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1645)">
+      <path d="M 168.4555,144.0839 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1646">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1646)">
+      <path d="M 168.4555,151.0916 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1647">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1647)">
+      <path d="M 168.4555,158.0993 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1648">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1648)">
+      <path d="M 168.4555,165.1070 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1649">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1649)">
+      <path d="M 168.4555,172.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1650">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1650)">
+      <path d="M 168.4555,179.1224 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1651">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1651)">
+      <path d="M 168.4555,186.1301 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1652">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1652)">
+      <path d="M 168.4555,193.1379 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1653">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1653)">
+      <path d="M 168.4555,200.1456 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1654">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1654)">
+      <path d="M 168.4555,207.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1655">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1655)">
+      <path d="M 168.4555,214.1610 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1656">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1656)">
+      <path d="M 168.4555,221.1687 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1657">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1657)">
+      <path d="M 168.4555,228.1764 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1658">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1658)">
+      <path d="M 168.4555,235.1841 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1659">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1659)">
+      <path d="M 168.4555,242.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1660">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1660)">
+      <path d="M 168.4555,249.1995 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1661">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1661)">
+      <path d="M 168.4555,256.2072 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1662">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1662)">
+      <path d="M 168.4555,263.2149 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1663">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1663)">
+      <path d="M 168.4555,270.2226 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1664">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1664)">
+      <path d="M 168.4555,277.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1665">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1665)">
+      <path d="M 168.4555,284.2381 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1666">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1666)">
+      <path d="M 168.4555,291.2458 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1667">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1667)">
+      <path d="M 168.4555,298.2535 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1668">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1668)">
+      <path d="M 168.4555,305.2612 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1669">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1669)">
+      <path d="M 168.4555,312.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1670">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1670)">
+      <path d="M 168.4555,319.2766 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1671">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1671)">
+      <path d="M 168.4555,326.2843 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1672">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1672)">
+      <path d="M 168.4555,333.2920 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1673">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1673)">
+      <path d="M 168.4555,340.2997 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1674">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1674)">
+      <path d="M 168.4555,347.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1675">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1675)">
+      <path d="M 168.4555,354.3151 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1676">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1676)">
+      <path d="M 168.4555,361.3228 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1677">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1677)">
+      <path d="M 168.4555,368.3305 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1678">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1678)">
+      <path d="M 168.4555,375.3383 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1679">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1679)">
+      <path d="M 168.4555,382.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1680">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1680)">
+      <path d="M 168.4555,389.3537 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1681">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1681)">
+      <path d="M 168.4555,396.3614 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1682">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1682)">
+      <path d="M 168.4555,403.3691 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1683">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1683)">
+      <path d="M 168.4555,410.3768 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1684">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1684)">
+      <path d="M 168.4555,417.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1685">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1685)">
+      <path d="M 168.4555,424.3922 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1686">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1686)">
+      <path d="M 168.4555,431.3999 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1687">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1687)">
+      <path d="M 168.4555,438.4076 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1688">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1688)">
+      <path d="M 168.4555,445.4153 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1689">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1689)">
+      <path d="M 168.4555,452.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1690">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1690)">
+      <path d="M 168.4555,459.4307 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1691">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1691)">
+      <path d="M 168.4555,466.4385 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1692">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1692)">
+      <path d="M 168.4555,473.4462 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1693">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1693)">
+      <path d="M 168.4555,480.4539 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1694">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1694)">
+      <path d="M 168.4555,487.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1695">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1695)">
+      <path d="M 518.8409,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1696">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1696)">
+      <path d="M 511.8332,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1697">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1697)">
+      <path d="M 504.8255,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1698">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1698)">
+      <path d="M 497.8178,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1699">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1699)">
+      <path d="M 490.8101,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1700">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1700)">
+      <path d="M 483.8024,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1701">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1701)">
+      <path d="M 476.7947,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1702">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1702)">
+      <path d="M 469.7869,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1703">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1703)">
+      <path d="M 462.7792,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1704">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1704)">
+      <path d="M 455.7715,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1705">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1705)">
+      <path d="M 448.7638,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1706">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1706)">
+      <path d="M 441.7561,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1707">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1707)">
+      <path d="M 434.7484,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1708">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1708)">
+      <path d="M 427.7407,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1709">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1709)">
+      <path d="M 420.7330,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1710">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1710)">
+      <path d="M 413.7253,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1711">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1711)">
+      <path d="M 406.7176,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1712">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1712)">
+      <path d="M 399.7099,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1713">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1713)">
+      <path d="M 392.7022,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1714">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1714)">
+      <path d="M 385.6945,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1715">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1715)">
+      <path d="M 378.6867,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1716">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1716)">
+      <path d="M 371.6790,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1717">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1717)">
+      <path d="M 364.6713,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1718">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1718)">
+      <path d="M 357.6636,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1719">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1719)">
+      <path d="M 350.6559,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1720">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1720)">
+      <path d="M 343.6482,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1721">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1721)">
+      <path d="M 336.6405,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1722">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1722)">
+      <path d="M 329.6328,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1723">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1723)">
+      <path d="M 322.6251,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1724">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1724)">
+      <path d="M 315.6174,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1725">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1725)">
+      <path d="M 308.6097,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1726">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1726)">
+      <path d="M 301.6020,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1727">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1727)">
+      <path d="M 294.5943,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1728">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1728)">
+      <path d="M 287.5865,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1729">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1729)">
+      <path d="M 280.5788,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1730">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1730)">
+      <path d="M 273.5711,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1731">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1731)">
+      <path d="M 266.5634,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1732">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1732)">
+      <path d="M 259.5557,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1733">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1733)">
+      <path d="M 252.5480,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1734">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1734)">
+      <path d="M 245.5403,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1735">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1735)">
+      <path d="M 238.5326,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1736">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1736)">
+      <path d="M 231.5249,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1737">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1737)">
+      <path d="M 224.5172,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1738">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1738)">
+      <path d="M 217.5095,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1739">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1739)">
+      <path d="M 210.5018,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1740">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1740)">
+      <path d="M 203.4941,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1741">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1741)">
+      <path d="M 196.4863,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1742">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1742)">
+      <path d="M 189.4786,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1743">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1743)">
+      <path d="M 182.4709,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1744">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1744)">
+      <path d="M 175.4632,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1745">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1745)">
+      <path d="M 168.4555,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1746">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1746)">
+      <path d="M 168.4555,137.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1747">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1747)">
+      <path d="M 168.4555,172.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1748">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1748)">
+      <path d="M 168.4555,207.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1749">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1749)">
+      <path d="M 168.4555,242.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1750">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1750)">
+      <path d="M 168.4555,277.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1751">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1751)">
+      <path d="M 168.4555,312.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1752">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1752)">
+      <path d="M 168.4555,347.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1753">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1753)">
+      <path d="M 168.4555,382.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1754">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1754)">
+      <path d="M 168.4555,417.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1755">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1755)">
+      <path d="M 168.4555,452.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1756">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1756)">
+      <path d="M 168.4555,487.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1757">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1757)">
+      <path d="M 518.8409,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1758">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1758)">
+      <path d="M 483.8024,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1759">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1759)">
+      <path d="M 448.7638,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1760">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1760)">
+      <path d="M 413.7253,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1761">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1761)">
+      <path d="M 378.6867,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1762">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1762)">
+      <path d="M 343.6482,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1763">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1763)">
+      <path d="M 308.6097,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1764">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1764)">
+      <path d="M 273.5711,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1765">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1765)">
+      <path d="M 238.5326,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1766">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1766)">
+      <path d="M 203.4941,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1767">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1767)">
+      <path d="M 168.4555,487.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1768">
+        <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1768)">
+      <path d="M 545.9958,547.9339 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.1992,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1769">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1769)">
+      <path d="M 55.7605,297.3840 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1770">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1770)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,7.6596,285.3588)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1771">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1771)">
+      <path d="M 248.4724,437.5382 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1772">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1772)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.3715,425.5130)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1773">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1773)">
+      <path d="M 205.6273,283.1724 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1774">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1774)">
+      <path d="M 200.3715,388.2880 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1775">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1775)">
+      <path d="M 60.2174,283.1724 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1776">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1776)">
+      <path d="M 130.2945,2.8641 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1777">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1777)">
+      <path d="M 325.5993,23.8872 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1778">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1778)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,235.4101,5.8494)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1779">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1779)">
+      <path d="M 410.6028,388.2880 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1780">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1780)">
+      <path d="M 60.2174,37.9026 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1781">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1781)">
+      <path d="M 60.2174,44.9103 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1782">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1782)">
+      <path d="M 60.2174,51.9181 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1783">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1783)">
+      <path d="M 60.2174,58.9258 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1784">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1784)">
+      <path d="M 60.2174,65.9335 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1785">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1785)">
+      <path d="M 60.2174,72.9412 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1786">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1786)">
+      <path d="M 60.2174,79.9489 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1787">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1787)">
+      <path d="M 60.2174,86.9566 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1788">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1788)">
+      <path d="M 60.2174,93.9643 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1789">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1789)">
+      <path d="M 60.2174,100.9720 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1790">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1790)">
+      <path d="M 60.2174,107.9797 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1791">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1791)">
+      <path d="M 60.2174,114.9874 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1792">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1792)">
+      <path d="M 60.2174,121.9951 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1793">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1793)">
+      <path d="M 60.2174,129.0028 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1794">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1794)">
+      <path d="M 60.2174,136.0105 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1795">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1795)">
+      <path d="M 60.2174,143.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1796">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1796)">
+      <path d="M 60.2174,150.0260 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1797">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1797)">
+      <path d="M 60.2174,157.0337 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1798">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1798)">
+      <path d="M 60.2174,164.0414 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1799">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1799)">
+      <path d="M 60.2174,171.0491 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1800">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1800)">
+      <path d="M 60.2174,178.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1801">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1801)">
+      <path d="M 60.2174,185.0645 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1802">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1802)">
+      <path d="M 60.2174,192.0722 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1803">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1803)">
+      <path d="M 60.2174,199.0799 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1804">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1804)">
+      <path d="M 60.2174,206.0876 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1805">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1805)">
+      <path d="M 60.2174,213.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1806">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1806)">
+      <path d="M 60.2174,220.1030 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1807">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1807)">
+      <path d="M 60.2174,227.1107 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1808">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1808)">
+      <path d="M 60.2174,234.1185 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1809">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1809)">
+      <path d="M 60.2174,241.1262 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1810">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1810)">
+      <path d="M 60.2174,248.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1811">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1811)">
+      <path d="M 60.2174,255.1416 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1812">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1812)">
+      <path d="M 60.2174,262.1493 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1813">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1813)">
+      <path d="M 60.2174,269.1570 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1814">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1814)">
+      <path d="M 60.2174,276.1647 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1815">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1815)">
+      <path d="M 60.2174,283.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1816">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1816)">
+      <path d="M 60.2174,290.1801 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1817">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1817)">
+      <path d="M 60.2174,297.1878 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1818">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1818)">
+      <path d="M 60.2174,304.1955 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1819">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1819)">
+      <path d="M 60.2174,311.2032 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1820">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1820)">
+      <path d="M 60.2174,318.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1821">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1821)">
+      <path d="M 60.2174,325.2187 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1822">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1822)">
+      <path d="M 60.2174,332.2264 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1823">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1823)">
+      <path d="M 60.2174,339.2341 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1824">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1824)">
+      <path d="M 60.2174,346.2418 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1825">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1825)">
+      <path d="M 60.2174,353.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1826">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1826)">
+      <path d="M 60.2174,360.2572 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1827">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1827)">
+      <path d="M 60.2174,367.2649 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1828">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1828)">
+      <path d="M 60.2174,374.2726 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1829">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1829)">
+      <path d="M 60.2174,381.2803 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1830">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1830)">
+      <path d="M 60.2174,388.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1831">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1831)">
+      <path d="M 410.6028,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1832">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1832)">
+      <path d="M 403.5951,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1833">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1833)">
+      <path d="M 396.5873,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1834">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1834)">
+      <path d="M 389.5796,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1835">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1835)">
+      <path d="M 382.5719,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1836">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1836)">
+      <path d="M 375.5642,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1837">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1837)">
+      <path d="M 368.5565,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1838">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1838)">
+      <path d="M 361.5488,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1839">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1839)">
+      <path d="M 354.5411,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1840">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1840)">
+      <path d="M 347.5334,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1841">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1841)">
+      <path d="M 340.5257,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1842">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1842)">
+      <path d="M 333.5180,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1843">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1843)">
+      <path d="M 326.5103,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1844">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1844)">
+      <path d="M 319.5026,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1845">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1845)">
+      <path d="M 312.4949,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1846">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1846)">
+      <path d="M 305.4871,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1847">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1847)">
+      <path d="M 298.4794,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1848">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1848)">
+      <path d="M 291.4717,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1849">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1849)">
+      <path d="M 284.4640,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1850">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1850)">
+      <path d="M 277.4563,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1851">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1851)">
+      <path d="M 270.4486,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1852">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1852)">
+      <path d="M 263.4409,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1853">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1853)">
+      <path d="M 256.4332,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1854">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1854)">
+      <path d="M 249.4255,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1855">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1855)">
+      <path d="M 242.4178,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1856">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1856)">
+      <path d="M 235.4101,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1857">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1857)">
+      <path d="M 228.4024,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1858">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1858)">
+      <path d="M 221.3947,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1859">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1859)">
+      <path d="M 214.3869,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1860">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1860)">
+      <path d="M 207.3792,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1861">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1861)">
+      <path d="M 200.3715,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1862">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1862)">
+      <path d="M 193.3638,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1863">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1863)">
+      <path d="M 186.3561,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1864">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1864)">
+      <path d="M 179.3484,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1865">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1865)">
+      <path d="M 172.3407,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1866">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1866)">
+      <path d="M 165.3330,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1867">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1867)">
+      <path d="M 158.3253,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1868">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1868)">
+      <path d="M 151.3176,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1869">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1869)">
+      <path d="M 144.3099,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1870">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1870)">
+      <path d="M 137.3022,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1871">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1871)">
+      <path d="M 130.2945,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1872">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1872)">
+      <path d="M 123.2868,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1873">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1873)">
+      <path d="M 116.2790,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1874">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1874)">
+      <path d="M 109.2713,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1875">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1875)">
+      <path d="M 102.2636,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1876">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1876)">
+      <path d="M 95.2559,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1877">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1877)">
+      <path d="M 88.2482,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1878">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1878)">
+      <path d="M 81.2405,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1879">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1879)">
+      <path d="M 74.2328,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1880">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1880)">
+      <path d="M 67.2251,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1881">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1881)">
+      <path d="M 60.2174,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1882">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1882)">
+      <path d="M 60.2174,37.9026 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1883">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1883)">
+      <path d="M 60.2174,72.9412 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1884">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1884)">
+      <path d="M 60.2174,107.9797 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1885">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1885)">
+      <path d="M 60.2174,143.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1886">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1886)">
+      <path d="M 60.2174,178.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1887">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1887)">
+      <path d="M 60.2174,213.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1888">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1888)">
+      <path d="M 60.2174,248.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1889">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1889)">
+      <path d="M 60.2174,283.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1890">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1890)">
+      <path d="M 60.2174,318.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1891">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1891)">
+      <path d="M 60.2174,353.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1892">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1892)">
+      <path d="M 60.2174,388.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1893">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1893)">
+      <path d="M 410.6028,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1894">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1894)">
+      <path d="M 375.5642,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1895">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1895)">
+      <path d="M 340.5257,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1896">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1896)">
+      <path d="M 305.4871,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1897">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1897)">
+      <path d="M 270.4486,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1898">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1898)">
+      <path d="M 235.4101,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1899">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1899)">
+      <path d="M 200.3715,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1900">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1900)">
+      <path d="M 165.3330,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1901">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1901)">
+      <path d="M 130.2945,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1902">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1902)">
+      <path d="M 95.2559,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1903">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1903)">
+      <path d="M 60.2174,388.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1904">
+        <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1904)">
+      <path d="M 437.7576,448.7603 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.9610,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1905">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1905)">
+      <path d="M -52.4777,198.2105 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1906">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1906)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-100.5786,186.1853)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1907">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1907)">
+      <path d="M 140.2343,338.3646 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1908">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1908)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,92.1334,326.3394)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1909">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1909)">
+      <path d="M 97.3892,183.9989 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1910">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1910)">
+      <path d="M 92.1334,289.1145 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1911">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1911)">
+      <path d="M -48.0208,183.9989 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1912">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1912)">
+      <path d="M 22.0563,-96.3094 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1913">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1913)">
+      <path d="M 217.3611,-75.2863 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1914">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1914)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,127.1719,-93.3242)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1915">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1915)">
+      <path d="M 302.3646,289.1145 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1916">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1916)">
+      <path d="M -48.0208,-61.2709 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1917">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1917)">
+      <path d="M -48.0208,-54.2632 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1918">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1918)">
+      <path d="M -48.0208,-47.2555 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1919">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1919)">
+      <path d="M -48.0208,-40.2478 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1920">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1920)">
+      <path d="M -48.0208,-33.2401 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1921">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1921)">
+      <path d="M -48.0208,-26.2324 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1922">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1922)">
+      <path d="M -48.0208,-19.2247 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1923">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1923)">
+      <path d="M -48.0208,-12.2170 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1924">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1924)">
+      <path d="M -48.0208,-5.2093 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1925">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1925)">
+      <path d="M -48.0208,1.7985 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1926">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1926)">
+      <path d="M -48.0208,8.8062 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1927">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1927)">
+      <path d="M -48.0208,15.8139 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1928">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1928)">
+      <path d="M -48.0208,22.8216 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1929">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1929)">
+      <path d="M -48.0208,29.8293 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1930">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1930)">
+      <path d="M -48.0208,36.8370 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1931">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1931)">
+      <path d="M -48.0208,43.8447 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1932">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1932)">
+      <path d="M -48.0208,50.8524 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1933">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1933)">
+      <path d="M -48.0208,57.8601 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1934">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1934)">
+      <path d="M -48.0208,64.8678 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1935">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1935)">
+      <path d="M -48.0208,71.8755 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1936">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1936)">
+      <path d="M -48.0208,78.8832 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1937">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1937)">
+      <path d="M -48.0208,85.8909 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1938">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1938)">
+      <path d="M -48.0208,92.8987 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1939">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1939)">
+      <path d="M -48.0208,99.9064 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1940">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1940)">
+      <path d="M -48.0208,106.9141 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1941">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1941)">
+      <path d="M -48.0208,113.9218 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1942">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1942)">
+      <path d="M -48.0208,120.9295 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1943">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1943)">
+      <path d="M -48.0208,127.9372 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1944">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1944)">
+      <path d="M -48.0208,134.9449 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1945">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1945)">
+      <path d="M -48.0208,141.9526 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1946">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1946)">
+      <path d="M -48.0208,148.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1947">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1947)">
+      <path d="M -48.0208,155.9680 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1948">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1948)">
+      <path d="M -48.0208,162.9757 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1949">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1949)">
+      <path d="M -48.0208,169.9834 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1950">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1950)">
+      <path d="M -48.0208,176.9911 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1951">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1951)">
+      <path d="M -48.0208,183.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1952">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1952)">
+      <path d="M -48.0208,191.0066 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1953">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1953)">
+      <path d="M -48.0208,198.0143 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1954">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1954)">
+      <path d="M -48.0208,205.0220 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1955">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1955)">
+      <path d="M -48.0208,212.0297 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1956">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1956)">
+      <path d="M -48.0208,219.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1957">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1957)">
+      <path d="M -48.0208,226.0451 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1958">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1958)">
+      <path d="M -48.0208,233.0528 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1959">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1959)">
+      <path d="M -48.0208,240.0605 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1960">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1960)">
+      <path d="M -48.0208,247.0682 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1961">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1961)">
+      <path d="M -48.0208,254.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1962">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1962)">
+      <path d="M -48.0208,261.0836 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1963">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1963)">
+      <path d="M -48.0208,268.0913 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1964">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1964)">
+      <path d="M -48.0208,275.0991 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1965">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1965)">
+      <path d="M -48.0208,282.1068 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1966">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1966)">
+      <path d="M -48.0208,289.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1967">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1967)">
+      <path d="M 302.3646,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1968">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1968)">
+      <path d="M 295.3569,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1969">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1969)">
+      <path d="M 288.3492,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1970">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1970)">
+      <path d="M 281.3415,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1971">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1971)">
+      <path d="M 274.3338,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1972">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1972)">
+      <path d="M 267.3261,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1973">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1973)">
+      <path d="M 260.3184,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1974">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1974)">
+      <path d="M 253.3107,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1975">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1975)">
+      <path d="M 246.3030,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1976">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1976)">
+      <path d="M 239.2953,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1977">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1977)">
+      <path d="M 232.2875,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1978">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1978)">
+      <path d="M 225.2798,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1979">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1979)">
+      <path d="M 218.2721,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1980">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1980)">
+      <path d="M 211.2644,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1981">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1981)">
+      <path d="M 204.2567,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1982">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1982)">
+      <path d="M 197.2490,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1983">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1983)">
+      <path d="M 190.2413,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1984">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1984)">
+      <path d="M 183.2336,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1985">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1985)">
+      <path d="M 176.2259,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1986">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1986)">
+      <path d="M 169.2182,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1987">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1987)">
+      <path d="M 162.2105,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1988">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1988)">
+      <path d="M 155.2028,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1989">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1989)">
+      <path d="M 148.1951,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1990">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1990)">
+      <path d="M 141.1874,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1991">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1991)">
+      <path d="M 134.1796,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1992">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1992)">
+      <path d="M 127.1719,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1993">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1993)">
+      <path d="M 120.1642,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1994">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1994)">
+      <path d="M 113.1565,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1995">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1995)">
+      <path d="M 106.1488,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1996">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1996)">
+      <path d="M 99.1411,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1997">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1997)">
+      <path d="M 92.1334,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1998">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1998)">
+      <path d="M 85.1257,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip1999">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip1999)">
+      <path d="M 78.1180,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2000">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2000)">
+      <path d="M 71.1103,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2001">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2001)">
+      <path d="M 64.1026,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2002">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2002)">
+      <path d="M 57.0949,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2003">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2003)">
+      <path d="M 50.0872,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2004">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2004)">
+      <path d="M 43.0794,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2005">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2005)">
+      <path d="M 36.0717,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2006">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2006)">
+      <path d="M 29.0640,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2007">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2007)">
+      <path d="M 22.0563,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2008">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2008)">
+      <path d="M 15.0486,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2009">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2009)">
+      <path d="M 8.0409,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2010">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2010)">
+      <path d="M 1.0332,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2011">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2011)">
+      <path d="M -5.9745,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2012">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2012)">
+      <path d="M -12.9822,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2013">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2013)">
+      <path d="M -19.9899,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2014">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2014)">
+      <path d="M -26.9976,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2015">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2015)">
+      <path d="M -34.0053,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2016">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2016)">
+      <path d="M -41.0130,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2017">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2017)">
+      <path d="M -48.0208,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2018">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2018)">
+      <path d="M -48.0208,-61.2709 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2019">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2019)">
+      <path d="M -48.0208,-26.2324 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2020">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2020)">
+      <path d="M -48.0208,8.8062 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2021">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2021)">
+      <path d="M -48.0208,43.8447 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2022">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2022)">
+      <path d="M -48.0208,78.8832 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2023">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2023)">
+      <path d="M -48.0208,113.9218 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2024">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2024)">
+      <path d="M -48.0208,148.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2025">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2025)">
+      <path d="M -48.0208,183.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2026">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2026)">
+      <path d="M -48.0208,219.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2027">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2027)">
+      <path d="M -48.0208,254.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2028">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2028)">
+      <path d="M -48.0208,289.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2029">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2029)">
+      <path d="M 302.3646,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2030">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2030)">
+      <path d="M 267.3261,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2031">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2031)">
+      <path d="M 232.2875,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2032">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2032)">
+      <path d="M 197.2490,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2033">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2033)">
+      <path d="M 162.2105,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2034">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2034)">
+      <path d="M 127.1719,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2035">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2035)">
+      <path d="M 92.1334,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2036">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2036)">
+      <path d="M 57.0949,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2037">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2037)">
+      <path d="M 22.0563,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2038">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2038)">
+      <path d="M -12.9822,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2039">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2039)">
+      <path d="M -48.0208,289.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2040">
+        <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2040)">
+      <path d="M 329.5195,349.5868 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 132.7229,349.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2041">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2041)">
+      <path d="M 478.8732,714.9047 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2042">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2042)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,430.7723,702.8795)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2043">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2043)">
+      <path d="M 671.5852,855.0588 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2044">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2044)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,623.4842,843.0336)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2045">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2045)">
+      <path d="M 628.7400,700.6931 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2046">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2046)">
+      <path d="M 623.4842,805.8087 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2047">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2047)">
+      <path d="M 483.3301,700.6931 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2048">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2048)">
+      <path d="M 553.4072,420.3848 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2049">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2049)">
+      <path d="M 748.7120,441.4079 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2050">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2050)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,658.5228,423.3700)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2051">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2051)">
+      <path d="M 833.7155,805.8087 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2052">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2052)">
+      <path d="M 483.3301,455.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2053">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2053)">
+      <path d="M 483.3301,462.4310 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2054">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2054)">
+      <path d="M 483.3301,469.4387 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2055">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2055)">
+      <path d="M 483.3301,476.4464 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2056">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2056)">
+      <path d="M 483.3301,483.4541 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2057">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2057)">
+      <path d="M 483.3301,490.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2058">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2058)">
+      <path d="M 483.3301,497.4695 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2059">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2059)">
+      <path d="M 483.3301,504.4773 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2060">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2060)">
+      <path d="M 483.3301,511.4850 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2061">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2061)">
+      <path d="M 483.3301,518.4927 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2062">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2062)">
+      <path d="M 483.3301,525.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2063">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2063)">
+      <path d="M 483.3301,532.5081 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2064">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2064)">
+      <path d="M 483.3301,539.5158 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2065">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2065)">
+      <path d="M 483.3301,546.5235 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2066">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2066)">
+      <path d="M 483.3301,553.5312 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2067">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2067)">
+      <path d="M 483.3301,560.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2068">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2068)">
+      <path d="M 483.3301,567.5466 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2069">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2069)">
+      <path d="M 483.3301,574.5543 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2070">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2070)">
+      <path d="M 483.3301,581.5620 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2071">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2071)">
+      <path d="M 483.3301,588.5697 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2072">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2072)">
+      <path d="M 483.3301,595.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2073">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2073)">
+      <path d="M 483.3301,602.5852 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2074">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2074)">
+      <path d="M 483.3301,609.5929 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2075">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2075)">
+      <path d="M 483.3301,616.6006 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2076">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2076)">
+      <path d="M 483.3301,623.6083 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2077">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2077)">
+      <path d="M 483.3301,630.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2078">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2078)">
+      <path d="M 483.3301,637.6237 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2079">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2079)">
+      <path d="M 483.3301,644.6314 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2080">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2080)">
+      <path d="M 483.3301,651.6391 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2081">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2081)">
+      <path d="M 483.3301,658.6468 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2082">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2082)">
+      <path d="M 483.3301,665.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2083">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2083)">
+      <path d="M 483.3301,672.6622 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2084">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2084)">
+      <path d="M 483.3301,679.6699 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2085">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2085)">
+      <path d="M 483.3301,686.6777 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2086">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2086)">
+      <path d="M 483.3301,693.6854 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2087">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2087)">
+      <path d="M 483.3301,700.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2088">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2088)">
+      <path d="M 483.3301,707.7008 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2089">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2089)">
+      <path d="M 483.3301,714.7085 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2090">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2090)">
+      <path d="M 483.3301,721.7162 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2091">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2091)">
+      <path d="M 483.3301,728.7239 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2092">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2092)">
+      <path d="M 483.3301,735.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2093">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2093)">
+      <path d="M 483.3301,742.7393 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2094">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2094)">
+      <path d="M 483.3301,749.7470 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2095">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2095)">
+      <path d="M 483.3301,756.7547 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2096">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2096)">
+      <path d="M 483.3301,763.7624 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2097">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2097)">
+      <path d="M 483.3301,770.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2098">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2098)">
+      <path d="M 483.3301,777.7779 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2099">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2099)">
+      <path d="M 483.3301,784.7856 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2100">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2100)">
+      <path d="M 483.3301,791.7933 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2101">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2101)">
+      <path d="M 483.3301,798.8010 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2102">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2102)">
+      <path d="M 483.3301,805.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2103">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2103)">
+      <path d="M 833.7155,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2104">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2104)">
+      <path d="M 826.7078,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2105">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2105)">
+      <path d="M 819.7001,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2106">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2106)">
+      <path d="M 812.6923,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2107">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2107)">
+      <path d="M 805.6846,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2108">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2108)">
+      <path d="M 798.6769,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2109">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2109)">
+      <path d="M 791.6692,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2110">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2110)">
+      <path d="M 784.6615,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2111">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2111)">
+      <path d="M 777.6538,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2112">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2112)">
+      <path d="M 770.6461,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2113">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2113)">
+      <path d="M 763.6384,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2114">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2114)">
+      <path d="M 756.6307,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2115">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2115)">
+      <path d="M 749.6230,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2116">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2116)">
+      <path d="M 742.6153,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2117">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2117)">
+      <path d="M 735.6076,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2118">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2118)">
+      <path d="M 728.5999,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2119">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2119)">
+      <path d="M 721.5922,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2120">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2120)">
+      <path d="M 714.5844,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2121">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2121)">
+      <path d="M 707.5767,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2122">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2122)">
+      <path d="M 700.5690,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2123">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2123)">
+      <path d="M 693.5613,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2124">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2124)">
+      <path d="M 686.5536,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2125">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2125)">
+      <path d="M 679.5459,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2126">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2126)">
+      <path d="M 672.5382,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2127">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2127)">
+      <path d="M 665.5305,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2128">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2128)">
+      <path d="M 658.5228,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2129">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2129)">
+      <path d="M 651.5151,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2130">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2130)">
+      <path d="M 644.5074,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2131">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2131)">
+      <path d="M 637.4997,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2132">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2132)">
+      <path d="M 630.4920,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2133">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2133)">
+      <path d="M 623.4842,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2134">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2134)">
+      <path d="M 616.4765,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2135">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2135)">
+      <path d="M 609.4688,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2136">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2136)">
+      <path d="M 602.4611,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2137">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2137)">
+      <path d="M 595.4534,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2138">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2138)">
+      <path d="M 588.4457,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2139">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2139)">
+      <path d="M 581.4380,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2140">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2140)">
+      <path d="M 574.4303,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2141">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2141)">
+      <path d="M 567.4226,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2142">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2142)">
+      <path d="M 560.4149,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2143">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2143)">
+      <path d="M 553.4072,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2144">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2144)">
+      <path d="M 546.3995,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2145">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2145)">
+      <path d="M 539.3918,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2146">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2146)">
+      <path d="M 532.3840,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2147">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2147)">
+      <path d="M 525.3763,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2148">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2148)">
+      <path d="M 518.3686,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2149">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2149)">
+      <path d="M 511.3609,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2150">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2150)">
+      <path d="M 504.3532,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2151">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2151)">
+      <path d="M 497.3455,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2152">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2152)">
+      <path d="M 490.3378,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2153">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2153)">
+      <path d="M 483.3301,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2154">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2154)">
+      <path d="M 483.3301,455.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2155">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2155)">
+      <path d="M 483.3301,490.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2156">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2156)">
+      <path d="M 483.3301,525.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2157">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2157)">
+      <path d="M 483.3301,560.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2158">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2158)">
+      <path d="M 483.3301,595.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2159">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2159)">
+      <path d="M 483.3301,630.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2160">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2160)">
+      <path d="M 483.3301,665.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2161">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2161)">
+      <path d="M 483.3301,700.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2162">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2162)">
+      <path d="M 483.3301,735.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2163">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2163)">
+      <path d="M 483.3301,770.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2164">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2164)">
+      <path d="M 483.3301,805.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2165">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2165)">
+      <path d="M 833.7155,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2166">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2166)">
+      <path d="M 798.6769,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2167">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2167)">
+      <path d="M 763.6384,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2168">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2168)">
+      <path d="M 728.5999,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2169">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2169)">
+      <path d="M 693.5613,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2170">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2170)">
+      <path d="M 658.5228,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2171">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2171)">
+      <path d="M 623.4842,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2172">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2172)">
+      <path d="M 588.4457,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2173">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2173)">
+      <path d="M 553.4072,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2174">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2174)">
+      <path d="M 518.3686,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2175">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2175)">
+      <path d="M 483.3301,805.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2176">
+        <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2176)">
+      <path d="M 860.8703,866.2810 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 565.6754,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2177">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2177)">
+      <path d="M 370.6351,615.7311 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2178">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2178)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,322.5342,603.7059)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2179">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2179)">
+      <path d="M 563.3470,755.8853 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2180">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2180)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,515.2461,743.8601)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2181">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2181)">
+      <path d="M 520.5019,601.5195 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2182">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2182)">
+      <path d="M 515.2461,706.6351 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2183">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2183)">
+      <path d="M 375.0920,601.5195 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2184">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2184)">
+      <path d="M 445.1690,321.2112 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2185">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2185)">
+      <path d="M 640.4738,342.2343 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2186">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2186)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,550.2846,324.1965)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2187">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2187)">
+      <path d="M 725.4773,706.6351 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2188">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2188)">
+      <path d="M 375.0920,356.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2189">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2189)">
+      <path d="M 375.0920,363.2575 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2190">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2190)">
+      <path d="M 375.0920,370.2652 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2191">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2191)">
+      <path d="M 375.0920,377.2729 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2192">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2192)">
+      <path d="M 375.0920,384.2806 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2193">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2193)">
+      <path d="M 375.0920,391.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2194">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2194)">
+      <path d="M 375.0920,398.2960 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2195">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2195)">
+      <path d="M 375.0920,405.3037 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2196">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2196)">
+      <path d="M 375.0920,412.3114 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2197">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2197)">
+      <path d="M 375.0920,419.3191 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2198">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2198)">
+      <path d="M 375.0920,426.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2199">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2199)">
+      <path d="M 375.0920,433.3345 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2200">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2200)">
+      <path d="M 375.0920,440.3422 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2201">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2201)">
+      <path d="M 375.0920,447.3499 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2202">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2202)">
+      <path d="M 375.0920,454.3577 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2203">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2203)">
+      <path d="M 375.0920,461.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2204">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2204)">
+      <path d="M 375.0920,468.3731 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2205">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2205)">
+      <path d="M 375.0920,475.3808 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2206">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2206)">
+      <path d="M 375.0920,482.3885 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2207">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2207)">
+      <path d="M 375.0920,489.3962 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2208">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2208)">
+      <path d="M 375.0920,496.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2209">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2209)">
+      <path d="M 375.0920,503.4116 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2210">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2210)">
+      <path d="M 375.0920,510.4193 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2211">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2211)">
+      <path d="M 375.0920,517.4270 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2212">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2212)">
+      <path d="M 375.0920,524.4347 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2213">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2213)">
+      <path d="M 375.0920,531.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2214">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2214)">
+      <path d="M 375.0920,538.4501 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2215">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2215)">
+      <path d="M 375.0920,545.4579 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2216">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2216)">
+      <path d="M 375.0920,552.4656 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2217">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2217)">
+      <path d="M 375.0920,559.4733 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2218">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2218)">
+      <path d="M 375.0920,566.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2219">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2219)">
+      <path d="M 375.0920,573.4887 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2220">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2220)">
+      <path d="M 375.0920,580.4964 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2221">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2221)">
+      <path d="M 375.0920,587.5041 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2222">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2222)">
+      <path d="M 375.0920,594.5118 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2223">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2223)">
+      <path d="M 375.0920,601.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2224">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2224)">
+      <path d="M 375.0920,608.5272 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2225">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2225)">
+      <path d="M 375.0920,615.5349 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2226">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2226)">
+      <path d="M 375.0920,622.5426 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2227">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2227)">
+      <path d="M 375.0920,629.5503 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2228">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2228)">
+      <path d="M 375.0920,636.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2229">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2229)">
+      <path d="M 375.0920,643.5658 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2230">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2230)">
+      <path d="M 375.0920,650.5735 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2231">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2231)">
+      <path d="M 375.0920,657.5812 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2232">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2232)">
+      <path d="M 375.0920,664.5889 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2233">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2233)">
+      <path d="M 375.0920,671.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2234">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2234)">
+      <path d="M 375.0920,678.6043 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2235">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2235)">
+      <path d="M 375.0920,685.6120 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2236">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2236)">
+      <path d="M 375.0920,692.6197 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2237">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2237)">
+      <path d="M 375.0920,699.6274 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2238">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2238)">
+      <path d="M 375.0920,706.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2239">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2239)">
+      <path d="M 725.4773,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2240">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2240)">
+      <path d="M 718.4696,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2241">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2241)">
+      <path d="M 711.4619,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2242">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2242)">
+      <path d="M 704.4542,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2243">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2243)">
+      <path d="M 697.4465,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2244">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2244)">
+      <path d="M 690.4388,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2245">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2245)">
+      <path d="M 683.4311,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2246">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2246)">
+      <path d="M 676.4234,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2247">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2247)">
+      <path d="M 669.4157,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2248">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2248)">
+      <path d="M 662.4080,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2249">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2249)">
+      <path d="M 655.4003,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2250">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2250)">
+      <path d="M 648.3926,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2251">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2251)">
+      <path d="M 641.3848,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2252">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2252)">
+      <path d="M 634.3771,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2253">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2253)">
+      <path d="M 627.3694,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2254">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2254)">
+      <path d="M 620.3617,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2255">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2255)">
+      <path d="M 613.3540,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2256">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2256)">
+      <path d="M 606.3463,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2257">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2257)">
+      <path d="M 599.3386,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2258">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2258)">
+      <path d="M 592.3309,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2259">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2259)">
+      <path d="M 585.3232,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2260">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2260)">
+      <path d="M 578.3155,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2261">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2261)">
+      <path d="M 571.3078,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2262">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2262)">
+      <path d="M 564.3001,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2263">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2263)">
+      <path d="M 557.2924,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2264">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2264)">
+      <path d="M 550.2846,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2265">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2265)">
+      <path d="M 543.2769,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2266">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2266)">
+      <path d="M 536.2692,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2267">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2267)">
+      <path d="M 529.2615,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2268">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2268)">
+      <path d="M 522.2538,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2269">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2269)">
+      <path d="M 515.2461,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2270">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2270)">
+      <path d="M 508.2384,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2271">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2271)">
+      <path d="M 501.2307,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2272">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2272)">
+      <path d="M 494.2230,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2273">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2273)">
+      <path d="M 487.2153,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2274">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2274)">
+      <path d="M 480.2076,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2275">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2275)">
+      <path d="M 473.1999,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2276">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2276)">
+      <path d="M 466.1922,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2277">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2277)">
+      <path d="M 459.1844,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2278">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2278)">
+      <path d="M 452.1767,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2279">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2279)">
+      <path d="M 445.1690,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2280">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2280)">
+      <path d="M 438.1613,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2281">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2281)">
+      <path d="M 431.1536,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2282">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2282)">
+      <path d="M 424.1459,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2283">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2283)">
+      <path d="M 417.1382,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2284">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2284)">
+      <path d="M 410.1305,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2285">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2285)">
+      <path d="M 403.1228,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2286">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2286)">
+      <path d="M 396.1151,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2287">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2287)">
+      <path d="M 389.1074,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2288">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2288)">
+      <path d="M 382.0997,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2289">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2289)">
+      <path d="M 375.0920,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2290">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2290)">
+      <path d="M 375.0920,356.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2291">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2291)">
+      <path d="M 375.0920,391.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2292">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2292)">
+      <path d="M 375.0920,426.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2293">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2293)">
+      <path d="M 375.0920,461.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2294">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2294)">
+      <path d="M 375.0920,496.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2295">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2295)">
+      <path d="M 375.0920,531.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2296">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2296)">
+      <path d="M 375.0920,566.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2297">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2297)">
+      <path d="M 375.0920,601.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2298">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2298)">
+      <path d="M 375.0920,636.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2299">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2299)">
+      <path d="M 375.0920,671.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2300">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2300)">
+      <path d="M 375.0920,706.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2301">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2301)">
+      <path d="M 725.4773,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2302">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2302)">
+      <path d="M 690.4388,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2303">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2303)">
+      <path d="M 655.4003,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2304">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2304)">
+      <path d="M 620.3617,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2305">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2305)">
+      <path d="M 585.3232,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2306">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2306)">
+      <path d="M 550.2846,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2307">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2307)">
+      <path d="M 515.2461,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2308">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2308)">
+      <path d="M 480.2076,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2309">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2309)">
+      <path d="M 445.1690,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2310">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2310)">
+      <path d="M 410.1305,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2311">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2311)">
+      <path d="M 375.0920,706.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2312">
+        <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2312)">
+      <path d="M 752.6322,767.1074 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 457.4373,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2313">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2313)">
+      <path d="M 262.3969,516.5576 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2314">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2314)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,214.2960,504.5324)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2315">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2315)">
+      <path d="M 455.1089,656.7117 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2316">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2316)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,407.0080,644.6865)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2317">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2317)">
+      <path d="M 412.2638,502.3460 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2318">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2318)">
+      <path d="M 407.0080,607.4616 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2319">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2319)">
+      <path d="M 266.8538,502.3460 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2320">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2320)">
+      <path d="M 336.9309,222.0377 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2321">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2321)">
+      <path d="M 532.2357,243.0608 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2322">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2322)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,442.0465,225.0229)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2323">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2323)">
+      <path d="M 617.2392,607.4616 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2324">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2324)">
+      <path d="M 266.8538,257.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2325">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2325)">
+      <path d="M 266.8538,264.0839 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2326">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2326)">
+      <path d="M 266.8538,271.0916 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2327">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2327)">
+      <path d="M 266.8538,278.0993 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2328">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2328)">
+      <path d="M 266.8538,285.1070 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2329">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2329)">
+      <path d="M 266.8538,292.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2330">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2330)">
+      <path d="M 266.8538,299.1224 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2331">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2331)">
+      <path d="M 266.8538,306.1301 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2332">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2332)">
+      <path d="M 266.8538,313.1379 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2333">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2333)">
+      <path d="M 266.8538,320.1456 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2334">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2334)">
+      <path d="M 266.8538,327.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2335">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2335)">
+      <path d="M 266.8538,334.1610 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2336">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2336)">
+      <path d="M 266.8538,341.1687 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2337">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2337)">
+      <path d="M 266.8538,348.1764 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2338">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2338)">
+      <path d="M 266.8538,355.1841 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2339">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2339)">
+      <path d="M 266.8538,362.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2340">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2340)">
+      <path d="M 266.8538,369.1995 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2341">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2341)">
+      <path d="M 266.8538,376.2072 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2342">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2342)">
+      <path d="M 266.8538,383.2149 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2343">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2343)">
+      <path d="M 266.8538,390.2226 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2344">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2344)">
+      <path d="M 266.8538,397.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2345">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2345)">
+      <path d="M 266.8538,404.2381 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2346">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2346)">
+      <path d="M 266.8538,411.2458 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2347">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2347)">
+      <path d="M 266.8538,418.2535 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2348">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2348)">
+      <path d="M 266.8538,425.2612 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2349">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2349)">
+      <path d="M 266.8538,432.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2350">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2350)">
+      <path d="M 266.8538,439.2766 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2351">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2351)">
+      <path d="M 266.8538,446.2843 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2352">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2352)">
+      <path d="M 266.8538,453.2920 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2353">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2353)">
+      <path d="M 266.8538,460.2997 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2354">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2354)">
+      <path d="M 266.8538,467.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2355">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2355)">
+      <path d="M 266.8538,474.3151 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2356">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2356)">
+      <path d="M 266.8538,481.3228 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2357">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2357)">
+      <path d="M 266.8538,488.3305 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2358">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2358)">
+      <path d="M 266.8538,495.3383 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2359">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2359)">
+      <path d="M 266.8538,502.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2360">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2360)">
+      <path d="M 266.8538,509.3537 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2361">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2361)">
+      <path d="M 266.8538,516.3614 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2362">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2362)">
+      <path d="M 266.8538,523.3691 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2363">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2363)">
+      <path d="M 266.8538,530.3768 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2364">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2364)">
+      <path d="M 266.8538,537.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2365">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2365)">
+      <path d="M 266.8538,544.3922 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2366">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2366)">
+      <path d="M 266.8538,551.3999 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2367">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2367)">
+      <path d="M 266.8538,558.4076 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2368">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2368)">
+      <path d="M 266.8538,565.4153 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2369">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2369)">
+      <path d="M 266.8538,572.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2370">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2370)">
+      <path d="M 266.8538,579.4307 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2371">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2371)">
+      <path d="M 266.8538,586.4385 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2372">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2372)">
+      <path d="M 266.8538,593.4462 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2373">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2373)">
+      <path d="M 266.8538,600.4539 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2374">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2374)">
+      <path d="M 266.8538,607.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2375">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2375)">
+      <path d="M 617.2392,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2376">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2376)">
+      <path d="M 610.2315,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2377">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2377)">
+      <path d="M 603.2238,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2378">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2378)">
+      <path d="M 596.2161,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2379">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2379)">
+      <path d="M 589.2084,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2380">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2380)">
+      <path d="M 582.2007,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2381">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2381)">
+      <path d="M 575.1930,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2382">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2382)">
+      <path d="M 568.1852,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2383">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2383)">
+      <path d="M 561.1775,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2384">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2384)">
+      <path d="M 554.1698,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2385">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2385)">
+      <path d="M 547.1621,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2386">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2386)">
+      <path d="M 540.1544,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2387">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2387)">
+      <path d="M 533.1467,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2388">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2388)">
+      <path d="M 526.1390,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2389">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2389)">
+      <path d="M 519.1313,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2390">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2390)">
+      <path d="M 512.1236,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2391">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2391)">
+      <path d="M 505.1159,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2392">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2392)">
+      <path d="M 498.1082,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2393">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2393)">
+      <path d="M 491.1005,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2394">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2394)">
+      <path d="M 484.0928,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2395">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2395)">
+      <path d="M 477.0851,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2396">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2396)">
+      <path d="M 470.0773,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2397">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2397)">
+      <path d="M 463.0696,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2398">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2398)">
+      <path d="M 456.0619,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2399">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2399)">
+      <path d="M 449.0542,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2400">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2400)">
+      <path d="M 442.0465,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2401">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2401)">
+      <path d="M 435.0388,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2402">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2402)">
+      <path d="M 428.0311,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2403">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2403)">
+      <path d="M 421.0234,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2404">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2404)">
+      <path d="M 414.0157,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2405">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2405)">
+      <path d="M 407.0080,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2406">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2406)">
+      <path d="M 400.0003,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2407">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2407)">
+      <path d="M 392.9926,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2408">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2408)">
+      <path d="M 385.9849,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2409">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2409)">
+      <path d="M 378.9771,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2410">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2410)">
+      <path d="M 371.9694,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2411">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2411)">
+      <path d="M 364.9617,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2412">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2412)">
+      <path d="M 357.9540,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2413">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2413)">
+      <path d="M 350.9463,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2414">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2414)">
+      <path d="M 343.9386,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2415">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2415)">
+      <path d="M 336.9309,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2416">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2416)">
+      <path d="M 329.9232,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2417">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2417)">
+      <path d="M 322.9155,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2418">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2418)">
+      <path d="M 315.9078,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2419">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2419)">
+      <path d="M 308.9001,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2420">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2420)">
+      <path d="M 301.8924,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2421">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2421)">
+      <path d="M 294.8847,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2422">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2422)">
+      <path d="M 287.8769,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2423">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2423)">
+      <path d="M 280.8692,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2424">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2424)">
+      <path d="M 273.8615,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2425">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2425)">
+      <path d="M 266.8538,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2426">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2426)">
+      <path d="M 266.8538,257.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2427">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2427)">
+      <path d="M 266.8538,292.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2428">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2428)">
+      <path d="M 266.8538,327.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2429">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2429)">
+      <path d="M 266.8538,362.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2430">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2430)">
+      <path d="M 266.8538,397.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2431">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2431)">
+      <path d="M 266.8538,432.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2432">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2432)">
+      <path d="M 266.8538,467.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2433">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2433)">
+      <path d="M 266.8538,502.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2434">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2434)">
+      <path d="M 266.8538,537.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2435">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2435)">
+      <path d="M 266.8538,572.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2436">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2436)">
+      <path d="M 266.8538,607.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2437">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2437)">
+      <path d="M 617.2392,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2438">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2438)">
+      <path d="M 582.2007,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2439">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2439)">
+      <path d="M 547.1621,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2440">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2440)">
+      <path d="M 512.1236,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2441">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2441)">
+      <path d="M 477.0851,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2442">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2442)">
+      <path d="M 442.0465,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2443">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2443)">
+      <path d="M 407.0080,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2444">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2444)">
+      <path d="M 371.9694,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2445">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2445)">
+      <path d="M 336.9309,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2446">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2446)">
+      <path d="M 301.8924,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2447">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2447)">
+      <path d="M 266.8538,607.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2448">
+        <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2448)">
+      <path d="M 644.3941,667.9339 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.1992,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2449">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2449)">
+      <path d="M 154.1588,417.3840 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2450">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2450)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,106.0579,405.3588)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2451">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2451)">
+      <path d="M 346.8707,557.5382 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2452">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2452)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,298.7698,545.5130)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2453">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2453)">
+      <path d="M 304.0256,403.1724 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2454">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2454)">
+      <path d="M 298.7698,508.2880 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2455">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2455)">
+      <path d="M 158.6157,403.1724 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2456">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2456)">
+      <path d="M 228.6928,122.8641 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2457">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2457)">
+      <path d="M 423.9976,143.8872 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2458">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2458)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,333.8084,125.8494)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2459">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2459)">
+      <path d="M 509.0011,508.2880 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2460">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2460)">
+      <path d="M 158.6157,157.9026 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2461">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2461)">
+      <path d="M 158.6157,164.9103 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2462">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2462)">
+      <path d="M 158.6157,171.9181 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2463">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2463)">
+      <path d="M 158.6157,178.9258 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2464">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2464)">
+      <path d="M 158.6157,185.9335 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2465">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2465)">
+      <path d="M 158.6157,192.9412 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2466">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2466)">
+      <path d="M 158.6157,199.9489 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2467">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2467)">
+      <path d="M 158.6157,206.9566 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2468">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2468)">
+      <path d="M 158.6157,213.9643 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2469">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2469)">
+      <path d="M 158.6157,220.9720 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2470">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2470)">
+      <path d="M 158.6157,227.9797 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2471">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2471)">
+      <path d="M 158.6157,234.9874 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2472">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2472)">
+      <path d="M 158.6157,241.9951 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2473">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2473)">
+      <path d="M 158.6157,249.0028 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2474">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2474)">
+      <path d="M 158.6157,256.0105 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2475">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2475)">
+      <path d="M 158.6157,263.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2476">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2476)">
+      <path d="M 158.6157,270.0260 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2477">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2477)">
+      <path d="M 158.6157,277.0337 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2478">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2478)">
+      <path d="M 158.6157,284.0414 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2479">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2479)">
+      <path d="M 158.6157,291.0491 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2480">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2480)">
+      <path d="M 158.6157,298.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2481">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2481)">
+      <path d="M 158.6157,305.0645 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2482">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2482)">
+      <path d="M 158.6157,312.0722 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2483">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2483)">
+      <path d="M 158.6157,319.0799 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2484">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2484)">
+      <path d="M 158.6157,326.0876 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2485">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2485)">
+      <path d="M 158.6157,333.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2486">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2486)">
+      <path d="M 158.6157,340.1030 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2487">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2487)">
+      <path d="M 158.6157,347.1107 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2488">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2488)">
+      <path d="M 158.6157,354.1185 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2489">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2489)">
+      <path d="M 158.6157,361.1262 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2490">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2490)">
+      <path d="M 158.6157,368.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2491">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2491)">
+      <path d="M 158.6157,375.1416 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2492">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2492)">
+      <path d="M 158.6157,382.1493 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2493">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2493)">
+      <path d="M 158.6157,389.1570 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2494">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2494)">
+      <path d="M 158.6157,396.1647 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2495">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2495)">
+      <path d="M 158.6157,403.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2496">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2496)">
+      <path d="M 158.6157,410.1801 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2497">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2497)">
+      <path d="M 158.6157,417.1878 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2498">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2498)">
+      <path d="M 158.6157,424.1955 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2499">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2499)">
+      <path d="M 158.6157,431.2032 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2500">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2500)">
+      <path d="M 158.6157,438.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2501">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2501)">
+      <path d="M 158.6157,445.2187 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2502">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2502)">
+      <path d="M 158.6157,452.2264 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2503">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2503)">
+      <path d="M 158.6157,459.2341 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2504">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2504)">
+      <path d="M 158.6157,466.2418 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2505">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2505)">
+      <path d="M 158.6157,473.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2506">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2506)">
+      <path d="M 158.6157,480.2572 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2507">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2507)">
+      <path d="M 158.6157,487.2649 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2508">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2508)">
+      <path d="M 158.6157,494.2726 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2509">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2509)">
+      <path d="M 158.6157,501.2803 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2510">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2510)">
+      <path d="M 158.6157,508.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2511">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2511)">
+      <path d="M 509.0011,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2512">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2512)">
+      <path d="M 501.9934,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2513">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2513)">
+      <path d="M 494.9857,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2514">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2514)">
+      <path d="M 487.9779,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2515">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2515)">
+      <path d="M 480.9702,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2516">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2516)">
+      <path d="M 473.9625,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2517">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2517)">
+      <path d="M 466.9548,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2518">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2518)">
+      <path d="M 459.9471,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2519">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2519)">
+      <path d="M 452.9394,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2520">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2520)">
+      <path d="M 445.9317,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2521">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2521)">
+      <path d="M 438.9240,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2522">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2522)">
+      <path d="M 431.9163,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2523">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2523)">
+      <path d="M 424.9086,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2524">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2524)">
+      <path d="M 417.9009,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2525">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2525)">
+      <path d="M 410.8932,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2526">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2526)">
+      <path d="M 403.8855,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2527">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2527)">
+      <path d="M 396.8777,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2528">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2528)">
+      <path d="M 389.8700,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2529">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2529)">
+      <path d="M 382.8623,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2530">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2530)">
+      <path d="M 375.8546,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2531">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2531)">
+      <path d="M 368.8469,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2532">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2532)">
+      <path d="M 361.8392,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2533">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2533)">
+      <path d="M 354.8315,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2534">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2534)">
+      <path d="M 347.8238,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2535">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2535)">
+      <path d="M 340.8161,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2536">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2536)">
+      <path d="M 333.8084,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2537">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2537)">
+      <path d="M 326.8007,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2538">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2538)">
+      <path d="M 319.7930,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2539">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2539)">
+      <path d="M 312.7853,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2540">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2540)">
+      <path d="M 305.7775,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2541">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2541)">
+      <path d="M 298.7698,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2542">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2542)">
+      <path d="M 291.7621,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2543">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2543)">
+      <path d="M 284.7544,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2544">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2544)">
+      <path d="M 277.7467,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2545">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2545)">
+      <path d="M 270.7390,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2546">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2546)">
+      <path d="M 263.7313,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2547">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2547)">
+      <path d="M 256.7236,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2548">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2548)">
+      <path d="M 249.7159,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2549">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2549)">
+      <path d="M 242.7082,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2550">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2550)">
+      <path d="M 235.7005,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2551">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2551)">
+      <path d="M 228.6928,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2552">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2552)">
+      <path d="M 221.6851,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2553">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2553)">
+      <path d="M 214.6773,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2554">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2554)">
+      <path d="M 207.6696,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2555">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2555)">
+      <path d="M 200.6619,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2556">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2556)">
+      <path d="M 193.6542,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2557">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2557)">
+      <path d="M 186.6465,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2558">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2558)">
+      <path d="M 179.6388,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2559">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2559)">
+      <path d="M 172.6311,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2560">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2560)">
+      <path d="M 165.6234,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2561">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2561)">
+      <path d="M 158.6157,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2562">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2562)">
+      <path d="M 158.6157,157.9026 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2563">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2563)">
+      <path d="M 158.6157,192.9412 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2564">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2564)">
+      <path d="M 158.6157,227.9797 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2565">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2565)">
+      <path d="M 158.6157,263.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2566">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2566)">
+      <path d="M 158.6157,298.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2567">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2567)">
+      <path d="M 158.6157,333.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2568">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2568)">
+      <path d="M 158.6157,368.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2569">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2569)">
+      <path d="M 158.6157,403.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2570">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2570)">
+      <path d="M 158.6157,438.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2571">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2571)">
+      <path d="M 158.6157,473.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2572">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2572)">
+      <path d="M 158.6157,508.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2573">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2573)">
+      <path d="M 509.0011,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2574">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2574)">
+      <path d="M 473.9625,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2575">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2575)">
+      <path d="M 438.9240,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2576">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2576)">
+      <path d="M 403.8855,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2577">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2577)">
+      <path d="M 368.8469,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2578">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2578)">
+      <path d="M 333.8084,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2579">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2579)">
+      <path d="M 298.7698,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2580">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2580)">
+      <path d="M 263.7313,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2581">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2581)">
+      <path d="M 228.6928,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2582">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2582)">
+      <path d="M 193.6542,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2583">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2583)">
+      <path d="M 158.6157,508.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2584">
+        <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2584)">
+      <path d="M 536.1559,568.7603 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.9610,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2585">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2585)">
+      <path d="M 45.9207,318.2105 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2586">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2586)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,-2.1803,306.1853)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2587">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2587)">
+      <path d="M 238.6326,458.3646 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2588">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2588)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,190.5317,446.3394)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2589">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2589)">
+      <path d="M 195.7875,303.9989 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2590">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2590)">
+      <path d="M 190.5317,409.1145 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2591">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2591)">
+      <path d="M 50.3776,303.9989 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2592">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2592)">
+      <path d="M 120.4546,23.6906 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2593">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2593)">
+      <path d="M 315.7594,44.7137 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2594">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2594)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,225.5702,26.6758)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2595">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2595)">
+      <path d="M 400.7629,409.1145 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2596">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2596)">
+      <path d="M 50.3776,58.7291 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2597">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2597)">
+      <path d="M 50.3776,65.7368 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2598">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2598)">
+      <path d="M 50.3776,72.7445 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2599">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2599)">
+      <path d="M 50.3776,79.7522 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2600">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2600)">
+      <path d="M 50.3776,86.7599 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2601">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2601)">
+      <path d="M 50.3776,93.7676 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2602">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2602)">
+      <path d="M 50.3776,100.7753 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2603">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2603)">
+      <path d="M 50.3776,107.7830 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2604">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2604)">
+      <path d="M 50.3776,114.7907 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2605">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2605)">
+      <path d="M 50.3776,121.7985 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2606">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2606)">
+      <path d="M 50.3776,128.8062 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2607">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2607)">
+      <path d="M 50.3776,135.8139 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2608">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2608)">
+      <path d="M 50.3776,142.8216 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2609">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2609)">
+      <path d="M 50.3776,149.8293 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2610">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2610)">
+      <path d="M 50.3776,156.8370 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2611">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2611)">
+      <path d="M 50.3776,163.8447 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2612">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2612)">
+      <path d="M 50.3776,170.8524 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2613">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2613)">
+      <path d="M 50.3776,177.8601 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2614">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2614)">
+      <path d="M 50.3776,184.8678 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2615">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2615)">
+      <path d="M 50.3776,191.8755 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2616">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2616)">
+      <path d="M 50.3776,198.8832 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2617">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2617)">
+      <path d="M 50.3776,205.8909 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2618">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2618)">
+      <path d="M 50.3776,212.8987 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2619">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2619)">
+      <path d="M 50.3776,219.9064 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2620">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2620)">
+      <path d="M 50.3776,226.9141 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2621">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2621)">
+      <path d="M 50.3776,233.9218 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2622">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2622)">
+      <path d="M 50.3776,240.9295 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2623">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2623)">
+      <path d="M 50.3776,247.9372 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2624">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2624)">
+      <path d="M 50.3776,254.9449 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2625">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2625)">
+      <path d="M 50.3776,261.9526 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2626">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2626)">
+      <path d="M 50.3776,268.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2627">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2627)">
+      <path d="M 50.3776,275.9680 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2628">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2628)">
+      <path d="M 50.3776,282.9757 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2629">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2629)">
+      <path d="M 50.3776,289.9834 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2630">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2630)">
+      <path d="M 50.3776,296.9911 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2631">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2631)">
+      <path d="M 50.3776,303.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2632">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2632)">
+      <path d="M 50.3776,311.0066 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2633">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2633)">
+      <path d="M 50.3776,318.0143 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2634">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2634)">
+      <path d="M 50.3776,325.0220 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2635">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2635)">
+      <path d="M 50.3776,332.0297 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2636">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2636)">
+      <path d="M 50.3776,339.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2637">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2637)">
+      <path d="M 50.3776,346.0451 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2638">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2638)">
+      <path d="M 50.3776,353.0528 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2639">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2639)">
+      <path d="M 50.3776,360.0605 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2640">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2640)">
+      <path d="M 50.3776,367.0682 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2641">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2641)">
+      <path d="M 50.3776,374.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2642">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2642)">
+      <path d="M 50.3776,381.0836 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2643">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2643)">
+      <path d="M 50.3776,388.0913 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2644">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2644)">
+      <path d="M 50.3776,395.0991 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2645">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2645)">
+      <path d="M 50.3776,402.1068 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2646">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2646)">
+      <path d="M 50.3776,409.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2647">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2647)">
+      <path d="M 400.7629,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2648">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2648)">
+      <path d="M 393.7552,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2649">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2649)">
+      <path d="M 386.7475,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2650">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2650)">
+      <path d="M 379.7398,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2651">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2651)">
+      <path d="M 372.7321,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2652">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2652)">
+      <path d="M 365.7244,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2653">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2653)">
+      <path d="M 358.7167,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2654">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2654)">
+      <path d="M 351.7090,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2655">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2655)">
+      <path d="M 344.7013,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2656">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2656)">
+      <path d="M 337.6936,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2657">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2657)">
+      <path d="M 330.6859,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2658">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2658)">
+      <path d="M 323.6781,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2659">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2659)">
+      <path d="M 316.6704,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2660">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2660)">
+      <path d="M 309.6627,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2661">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2661)">
+      <path d="M 302.6550,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2662">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2662)">
+      <path d="M 295.6473,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2663">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2663)">
+      <path d="M 288.6396,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2664">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2664)">
+      <path d="M 281.6319,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2665">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2665)">
+      <path d="M 274.6242,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2666">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2666)">
+      <path d="M 267.6165,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2667">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2667)">
+      <path d="M 260.6088,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2668">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2668)">
+      <path d="M 253.6011,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2669">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2669)">
+      <path d="M 246.5934,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2670">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2670)">
+      <path d="M 239.5857,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2671">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2671)">
+      <path d="M 232.5779,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2672">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2672)">
+      <path d="M 225.5702,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2673">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2673)">
+      <path d="M 218.5625,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2674">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2674)">
+      <path d="M 211.5548,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2675">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2675)">
+      <path d="M 204.5471,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2676">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2676)">
+      <path d="M 197.5394,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2677">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2677)">
+      <path d="M 190.5317,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2678">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2678)">
+      <path d="M 183.5240,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2679">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2679)">
+      <path d="M 176.5163,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2680">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2680)">
+      <path d="M 169.5086,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2681">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2681)">
+      <path d="M 162.5009,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2682">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2682)">
+      <path d="M 155.4932,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2683">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2683)">
+      <path d="M 148.4855,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2684">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2684)">
+      <path d="M 141.4778,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2685">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2685)">
+      <path d="M 134.4700,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2686">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2686)">
+      <path d="M 127.4623,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2687">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2687)">
+      <path d="M 120.4546,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2688">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2688)">
+      <path d="M 113.4469,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2689">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2689)">
+      <path d="M 106.4392,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2690">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2690)">
+      <path d="M 99.4315,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2691">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2691)">
+      <path d="M 92.4238,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2692">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2692)">
+      <path d="M 85.4161,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2693">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2693)">
+      <path d="M 78.4084,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2694">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2694)">
+      <path d="M 71.4007,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2695">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2695)">
+      <path d="M 64.3930,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2696">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2696)">
+      <path d="M 57.3853,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2697">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2697)">
+      <path d="M 50.3776,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2698">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2698)">
+      <path d="M 50.3776,58.7291 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2699">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2699)">
+      <path d="M 50.3776,93.7676 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2700">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2700)">
+      <path d="M 50.3776,128.8062 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2701">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2701)">
+      <path d="M 50.3776,163.8447 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2702">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2702)">
+      <path d="M 50.3776,198.8832 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2703">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2703)">
+      <path d="M 50.3776,233.9218 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2704">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2704)">
+      <path d="M 50.3776,268.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2705">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2705)">
+      <path d="M 50.3776,303.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2706">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2706)">
+      <path d="M 50.3776,339.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2707">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2707)">
+      <path d="M 50.3776,374.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2708">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2708)">
+      <path d="M 50.3776,409.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2709">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2709)">
+      <path d="M 400.7629,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2710">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2710)">
+      <path d="M 365.7244,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2711">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2711)">
+      <path d="M 330.6859,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2712">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2712)">
+      <path d="M 295.6473,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2713">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2713)">
+      <path d="M 260.6088,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2714">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2714)">
+      <path d="M 225.5702,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2715">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2715)">
+      <path d="M 190.5317,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2716">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2716)">
+      <path d="M 155.4932,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2717">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2717)">
+      <path d="M 120.4546,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2718">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2718)">
+      <path d="M 85.4161,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2719">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2719)">
+      <path d="M 50.3776,409.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2720">
+        <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2720)">
+      <path d="M 427.9178,469.5868 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 132.7229,469.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2721">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2721)">
+      <path d="M 577.2715,834.9047 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2722">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2722)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,529.1706,822.8795)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2723">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2723)">
+      <path d="M 769.9835,975.0588 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2724">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2724)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,721.8826,963.0336)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2725">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2725)">
+      <path d="M 727.1383,820.6931 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2726">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2726)">
+      <path d="M 721.8826,925.8087 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2727">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2727)">
+      <path d="M 581.7284,820.6931 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2728">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2728)">
+      <path d="M 651.8055,540.3848 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2729">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2729)">
+      <path d="M 847.1103,561.4079 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2730">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2730)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,756.9211,543.3700)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2731">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2731)">
+      <path d="M 932.1138,925.8087 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2732">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2732)">
+      <path d="M 581.7284,575.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2733">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2733)">
+      <path d="M 581.7284,582.4310 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2734">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2734)">
+      <path d="M 581.7284,589.4387 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2735">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2735)">
+      <path d="M 581.7284,596.4464 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2736">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2736)">
+      <path d="M 581.7284,603.4541 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2737">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2737)">
+      <path d="M 581.7284,610.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2738">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2738)">
+      <path d="M 581.7284,617.4695 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2739">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2739)">
+      <path d="M 581.7284,624.4773 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2740">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2740)">
+      <path d="M 581.7284,631.4850 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2741">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2741)">
+      <path d="M 581.7284,638.4927 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2742">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2742)">
+      <path d="M 581.7284,645.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2743">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2743)">
+      <path d="M 581.7284,652.5081 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2744">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2744)">
+      <path d="M 581.7284,659.5158 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2745">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2745)">
+      <path d="M 581.7284,666.5235 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2746">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2746)">
+      <path d="M 581.7284,673.5312 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2747">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2747)">
+      <path d="M 581.7284,680.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2748">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2748)">
+      <path d="M 581.7284,687.5466 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2749">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2749)">
+      <path d="M 581.7284,694.5543 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2750">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2750)">
+      <path d="M 581.7284,701.5620 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2751">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2751)">
+      <path d="M 581.7284,708.5697 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2752">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2752)">
+      <path d="M 581.7284,715.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2753">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2753)">
+      <path d="M 581.7284,722.5852 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2754">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2754)">
+      <path d="M 581.7284,729.5929 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2755">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2755)">
+      <path d="M 581.7284,736.6006 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2756">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2756)">
+      <path d="M 581.7284,743.6083 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2757">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2757)">
+      <path d="M 581.7284,750.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2758">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2758)">
+      <path d="M 581.7284,757.6237 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2759">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2759)">
+      <path d="M 581.7284,764.6314 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2760">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2760)">
+      <path d="M 581.7284,771.6391 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2761">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2761)">
+      <path d="M 581.7284,778.6468 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2762">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2762)">
+      <path d="M 581.7284,785.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2763">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2763)">
+      <path d="M 581.7284,792.6622 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2764">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2764)">
+      <path d="M 581.7284,799.6699 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2765">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2765)">
+      <path d="M 581.7284,806.6777 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2766">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2766)">
+      <path d="M 581.7284,813.6854 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2767">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2767)">
+      <path d="M 581.7284,820.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2768">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2768)">
+      <path d="M 581.7284,827.7008 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2769">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2769)">
+      <path d="M 581.7284,834.7085 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2770">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2770)">
+      <path d="M 581.7284,841.7162 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2771">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2771)">
+      <path d="M 581.7284,848.7239 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2772">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2772)">
+      <path d="M 581.7284,855.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2773">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2773)">
+      <path d="M 581.7284,862.7393 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2774">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2774)">
+      <path d="M 581.7284,869.7470 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2775">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2775)">
+      <path d="M 581.7284,876.7547 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2776">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2776)">
+      <path d="M 581.7284,883.7624 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2777">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2777)">
+      <path d="M 581.7284,890.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2778">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2778)">
+      <path d="M 581.7284,897.7779 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2779">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2779)">
+      <path d="M 581.7284,904.7856 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2780">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2780)">
+      <path d="M 581.7284,911.7933 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2781">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2781)">
+      <path d="M 581.7284,918.8010 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2782">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2782)">
+      <path d="M 581.7284,925.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2783">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2783)">
+      <path d="M 932.1138,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2784">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2784)">
+      <path d="M 925.1061,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2785">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2785)">
+      <path d="M 918.0984,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2786">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2786)">
+      <path d="M 911.0907,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2787">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2787)">
+      <path d="M 904.0829,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2788">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2788)">
+      <path d="M 897.0752,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2789">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2789)">
+      <path d="M 890.0675,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2790">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2790)">
+      <path d="M 883.0598,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2791">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2791)">
+      <path d="M 876.0521,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2792">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2792)">
+      <path d="M 869.0444,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2793">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2793)">
+      <path d="M 862.0367,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2794">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2794)">
+      <path d="M 855.0290,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2795">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2795)">
+      <path d="M 848.0213,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2796">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2796)">
+      <path d="M 841.0136,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2797">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2797)">
+      <path d="M 834.0059,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2798">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2798)">
+      <path d="M 826.9982,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2799">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2799)">
+      <path d="M 819.9905,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2800">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2800)">
+      <path d="M 812.9827,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2801">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2801)">
+      <path d="M 805.9750,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2802">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2802)">
+      <path d="M 798.9673,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2803">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2803)">
+      <path d="M 791.9596,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2804">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2804)">
+      <path d="M 784.9519,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2805">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2805)">
+      <path d="M 777.9442,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2806">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2806)">
+      <path d="M 770.9365,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2807">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2807)">
+      <path d="M 763.9288,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2808">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2808)">
+      <path d="M 756.9211,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2809">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2809)">
+      <path d="M 749.9134,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2810">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2810)">
+      <path d="M 742.9057,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2811">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2811)">
+      <path d="M 735.8980,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2812">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2812)">
+      <path d="M 728.8903,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2813">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2813)">
+      <path d="M 721.8826,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2814">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2814)">
+      <path d="M 714.8748,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2815">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2815)">
+      <path d="M 707.8671,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2816">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2816)">
+      <path d="M 700.8594,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2817">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2817)">
+      <path d="M 693.8517,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2818">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2818)">
+      <path d="M 686.8440,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2819">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2819)">
+      <path d="M 679.8363,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2820">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2820)">
+      <path d="M 672.8286,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2821">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2821)">
+      <path d="M 665.8209,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2822">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2822)">
+      <path d="M 658.8132,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2823">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2823)">
+      <path d="M 651.8055,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2824">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2824)">
+      <path d="M 644.7978,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2825">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2825)">
+      <path d="M 637.7901,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2826">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2826)">
+      <path d="M 630.7824,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2827">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2827)">
+      <path d="M 623.7746,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2828">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2828)">
+      <path d="M 616.7669,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2829">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2829)">
+      <path d="M 609.7592,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2830">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2830)">
+      <path d="M 602.7515,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2831">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2831)">
+      <path d="M 595.7438,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2832">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2832)">
+      <path d="M 588.7361,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2833">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2833)">
+      <path d="M 581.7284,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2834">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2834)">
+      <path d="M 581.7284,575.4233 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2835">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2835)">
+      <path d="M 581.7284,610.4618 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2836">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2836)">
+      <path d="M 581.7284,645.5004 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2837">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2837)">
+      <path d="M 581.7284,680.5389 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2838">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2838)">
+      <path d="M 581.7284,715.5775 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2839">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2839)">
+      <path d="M 581.7284,750.6160 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2840">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2840)">
+      <path d="M 581.7284,785.6545 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2841">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2841)">
+      <path d="M 581.7284,820.6931 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2842">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2842)">
+      <path d="M 581.7284,855.7316 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2843">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2843)">
+      <path d="M 581.7284,890.7701 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2844">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2844)">
+      <path d="M 581.7284,925.8087 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2845">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2845)">
+      <path d="M 932.1138,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2846">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2846)">
+      <path d="M 897.0752,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2847">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2847)">
+      <path d="M 862.0367,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2848">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2848)">
+      <path d="M 826.9982,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2849">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2849)">
+      <path d="M 791.9596,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2850">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2850)">
+      <path d="M 756.9211,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2851">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2851)">
+      <path d="M 721.8826,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2852">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2852)">
+      <path d="M 686.8440,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2853">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2853)">
+      <path d="M 651.8055,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2854">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2854)">
+      <path d="M 616.7669,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2855">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2855)">
+      <path d="M 581.7284,925.8087 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2856">
+        <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2856)">
+      <path d="M 959.2686,986.2810 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 565.6754,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2857">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2857)">
+      <path d="M 469.0334,735.7311 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2858">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2858)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,420.9325,723.7059)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2859">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2859)">
+      <path d="M 661.7453,875.8853 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2860">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2860)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,613.6444,863.8601)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2861">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2861)">
+      <path d="M 618.9002,721.5195 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2862">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2862)">
+      <path d="M 613.6444,826.6351 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2863">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2863)">
+      <path d="M 473.4903,721.5195 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2864">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2864)">
+      <path d="M 543.5673,441.2112 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2865">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2865)">
+      <path d="M 738.8721,462.2343 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2866">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2866)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,648.6830,444.1965)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2867">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2867)">
+      <path d="M 823.8756,826.6351 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2868">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2868)">
+      <path d="M 473.4903,476.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2869">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2869)">
+      <path d="M 473.4903,483.2575 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2870">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2870)">
+      <path d="M 473.4903,490.2652 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2871">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2871)">
+      <path d="M 473.4903,497.2729 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2872">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2872)">
+      <path d="M 473.4903,504.2806 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2873">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2873)">
+      <path d="M 473.4903,511.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2874">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2874)">
+      <path d="M 473.4903,518.2960 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2875">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2875)">
+      <path d="M 473.4903,525.3037 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2876">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2876)">
+      <path d="M 473.4903,532.3114 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2877">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2877)">
+      <path d="M 473.4903,539.3191 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2878">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2878)">
+      <path d="M 473.4903,546.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2879">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2879)">
+      <path d="M 473.4903,553.3345 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2880">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2880)">
+      <path d="M 473.4903,560.3422 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2881">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2881)">
+      <path d="M 473.4903,567.3499 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2882">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2882)">
+      <path d="M 473.4903,574.3577 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2883">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2883)">
+      <path d="M 473.4903,581.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2884">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2884)">
+      <path d="M 473.4903,588.3731 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2885">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2885)">
+      <path d="M 473.4903,595.3808 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2886">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2886)">
+      <path d="M 473.4903,602.3885 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2887">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2887)">
+      <path d="M 473.4903,609.3962 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2888">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2888)">
+      <path d="M 473.4903,616.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2889">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2889)">
+      <path d="M 473.4903,623.4116 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2890">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2890)">
+      <path d="M 473.4903,630.4193 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2891">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2891)">
+      <path d="M 473.4903,637.4270 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2892">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2892)">
+      <path d="M 473.4903,644.4347 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2893">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2893)">
+      <path d="M 473.4903,651.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2894">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2894)">
+      <path d="M 473.4903,658.4501 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2895">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2895)">
+      <path d="M 473.4903,665.4579 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2896">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2896)">
+      <path d="M 473.4903,672.4656 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2897">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2897)">
+      <path d="M 473.4903,679.4733 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2898">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2898)">
+      <path d="M 473.4903,686.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2899">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2899)">
+      <path d="M 473.4903,693.4887 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2900">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2900)">
+      <path d="M 473.4903,700.4964 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2901">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2901)">
+      <path d="M 473.4903,707.5041 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2902">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2902)">
+      <path d="M 473.4903,714.5118 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2903">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2903)">
+      <path d="M 473.4903,721.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2904">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2904)">
+      <path d="M 473.4903,728.5272 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2905">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2905)">
+      <path d="M 473.4903,735.5349 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2906">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2906)">
+      <path d="M 473.4903,742.5426 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2907">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2907)">
+      <path d="M 473.4903,749.5503 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2908">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2908)">
+      <path d="M 473.4903,756.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2909">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2909)">
+      <path d="M 473.4903,763.5658 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2910">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2910)">
+      <path d="M 473.4903,770.5735 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2911">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2911)">
+      <path d="M 473.4903,777.5812 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2912">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2912)">
+      <path d="M 473.4903,784.5889 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2913">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2913)">
+      <path d="M 473.4903,791.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2914">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2914)">
+      <path d="M 473.4903,798.6043 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2915">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2915)">
+      <path d="M 473.4903,805.6120 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2916">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2916)">
+      <path d="M 473.4903,812.6197 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2917">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2917)">
+      <path d="M 473.4903,819.6274 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2918">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2918)">
+      <path d="M 473.4903,826.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2919">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2919)">
+      <path d="M 823.8756,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2920">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2920)">
+      <path d="M 816.8679,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2921">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2921)">
+      <path d="M 809.8602,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2922">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2922)">
+      <path d="M 802.8525,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2923">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2923)">
+      <path d="M 795.8448,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2924">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2924)">
+      <path d="M 788.8371,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2925">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2925)">
+      <path d="M 781.8294,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2926">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2926)">
+      <path d="M 774.8217,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2927">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2927)">
+      <path d="M 767.8140,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2928">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2928)">
+      <path d="M 760.8063,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2929">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2929)">
+      <path d="M 753.7986,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2930">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2930)">
+      <path d="M 746.7909,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2931">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2931)">
+      <path d="M 739.7832,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2932">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2932)">
+      <path d="M 732.7754,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2933">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2933)">
+      <path d="M 725.7677,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2934">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2934)">
+      <path d="M 718.7600,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2935">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2935)">
+      <path d="M 711.7523,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2936">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2936)">
+      <path d="M 704.7446,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2937">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2937)">
+      <path d="M 697.7369,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2938">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2938)">
+      <path d="M 690.7292,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2939">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2939)">
+      <path d="M 683.7215,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2940">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2940)">
+      <path d="M 676.7138,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2941">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2941)">
+      <path d="M 669.7061,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2942">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2942)">
+      <path d="M 662.6984,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2943">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2943)">
+      <path d="M 655.6907,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2944">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2944)">
+      <path d="M 648.6830,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2945">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2945)">
+      <path d="M 641.6752,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2946">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2946)">
+      <path d="M 634.6675,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2947">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2947)">
+      <path d="M 627.6598,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2948">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2948)">
+      <path d="M 620.6521,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2949">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2949)">
+      <path d="M 613.6444,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2950">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2950)">
+      <path d="M 606.6367,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2951">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2951)">
+      <path d="M 599.6290,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2952">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2952)">
+      <path d="M 592.6213,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2953">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2953)">
+      <path d="M 585.6136,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2954">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2954)">
+      <path d="M 578.6059,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2955">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2955)">
+      <path d="M 571.5982,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2956">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2956)">
+      <path d="M 564.5905,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2957">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2957)">
+      <path d="M 557.5828,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2958">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2958)">
+      <path d="M 550.5750,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2959">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2959)">
+      <path d="M 543.5673,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2960">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2960)">
+      <path d="M 536.5596,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2961">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2961)">
+      <path d="M 529.5519,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2962">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2962)">
+      <path d="M 522.5442,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2963">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2963)">
+      <path d="M 515.5365,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2964">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2964)">
+      <path d="M 508.5288,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2965">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2965)">
+      <path d="M 501.5211,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2966">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2966)">
+      <path d="M 494.5134,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2967">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2967)">
+      <path d="M 487.5057,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2968">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2968)">
+      <path d="M 480.4980,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2969">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2969)">
+      <path d="M 473.4903,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2970">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2970)">
+      <path d="M 473.4903,476.2497 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2971">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2971)">
+      <path d="M 473.4903,511.2883 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2972">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2972)">
+      <path d="M 473.4903,546.3268 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2973">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2973)">
+      <path d="M 473.4903,581.3654 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2974">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2974)">
+      <path d="M 473.4903,616.4039 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2975">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2975)">
+      <path d="M 473.4903,651.4424 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2976">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2976)">
+      <path d="M 473.4903,686.4810 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2977">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2977)">
+      <path d="M 473.4903,721.5195 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2978">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2978)">
+      <path d="M 473.4903,756.5581 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2979">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2979)">
+      <path d="M 473.4903,791.5966 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2980">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2980)">
+      <path d="M 473.4903,826.6351 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2981">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2981)">
+      <path d="M 823.8756,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2982">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2982)">
+      <path d="M 788.8371,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2983">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2983)">
+      <path d="M 753.7986,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2984">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2984)">
+      <path d="M 718.7600,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2985">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2985)">
+      <path d="M 683.7215,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2986">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2986)">
+      <path d="M 648.6830,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2987">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2987)">
+      <path d="M 613.6444,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2988">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2988)">
+      <path d="M 578.6059,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2989">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2989)">
+      <path d="M 543.5673,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2990">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2990)">
+      <path d="M 508.5288,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2991">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2991)">
+      <path d="M 473.4903,826.6351 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2992">
+        <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2992)">
+      <path d="M 851.0305,887.1074 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 457.4373,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2993">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2993)">
+      <path d="M 360.7952,636.5576 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2994">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2994)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,312.6943,624.5324)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2995">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2995)">
+      <path d="M 553.5072,776.7117 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2996">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2996)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,505.4063,764.6865)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2997">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2997)">
+      <path d="M 510.6621,622.3460 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2998">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2998)">
+      <path d="M 505.4063,727.4616 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip2999">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip2999)">
+      <path d="M 365.2521,622.3460 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3000">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3000)">
+      <path d="M 435.3292,342.0377 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3001">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3001)">
+      <path d="M 630.6340,363.0608 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3002">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3002)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,540.4448,345.0229)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3003">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3003)">
+      <path d="M 715.6375,727.4616 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3004">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3004)">
+      <path d="M 365.2521,377.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3005">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3005)">
+      <path d="M 365.2521,384.0839 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3006">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3006)">
+      <path d="M 365.2521,391.0916 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3007">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3007)">
+      <path d="M 365.2521,398.0993 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3008">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3008)">
+      <path d="M 365.2521,405.1070 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3009">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3009)">
+      <path d="M 365.2521,412.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3010">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3010)">
+      <path d="M 365.2521,419.1224 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3011">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3011)">
+      <path d="M 365.2521,426.1301 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3012">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3012)">
+      <path d="M 365.2521,433.1379 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3013">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3013)">
+      <path d="M 365.2521,440.1456 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3014">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3014)">
+      <path d="M 365.2521,447.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3015">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3015)">
+      <path d="M 365.2521,454.1610 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3016">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3016)">
+      <path d="M 365.2521,461.1687 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3017">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3017)">
+      <path d="M 365.2521,468.1764 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3018">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3018)">
+      <path d="M 365.2521,475.1841 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3019">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3019)">
+      <path d="M 365.2521,482.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3020">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3020)">
+      <path d="M 365.2521,489.1995 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3021">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3021)">
+      <path d="M 365.2521,496.2072 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3022">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3022)">
+      <path d="M 365.2521,503.2149 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3023">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3023)">
+      <path d="M 365.2521,510.2226 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3024">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3024)">
+      <path d="M 365.2521,517.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3025">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3025)">
+      <path d="M 365.2521,524.2381 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3026">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3026)">
+      <path d="M 365.2521,531.2458 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3027">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3027)">
+      <path d="M 365.2521,538.2535 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3028">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3028)">
+      <path d="M 365.2521,545.2612 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3029">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3029)">
+      <path d="M 365.2521,552.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3030">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3030)">
+      <path d="M 365.2521,559.2766 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3031">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3031)">
+      <path d="M 365.2521,566.2843 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3032">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3032)">
+      <path d="M 365.2521,573.2920 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3033">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3033)">
+      <path d="M 365.2521,580.2997 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3034">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3034)">
+      <path d="M 365.2521,587.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3035">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3035)">
+      <path d="M 365.2521,594.3151 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3036">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3036)">
+      <path d="M 365.2521,601.3228 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3037">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3037)">
+      <path d="M 365.2521,608.3305 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3038">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3038)">
+      <path d="M 365.2521,615.3383 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3039">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3039)">
+      <path d="M 365.2521,622.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3040">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3040)">
+      <path d="M 365.2521,629.3537 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3041">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3041)">
+      <path d="M 365.2521,636.3614 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3042">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3042)">
+      <path d="M 365.2521,643.3691 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3043">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3043)">
+      <path d="M 365.2521,650.3768 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3044">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3044)">
+      <path d="M 365.2521,657.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3045">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3045)">
+      <path d="M 365.2521,664.3922 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3046">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3046)">
+      <path d="M 365.2521,671.3999 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3047">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3047)">
+      <path d="M 365.2521,678.4076 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3048">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3048)">
+      <path d="M 365.2521,685.4153 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3049">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3049)">
+      <path d="M 365.2521,692.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3050">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3050)">
+      <path d="M 365.2521,699.4307 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3051">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3051)">
+      <path d="M 365.2521,706.4385 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3052">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3052)">
+      <path d="M 365.2521,713.4462 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3053">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3053)">
+      <path d="M 365.2521,720.4539 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3054">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3054)">
+      <path d="M 365.2521,727.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3055">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3055)">
+      <path d="M 715.6375,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3056">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3056)">
+      <path d="M 708.6298,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3057">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3057)">
+      <path d="M 701.6221,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3058">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3058)">
+      <path d="M 694.6144,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3059">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3059)">
+      <path d="M 687.6067,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3060">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3060)">
+      <path d="M 680.5990,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3061">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3061)">
+      <path d="M 673.5913,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3062">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3062)">
+      <path d="M 666.5836,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3063">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3063)">
+      <path d="M 659.5758,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3064">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3064)">
+      <path d="M 652.5681,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3065">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3065)">
+      <path d="M 645.5604,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3066">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3066)">
+      <path d="M 638.5527,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3067">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3067)">
+      <path d="M 631.5450,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3068">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3068)">
+      <path d="M 624.5373,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3069">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3069)">
+      <path d="M 617.5296,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3070">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3070)">
+      <path d="M 610.5219,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3071">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3071)">
+      <path d="M 603.5142,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3072">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3072)">
+      <path d="M 596.5065,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3073">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3073)">
+      <path d="M 589.4988,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3074">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3074)">
+      <path d="M 582.4911,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3075">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3075)">
+      <path d="M 575.4834,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3076">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3076)">
+      <path d="M 568.4756,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3077">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3077)">
+      <path d="M 561.4679,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3078">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3078)">
+      <path d="M 554.4602,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3079">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3079)">
+      <path d="M 547.4525,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3080">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3080)">
+      <path d="M 540.4448,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3081">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3081)">
+      <path d="M 533.4371,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3082">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3082)">
+      <path d="M 526.4294,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3083">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3083)">
+      <path d="M 519.4217,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3084">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3084)">
+      <path d="M 512.4140,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3085">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3085)">
+      <path d="M 505.4063,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3086">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3086)">
+      <path d="M 498.3986,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3087">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3087)">
+      <path d="M 491.3909,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3088">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3088)">
+      <path d="M 484.3832,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3089">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3089)">
+      <path d="M 477.3754,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3090">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3090)">
+      <path d="M 470.3677,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3091">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3091)">
+      <path d="M 463.3600,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3092">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3092)">
+      <path d="M 456.3523,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3093">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3093)">
+      <path d="M 449.3446,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3094">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3094)">
+      <path d="M 442.3369,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3095">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3095)">
+      <path d="M 435.3292,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3096">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3096)">
+      <path d="M 428.3215,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3097">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3097)">
+      <path d="M 421.3138,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3098">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3098)">
+      <path d="M 414.3061,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3099">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3099)">
+      <path d="M 407.2984,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3100">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3100)">
+      <path d="M 400.2907,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3101">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3101)">
+      <path d="M 393.2830,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3102">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3102)">
+      <path d="M 386.2753,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3103">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3103)">
+      <path d="M 379.2675,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3104">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3104)">
+      <path d="M 372.2598,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3105">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3105)">
+      <path d="M 365.2521,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3106">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3106)">
+      <path d="M 365.2521,377.0762 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3107">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3107)">
+      <path d="M 365.2521,412.1147 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3108">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3108)">
+      <path d="M 365.2521,447.1533 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3109">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3109)">
+      <path d="M 365.2521,482.1918 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3110">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3110)">
+      <path d="M 365.2521,517.2303 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3111">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3111)">
+      <path d="M 365.2521,552.2689 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3112">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3112)">
+      <path d="M 365.2521,587.3074 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3113">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3113)">
+      <path d="M 365.2521,622.3460 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3114">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3114)">
+      <path d="M 365.2521,657.3845 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3115">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3115)">
+      <path d="M 365.2521,692.4230 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3116">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3116)">
+      <path d="M 365.2521,727.4616 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3117">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3117)">
+      <path d="M 715.6375,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3118">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3118)">
+      <path d="M 680.5990,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3119">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3119)">
+      <path d="M 645.5604,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3120">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3120)">
+      <path d="M 610.5219,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3121">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3121)">
+      <path d="M 575.4834,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3122">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3122)">
+      <path d="M 540.4448,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3123">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3123)">
+      <path d="M 505.4063,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3124">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3124)">
+      <path d="M 470.3677,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3125">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3125)">
+      <path d="M 435.3292,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3126">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3126)">
+      <path d="M 400.2907,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3127">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3127)">
+      <path d="M 365.2521,727.4616 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3128">
+        <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3128)">
+      <path d="M 742.7924,787.9339 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.1992,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3129">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3129)">
+      <path d="M 252.5571,537.3840 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3130">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3130)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,204.4562,525.3588)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3131">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3131)">
+      <path d="M 445.2690,677.5382 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3132">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3132)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,397.1681,665.5130)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3133">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3133)">
+      <path d="M 402.4239,523.1724 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3134">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3134)">
+      <path d="M 397.1681,628.2880 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3135">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3135)">
+      <path d="M 257.0140,523.1724 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3136">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3136)">
+      <path d="M 327.0911,242.8641 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3137">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3137)">
+      <path d="M 522.3959,263.8872 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3138">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3138)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,432.2067,245.8494)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3139">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3139)">
+      <path d="M 607.3994,628.2880 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3140">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3140)">
+      <path d="M 257.0140,277.9026 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3141">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3141)">
+      <path d="M 257.0140,284.9103 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3142">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3142)">
+      <path d="M 257.0140,291.9181 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3143">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3143)">
+      <path d="M 257.0140,298.9258 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3144">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3144)">
+      <path d="M 257.0140,305.9335 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3145">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3145)">
+      <path d="M 257.0140,312.9412 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3146">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3146)">
+      <path d="M 257.0140,319.9489 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3147">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3147)">
+      <path d="M 257.0140,326.9566 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3148">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3148)">
+      <path d="M 257.0140,333.9643 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3149">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3149)">
+      <path d="M 257.0140,340.9720 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3150">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3150)">
+      <path d="M 257.0140,347.9797 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3151">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3151)">
+      <path d="M 257.0140,354.9874 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3152">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3152)">
+      <path d="M 257.0140,361.9951 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3153">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3153)">
+      <path d="M 257.0140,369.0028 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3154">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3154)">
+      <path d="M 257.0140,376.0105 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3155">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3155)">
+      <path d="M 257.0140,383.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3156">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3156)">
+      <path d="M 257.0140,390.0260 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3157">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3157)">
+      <path d="M 257.0140,397.0337 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3158">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3158)">
+      <path d="M 257.0140,404.0414 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3159">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3159)">
+      <path d="M 257.0140,411.0491 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3160">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3160)">
+      <path d="M 257.0140,418.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3161">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3161)">
+      <path d="M 257.0140,425.0645 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3162">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3162)">
+      <path d="M 257.0140,432.0722 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3163">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3163)">
+      <path d="M 257.0140,439.0799 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3164">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3164)">
+      <path d="M 257.0140,446.0876 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3165">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3165)">
+      <path d="M 257.0140,453.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3166">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3166)">
+      <path d="M 257.0140,460.1030 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3167">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3167)">
+      <path d="M 257.0140,467.1107 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3168">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3168)">
+      <path d="M 257.0140,474.1185 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3169">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3169)">
+      <path d="M 257.0140,481.1262 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3170">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3170)">
+      <path d="M 257.0140,488.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3171">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3171)">
+      <path d="M 257.0140,495.1416 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3172">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3172)">
+      <path d="M 257.0140,502.1493 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3173">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3173)">
+      <path d="M 257.0140,509.1570 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3174">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3174)">
+      <path d="M 257.0140,516.1647 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3175">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3175)">
+      <path d="M 257.0140,523.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3176">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3176)">
+      <path d="M 257.0140,530.1801 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3177">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3177)">
+      <path d="M 257.0140,537.1878 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3178">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3178)">
+      <path d="M 257.0140,544.1955 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3179">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3179)">
+      <path d="M 257.0140,551.2032 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3180">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3180)">
+      <path d="M 257.0140,558.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3181">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3181)">
+      <path d="M 257.0140,565.2187 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3182">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3182)">
+      <path d="M 257.0140,572.2264 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3183">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3183)">
+      <path d="M 257.0140,579.2341 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3184">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3184)">
+      <path d="M 257.0140,586.2418 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3185">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3185)">
+      <path d="M 257.0140,593.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3186">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3186)">
+      <path d="M 257.0140,600.2572 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3187">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3187)">
+      <path d="M 257.0140,607.2649 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3188">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3188)">
+      <path d="M 257.0140,614.2726 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3189">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3189)">
+      <path d="M 257.0140,621.2803 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3190">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3190)">
+      <path d="M 257.0140,628.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3191">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3191)">
+      <path d="M 607.3994,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3192">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3192)">
+      <path d="M 600.3917,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3193">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3193)">
+      <path d="M 593.3840,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3194">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3194)">
+      <path d="M 586.3762,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3195">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3195)">
+      <path d="M 579.3685,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3196">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3196)">
+      <path d="M 572.3608,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3197">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3197)">
+      <path d="M 565.3531,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3198">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3198)">
+      <path d="M 558.3454,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3199">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3199)">
+      <path d="M 551.3377,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3200">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3200)">
+      <path d="M 544.3300,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3201">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3201)">
+      <path d="M 537.3223,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3202">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3202)">
+      <path d="M 530.3146,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3203">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3203)">
+      <path d="M 523.3069,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3204">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3204)">
+      <path d="M 516.2992,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3205">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3205)">
+      <path d="M 509.2915,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3206">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3206)">
+      <path d="M 502.2838,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3207">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3207)">
+      <path d="M 495.2760,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3208">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3208)">
+      <path d="M 488.2683,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3209">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3209)">
+      <path d="M 481.2606,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3210">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3210)">
+      <path d="M 474.2529,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3211">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3211)">
+      <path d="M 467.2452,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3212">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3212)">
+      <path d="M 460.2375,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3213">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3213)">
+      <path d="M 453.2298,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3214">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3214)">
+      <path d="M 446.2221,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3215">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3215)">
+      <path d="M 439.2144,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3216">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3216)">
+      <path d="M 432.2067,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3217">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3217)">
+      <path d="M 425.1990,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3218">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3218)">
+      <path d="M 418.1913,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3219">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3219)">
+      <path d="M 411.1836,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3220">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3220)">
+      <path d="M 404.1759,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3221">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3221)">
+      <path d="M 397.1681,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3222">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3222)">
+      <path d="M 390.1604,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3223">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3223)">
+      <path d="M 383.1527,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3224">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3224)">
+      <path d="M 376.1450,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3225">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3225)">
+      <path d="M 369.1373,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3226">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3226)">
+      <path d="M 362.1296,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3227">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3227)">
+      <path d="M 355.1219,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3228">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3228)">
+      <path d="M 348.1142,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3229">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3229)">
+      <path d="M 341.1065,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3230">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3230)">
+      <path d="M 334.0988,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3231">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3231)">
+      <path d="M 327.0911,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3232">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3232)">
+      <path d="M 320.0834,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3233">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3233)">
+      <path d="M 313.0757,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3234">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3234)">
+      <path d="M 306.0679,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3235">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3235)">
+      <path d="M 299.0602,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3236">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3236)">
+      <path d="M 292.0525,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3237">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3237)">
+      <path d="M 285.0448,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3238">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3238)">
+      <path d="M 278.0371,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3239">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3239)">
+      <path d="M 271.0294,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3240">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3240)">
+      <path d="M 264.0217,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3241">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3241)">
+      <path d="M 257.0140,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3242">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3242)">
+      <path d="M 257.0140,277.9026 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3243">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3243)">
+      <path d="M 257.0140,312.9412 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3244">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3244)">
+      <path d="M 257.0140,347.9797 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3245">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3245)">
+      <path d="M 257.0140,383.0183 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3246">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3246)">
+      <path d="M 257.0140,418.0568 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3247">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3247)">
+      <path d="M 257.0140,453.0953 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3248">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3248)">
+      <path d="M 257.0140,488.1339 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3249">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3249)">
+      <path d="M 257.0140,523.1724 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3250">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3250)">
+      <path d="M 257.0140,558.2109 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3251">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3251)">
+      <path d="M 257.0140,593.2495 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3252">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3252)">
+      <path d="M 257.0140,628.2880 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3253">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3253)">
+      <path d="M 607.3994,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3254">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3254)">
+      <path d="M 572.3608,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3255">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3255)">
+      <path d="M 537.3223,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3256">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3256)">
+      <path d="M 502.2838,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3257">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3257)">
+      <path d="M 467.2452,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3258">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3258)">
+      <path d="M 432.2067,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3259">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3259)">
+      <path d="M 397.1681,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3260">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3260)">
+      <path d="M 362.1296,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3261">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3261)">
+      <path d="M 327.0911,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3262">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3262)">
+      <path d="M 292.0525,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3263">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3263)">
+      <path d="M 257.0140,628.2880 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3264">
+        <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3264)">
+      <path d="M 634.5542,688.7603 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.9610,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3265">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3265)">
+      <path d="M 144.3190,438.2105 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3266">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3266)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,96.2181,426.1853)" stroke="none" text-anchor="middle">y = -2.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3267">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3267)">
+      <path d="M 337.0309,578.3646 l -0.0000,-24.0505 h -96.2018 l -0.0000,24.0505 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="21.86404754438049px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3268">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3268)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,288.9300,566.3394)" stroke="none" text-anchor="middle">x = -1.0
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.96475407629383" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3269">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3269)">
+      <path d="M 294.1858,423.9989 c 0.0000,-2.9027 -2.3531,-5.2558 -5.2558 -5.2558c -2.9027,-0.0000 -5.2558,2.3531 -5.2558 5.2558c -0.0000,2.9027 2.3531,5.2558 5.2558 5.2558c 2.9027,0.0000 5.2558,-2.3531 5.2558 -5.2558Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3270">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3270)">
+      <path d="M 288.9300,529.1145 v -105.1156 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3271">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3271)">
+      <path d="M 148.7759,423.9989 h 140.1542 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.97650271752922" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3272">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3272)">
+      <path d="M 218.8529,143.6906 l 4.2046,24.7232 l 4.2046,23.7141 l 4.2046,22.7050 l 4.2046,21.6959 l 4.2046,20.6868 l 4.2046,19.6776 l 4.2046,18.6685 l 4.2046,17.6594 l 4.2046,16.6503 l 4.2046,15.6412 l 4.2046,14.6321 l 4.2046,13.6230 l 4.2046,12.6139 l 4.2046,11.6048 l 4.2046,10.5957 l 4.2046,9.5865 l 4.2046,8.5774 l 4.2046,7.5683 l 4.2046,6.5592 l 4.2046,5.5501 l 4.2046,4.5410 l 4.2046,3.5319 l 4.2046,2.5228 l 4.2046,1.5137 l 4.2046,0.5046 l 4.2046,-0.5046 l 4.2046,-1.5137 l 4.2046,-2.5228 l 4.2046,-3.5319 l 4.2046,-4.5410 l 4.2046,-5.5501 l 4.2046,-6.5592 l 4.2046,-7.5683 l 4.2046,-8.5774 l 4.2046,-9.5865 l 4.2046,-10.5957 l 4.2046,-11.6048 l 4.2046,-12.6139 l 4.2046,-13.6230 l 4.2046,-14.6321 l 4.2046,-15.6412 l 4.2046,-16.6503 l 4.2046,-17.6594 l 4.2046,-18.6685 l 4.2046,-19.6776 l 4.2046,-20.6868 l 4.2046,-21.6959 l 4.2046,-22.7050 l 4.2046,-23.7141 l 4.2046,-24.7232 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3273">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3273)">
+      <path d="M 414.1577,164.7137 l -0.0000,-36.0757 h -180.3784 l -0.0000,36.0757 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="32.79607131657073px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3274">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3274)">
+      <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,323.9685,146.6758)" stroke="none" text-anchor="middle">y = x² - 3
+      </text>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3275">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3275)">
+      <path d="M 499.1612,529.1145 l -0.0000,-350.3854 h -350.3854 l -0.0000,350.3854 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3276">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3276)">
+      <path d="M 148.7759,178.7291 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3277">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3277)">
+      <path d="M 148.7759,185.7368 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3278">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3278)">
+      <path d="M 148.7759,192.7445 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3279">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3279)">
+      <path d="M 148.7759,199.7522 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3280">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3280)">
+      <path d="M 148.7759,206.7599 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3281">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3281)">
+      <path d="M 148.7759,213.7676 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3282">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3282)">
+      <path d="M 148.7759,220.7753 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3283">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3283)">
+      <path d="M 148.7759,227.7830 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3284">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3284)">
+      <path d="M 148.7759,234.7907 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3285">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3285)">
+      <path d="M 148.7759,241.7985 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3286">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3286)">
+      <path d="M 148.7759,248.8062 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3287">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3287)">
+      <path d="M 148.7759,255.8139 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3288">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3288)">
+      <path d="M 148.7759,262.8216 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3289">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3289)">
+      <path d="M 148.7759,269.8293 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3290">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3290)">
+      <path d="M 148.7759,276.8370 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3291">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3291)">
+      <path d="M 148.7759,283.8447 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3292">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3292)">
+      <path d="M 148.7759,290.8524 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3293">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3293)">
+      <path d="M 148.7759,297.8601 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3294">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3294)">
+      <path d="M 148.7759,304.8678 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3295">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3295)">
+      <path d="M 148.7759,311.8755 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3296">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3296)">
+      <path d="M 148.7759,318.8832 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3297">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3297)">
+      <path d="M 148.7759,325.8909 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3298">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3298)">
+      <path d="M 148.7759,332.8987 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3299">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3299)">
+      <path d="M 148.7759,339.9064 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3300">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3300)">
+      <path d="M 148.7759,346.9141 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3301">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3301)">
+      <path d="M 148.7759,353.9218 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3302">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3302)">
+      <path d="M 148.7759,360.9295 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3303">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3303)">
+      <path d="M 148.7759,367.9372 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3304">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3304)">
+      <path d="M 148.7759,374.9449 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3305">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3305)">
+      <path d="M 148.7759,381.9526 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3306">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3306)">
+      <path d="M 148.7759,388.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3307">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3307)">
+      <path d="M 148.7759,395.9680 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3308">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3308)">
+      <path d="M 148.7759,402.9757 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3309">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3309)">
+      <path d="M 148.7759,409.9834 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3310">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3310)">
+      <path d="M 148.7759,416.9911 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3311">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3311)">
+      <path d="M 148.7759,423.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3312">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3312)">
+      <path d="M 148.7759,431.0066 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3313">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3313)">
+      <path d="M 148.7759,438.0143 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3314">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3314)">
+      <path d="M 148.7759,445.0220 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3315">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3315)">
+      <path d="M 148.7759,452.0297 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3316">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3316)">
+      <path d="M 148.7759,459.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3317">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3317)">
+      <path d="M 148.7759,466.0451 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3318">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3318)">
+      <path d="M 148.7759,473.0528 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3319">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3319)">
+      <path d="M 148.7759,480.0605 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3320">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3320)">
+      <path d="M 148.7759,487.0682 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3321">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3321)">
+      <path d="M 148.7759,494.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3322">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3322)">
+      <path d="M 148.7759,501.0836 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3323">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3323)">
+      <path d="M 148.7759,508.0913 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3324">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3324)">
+      <path d="M 148.7759,515.0991 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3325">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3325)">
+      <path d="M 148.7759,522.1068 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3326">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3326)">
+      <path d="M 148.7759,529.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3327">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3327)">
+      <path d="M 499.1612,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3328">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3328)">
+      <path d="M 492.1535,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3329">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3329)">
+      <path d="M 485.1458,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3330">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3330)">
+      <path d="M 478.1381,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3331">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3331)">
+      <path d="M 471.1304,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3332">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3332)">
+      <path d="M 464.1227,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3333">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3333)">
+      <path d="M 457.1150,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3334">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3334)">
+      <path d="M 450.1073,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3335">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3335)">
+      <path d="M 443.0996,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3336">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3336)">
+      <path d="M 436.0919,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3337">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3337)">
+      <path d="M 429.0842,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3338">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3338)">
+      <path d="M 422.0765,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3339">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3339)">
+      <path d="M 415.0687,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3340">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3340)">
+      <path d="M 408.0610,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3341">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3341)">
+      <path d="M 401.0533,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3342">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3342)">
+      <path d="M 394.0456,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3343">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3343)">
+      <path d="M 387.0379,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3344">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3344)">
+      <path d="M 380.0302,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3345">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3345)">
+      <path d="M 373.0225,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3346">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3346)">
+      <path d="M 366.0148,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3347">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3347)">
+      <path d="M 359.0071,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3348">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3348)">
+      <path d="M 351.9994,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3349">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3349)">
+      <path d="M 344.9917,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3350">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3350)">
+      <path d="M 337.9840,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3351">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3351)">
+      <path d="M 330.9763,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3352">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3352)">
+      <path d="M 323.9685,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3353">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3353)">
+      <path d="M 316.9608,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3354">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3354)">
+      <path d="M 309.9531,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3355">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3355)">
+      <path d="M 302.9454,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3356">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3356)">
+      <path d="M 295.9377,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3357">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3357)">
+      <path d="M 288.9300,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3358">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3358)">
+      <path d="M 281.9223,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3359">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3359)">
+      <path d="M 274.9146,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3360">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3360)">
+      <path d="M 267.9069,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3361">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3361)">
+      <path d="M 260.8992,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3362">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3362)">
+      <path d="M 253.8915,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3363">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3363)">
+      <path d="M 246.8838,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3364">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3364)">
+      <path d="M 239.8761,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3365">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3365)">
+      <path d="M 232.8683,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3366">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3366)">
+      <path d="M 225.8606,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3367">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3367)">
+      <path d="M 218.8529,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3368">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3368)">
+      <path d="M 211.8452,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3369">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3369)">
+      <path d="M 204.8375,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3370">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3370)">
+      <path d="M 197.8298,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3371">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3371)">
+      <path d="M 190.8221,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3372">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3372)">
+      <path d="M 183.8144,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3373">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3373)">
+      <path d="M 176.8067,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3374">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3374)">
+      <path d="M 169.7990,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3375">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3375)">
+      <path d="M 162.7913,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3376">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3376)">
+      <path d="M 155.7836,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.195300543505844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3377">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3377)">
+      <path d="M 148.7759,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3378">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3378)">
+      <path d="M 148.7759,178.7291 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3379">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3379)">
+      <path d="M 148.7759,213.7676 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3380">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3380)">
+      <path d="M 148.7759,248.8062 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3381">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3381)">
+      <path d="M 148.7759,283.8447 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3382">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3382)">
+      <path d="M 148.7759,318.8832 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3383">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3383)">
+      <path d="M 148.7759,353.9218 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3384">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3384)">
+      <path d="M 148.7759,388.9603 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3385">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3385)">
+      <path d="M 148.7759,423.9989 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3386">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3386)">
+      <path d="M 148.7759,459.0374 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3387">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3387)">
+      <path d="M 148.7759,494.0759 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3388">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3388)">
+      <path d="M 148.7759,529.1145 h 350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3389">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3389)">
+      <path d="M 499.1612,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3390">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3390)">
+      <path d="M 464.1227,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3391">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3391)">
+      <path d="M 429.0842,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3392">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3392)">
+      <path d="M 394.0456,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3393">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3393)">
+      <path d="M 359.0071,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3394">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3394)">
+      <path d="M 323.9685,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3395">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3395)">
+      <path d="M 288.9300,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3396">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3396)">
+      <path d="M 253.8915,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3397">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3397)">
+      <path d="M 218.8529,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3398">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3398)">
+      <path d="M 183.8144,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.98825135876461" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3399">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3399)">
+      <path d="M 148.7759,529.1145 v -350.3854 "/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <defs>
+      <clipPath id="myClip3400">
+        <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
+      </clipPath>
+    </defs>
+    <g clip-path="url(#myClip3400)">
+      <path d="M 526.3161,589.5868 l -0.0000,-495.8678 h -491.9915 l -0.0000,495.8678 Z"/>
+    </g>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.98825135876461" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 132.7229,589.5868 l -0.0000,-99.1736 h -98.3983 l -0.0000,99.1736 Z"/>
   </g>
 </svg>
diff --git a/other/glineHudExample.svg b/other/glineHudExample.svg
--- a/other/glineHudExample.svg
+++ b/other/glineHudExample.svg
@@ -4,286 +4,446 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5454,85.2789 ZM 428.1564,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,85.2789 ZM 433.1414,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,85.2789 ZM 442.2127,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.3417,114.0537 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,352.6158,104.9031)" stroke="none" text-anchor="middle">5,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3341,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 353.5045,117.6087 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5454,128.2822 ZM 428.1564,124.6665 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,128.2822 ZM 433.1414,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,128.2822 ZM 441.1216,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.3417,149.6040 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,352.6158,140.4533)" stroke="none" text-anchor="middle">5,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3341,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 353.5045,153.1590 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5454,171.2856 ZM 428.1564,167.6699 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,171.2856 ZM 433.1414,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,171.2856 ZM 440.2230,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.3417,185.1542 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,352.6158,176.0036)" stroke="none" text-anchor="middle">5,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3341,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 353.5045,188.7092 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5454,214.2890 ZM 428.1564,210.6733 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,214.2890 ZM 433.1414,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,214.2890 ZM 436.8427,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.3417,220.7045 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,352.6158,211.5538)" stroke="none" text-anchor="middle">5,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3341,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 353.5045,224.2595 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5454,257.2924 ZM 428.1564,253.6767 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,257.2924 ZM 433.1414,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,257.2924 ZM 439.6240,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.3417,256.2547 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,352.6158,247.1041)" stroke="none" text-anchor="middle">5,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3341,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 353.5045,259.8097 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.5454,300.2958 ZM 428.1564,296.6800 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,300.2958 ZM 433.1414,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,300.2958 ZM 440.2872,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 440.2872,288.6784 ZM 440.2016,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.3417,291.8050 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,352.6158,282.6543)" stroke="none" text-anchor="middle">5,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.3341,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 353.5045,295.3600 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.0404,85.2789 ZM 362.5602,77.6837 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,85.2789 ZM 368.6363,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,85.2789 ZM 377.7077,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0164,114.0537 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,299.2904,104.9031)" stroke="none" text-anchor="middle">4,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.8291,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 300.1792,117.6087 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.0404,128.2822 ZM 362.5602,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,128.2822 ZM 368.6363,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,128.2822 ZM 376.6165,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0164,149.6040 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,299.2904,140.4533)" stroke="none" text-anchor="middle">4,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.8291,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 300.1792,153.1590 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.0404,171.2856 ZM 362.5602,163.6905 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,171.2856 ZM 368.6363,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,171.2856 ZM 375.7180,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0164,185.1542 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,299.2904,176.0036)" stroke="none" text-anchor="middle">4,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.8291,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 300.1792,188.7092 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.0404,214.2890 ZM 362.5602,206.6939 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,214.2890 ZM 368.6363,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,214.2890 ZM 372.3376,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0164,220.7045 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,299.2904,211.5538)" stroke="none" text-anchor="middle">4,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.8291,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 300.1792,224.2595 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.0404,257.2924 ZM 362.5602,249.6973 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,257.2924 ZM 368.6363,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,257.2924 ZM 375.1189,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0164,256.2547 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,299.2904,247.1041)" stroke="none" text-anchor="middle">4,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.8291,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 300.1792,259.8097 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.0404,300.2958 ZM 362.5602,292.7006 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,300.2958 ZM 368.6363,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,300.2958 ZM 375.7821,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 375.7821,288.6784 ZM 375.6966,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.0164,291.8050 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,299.2904,282.6543)" stroke="none" text-anchor="middle">4,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.8291,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 300.1792,295.3600 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5353,85.2789 ZM 297.1566,73.5759 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,85.2789 ZM 304.1312,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,85.2789 ZM 313.2026,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.6910,114.0537 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,245.9650,104.9031)" stroke="none" text-anchor="middle">3,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.3240,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 246.8538,117.6087 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5353,128.2822 ZM 297.1566,116.5793 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,128.2822 ZM 304.1312,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,128.2822 ZM 312.1115,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.6910,149.6040 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,245.9650,140.4533)" stroke="none" text-anchor="middle">3,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.3240,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 246.8538,153.1590 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5353,171.2856 ZM 297.1566,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,171.2856 ZM 304.1312,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,171.2856 ZM 311.2129,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.6910,185.1542 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,245.9650,176.0036)" stroke="none" text-anchor="middle">3,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.3240,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 246.8538,188.7092 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5353,214.2890 ZM 297.1566,202.5861 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,214.2890 ZM 304.1312,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,214.2890 ZM 307.8325,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.6910,220.7045 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,245.9650,211.5538)" stroke="none" text-anchor="middle">3,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.3240,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 246.8538,224.2595 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5353,257.2924 ZM 297.1566,245.5895 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,257.2924 ZM 304.1312,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,257.2924 ZM 310.6138,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.6910,256.2547 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,245.9650,247.1041)" stroke="none" text-anchor="middle">3,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.3240,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 246.8538,259.8097 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.5353,300.2958 ZM 297.1566,288.5928 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,300.2958 ZM 304.1312,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,300.2958 ZM 311.2771,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 311.2771,288.6784 ZM 311.1915,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.6910,291.8050 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,245.9650,282.6543)" stroke="none" text-anchor="middle">3,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.3240,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 246.8538,295.3600 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.0302,85.2789 ZM 229.2711,75.8010 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,85.2789 ZM 239.6262,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,85.2789 ZM 248.6975,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.3656,114.0537 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,192.6397,104.9031)" stroke="none" text-anchor="middle">2,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8189,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 193.5284,117.6087 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.0302,128.2822 ZM 229.2711,118.8044 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,128.2822 ZM 239.6262,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,128.2822 ZM 247.6064,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.3656,149.6040 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,192.6397,140.4533)" stroke="none" text-anchor="middle">2,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8189,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 193.5284,153.1590 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.0302,171.2856 ZM 229.2711,161.8078 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,171.2856 ZM 239.6262,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,171.2856 ZM 246.7078,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.3656,185.1542 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,192.6397,176.0036)" stroke="none" text-anchor="middle">2,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8189,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 193.5284,188.7092 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.0302,214.2890 ZM 229.2711,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,214.2890 ZM 239.6262,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,214.2890 ZM 243.3275,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.3656,220.7045 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,192.6397,211.5538)" stroke="none" text-anchor="middle">2,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8189,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 193.5284,224.2595 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.0302,257.2924 ZM 229.2711,247.8145 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,257.2924 ZM 239.6262,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,257.2924 ZM 246.1088,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.3656,256.2547 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,192.6397,247.1041)" stroke="none" text-anchor="middle">2,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8189,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 193.5284,259.8097 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.0302,300.2958 ZM 229.2711,290.8179 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,300.2958 ZM 239.6262,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,300.2958 ZM 246.7720,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 246.7720,288.6784 ZM 246.6864,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.3656,291.8050 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,192.6397,282.6543)" stroke="none" text-anchor="middle">2,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8189,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 193.5284,295.3600 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5252,85.2789 ZM 167.5474,75.0736 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,85.2789 ZM 175.1211,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,85.2789 ZM 184.1925,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0403,114.0537 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.3143,104.9031)" stroke="none" text-anchor="middle">1,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3139,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 140.2031,117.6087 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5252,128.2822 ZM 167.5474,118.0770 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,128.2822 ZM 175.1211,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,128.2822 ZM 183.1013,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0403,149.6040 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.3143,140.4533)" stroke="none" text-anchor="middle">1,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3139,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 140.2031,153.1590 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5252,171.2856 ZM 167.5474,161.0803 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,171.2856 ZM 175.1211,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,171.2856 ZM 182.2028,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0403,185.1542 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.3143,176.0036)" stroke="none" text-anchor="middle">1,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3139,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 140.2031,188.7092 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5252,214.2890 ZM 167.5474,204.0837 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,214.2890 ZM 175.1211,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,214.2890 ZM 178.8224,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0403,220.7045 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.3143,211.5538)" stroke="none" text-anchor="middle">1,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3139,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 140.2031,224.2595 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5252,257.2924 ZM 167.5474,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,257.2924 ZM 175.1211,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,257.2924 ZM 181.6037,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0403,256.2547 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.3143,247.1041)" stroke="none" text-anchor="middle">1,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3139,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 140.2031,259.8097 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5252,300.2958 ZM 167.5474,290.0905 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,300.2958 ZM 175.1211,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,300.2958 ZM 182.2669,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 182.2669,288.6784 ZM 182.1814,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0403,291.8050 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.3143,282.6543)" stroke="none" text-anchor="middle">1,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3139,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 140.2031,295.3600 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.0201,85.2789 ZM 103.7055,73.6615 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,73.6615 ZM 103.6200,85.5356 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,85.2789 ZM 110.6160,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,85.2789 ZM 119.6874,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.7149,114.0537 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,85.9889,104.9031)" stroke="none" text-anchor="middle">0,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 111.8088,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 86.8777,117.6087 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.0201,128.2822 ZM 103.7055,116.6649 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,116.6649 ZM 103.6200,128.5390 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,128.2822 ZM 110.6160,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,128.2822 ZM 118.5963,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.7149,149.6040 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,85.9889,140.4533)" stroke="none" text-anchor="middle">0,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 111.8088,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 86.8777,153.1590 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.0201,171.2856 ZM 103.7055,159.6683 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,159.6683 ZM 103.6200,171.5424 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,171.2856 ZM 110.6160,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,171.2856 ZM 117.6977,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.7149,185.1542 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,85.9889,176.0036)" stroke="none" text-anchor="middle">0,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 111.8088,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 86.8777,188.7092 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.0201,214.2890 ZM 103.7055,202.6717 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,202.6717 ZM 103.6200,214.5457 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,214.2890 ZM 110.6160,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,214.2890 ZM 114.3173,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.7149,220.7045 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,85.9889,211.5538)" stroke="none" text-anchor="middle">0,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 111.8088,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 86.8777,224.2595 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.0201,257.2924 ZM 103.7055,245.6750 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,245.6750 ZM 103.6200,257.5491 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,257.2924 ZM 110.6160,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,257.2924 ZM 117.0986,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.7149,256.2547 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,85.9889,247.1041)" stroke="none" text-anchor="middle">0,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 111.8088,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 86.8777,259.8097 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.0201,300.2958 ZM 103.7055,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,288.6784 ZM 103.6200,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,300.2958 ZM 110.6160,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,300.2958 ZM 117.7619,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 117.7619,288.6784 ZM 117.6763,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.7149,291.8050 l -0.0000,-18.3013 h -27.4519 l -0.0000,18.3013 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.63751546435732px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,85.9889,282.6543)" stroke="none" text-anchor="middle">0,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 111.8088,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>
+    <path d="M 86.8777,295.3600 c 0.0000,-0.4908 -0.3979,-0.8888 -0.8888 -0.8888c -0.4908,-0.0000 -0.8888,0.3979 -0.8888 0.8888c -0.0000,0.4908 0.3979,0.8888 0.8888 0.8888c 0.4908,0.0000 0.8888,-0.3979 0.8888 -0.8888Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 56.6051,322.0221 ZM 33.1422,308.6504 c 0.0000,-4.3503 1.6046,-5.6339 1.6046 -7.7734c 2.5674,-0.2496 3.9937,-0.4636 5.4913 -0.7845l 0.2139,1.0697 c -3.0666,0.9271 -5.9905,2.8170 -5.9905 7.9874c -0.0000,4.8138 4.2433,8.6292 10.4834 8.6292c 4.7068,0.0000 10.8043,-3.4232 10.8043 -9.7703c 0.0000,-1.9255 -0.6418,-4.0293 -1.7829 -5.2417l -5.4557,-0.0000 c -1.1054,-0.0000 -1.5689,0.5349 -1.5689 1.9612l -0.0000,0.9271 c -0.0000,0.1426 -0.1070,0.2853 -0.2853 0.2853l -0.9271,-0.0000 l -0.0713,-0.0713 c 0.0000,-0.0000 0.0713,-3.1022 0.0713 -4.4929c 0.0000,-1.2480 -0.0713,-3.3162 -0.0713 -3.3162l 0.0713,-0.0713 l 0.9271,0.0000 c 0.1783,0.0000 0.2853,0.1070 0.2853 0.2853l -0.0000,0.0357 c -0.0000,1.2480 0.5705,1.5689 1.5689 1.5689l 4.1363,0.0000 c 0.3922,0.0000 0.6775,-0.1783 0.9984 -0.5705c 2.0682,2.4247 3.3875,5.3130 3.3875 9.5206c -0.0000,7.1672 -5.2060,12.0524 -11.3749 12.0524c -7.8447,-0.0000 -12.5159,-6.0975 -12.5159 -12.2306ZM 56.6051,297.3112 ZM 54.0377,293.9237 l -17.8646,-0.0000 c -2.0325,-0.0000 -2.6030,0.3566 -2.6030 1.0697l 0.1426,1.1411 c -0.0000,0.1070 -0.0713,0.2139 -0.1783 0.2139l -0.8914,0.0713 c 0.0000,-0.5705 -0.2139,-1.8899 -0.3209 -2.4961c -0.1426,-0.6418 -0.2853,-1.1411 -0.6062 -1.8542l 0.0000,-0.7845 l 22.3218,0.0000 c 1.0341,0.0000 1.5689,-0.3922 1.5689 -1.5333l 0.0000,-0.8558 c 0.0000,-0.1426 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.6030 -0.0713 3.9937c -0.0000,1.2480 0.0713,3.8510 0.0713 3.8510l -0.0713,0.0357 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.0713 -0.2853 -0.2496l 0.0000,-0.8558 c 0.0000,-1.1767 -0.5349,-1.5333 -1.5689 -1.5333ZM 56.6051,288.0401 ZM 36.2444,285.2588 c -0.9271,-0.0000 -1.7116,-0.7488 -1.7116 -1.6759c 0.0000,-0.9628 0.7845,-1.7116 1.7116 -1.7116c 0.9628,0.0000 1.7116,0.7488 1.7116 1.7116c -0.0000,0.9271 -0.7488,1.6759 -1.7116 1.6759ZM 36.2444,285.2588 ZM 54.0377,281.8713 c 1.0341,0.0000 1.5689,-0.3922 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1783 0.1070,-0.3209 0.2853 -0.3209l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4604 -0.0713 3.8510c -0.0000,1.2480 0.0713,3.6728 0.0713 3.6728l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.6775 c 0.0000,-1.1767 -0.5349,-1.5333 -1.5689 -1.5333l -8.8788,-0.0000 c -1.8899,-0.0000 -2.1751,0.3209 -2.1751 0.8201c -0.0000,0.4636 0.0357,0.8914 0.1783 1.4976l -0.9984,0.1783 c -0.3922,-2.2821 -0.5349,-2.6743 -1.0341 -3.7084c -0.1426,-0.3922 -0.2853,-0.6418 -0.2853 -0.8914l 0.0000,-0.5349 l 13.1934,0.0000 ZM 56.6051,278.6265 ZM 54.0377,265.6470 l -7.8091,-0.0000 c -2.4961,-0.0000 -3.6728,0.4279 -3.6728 2.3178c -0.0000,1.5689 0.6062,2.9239 2.7457 4.7425l 8.7362,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-0.4992 c 0.0000,-0.1783 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.2464 -0.0713 3.6371c -0.0000,1.2837 0.0713,3.7084 0.0713 3.7084l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333l -8.8788,-0.0000 c -1.9255,-0.0000 -2.1751,0.2853 -2.1751 0.7845c -0.0000,0.4636 0.0357,0.8914 0.1783 1.4976l -0.9984,0.1783 c -0.2496,-1.4976 -0.4279,-2.5674 -1.0341 -3.6728c -0.1783,-0.3922 -0.2853,-0.6775 -0.2853 -0.9271l 0.0000,-0.5349 l 3.1735,0.1070 l 0.0000,-0.1070 c -2.6743,-2.2821 -3.1735,-3.9937 -3.1735 -5.8122c 0.0000,-3.2092 2.4604,-3.8867 5.6339 -3.8867l 7.5595,0.0000 c 1.0341,0.0000 1.5689,-0.3922 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1783 0.1070,-0.3209 0.2853 -0.3209l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4604 -0.0713 3.8510c -0.0000,1.2480 0.0713,3.4945 0.0713 3.4945l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.4992 c 0.0000,-1.1767 -0.5349,-1.5333 -1.5689 -1.5333ZM 56.6051,260.0844 ZM 46.7278,256.0194 l 0.0000,-6.5610 c 0.0000,-0.3566 -0.1783,-0.4992 -0.4992 -0.4992c -3.3162,-0.0000 -4.1720,1.6759 -4.1720 2.9596c -0.0000,0.8201 0.3209,3.4945 4.6712 4.1007ZM 46.7278,256.0194 ZM 53.2889,246.6057 l 0.5705,-0.7132 c 1.8542,1.3550 3.1735,3.4588 3.1735 6.0262c -0.0000,4.8851 -3.6371,6.9533 -7.5238 6.9533c -5.4200,-0.0000 -8.6649,-3.5658 -8.6649 -6.9533c 0.0000,-4.7068 3.6728,-5.8122 6.6680 -5.8122c 0.3922,0.0000 0.6062,0.2496 0.6062 0.6418l -0.0000,9.3780 c 0.2139,0.0357 0.4279,0.0357 0.7132 0.0357c 3.6371,0.0000 6.4541,-2.5317 6.4541 -5.0991c 0.0000,-1.9612 -0.6418,-3.2092 -1.9968 -4.4572ZM 56.6051,235.9084 ZM 57.0330,223.2498 c -0.0000,7.6664 -5.9192,11.3392 -11.6601 11.3392c -7.0246,-0.0000 -12.2306,-5.4557 -12.2306 -11.3749c 0.0000,-4.3859 1.4976,-5.7766 1.6046 -7.8091c 1.9612,-0.1070 3.6728,-0.4279 5.5270 -0.7845l 0.1426,1.0697 c -3.0666,0.9271 -5.9549,2.9953 -5.9549 7.9160c -0.0000,2.8170 2.9953,7.8804 10.2338 7.8804c 5.2060,0.0000 10.8756,-2.6743 10.8756 -8.2013c 0.0000,-3.3162 -1.1767,-5.7409 -3.9580 -8.2726l 0.5349,-0.8201 c 3.1735,2.4247 4.8851,5.5983 4.8851 9.0571ZM 56.6051,212.9447 ZM 31.7159,207.1325 l 12.0880,0.0000 c -2.3891,-2.3891 -2.9596,-4.4929 -2.9596 -5.8835c 0.0000,-2.5674 1.9612,-3.8510 5.6339 -3.8510l 7.5595,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1426 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4247 -0.0713 3.8510c -0.0000,1.2480 0.0713,3.6728 0.0713 3.6728l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333l -7.9517,-0.0000 c -2.8883,-0.0000 -3.5658,0.7845 -3.5658 2.7813c -0.0000,1.0341 0.9271,2.5674 2.6030 4.2789l 8.9145,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1426 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4247 -0.0713 3.8154c -0.0000,1.2837 0.0713,3.6728 0.0713 3.6728l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.0713 -0.2853 -0.2496l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333l -17.8646,-0.0000 c -2.0325,-0.0000 -2.6030,0.3209 -2.6030 1.0341l 0.1426,1.1767 c -0.0000,0.1070 -0.0713,0.1783 -0.1783 0.1783l -0.8914,0.0713 c 0.0000,-0.5705 -0.2139,-1.8542 -0.3209 -2.4604c -0.1426,-0.6418 -0.2853,-1.1767 -0.6062 -1.8899l 0.0000,-0.7845 ZM 56.6051,194.4739 ZM 47.8689,184.0975 l 0.7132,2.8170 c 0.9628,3.1379 2.6030,3.6014 4.2076 3.6014c 1.1054,0.0000 2.7813,-0.5349 2.7813 -2.7813c 0.0000,-1.0697 -1.0341,-2.7100 -1.8186 -3.6371l -5.8835,-0.0000 ZM 47.8689,184.0975 ZM 57.0330,181.8154 c -0.0000,1.3550 -1.2124,2.1038 -2.0682 2.2464l 0.5705,0.8201 c 1.1411,1.6403 1.4976,2.2464 1.4976 3.8867c -0.0000,2.4961 -1.4263,4.3146 -4.1007 4.3146c -2.7100,-0.0000 -4.5642,-2.3178 -5.4200 -5.7053l -0.8201,-3.2805 c -4.0293,-0.0000 -4.7782,1.8542 -4.7782 3.0666c -0.0000,1.3550 0.6062,2.9239 1.7116 2.9239c 0.3922,0.0000 0.6062,-0.0713 0.7132 -0.1070c 0.1426,-0.0713 0.3922,-0.1070 0.6418 -0.1070c 0.4636,0.0000 1.1767,0.3566 1.1767 1.3907c -0.0000,0.8558 -0.5705,1.4263 -1.4263 1.4263c -2.0682,-0.0000 -3.8867,-3.3518 -3.8867 -5.6339c 0.0000,-2.6030 1.0697,-5.5983 6.1332 -5.5983l 5.2417,0.0000 c 2.1751,0.0000 3.1022,-0.0357 3.1022 -0.8558c 0.0000,-0.7845 -0.9984,-0.9984 -1.7829 -1.0341l 0.1783,-0.8914 c 2.6030,0.2139 3.3162,1.3193 3.3162 3.1379ZM 56.6051,178.3922 ZM 54.0377,175.2187 l -8.8788,-0.0000 c -1.7829,-0.0000 -2.1751,0.2496 -2.1751 0.7845c -0.0000,0.4636 0.0357,0.8914 0.1783 1.4976l -0.9984,0.1783 c -0.3922,-2.2464 -0.4992,-2.6387 -1.0341 -3.7084c -0.1783,-0.3566 -0.2853,-0.6418 -0.2853 -0.8914l 0.0000,-0.5349 l 3.2092,0.1070 l 0.0000,-0.1070 c -1.3907,-0.9271 -3.2092,-2.4961 -3.2092 -4.1720c 0.0000,-1.4620 0.7132,-1.9968 1.6403 -1.9968c 0.9271,0.0000 1.4976,0.6062 1.4976 1.5333c -0.0000,0.7132 -0.2853,1.1054 -0.6418 1.4620c -0.2139,0.2139 -0.3209,0.4636 -0.3209 0.7132c -0.0000,0.3922 0.6418,1.1767 1.8542 2.0325c 0.3209,0.2496 0.7845,0.4279 1.2480 0.4279l 7.9160,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-1.0341 c 0.0000,-0.1783 0.1070,-0.3209 0.2853 -0.3209l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.8170 -0.0713 4.2076c -0.0000,1.2837 0.0713,3.7084 0.0713 3.7084l -0.0713,0.0357 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.0713 -0.2853 -0.2496l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333ZM 56.6051,166.0190 ZM 42.6628,160.1711 l 9.1284,0.0000 c 2.2108,0.0000 3.2805,-0.2139 3.2805 -1.1767c 0.0000,-0.9271 -0.2853,-1.6403 -0.9984 -2.5674l 0.6062,-0.6418 c 1.5689,1.3907 2.3534,2.8170 2.3534 4.4572c -0.0000,1.6403 -0.9984,2.6030 -3.5301 2.6030l -10.8400,-0.0000 l -0.0000,2.3178 c -0.0000,0.1070 -0.0357,0.1426 -0.1426 0.1426l -1.1054,-0.0000 c -0.1070,-0.0000 -0.1426,-0.0357 -0.1426 -0.1070c 0.0000,-2.3891 -1.3907,-2.9596 -4.1007 -2.9596l -0.6775,-0.0000 l -0.7132,-2.0682 l 5.4913,0.0000 l 0.0000,-3.9224 c 0.0000,-0.1783 0.0713,-0.2853 0.2139 -0.2853l 0.7132,0.0000 c 0.3209,0.0000 0.4636,0.4992 0.4636 0.8558l -0.0000,3.3518 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 50.4387,127.5984 l -30.5021,0.0000 l -0.0000,167.7616 l 30.5021,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 527.8352,303.1888 ZM 532.6276,302.0531 c -0.5491,0.9485 -1.1482,1.2855 -1.8970 1.2855c -1.4976,-0.0000 -2.4336,-1.1357 -2.4336 -2.7457c 0.0000,-1.7722 1.1107,-2.9204 2.4586 -2.9204c 1.1981,-0.0000 1.8346,0.6115 1.8346 1.2730c 0.0000,0.3619 -0.2246,0.5491 -0.4867 0.5491c -0.2621,-0.0000 -0.5117,-0.1373 -0.5491 -0.4493c -0.0499,-0.4118 -0.1248,-0.9485 -0.8611 -0.9485c -0.8237,-0.0000 -1.4352,0.8736 -1.4352 2.2215c 0.0000,1.4602 0.7863,2.4711 1.7472 2.4711c 0.5367,-0.0000 1.0109,-0.3494 1.3978 -0.9111ZM 532.8647,303.1888 ZM 533.8382,296.0626 c 0.0000,-0.3245 0.2621,-0.5991 0.5866 -0.5991c 0.3370,-0.0000 0.5991,0.2746 0.5991 0.5991c 0.0000,0.3370 -0.2621,0.5991 -0.5991 0.5991c -0.3245,-0.0000 -0.5866,-0.2621 -0.5866 -0.5991ZM 533.8382,296.0626 ZM 535.0238,302.2902 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2371 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8611,-0.0250 -1.3479 -0.0250c -0.4368,-0.0000 -1.2855,0.0250 -1.2855 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.2371 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491v -3.1076 c 0.0000,-0.6615 -0.1123,-0.7613 -0.2870 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7987,-0.1373 0.9360,-0.1872 1.2979 -0.3619c 0.1373,-0.0499 0.2246,-0.0998 0.3120 -0.0998h 0.1872 v 4.6177 ZM 536.1595,303.1888 ZM 537.2703,302.2902 v -3.1076 c 0.0000,-0.6240 -0.0874,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7863,-0.1373 0.9235,-0.1747 1.2979 -0.3619c 0.1248,-0.0624 0.2246,-0.0998 0.3120 -0.0998h 0.1872 l -0.0374,1.1232 h 0.0374 c 0.3245,-0.4867 0.8736,-1.1232 1.4602 -1.1232c 0.5117,-0.0000 0.6989,0.2496 0.6989 0.5741c 0.0000,0.3245 -0.2122,0.5242 -0.5367 0.5242c -0.2496,-0.0000 -0.3869,-0.0998 -0.5117 -0.2246c -0.0749,-0.0749 -0.1622,-0.1123 -0.2496 -0.1123c -0.1373,-0.0000 -0.4118,0.2246 -0.7114 0.6490c -0.0874,0.1123 -0.1498,0.2746 -0.1498 0.4368v 2.7706 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.3619 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9859,-0.0250 -1.4727 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 540.4902,303.1888 ZM 545.2826,302.0531 c -0.5491,0.9485 -1.1482,1.2855 -1.8970 1.2855c -1.4976,-0.0000 -2.4336,-1.1357 -2.4336 -2.7457c 0.0000,-1.7722 1.1107,-2.9204 2.4586 -2.9204c 1.1981,-0.0000 1.8346,0.6115 1.8346 1.2730c 0.0000,0.3619 -0.2246,0.5491 -0.4867 0.5491c -0.2621,-0.0000 -0.5117,-0.1373 -0.5491 -0.4493c -0.0499,-0.4118 -0.1248,-0.9485 -0.8611 -0.9485c -0.8237,-0.0000 -1.4352,0.8736 -1.4352 2.2215c 0.0000,1.4602 0.7863,2.4711 1.7472 2.4711c 0.5367,-0.0000 1.0109,-0.3494 1.3978 -0.9111ZM 545.5197,303.1888 ZM 546.7053,302.2902 v -6.2526 c 0.0000,-0.7114 -0.1248,-0.9111 -0.3744 -0.9111l -0.3994,0.0499 c -0.0374,-0.0000 -0.0749,-0.0250 -0.0749 -0.0624l -0.0250,-0.3120 c 0.1997,-0.0000 0.6615,-0.0749 0.8736 -0.1123c 0.2246,-0.0499 0.3994,-0.0998 0.6490 -0.2122h 0.2746 v 7.8126 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2995 c 0.0499,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9111,-0.0250 -1.3978 -0.0250c -0.4368,-0.0000 -1.3479,0.0250 -1.3479 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2995 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 548.7646,303.1888 ZM 550.1873,299.7318 h 2.2964 c 0.1248,-0.0000 0.1747,-0.0624 0.1747 -0.1747c 0.0000,-1.1607 -0.5866,-1.4602 -1.0359 -1.4602c -0.2870,-0.0000 -1.2231,0.1123 -1.4352 1.6349ZM 550.1873,299.7318 ZM 553.4821,302.0281 l 0.2496,0.1997 c -0.4742,0.6490 -1.2106,1.1107 -2.1092 1.1107c -1.7098,-0.0000 -2.4336,-1.2730 -2.4336 -2.6333c 0.0000,-1.8970 1.2480,-3.0327 2.4336 -3.0327c 1.6474,-0.0000 2.0343,1.2855 2.0343 2.3338c 0.0000,0.1373 -0.0874,0.2122 -0.2246 0.2122h -3.2823 c -0.0125,0.0749 -0.0125,0.1498 -0.0125 0.2496c 0.0000,1.2730 0.8861,2.2589 1.7847 2.2589c 0.6864,-0.0000 1.1232,-0.2246 1.5600 -0.6989Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="27.72919244059554px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,35.1876,295.3600)" stroke="none" text-anchor="start">Gline Chart
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.5315,299.4260 h 43.0034 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.8333,290.2514 l -0.0000,-30.5021 h -91.5063 l -0.0000,30.5021 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 510.6338,299.4260 c 0.0000,-4.7500 -3.8507,-8.6007 -8.6007 -8.6007c -4.7500,-0.0000 -8.6007,3.8507 -8.6007 8.6007c -0.0000,4.7500 3.8507,8.6007 8.6007 8.6007c 4.7500,0.0000 8.6007,-3.8507 8.6007 -8.6007Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="27.72919244059554px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,481.0802,275.0004)" stroke="none" text-anchor="middle">circle
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 527.8352,279.5369 ZM 528.3718,277.7897 l 0.3370,-0.0125 c 0.0374,0.3120 0.1747,0.9111 0.4493 1.1981c 0.1248,0.1373 0.4618,0.3619 0.9235 0.3619c 0.4368,-0.0000 1.0858,-0.3494 1.0858 -0.9610c 0.0000,-0.5367 -0.2995,-0.8986 -1.2855 -1.3229c -0.9111,-0.3994 -1.3853,-0.6615 -1.3853 -1.5975c 0.0000,-0.8362 0.7363,-1.4352 1.7223 -1.4352c 0.6240,-0.0000 1.0858,0.1123 1.4727 0.3120c 0.0749,0.3994 0.1123,0.8237 0.1373 1.2730l -0.3370,0.0125 c -0.2621,-1.0234 -1.0109,-1.2231 -1.2730 -1.2231c -0.4742,-0.0000 -0.9610,0.1872 -0.9610 0.8736c 0.0000,0.4992 0.2371,0.7488 0.9235 0.9984c 1.0109,0.3744 1.8221,0.8237 1.8221 1.8221c 0.0000,1.2355 -1.3104,1.5975 -1.8970 1.5975c -0.4368,-0.0000 -0.7987,-0.0499 -1.1232 -0.1373c -0.0874,-0.0125 -0.1498,-0.0250 -0.2371 -0.0250c -0.0624,-0.0000 -0.1622,0.0125 -0.2870 0.0374c 0.0000,-0.5242 -0.0374,-1.1607 -0.0874 -1.7722ZM 532.4654,279.5369 ZM 536.6837,275.3436 c -0.3370,-0.5616 -0.7613,-0.8986 -1.2855 -0.8986c -0.9984,-0.0000 -1.5351,0.9610 -1.5351 2.2589c 0.0000,1.8845 1.0983,2.4336 1.8221 2.4336c 0.2371,-0.0000 0.6739,-0.0250 0.9984 -0.2746v -3.5194 ZM 536.6837,275.3436 ZM 536.6837,281.5088 v -2.2340 c -0.1872,0.1622 -0.5866,0.4118 -1.2979 0.4118c -1.7972,-0.0000 -2.4711,-1.5725 -2.4711 -2.7332c 0.0000,-1.6474 1.0109,-2.9329 2.5335 -2.9329c 0.6115,-0.0000 1.1482,0.1747 1.5600 0.5367l 0.1872,-0.2995 c 0.0874,-0.1498 0.1747,-0.2371 0.2621 -0.2371c 0.1373,-0.0000 0.1622,0.1373 0.1622 0.3120v 7.1761 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.2371 c 0.0499,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8487,-0.0250 -1.3354 -0.0250c -0.4493,-0.0000 -1.4227,0.0250 -1.4227 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.3619 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 538.6181,279.5369 ZM 543.9722,278.0892 c 0.0000,0.6240 0.0624,0.8237 0.3120 0.8237c 0.1498,-0.0000 0.4243,-0.0250 0.6365 -0.0624l 0.0499,0.3494 c -0.7613,0.1373 -1.3728,0.2621 -1.6599 0.4867h -0.2746 l 0.0374,-0.9235 h -0.0374 c -0.6864,0.7488 -1.2480,0.9235 -1.7597 0.9235c -1.2355,-0.0000 -1.5600,-0.8362 -1.5600 -1.6973v -2.8455 c 0.0000,-0.4118 -0.0874,-0.6240 -0.5491 -0.6240c -0.0499,-0.0000 -0.1373,0.0125 -0.2122 0.0125l -0.0374,-0.0125 v -0.3245 l 0.0374,-0.0374 c 0.0000,-0.0000 0.8487,0.0250 1.2480 0.0250c 0.1747,-0.0000 0.4618,-0.0250 0.4618 -0.0250l -0.0125,0.9984 v 2.6583 c 0.0000,1.1107 0.5741,1.3104 0.9485 1.3104c 0.2870,-0.0000 0.5491,-0.1123 0.8112 -0.2995c 0.2995,-0.2246 0.4992,-0.3994 0.6240 -0.5616v -3.0826 c 0.0000,-0.4493 -0.0624,-0.6615 -0.5242 -0.6615c -0.0749,-0.0000 -0.2122,0.0125 -0.2496 0.0125l -0.0250,-0.0250 v -0.3120 l 0.0250,-0.0374 c 0.0000,-0.0000 0.8861,0.0250 1.2355 0.0250c 0.2870,-0.0000 0.4867,-0.0250 0.4867 -0.0250l -0.0125,0.9859 v 2.9453 ZM 545.0704,279.5369 ZM 548.7022,276.4793 l -0.9859,0.2496 c -1.0983,0.3370 -1.2605,0.9111 -1.2605 1.4727c 0.0000,0.3869 0.1872,0.9735 0.9735 0.9735c 0.3744,-0.0000 0.9485,-0.3619 1.2730 -0.6365v -2.0592 ZM 548.7022,276.4793 ZM 549.5009,279.6867 c -0.4742,-0.0000 -0.7363,-0.4243 -0.7863 -0.7239l -0.2870,0.1997 c -0.5741,0.3994 -0.7863,0.5242 -1.3603 0.5242c -0.8736,-0.0000 -1.5101,-0.4992 -1.5101 -1.4352c 0.0000,-0.9485 0.8112,-1.5975 1.9968 -1.8970l 1.1482,-0.2870 c 0.0000,-1.4103 -0.6490,-1.6724 -1.0733 -1.6724c -0.4742,-0.0000 -1.0234,0.2122 -1.0234 0.5991c 0.0000,0.1373 0.0250,0.2122 0.0374 0.2496c 0.0250,0.0499 0.0374,0.1373 0.0374 0.2246c 0.0000,0.1622 -0.1248,0.4118 -0.4867 0.4118c -0.2995,-0.0000 -0.4992,-0.1997 -0.4992 -0.4992c 0.0000,-0.7239 1.1731,-1.3603 1.9719 -1.3603c 0.9111,-0.0000 1.9594,0.3744 1.9594 2.1466v 1.8346 c 0.0000,0.7613 0.0125,1.0858 0.2995 1.0858c 0.2746,-0.0000 0.3494,-0.3494 0.3619 -0.6240l 0.3120,0.0624 c -0.0749,0.9111 -0.4618,1.1607 -1.0983 1.1607ZM 550.6990,279.5369 ZM 551.8098,278.6383 v -3.1076 c 0.0000,-0.6240 -0.0874,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7863,-0.1373 0.9235,-0.1747 1.2979 -0.3619c 0.1248,-0.0624 0.2246,-0.0998 0.3120 -0.0998h 0.1872 l -0.0374,1.1232 h 0.0374 c 0.3245,-0.4867 0.8736,-1.1232 1.4602 -1.1232c 0.5117,-0.0000 0.6989,0.2496 0.6989 0.5741c 0.0000,0.3245 -0.2122,0.5242 -0.5367 0.5242c -0.2496,-0.0000 -0.3869,-0.0998 -0.5117 -0.2246c -0.0749,-0.0749 -0.1622,-0.1123 -0.2496 -0.1123c -0.1373,-0.0000 -0.4118,0.2246 -0.7114 0.6490c -0.0874,0.1123 -0.1498,0.2746 -0.1498 0.4368v 2.7706 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.3619 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9859,-0.0250 -1.4727 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 555.0297,279.5369 ZM 556.4524,276.0799 h 2.2964 c 0.1248,-0.0000 0.1747,-0.0624 0.1747 -0.1747c 0.0000,-1.1607 -0.5866,-1.4602 -1.0359 -1.4602c -0.2870,-0.0000 -1.2231,0.1123 -1.4352 1.6349ZM 556.4524,276.0799 ZM 559.7472,278.3763 l 0.2496,0.1997 c -0.4742,0.6490 -1.2106,1.1107 -2.1092 1.1107c -1.7098,-0.0000 -2.4336,-1.2730 -2.4336 -2.6333c 0.0000,-1.8970 1.2480,-3.0327 2.4336 -3.0327c 1.6474,-0.0000 2.0343,1.2855 2.0343 2.3338c 0.0000,0.1373 -0.0874,0.2122 -0.2246 0.2122h -3.2823 c -0.0125,0.0749 -0.0125,0.1498 -0.0125 0.2496c 0.0000,1.2730 0.8861,2.2589 1.7847 2.2589c 0.6864,-0.0000 1.1232,-0.2246 1.5600 -0.6989Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.768453082311926" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 396.2217,272.2274 h 35.5502 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.01542569467833" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.5315,275.7741 h 43.0034 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.768453082311926" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.1069,272.2274 c 0.0000,-3.9268 -3.1833,-7.1100 -7.1100 -7.1100c -3.9268,-0.0000 -7.1100,3.1833 -7.1100 7.1100c -0.0000,3.9268 3.1833,7.1100 7.1100 7.1100c 3.9268,0.0000 7.1100,-3.1833 7.1100 -7.1100Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="2.0038564236695824" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 510.6338,284.3748 l -0.0000,-17.2014 h -17.2014 l -0.0000,17.2014 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.8333,254.4168 l -0.0000,-30.5021 h -91.5063 l -0.0000,30.5021 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 527.8352,256.8291 ZM 529.8820,251.9493 v 3.1949 c 0.0000,0.7738 0.0749,1.1482 0.4118 1.1482c 0.3245,-0.0000 0.5741,-0.0998 0.8986 -0.3494l 0.2246,0.2122 c -0.4867,0.5491 -0.9859,0.8237 -1.5600 0.8237c -0.5741,-0.0000 -0.9111,-0.3494 -0.9111 -1.2355v -3.7940 h -0.8112 c -0.0374,-0.0000 -0.0499,-0.0125 -0.0499 -0.0499v -0.3869 c 0.0000,-0.0374 0.0125,-0.0499 0.0374 -0.0499c 0.8362,-0.0000 1.0359,-0.4867 1.0359 -1.4352v -0.2371 l 0.7239,-0.2496 v 1.9220 h 1.3728 c 0.0624,-0.0000 0.0998,0.0250 0.0998 0.0749v 0.2496 c 0.0000,0.1123 -0.1747,0.1622 -0.2995 0.1622h -1.1731 ZM 531.6042,256.8291 ZM 532.7150,255.9305 v -3.1076 c 0.0000,-0.6240 -0.0874,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7863,-0.1373 0.9235,-0.1747 1.2979 -0.3619c 0.1248,-0.0624 0.2246,-0.0998 0.3120 -0.0998h 0.1872 l -0.0374,1.1232 h 0.0374 c 0.3245,-0.4867 0.8736,-1.1232 1.4602 -1.1232c 0.5117,-0.0000 0.6989,0.2496 0.6989 0.5741c 0.0000,0.3245 -0.2122,0.5242 -0.5367 0.5242c -0.2496,-0.0000 -0.3869,-0.0998 -0.5117 -0.2246c -0.0749,-0.0749 -0.1622,-0.1123 -0.2496 -0.1123c -0.1373,-0.0000 -0.4118,0.2246 -0.7114 0.6490c -0.0874,0.1123 -0.1498,0.2746 -0.1498 0.4368v 2.7706 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.3619 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9859,-0.0250 -1.4727 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 535.9349,256.8291 ZM 536.9083,249.7029 c 0.0000,-0.3245 0.2621,-0.5991 0.5866 -0.5991c 0.3370,-0.0000 0.5991,0.2746 0.5991 0.5991c 0.0000,0.3370 -0.2621,0.5991 -0.5991 0.5991c -0.3245,-0.0000 -0.5866,-0.2621 -0.5866 -0.5991ZM 536.9083,249.7029 ZM 538.0940,255.9305 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2371 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8611,-0.0250 -1.3479 -0.0250c -0.4368,-0.0000 -1.2855,0.0250 -1.2855 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.2371 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491v -3.1076 c 0.0000,-0.6615 -0.1123,-0.7613 -0.2870 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7987,-0.1373 0.9360,-0.1872 1.2979 -0.3619c 0.1373,-0.0499 0.2246,-0.0998 0.3120 -0.0998h 0.1872 v 4.6177 ZM 539.2297,256.8291 ZM 542.8614,253.7714 l -0.9859,0.2496 c -1.0983,0.3370 -1.2605,0.9111 -1.2605 1.4727c 0.0000,0.3869 0.1872,0.9735 0.9735 0.9735c 0.3744,-0.0000 0.9485,-0.3619 1.2730 -0.6365v -2.0592 ZM 542.8614,253.7714 ZM 543.6602,256.9789 c -0.4742,-0.0000 -0.7363,-0.4243 -0.7863 -0.7239l -0.2870,0.1997 c -0.5741,0.3994 -0.7863,0.5242 -1.3603 0.5242c -0.8736,-0.0000 -1.5101,-0.4992 -1.5101 -1.4352c 0.0000,-0.9485 0.8112,-1.5975 1.9968 -1.8970l 1.1482,-0.2870 c 0.0000,-1.4103 -0.6490,-1.6724 -1.0733 -1.6724c -0.4742,-0.0000 -1.0234,0.2122 -1.0234 0.5991c 0.0000,0.1373 0.0250,0.2122 0.0374 0.2496c 0.0250,0.0499 0.0374,0.1373 0.0374 0.2246c 0.0000,0.1622 -0.1248,0.4118 -0.4867 0.4118c -0.2995,-0.0000 -0.4992,-0.1997 -0.4992 -0.4992c 0.0000,-0.7239 1.1731,-1.3603 1.9719 -1.3603c 0.9111,-0.0000 1.9594,0.3744 1.9594 2.1466v 1.8346 c 0.0000,0.7613 0.0125,1.0858 0.2995 1.0858c 0.2746,-0.0000 0.3494,-0.3494 0.3619 -0.6240l 0.3120,0.0624 c -0.0749,0.9111 -0.4618,1.1607 -1.0983 1.1607ZM 544.8583,256.8291 ZM 549.4011,255.9305 v -2.7332 c 0.0000,-0.8736 -0.1498,-1.2855 -0.8112 -1.2855c -0.5491,-0.0000 -1.0234,0.2122 -1.6599 0.9610v 3.0577 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.1747 c 0.0624,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.7863,-0.0250 -1.2730 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491v -3.1076 c 0.0000,-0.6739 -0.0998,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.5242,-0.0874 0.8986,-0.1498 1.2855 -0.3619c 0.1373,-0.0624 0.2371,-0.0998 0.3245 -0.0998h 0.1872 l -0.0374,1.1107 h 0.0374 c 0.7987,-0.9360 1.3978,-1.1107 2.0343 -1.1107c 1.1232,-0.0000 1.3603,0.8611 1.3603 1.9719v 2.6458 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2371 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8611,-0.0250 -1.3479 -0.0250c -0.4368,-0.0000 -1.2231,0.0250 -1.2231 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.1747 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 551.3480,256.8291 ZM 555.2917,253.2972 c 0.0000,-1.0359 -0.4867,-1.6349 -1.2355 -1.6349c -0.6490,-0.0000 -1.0858,0.4493 -1.0858 1.4227c 0.0000,0.6490 0.2496,1.6724 1.2480 1.6724c 0.4368,-0.0000 1.0733,-0.2122 1.0733 -1.4602ZM 555.2917,253.2972 ZM 552.9579,256.9165 c -0.3869,0.3619 -0.4742,0.7488 -0.4742 1.1731c 0.0000,0.9360 1.1232,1.2106 1.5476 1.2106c 1.0733,-0.0000 2.4336,-0.3744 2.4336 -1.2730c 0.0000,-0.3245 -0.1747,-0.5367 -0.6615 -0.7738c -0.3494,-0.1747 -0.8611,-0.3120 -1.4602 -0.3120c -0.0998,-0.0000 -0.2371,0.0125 -0.4118 0.0250c -0.1747,0.0125 -0.3619,0.0125 -0.4992 0.0125c -0.1997,-0.0000 -0.2995,-0.0250 -0.4742 -0.0624ZM 552.9579,256.9165 ZM 556.7519,251.9868 c -0.1997,-0.0000 -0.3245,-0.1123 -0.3744 -0.2122c -0.0749,-0.1123 -0.1248,-0.1498 -0.2122 -0.1498c -0.1498,-0.0000 -0.3869,0.1747 -0.4742 0.2995c 0.3494,0.3744 0.5117,0.7363 0.5117 1.3229c 0.0000,1.2231 -0.9984,1.8845 -2.0468 1.8845c -0.4618,-0.0000 -0.8362,-0.0874 -1.1232 -0.2621c -0.1373,0.2122 -0.2122,0.4742 -0.2122 0.7239c 0.0000,0.5367 0.4118,0.6739 0.7613 0.6739c 0.0624,-0.0000 0.2122,-0.0125 0.3869 -0.0250c 0.2870,-0.0374 0.5991,-0.0624 0.8112 -0.0624c 0.4368,-0.0000 1.2605,0.0874 1.7597 0.5117c 0.3370,0.3120 0.5242,0.6115 0.5242 1.0109c 0.0000,1.3479 -1.7722,2.0592 -3.3821 2.0592c -0.9111,-0.0000 -1.9220,-0.3370 -1.9220 -1.4227c 0.0000,-0.5367 0.3370,-1.1107 0.9735 -1.5101c -0.3120,-0.1622 -0.5367,-0.4742 -0.5367 -0.9235c 0.0000,-0.4243 0.1872,-0.9610 0.5242 -1.2605c -0.3370,-0.3370 -0.6240,-0.7613 -0.6240 -1.4477c 0.0000,-1.1482 1.0109,-1.8845 2.0717 -1.8845c 0.6989,-0.0000 1.1357,0.2870 1.2730 0.3869c 0.3120,-0.4243 0.8736,-0.6365 1.1856 -0.6365c 0.3245,-0.0000 0.5491,0.2122 0.5491 0.4742c 0.0000,0.2746 -0.1747,0.4493 -0.4243 0.4493ZM 557.3260,256.8291 ZM 558.5117,255.9305 v -6.2526 c 0.0000,-0.7114 -0.1248,-0.9111 -0.3744 -0.9111l -0.3994,0.0499 c -0.0374,-0.0000 -0.0749,-0.0250 -0.0749 -0.0624l -0.0250,-0.3120 c 0.1997,-0.0000 0.6615,-0.0749 0.8736 -0.1123c 0.2246,-0.0499 0.3994,-0.0998 0.6490 -0.2122h 0.2746 v 7.8126 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2995 c 0.0499,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9111,-0.0250 -1.3978 -0.0250c -0.4368,-0.0000 -1.3479,0.0250 -1.3479 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2995 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 560.5709,256.8291 ZM 561.9936,253.3721 h 2.2964 c 0.1248,-0.0000 0.1747,-0.0624 0.1747 -0.1747c 0.0000,-1.1607 -0.5866,-1.4602 -1.0359 -1.4602c -0.2870,-0.0000 -1.2231,0.1123 -1.4352 1.6349ZM 561.9936,253.3721 ZM 565.2884,255.6684 l 0.2496,0.1997 c -0.4742,0.6490 -1.2106,1.1107 -2.1092 1.1107c -1.7098,-0.0000 -2.4336,-1.2730 -2.4336 -2.6333c 0.0000,-1.8970 1.2480,-3.0327 2.4336 -3.0327c 1.6474,-0.0000 2.0343,1.2855 2.0343 2.3338c 0.0000,0.1373 -0.0874,0.2122 -0.2246 0.2122h -3.2823 c -0.0125,0.0749 -0.0125,0.1498 -0.0125 0.2496c 0.0000,1.2730 0.8861,2.2589 1.7847 2.2589c 0.6864,-0.0000 1.1232,-0.2246 1.5600 -0.6989Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="27.72919244059554px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,481.0802,239.1657)" stroke="none" text-anchor="middle">square
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.007712847339165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.5315,253.0663 h 43.0034 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="7.073812329247704" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 396.2217,236.3928 h 35.5502 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 510.6338,258.0319 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.768453082311926" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.1069,243.5028 l -0.0000,-14.2201 h -14.2201 l -0.0000,14.2201 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8015425694678329" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 570.1815,311.2712 l -0.0000,-71.3807 h -93.9191 l -0.0000,71.3807 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 557.3354,218.5821 l -0.0000,-30.5021 h -122.0084 l -0.0000,30.5021 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="27.72919244059554px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,496.3312,203.3311)" stroke="none" text-anchor="middle">triangle
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="3.536906164623852" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 396.2217,200.5581 h 35.5502 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.768453082311926" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.1069,204.6631 l -7.1100,-12.3150 l -7.1100,12.3150 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7073812329247704" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 565.3911,295.3600 l -0.0000,-112.3885 h -177.2251 l -0.0000,112.3885 Z"/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.2590,311.2712 l -0.0000,-215.0169 h -322.5253 l -0.0000,215.0169 Z"/>
+    <path d="M 352.6158,295.3600 l -0.0000,-177.7512 h -266.6269 l -0.0000,177.7512 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.9862,139.2577 v 172.0135 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.768453082311926" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 112.6516,153.1590 v 142.2010 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.5869,311.2712 c 0.0000,-4.7500 -3.8507,-8.6007 -8.6007 -8.6007c -4.7500,-0.0000 -8.6007,3.8507 -8.6007 8.6007c -0.0000,4.7500 3.8507,8.6007 8.6007 8.6007c 4.7500,0.0000 8.6007,-3.8507 8.6007 -8.6007Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.768453082311926" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 119.7617,295.3600 c 0.0000,-3.9268 -3.1833,-7.1100 -7.1100 -7.1100c -3.9268,-0.0000 -7.1100,3.1833 -7.1100 7.1100c -0.0000,3.9268 3.1833,7.1100 7.1100 7.1100c 3.9268,0.0000 7.1100,-3.1833 7.1100 -7.1100Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.5869,139.2577 c 0.0000,-4.7500 -3.8507,-8.6007 -8.6007 -8.6007c -4.7500,-0.0000 -8.6007,3.8507 -8.6007 8.6007c -0.0000,4.7500 3.8507,8.6007 8.6007 8.6007c 4.7500,0.0000 8.6007,-3.8507 8.6007 -8.6007Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.768453082311926" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 119.7617,153.1590 c 0.0000,-3.9268 -3.1833,-7.1100 -7.1100 -7.1100c -3.9268,-0.0000 -7.1100,3.1833 -7.1100 7.1100c -0.0000,3.9268 3.1833,7.1100 7.1100 7.1100c 3.9268,0.0000 7.1100,-3.1833 7.1100 -7.1100Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.01542569467833" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 110.7337,311.2712 l 193.5152,-129.0101 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="7.073812329247704" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 85.9889,295.3600 l 159.9761,-106.6507 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="2.0038564236695824" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.8496,190.8618 l -0.0000,-17.2014 h -17.2014 l -0.0000,17.2014 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.768453082311926" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.0751,195.8193 l -0.0000,-14.2201 h -14.2201 l -0.0000,14.2201 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="2.0038564236695824" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 119.3344,319.8719 l -0.0000,-17.2014 h -17.2014 l -0.0000,17.2014 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.768453082311926" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.0990,302.4700 l -0.0000,-14.2201 h -14.2201 l -0.0000,14.2201 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.007712847339165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 110.7337,268.2679 h 64.5051 l 64.5051,-172.0135 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="3.536906164623852" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 85.9889,259.8097 h 53.3254 l 53.3254,-142.2010 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.3445,101.2199 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.768453082311926" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.7497,121.7137 l -7.1100,-12.3150 l -7.1100,12.3150 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.8394,273.2335 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.768453082311926" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.4244,263.9147 l -7.1100,-12.3150 l -7.1100,12.3150 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 119.3344,273.2335 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.768453082311926" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.0990,263.9147 l -7.1100,-12.3150 l -7.1100,12.3150 Z"/>
   </g>
 </svg>
diff --git a/other/glyphChart_Example.svg b/other/glyphChart_Example.svg
--- a/other/glyphChart_Example.svg
+++ b/other/glyphChart_Example.svg
@@ -4,190 +4,190 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="150.0000" stroke-opacity="1" viewBox="0 0 450 150" font-size="1" width="450.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 438.9697,11.9550 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 435.4080,11.7560 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 425.1652,13.4634 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.8333,13.2392 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.3607,17.9224 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 408.2586,17.6240 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 397.5562,25.1372 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.6839,24.7187 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7517,34.7925 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.1092,34.2133 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.9472,46.4663 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 367.5345,45.6928 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 356.1427,59.6484 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.9597,58.6555 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.3382,73.7627 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.3850,72.5349 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 328.5337,88.1923 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.8103,86.7243 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 314.7292,102.3066 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.2356,100.6037 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 300.9247,115.4888 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 299.6609,113.5664 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.1202,127.1626 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 286.0862,125.0459 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.3157,136.8179 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.5115,134.5404 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.5112,144.0327 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 258.9368,141.6352 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.7067,148.4917 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.3621,146.0199 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.9022,150.0000 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.7874,147.5031 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.0978,148.4917 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.2126,146.0199 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.2933,144.0327 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.6379,141.6352 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.4888,136.8179 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.0632,134.5404 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.6843,127.1626 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.4885,125.0459 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8798,115.4888 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.9138,113.5664 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.0753,102.3066 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.3391,100.6037 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 135.2708,88.1923 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 136.7644,86.7243 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 121.4663,73.7627 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 123.1897,72.5349 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 107.6618,59.6484 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 109.6150,58.6555 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 93.8573,46.4663 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 96.0403,45.6928 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.0528,34.7925 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 82.4655,34.2133 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 66.2483,25.1372 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 68.8908,24.7187 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 52.4438,17.9224 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 55.3161,17.6240 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.6393,13.4634 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 41.7414,13.2392 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.8348,11.9550 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.1667,11.7560 l -6.7874,-11.7560 l -6.7874,11.7560 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.1381,76.9925 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 435.4080,75.7109 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.3336,91.3431 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.8333,89.8226 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 406.5291,105.0665 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 408.2586,103.3176 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 392.7246,117.5629 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.6839,115.6060 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 378.9201,128.2862 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.1092,126.1508 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 365.1156,136.7677 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 367.5345,134.4911 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 351.3111,142.6368 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.9597,140.2625 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.5066,145.6369 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.3850,143.2126 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.7021,145.6369 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.8103,143.2126 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.8976,142.6368 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.2356,140.2625 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 296.0932,136.7677 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 299.6609,134.4911 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.2887,128.2862 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 286.0862,126.1508 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.4842,117.5629 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.5115,115.6060 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.6797,105.0665 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 258.9368,103.3176 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8752,91.3431 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.3621,89.8226 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.0707,76.9925 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.7874,75.7109 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.2662,62.6419 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.2126,61.5992 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.4617,48.9185 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.6379,48.1043 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.6572,36.4221 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.0632,35.8158 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.8527,25.6988 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.4885,25.2710 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.0482,17.2173 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.9138,16.9307 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.2437,11.3482 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.3391,11.1593 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 130.4392,8.3481 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 136.7644,8.2092 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 116.6347,8.3481 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 123.1897,8.2092 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 102.8302,11.3482 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 109.6150,11.1593 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.0257,17.2173 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 96.0403,16.9307 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 75.2212,25.6988 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 82.4655,25.2710 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 61.4167,36.4221 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 68.8908,35.8158 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 47.6122,48.9185 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 55.3161,48.1043 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 33.8077,62.6419 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 41.7414,61.5992 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 20.0032,76.9925 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.25124172005036327" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.1667,75.7109 c 0.0000,-3.7486 -3.0388,-6.7874 -6.7874 -6.7874c -3.7486,-0.0000 -6.7874,3.0388 -6.7874 6.7874c -0.0000,3.7486 3.0388,6.7874 6.7874 6.7874c 3.7486,0.0000 6.7874,-3.0388 6.7874 -6.7874Z"/>
   </g>
 </svg>
diff --git a/other/glyphHudExample.svg b/other/glyphHudExample.svg
--- a/other/glyphHudExample.svg
+++ b/other/glyphHudExample.svg
@@ -4,316 +4,263 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 534.9265,99.3761 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.0906,100.8878 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.2547,105.3570 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 493.4188,112.5882 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 479.5828,122.2655 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 465.7469,133.9659 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 451.9110,147.1780 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 438.0751,161.3245 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 424.2391,175.7869 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 410.4032,189.9334 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 396.5673,203.1455 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.7314,214.8459 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 368.8954,224.5232 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 355.0595,231.7544 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 341.2236,236.2236 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 327.3877,237.7353 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 313.5517,236.2236 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 299.7158,231.7544 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 285.8799,224.5232 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 272.0440,214.8459 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.5977,93.0781 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 258.2080,203.1455 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 486.0743,94.5557 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.3721,189.9334 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 472.5509,98.9239 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.5362,175.7869 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 459.0275,105.9918 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.7003,161.3245 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 445.5041,115.4505 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.8643,147.1780 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 431.9807,126.8867 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.0284,133.9659 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 418.4573,139.8004 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.1925,122.2655 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 404.9339,153.6273 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.3566,112.5882 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.4105,167.7631 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.5206,105.3570 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 377.8871,181.5900 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.6847,100.8878 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 364.3637,194.5037 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 119.8488,99.3761 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.8403,205.9398 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 530.0840,164.5616 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3169,215.3985 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 516.2480,178.9449 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.7934,222.4664 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 502.4121,192.6995 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.2700,226.8346 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 488.5762,205.2244 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.7466,228.3122 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 474.7403,215.9721 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.2232,226.8346 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.9043,224.4729 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 269.6998,222.4664 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.0684,230.3554 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 256.1764,215.3985 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 433.2325,233.3623 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.6530,205.9398 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.3966,233.3623 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.1296,194.5037 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.5606,230.3554 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.6062,181.5900 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 391.7247,224.4729 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.0828,167.7631 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 377.8888,215.9721 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.5594,153.6273 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 364.0529,205.2244 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.0360,139.8004 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 350.2169,192.6995 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5126,126.8867 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.3810,178.9449 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.9892,115.4505 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.5451,164.5616 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 134.4658,105.9918 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.7092,150.1784 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 120.9424,98.9239 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.8732,136.4237 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.4190,94.5557 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 281.0373,123.8989 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8955,93.0781 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 267.2014,113.1511 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.5977,156.7913 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.3655,104.6503 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 486.0743,170.8497 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.5295,98.7679 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 472.5509,184.2936 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.6936,95.7610 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 459.0275,196.5356 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.8577,95.7610 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 445.5041,207.0405 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.0218,98.7679 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 431.9807,215.3494 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.1858,104.6503 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 418.4573,221.0989 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.3499,113.1511 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 404.9339,224.0379 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.5140,123.8989 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.4105,224.0379 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.6781,136.4237 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 377.8871,221.0989 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 128.8421,150.1784 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 364.3637,215.3494 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 115.0062,164.5616 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.8403,207.0405 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 335.1867,299.3173 ZM 337.4445,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 339.3444,299.3173 ZM 340.9138,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 340.9138,295.5038 ZM 344.5483,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 345.2367,299.3173 ZM 347.9488,293.7830 c -0.2753,-0.0000 -0.3304,0.0688 -0.3304 0.1652c 0.0000,0.0688 0.0551,0.1927 0.2065 0.4405l 0.8398,1.2390 c 0.0413,0.0826 0.0826,0.1239 0.1377 0.1239c 0.0413,-0.0000 0.0688,-0.0275 0.1239 -0.0964l 0.8949,-1.2528 c 0.1514,-0.1927 0.2340,-0.3442 0.2340 -0.4543c 0.0000,-0.1101 -0.0964,-0.1652 -0.2891 -0.1652h -0.2203 c -0.0413,-0.0000 -0.0826,-0.0275 -0.0826 -0.0964v -0.2616 l 0.0413,-0.0413 c 0.0000,-0.0000 0.6471,0.0275 1.0738 0.0275c 0.4405,-0.0000 1.1151,-0.0275 1.1151 -0.0275l 0.0138,0.0275 v 0.2616 c 0.0000,0.0964 -0.0826,0.1101 -0.1652 0.1101c -0.5094,-0.0000 -0.7159,0.1652 -1.2253 0.8123l -1.1564,1.4731 c -0.0275,0.0413 -0.0413,0.0688 -0.0413 0.0964c 0.0000,0.0275 0.0138,0.0688 0.0413 0.1101l 1.2390,1.7484 c 0.6333,0.8949 0.8123,0.9086 1.2528 0.9086c 0.1377,-0.0000 0.1927,0.0275 0.1927 0.1101v 0.2616 l -0.0138,0.0275 c 0.0000,-0.0000 -0.7434,-0.0275 -1.2115 -0.0275c -0.5645,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.1652 c 0.2203,-0.0000 0.3166,-0.0413 0.3166 -0.1514c 0.0000,-0.1239 -0.1514,-0.3304 -0.3717 -0.6195l -0.7985,-1.1014 c -0.0551,-0.0688 -0.0826,-0.0964 -0.1239 -0.0964c -0.0275,-0.0000 -0.0688,0.0413 -0.1239 0.1239l -0.8673,1.2528 c -0.2065,0.2753 -0.2478,0.3442 -0.2478 0.4405c 0.0000,0.0964 0.0826,0.1514 0.2891 0.1514h 0.1927 c 0.0688,-0.0000 0.0964,0.0413 0.0964 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.7159,-0.0275 -1.1564 -0.0275c -0.3992,-0.0000 -1.0325,0.0275 -1.0325 0.0275l -0.0275,-0.0275 v -0.2340 c 0.0000,-0.0826 0.0551,-0.1377 0.1790 -0.1377c 0.3304,-0.0000 0.6471,-0.0688 1.2253 -0.8123l 1.1564,-1.4868 c 0.0138,-0.0275 0.0275,-0.0551 0.0275 -0.0964c 0.0000,-0.0413 -0.0138,-0.0688 -0.0413 -0.1101l -1.1977,-1.7484 c -0.3855,-0.5645 -0.6333,-0.8949 -1.1151 -0.8949c -0.0964,-0.0000 -0.1927,-0.0413 -0.1927 -0.0964v -0.2616 l 0.0275,-0.0413 l 1.0876,0.0275 l 1.5281,-0.0275 l 0.0413,0.0413 v 0.2478 c 0.0000,0.0688 -0.0551,0.1101 -0.1101 0.1101h -0.2065 ZM 352.0789,299.3173 ZM 354.3367,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 359.6784,299.3173 ZM 361.2478,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 361.2478,295.5038 ZM 364.8823,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 365.5707,299.3173 ZM 366.8786,298.3261 v -6.8973 c 0.0000,-0.7847 -0.1377,-1.0050 -0.4130 -1.0050l -0.4405,0.0551 c -0.0413,-0.0000 -0.0826,-0.0275 -0.0826 -0.0688l -0.0275,-0.3442 c 0.2203,-0.0000 0.7297,-0.0826 0.9637 -0.1239c 0.2478,-0.0551 0.4405,-0.1101 0.7159 -0.2340h 0.3029 v 8.6182 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.3304 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -1.0050,-0.0275 -1.5419 -0.0275c -0.4818,-0.0000 -1.4868,0.0275 -1.4868 0.0275l -0.0138,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.3304 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 369.1501,299.3173 ZM 370.7196,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 370.7196,295.5038 ZM 374.3541,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 375.0424,299.3173 ZM 383.3440,298.3261 v -3.1664 c 0.0000,-0.9224 -0.3579,-1.2666 -0.8811 -1.2666c -0.5369,-0.0000 -0.9637,0.2753 -1.6245 1.0050c 0.0275,0.1652 0.0275,0.3579 0.0275 0.5507v 2.8773 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2340 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9224,-0.0275 -1.4593 -0.0275c -0.4956,-0.0000 -1.4455,0.0275 -1.4455 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2753 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.1389 c 0.0000,-0.9224 -0.3717,-1.2941 -0.8949 -1.2941c -0.4818,-0.0000 -0.9362,0.3442 -1.5832 1.0188v 3.4142 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4731 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.4280 c 0.0000,-0.7847 -0.1239,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.8673,-0.1514 1.0601,-0.2065 1.4318 -0.3992c 0.1377,-0.0688 0.2478,-0.1101 0.3442 -0.1101h 0.2065 l -0.0413,1.1977 h 0.0413 c 0.6471,-0.6884 1.2253,-1.1977 2.0788 -1.1977c 0.7710,-0.0000 1.2528,0.5645 1.3354 1.1840c 0.7985,-0.8260 1.4455,-1.1840 2.1890 -1.1840c 1.2115,-0.0000 1.4180,1.0050 1.4180 2.2303v 2.8636 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4731 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 385.5054,299.3173 ZM 387.0749,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 387.0749,295.5038 ZM 390.7094,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 391.3977,299.3173 ZM 396.4090,298.3261 v -3.0150 c 0.0000,-0.9637 -0.1652,-1.4180 -0.8949 -1.4180c -0.6058,-0.0000 -1.1289,0.2340 -1.8310 1.0601v 3.3729 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.1927 c 0.0688,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.8673,-0.0275 -1.4042 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.4280 c 0.0000,-0.7434 -0.1101,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.5782,-0.0964 0.9912,-0.1652 1.4180 -0.3992c 0.1514,-0.0688 0.2616,-0.1101 0.3579 -0.1101h 0.2065 l -0.0413,1.2253 h 0.0413 c 0.8811,-1.0325 1.5419,-1.2253 2.2440 -1.2253c 1.2390,-0.0000 1.5006,0.9499 1.5006 2.1752v 2.9186 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.2616 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9499,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.3492,0.0275 -1.3492 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.1927 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 398.5566,299.3173 ZM 400.8144,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 402.7143,299.3173 ZM 403.3063,297.3899 l 0.3717,-0.0138 c 0.0413,0.3442 0.1927,1.0050 0.4956 1.3216c 0.1377,0.1514 0.5094,0.3992 1.0188 0.3992c 0.4818,-0.0000 1.1977,-0.3855 1.1977 -1.0601c 0.0000,-0.5920 -0.3304,-0.9912 -1.4180 -1.4593c -1.0050,-0.4405 -1.5281,-0.7297 -1.5281 -1.7622c 0.0000,-0.9224 0.8123,-1.5832 1.8999 -1.5832c 0.6884,-0.0000 1.1977,0.1239 1.6245 0.3442c 0.0826,0.4405 0.1239,0.9086 0.1514 1.4042l -0.3717,0.0138 c -0.2891,-1.1289 -1.1151,-1.3492 -1.4042 -1.3492c -0.5231,-0.0000 -1.0601,0.2065 -1.0601 0.9637c 0.0000,0.5507 0.2616,0.8260 1.0188 1.1014c 1.1151,0.4130 2.0100,0.9086 2.0100 2.0100c 0.0000,1.3629 -1.4455,1.7622 -2.0926 1.7622c -0.4818,-0.0000 -0.8811,-0.0551 -1.2390 -0.1514c -0.0964,-0.0138 -0.1652,-0.0275 -0.2616 -0.0275c -0.0688,-0.0000 -0.1790,0.0138 -0.3166 0.0413c 0.0000,-0.5782 -0.0413,-1.2803 -0.0964 -1.9549ZM 411.2636,299.3173 ZM 415.2699,295.9444 l -1.0876,0.2753 c -1.2115,0.3717 -1.3905,1.0050 -1.3905 1.6245c 0.0000,0.4268 0.2065,1.0738 1.0738 1.0738c 0.4130,-0.0000 1.0463,-0.3992 1.4042 -0.7021v -2.2716 ZM 415.2699,295.9444 ZM 416.1510,299.4825 c -0.5231,-0.0000 -0.8123,-0.4681 -0.8673 -0.7985l -0.3166,0.2203 c -0.6333,0.4405 -0.8673,0.5782 -1.5006 0.5782c -0.9637,-0.0000 -1.6658,-0.5507 -1.6658 -1.5832c 0.0000,-1.0463 0.8949,-1.7622 2.2027 -2.0926l 1.2666,-0.3166 c 0.0000,-1.5557 -0.7159,-1.8448 -1.1840 -1.8448c -0.5231,-0.0000 -1.1289,0.2340 -1.1289 0.6608c 0.0000,0.1514 0.0275,0.2340 0.0413 0.2753c 0.0275,0.0551 0.0413,0.1514 0.0413 0.2478c 0.0000,0.1790 -0.1377,0.4543 -0.5369 0.4543c -0.3304,-0.0000 -0.5507,-0.2203 -0.5507 -0.5507c 0.0000,-0.7985 1.2941,-1.5006 2.1752 -1.5006c 1.0050,-0.0000 2.1614,0.4130 2.1614 2.3679v 2.0238 c 0.0000,0.8398 0.0138,1.1977 0.3304 1.1977c 0.3029,-0.0000 0.3855,-0.3855 0.3992 -0.6884l 0.3442,0.0688 c -0.0826,1.0050 -0.5094,1.2803 -1.2115 1.2803ZM 417.4726,299.3173 ZM 418.6979,298.3261 v -3.4280 c 0.0000,-0.6884 -0.0964,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.8673,-0.1514 1.0188,-0.1927 1.4318 -0.3992c 0.1377,-0.0688 0.2478,-0.1101 0.3442 -0.1101h 0.2065 l -0.0413,1.2390 h 0.0413 c 0.3579,-0.5369 0.9637,-1.2390 1.6107 -1.2390c 0.5645,-0.0000 0.7710,0.2753 0.7710 0.6333c 0.0000,0.3579 -0.2340,0.5782 -0.5920 0.5782c -0.2753,-0.0000 -0.4268,-0.1101 -0.5645 -0.2478c -0.0826,-0.0826 -0.1790,-0.1239 -0.2753 -0.1239c -0.1514,-0.0000 -0.4543,0.2478 -0.7847 0.7159c -0.0964,0.1239 -0.1652,0.3029 -0.1652 0.4818v 3.0563 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.3992 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -1.0876,-0.0275 -1.6245 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0138,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 422.2498,299.3173 ZM 423.8192,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 423.8192,295.5038 ZM 427.4537,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 431.5839,299.3173 ZM 433.6352,294.9945 v 3.4280 c 0.4818,0.5645 0.9362,0.5920 1.1564 0.5920c 1.4731,-0.0000 1.8035,-1.3767 1.8035 -2.5607c 0.0000,-1.6658 -0.6746,-2.5882 -1.5144 -2.5882c -0.4681,-0.0000 -1.1427,0.3992 -1.4455 1.1289ZM 433.6352,294.9945 ZM 432.6164,301.4925 v -6.8147 c 0.0000,-0.5231 -0.1239,-0.6195 -0.3166 -0.6195c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.8811,-0.1514 1.0463,-0.2065 1.4318 -0.3992c 0.1514,-0.0688 0.2478,-0.1101 0.3442 -0.1101h 0.2065 l -0.0413,1.1014 h 0.0413 c 0.6333,-0.9637 1.3767,-1.1014 1.8173 -1.1014c 1.3354,-0.0000 2.2165,1.3905 2.2165 2.8498c 0.0000,1.1151 -0.3442,1.9687 -0.9637 2.6020c -0.5369,0.5369 -1.1014,0.7985 -1.8310 0.7985c -0.4956,-0.0000 -0.8811,-0.1101 -1.2390 -0.3029v 2.3129 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.2616 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9499,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.4180,0.0275 -1.4180 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 437.5037,299.3173 ZM 441.5099,295.9444 l -1.0876,0.2753 c -1.2115,0.3717 -1.3905,1.0050 -1.3905 1.6245c 0.0000,0.4268 0.2065,1.0738 1.0738 1.0738c 0.4130,-0.0000 1.0463,-0.3992 1.4042 -0.7021v -2.2716 ZM 441.5099,295.9444 ZM 442.3910,299.4825 c -0.5231,-0.0000 -0.8123,-0.4681 -0.8673 -0.7985l -0.3166,0.2203 c -0.6333,0.4405 -0.8673,0.5782 -1.5006 0.5782c -0.9637,-0.0000 -1.6658,-0.5507 -1.6658 -1.5832c 0.0000,-1.0463 0.8949,-1.7622 2.2027 -2.0926l 1.2666,-0.3166 c 0.0000,-1.5557 -0.7159,-1.8448 -1.1840 -1.8448c -0.5231,-0.0000 -1.1289,0.2340 -1.1289 0.6608c 0.0000,0.1514 0.0275,0.2340 0.0413 0.2753c 0.0275,0.0551 0.0413,0.1514 0.0413 0.2478c 0.0000,0.1790 -0.1377,0.4543 -0.5369 0.4543c -0.3304,-0.0000 -0.5507,-0.2203 -0.5507 -0.5507c 0.0000,-0.7985 1.2941,-1.5006 2.1752 -1.5006c 1.0050,-0.0000 2.1614,0.4130 2.1614 2.3679v 2.0238 c 0.0000,0.8398 0.0138,1.1977 0.3304 1.1977c 0.3029,-0.0000 0.3855,-0.3855 0.3992 -0.6884l 0.3442,0.0688 c -0.0826,1.0050 -0.5094,1.2803 -1.2115 1.2803ZM 443.7127,299.3173 ZM 445.9705,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 447.8703,299.3173 ZM 450.1144,289.7079 v 4.6670 c 0.9224,-0.9224 1.7347,-1.1427 2.2716 -1.1427c 0.9912,-0.0000 1.4868,0.7572 1.4868 2.1752v 2.9186 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.4180,0.0275 -1.4180 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.0701 c 0.0000,-1.1151 -0.3029,-1.3767 -1.0738 -1.3767c -0.3992,-0.0000 -0.9912,0.3579 -1.6521 1.0050v 3.4418 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4731 -0.0275c -0.4956,-0.0000 -1.4180,0.0275 -1.4180 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -6.8973 c 0.0000,-0.7847 -0.1239,-1.0050 -0.3992 -1.0050l -0.4543,0.0551 c -0.0413,-0.0000 -0.0688,-0.0275 -0.0688 -0.0688l -0.0275,-0.3442 c 0.2203,-0.0000 0.7159,-0.0826 0.9499 -0.1239c 0.2478,-0.0551 0.4543,-0.1101 0.7297 -0.2340h 0.3029 ZM 455.0017,299.3173 ZM 455.5937,297.3899 l 0.3717,-0.0138 c 0.0413,0.3442 0.1927,1.0050 0.4956 1.3216c 0.1377,0.1514 0.5094,0.3992 1.0188 0.3992c 0.4818,-0.0000 1.1977,-0.3855 1.1977 -1.0601c 0.0000,-0.5920 -0.3304,-0.9912 -1.4180 -1.4593c -1.0050,-0.4405 -1.5281,-0.7297 -1.5281 -1.7622c 0.0000,-0.9224 0.8123,-1.5832 1.8999 -1.5832c 0.6884,-0.0000 1.1977,0.1239 1.6245 0.3442c 0.0826,0.4405 0.1239,0.9086 0.1514 1.4042l -0.3717,0.0138 c -0.2891,-1.1289 -1.1151,-1.3492 -1.4042 -1.3492c -0.5231,-0.0000 -1.0601,0.2065 -1.0601 0.9637c 0.0000,0.5507 0.2616,0.8260 1.0188 1.1014c 1.1151,0.4130 2.0100,0.9086 2.0100 2.0100c 0.0000,1.3629 -1.4455,1.7622 -2.0926 1.7622c -0.4818,-0.0000 -0.8811,-0.0551 -1.2390 -0.1514c -0.0964,-0.0138 -0.1652,-0.0275 -0.2616 -0.0275c -0.0688,-0.0000 -0.1790,0.0138 -0.3166 0.0413c 0.0000,-0.5782 -0.0413,-1.2803 -0.0964 -1.9549ZM 463.5511,299.3173 ZM 468.5623,298.3261 v -3.0150 c 0.0000,-0.9637 -0.1652,-1.4180 -0.8949 -1.4180c -0.6058,-0.0000 -1.1289,0.2340 -1.8310 1.0601v 3.3729 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.1927 c 0.0688,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.8673,-0.0275 -1.4042 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.4280 c 0.0000,-0.7434 -0.1101,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.5782,-0.0964 0.9912,-0.1652 1.4180 -0.3992c 0.1514,-0.0688 0.2616,-0.1101 0.3579 -0.1101h 0.2065 l -0.0413,1.2253 h 0.0413 c 0.8811,-1.0325 1.5419,-1.2253 2.2440 -1.2253c 1.2390,-0.0000 1.5006,0.9499 1.5006 2.1752v 2.9186 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.2616 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9499,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.3492,0.0275 -1.3492 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.1927 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 470.7099,299.3173 ZM 471.1780,296.4951 c 0.0000,-1.8861 1.0188,-3.2628 2.8498 -3.2628c 2.0375,-0.0000 2.8223,1.7071 2.8223 3.1389c 0.0000,1.3767 -0.8949,3.1114 -2.8498 3.1114c -1.8448,-0.0000 -2.8223,-1.5832 -2.8223 -2.9875ZM 471.1780,296.4951 ZM 473.8764,293.6866 c -1.1014,-0.0000 -1.6107,1.2941 -1.6107 2.4918c 0.0000,1.0601 0.6058,2.8223 1.9687 2.8223c 0.6195,-0.0000 1.5281,-0.3717 1.5281 -2.1890c 0.0000,-2.0238 -0.7572,-3.1251 -1.8861 -3.1251ZM 477.3044,299.3173 ZM 479.5622,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 484.9038,299.3173 ZM 485.4958,297.3899 l 0.3717,-0.0138 c 0.0413,0.3442 0.1927,1.0050 0.4956 1.3216c 0.1377,0.1514 0.5094,0.3992 1.0188 0.3992c 0.4818,-0.0000 1.1977,-0.3855 1.1977 -1.0601c 0.0000,-0.5920 -0.3304,-0.9912 -1.4180 -1.4593c -1.0050,-0.4405 -1.5281,-0.7297 -1.5281 -1.7622c 0.0000,-0.9224 0.8123,-1.5832 1.8999 -1.5832c 0.6884,-0.0000 1.1977,0.1239 1.6245 0.3442c 0.0826,0.4405 0.1239,0.9086 0.1514 1.4042l -0.3717,0.0138 c -0.2891,-1.1289 -1.1151,-1.3492 -1.4042 -1.3492c -0.5231,-0.0000 -1.0601,0.2065 -1.0601 0.9637c 0.0000,0.5507 0.2616,0.8260 1.0188 1.1014c 1.1151,0.4130 2.0100,0.9086 2.0100 2.0100c 0.0000,1.3629 -1.4455,1.7622 -2.0926 1.7622c -0.4818,-0.0000 -0.8811,-0.0551 -1.2390 -0.1514c -0.0964,-0.0138 -0.1652,-0.0275 -0.2616 -0.0275c -0.0688,-0.0000 -0.1790,0.0138 -0.3166 0.0413c 0.0000,-0.5782 -0.0413,-1.2803 -0.0964 -1.9549ZM 490.0114,299.3173 ZM 494.5545,293.7830 h -0.0688 c -0.0688,-0.0000 -0.1101,-0.0551 -0.1101 -0.0964v -0.2753 l 0.0551,-0.0275 c 0.0000,-0.0000 0.7847,0.0275 1.2941 0.0275c 0.3579,-0.0000 0.9362,-0.0275 0.9362 -0.0275l 0.0275,0.0275 v 0.2478 c 0.0000,0.0688 -0.0688,0.1239 -0.1514 0.1239c -0.3992,-0.0000 -0.7159,0.1790 -0.9362 0.7159l -1.8999,4.6670 c -0.0964,0.2340 -0.1927,0.3166 -0.3304 0.3166c -0.1790,-0.0000 -0.2616,-0.0826 -0.3442 -0.2891l -1.8723,-4.7496 c -0.1927,-0.4956 -0.4818,-0.6608 -0.8811 -0.6608c -0.0688,-0.0000 -0.1377,-0.0275 -0.1377 -0.0964v -0.2753 l 0.0413,-0.0275 c 0.0000,-0.0000 0.7297,0.0275 1.1977 0.0275c 0.5369,-0.0000 1.3767,-0.0275 1.3767 -0.0275l 0.0551,0.0275 v 0.2616 c 0.0000,0.0964 -0.0826,0.1101 -0.1239 0.1101h -0.2340 c -0.2753,0.0138 -0.3992,0.0964 -0.3992 0.2340c 0.0000,0.0964 0.0551,0.2065 0.1377 0.3992l 1.1840,3.0012 l 0.2340,0.6333 l 0.2340,-0.5920 l 1.2253,-3.0150 c 0.0688,-0.1514 0.1101,-0.2753 0.1101 -0.3717c 0.0000,-0.2065 -0.1514,-0.2891 -0.6195 -0.2891ZM 496.8536,299.3173 ZM 501.2040,295.4212 c 0.0000,-1.1427 -0.5369,-1.8035 -1.3629 -1.8035c -0.7159,-0.0000 -1.1977,0.4956 -1.1977 1.5694c 0.0000,0.7159 0.2753,1.8448 1.3767 1.8448c 0.4818,-0.0000 1.1840,-0.2340 1.1840 -1.6107ZM 501.2040,295.4212 ZM 498.6296,299.4137 c -0.4268,0.3992 -0.5231,0.8260 -0.5231 1.2941c 0.0000,1.0325 1.2390,1.3354 1.7071 1.3354c 1.1840,-0.0000 2.6846,-0.4130 2.6846 -1.4042c 0.0000,-0.3579 -0.1927,-0.5920 -0.7297 -0.8536c -0.3855,-0.1927 -0.9499,-0.3442 -1.6107 -0.3442c -0.1101,-0.0000 -0.2616,0.0138 -0.4543 0.0275c -0.1927,0.0138 -0.3992,0.0138 -0.5507 0.0138c -0.2203,-0.0000 -0.3304,-0.0275 -0.5231 -0.0688ZM 498.6296,299.4137 ZM 502.8148,293.9757 c -0.2203,-0.0000 -0.3579,-0.1239 -0.4130 -0.2340c -0.0826,-0.1239 -0.1377,-0.1652 -0.2340 -0.1652c -0.1652,-0.0000 -0.4268,0.1927 -0.5231 0.3304c 0.3855,0.4130 0.5645,0.8123 0.5645 1.4593c 0.0000,1.3492 -1.1014,2.0788 -2.2578 2.0788c -0.5094,-0.0000 -0.9224,-0.0964 -1.2390 -0.2891c -0.1514,0.2340 -0.2340,0.5231 -0.2340 0.7985c 0.0000,0.5920 0.4543,0.7434 0.8398 0.7434c 0.0688,-0.0000 0.2340,-0.0138 0.4268 -0.0275c 0.3166,-0.0413 0.6608,-0.0688 0.8949 -0.0688c 0.4818,-0.0000 1.3905,0.0964 1.9412 0.5645c 0.3717,0.3442 0.5782,0.6746 0.5782 1.1151c 0.0000,1.4868 -1.9549,2.2716 -3.7309 2.2716c -1.0050,-0.0000 -2.1201,-0.3717 -2.1201 -1.5694c 0.0000,-0.5920 0.3717,-1.2253 1.0738 -1.6658c -0.3442,-0.1790 -0.5920,-0.5231 -0.5920 -1.0188c 0.0000,-0.4681 0.2065,-1.0601 0.5782 -1.3905c -0.3717,-0.3717 -0.6884,-0.8398 -0.6884 -1.5970c 0.0000,-1.2666 1.1151,-2.0788 2.2853 -2.0788c 0.7710,-0.0000 1.2528,0.3166 1.4042 0.4268c 0.3442,-0.4681 0.9637,-0.7021 1.3079 -0.7021c 0.3579,-0.0000 0.6058,0.2340 0.6058 0.5231c 0.0000,0.3029 -0.1927,0.4956 -0.4681 0.4956ZM 506.9587,299.3173 ZM 509.2165,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 511.1163,299.3173 ZM 512.6858,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 512.6858,295.5038 ZM 516.3203,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 517.0087,299.3173 ZM 519.7208,293.7830 c -0.2753,-0.0000 -0.3304,0.0688 -0.3304 0.1652c 0.0000,0.0688 0.0551,0.1927 0.2065 0.4405l 0.8398,1.2390 c 0.0413,0.0826 0.0826,0.1239 0.1377 0.1239c 0.0413,-0.0000 0.0688,-0.0275 0.1239 -0.0964l 0.8949,-1.2528 c 0.1514,-0.1927 0.2340,-0.3442 0.2340 -0.4543c 0.0000,-0.1101 -0.0964,-0.1652 -0.2891 -0.1652h -0.2203 c -0.0413,-0.0000 -0.0826,-0.0275 -0.0826 -0.0964v -0.2616 l 0.0413,-0.0413 c 0.0000,-0.0000 0.6471,0.0275 1.0738 0.0275c 0.4405,-0.0000 1.1151,-0.0275 1.1151 -0.0275l 0.0138,0.0275 v 0.2616 c 0.0000,0.0964 -0.0826,0.1101 -0.1652 0.1101c -0.5094,-0.0000 -0.7159,0.1652 -1.2253 0.8123l -1.1564,1.4731 c -0.0275,0.0413 -0.0413,0.0688 -0.0413 0.0964c 0.0000,0.0275 0.0138,0.0688 0.0413 0.1101l 1.2390,1.7484 c 0.6333,0.8949 0.8123,0.9086 1.2528 0.9086c 0.1377,-0.0000 0.1927,0.0275 0.1927 0.1101v 0.2616 l -0.0138,0.0275 c 0.0000,-0.0000 -0.7434,-0.0275 -1.2115 -0.0275c -0.5645,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.1652 c 0.2203,-0.0000 0.3166,-0.0413 0.3166 -0.1514c 0.0000,-0.1239 -0.1514,-0.3304 -0.3717 -0.6195l -0.7985,-1.1014 c -0.0551,-0.0688 -0.0826,-0.0964 -0.1239 -0.0964c -0.0275,-0.0000 -0.0688,0.0413 -0.1239 0.1239l -0.8673,1.2528 c -0.2065,0.2753 -0.2478,0.3442 -0.2478 0.4405c 0.0000,0.0964 0.0826,0.1514 0.2891 0.1514h 0.1927 c 0.0688,-0.0000 0.0964,0.0413 0.0964 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.7159,-0.0275 -1.1564 -0.0275c -0.3992,-0.0000 -1.0325,0.0275 -1.0325 0.0275l -0.0275,-0.0275 v -0.2340 c 0.0000,-0.0826 0.0551,-0.1377 0.1790 -0.1377c 0.3304,-0.0000 0.6471,-0.0688 1.2253 -0.8123l 1.1564,-1.4868 c 0.0138,-0.0275 0.0275,-0.0551 0.0275 -0.0964c 0.0000,-0.0413 -0.0138,-0.0688 -0.0413 -0.1101l -1.1977,-1.7484 c -0.3855,-0.5645 -0.6333,-0.8949 -1.1151 -0.8949c -0.0964,-0.0000 -0.1927,-0.0413 -0.1927 -0.0964v -0.2616 l 0.0275,-0.0413 l 1.0876,0.0275 l 1.5281,-0.0275 l 0.0413,0.0413 v 0.2478 c 0.0000,0.0688 -0.0551,0.1101 -0.1101 0.1101h -0.2065 ZM 523.8509,299.3173 ZM 526.1087,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.3169,196.5356 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 49.6466,240.6592 ZM 34.5487,232.0548 c 0.0000,-2.7993 1.0325,-3.6253 1.0325 -5.0020c 1.6521,-0.1606 2.5699,-0.2983 3.5336 -0.5048l 0.1377,0.6884 c -1.9733,0.5966 -3.8548,1.8127 -3.8548 5.1397c -0.0000,3.0976 2.7305,5.5527 6.7459 5.5527c 3.0288,0.0000 6.9524,-2.2027 6.9524 -6.2870c 0.0000,-1.2390 -0.4130,-2.5928 -1.1473 -3.3729l -3.5106,-0.0000 c -0.7113,-0.0000 -1.0096,0.3442 -1.0096 1.2620l -0.0000,0.5966 c -0.0000,0.0918 -0.0688,0.1836 -0.1836 0.1836l -0.5966,-0.0000 l -0.0459,-0.0459 c 0.0000,-0.0000 0.0459,-1.9962 0.0459 -2.8911c 0.0000,-0.8031 -0.0459,-2.1339 -0.0459 -2.1339l 0.0459,-0.0459 l 0.5966,0.0000 c 0.1147,0.0000 0.1836,0.0688 0.1836 0.1836l -0.0000,0.0229 c -0.0000,0.8031 0.3671,1.0096 1.0096 1.0096l 2.6616,0.0000 c 0.2524,0.0000 0.4360,-0.1147 0.6425 -0.3671c 1.3308,1.5603 2.1798,3.4188 2.1798 6.1264c -0.0000,4.6120 -3.3500,7.7555 -7.3195 7.7555c -5.0479,-0.0000 -8.0537,-3.9236 -8.0537 -7.8702ZM 49.6466,224.7582 ZM 47.9945,222.5784 l -11.4955,-0.0000 c -1.3079,-0.0000 -1.6750,0.2295 -1.6750 0.6884l 0.0918,0.7342 c -0.0000,0.0688 -0.0459,0.1377 -0.1147 0.1377l -0.5736,0.0459 c 0.0000,-0.3671 -0.1377,-1.2161 -0.2065 -1.6062c -0.0918,-0.4130 -0.1836,-0.7342 -0.3901 -1.1931l 0.0000,-0.5048 l 14.3637,0.0000 c 0.6654,0.0000 1.0096,-0.2524 1.0096 -0.9866l 0.0000,-0.5507 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.6750 -0.0459 2.5699c -0.0000,0.8031 0.0459,2.4781 0.0459 2.4781l -0.0459,0.0229 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.5507 c 0.0000,-0.7572 -0.3442,-0.9866 -1.0096 -0.9866ZM 49.6466,218.7925 ZM 40.2391,214.0199 c 0.1147,0.0000 0.1836,0.1377 0.1836 0.2524c -0.0000,0.6884 0.1377,0.9866 0.5048 0.9866c 0.1377,0.0000 0.3212,-0.0459 0.5277 -0.1377l 5.9198,-2.5240 l -5.8281,-2.5469 c -0.2065,-0.1147 -0.3901,-0.1606 -0.5277 -0.1606c -0.4818,-0.0000 -0.5966,0.4589 -0.5966 0.9637l -0.0000,0.0918 c -0.0000,0.1147 -0.0918,0.2295 -0.1606 0.2295l -0.4360,-0.0000 l -0.0688,-0.0459 c 0.0000,-0.0000 0.0459,-1.3538 0.0459 -2.1568c 0.0000,-0.6425 -0.0459,-1.5832 -0.0459 -1.5832l 0.0459,-0.0688 l 0.4360,0.0000 c 0.1147,0.0000 0.1836,0.0918 0.1836 0.2524c -0.0000,0.8719 0.8949,1.3079 1.5603 1.6291c 2.5699,1.2161 4.9332,2.2257 9.3616 4.0613c 1.6521,0.6884 3.5794,1.5144 3.5794 3.1435c -0.0000,0.4360 -0.2524,1.3308 -1.0784 1.3308c -0.6884,-0.0000 -0.8949,-0.5048 -0.8949 -0.8719c 0.0000,-0.3442 0.1377,-0.5736 0.3212 -0.7113c 0.2295,-0.2295 0.3901,-0.3901 0.3901 -0.6195c 0.0000,-0.3442 -1.9733,-1.1473 -3.3729 -1.7209c -0.2753,-0.1377 -0.5048,-0.1836 -0.7113 -0.1836c -0.2295,-0.0000 -0.8490,0.2065 -1.3079 0.3901l -6.7229,2.8911 c -0.8719,0.3671 -1.1243,0.6195 -1.1243 1.3997c -0.0000,0.1377 -0.0688,0.2295 -0.1606 0.2295l -0.4589,-0.0000 l -0.0459,-0.0459 c 0.0000,-0.0000 0.0459,-1.0096 0.0459 -1.6979c 0.0000,-1.0784 -0.0459,-2.7305 -0.0459 -2.7305l 0.0688,-0.0459 l 0.4130,0.0000 ZM 49.6466,207.1134 ZM 42.4418,203.6946 l 5.7133,0.0000 c 0.9408,-0.8031 0.9866,-1.5603 0.9866 -1.9274c 0.0000,-2.4551 -2.2945,-3.0058 -4.2678 -3.0058c -2.7764,-0.0000 -4.3137,1.1243 -4.3137 2.5240c -0.0000,0.7801 0.6654,1.9044 1.8815 2.4092ZM 42.4418,203.6946 ZM 53.2719,205.3925 l -11.3578,-0.0000 c -0.8719,-0.0000 -1.0325,0.2065 -1.0325 0.5277c -0.0000,0.2983 0.0229,0.5736 0.1147 0.9637l -0.6425,0.1147 c -0.2524,-1.4685 -0.3442,-1.7438 -0.6654 -2.3863c -0.1147,-0.2524 -0.1836,-0.4130 -0.1836 -0.5736l 0.0000,-0.3442 l 1.8356,0.0688 l 0.0000,-0.0688 c -1.6062,-1.0555 -1.8356,-2.2945 -1.8356 -3.0288c 0.0000,-2.2257 2.3175,-3.6942 4.7496 -3.6942c 1.8586,0.0000 3.2812,0.5736 4.3366 1.6062c 0.8949,0.8949 1.3308,1.8356 1.3308 3.0517c -0.0000,0.8260 -0.1836,1.4685 -0.5048 2.0651l 3.8548,0.0000 c 0.6654,0.0000 1.0096,-0.2524 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.1147 0.0688,-0.2065 0.1836 -0.2065l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5832 -0.0459 2.4781c -0.0000,0.8031 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0688 -0.1836 -0.1836l 0.0000,-0.4360 c 0.0000,-0.7572 -0.3442,-0.9866 -1.0096 -0.9866ZM 49.6466,196.1227 ZM 33.6309,192.3826 l 7.7784,0.0000 c -1.5373,-1.5373 -1.9044,-2.8911 -1.9044 -3.7859c 0.0000,-1.6521 1.2620,-2.4781 3.6253 -2.4781l 4.8644,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4781c -0.0000,0.8031 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0688 -0.1836 -0.1836l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -5.1168,-0.0000 c -1.8586,-0.0000 -2.2945,0.5048 -2.2945 1.7897c -0.0000,0.6654 0.5966,1.6521 1.6750 2.7534l 5.7363,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4551c -0.0000,0.8260 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -11.4955,-0.0000 c -1.3079,-0.0000 -1.6750,0.2065 -1.6750 0.6654l 0.0918,0.7572 c -0.0000,0.0688 -0.0459,0.1147 -0.1147 0.1147l -0.5736,0.0459 c 0.0000,-0.3671 -0.1377,-1.1931 -0.2065 -1.5832c -0.0918,-0.4130 -0.1836,-0.7572 -0.3901 -1.2161l 0.0000,-0.5048 ZM 49.6466,178.5008 ZM 49.9219,170.3553 c -0.0000,4.9332 -3.8089,7.2966 -7.5031 7.2966c -4.5202,-0.0000 -7.8702,-3.5106 -7.8702 -7.3195c 0.0000,-2.8223 0.9637,-3.7171 1.0325 -5.0250c 1.2620,-0.0688 2.3634,-0.2753 3.5565 -0.5048l 0.0918,0.6884 c -1.9733,0.5966 -3.8318,1.9274 -3.8318 5.0938c -0.0000,1.8127 1.9274,5.0709 6.5853 5.0709c 3.3500,0.0000 6.9983,-1.7209 6.9983 -5.2774c 0.0000,-2.1339 -0.7572,-3.6942 -2.5469 -5.3233l 0.3442,-0.5277 c 2.0421,1.5603 3.1435,3.6024 3.1435 5.8281ZM 49.6466,163.7241 ZM 33.6309,159.9841 l 7.7784,0.0000 c -1.5373,-1.5373 -1.9044,-2.8911 -1.9044 -3.7859c 0.0000,-1.6521 1.2620,-2.4781 3.6253 -2.4781l 4.8644,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4781c -0.0000,0.8031 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0688 -0.1836 -0.1836l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -5.1168,-0.0000 c -1.8586,-0.0000 -2.2945,0.5048 -2.2945 1.7897c -0.0000,0.6654 0.5966,1.6521 1.6750 2.7534l 5.7363,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4551c -0.0000,0.8260 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -11.4955,-0.0000 c -1.3079,-0.0000 -1.6750,0.2065 -1.6750 0.6654l 0.0918,0.7572 c -0.0000,0.0688 -0.0459,0.1147 -0.1147 0.1147l -0.5736,0.0459 c 0.0000,-0.3671 -0.1377,-1.1931 -0.2065 -1.5832c -0.0918,-0.4130 -0.1836,-0.7572 -0.3901 -1.2161l 0.0000,-0.5048 ZM 49.6466,151.8385 ZM 44.0250,145.1615 l 0.4589,1.8127 c 0.6195,2.0192 1.6750,2.3175 2.7075 2.3175c 0.7113,0.0000 1.7897,-0.3442 1.7897 -1.7897c 0.0000,-0.6884 -0.6654,-1.7438 -1.1702 -2.3404l -3.7859,-0.0000 ZM 44.0250,145.1615 ZM 49.9219,143.6930 c -0.0000,0.8719 -0.7801,1.3538 -1.3308 1.4455l 0.3671,0.5277 c 0.7342,1.0555 0.9637,1.4455 0.9637 2.5010c -0.0000,1.6062 -0.9178,2.7764 -2.6387 2.7764c -1.7438,-0.0000 -2.9370,-1.4914 -3.4877 -3.6712l -0.5277,-2.1110 c -2.5928,-0.0000 -3.0746,1.1931 -3.0746 1.9733c -0.0000,0.8719 0.3901,1.8815 1.1014 1.8815c 0.2524,0.0000 0.3901,-0.0459 0.4589 -0.0688c 0.0918,-0.0459 0.2524,-0.0688 0.4130 -0.0688c 0.2983,0.0000 0.7572,0.2295 0.7572 0.8949c -0.0000,0.5507 -0.3671,0.9178 -0.9178 0.9178c -1.3308,-0.0000 -2.5010,-2.1568 -2.5010 -3.6253c 0.0000,-1.6750 0.6884,-3.6024 3.9466 -3.6024l 3.3729,0.0000 c 1.3997,0.0000 1.9962,-0.0229 1.9962 -0.5507c 0.0000,-0.5048 -0.6425,-0.6425 -1.1473 -0.6654l 0.1147,-0.5736 c 1.6750,0.1377 2.1339,0.8490 2.1339 2.0192ZM 49.6466,141.4903 ZM 47.9945,139.4482 l -5.7133,-0.0000 c -1.1473,-0.0000 -1.3997,0.1606 -1.3997 0.5048c -0.0000,0.2983 0.0229,0.5736 0.1147 0.9637l -0.6425,0.1147 c -0.2524,-1.4455 -0.3212,-1.6979 -0.6654 -2.3863c -0.1147,-0.2295 -0.1836,-0.4130 -0.1836 -0.5736l 0.0000,-0.3442 l 2.0651,0.0688 l 0.0000,-0.0688 c -0.8949,-0.5966 -2.0651,-1.6062 -2.0651 -2.6846c 0.0000,-0.9408 0.4589,-1.2849 1.0555 -1.2849c 0.5966,0.0000 0.9637,0.3901 0.9637 0.9866c -0.0000,0.4589 -0.1836,0.7113 -0.4130 0.9408c -0.1377,0.1377 -0.2065,0.2983 -0.2065 0.4589c -0.0000,0.2524 0.4130,0.7572 1.1931 1.3079c 0.2065,0.1606 0.5048,0.2753 0.8031 0.2753l 5.0938,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.6654 c 0.0000,-0.1147 0.0688,-0.2065 0.1836 -0.2065l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.8127 -0.0459 2.7075c -0.0000,0.8260 0.0459,2.3863 0.0459 2.3863l -0.0459,0.0229 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866ZM 49.6466,133.5283 ZM 40.6750,129.7653 l 5.8740,0.0000 c 1.4226,0.0000 2.1110,-0.1377 2.1110 -0.7572c 0.0000,-0.5966 -0.1836,-1.0555 -0.6425 -1.6521l 0.3901,-0.4130 c 1.0096,0.8949 1.5144,1.8127 1.5144 2.8681c -0.0000,1.0555 -0.6425,1.6750 -2.2716 1.6750l -6.9753,-0.0000 l -0.0000,1.4914 c -0.0000,0.0688 -0.0229,0.0918 -0.0918 0.0918l -0.7113,-0.0000 c -0.0688,-0.0000 -0.0918,-0.0229 -0.0918 -0.0688c 0.0000,-1.5373 -0.8949,-1.9044 -2.6387 -1.9044l -0.4360,-0.0000 l -0.4589,-1.3308 l 3.5336,0.0000 l 0.0000,-2.5240 c 0.0000,-0.1147 0.0459,-0.1836 0.1377 -0.1836l 0.4589,0.0000 c 0.2065,0.0000 0.2983,0.3212 0.2983 0.5507l -0.0000,2.1568 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.7934,184.2936 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 563.1923,120.9649 ZM 566.2761,120.2341 c -0.3534,0.6103 -0.7388,0.8272 -1.2207 0.8272c -0.9637,-0.0000 -1.5660,-0.7308 -1.5660 -1.7668c 0.0000,-1.1404 0.7147,-1.8792 1.5821 -1.8792c 0.7710,-0.0000 1.1805,0.3935 1.1805 0.8191c 0.0000,0.2329 -0.1446,0.3534 -0.3132 0.3534c -0.1686,-0.0000 -0.3293,-0.0883 -0.3534 -0.2891c -0.0321,-0.2650 -0.0803,-0.6103 -0.5541 -0.6103c -0.5300,-0.0000 -0.9235,0.5622 -0.9235 1.4295c 0.0000,0.9396 0.5059,1.5901 1.1243 1.5901c 0.3453,-0.0000 0.6505,-0.2249 0.8994 -0.5862ZM 566.4287,120.9649 ZM 566.7017,119.3186 c 0.0000,-1.1002 0.5943,-1.9033 1.6624 -1.9033c 1.1886,-0.0000 1.6463,0.9958 1.6463 1.8310c 0.0000,0.8031 -0.5220,1.8150 -1.6624 1.8150c -1.0761,-0.0000 -1.6463,-0.9235 -1.6463 -1.7427ZM 566.7017,119.3186 ZM 568.2758,117.6803 c -0.6425,-0.0000 -0.9396,0.7549 -0.9396 1.4536c 0.0000,0.6184 0.3534,1.6463 1.1484 1.6463c 0.3614,-0.0000 0.8914,-0.2168 0.8914 -1.2769c 0.0000,-1.1805 -0.4417,-1.8230 -1.1002 -1.8230ZM 570.2754,120.9649 ZM 570.6208,119.8406 l 0.2168,-0.0080 c 0.0241,0.2008 0.1124,0.5862 0.2891 0.7710c 0.0803,0.0883 0.2971,0.2329 0.5943 0.2329c 0.2811,-0.0000 0.6987,-0.2249 0.6987 -0.6184c 0.0000,-0.3453 -0.1927,-0.5782 -0.8272 -0.8513c -0.5862,-0.2570 -0.8914,-0.4256 -0.8914 -1.0279c 0.0000,-0.5381 0.4738,-0.9235 1.1083 -0.9235c 0.4015,-0.0000 0.6987,0.0723 0.9476 0.2008c 0.0482,0.2570 0.0723,0.5300 0.0883 0.8191l -0.2168,0.0080 c -0.1686,-0.6585 -0.6505,-0.7870 -0.8191 -0.7870c -0.3052,-0.0000 -0.6184,0.1205 -0.6184 0.5622c 0.0000,0.3212 0.1526,0.4818 0.5943 0.6425c 0.6505,0.2409 1.1725,0.5300 1.1725 1.1725c 0.0000,0.7950 -0.8432,1.0279 -1.2207 1.0279c -0.2811,-0.0000 -0.5140,-0.0321 -0.7228 -0.0883c -0.0562,-0.0080 -0.0964,-0.0161 -0.1526 -0.0161c -0.0402,-0.0000 -0.1044,0.0080 -0.1847 0.0241c 0.0000,-0.3373 -0.0241,-0.7469 -0.0562 -1.1404Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.2700,170.8497 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 560.4251,122.5377 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.7466,156.7913 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 558.3497,103.8991 ZM 558.6950,102.7748 l 0.2168,-0.0080 c 0.0241,0.2008 0.1124,0.5862 0.2891 0.7710c 0.0803,0.0883 0.2971,0.2329 0.5943 0.2329c 0.2811,-0.0000 0.6987,-0.2249 0.6987 -0.6184c 0.0000,-0.3453 -0.1927,-0.5782 -0.8272 -0.8513c -0.5862,-0.2570 -0.8914,-0.4256 -0.8914 -1.0279c 0.0000,-0.5381 0.4738,-0.9235 1.1083 -0.9235c 0.4015,-0.0000 0.6987,0.0723 0.9476 0.2008c 0.0482,0.2570 0.0723,0.5300 0.0883 0.8191l -0.2168,0.0080 c -0.1686,-0.6585 -0.6505,-0.7870 -0.8191 -0.7870c -0.3052,-0.0000 -0.6184,0.1205 -0.6184 0.5622c 0.0000,0.3212 0.1526,0.4818 0.5943 0.6425c 0.6505,0.2409 1.1725,0.5300 1.1725 1.1725c 0.0000,0.7950 -0.8432,1.0279 -1.2207 1.0279c -0.2811,-0.0000 -0.5140,-0.0321 -0.7228 -0.0883c -0.0562,-0.0080 -0.0964,-0.0161 -0.1526 -0.0161c -0.0402,-0.0000 -0.1044,0.0080 -0.1847 0.0241c 0.0000,-0.3373 -0.0241,-0.7469 -0.0562 -1.1404ZM 561.3291,103.8991 ZM 561.9555,99.3135 c 0.0000,-0.2088 0.1686,-0.3855 0.3774 -0.3855c 0.2168,-0.0000 0.3855,0.1767 0.3855 0.3855c 0.0000,0.2168 -0.1686,0.3855 -0.3855 0.3855c -0.2088,-0.0000 -0.3774,-0.1686 -0.3774 -0.3855ZM 561.9555,99.3135 ZM 562.7185,103.3209 c 0.0000,0.2329 0.0883,0.3534 0.3453 0.3534h 0.1526 c 0.0402,-0.0000 0.0723,0.0241 0.0723 0.0642v 0.1526 l -0.0161,0.0161 c 0.0000,-0.0000 -0.5541,-0.0161 -0.8673 -0.0161c -0.2811,-0.0000 -0.8272,0.0161 -0.8272 0.0161l -0.0161,-0.0161 v -0.1526 c 0.0000,-0.0402 0.0241,-0.0642 0.0642 -0.0642h 0.1526 c 0.2650,-0.0000 0.3453,-0.1205 0.3453 -0.3534v -1.9997 c 0.0000,-0.4256 -0.0723,-0.4899 -0.1847 -0.4899c -0.1044,-0.0000 -0.2008,0.0080 -0.3373 0.0402l -0.0402,-0.2249 c 0.5140,-0.0883 0.6023,-0.1205 0.8352 -0.2329c 0.0883,-0.0321 0.1446,-0.0642 0.2008 -0.0642h 0.1205 v 2.9714 ZM 563.4493,103.8991 ZM 566.3725,103.3209 v -1.7587 c 0.0000,-0.5622 -0.0964,-0.8272 -0.5220 -0.8272c -0.3534,-0.0000 -0.6585,0.1365 -1.0681 0.6184v 1.9675 c 0.0000,0.2329 0.0803,0.3534 0.3453 0.3534h 0.1124 c 0.0402,-0.0000 0.0642,0.0241 0.0642 0.0642v 0.1526 l -0.0161,0.0161 c 0.0000,-0.0000 -0.5059,-0.0161 -0.8191 -0.0161c -0.2891,-0.0000 -0.8352,0.0161 -0.8352 0.0161l -0.0161,-0.0161 v -0.1526 c 0.0000,-0.0402 0.0241,-0.0642 0.0642 -0.0642h 0.1526 c 0.2730,-0.0000 0.3453,-0.1205 0.3453 -0.3534v -1.9997 c 0.0000,-0.4337 -0.0642,-0.4899 -0.1767 -0.4899c -0.1044,-0.0000 -0.2008,0.0080 -0.3373 0.0402l -0.0402,-0.2249 c 0.3373,-0.0562 0.5782,-0.0964 0.8272 -0.2329c 0.0883,-0.0402 0.1526,-0.0642 0.2088 -0.0642h 0.1205 l -0.0241,0.7147 h 0.0241 c 0.5140,-0.6023 0.8994,-0.7147 1.3090 -0.7147c 0.7228,-0.0000 0.8754,0.5541 0.8754 1.2689v 1.7025 c 0.0000,0.2329 0.0883,0.3534 0.3453 0.3534h 0.1526 c 0.0402,-0.0000 0.0723,0.0241 0.0723 0.0642v 0.1526 l -0.0161,0.0161 c 0.0000,-0.0000 -0.5541,-0.0161 -0.8673 -0.0161c -0.2811,-0.0000 -0.7870,0.0161 -0.7870 0.0161l -0.0161,-0.0161 v -0.1526 c 0.0000,-0.0402 0.0241,-0.0642 0.0642 -0.0642h 0.1124 c 0.2650,-0.0000 0.3453,-0.1205 0.3453 -0.3534Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.2232,142.7329 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 555.5825,101.4778 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 269.6998,129.2890 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7510561023172269" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 574.5882,124.8081 l -0.0000,-29.4261 h -29.3323 l -0.0000,29.4261 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 256.1764,117.0470 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 81.6723,233.7412 l -0.0000,-138.3592 h -2.7672 l -0.0000,138.3592 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.6530,106.5421 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 65.3961,98.1492 ZM 67.1216,93.7712 c -0.1744,-0.0000 -0.5782,0.1652 -0.7801 0.2570l -0.1101,-0.2845 c 0.8077,-0.3763 1.1197,-0.5690 1.5786 -0.8994h 0.1744 v 4.6166 c 0.0000,0.3304 0.0459,0.4222 0.3488 0.4222h 0.4773 c 0.0275,-0.0000 0.0734,0.0184 0.0734 0.0734v 0.2019 l -1.2574,-0.0184 l -1.2758,0.0184 v -0.2019 c 0.0092,-0.0275 0.0184,-0.0734 0.0734 -0.0734h 0.5507 c 0.3488,-0.0000 0.3488,-0.1560 0.3488 -0.4222v -3.1573 c 0.0000,-0.3121 0.0000,-0.5323 -0.2019 -0.5323ZM 69.4161,98.1492 ZM 69.9393,97.7729 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,98.1492 ZM 73.4361,93.1655 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 73.4361,93.1655 ZM 73.3994,98.2593 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.1296,98.2332 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,95.3820 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.6062,92.4837 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 65.3961,111.9851 ZM 67.4061,107.0014 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,107.0014 ZM 67.3694,112.0952 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,111.9851 ZM 69.9393,111.6088 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,111.9851 ZM 73.4636,106.9005 c -0.5231,-0.0000 -0.8627,0.4130 -0.8627 0.8168c 0.0000,0.2662 0.1101,0.5874 0.6608 0.9453l 0.2662,0.1652 c 0.2386,-0.1744 0.7985,-0.5966 0.7985 -1.0647c 0.0000,-0.4038 -0.2937,-0.8627 -0.8627 -0.8627ZM 73.4636,106.9005 ZM 74.8679,107.7724 c 0.0000,0.5599 -0.6333,1.0004 -1.0188 1.2574l 0.5323,0.3488 c 0.4497,0.2937 0.6792,0.6975 0.6792 1.2023c 0.0000,0.6608 -0.5415,1.5144 -1.6796 1.5144c -0.9178,-0.0000 -1.5511,-0.4864 -1.5511 -1.3767c 0.0000,-0.3396 0.1468,-0.7342 0.5048 -1.0463c 0.2203,-0.1927 0.4130,-0.3579 0.6333 -0.5231l -0.1560,-0.0918 c -0.5323,-0.3304 -0.7985,-0.6884 -0.7985 -1.1748c 0.0000,-0.6700 0.6058,-1.2023 1.4960 -1.2023c 0.8536,-0.0000 1.3584,0.4681 1.3584 1.0922ZM 74.8679,107.7724 ZM 73.3994,111.8383 c 0.3947,-0.0000 1.0830,-0.2111 1.0830 -1.0830c 0.0000,-0.4130 -0.2570,-0.8260 -0.7985 -1.1564l -0.4038,-0.2478 c -0.7434,0.4956 -0.9086,1.1105 -0.9086 1.3675c 0.0000,0.7801 0.6333,1.1197 1.0279 1.1197Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.0828,89.5447 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,109.2179 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.5594,89.5447 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 65.3961,125.8210 ZM 67.4061,120.8373 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,120.8373 ZM 67.3694,125.9312 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,125.8210 ZM 69.9393,125.4447 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,125.8210 ZM 72.4908,123.4164 c -0.0092,0.0918 -0.0092,0.2295 -0.0092 0.3212c 0.0000,1.5419 0.6884,1.9274 1.1473 1.9274c 0.4222,-0.0000 0.8719,-0.3947 0.8719 -1.3492c 0.0000,-0.4314 -0.2203,-1.3125 -1.1014 -1.3125c -0.1927,-0.0000 -0.5415,0.0184 -0.9086 0.4130ZM 72.4908,123.4164 ZM 74.8954,120.7547 c -0.5966,0.0551 -1.1105,0.2111 -1.5511 0.6425c -0.4222,0.4130 -0.7251,1.0279 -0.8260 1.7622c 0.2111,-0.2570 0.7159,-0.4497 1.0647 -0.4497c 1.3584,-0.0000 1.5327,1.1197 1.5327 1.5419c 0.0000,0.6241 -0.3121,1.6796 -1.5786 1.6796c -0.6700,-0.0000 -1.6888,-0.3947 -1.6888 -2.2211c 0.0000,-0.8444 0.2845,-1.6704 0.9178 -2.3037c 0.5874,-0.5966 1.2023,-0.8444 2.1018 -0.8903Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.0360,92.4837 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,123.0538 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5126,98.2332 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 65.3961,139.6570 ZM 67.4061,134.6733 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,134.6733 ZM 67.3694,139.7671 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,139.6570 ZM 69.9393,139.2807 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,139.6570 ZM 73.7940,136.3987 c 0.0000,-0.0642 0.0092,-0.1377 0.0918 -0.1836c 0.1010,-0.0734 0.2662,-0.1560 0.4038 -0.1560c 0.1193,-0.0000 0.1285,0.1010 0.1285 0.2845v 1.4777 h 0.7434 l -0.0551,0.4314 h -0.6884 v 0.7618 c 0.0000,0.2570 0.0367,0.3855 0.3029 0.3855h 0.2478 c 0.0551,-0.0000 0.0642,0.0459 0.0642 0.0642v 0.2019 c 0.0000,-0.0000 -0.5874,-0.0184 -0.9729 -0.0184c -0.3488,-0.0000 -0.8903,0.0184 -0.8903 0.0184v -0.2019 c 0.0000,-0.0184 0.0092,-0.0642 0.0642 -0.0642h 0.2478 c 0.2845,-0.0000 0.3121,-0.1193 0.3121 -0.3855v -0.7618 h -1.7989 c -0.0367,-0.0000 -0.0551,-0.0184 -0.0826 -0.0551l -0.0734,-0.1010 l -0.1101,-0.1927 c -0.0092,-0.0000 -0.0092,-0.0092 -0.0092 -0.0184c 0.0000,-0.0092 0.0092,-0.0184 0.0184 -0.0275c 0.5966,-0.6608 1.6521,-2.7075 1.9825 -3.4601c 0.0092,-0.0367 0.0275,-0.0459 0.0642 -0.0459c 0.0092,-0.0000 0.2111,0.0826 0.3212 0.1010c -0.4130,1.1105 -1.0922,2.3037 -1.7622 3.3683h 1.4501 v -1.4226 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.9892,106.5421 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,136.8898 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 134.4658,117.0470 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 65.3961,153.4929 ZM 67.4061,148.5092 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,148.5092 ZM 67.3694,153.6030 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,153.4929 ZM 69.9393,153.1166 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,153.4929 ZM 71.9584,149.4270 c 0.0000,-0.5231 0.5048,-1.2390 1.4685 -1.2390c 0.7067,-0.0000 1.5327,0.2662 1.5327 1.3216c 0.0000,0.6975 -0.3579,1.0463 -0.8536 1.5236l -0.8719,0.8444 c -0.0459,0.0459 -0.6608,0.6516 -0.6608 1.0830h 1.5603 c 0.3121,-0.0000 0.4773,-0.1560 0.6058 -0.6608l 0.2295,0.0367 l -0.1836,1.1564 h -2.8360 c 0.0000,-0.5140 0.0826,-0.9086 0.9362 -1.7805l 0.6425,-0.6333 c 0.5140,-0.5231 0.7251,-0.9729 0.7251 -1.5327c 0.0000,-0.8352 -0.5690,-1.0738 -0.8811 -1.0738c -0.6333,-0.0000 -0.8077,0.3304 -0.8077 0.5507c 0.0000,0.0734 0.0184,0.1468 0.0367 0.2111c 0.0184,0.0642 0.0367,0.1285 0.0367 0.2019c 0.0000,0.2386 -0.1836,0.3304 -0.3304 0.3304c -0.2019,-0.0000 -0.3488,-0.1560 -0.3488 -0.3396Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 120.9424,129.2890 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,150.7257 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.4190,142.7329 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 65.3961,167.3288 ZM 67.4061,162.3451 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,162.3451 ZM 67.3694,167.4389 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,167.3288 ZM 69.9393,166.9525 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,167.3288 ZM 73.4361,162.3451 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 73.4361,162.3451 ZM 73.3994,167.4389 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8955,156.7913 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,164.5616 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 492.8360,303.9205 l -0.0000,-13.9237 h -250.6266 l -0.0000,13.9237 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 62.3398,181.1647 ZM 64.8546,178.9987 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,181.1647 ZM 67.4061,176.1810 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,176.1810 ZM 67.3694,181.2749 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,181.1647 ZM 69.9393,180.7884 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,181.1647 ZM 71.9584,177.0988 c 0.0000,-0.5231 0.5048,-1.2390 1.4685 -1.2390c 0.7067,-0.0000 1.5327,0.2662 1.5327 1.3216c 0.0000,0.6975 -0.3579,1.0463 -0.8536 1.5236l -0.8719,0.8444 c -0.0459,0.0459 -0.6608,0.6516 -0.6608 1.0830h 1.5603 c 0.3121,-0.0000 0.4773,-0.1560 0.6058 -0.6608l 0.2295,0.0367 l -0.1836,1.1564 h -2.8360 c 0.0000,-0.5140 0.0826,-0.9086 0.9362 -1.7805l 0.6425,-0.6333 c 0.5140,-0.5231 0.7251,-0.9729 0.7251 -1.5327c 0.0000,-0.8352 -0.5690,-1.0738 -0.8811 -1.0738c -0.6333,-0.0000 -0.8077,0.3304 -0.8077 0.5507c 0.0000,0.0734 0.0184,0.1468 0.0367 0.2111c 0.0184,0.0642 0.0367,0.1285 0.0367 0.2019c 0.0000,0.2386 -0.1836,0.3304 -0.3304 0.3304c -0.2019,-0.0000 -0.3488,-0.1560 -0.3488 -0.3396Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="12.65790780268232px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,492.8360,296.9587)" stroke="none" text-anchor="end">text elements are paths not svg text
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,178.3975 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 49.5684,96.7744 l -23.2062,0.0000 l -0.0000,127.6339 l 23.2062,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 62.3398,195.0007 ZM 64.8546,192.8346 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,195.0007 ZM 67.4061,190.0170 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,190.0170 ZM 67.3694,195.1108 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,195.0007 ZM 69.9393,194.6244 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,195.0007 ZM 73.7940,191.7424 c 0.0000,-0.0642 0.0092,-0.1377 0.0918 -0.1836c 0.1010,-0.0734 0.2662,-0.1560 0.4038 -0.1560c 0.1193,-0.0000 0.1285,0.1010 0.1285 0.2845v 1.4777 h 0.7434 l -0.0551,0.4314 h -0.6884 v 0.7618 c 0.0000,0.2570 0.0367,0.3855 0.3029 0.3855h 0.2478 c 0.0551,-0.0000 0.0642,0.0459 0.0642 0.0642v 0.2019 c 0.0000,-0.0000 -0.5874,-0.0184 -0.9729 -0.0184c -0.3488,-0.0000 -0.8903,0.0184 -0.8903 0.0184v -0.2019 c 0.0000,-0.0184 0.0092,-0.0642 0.0642 -0.0642h 0.2478 c 0.2845,-0.0000 0.3121,-0.1193 0.3121 -0.3855v -0.7618 h -1.7989 c -0.0367,-0.0000 -0.0551,-0.0184 -0.0826 -0.0551l -0.0734,-0.1010 l -0.1101,-0.1927 c -0.0092,-0.0000 -0.0092,-0.0092 -0.0092 -0.0184c 0.0000,-0.0092 0.0092,-0.0184 0.0184 -0.0275c 0.5966,-0.6608 1.6521,-2.7075 1.9825 -3.4601c 0.0092,-0.0367 0.0275,-0.0459 0.0642 -0.0459c 0.0092,-0.0000 0.2111,0.0826 0.3212 0.1010c -0.4130,1.1105 -1.0922,2.3037 -1.7622 3.3683h 1.4501 v -1.4226 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="21.096513004470538px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,37.9653,224.4083)" stroke="none" text-anchor="start">Glyph Chart
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,192.2335 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 569.2649,142.1671 l -0.0000,-23.2062 h -34.8092 l -0.0000,23.2062 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 62.3398,208.8366 ZM 64.8546,206.6706 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,208.8366 ZM 67.4061,203.8529 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,203.8529 ZM 67.3694,208.9467 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,208.8366 ZM 69.9393,208.4603 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,208.8366 ZM 72.4908,206.4319 c -0.0092,0.0918 -0.0092,0.2295 -0.0092 0.3212c 0.0000,1.5419 0.6884,1.9274 1.1473 1.9274c 0.4222,-0.0000 0.8719,-0.3947 0.8719 -1.3492c 0.0000,-0.4314 -0.2203,-1.3125 -1.1014 -1.3125c -0.1927,-0.0000 -0.5415,0.0184 -0.9086 0.4130ZM 72.4908,206.4319 ZM 74.8954,203.7703 c -0.5966,0.0551 -1.1105,0.2111 -1.5511 0.6425c -0.4222,0.4130 -0.7251,1.0279 -0.8260 1.7622c 0.2111,-0.2570 0.7159,-0.4497 1.0647 -0.4497c 1.3584,-0.0000 1.5327,1.1197 1.5327 1.5419c 0.0000,0.6241 -0.3121,1.6796 -1.5786 1.6796c -0.6700,-0.0000 -1.6888,-0.3947 -1.6888 -2.2211c 0.0000,-0.8444 0.2845,-1.6704 0.9178 -2.3037c 0.5874,-0.5966 1.2023,-0.8444 2.1018 -0.8903Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.096513004470538px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,551.8603,130.5640)" stroke="none" text-anchor="middle">cos
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,206.0694 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 531.7510,132.3582 l -6.7617,-11.7116 l -6.7617,11.7116 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 62.3398,222.6725 ZM 64.8546,220.5065 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,222.6725 ZM 67.4061,217.6888 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,217.6888 ZM 67.3694,222.7826 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,222.6725 ZM 69.9393,222.2962 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,222.6725 ZM 73.4636,217.5879 c -0.5231,-0.0000 -0.8627,0.4130 -0.8627 0.8168c 0.0000,0.2662 0.1101,0.5874 0.6608 0.9453l 0.2662,0.1652 c 0.2386,-0.1744 0.7985,-0.5966 0.7985 -1.0647c 0.0000,-0.4038 -0.2937,-0.8627 -0.8627 -0.8627ZM 73.4636,217.5879 ZM 74.8679,218.4598 c 0.0000,0.5599 -0.6333,1.0004 -1.0188 1.2574l 0.5323,0.3488 c 0.4497,0.2937 0.6792,0.6975 0.6792 1.2023c 0.0000,0.6608 -0.5415,1.5144 -1.6796 1.5144c -0.9178,-0.0000 -1.5511,-0.4864 -1.5511 -1.3767c 0.0000,-0.3396 0.1468,-0.7342 0.5048 -1.0463c 0.2203,-0.1927 0.4130,-0.3579 0.6333 -0.5231l -0.1560,-0.0918 c -0.5323,-0.3304 -0.7985,-0.6884 -0.7985 -1.1748c 0.0000,-0.6700 0.6058,-1.2023 1.4960 -1.2023c 0.8536,-0.0000 1.3584,0.4681 1.3584 1.0922ZM 74.8679,218.4598 ZM 73.3994,222.5257 c 0.3947,-0.0000 1.0830,-0.2111 1.0830 -1.0830c 0.0000,-0.4130 -0.2570,-0.8260 -0.7985 -1.1564l -0.4038,-0.2478 c -0.7434,0.4956 -0.9086,1.1105 -0.9086 1.3675c 0.0000,0.7801 0.6333,1.1197 1.0279 1.1197Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 569.2649,114.9039 l -0.0000,-23.2062 h -34.8092 l -0.0000,23.2062 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,219.9053 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.096513004470538px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,551.8603,103.3008)" stroke="none" text-anchor="middle">sin
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 62.3398,236.5084 ZM 64.8546,234.3424 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,236.5084 ZM 67.1216,232.1305 c -0.1744,-0.0000 -0.5782,0.1652 -0.7801 0.2570l -0.1101,-0.2845 c 0.8077,-0.3763 1.1197,-0.5690 1.5786 -0.8994h 0.1744 v 4.6166 c 0.0000,0.3304 0.0459,0.4222 0.3488 0.4222h 0.4773 c 0.0275,-0.0000 0.0734,0.0184 0.0734 0.0734v 0.2019 l -1.2574,-0.0184 l -1.2758,0.0184 v -0.2019 c 0.0092,-0.0275 0.0184,-0.0734 0.0734 -0.0734h 0.5507 c 0.3488,-0.0000 0.3488,-0.1560 0.3488 -0.4222v -3.1573 c 0.0000,-0.3121 0.0000,-0.5323 -0.2019 -0.5323ZM 69.4161,236.5084 ZM 69.9393,236.1321 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,236.5084 ZM 73.4361,231.5247 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 73.4361,231.5247 ZM 73.3994,236.6186 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.3773064596361484" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 531.7510,101.1912 c 0.0000,-3.7344 -3.0273,-6.7617 -6.7617 -6.7617c -3.7344,-0.0000 -6.7617,3.0273 -6.7617 6.7617c -0.0000,3.7344 3.0273,6.7617 6.7617 6.7617c 3.7344,0.0000 6.7617,-3.0273 6.7617 -6.7617Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.5215,233.7412 h 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7546129192722968" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 571.8168,144.6906 l -0.0000,-55.5163 h -56.1411 l -0.0000,55.5163 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 528.0086,250.3444 l -0.0000,-2.7672 h -415.0777 l -0.0000,2.7672 Z"/>
+    <path d="M 492.8360,240.6364 l -0.0000,-2.7047 h -405.7022 l -0.0000,2.7047 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 517.6792,276.3456 ZM 518.9015,266.9680 c 0.0000,-1.2023 1.3826,-2.8453 3.6068 -2.8453c 1.6230,-0.0000 3.3863,0.8817 3.3863 3.0457c 0.0000,1.5229 -0.8616,2.4045 -2.0038 3.5066l -2.0238,1.9436 c -0.1002,0.1002 -1.4828,1.4627 -1.4828 2.4245h 3.5667 c 0.7214,-0.0000 1.0620,-0.5009 1.4026 -1.9236c 0.2004,-0.0401 0.4609,-0.0000 0.5811 0.1002c -0.0200,0.6011 -0.2204,2.1039 -0.4809 3.1659c 0.0000,-0.0000 -0.9217,-0.0401 -1.5629 -0.0401h -3.5066 c -0.6412,-0.0000 -1.6631,0.0401 -1.6631 0.0401c 0.0000,-1.1822 0.3206,-2.1440 2.2843 -4.1478l 1.4828,-1.4627 c 1.1822,-1.2023 1.6431,-2.2442 1.6431 -3.5266c 0.0000,-1.9236 -1.0219,-2.4245 -1.7433 -2.4245c -1.4627,-0.0000 -1.9837,0.7214 -1.9837 1.2223c 0.0000,0.1603 0.1202,0.3406 0.1603 0.4809c 0.0401,0.1403 0.0802,0.2605 0.0802 0.4208c 0.0000,0.4428 -0.6011,0.8015 -0.9418 0.8015c -0.4208,-0.0000 -0.8015,-0.3607 -0.8015 -0.7815ZM 526.9967,276.3456 ZM 537.6366,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 Z"/>
+    <path d="M 476.7580,272.4218 ZM 478.7142,272.4218 v -1.3130 c 2.1705,-1.9294 3.8453,-3.4836 3.8453 -3.4836c 1.6748,-1.5542 2.8137,-2.8538 2.8137 -2.8538c 1.1389,-1.2996 1.7284,-2.4251 1.7284 -2.4251c 0.5895,-1.1255 0.5895,-2.1973 0.5895 -2.1973c 0.0000,-1.4738 -0.9111,-2.4117 -0.9111 -2.4117c -0.9111,-0.9379 -2.8137,-0.9379 -2.8137 -0.9379c -1.2059,-0.0000 -2.2375,0.6029 -2.2375 0.6029c -1.0317,0.6029 -1.8624,1.4604 -1.8624 1.4604l -1.2594,-1.2594 c 1.1523,-1.1791 2.4787,-1.8892 2.4787 -1.8892c 1.3264,-0.7101 3.1486,-0.7101 3.1486 -0.7101c 1.2862,-0.0000 2.3179,0.3618 2.3179 0.3618c 1.0317,0.3618 1.7552,1.0183 1.7552 1.0183c 0.7235,0.6565 1.1121,1.5944 1.1121 1.5944c 0.3886,0.9379 0.3886,2.0633 0.3886 2.0633c 0.0000,1.2059 -0.5761,2.4251 -0.5761 2.4251c -0.5761,1.2193 -1.6212,2.5189 -1.6212 2.5189c -1.0451,1.2996 -2.4921,2.7065 -2.4921 2.7065c -1.4470,1.4068 -3.1888,2.9878 -3.1888 2.9878l 1.6078,-0.1072 c 0.0000,-0.0000 1.5810,-0.0536 1.5810 -0.0536h 5.6273 v 1.9026 h -12.0317 ZM 492.8360,272.4218 ZM 506.3148,272.7433 c -1.5542,-0.0000 -2.1973,-0.8307 -2.1973 -0.8307c -0.6431,-0.8307 -0.6431,-2.4385 -0.6431 -2.4385c 0.0000,-0.5091 0.0134,-1.4604 0.0134 -1.4604c 0.0134,-0.9513 0.0402,-2.1035 0.0402 -2.1035c 0.0268,-1.1523 0.0536,-2.3849 0.0536 -2.3849c 0.0268,-1.2326 0.0268,-2.3045 0.0268 -2.3045h -5.2790 c 0.0000,2.7601 -0.0938,5.6139 -0.0938 5.6139c -0.0938,2.8538 -0.3082,5.7211 -0.3082 5.7211l -2.1973,-0.1340 c 0.3216,-2.8940 0.4287,-5.7211 0.4287 -5.7211c 0.1072,-2.8271 0.1072,-5.4799 0.1072 -5.4799h -2.7065 v -1.6882 l 1.8490,-0.1340 h 12.7820 v 1.8222 h -2.4653 c -0.0536,1.0987 -0.0938,2.3715 -0.0938 2.3715c -0.0402,1.2728 -0.0670,2.4653 -0.0670 2.4653c -0.0268,1.1925 -0.0268,2.1437 -0.0268 2.1437v 1.4336 c 0.0000,0.6967 0.2948,0.9915 0.2948 0.9915c 0.2948,0.2948 0.9111,0.2948 0.9111 0.2948c 0.1340,-0.0000 0.2948,-0.0402 0.2948 -0.0402c 0.1608,-0.0402 0.4287,-0.1206 0.4287 -0.1206l 0.3216,1.6882 c -0.2948,0.1340 -0.6431,0.2144 -0.6431 0.2144c -0.3484,0.0804 -0.8307,0.0804 -0.8307 0.0804Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 528.0086,247.5772 v 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8865322981807418" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 492.8360,237.9317 v 4.0570 "/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 406.0150,276.3456 ZM 410.3231,264.8240 c -0.5210,-0.0000 -1.9036,0.2405 -1.9036 1.5229c 0.0000,0.3807 -0.0802,1.0420 -0.7815 1.0420c -0.4809,-0.0000 -0.6813,-0.4008 -0.6813 -0.6813c 0.0000,-0.6612 0.8416,-2.5848 3.7871 -2.5848c 1.0480,-0.0000 1.7473,0.3386 2.1841 0.7815c 0.4869,0.4929 0.6272,0.9838 0.6272 1.5850c 0.0000,1.0560 -0.4609,1.8895 -2.1100 2.6630l 0.0200,0.0401 c 1.1822,0.2004 2.8253,0.9818 2.8253 3.1659c 0.0000,2.6450 -2.1240,4.1878 -4.5084 4.1878c -1.2023,-0.0000 -2.8854,-0.5410 -2.8854 -1.3425c 0.0000,-0.3206 0.4208,-0.7013 0.8416 -0.7013c 0.4008,-0.0000 0.6612,0.2405 0.8616 0.5210c 0.2405,0.3607 0.4208,0.8215 1.4427 0.8215c 0.7013,-0.0000 2.4847,-0.5410 2.4847 -3.2060c 0.0000,-2.2642 -1.4828,-2.5848 -2.6249 -2.5848c -0.2605,-0.0000 -0.6212,-0.0000 -0.9618 0.0401l -0.1002,-0.6412 c 1.9857,-0.2825 3.1479,-1.8134 3.1479 -2.8193c 0.0000,-1.2884 -0.7995,-1.8094 -1.6651 -1.8094ZM 415.3324,276.3456 ZM 425.9724,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 ZM 426.6737,276.3456 ZM 432.5447,263.4013 l -4.7489,14.1265 h -0.8215 l 4.7489,-14.1265 h 0.8215 ZM 433.1458,276.3456 ZM 434.3681,266.9680 c 0.0000,-1.2023 1.3826,-2.8453 3.6068 -2.8453c 1.6230,-0.0000 3.3863,0.8817 3.3863 3.0457c 0.0000,1.5229 -0.8616,2.4045 -2.0038 3.5066l -2.0238,1.9436 c -0.1002,0.1002 -1.4828,1.4627 -1.4828 2.4245h 3.5667 c 0.7214,-0.0000 1.0620,-0.5009 1.4026 -1.9236c 0.2004,-0.0401 0.4609,-0.0000 0.5811 0.1002c -0.0200,0.6011 -0.2204,2.1039 -0.4809 3.1659c 0.0000,-0.0000 -0.9217,-0.0401 -1.5629 -0.0401h -3.5066 c -0.6412,-0.0000 -1.6631,0.0401 -1.6631 0.0401c 0.0000,-1.1822 0.3206,-2.1440 2.2843 -4.1478l 1.4828,-1.4627 c 1.1822,-1.2023 1.6431,-2.2442 1.6431 -3.5266c 0.0000,-1.9236 -1.0219,-2.4245 -1.7433 -2.4245c -1.4627,-0.0000 -1.9837,0.7214 -1.9837 1.2223c 0.0000,0.1603 0.1202,0.3406 0.1603 0.4809c 0.0401,0.1403 0.0802,0.2605 0.0802 0.4208c 0.0000,0.4428 -0.6011,0.8015 -0.9418 0.8015c -0.4208,-0.0000 -0.8015,-0.3607 -0.8015 -0.7815Z"/>
+    <path d="M 359.2544,272.4218 ZM 366.9451,272.7433 c -2.2241,-0.0000 -3.7247,-0.7369 -3.7247 -0.7369c -1.5006,-0.7369 -2.4385,-1.6748 -2.4385 -1.6748l 1.1255,-1.4470 c 0.8575,0.8039 2.0499,1.4202 2.0499 1.4202c 1.1925,0.6163 2.8538,0.6163 2.8538 0.6163c 0.8843,-0.0000 1.6346,-0.2278 1.6346 -0.2278c 0.7503,-0.2278 1.2996,-0.6297 1.2996 -0.6297c 0.5493,-0.4020 0.8575,-0.9781 0.8575 -0.9781c 0.3082,-0.5761 0.3082,-1.2996 0.3082 -1.2996c 0.0000,-0.7503 -0.3350,-1.3800 -0.3350 -1.3800c -0.3350,-0.6297 -1.0853,-1.0853 -1.0853 -1.0853c -0.7503,-0.4555 -1.9294,-0.6967 -1.9294 -0.6967c -1.1791,-0.2412 -2.8672,-0.2412 -2.8672 -0.2412v -1.6882 c 1.5274,-0.0000 2.5859,-0.2412 2.5859 -0.2412c 1.0585,-0.2412 1.7284,-0.6699 1.7284 -0.6699c 0.6699,-0.4287 0.9781,-1.0183 0.9781 -1.0183c 0.3082,-0.5895 0.3082,-1.2594 0.3082 -1.2594c 0.0000,-1.2594 -0.9513,-1.9830 -0.9513 -1.9830c -0.9513,-0.7235 -2.5323,-0.7235 -2.5323 -0.7235c -1.2059,-0.0000 -2.2777,0.4823 -2.2777 0.4823c -1.0719,0.4823 -1.9294,1.2594 -1.9294 1.2594l -1.1791,-1.3934 c 1.0719,-0.9379 2.4385,-1.5408 2.4385 -1.5408c 1.3666,-0.6029 3.0280,-0.6029 3.0280 -0.6029c 1.2059,-0.0000 2.2375,0.2948 2.2375 0.2948c 1.0317,0.2948 1.7954,0.8441 1.7954 0.8441c 0.7637,0.5493 1.1925,1.3532 1.1925 1.3532c 0.4287,0.8039 0.4287,1.8490 0.4287 1.8490c 0.0000,1.5542 -1.0183,2.5457 -1.0183 2.5457c -1.0183,0.9915 -2.6261,1.5274 -2.6261 1.5274v 0.1072 c 0.8575,0.1876 1.6212,0.5493 1.6212 0.5493c 0.7637,0.3618 1.3532,0.9111 1.3532 0.9111c 0.5895,0.5493 0.9245,1.2728 0.9245 1.2728c 0.3350,0.7235 0.3350,1.6078 0.3350 1.6078c 0.0000,1.1255 -0.4823,2.0365 -0.4823 2.0365c -0.4823,0.9111 -1.3264,1.5408 -1.3264 1.5408c -0.8441,0.6297 -1.9696,0.9647 -1.9696 0.9647c -1.1255,0.3350 -2.4117,0.3350 -2.4117 0.3350ZM 375.3324,272.4218 ZM 388.8112,272.7433 c -1.5542,-0.0000 -2.1973,-0.8307 -2.1973 -0.8307c -0.6431,-0.8307 -0.6431,-2.4385 -0.6431 -2.4385c 0.0000,-0.5091 0.0134,-1.4604 0.0134 -1.4604c 0.0134,-0.9513 0.0402,-2.1035 0.0402 -2.1035c 0.0268,-1.1523 0.0536,-2.3849 0.0536 -2.3849c 0.0268,-1.2326 0.0268,-2.3045 0.0268 -2.3045h -5.2790 c 0.0000,2.7601 -0.0938,5.6139 -0.0938 5.6139c -0.0938,2.8538 -0.3082,5.7211 -0.3082 5.7211l -2.1973,-0.1340 c 0.3216,-2.8940 0.4287,-5.7211 0.4287 -5.7211c 0.1072,-2.8271 0.1072,-5.4799 0.1072 -5.4799h -2.7065 v -1.6882 l 1.8490,-0.1340 h 12.7820 v 1.8222 h -2.4653 c -0.0536,1.0987 -0.0938,2.3715 -0.0938 2.3715c -0.0402,1.2728 -0.0670,2.4653 -0.0670 2.4653c -0.0268,1.1925 -0.0268,2.1437 -0.0268 2.1437v 1.4336 c 0.0000,0.6967 0.2948,0.9915 0.2948 0.9915c 0.2948,0.2948 0.9111,0.2948 0.9111 0.2948c 0.1340,-0.0000 0.2948,-0.0402 0.2948 -0.0402c 0.1608,-0.0402 0.4287,-0.1206 0.4287 -0.1206l 0.3216,1.6882 c -0.2948,0.1340 -0.6431,0.2144 -0.6431 0.2144c -0.3484,0.0804 -0.8307,0.0804 -0.8307 0.0804ZM 391.4105,272.4218 ZM 394.0633,276.7093 l 8.7893,-23.3131 h 1.9830 l -8.7893,23.3131 h -1.9830 ZM 407.4885,272.4218 ZM 409.4447,272.4218 v -1.3130 c 2.1705,-1.9294 3.8453,-3.4836 3.8453 -3.4836c 1.6748,-1.5542 2.8137,-2.8538 2.8137 -2.8538c 1.1389,-1.2996 1.7284,-2.4251 1.7284 -2.4251c 0.5895,-1.1255 0.5895,-2.1973 0.5895 -2.1973c 0.0000,-1.4738 -0.9111,-2.4117 -0.9111 -2.4117c -0.9111,-0.9379 -2.8137,-0.9379 -2.8137 -0.9379c -1.2059,-0.0000 -2.2375,0.6029 -2.2375 0.6029c -1.0317,0.6029 -1.8624,1.4604 -1.8624 1.4604l -1.2594,-1.2594 c 1.1523,-1.1791 2.4787,-1.8892 2.4787 -1.8892c 1.3264,-0.7101 3.1486,-0.7101 3.1486 -0.7101c 1.2862,-0.0000 2.3179,0.3618 2.3179 0.3618c 1.0317,0.3618 1.7552,1.0183 1.7552 1.0183c 0.7235,0.6565 1.1121,1.5944 1.1121 1.5944c 0.3886,0.9379 0.3886,2.0633 0.3886 2.0633c 0.0000,1.2059 -0.5761,2.4251 -0.5761 2.4251c -0.5761,1.2193 -1.6212,2.5189 -1.6212 2.5189c -1.0451,1.2996 -2.4921,2.7065 -2.4921 2.7065c -1.4470,1.4068 -3.1888,2.9878 -3.1888 2.9878l 1.6078,-0.1072 c 0.0000,-0.0000 1.5810,-0.0536 1.5810 -0.0536h 5.6273 v 1.9026 h -12.0317 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 424.2391,247.5772 v 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8865322981807418" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.4105,237.9317 v 4.0570 "/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 314.7991,276.3456 ZM 325.4390,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 Z"/>
+    <path d="M 281.9459,272.4218 ZM 295.4247,272.7433 c -1.5542,-0.0000 -2.1973,-0.8307 -2.1973 -0.8307c -0.6431,-0.8307 -0.6431,-2.4385 -0.6431 -2.4385c 0.0000,-0.5091 0.0134,-1.4604 0.0134 -1.4604c 0.0134,-0.9513 0.0402,-2.1035 0.0402 -2.1035c 0.0268,-1.1523 0.0536,-2.3849 0.0536 -2.3849c 0.0268,-1.2326 0.0268,-2.3045 0.0268 -2.3045h -5.2790 c 0.0000,2.7601 -0.0938,5.6139 -0.0938 5.6139c -0.0938,2.8538 -0.3082,5.7211 -0.3082 5.7211l -2.1973,-0.1340 c 0.3216,-2.8940 0.4287,-5.7211 0.4287 -5.7211c 0.1072,-2.8271 0.1072,-5.4799 0.1072 -5.4799h -2.7065 v -1.6882 l 1.8490,-0.1340 h 12.7820 v 1.8222 h -2.4653 c -0.0536,1.0987 -0.0938,2.3715 -0.0938 2.3715c -0.0402,1.2728 -0.0670,2.4653 -0.0670 2.4653c -0.0268,1.1925 -0.0268,2.1437 -0.0268 2.1437v 1.4336 c 0.0000,0.6967 0.2948,0.9915 0.2948 0.9915c 0.2948,0.2948 0.9111,0.2948 0.9111 0.2948c 0.1340,-0.0000 0.2948,-0.0402 0.2948 -0.0402c 0.1608,-0.0402 0.4287,-0.1206 0.4287 -0.1206l 0.3216,1.6882 c -0.2948,0.1340 -0.6431,0.2144 -0.6431 0.2144c -0.3484,0.0804 -0.8307,0.0804 -0.8307 0.0804Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.4697,247.5772 v 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8865322981807418" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 289.9849,237.9317 v 4.0570 "/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.1348,276.3456 ZM 213.7748,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 ZM 214.4761,276.3456 ZM 220.3471,263.4013 l -4.7489,14.1265 h -0.8215 l 4.7489,-14.1265 h 0.8215 ZM 220.9482,276.3456 ZM 222.1705,266.9680 c 0.0000,-1.2023 1.3826,-2.8453 3.6068 -2.8453c 1.6230,-0.0000 3.3863,0.8817 3.3863 3.0457c 0.0000,1.5229 -0.8616,2.4045 -2.0038 3.5066l -2.0238,1.9436 c -0.1002,0.1002 -1.4828,1.4627 -1.4828 2.4245h 3.5667 c 0.7214,-0.0000 1.0620,-0.5009 1.4026 -1.9236c 0.2004,-0.0401 0.4609,-0.0000 0.5811 0.1002c -0.0200,0.6011 -0.2204,2.1039 -0.4809 3.1659c 0.0000,-0.0000 -0.9217,-0.0401 -1.5629 -0.0401h -3.5066 c -0.6412,-0.0000 -1.6631,0.0401 -1.6631 0.0401c 0.0000,-1.1822 0.3206,-2.1440 2.2843 -4.1478l 1.4828,-1.4627 c 1.1822,-1.2023 1.6431,-2.2442 1.6431 -3.5266c 0.0000,-1.9236 -1.0219,-2.4245 -1.7433 -2.4245c -1.4627,-0.0000 -1.9837,0.7214 -1.9837 1.2223c 0.0000,0.1603 0.1202,0.3406 0.1603 0.4809c 0.0401,0.1403 0.0802,0.2605 0.0802 0.4208c 0.0000,0.4428 -0.6011,0.8015 -0.9418 0.8015c -0.4208,-0.0000 -0.8015,-0.3607 -0.8015 -0.7815Z"/>
+    <path d="M 164.4423,272.4218 ZM 177.9211,272.7433 c -1.5542,-0.0000 -2.1973,-0.8307 -2.1973 -0.8307c -0.6431,-0.8307 -0.6431,-2.4385 -0.6431 -2.4385c 0.0000,-0.5091 0.0134,-1.4604 0.0134 -1.4604c 0.0134,-0.9513 0.0402,-2.1035 0.0402 -2.1035c 0.0268,-1.1523 0.0536,-2.3849 0.0536 -2.3849c 0.0268,-1.2326 0.0268,-2.3045 0.0268 -2.3045h -5.2790 c 0.0000,2.7601 -0.0938,5.6139 -0.0938 5.6139c -0.0938,2.8538 -0.3082,5.7211 -0.3082 5.7211l -2.1973,-0.1340 c 0.3216,-2.8940 0.4287,-5.7211 0.4287 -5.7211c 0.1072,-2.8271 0.1072,-5.4799 0.1072 -5.4799h -2.7065 v -1.6882 l 1.8490,-0.1340 h 12.7820 v 1.8222 h -2.4653 c -0.0536,1.0987 -0.0938,2.3715 -0.0938 2.3715c -0.0402,1.2728 -0.0670,2.4653 -0.0670 2.4653c -0.0268,1.1925 -0.0268,2.1437 -0.0268 2.1437v 1.4336 c 0.0000,0.6967 0.2948,0.9915 0.2948 0.9915c 0.2948,0.2948 0.9111,0.2948 0.9111 0.2948c 0.1340,-0.0000 0.2948,-0.0402 0.2948 -0.0402c 0.1608,-0.0402 0.4287,-0.1206 0.4287 -0.1206l 0.3216,1.6882 c -0.2948,0.1340 -0.6431,0.2144 -0.6431 0.2144c -0.3484,0.0804 -0.8307,0.0804 -0.8307 0.0804ZM 180.5204,272.4218 ZM 183.1732,276.7093 l 8.7893,-23.3131 h 1.9830 l -8.7893,23.3131 h -1.9830 ZM 196.5984,272.4218 ZM 198.5546,272.4218 v -1.3130 c 2.1705,-1.9294 3.8453,-3.4836 3.8453 -3.4836c 1.6748,-1.5542 2.8137,-2.8538 2.8137 -2.8538c 1.1389,-1.2996 1.7284,-2.4251 1.7284 -2.4251c 0.5895,-1.1255 0.5895,-2.1973 0.5895 -2.1973c 0.0000,-1.4738 -0.9111,-2.4117 -0.9111 -2.4117c -0.9111,-0.9379 -2.8137,-0.9379 -2.8137 -0.9379c -1.2059,-0.0000 -2.2375,0.6029 -2.2375 0.6029c -1.0317,0.6029 -1.8624,1.4604 -1.8624 1.4604l -1.2594,-1.2594 c 1.1523,-1.1791 2.4787,-1.8892 2.4787 -1.8892c 1.3264,-0.7101 3.1486,-0.7101 3.1486 -0.7101c 1.2862,-0.0000 2.3179,0.3618 2.3179 0.3618c 1.0317,0.3618 1.7552,1.0183 1.7552 1.0183c 0.7235,0.6565 1.1121,1.5944 1.1121 1.5944c 0.3886,0.9379 0.3886,2.0633 0.3886 2.0633c 0.0000,1.2059 -0.5761,2.4251 -0.5761 2.4251c -0.5761,1.2193 -1.6212,2.5189 -1.6212 2.5189c -1.0451,1.2996 -2.4921,2.7065 -2.4921 2.7065c -1.4470,1.4068 -3.1888,2.9878 -3.1888 2.9878l 1.6078,-0.1072 c 0.0000,-0.0000 1.5810,-0.0536 1.5810 -0.0536h 5.6273 v 1.9026 h -12.0317 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.7003,247.5772 v 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8865322981807418" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.5594,237.9317 v 4.0570 "/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.5082,276.3456 ZM 96.9309,267.5491 c 0.2905,0.1082 0.5390,0.2004 1.1822 0.2004h 3.6669 c 0.5811,-0.0000 1.1421,-0.0401 1.2423 -0.0401c 0.1403,-0.0000 0.2405,0.0601 0.2405 0.1403c 0.0000,0.0802 -0.0541,0.2364 -0.3607 0.7414c -1.2423,2.0438 -3.3262,5.1897 -4.8090 7.0733h 2.6650 c 1.0440,-0.0240 1.4527,-0.4649 1.9637 -1.5229l 0.2805,-0.5811 c 0.2405,-0.0000 0.4709,0.0461 0.6011 0.1202c -0.1403,1.0019 -0.4008,2.0438 -0.6412 2.7251l -6.2517,-0.0601 c -0.3006,-0.0000 -0.4609,-0.1002 -0.4609 -0.2405c 0.0000,-0.1002 0.0080,-0.1683 0.1803 -0.4008c 1.5629,-2.1039 3.5667,-4.9893 4.9292 -7.2736l -2.5648,0.0601 c -0.6011,0.0140 -1.2223,0.3607 -1.6230 1.8234c -0.2324,0.0521 -0.4849,0.0140 -0.6612 -0.0601c 0.1803,-0.9818 0.2805,-1.6832 0.3006 -2.5848c 0.0000,-0.0481 0.0721,-0.1202 0.1202 -0.1202ZM 104.0041,276.3456 ZM 106.4888,270.6950 l 3.6268,-0.0601 c 0.2204,-0.0040 0.3006,-0.1002 0.3006 -0.2805c 0.0000,-1.6832 -0.9017,-2.1039 -1.6631 -2.1039c -0.4809,-0.0000 -1.8835,0.1803 -2.2642 2.4446ZM 106.4888,270.6950 ZM 111.7386,274.4821 c 0.2405,0.0200 0.3607,0.1202 0.4208 0.3206c -0.8015,1.0420 -1.8835,1.7433 -3.4064 1.7433c -1.4427,-0.0000 -2.3845,-0.4809 -3.0657 -1.2824c -0.6612,-0.7614 -0.9418,-1.8435 -0.9418 -2.9656c 0.0000,-3.0457 2.2642,-4.7088 4.0075 -4.7088c 2.7852,-0.0000 3.3863,1.8034 3.3863 3.4865c 0.0000,0.2204 -0.1403,0.3406 -0.3807 0.3406l -5.3300,-0.0401 c 0.0000,1.1622 0.2405,2.0839 0.6412 2.7451c 0.6212,1.0219 1.4627,1.4427 2.1841 1.4427c 1.1622,-0.0000 1.7433,-0.3206 2.4847 -1.0820ZM 112.9609,276.3456 ZM 116.4875,269.1721 c 0.0040,0.1002 0.1002,0.2605 0.2204 0.0401c 0.4609,-0.7815 1.2824,-1.6631 2.2242 -1.6631c 0.8416,-0.0000 1.2023,0.5791 1.2023 0.9618c 0.0000,0.5009 -0.4609,1.0019 -0.9418 1.0019c -0.3487,-0.0000 -0.5731,-0.2665 -0.7254 -0.4669c -0.1563,-0.2064 -0.3366,-0.2545 -0.5170 -0.2545c -0.2405,-0.0000 -0.7013,0.6612 -0.9217 0.9818c -0.2405,0.3607 -0.4809,0.8215 -0.4809 1.3425v 2.7852 c 0.0000,1.6631 0.2405,1.7232 1.6431 1.8234c 0.1202,0.1202 0.1202,0.5410 0.0000 0.6612c -0.7013,-0.0200 -1.6230,-0.0401 -2.4245 -0.0401c -0.8015,-0.0000 -1.5830,0.0200 -2.2843 0.0401c -0.1202,-0.1202 -0.1202,-0.5410 0.0000 -0.6612c 1.2423,-0.0802 1.4828,-0.1603 1.4828 -1.8234v -3.9073 c 0.0000,-1.1622 -0.2204,-1.2624 -1.3024 -1.3626c -0.0401,-0.1202 -0.0802,-0.4408 -0.0401 -0.5611c 1.3826,-0.1803 1.9036,-0.3607 2.4646 -0.5811c 0.1603,-0.0000 0.1984,0.0681 0.2405 0.1603c 0.0942,0.2064 0.1262,0.7214 0.1603 1.5229ZM 120.2546,276.3456 ZM 121.0761,272.2379 c 0.0000,-1.2664 0.3807,-2.4326 1.1081 -3.2862c 0.7334,-0.8616 1.8214,-1.4026 3.1399 -1.4026c 3.0657,-0.0000 4.2079,2.4245 4.2079 4.5084c 0.0000,1.2283 -0.4068,2.4887 -1.3044 3.3663c -0.6833,0.6673 -1.6531,1.1221 -2.9435 1.1221c -2.8453,-0.0000 -4.2079,-2.2642 -4.2079 -4.3081ZM 121.0761,272.2379 ZM 125.0235,268.2504 c -1.8034,-0.0000 -2.2242,1.7833 -2.2242 3.5266c 0.0000,1.5429 0.6813,4.0676 2.7652 4.0676c 0.9418,-0.0000 2.2442,-0.6212 2.2442 -3.1459c 0.0000,-2.8854 -1.0620,-4.4483 -2.7852 -4.4483Z"/>
+    <path d="M 54.9778,272.4218 ZM 56.8804,272.4218 v -1.1791 l 8.9233,-10.0488 h -7.9318 v -1.7954 h 11.0938 v 1.1791 l -8.9501,10.0488 h 9.1913 v 1.7954 h -12.3265 ZM 71.0558,272.4218 ZM 79.8987,272.7433 c -1.4738,-0.0000 -2.7467,-0.4555 -2.7467 -0.4555c -1.2728,-0.4555 -2.2241,-1.3398 -2.2241 -1.3398c -0.9513,-0.8843 -1.5006,-2.1571 -1.5006 -2.1571c -0.5493,-1.2728 -0.5493,-2.9074 -0.5493 -2.9074c 0.0000,-1.5810 0.5493,-2.8405 0.5493 -2.8405c 0.5493,-1.2594 1.4738,-2.1437 1.4738 -2.1437c 0.9245,-0.8843 2.1169,-1.3532 2.1169 -1.3532c 1.1925,-0.4689 2.5055,-0.4689 2.5055 -0.4689c 1.3934,-0.0000 2.5055,0.4421 2.5055 0.4421c 1.1121,0.4421 1.8758,1.2460 1.8758 1.2460c 0.7637,0.8039 1.1657,1.9294 1.1657 1.9294c 0.4020,1.1255 0.4020,2.4921 0.4020 2.4921c 0.0000,0.3752 -0.0268,0.7235 -0.0268 0.7235c -0.0268,0.3484 -0.0804,0.6163 -0.0804 0.6163h -10.2631 c 0.2144,2.2241 1.6212,3.3362 1.6212 3.3362c 1.4068,1.1121 3.4434,1.1121 3.4434 1.1121c 1.1791,-0.0000 2.1303,-0.3350 2.1303 -0.3350c 0.9513,-0.3350 1.8356,-0.8977 1.8356 -0.8977l 0.8039,1.4470 c -0.9647,0.6431 -2.2107,1.0987 -2.2107 1.0987c -1.2460,0.4555 -2.8271,0.4555 -2.8271 0.4555ZM 79.8987,272.7433 ZM 79.5772,260.8188 c -0.8039,-0.0000 -1.5408,0.2680 -1.5408 0.2680c -0.7369,0.2680 -1.3264,0.7637 -1.3264 0.7637c -0.5895,0.4957 -0.9915,1.2460 -0.9915 1.2460c -0.4020,0.7503 -0.5627,1.7150 -0.5627 1.7150h 8.3070 c -0.1340,-2.0098 -1.1657,-3.0012 -1.1657 -3.0012c -1.0317,-0.9915 -2.7199,-0.9915 -2.7199 -0.9915ZM 87.1338,272.4218 ZM 91.0462,272.4218 v -13.0232 h 1.8222 l 0.1876,3.0816 h 0.0804 c 1.0183,-1.5810 2.5055,-2.4921 2.5055 -2.4921c 1.4872,-0.9111 3.3094,-0.9111 3.3094 -0.9111c 0.7235,-0.0000 1.3398,0.1206 1.3398 0.1206c 0.6163,0.1206 1.2326,0.4153 1.2326 0.4153l -0.5091,1.9026 c -0.6967,-0.2412 -1.1657,-0.3484 -1.1657 -0.3484c -0.4689,-0.1072 -1.2460,-0.1072 -1.2460 -0.1072c -1.4738,-0.0000 -2.8271,0.8441 -2.8271 0.8441c -1.3532,0.8441 -2.5323,2.8806 -2.5323 2.8806v 7.6371 h -2.1973 ZM 103.2119,272.4218 ZM 111.2509,272.7433 c -1.2862,-0.0000 -2.4519,-0.4555 -2.4519 -0.4555c -1.1657,-0.4555 -2.0499,-1.3264 -2.0499 -1.3264c -0.8843,-0.8709 -1.4068,-2.1437 -1.4068 -2.1437c -0.5225,-1.2728 -0.5225,-2.8806 -0.5225 -2.8806c 0.0000,-1.6346 0.5225,-2.9074 0.5225 -2.9074c 0.5225,-1.2728 1.4068,-2.1571 1.4068 -2.1571c 0.8843,-0.8843 2.0499,-1.3398 2.0499 -1.3398c 1.1657,-0.4555 2.4519,-0.4555 2.4519 -0.4555c 1.2862,-0.0000 2.4519,0.4555 2.4519 0.4555c 1.1657,0.4555 2.0499,1.3398 2.0499 1.3398c 0.8843,0.8843 1.4068,2.1571 1.4068 2.1571c 0.5225,1.2728 0.5225,2.9074 0.5225 2.9074c 0.0000,1.6078 -0.5225,2.8806 -0.5225 2.8806c -0.5225,1.2728 -1.4068,2.1437 -1.4068 2.1437c -0.8843,0.8709 -2.0499,1.3264 -2.0499 1.3264c -1.1657,0.4555 -2.4519,0.4555 -2.4519 0.4555ZM 111.2509,272.7433 ZM 111.2509,270.9212 c 0.9379,-0.0000 1.7016,-0.3618 1.7016 -0.3618c 0.7637,-0.3618 1.3130,-1.0183 1.3130 -1.0183c 0.5493,-0.6565 0.8441,-1.5676 0.8441 -1.5676c 0.2948,-0.9111 0.2948,-2.0365 0.2948 -2.0365c 0.0000,-1.1255 -0.2948,-2.0499 -0.2948 -2.0499c -0.2948,-0.9245 -0.8441,-1.5944 -0.8441 -1.5944c -0.5493,-0.6699 -1.3130,-1.0317 -1.3130 -1.0317c -0.7637,-0.3618 -1.7016,-0.3618 -1.7016 -0.3618c -0.9379,-0.0000 -1.7016,0.3618 -1.7016 0.3618c -0.7637,0.3618 -1.3130,1.0317 -1.3130 1.0317c -0.5493,0.6699 -0.8441,1.5944 -0.8441 1.5944c -0.2948,0.9245 -0.2948,2.0499 -0.2948 2.0499c 0.0000,1.1255 0.2948,2.0365 0.2948 2.0365c 0.2948,0.9111 0.8441,1.5676 0.8441 1.5676c 0.5493,0.6565 1.3130,1.0183 1.3130 1.0183c 0.7637,0.3618 1.7016,0.3618 1.7016 0.3618Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 112.9308,247.5772 v 4.1508 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8865322981807418" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.1338,237.9317 v 4.0570 "/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 528.0086,233.7412 l -0.0000,-138.3592 h -415.0777 l -0.0000,138.3592 Z"/>
+    <path d="M 492.8360,224.4083 l -0.0000,-135.2341 h -405.7022 l -0.0000,135.2341 Z"/>
   </g>
 </svg>
diff --git a/other/gridExample.svg b/other/gridExample.svg
--- a/other/gridExample.svg
+++ b/other/gridExample.svg
@@ -5,210 +5,298 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.0861,315.2931 l -0.0000,-288.4040 h -5.7681 l -0.0000,288.4040 Z"/>
+    <path d="M 80.3702,309.2704 l -0.0000,-284.6211 h -5.6924 l -0.0000,284.6211 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.1592,32.6571 ZM 43.3489,22.2688 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,22.2688 ZM 43.2724,32.8867 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,32.6571 ZM 48.6292,31.8727 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,32.6571 ZM 57.6400,29.4239 c 0.0000,-1.9705 -1.0714,-2.9462 -2.2575 -2.9462c -0.8800,-0.0000 -1.5496,0.1339 -2.2958 0.4400l 0.6122,-5.2228 c 0.6313,0.0574 1.2818,0.0765 1.9514 0.0765c 0.9566,-0.0000 1.9514,-0.0574 2.9845 -0.1722l 0.1148,0.0574 l -0.2870,1.2435 c -0.7461,0.0765 -1.3583,0.0957 -1.8940 0.0957c -0.8609,-0.0000 -1.5114,-0.0765 -2.1810 -0.1531l -0.3635,3.0227 c 0.4018,-0.1531 1.0905,-0.2870 1.8366 -0.2870c 2.0279,-0.0000 3.1567,1.7601 3.1567 3.5202c 0.0000,2.1427 -1.4922,3.7880 -3.6541 3.7880c -1.0905,-0.0000 -2.6784,-0.6122 -2.6784 -1.3583c 0.0000,-0.3635 0.3061,-0.6122 0.6505 -0.6122c 0.3826,-0.0000 0.6313,0.2870 0.8609 0.5931c 0.2870,0.3444 0.5931,0.7270 1.2053 0.7270c 1.2244,-0.0000 2.2384,-1.1479 2.2384 -2.8123Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,36.1935 l -0.0000,-19.5364 h -29.3046 l -0.0000,19.5364 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,26.8890 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.2576,26.4253)" stroke="none" text-anchor="start">0.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.1592,61.4975 ZM 43.3489,51.1092 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,51.1092 ZM 43.2724,61.7271 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,61.4975 ZM 48.6292,60.7131 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,61.4975 ZM 56.6643,54.7059 c 0.0000,-0.1339 0.0191,-0.2870 0.1913 -0.3826c 0.2104,-0.1531 0.5548,-0.3252 0.8418 -0.3252c 0.2487,-0.0000 0.2678,0.2104 0.2678 0.5931v 3.0801 h 1.5496 l -0.1148,0.8992 h -1.4348 v 1.5879 c 0.0000,0.5357 0.0765,0.8035 0.6313 0.8035h 0.5165 c 0.1148,-0.0000 0.1339,0.0957 0.1339 0.1339v 0.4209 c 0.0000,-0.0000 -1.2244,-0.0383 -2.0279 -0.0383c -0.7270,-0.0000 -1.8557,0.0383 -1.8557 0.0383v -0.4209 c 0.0000,-0.0383 0.0191,-0.1339 0.1339 -0.1339h 0.5165 c 0.5931,-0.0000 0.6505,-0.2487 0.6505 -0.8035v -1.5879 h -3.7497 c -0.0765,-0.0000 -0.1148,-0.0383 -0.1722 -0.1148l -0.1531,-0.2104 l -0.2296,-0.4018 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0383c 0.0000,-0.0191 0.0191,-0.0383 0.0383 -0.0574c 1.2435,-1.3775 3.4436,-5.6437 4.1324 -7.2125c 0.0191,-0.0765 0.0574,-0.0957 0.1339 -0.0957c 0.0191,-0.0000 0.4400,0.1722 0.6696 0.2104c -0.8609,2.3149 -2.2766,4.8020 -3.6732 7.0212h 3.0227 v -2.9653 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,24.6493 h 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,55.7294 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,64.6556 l -0.0000,-19.5364 h -29.3046 l -0.0000,19.5364 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.1592,90.3379 ZM 43.3489,79.9496 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,79.9496 ZM 43.2724,90.5675 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,90.3379 ZM 48.6292,89.5535 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,90.3379 ZM 55.8608,79.8731 c -0.4783,-0.0000 -1.8749,0.2678 -1.8749 1.4348c 0.0000,0.3444 -0.1339,0.9374 -0.6505 0.9374c -0.4974,-0.0000 -0.5357,-0.5548 -0.5357 -0.6122c 0.0000,-0.5931 0.7844,-2.3531 3.4436 -2.3531c 1.8557,-0.0000 2.4105,1.1670 2.4105 1.9323c 0.0000,0.4783 -0.1531,1.4348 -1.8749 2.5253c 1.0714,0.1722 2.4871,0.9566 2.4871 2.9462c 0.0000,2.5253 -1.9131,3.8836 -4.0750 3.8836c -1.0905,-0.0000 -2.6210,-0.4783 -2.6210 -1.2053c 0.0000,-0.2870 0.2870,-0.6122 0.6696 -0.6122c 0.3635,-0.0000 0.5357,0.1913 0.7079 0.4400c 0.2104,0.3252 0.5548,0.7844 1.4731 0.7844c 0.6313,-0.0000 2.4297,-0.6313 2.4297 -3.0419c 0.0000,-2.0470 -1.4348,-2.3723 -2.4679 -2.3723c -0.1722,-0.0000 -0.3826,0.0383 -0.5931 0.0765l -0.0765,-0.5739 c 1.4731,-0.2487 2.6975,-1.6836 2.6975 -2.5636c 0.0000,-1.0905 -0.7653,-1.6262 -1.5496 -1.6262Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.2576,54.8874)" stroke="none" text-anchor="start">0.4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,84.5698 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,53.1114 h 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.1592,119.1783 ZM 43.3489,108.7900 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,108.7900 ZM 43.2724,119.4079 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,119.1783 ZM 48.6292,118.3939 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,119.1783 ZM 52.8380,110.7032 c 0.0000,-1.0905 1.0522,-2.5827 3.0610 -2.5827c 1.4731,-0.0000 3.1949,0.5548 3.1949 2.7549c 0.0000,1.4540 -0.7461,2.1810 -1.7792 3.1758l -1.8175,1.7601 c -0.0957,0.0957 -1.3775,1.3583 -1.3775 2.2575h 3.2523 c 0.6505,-0.0000 0.9948,-0.3252 1.2627 -1.3775l 0.4783,0.0765 l -0.3826,2.4105 h -5.9116 c 0.0000,-1.0714 0.1722,-1.8940 1.9514 -3.7115l 1.3392,-1.3201 c 1.0714,-1.0905 1.5114,-2.0279 1.5114 -3.1949c 0.0000,-1.7409 -1.1861,-2.2384 -1.8366 -2.2384c -1.3201,-0.0000 -1.6836,0.6887 -1.6836 1.1479c 0.0000,0.1531 0.0383,0.3061 0.0765 0.4400c 0.0383,0.1339 0.0765,0.2678 0.0765 0.4209c 0.0000,0.4974 -0.3826,0.6887 -0.6887 0.6887c -0.4209,-0.0000 -0.7270,-0.3252 -0.7270 -0.7079Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,93.1177 l -0.0000,-19.5364 h -29.3046 l -0.0000,19.5364 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,113.4102 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.2576,83.3495)" stroke="none" text-anchor="start">0.3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.1592,148.0187 ZM 43.3489,137.6304 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,137.6304 ZM 43.2724,148.2483 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,148.0187 ZM 48.6292,147.2343 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,148.0187 ZM 55.3251,138.8931 c -0.3635,-0.0000 -1.2053,0.3444 -1.6262 0.5357l -0.2296,-0.5931 c 1.6836,-0.7844 2.3340,-1.1861 3.2906 -1.8749h 0.3635 v 9.6230 c 0.0000,0.6887 0.0957,0.8800 0.7270 0.8800h 0.9948 c 0.0574,-0.0000 0.1531,0.0383 0.1531 0.1531v 0.4209 l -2.6210,-0.0383 l -2.6592,0.0383 v -0.4209 c 0.0191,-0.0574 0.0383,-0.1531 0.1531 -0.1531h 1.1479 c 0.7270,-0.0000 0.7270,-0.3252 0.7270 -0.8800v -6.5812 c 0.0000,-0.6505 0.0000,-1.1096 -0.4209 -1.1096Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,81.5735 h 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,142.2506 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,121.5798 l -0.0000,-19.5364 h -29.3046 l -0.0000,19.5364 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.1592,176.8591 ZM 43.3489,166.4708 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,166.4708 ZM 43.2724,177.0887 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,176.8591 ZM 48.6292,176.0747 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,176.8591 ZM 55.9182,166.4708 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 55.9182,166.4708 ZM 55.8416,177.0887 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.2576,111.8116)" stroke="none" text-anchor="start">0.2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,171.0910 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,110.0356 h 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.7885,205.6995 ZM 38.0304,201.1845 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,205.6995 ZM 43.3489,195.3112 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,195.3112 ZM 43.2724,205.9291 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,205.6995 ZM 48.6292,204.9151 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,205.6995 ZM 55.3251,196.5739 c -0.3635,-0.0000 -1.2053,0.3444 -1.6262 0.5357l -0.2296,-0.5931 c 1.6836,-0.7844 2.3340,-1.1861 3.2906 -1.8749h 0.3635 v 9.6230 c 0.0000,0.6887 0.0957,0.8800 0.7270 0.8800h 0.9948 c 0.0574,-0.0000 0.1531,0.0383 0.1531 0.1531v 0.4209 l -2.6210,-0.0383 l -2.6592,0.0383 v -0.4209 c 0.0191,-0.0574 0.0383,-0.1531 0.1531 -0.1531h 1.1479 c 0.7270,-0.0000 0.7270,-0.3252 0.7270 -0.8800v -6.5812 c 0.0000,-0.6505 0.0000,-1.1096 -0.4209 -1.1096Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,150.0419 l -0.0000,-19.5364 h -29.3046 l -0.0000,19.5364 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,199.9314 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.2576,140.2737)" stroke="none" text-anchor="start">0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.7885,234.5399 ZM 38.0304,230.0249 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,234.5399 ZM 43.3489,224.1516 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,224.1516 ZM 43.2724,234.7695 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,234.5399 ZM 48.6292,233.7555 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,234.5399 ZM 52.8380,226.0648 c 0.0000,-1.0905 1.0522,-2.5827 3.0610 -2.5827c 1.4731,-0.0000 3.1949,0.5548 3.1949 2.7549c 0.0000,1.4540 -0.7461,2.1810 -1.7792 3.1758l -1.8175,1.7601 c -0.0957,0.0957 -1.3775,1.3583 -1.3775 2.2575h 3.2523 c 0.6505,-0.0000 0.9948,-0.3252 1.2627 -1.3775l 0.4783,0.0765 l -0.3826,2.4105 h -5.9116 c 0.0000,-1.0714 0.1722,-1.8940 1.9514 -3.7115l 1.3392,-1.3201 c 1.0714,-1.0905 1.5114,-2.0279 1.5114 -3.1949c 0.0000,-1.7409 -1.1861,-2.2384 -1.8366 -2.2384c -1.3201,-0.0000 -1.6836,0.6887 -1.6836 1.1479c 0.0000,0.1531 0.0383,0.3061 0.0765 0.4400c 0.0383,0.1339 0.0765,0.2678 0.0765 0.4209c 0.0000,0.4974 -0.3826,0.6887 -0.6887 0.6887c -0.4209,-0.0000 -0.7270,-0.3252 -0.7270 -0.7079Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,138.4977 h 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,228.7718 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,178.5041 l -0.0000,-19.5364 h -29.3046 l -0.0000,19.5364 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.7885,263.3803 ZM 38.0304,258.8653 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,263.3803 ZM 43.3489,252.9920 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,252.9920 ZM 43.2724,263.6099 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,263.3803 ZM 48.6292,262.5959 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,263.3803 ZM 55.8608,252.9155 c -0.4783,-0.0000 -1.8749,0.2678 -1.8749 1.4348c 0.0000,0.3444 -0.1339,0.9374 -0.6505 0.9374c -0.4974,-0.0000 -0.5357,-0.5548 -0.5357 -0.6122c 0.0000,-0.5931 0.7844,-2.3531 3.4436 -2.3531c 1.8557,-0.0000 2.4105,1.1670 2.4105 1.9323c 0.0000,0.4783 -0.1531,1.4348 -1.8749 2.5253c 1.0714,0.1722 2.4871,0.9566 2.4871 2.9462c 0.0000,2.5253 -1.9131,3.8836 -4.0750 3.8836c -1.0905,-0.0000 -2.6210,-0.4783 -2.6210 -1.2053c 0.0000,-0.2870 0.2870,-0.6122 0.6696 -0.6122c 0.3635,-0.0000 0.5357,0.1913 0.7079 0.4400c 0.2104,0.3252 0.5548,0.7844 1.4731 0.7844c 0.6313,-0.0000 2.4297,-0.6313 2.4297 -3.0419c 0.0000,-2.0470 -1.4348,-2.3723 -2.4679 -2.3723c -0.1722,-0.0000 -0.3826,0.0383 -0.5931 0.0765l -0.0765,-0.5739 c 1.4731,-0.2487 2.6975,-1.6836 2.6975 -2.5636c 0.0000,-1.0905 -0.7653,-1.6262 -1.5496 -1.6262Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.2576,168.7359)" stroke="none" text-anchor="start">0.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,257.6122 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,166.9598 h 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.7885,292.2207 ZM 38.0304,287.7058 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,292.2207 ZM 43.3489,281.8324 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,281.8324 ZM 43.2724,292.4503 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,292.2207 ZM 48.6292,291.4364 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,292.2207 ZM 56.6643,285.4291 c 0.0000,-0.1339 0.0191,-0.2870 0.1913 -0.3826c 0.2104,-0.1531 0.5548,-0.3252 0.8418 -0.3252c 0.2487,-0.0000 0.2678,0.2104 0.2678 0.5931v 3.0801 h 1.5496 l -0.1148,0.8992 h -1.4348 v 1.5879 c 0.0000,0.5357 0.0765,0.8035 0.6313 0.8035h 0.5165 c 0.1148,-0.0000 0.1339,0.0957 0.1339 0.1339v 0.4209 c 0.0000,-0.0000 -1.2244,-0.0383 -2.0279 -0.0383c -0.7270,-0.0000 -1.8557,0.0383 -1.8557 0.0383v -0.4209 c 0.0000,-0.0383 0.0191,-0.1339 0.1339 -0.1339h 0.5165 c 0.5931,-0.0000 0.6505,-0.2487 0.6505 -0.8035v -1.5879 h -3.7497 c -0.0765,-0.0000 -0.1148,-0.0383 -0.1722 -0.1148l -0.1531,-0.2104 l -0.2296,-0.4018 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0383c 0.0000,-0.0191 0.0191,-0.0383 0.0383 -0.0574c 1.2435,-1.3775 3.4436,-5.6437 4.1324 -7.2125c 0.0191,-0.0765 0.0574,-0.0957 0.1339 -0.0957c 0.0191,-0.0000 0.4400,0.1722 0.6696 0.2104c -0.8609,2.3149 -2.2766,4.8020 -3.6732 7.0212h 3.0227 v -2.9653 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,206.9662 l -0.0000,-19.5364 h -39.0728 l -0.0000,19.5364 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,286.4527 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.4894,197.1980)" stroke="none" text-anchor="start">-0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.7885,321.0611 ZM 38.0304,316.5462 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,321.0611 ZM 43.3489,310.6729 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,310.6729 ZM 43.2724,321.2907 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,321.0611 ZM 48.6292,320.2768 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,321.0611 ZM 57.6400,317.8280 c 0.0000,-1.9705 -1.0714,-2.9462 -2.2575 -2.9462c -0.8800,-0.0000 -1.5496,0.1339 -2.2958 0.4400l 0.6122,-5.2228 c 0.6313,0.0574 1.2818,0.0765 1.9514 0.0765c 0.9566,-0.0000 1.9514,-0.0574 2.9845 -0.1722l 0.1148,0.0574 l -0.2870,1.2435 c -0.7461,0.0765 -1.3583,0.0957 -1.8940 0.0957c -0.8609,-0.0000 -1.5114,-0.0765 -2.1810 -0.1531l -0.3635,3.0227 c 0.4018,-0.1531 1.0905,-0.2870 1.8366 -0.2870c 2.0279,-0.0000 3.1567,1.7601 3.1567 3.5202c 0.0000,2.1427 -1.4922,3.7880 -3.6541 3.7880c -1.0905,-0.0000 -2.6784,-0.6122 -2.6784 -1.3583c 0.0000,-0.3635 0.3061,-0.6122 0.6505 -0.6122c 0.3826,-0.0000 0.6313,0.2870 0.8609 0.5931c 0.2870,0.3444 0.5931,0.7270 1.2053 0.7270c 1.2244,-0.0000 2.2384,-1.1479 2.2384 -2.8123Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,195.4219 h 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.4340,315.2931 h 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,235.4283 l -0.0000,-19.5364 h -39.0728 l -0.0000,19.5364 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.4894,225.6601)" stroke="none" text-anchor="start">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,223.8840 h 8.5386 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,263.8904 l -0.0000,-19.5364 h -39.0728 l -0.0000,19.5364 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.4894,254.1222)" stroke="none" text-anchor="start">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,252.3462 h 8.5386 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,292.3525 l -0.0000,-19.5364 h -39.0728 l -0.0000,19.5364 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.4894,282.5843)" stroke="none" text-anchor="start">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,280.8083 h 8.5386 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.5622,320.8146 l -0.0000,-19.5364 h -39.0728 l -0.0000,19.5364 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.4894,311.0464)" stroke="none" text-anchor="start">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.8315,309.2704 h 8.5386 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4490,321.0611 l -0.0000,-5.7681 h -432.6061 l -0.0000,5.7681 Z"/>
+    <path d="M 526.8497,314.9628 l -0.0000,-5.6924 h -426.9317 l -0.0000,5.6924 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4490,340.3651 ZM 528.6999,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 528.6999,340.9874 ZM 526.0891,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 527.5501,346.4662 ZM 530.3098,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 530.3098,347.7378 ZM 536.3026,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 534.0164,352.9325 ZM 540.4421,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 539.4681,358.3842 ZM 545.1904,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 545.1904,361.6986 ZM 554.4435,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 546.1509,365.0670 ZM 551.4403,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 551.4403,362.8620 ZM 552.5225,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 551.9408,370.8569 ZM 554.1594,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 560.1297,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4490,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,525.5939,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.1884,340.3651 ZM 485.4393,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 485.4393,340.9874 ZM 482.8285,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 484.2895,346.4662 ZM 487.0492,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 487.0492,347.7378 ZM 493.0420,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 490.7558,352.9325 ZM 497.1815,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 496.2075,358.3842 ZM 501.9298,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 501.9298,361.6986 ZM 511.1829,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 502.8903,365.0670 ZM 508.1797,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 508.1797,362.8620 ZM 509.2619,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 508.6802,370.8569 ZM 510.8988,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.8497,309.2704 v 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.1884,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 517.4365,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.9278,340.3651 ZM 442.1787,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 442.1787,340.9874 ZM 439.5679,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 441.0289,346.4662 ZM 443.7886,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 443.7886,347.7378 ZM 449.7814,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 447.4952,352.9325 ZM 453.9209,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 452.9469,358.3842 ZM 458.6692,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 458.6692,361.6986 ZM 467.9222,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 459.6297,365.0670 ZM 464.9191,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 464.9191,362.8620 ZM 466.0013,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 465.4196,370.8569 ZM 467.6382,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,482.9007,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.9278,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.1566,309.2704 v 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 391.6672,340.3651 ZM 398.9181,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 398.9181,340.9874 ZM 396.3073,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 397.7683,346.4662 ZM 400.5279,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 400.5279,347.7378 ZM 406.5208,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 404.2346,352.9325 ZM 410.6603,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 409.6863,358.3842 ZM 415.4086,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 415.4086,361.6986 ZM 424.6616,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 416.3691,365.0670 ZM 421.6585,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 421.6585,362.8620 ZM 422.7407,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 422.1590,370.8569 ZM 424.3776,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 474.7433,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 391.6672,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,440.2075,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 348.4066,340.3651 ZM 355.6575,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 355.6575,340.9874 ZM 353.0466,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 354.5077,346.4662 ZM 357.2673,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 357.2673,347.7378 ZM 363.2602,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 360.9740,352.9325 ZM 367.3997,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 366.4257,358.3842 ZM 372.1480,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 372.1480,361.6986 ZM 381.4010,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 373.1085,365.0670 ZM 378.3979,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 378.3979,362.8620 ZM 379.4801,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 378.8984,370.8569 ZM 381.1170,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.4634,309.2704 v 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 348.4066,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 432.0502,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.1460,340.3651 ZM 312.3969,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 312.3969,340.9874 ZM 309.7860,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 311.2470,346.4662 ZM 314.0067,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 314.0067,347.7378 ZM 319.9996,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 317.7134,352.9325 ZM 324.1391,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 323.1651,358.3842 ZM 328.8874,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 328.8874,361.6986 ZM 338.1404,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 329.8479,365.0670 ZM 335.1372,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 335.1372,362.8620 ZM 336.2195,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 335.6378,370.8569 ZM 337.8563,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,397.5144,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.1460,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 398.7702,309.2704 v 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.8854,340.3651 ZM 269.1363,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 269.1363,340.9874 ZM 266.5254,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 267.9864,346.4662 ZM 270.7461,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 270.7461,347.7378 ZM 276.7390,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 274.4528,352.9325 ZM 280.8785,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 279.9045,358.3842 ZM 285.6268,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 285.6268,361.6986 ZM 294.8798,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 286.5872,365.0670 ZM 291.8766,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 291.8766,362.8620 ZM 292.9589,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 292.3772,370.8569 ZM 294.5957,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 389.3570,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.8854,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,354.8212,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.6248,340.3651 ZM 225.8757,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 225.8757,340.9874 ZM 223.2648,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 224.7258,346.4662 ZM 227.4855,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 227.4855,347.7378 ZM 233.4784,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 231.1922,352.9325 ZM 237.6179,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 236.6439,358.3842 ZM 242.3662,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 242.3662,361.6986 ZM 251.6192,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 243.3266,365.0670 ZM 248.6160,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 248.6160,362.8620 ZM 249.6983,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 249.1166,370.8569 ZM 251.3351,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 356.0770,309.2704 v 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.6248,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 346.6638,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.3642,340.3651 ZM 182.6151,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 182.6151,340.9874 ZM 180.0042,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 181.4652,346.4662 ZM 184.2249,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 184.2249,347.7378 ZM 190.2178,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 187.9315,352.9325 ZM 194.3573,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 193.3833,358.3842 ZM 199.1056,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 199.1056,361.6986 ZM 208.3586,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 200.0660,365.0670 ZM 205.3554,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 205.3554,362.8620 ZM 206.4377,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 205.8560,370.8569 ZM 208.0745,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,312.1280,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.3642,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.3839,309.2704 v 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 132.1036,340.3651 ZM 139.3545,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 139.3545,340.9874 ZM 136.7436,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 138.2046,346.4662 ZM 140.9643,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 140.9643,347.7378 ZM 146.9571,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 144.6709,352.9325 ZM 151.0967,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 150.1227,358.3842 ZM 155.8450,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 155.8450,361.6986 ZM 165.0980,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 156.8054,365.0670 ZM 162.0948,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 162.0948,362.8620 ZM 163.1770,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 162.5954,370.8569 ZM 164.8139,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 303.9707,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 132.1036,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,269.4349,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,340.3651 ZM 96.0939,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 96.0939,340.9874 ZM 93.4830,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 94.9440,346.4662 ZM 97.7037,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 97.7037,347.7378 ZM 103.6965,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 101.4103,352.9325 ZM 107.8361,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 106.8621,358.3842 ZM 112.5843,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 112.5843,361.6986 ZM 121.8374,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 113.5448,365.0670 ZM 118.8342,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 118.8342,362.8620 ZM 119.9164,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 119.3347,370.8569 ZM 121.5533,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 270.6907,309.2704 v 8.5386 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,315.2931 v 8.6521 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 261.2775,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,226.7417,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.9975,309.2704 v 8.5386 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.5843,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,184.0485,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.3044,309.2704 v 8.5386 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.8911,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,141.3554,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.6112,309.2704 v 8.5386 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 133.1980,377.3356 l 13.8143,-13.8143 l -41.4430,-41.4430 l -13.8143,13.8143 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.76035844497493px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,98.6622,328.9855)" stroke="none" text-anchor="start">abcdef
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4395072025250824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,309.2704 v 8.5386 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4490,315.2931 l -0.0000,-288.4040 h -432.6061 l -0.0000,288.4040 Z"/>
+    <path d="M 526.8497,309.2704 l -0.0000,-284.6211 h -426.9317 l -0.0000,284.6211 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,26.8890 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,24.6493 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,55.7294 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,53.1114 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,84.5698 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,81.5735 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,113.4102 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,110.0356 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,142.2506 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,138.4977 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,171.0910 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,166.9598 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,199.9314 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,195.4219 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,228.7718 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,223.8840 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,257.6122 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,252.3462 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,286.4527 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,280.8083 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,315.2931 h 432.6061 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,309.2704 h 426.9317 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 521.4490,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.8497,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.1884,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 484.1566,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.9278,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 441.4634,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 391.6672,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 398.7702,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 348.4066,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 356.0770,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.1460,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.3839,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.8854,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 270.6907,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.6248,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.9975,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.3642,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.3044,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 132.1036,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.6112,309.2704 v -284.6211 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.8430,315.2931 v -288.4040 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4879014405050165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.9180,309.2704 v -284.6211 "/>
   </g>
 </svg>
diff --git a/other/histDiffExample.svg b/other/histDiffExample.svg
--- a/other/histDiffExample.svg
+++ b/other/histDiffExample.svg
@@ -5,570 +5,642 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 106.4658,294.3293 l -0.0000,-113.4138 h -5.6707 l -0.0000,113.4138 Z"/>
+    <path d="M 119.3522,294.5150 l -0.0000,-109.7004 h -5.4850 l -0.0000,109.7004 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.8737,191.5898 ZM 68.9927,181.3769 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,181.3769 ZM 68.9175,191.8155 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,191.5898 ZM 74.1838,190.8187 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,191.5898 ZM 81.3498,181.3769 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,181.3769 ZM 81.2745,191.8155 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,191.5898 ZM 90.3213,184.9129 c 0.0000,-0.1317 0.0188,-0.2821 0.1881 -0.3762c 0.2069,-0.1505 0.5454,-0.3197 0.8276 -0.3197c 0.2445,-0.0000 0.2633,0.2069 0.2633 0.5831v 3.0281 h 1.5235 l -0.1128,0.8840 h -1.4106 v 1.5611 c 0.0000,0.5266 0.0752,0.7899 0.6207 0.7899h 0.5078 c 0.1128,-0.0000 0.1317,0.0940 0.1317 0.1317v 0.4138 c 0.0000,-0.0000 -1.2037,-0.0376 -1.9937 -0.0376c -0.7147,-0.0000 -1.8244,0.0376 -1.8244 0.0376v -0.4138 c 0.0000,-0.0376 0.0188,-0.1317 0.1317 -0.1317h 0.5078 c 0.5831,-0.0000 0.6395,-0.2445 0.6395 -0.7899v -1.5611 h -3.6864 c -0.0752,-0.0000 -0.1128,-0.0376 -0.1693 -0.1128l -0.1505,-0.2069 l -0.2257,-0.3950 c -0.0188,-0.0000 -0.0188,-0.0188 -0.0188 -0.0376c 0.0000,-0.0188 0.0188,-0.0376 0.0376 -0.0564c 1.2225,-1.3542 3.3855,-5.5484 4.0626 -7.0907c 0.0188,-0.0752 0.0564,-0.0940 0.1317 -0.0940c 0.0188,-0.0000 0.4326,0.1693 0.6583 0.2069c -0.8464,2.2758 -2.2382,4.7209 -3.6112 6.9026h 2.9717 v -2.9153 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.0109,200.7779 l -0.0000,-18.8246 h -37.6492 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.9598,185.9191 h 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,88.1863,191.3656)" stroke="none" text-anchor="middle">0.04
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.8737,208.2683 ZM 68.9927,198.0554 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,198.0554 ZM 68.9175,208.4940 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,208.2683 ZM 74.1838,207.4972 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,208.2683 ZM 81.3498,198.0554 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,198.0554 ZM 81.2745,208.4940 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,208.2683 ZM 89.5313,197.9802 c -0.4702,-0.0000 -1.8432,0.2633 -1.8432 1.4106c 0.0000,0.3385 -0.1317,0.9216 -0.6395 0.9216c -0.4890,-0.0000 -0.5266,-0.5454 -0.5266 -0.6019c 0.0000,-0.5831 0.7711,-2.3134 3.3855 -2.3134c 1.8244,-0.0000 2.3698,1.1473 2.3698 1.8996c 0.0000,0.4702 -0.1505,1.4106 -1.8432 2.4827c 1.0533,0.1693 2.4451,0.9404 2.4451 2.8965c 0.0000,2.4827 -1.8808,3.8181 -4.0062 3.8181c -1.0721,-0.0000 -2.5767,-0.4702 -2.5767 -1.1849c 0.0000,-0.2821 0.2821,-0.6019 0.6583 -0.6019c 0.3574,-0.0000 0.5266,0.1881 0.6959 0.4326c 0.2069,0.3197 0.5454,0.7711 1.4482 0.7711c 0.6207,-0.0000 2.3886,-0.6207 2.3886 -2.9905c 0.0000,-2.0125 -1.4106,-2.3322 -2.4263 -2.3322c -0.1693,-0.0000 -0.3762,0.0376 -0.5831 0.0752l -0.0752,-0.5642 c 1.4482,-0.2445 2.6520,-1.6551 2.6520 -2.5203c 0.0000,-1.0721 -0.7523,-1.5987 -1.5235 -1.5987Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.1246,189.6543 h 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.9598,202.5976 h 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.0109,216.9103 l -0.0000,-18.8246 h -37.6492 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.8737,224.9468 ZM 68.9927,214.7339 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,214.7339 ZM 68.9175,225.1725 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,224.9468 ZM 74.1838,224.1756 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,224.9468 ZM 81.3498,214.7339 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,214.7339 ZM 81.2745,225.1725 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,224.9468 ZM 86.5596,216.6147 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,88.1863,207.4980)" stroke="none" text-anchor="middle">0.03
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.9598,219.2761 h 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.1246,205.7867 h 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.8737,241.6253 ZM 68.9927,231.4124 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,231.4124 ZM 68.9175,241.8510 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,241.6253 ZM 74.1838,240.8541 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,241.6253 ZM 81.3498,231.4124 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,231.4124 ZM 81.2745,241.8510 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,241.6253 ZM 89.0047,232.6537 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.0109,233.0427 l -0.0000,-18.8246 h -37.6492 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.9598,235.9546 h 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,88.1863,223.6305)" stroke="none" text-anchor="middle">0.02
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.8737,258.3038 ZM 68.9927,248.0909 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,248.0909 ZM 68.9175,258.5295 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,258.3038 ZM 74.1838,257.5326 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,258.3038 ZM 81.3498,248.0909 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,248.0909 ZM 81.2745,258.5295 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,258.3038 ZM 89.5878,248.0909 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 89.5878,248.0909 ZM 89.5125,258.5295 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.1246,221.9191 h 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.9598,252.6331 h 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.0109,249.1752 l -0.0000,-18.8246 h -37.6492 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 58.6106,274.9823 ZM 63.7640,270.5435 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 64.8737,274.9823 ZM 68.9927,264.7694 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,264.7694 ZM 68.9175,275.2080 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,274.9823 ZM 74.1838,274.2111 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,274.9823 ZM 81.3498,264.7694 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,264.7694 ZM 81.2745,275.2080 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,274.9823 ZM 89.0047,266.0107 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,88.1863,239.7629)" stroke="none" text-anchor="middle">0.01
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.9598,269.3116 h 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.1246,238.0515 h 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 58.6106,291.6608 ZM 63.7640,287.2220 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 64.8737,291.6608 ZM 68.9927,281.4479 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,281.4479 ZM 68.9175,291.8865 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,291.6608 ZM 74.1838,290.8896 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,291.6608 ZM 81.3498,281.4479 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,281.4479 ZM 81.2745,291.8865 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,291.6608 ZM 86.5596,283.3287 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.0109,265.3076 l -0.0000,-18.8246 h -37.6492 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.9598,285.9901 h 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,88.1863,255.8953)" stroke="none" text-anchor="middle">0.00
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.1246,254.1839 h 8.2275 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.0109,281.4400 l -0.0000,-18.8246 h -47.0615 l -0.0000,18.8246 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,83.4801,272.0277)" stroke="none" text-anchor="middle">-0.01
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.1246,270.3164 h 8.2275 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 107.0109,297.5724 l -0.0000,-18.8246 h -47.0615 l -0.0000,18.8246 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,83.4801,288.1601)" stroke="none" text-anchor="middle">-0.02
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.1246,286.4488 h 8.2275 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 550.3593,311.3414 l -0.0000,-5.6707 h -425.3016 l -0.0000,5.6707 Z"/>
+    <path d="M 551.1110,310.9700 l -0.0000,-5.4850 h -411.3765 l -0.0000,5.4850 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 546.2403,335.2443 ZM 552.0521,332.0657 c 0.0000,-1.9372 -1.0533,-2.8965 -2.2194 -2.8965c -0.8652,-0.0000 -1.5235,0.1317 -2.2570 0.4326l 0.6019,-5.1347 c 0.6207,0.0564 1.2602,0.0752 1.9184 0.0752c 0.9404,-0.0000 1.9184,-0.0564 2.9341 -0.1693l 0.1128,0.0564 l -0.2821,1.2225 c -0.7335,0.0752 -1.3354,0.0940 -1.8620 0.0940c -0.8464,-0.0000 -1.4859,-0.0752 -2.1441 -0.1505l -0.3574,2.9717 c 0.3950,-0.1505 1.0721,-0.2821 1.8056 -0.2821c 1.9937,-0.0000 3.1034,1.7304 3.1034 3.4607c 0.0000,2.1065 -1.4670,3.7240 -3.5924 3.7240c -1.0721,-0.0000 -2.6332,-0.6019 -2.6332 -1.3354c 0.0000,-0.3574 0.3009,-0.6019 0.6395 -0.6019c 0.3762,-0.0000 0.6207,0.2821 0.8464 0.5831c 0.2821,0.3385 0.5831,0.7147 1.1849 0.7147c 1.2037,-0.0000 2.2006,-1.1285 2.2006 -2.7648Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 555.8172,336.6509 l -0.0000,-18.8246 h -9.4123 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 550.3593,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,551.1110,327.2386)" stroke="none" text-anchor="middle">5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 503.7102,335.2443 ZM 508.5627,328.5674 c 0.0000,-0.1317 0.0188,-0.2821 0.1881 -0.3762c 0.2069,-0.1505 0.5454,-0.3197 0.8276 -0.3197c 0.2445,-0.0000 0.2633,0.2069 0.2633 0.5831v 3.0281 h 1.5235 l -0.1128,0.8840 h -1.4106 v 1.5611 c 0.0000,0.5266 0.0752,0.7899 0.6207 0.7899h 0.5078 c 0.1128,-0.0000 0.1317,0.0940 0.1317 0.1317v 0.4138 c 0.0000,-0.0000 -1.2037,-0.0376 -1.9937 -0.0376c -0.7147,-0.0000 -1.8244,0.0376 -1.8244 0.0376v -0.4138 c 0.0000,-0.0376 0.0188,-0.1317 0.1317 -0.1317h 0.5078 c 0.5831,-0.0000 0.6395,-0.2445 0.6395 -0.7899v -1.5611 h -3.6864 c -0.0752,-0.0000 -0.1128,-0.0376 -0.1693 -0.1128l -0.1505,-0.2069 l -0.2257,-0.3950 c -0.0188,-0.0000 -0.0188,-0.0188 -0.0188 -0.0376c 0.0000,-0.0188 0.0188,-0.0376 0.0376 -0.0564c 1.2225,-1.3542 3.3855,-5.5484 4.0626 -7.0907c 0.0188,-0.0752 0.0564,-0.0940 0.1317 -0.0940c 0.0188,-0.0000 0.4326,0.1693 0.6583 0.2069c -0.8464,2.2758 -2.2382,4.7209 -3.6112 6.9026h 2.9717 v -2.9153 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 551.1110,305.4850 v 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.8292,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 514.6795,336.6509 l -0.0000,-18.8246 h -9.4123 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 461.1800,335.2443 ZM 465.2426,324.9562 c -0.4702,-0.0000 -1.8432,0.2633 -1.8432 1.4106c 0.0000,0.3385 -0.1317,0.9216 -0.6395 0.9216c -0.4890,-0.0000 -0.5266,-0.5454 -0.5266 -0.6019c 0.0000,-0.5831 0.7711,-2.3134 3.3855 -2.3134c 1.8244,-0.0000 2.3698,1.1473 2.3698 1.8996c 0.0000,0.4702 -0.1505,1.4106 -1.8432 2.4827c 1.0533,0.1693 2.4451,0.9404 2.4451 2.8965c 0.0000,2.4827 -1.8808,3.8181 -4.0062 3.8181c -1.0721,-0.0000 -2.5767,-0.4702 -2.5767 -1.1849c 0.0000,-0.2821 0.2821,-0.6019 0.6583 -0.6019c 0.3574,-0.0000 0.5266,0.1881 0.6959 0.4326c 0.2069,0.3197 0.5454,0.7711 1.4482 0.7711c 0.6207,-0.0000 2.3886,-0.6207 2.3886 -2.9905c 0.0000,-2.0125 -1.4106,-2.3322 -2.4263 -2.3322c -0.1693,-0.0000 -0.3762,0.0376 -0.5831 0.0752l -0.0752,-0.5642 c 1.4482,-0.2445 2.6520,-1.6551 2.6520 -2.5203c 0.0000,-1.0721 -0.7523,-1.5987 -1.5235 -1.5987Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,509.9734,327.2386)" stroke="none" text-anchor="middle">4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 465.2990,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 509.9734,305.4850 v 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.6499,335.2443 ZM 419.7407,326.9123 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.5419,336.6509 l -0.0000,-18.8246 h -9.4123 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.7689,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,468.8357,327.2386)" stroke="none" text-anchor="middle">3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.1197,335.2443 ZM 379.6557,326.2728 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.8357,305.4850 v 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 380.2387,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 432.4042,336.6509 l -0.0000,-18.8246 h -9.4123 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.5895,335.2443 ZM 337.7086,325.0314 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 337.7086,325.0314 ZM 337.6333,335.4700 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,427.6981,327.2386)" stroke="none" text-anchor="middle">2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.7086,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.6981,305.4850 v 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9278,335.2443 ZM 293.0813,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 294.1910,335.2443 ZM 297.7269,326.2728 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.2666,336.6509 l -0.0000,-18.8246 h -9.4123 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.1784,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,386.5604,327.2386)" stroke="none" text-anchor="middle">1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.3977,335.2443 ZM 250.5511,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 251.6608,335.2443 ZM 252.7517,326.9123 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 386.5604,305.4850 v 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.6482,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.1289,336.6509 l -0.0000,-18.8246 h -9.4123 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.8675,335.2443 ZM 208.0210,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 209.1307,335.2443 ZM 213.1932,324.9562 c -0.4702,-0.0000 -1.8432,0.2633 -1.8432 1.4106c 0.0000,0.3385 -0.1317,0.9216 -0.6395 0.9216c -0.4890,-0.0000 -0.5266,-0.5454 -0.5266 -0.6019c 0.0000,-0.5831 0.7711,-2.3134 3.3855 -2.3134c 1.8244,-0.0000 2.3698,1.1473 2.3698 1.8996c 0.0000,0.4702 -0.1505,1.4106 -1.8432 2.4827c 1.0533,0.1693 2.4451,0.9404 2.4451 2.8965c 0.0000,2.4827 -1.8808,3.8181 -4.0062 3.8181c -1.0721,-0.0000 -2.5767,-0.4702 -2.5767 -1.1849c 0.0000,-0.2821 0.2821,-0.6019 0.6583 -0.6019c 0.3574,-0.0000 0.5266,0.1881 0.6959 0.4326c 0.2069,0.3197 0.5454,0.7711 1.4482 0.7711c 0.6207,-0.0000 2.3886,-0.6207 2.3886 -2.9905c 0.0000,-2.0125 -1.4106,-2.3322 -2.4263 -2.3322c -0.1693,-0.0000 -0.3762,0.0376 -0.5831 0.0752l -0.0752,-0.5642 c 1.4482,-0.2445 2.6520,-1.6551 2.6520 -2.5203c 0.0000,-1.0721 -0.7523,-1.5987 -1.5235 -1.5987Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,345.4228,327.2386)" stroke="none" text-anchor="middle">0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.1181,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.4228,305.4850 v 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.3373,335.2443 ZM 165.4908,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 166.6005,335.2443 ZM 171.4530,328.5674 c 0.0000,-0.1317 0.0188,-0.2821 0.1881 -0.3762c 0.2069,-0.1505 0.5454,-0.3197 0.8276 -0.3197c 0.2445,-0.0000 0.2633,0.2069 0.2633 0.5831v 3.0281 h 1.5235 l -0.1128,0.8840 h -1.4106 v 1.5611 c 0.0000,0.5266 0.0752,0.7899 0.6207 0.7899h 0.5078 c 0.1128,-0.0000 0.1317,0.0940 0.1317 0.1317v 0.4138 c 0.0000,-0.0000 -1.2037,-0.0376 -1.9937 -0.0376c -0.7147,-0.0000 -1.8244,0.0376 -1.8244 0.0376v -0.4138 c 0.0000,-0.0376 0.0188,-0.1317 0.1317 -0.1317h 0.5078 c 0.5831,-0.0000 0.6395,-0.2445 0.6395 -0.7899v -1.5611 h -3.6864 c -0.0752,-0.0000 -0.1128,-0.0376 -0.1693 -0.1128l -0.1505,-0.2069 l -0.2257,-0.3950 c -0.0188,-0.0000 -0.0188,-0.0188 -0.0188 -0.0376c 0.0000,-0.0188 0.0188,-0.0376 0.0376 -0.0564c 1.2225,-1.3542 3.3855,-5.5484 4.0626 -7.0907c 0.0188,-0.0752 0.0564,-0.0940 0.1317 -0.0940c 0.0188,-0.0000 0.4326,0.1693 0.6583 0.2069c -0.8464,2.2758 -2.2382,4.7209 -3.6112 6.9026h 2.9717 v -2.9153 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.6974,336.6509 l -0.0000,-18.8246 h -18.8246 l -0.0000,18.8246 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5879,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,304.2851,327.2386)" stroke="none" text-anchor="middle">-1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 117.8072,335.2443 ZM 122.9607,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 124.0703,335.2443 ZM 129.8821,332.0657 c 0.0000,-1.9372 -1.0533,-2.8965 -2.2194 -2.8965c -0.8652,-0.0000 -1.5235,0.1317 -2.2570 0.4326l 0.6019,-5.1347 c 0.6207,0.0564 1.2602,0.0752 1.9184 0.0752c 0.9404,-0.0000 1.9184,-0.0564 2.9341 -0.1693l 0.1128,0.0564 l -0.2821,1.2225 c -0.7335,0.0752 -1.3354,0.0940 -1.8620 0.0940c -0.8464,-0.0000 -1.4859,-0.0752 -2.1441 -0.1505l -0.3574,2.9717 c 0.3950,-0.1505 1.0721,-0.2821 1.8056 -0.2821c 1.9937,-0.0000 3.1034,1.7304 3.1034 3.4607c 0.0000,2.1065 -1.4670,3.7240 -3.5924 3.7240c -1.0721,-0.0000 -2.6332,-0.6019 -2.6332 -1.3354c 0.0000,-0.3574 0.3009,-0.6019 0.6395 -0.6019c 0.3762,-0.0000 0.6207,0.2821 0.8464 0.5831c 0.2821,0.3385 0.5831,0.7147 1.1849 0.7147c 1.2037,-0.0000 2.2006,-1.1285 2.2006 -2.7648Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 304.2851,305.4850 v 8.2275 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 125.0578,305.6707 v 8.5060 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.5598,336.6509 l -0.0000,-18.8246 h -18.8246 l -0.0000,18.8246 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,263.1475,327.2386)" stroke="none" text-anchor="middle">-2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.1475,305.4850 v 8.2275 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.4221,336.6509 l -0.0000,-18.8246 h -18.8246 l -0.0000,18.8246 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,222.0098,327.2386)" stroke="none" text-anchor="middle">-3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.0098,305.4850 v 8.2275 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.2845,336.6509 l -0.0000,-18.8246 h -18.8246 l -0.0000,18.8246 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,180.8722,327.2386)" stroke="none" text-anchor="middle">-4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.8722,305.4850 v 8.2275 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.1468,336.6509 l -0.0000,-18.8246 h -18.8246 l -0.0000,18.8246 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.113263108009924px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.7345,327.2386)" stroke="none" text-anchor="middle">-5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7345,305.4850 v 8.2275 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 550.3593,294.3293 l -0.0000,-113.4138 h -425.3016 l -0.0000,113.4138 Z"/>
+    <path d="M 551.1110,294.5150 l -0.0000,-109.7004 h -411.3765 l -0.0000,109.7004 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 550.3593,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 551.1110,446.1597 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 541.8533,451.1071 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 542.8835,446.1597 l -0.0000,1.6132 h -8.2275 l -0.0000,-1.6132 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 533.3473,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 534.6560,446.1597 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 524.8412,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.4284,446.1597 l -0.0000,3.2265 h -8.2275 l -0.0000,-3.2265 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 516.3352,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 518.2009,446.1597 l -0.0000,4.8397 h -8.2275 l -0.0000,-4.8397 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.8292,451.1071 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 509.9734,446.1597 l -0.0000,6.4530 h -8.2275 l -0.0000,-6.4530 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 499.3231,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 501.7458,446.1597 l -0.0000,4.8397 h -8.2275 l -0.0000,-4.8397 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.8171,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 493.5183,446.1597 l -0.0000,3.2265 h -8.2275 l -0.0000,-3.2265 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.3111,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.2908,446.1597 l -0.0000,3.2265 h -8.2275 l -0.0000,-3.2265 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 473.8051,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 477.0633,446.1597 l -0.0000,4.8397 h -8.2275 l -0.0000,-4.8397 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 465.2990,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.8357,446.1597 l -0.0000,4.8397 h -8.2275 l -0.0000,-4.8397 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 456.7930,451.1071 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 460.6082,446.1597 l -0.0000,14.5192 h -8.2275 l -0.0000,-14.5192 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.2870,451.1071 l -0.0000,20.0142 h -8.5060 l -0.0000,-20.0142 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.3807,446.1597 l -0.0000,19.3589 h -8.2275 l -0.0000,-19.3589 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 439.7809,451.1071 l -0.0000,10.0071 h -8.5060 l -0.0000,-10.0071 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 444.1531,446.1597 l -0.0000,9.6794 h -8.2275 l -0.0000,-9.6794 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.2749,451.1071 l -0.0000,21.6820 h -8.5060 l -0.0000,-21.6820 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 435.9256,446.1597 l -0.0000,20.9721 h -8.2275 l -0.0000,-20.9721 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.7689,451.1071 l -0.0000,16.6785 h -8.5060 l -0.0000,-16.6785 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.6981,446.1597 l -0.0000,16.1324 h -8.2275 l -0.0000,-16.1324 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 414.2628,451.1071 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 419.4705,446.1597 l -0.0000,-8.0662 h -8.2275 l -0.0000,8.0662 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.7568,451.1071 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 411.2430,446.1597 l -0.0000,11.2927 h -8.2275 l -0.0000,-11.2927 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 397.2508,451.1071 l -0.0000,16.6785 h -8.5060 l -0.0000,-16.6785 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.0155,446.1597 l -0.0000,16.1324 h -8.2275 l -0.0000,-16.1324 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 388.7447,451.1071 l -0.0000,-26.6856 h -8.5060 l -0.0000,26.6856 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.7880,446.1597 l -0.0000,-25.8119 h -8.2275 l -0.0000,25.8119 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 380.2387,451.1071 l -0.0000,-18.3463 h -8.5060 l -0.0000,18.3463 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 386.5604,446.1597 l -0.0000,-17.7457 h -8.2275 l -0.0000,17.7457 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 371.7327,451.1071 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.3329,446.1597 l -0.0000,-8.0662 h -8.2275 l -0.0000,8.0662 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 363.2266,451.1071 l -0.0000,-36.6927 h -8.5060 l -0.0000,36.6927 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 370.1054,446.1597 l -0.0000,-35.4913 h -8.2275 l -0.0000,35.4913 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.7206,451.1071 l -0.0000,-51.7033 h -8.5060 l -0.0000,51.7033 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 361.8778,446.1597 l -0.0000,-50.0105 h -8.2275 l -0.0000,50.0105 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.2146,451.1071 l -0.0000,-71.7175 h -8.5060 l -0.0000,71.7175 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.6503,446.1597 l -0.0000,-69.3694 h -8.2275 l -0.0000,69.3694 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.7086,451.1071 l -0.0000,-33.3570 h -8.5060 l -0.0000,33.3570 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.4228,446.1597 l -0.0000,-32.2648 h -8.2275 l -0.0000,32.2648 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 329.2025,451.1071 l -0.0000,-18.3463 h -8.5060 l -0.0000,18.3463 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.1952,446.1597 l -0.0000,-17.7457 h -8.2275 l -0.0000,17.7457 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.6965,451.1071 l -0.0000,-15.0106 h -8.5060 l -0.0000,15.0106 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.9677,446.1597 l -0.0000,-14.5192 h -8.2275 l -0.0000,14.5192 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.1905,451.1071 l -0.0000,-40.0284 h -8.5060 l -0.0000,40.0284 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.7402,446.1597 l -0.0000,-38.7178 h -8.2275 l -0.0000,38.7178 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.6844,451.1071 l -0.0000,-40.0284 h -8.5060 l -0.0000,40.0284 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.5126,446.1597 l -0.0000,-38.7178 h -8.2275 l -0.0000,38.7178 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.1784,451.1071 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 304.2851,446.1597 l -0.0000,-8.0662 h -8.2275 l -0.0000,8.0662 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.6724,451.1071 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.0576,446.1597 l -0.0000,6.4530 h -8.2275 l -0.0000,-6.4530 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1663,451.1071 l -0.0000,30.0213 h -8.5060 l -0.0000,-30.0213 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 287.8301,446.1597 l -0.0000,29.0383 h -8.2275 l -0.0000,-29.0383 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 269.6603,451.1071 l -0.0000,28.3534 h -8.5060 l -0.0000,-28.3534 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.6025,446.1597 l -0.0000,27.4251 h -8.2275 l -0.0000,-27.4251 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.1543,451.1071 l -0.0000,41.6962 h -8.5060 l -0.0000,-41.6962 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 271.3750,446.1597 l -0.0000,40.3310 h -8.2275 l -0.0000,-40.3310 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.6482,451.1071 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.1475,446.1597 l -0.0000,11.2927 h -8.2275 l -0.0000,-11.2927 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.1422,451.1071 l -0.0000,8.3392 h -8.5060 l -0.0000,-8.3392 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.9199,446.1597 l -0.0000,8.0662 h -8.2275 l -0.0000,-8.0662 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.6362,451.1071 l -0.0000,10.0071 h -8.5060 l -0.0000,-10.0071 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.6924,446.1597 l -0.0000,9.6794 h -8.2275 l -0.0000,-9.6794 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.1301,451.1071 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.4649,446.1597 l -0.0000,11.2927 h -8.2275 l -0.0000,-11.2927 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.6241,451.1071 l -0.0000,21.6820 h -8.5060 l -0.0000,-21.6820 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.2373,446.1597 l -0.0000,20.9721 h -8.2275 l -0.0000,-20.9721 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.1181,451.1071 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.0098,446.1597 l -0.0000,14.5192 h -8.2275 l -0.0000,-14.5192 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.6121,451.1071 l -0.0000,13.3428 h -8.5060 l -0.0000,-13.3428 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.7823,446.1597 l -0.0000,12.9059 h -8.2275 l -0.0000,-12.9059 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.1060,451.1071 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.5548,446.1597 l -0.0000,14.5192 h -8.2275 l -0.0000,-14.5192 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.6000,451.1071 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.3272,446.1597 l -0.0000,6.4530 h -8.2275 l -0.0000,-6.4530 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.0940,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.0997,446.1597 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5879,451.1071 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.8722,446.1597 l -0.0000,1.6132 h -8.2275 l -0.0000,-1.6132 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.0819,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.6446,446.1597 l -0.0000,3.2265 h -8.2275 l -0.0000,-3.2265 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5759,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4171,446.1597 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.0698,451.1071 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.1896,446.1597 l -0.0000,1.6132 h -8.2275 l -0.0000,-1.6132 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.5638,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.9620,446.1597 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 550.3593,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 551.1110,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 541.8533,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 542.8835,376.7903 l -0.0000,-2.7425 h -8.2275 l -0.0000,2.7425 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 533.3473,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 534.6560,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 524.8412,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.4284,376.7903 l -0.0000,-5.4850 h -8.2275 l -0.0000,5.4850 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 516.3352,379.3896 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 518.2009,376.7903 l -0.0000,-8.2275 h -8.2275 l -0.0000,8.2275 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.8292,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 509.9734,376.7903 l -0.0000,-10.9700 h -8.2275 l -0.0000,10.9700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 499.3231,379.3896 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 501.7458,376.7903 l -0.0000,-8.2275 h -8.2275 l -0.0000,8.2275 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.8171,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 493.5183,376.7903 l -0.0000,-5.4850 h -8.2275 l -0.0000,5.4850 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.3111,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.2908,376.7903 l -0.0000,-5.4850 h -8.2275 l -0.0000,5.4850 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 473.8051,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 477.0633,376.7903 l -0.0000,-10.9700 h -8.2275 l -0.0000,10.9700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 465.2990,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.8357,376.7903 l -0.0000,-10.9700 h -8.2275 l -0.0000,10.9700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 456.7930,379.3896 l -0.0000,-31.1888 h -8.5060 l -0.0000,31.1888 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 460.6082,376.7903 l -0.0000,-30.1676 h -8.2275 l -0.0000,30.1676 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.2870,379.3896 l -0.0000,-39.6948 h -8.5060 l -0.0000,39.6948 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.3807,376.7903 l -0.0000,-38.3951 h -8.2275 l -0.0000,38.3951 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 439.7809,379.3896 l -0.0000,-34.0241 h -8.5060 l -0.0000,34.0241 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 444.1531,376.7903 l -0.0000,-32.9101 h -8.2275 l -0.0000,32.9101 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.2749,379.3896 l -0.0000,-59.5422 h -8.5060 l -0.0000,59.5422 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 435.9256,376.7903 l -0.0000,-57.5927 h -8.2275 l -0.0000,57.5927 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.7689,379.3896 l -0.0000,-76.5543 h -8.5060 l -0.0000,76.5543 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.6981,376.7903 l -0.0000,-74.0478 h -8.2275 l -0.0000,74.0478 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 414.2628,379.3896 l -0.0000,-53.8715 h -8.5060 l -0.0000,53.8715 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 419.4705,376.7903 l -0.0000,-52.1077 h -8.2275 l -0.0000,52.1077 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.7568,379.3896 l -0.0000,-96.4017 h -8.5060 l -0.0000,96.4017 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 411.2430,376.7903 l -0.0000,-93.2453 h -8.2275 l -0.0000,93.2453 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 397.2508,379.3896 l -0.0000,-113.4138 h -8.5060 l -0.0000,113.4138 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.0155,376.7903 l -0.0000,-109.7004 h -8.2275 l -0.0000,109.7004 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 388.7447,379.3896 l -0.0000,-107.7431 h -8.5060 l -0.0000,107.7431 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.7880,376.7903 l -0.0000,-104.2154 h -8.2275 l -0.0000,104.2154 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 380.2387,379.3896 l -0.0000,-121.9198 h -8.5060 l -0.0000,121.9198 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 386.5604,376.7903 l -0.0000,-117.9279 h -8.2275 l -0.0000,117.9279 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 371.7327,379.3896 l -0.0000,-144.6025 h -8.5060 l -0.0000,144.6025 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.3329,376.7903 l -0.0000,-139.8680 h -8.2275 l -0.0000,139.8680 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 363.2266,379.3896 l -0.0000,-119.0844 h -8.5060 l -0.0000,119.0844 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 370.1054,376.7903 l -0.0000,-115.1854 h -8.2275 l -0.0000,115.1854 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.7206,379.3896 l -0.0000,-127.5905 h -8.5060 l -0.0000,127.5905 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 361.8778,376.7903 l -0.0000,-123.4130 h -8.2275 l -0.0000,123.4130 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.2146,379.3896 l -0.0000,-161.6146 h -8.5060 l -0.0000,161.6146 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.6503,376.7903 l -0.0000,-156.3231 h -8.2275 l -0.0000,156.3231 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.7086,379.3896 l -0.0000,-158.7793 h -8.5060 l -0.0000,158.7793 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.4228,376.7903 l -0.0000,-153.5806 h -8.2275 l -0.0000,153.5806 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 329.2025,379.3896 l -0.0000,-164.4499 h -8.5060 l -0.0000,164.4499 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.1952,376.7903 l -0.0000,-159.0656 h -8.2275 l -0.0000,159.0656 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.6965,379.3896 l -0.0000,-144.6025 h -8.5060 l -0.0000,144.6025 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.9677,376.7903 l -0.0000,-139.8680 h -8.2275 l -0.0000,139.8680 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.1905,379.3896 l -0.0000,-110.5784 h -8.5060 l -0.0000,110.5784 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.7402,376.7903 l -0.0000,-106.9579 h -8.2275 l -0.0000,106.9579 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.6844,379.3896 l -0.0000,-107.7431 h -8.5060 l -0.0000,107.7431 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.5126,376.7903 l -0.0000,-104.2154 h -8.2275 l -0.0000,104.2154 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.1784,379.3896 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 304.2851,376.7903 l -0.0000,-95.9879 h -8.2275 l -0.0000,95.9879 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.6724,379.3896 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.0576,376.7903 l -0.0000,-95.9879 h -8.2275 l -0.0000,95.9879 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1663,379.3896 l -0.0000,-116.2491 h -8.5060 l -0.0000,116.2491 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 287.8301,376.7903 l -0.0000,-112.4429 h -8.2275 l -0.0000,112.4429 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 269.6603,379.3896 l -0.0000,-90.7310 h -8.5060 l -0.0000,90.7310 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.6025,376.7903 l -0.0000,-87.7603 h -8.2275 l -0.0000,87.7603 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.1543,379.3896 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 271.3750,376.7903 l -0.0000,-95.9879 h -8.2275 l -0.0000,95.9879 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.6482,379.3896 l -0.0000,-56.7069 h -8.5060 l -0.0000,56.7069 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.1475,376.7903 l -0.0000,-54.8502 h -8.2275 l -0.0000,54.8502 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.1422,379.3896 l -0.0000,-31.1888 h -8.5060 l -0.0000,31.1888 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.9199,376.7903 l -0.0000,-30.1676 h -8.2275 l -0.0000,30.1676 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.6362,379.3896 l -0.0000,-34.0241 h -8.5060 l -0.0000,34.0241 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.6924,376.7903 l -0.0000,-32.9101 h -8.2275 l -0.0000,32.9101 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.1301,379.3896 l -0.0000,-28.3534 h -8.5060 l -0.0000,28.3534 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.4649,376.7903 l -0.0000,-27.4251 h -8.2275 l -0.0000,27.4251 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.6241,379.3896 l -0.0000,-36.8595 h -8.5060 l -0.0000,36.8595 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.2373,376.7903 l -0.0000,-35.6526 h -8.2275 l -0.0000,35.6526 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.1181,379.3896 l -0.0000,-25.5181 h -8.5060 l -0.0000,25.5181 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.0098,376.7903 l -0.0000,-24.6826 h -8.2275 l -0.0000,24.6826 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.6121,379.3896 l -0.0000,-22.6828 h -8.5060 l -0.0000,22.6828 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.7823,376.7903 l -0.0000,-21.9401 h -8.2275 l -0.0000,21.9401 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.1060,379.3896 l -0.0000,-25.5181 h -8.5060 l -0.0000,25.5181 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.5548,376.7903 l -0.0000,-24.6826 h -8.2275 l -0.0000,24.6826 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.6000,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.3272,376.7903 l -0.0000,-10.9700 h -8.2275 l -0.0000,10.9700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.0940,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.0997,376.7903 l -0.0000,-2.7425 h -8.2275 l -0.0000,2.7425 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5879,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.8722,376.7903 l -0.0000,-2.7425 h -8.2275 l -0.0000,2.7425 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.0819,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.6446,376.7903 l -0.0000,-5.4850 h -8.2275 l -0.0000,5.4850 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5759,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4171,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.0698,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.1896,376.7903 l -0.0000,-2.7425 h -8.2275 l -0.0000,2.7425 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.5638,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.9620,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 550.3593,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 551.1110,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 541.8533,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 542.8835,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 533.3473,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 534.6560,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 524.8412,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.4284,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 516.3352,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 518.2009,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.8292,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 509.9734,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 499.3231,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 501.7458,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 490.8171,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 493.5183,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.3111,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 485.2908,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 473.8051,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 477.0633,376.7903 l -0.0000,-2.7425 h -8.2275 l -0.0000,2.7425 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 465.2990,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 468.8357,376.7903 l -0.0000,-2.7425 h -8.2275 l -0.0000,2.7425 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 456.7930,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 460.6082,376.7903 l -0.0000,-5.4850 h -8.2275 l -0.0000,5.4850 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.2870,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 452.3807,376.7903 l -0.0000,-5.4850 h -8.2275 l -0.0000,5.4850 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 439.7809,379.3896 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 444.1531,376.7903 l -0.0000,-16.4551 h -8.2275 l -0.0000,16.4551 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.2749,379.3896 l -0.0000,-22.6828 h -8.5060 l -0.0000,22.6828 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 435.9256,376.7903 l -0.0000,-21.9401 h -8.2275 l -0.0000,21.9401 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.7689,379.3896 l -0.0000,-48.2008 h -8.5060 l -0.0000,48.2008 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 427.6981,376.7903 l -0.0000,-46.6227 h -8.2275 l -0.0000,46.6227 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 414.2628,379.3896 l -0.0000,-68.0483 h -8.5060 l -0.0000,68.0483 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 419.4705,376.7903 l -0.0000,-65.8202 h -8.2275 l -0.0000,65.8202 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.7568,379.3896 l -0.0000,-76.5543 h -8.5060 l -0.0000,76.5543 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 411.2430,376.7903 l -0.0000,-74.0478 h -8.2275 l -0.0000,74.0478 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 397.2508,379.3896 l -0.0000,-85.0603 h -8.5060 l -0.0000,85.0603 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.0155,376.7903 l -0.0000,-82.2753 h -8.2275 l -0.0000,82.2753 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 388.7447,379.3896 l -0.0000,-153.1086 h -8.5060 l -0.0000,153.1086 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.7880,376.7903 l -0.0000,-148.0955 h -8.2275 l -0.0000,148.0955 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 380.2387,379.3896 l -0.0000,-153.1086 h -8.5060 l -0.0000,153.1086 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 386.5604,376.7903 l -0.0000,-148.0955 h -8.2275 l -0.0000,148.0955 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 371.7327,379.3896 l -0.0000,-158.7793 h -8.5060 l -0.0000,158.7793 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.3329,376.7903 l -0.0000,-153.5806 h -8.2275 l -0.0000,153.5806 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 363.2266,379.3896 l -0.0000,-181.4620 h -8.5060 l -0.0000,181.4620 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 370.1054,376.7903 l -0.0000,-175.5206 h -8.2275 l -0.0000,175.5206 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.7206,379.3896 l -0.0000,-215.4861 h -8.5060 l -0.0000,215.4861 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 361.8778,376.7903 l -0.0000,-208.4308 h -8.2275 l -0.0000,208.4308 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.2146,379.3896 l -0.0000,-283.5344 h -8.5060 l -0.0000,283.5344 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.6503,376.7903 l -0.0000,-274.2510 h -8.2275 l -0.0000,274.2510 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.7086,379.3896 l -0.0000,-215.4861 h -8.5060 l -0.0000,215.4861 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.4228,376.7903 l -0.0000,-208.4308 h -8.2275 l -0.0000,208.4308 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 329.2025,379.3896 l -0.0000,-195.6387 h -8.5060 l -0.0000,195.6387 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 337.1952,376.7903 l -0.0000,-189.2332 h -8.2275 l -0.0000,189.2332 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.6965,379.3896 l -0.0000,-170.1206 h -8.5060 l -0.0000,170.1206 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.9677,376.7903 l -0.0000,-164.5506 h -8.2275 l -0.0000,164.5506 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.1905,379.3896 l -0.0000,-178.6267 h -8.5060 l -0.0000,178.6267 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.7402,376.7903 l -0.0000,-172.7781 h -8.2275 l -0.0000,172.7781 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.6844,379.3896 l -0.0000,-175.7913 h -8.5060 l -0.0000,175.7913 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.5126,376.7903 l -0.0000,-170.0356 h -8.2275 l -0.0000,170.0356 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.1784,379.3896 l -0.0000,-113.4138 h -8.5060 l -0.0000,113.4138 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 304.2851,376.7903 l -0.0000,-109.7004 h -8.2275 l -0.0000,109.7004 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.6724,379.3896 l -0.0000,-87.8957 h -8.5060 l -0.0000,87.8957 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.0576,376.7903 l -0.0000,-85.0178 h -8.2275 l -0.0000,85.0178 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1663,379.3896 l -0.0000,-65.2129 h -8.5060 l -0.0000,65.2129 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 287.8301,376.7903 l -0.0000,-63.0777 h -8.2275 l -0.0000,63.0777 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 269.6603,379.3896 l -0.0000,-42.5302 h -8.5060 l -0.0000,42.5302 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.6025,376.7903 l -0.0000,-41.1377 h -8.2275 l -0.0000,41.1377 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.1543,379.3896 l -0.0000,-28.3534 h -8.5060 l -0.0000,28.3534 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 271.3750,376.7903 l -0.0000,-27.4251 h -8.2275 l -0.0000,27.4251 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.6482,379.3896 l -0.0000,-36.8595 h -8.5060 l -0.0000,36.8595 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.1475,376.7903 l -0.0000,-35.6526 h -8.2275 l -0.0000,35.6526 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.1422,379.3896 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.9199,376.7903 l -0.0000,-16.4551 h -8.2275 l -0.0000,16.4551 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.6362,379.3896 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.6924,376.7903 l -0.0000,-16.4551 h -8.2275 l -0.0000,16.4551 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.1301,379.3896 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.4649,376.7903 l -0.0000,-8.2275 h -8.2275 l -0.0000,8.2275 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.6241,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.2373,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.1181,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.0098,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.6121,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.7823,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.1060,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.5548,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.6000,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.3272,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.0940,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.0997,376.7903 l -0.0000,-2.7425 h -8.2275 l -0.0000,2.7425 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5879,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.8722,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.0819,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.6446,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5759,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4171,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.0698,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.1896,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.5638,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.5169819947905516" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.9620,376.7903 l -0.0000,-0.0000 h -8.2275 l -0.0000,0.0000 Z"/>
   </g>
 </svg>
diff --git a/other/hud.svg b/other/hud.svg
--- a/other/hud.svg
+++ b/other/hud.svg
@@ -5,147 +5,235 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 15.2859,81.0032 l -0.0000,-71.9555 h -1.4391 l -0.0000,71.9555 Z"/>
+    <path d="M 17.7005,79.1840 l -0.0000,-67.7213 h -1.3544 l -0.0000,67.7213 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 6.8213,10.4869 ZM 7.8666,7.8951 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,7.8951 ZM 7.8475,10.5442 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,10.4869 ZM 9.1840,10.2912 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,10.4869 ZM 11.4321,9.6802 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,14.2094 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,9.0478 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,11.1667,11.8852)" stroke="none" text-anchor="middle">0.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 6.8213,17.6824 ZM 7.8666,15.0906 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,15.0906 ZM 7.8475,17.7397 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,17.6824 ZM 9.1840,17.4867 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,17.6824 ZM 11.1887,15.9880 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,11.4626 h 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,16.2433 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,20.9816 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 6.8213,24.8780 ZM 7.8666,22.2861 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,22.2861 ZM 7.8475,24.9352 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,24.8780 ZM 9.1840,24.6823 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,24.8780 ZM 10.9882,22.2671 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,11.1667,18.6574)" stroke="none" text-anchor="middle">0.4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,23.4389 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,18.2348 h 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 6.8213,32.0735 ZM 7.8666,29.4817 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,29.4817 ZM 7.8475,32.1308 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,32.0735 ZM 9.1840,31.8778 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,32.0735 ZM 10.2341,29.9590 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,27.7537 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,30.6344 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,11.1667,25.4295)" stroke="none" text-anchor="middle">0.3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 6.8213,39.2691 ZM 7.8666,36.6772 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,36.6772 ZM 7.8475,39.3263 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,39.2691 ZM 9.1840,39.0734 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,39.2691 ZM 10.8546,36.9923 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,25.0069 h 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,37.8300 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,34.5258 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 6.8213,46.4646 ZM 7.8666,43.8728 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,43.8728 ZM 7.8475,46.5219 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,46.4646 ZM 9.1840,46.2689 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,46.4646 ZM 11.0026,43.8728 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 11.0026,43.8728 ZM 10.9835,46.5219 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,11.1667,32.2016)" stroke="none" text-anchor="middle">0.2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,45.0255 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,31.7790 h 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 5.2318,53.6602 ZM 6.5397,52.5337 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,53.6602 ZM 7.8666,51.0683 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,51.0683 ZM 7.8475,53.7174 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,53.6602 ZM 9.1840,53.4645 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,53.6602 ZM 10.8546,51.3834 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,41.2979 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,52.2210 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,11.1667,38.9738)" stroke="none" text-anchor="middle">0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 5.2318,60.8557 ZM 6.5397,59.7292 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,60.8557 ZM 7.8666,58.2639 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,58.2639 ZM 7.8475,60.9130 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,60.8557 ZM 9.1840,60.6600 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,60.8557 ZM 10.2341,58.7412 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,38.5512 h 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,59.4166 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,48.0701 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 5.2318,68.0512 ZM 6.5397,66.9248 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,68.0512 ZM 7.8666,65.4594 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,65.4594 ZM 7.8475,68.1085 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,68.0512 ZM 9.1840,67.8555 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,68.0512 ZM 10.9882,65.4403 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,11.1667,45.7459)" stroke="none" text-anchor="middle">0.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,66.6121 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,45.3233 h 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 5.2318,75.2468 ZM 6.5397,74.1203 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,75.2468 ZM 7.8666,72.6550 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,72.6550 ZM 7.8475,75.3041 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,75.2468 ZM 9.1840,75.0511 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,75.2468 ZM 11.1887,73.5523 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,54.8422 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,73.8077 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,10.0046,52.5180)" stroke="none" text-anchor="middle">-0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 5.2318,82.4423 ZM 6.5397,81.3159 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,82.4423 ZM 7.8666,79.8505 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,79.8505 ZM 7.8475,82.4996 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,82.4423 ZM 9.1840,82.2466 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,82.4423 ZM 11.4321,81.6357 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,52.0954 h 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.1272,81.0032 h 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,61.6143 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,10.0046,59.2901)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,58.8676 h 2.0316 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,68.3865 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,10.0046,66.0623)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,65.6397 h 2.0316 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,75.1586 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,10.0046,72.8344)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,72.4118 h 2.0316 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 14.6530,81.9307 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,10.0046,79.6065)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 15.6688,79.1840 h 2.0316 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 93.5276,85.3206 l -0.0000,-1.4391 h -71.9555 l -0.0000,1.4391 Z"/>
+    <path d="M 92.7790,83.2472 l -0.0000,-1.3544 h -67.7213 l -0.0000,1.3544 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 90.9143,91.3866 ZM 91.9596,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 91.9596,88.7948 ZM 91.9405,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 93.0049,91.3866 ZM 93.2770,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 94.0503,91.3866 ZM 95.5252,90.5800 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 96.2653,89.5887 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 93.5276,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,92.7790,87.2645)" stroke="none" text-anchor="middle">0.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 83.7187,91.3866 ZM 84.7641,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 84.7641,88.7948 ZM 84.7450,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 85.8094,91.3866 ZM 86.0815,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 86.8547,91.3866 ZM 88.0862,89.6922 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 92.7790,81.8928 v 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 86.3320,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 89.4932,89.5887 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 76.5232,91.3866 ZM 77.5685,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 77.5685,88.7948 ZM 77.5494,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 78.6138,91.3866 ZM 78.8859,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 79.6592,91.3866 ZM 80.6902,88.7757 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,86.0069,87.2645)" stroke="none" text-anchor="middle">0.4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 79.1365,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 86.0069,81.8928 v 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.3276,91.3866 ZM 70.3730,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 70.3730,88.7948 ZM 70.3539,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 71.4183,91.3866 ZM 71.6904,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 72.4636,91.3866 ZM 72.7405,89.2721 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 82.7210,89.5887 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 71.9410,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,79.2347,87.2645)" stroke="none" text-anchor="middle">0.3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 62.1321,91.3866 ZM 63.1774,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 63.1774,88.7948 ZM 63.1583,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 64.2227,91.3866 ZM 64.4948,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 65.2681,91.3866 ZM 66.1654,89.1098 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 79.2347,81.8928 v 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 64.7454,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 75.9489,89.5887 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 54.9366,91.3866 ZM 55.9819,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 55.9819,88.7948 ZM 55.9628,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 57.0272,91.3866 ZM 57.2993,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 58.0725,91.3866 ZM 59.1178,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 59.1178,88.7948 ZM 59.0988,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,72.4626,87.2645)" stroke="none" text-anchor="middle">0.2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 57.5499,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.4626,81.8928 v 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 46.9463,91.3866 ZM 48.2541,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 48.5357,91.3866 ZM 49.5811,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 49.5811,88.7948 ZM 49.5620,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 50.6264,91.3866 ZM 50.8985,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 51.6717,91.3866 ZM 52.5691,89.1098 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 69.1768,89.5887 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 50.3543,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,65.6905,87.2645)" stroke="none" text-anchor="middle">0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.7507,91.3866 ZM 41.0586,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 41.3402,91.3866 ZM 42.3855,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 42.3855,88.7948 ZM 42.3664,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 43.4308,91.3866 ZM 43.7029,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 44.4762,91.3866 ZM 44.7530,89.2721 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 65.6905,81.8928 v 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.1588,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 62.4046,89.5887 l -0.0000,-4.6484 h -6.9726 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.5552,91.3866 ZM 33.8630,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 34.1447,91.3866 ZM 35.1900,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 35.1900,88.7948 ZM 35.1709,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 36.2353,91.3866 ZM 36.5074,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 37.2806,91.3866 ZM 38.3116,88.7757 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.9184,87.2645)" stroke="none" text-anchor="middle">0.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 35.9632,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 58.9184,81.8928 v 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 25.3596,91.3866 ZM 26.6675,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 26.9491,91.3866 ZM 27.9944,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 27.9944,88.7948 ZM 27.9753,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 29.0398,91.3866 ZM 29.3118,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 30.0851,91.3866 ZM 31.3166,89.6922 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.7946,89.5887 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 28.7677,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,52.1462,87.2645)" stroke="none" text-anchor="middle">-0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 18.1641,91.3866 ZM 19.4719,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 19.7536,91.3866 ZM 20.7989,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 20.7989,88.7948 ZM 20.7798,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 21.8442,91.3866 ZM 22.1163,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 22.8895,91.3866 ZM 24.3644,90.5800 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 52.1462,81.8928 v 2.0316 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 21.5721,83.8814 v 2.1587 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 50.0225,89.5887 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.3741,87.2645)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 45.3741,81.8928 v 2.0316 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 43.2504,89.5887 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,38.6020,87.2645)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 38.6020,81.8928 v 2.0316 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 36.4782,89.5887 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,31.8298,87.2645)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 31.8298,81.8928 v 2.0316 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 29.7061,89.5887 l -0.0000,-4.6484 h -9.2968 l -0.0000,4.6484 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="4.225809946906491px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,25.0577,87.2645)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4691225674740754" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.0577,81.8928 v 2.0316 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 93.5276,81.0032 l -0.0000,-71.9555 h -71.9555 l -0.0000,71.9555 Z"/>
+    <path d="M 92.7790,79.1840 l -0.0000,-67.7213 h -67.7213 l -0.0000,67.7213 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 59.5499,45.0255 c 0.0000,-1.1046 -0.8954,-2.0000 -2.0000 -2.0000c -1.1046,-0.0000 -2.0000,0.8954 -2.0000 2.0000c -0.0000,1.1046 0.8954,2.0000 2.0000 2.0000c 1.1046,0.0000 2.0000,-0.8954 2.0000 -2.0000Z"/>
+    <path d="M 60.9184,45.3233 c 0.0000,-1.1046 -0.8954,-2.0000 -2.0000 -2.0000c -1.1046,-0.0000 -2.0000,0.8954 -2.0000 2.0000c -0.0000,1.1046 0.8954,2.0000 2.0000 2.0000c 1.1046,0.0000 2.0000,-0.8954 2.0000 -2.0000Z"/>
   </g>
 </svg>
diff --git a/other/hudExample.svg b/other/hudExample.svg
--- a/other/hudExample.svg
+++ b/other/hudExample.svg
@@ -5,144 +5,232 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 36.7216,216.6375 l -0.0000,-154.6592 h -3.0932 l -0.0000,154.6592 Z"/>
+    <path d="M 42.3911,213.7916 l -0.0000,-148.0283 h -2.9606 l -0.0000,148.0283 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 18.5279,65.0715 ZM 20.7747,59.5007 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,59.5007 ZM 20.7337,65.1946 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,65.0715 ZM 23.6063,64.6509 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,65.0715 ZM 28.4384,63.3377 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,71.7674 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,61.9783 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.1094,66.6870)" stroke="none" text-anchor="middle">0.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 18.5279,80.5374 ZM 20.7747,74.9666 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,74.9666 ZM 20.7337,80.6605 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,80.5374 ZM 23.6063,80.1168 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,80.5374 ZM 27.9152,76.8954 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,65.7633 h 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,77.4443 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,86.5702 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 18.5279,96.0034 ZM 20.7747,90.4325 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,90.4325 ZM 20.7337,96.1265 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,96.0034 ZM 23.6063,95.5827 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,96.0034 ZM 27.4843,90.3915 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.1094,81.4899)" stroke="none" text-anchor="middle">0.4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,92.9102 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,80.5662 h 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 18.5279,111.4693 ZM 20.7747,105.8985 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,105.8985 ZM 20.7337,111.5924 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,111.4693 ZM 23.6063,111.0486 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,111.4693 ZM 25.8634,106.9244 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,101.3730 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,108.3761 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.1094,96.2927)" stroke="none" text-anchor="middle">0.3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 18.5279,126.9352 ZM 20.7747,121.3644 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,121.3644 ZM 20.7337,127.0583 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,126.9352 ZM 23.6063,126.5146 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,126.9352 ZM 27.1971,122.0415 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,95.3690 h 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,123.8420 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,116.1758 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 18.5279,142.4011 ZM 20.7747,136.8303 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,136.8303 ZM 20.7337,142.5242 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,142.4011 ZM 23.6063,141.9805 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,142.4011 ZM 27.5151,136.8303 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 27.5151,136.8303 ZM 27.4741,142.5242 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.1094,111.0955)" stroke="none" text-anchor="middle">0.2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,139.3079 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,110.1718 h 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 15.1116,157.8670 ZM 17.9226,155.4458 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,157.8670 ZM 20.7747,152.2962 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,152.2962 ZM 20.7337,157.9901 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,157.8670 ZM 23.6063,157.4464 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,157.8670 ZM 27.1971,152.9733 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,130.9787 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,154.7739 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.1094,125.8983)" stroke="none" text-anchor="middle">0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 15.1116,173.3330 ZM 17.9226,170.9118 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,173.3330 ZM 20.7747,167.7621 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,167.7621 ZM 20.7337,173.4561 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,173.3330 ZM 23.6063,172.9123 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,173.3330 ZM 25.8634,168.7881 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,124.9746 h 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,170.2398 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,145.7815 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 15.1116,188.7989 ZM 17.9226,186.3777 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,188.7989 ZM 20.7747,183.2281 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,183.2281 ZM 20.7337,188.9220 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,188.7989 ZM 23.6063,188.3782 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,188.7989 ZM 27.4843,183.1870 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,28.1094,140.7012)" stroke="none" text-anchor="middle">0.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,185.7057 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,139.7775 h 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 15.1116,204.2648 ZM 17.9226,201.8436 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,204.2648 ZM 20.7747,198.6940 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,198.6940 ZM 20.7337,204.3879 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,204.2648 ZM 23.6063,203.8442 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,204.2648 ZM 27.9152,200.6227 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,160.5843 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,201.1716 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,25.5692,155.5040)" stroke="none" text-anchor="middle">-0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 15.1116,219.7307 ZM 17.9226,217.3095 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,219.7307 ZM 20.7747,214.1599 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,214.1599 ZM 20.7337,219.8538 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,219.7307 ZM 23.6063,219.3101 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,219.7307 ZM 28.4384,217.9969 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,154.5803 h 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 32.0818,216.6375 h 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,175.3871 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,25.5692,170.3068)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,169.3831 h 4.4408 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,190.1900 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,25.5692,185.1096)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,184.1859 h 4.4408 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,204.9928 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,25.5692,199.9125)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,198.9888 h 4.4408 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.7299,219.7956 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,25.5692,214.7153)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 37.9503,213.7916 h 4.4408 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.2219,225.9171 l -0.0000,-3.0932 h -231.9888 l -0.0000,3.0932 Z"/>
+    <path d="M 280.5153,222.6733 l -0.0000,-2.9606 h -222.0424 l -0.0000,2.9606 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.6049,238.9554 ZM 278.8517,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 278.8517,233.3846 ZM 278.8107,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 281.0985,238.9554 ZM 281.6833,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 283.3453,238.9554 ZM 286.5154,237.2216 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.1358,236.5347 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.2219,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,280.5153,231.4543)" stroke="none" text-anchor="middle">0.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.4060,238.9554 ZM 255.6528,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 255.6528,233.3846 ZM 255.6118,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 257.8996,238.9554 ZM 258.4844,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 260.1464,238.9554 ZM 262.7933,235.3133 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.5153,219.7127 v 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.0230,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.9316,236.5347 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.2071,238.9554 ZM 232.4539,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 232.4539,233.3846 ZM 232.4129,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 234.7007,238.9554 ZM 235.2855,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 236.9475,238.9554 ZM 239.1635,233.3435 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,258.3111,231.4543)" stroke="none" text-anchor="middle">0.4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.8241,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 258.3111,219.7127 v 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.0083,238.9554 ZM 209.2551,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 209.2551,233.3846 ZM 209.2140,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 211.5018,238.9554 ZM 212.0866,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 213.7486,238.9554 ZM 214.3437,234.4105 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 243.7274,236.5347 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.6252,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,236.1069,231.4543)" stroke="none" text-anchor="middle">0.3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.8094,238.9554 ZM 186.0562,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 186.0562,233.3846 ZM 186.0151,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 188.3030,238.9554 ZM 188.8877,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 190.5498,238.9554 ZM 192.4785,234.0617 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.1069,219.7127 v 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.4264,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.5231,236.5347 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.6105,238.9554 ZM 162.8573,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 162.8573,233.3846 ZM 162.8163,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 165.1041,238.9554 ZM 165.6889,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 167.3509,238.9554 ZM 169.5977,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 169.5977,233.3846 ZM 169.5566,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,213.9026,231.4543)" stroke="none" text-anchor="middle">0.2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.2275,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.9026,219.7127 v 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 135.7034,238.9554 ZM 138.5145,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 139.1198,238.9554 ZM 141.3666,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 141.3666,233.3846 ZM 141.3256,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 143.6134,238.9554 ZM 144.1982,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 145.8602,238.9554 ZM 147.7889,234.0617 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.3189,236.5347 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.0286,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,191.6984,231.4543)" stroke="none" text-anchor="middle">0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 112.5046,238.9554 ZM 115.3156,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 115.9209,238.9554 ZM 118.1677,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 118.1677,233.3846 ZM 118.1267,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 120.4145,238.9554 ZM 120.9993,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 122.6613,238.9554 ZM 123.2563,234.4105 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.6984,219.7127 v 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 119.8297,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.1146,236.5347 l -0.0000,-10.1607 h -15.2410 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.3057,238.9554 ZM 92.1167,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 92.7220,238.9554 ZM 94.9688,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 94.9688,233.3846 ZM 94.9278,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 97.2156,238.9554 ZM 97.8004,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 99.4624,238.9554 ZM 101.6784,233.3435 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,169.4941,231.4543)" stroke="none" text-anchor="middle">0.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 96.6308,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.4941,219.7127 v 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 66.1068,238.9554 ZM 68.9179,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 69.5232,238.9554 ZM 71.7700,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 71.7700,233.3846 ZM 71.7289,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 74.0167,238.9554 ZM 74.6015,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 76.2635,238.9554 ZM 78.9104,235.3133 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.4506,236.5347 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.4320,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,147.2899,231.4543)" stroke="none" text-anchor="middle">-0.1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 42.9079,238.9554 ZM 45.7190,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 46.3243,238.9554 ZM 48.5711,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 48.5711,233.3846 ZM 48.5300,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 50.8179,238.9554 ZM 51.4026,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 53.0647,238.9554 ZM 56.2348,237.2216 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.2899,219.7127 v 4.4408 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 50.2331,222.8239 v 4.6398 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 135.2463,236.5347 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,125.0857,231.4543)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 125.0857,219.7127 v 4.4408 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 113.0421,236.5347 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,102.8814,231.4543)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 102.8814,219.7127 v 4.4408 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 90.8378,236.5347 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,80.6772,231.4543)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 80.6772,219.7127 v 4.4408 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 68.6336,236.5347 l -0.0000,-10.1607 h -20.3213 l -0.0000,10.1607 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.236963644258477px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.4729,231.4543)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2013141414808735" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 58.4729,219.7127 v 4.4408 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.2219,216.6375 l -0.0000,-154.6592 h -231.9888 l -0.0000,154.6592 Z"/>
+    <path d="M 280.5153,213.7916 l -0.0000,-148.0283 h -222.0424 l -0.0000,148.0283 Z"/>
   </g>
 </svg>
diff --git a/other/labelledBarExample.svg b/other/labelledBarExample.svg
deleted file mode 100644
--- a/other/labelledBarExample.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 534.1007,346.4690 l -0.0000,-6.2427 h -468.2013 l -0.0000,6.2427 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 507.8229,372.7830 ZM 509.9763,360.9602 c 0.0000,-0.5383 0.4348,-0.9939 0.9939 -0.9939c 0.5383,-0.0000 0.9939,0.4555 0.9939 0.9939c 0.0000,0.5590 -0.4555,0.9939 -0.9939 0.9939c -0.5590,-0.0000 -0.9939,-0.4348 -0.9939 -0.9939ZM 509.9763,360.9602 ZM 508.8789,376.7998 c 0.9110,-0.0000 1.5322,-1.6357 1.5322 -4.5552v -6.1081 c 0.0000,-1.0974 -0.1863,-1.2630 -0.4555 -1.2630c -0.2899,-0.0000 -0.5176,0.0207 -0.8696 0.1035l -0.1035,-0.5798 c 1.5115,-0.2485 1.9670,-0.4969 2.2362 -0.6419c 0.1449,-0.0621 0.2278,-0.1242 0.4348 -0.1242h 0.3106 v 7.9716 c 0.0000,2.7124 -0.2071,3.8512 -1.3459 5.0107c -0.5590,0.5383 -1.1595,0.7868 -1.6564 0.7868c -0.8489,-0.0000 -1.9463,-0.4348 -1.9463 -1.0560c 0.0000,-0.5176 0.3106,-0.7868 0.6626 -0.7868c 0.4969,-0.0000 0.7661,0.4762 0.8696 0.9110c 0.0621,0.2071 0.1656,0.3313 0.3313 0.3313Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.6906,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.1373,372.7830 ZM 462.7524,360.9602 c 0.0000,-0.5383 0.4348,-0.9939 0.9732 -0.9939c 0.5590,-0.0000 0.9939,0.4555 0.9939 0.9939c 0.0000,0.5590 -0.4348,0.9939 -0.9939 0.9939c -0.5383,-0.0000 -0.9732,-0.4348 -0.9732 -0.9939ZM 462.7524,360.9602 ZM 464.7194,371.2922 c 0.0000,0.6005 0.2278,0.9110 0.8903 0.9110h 0.3934 c 0.1035,-0.0000 0.1863,0.0621 0.1863 0.1656v 0.3934 l -0.0414,0.0414 c 0.0000,-0.0000 -1.4287,-0.0414 -2.2362 -0.0414c -0.7247,-0.0000 -2.1327,0.0414 -2.1327 0.0414l -0.0414,-0.0414 v -0.3934 c 0.0000,-0.1035 0.0621,-0.1656 0.1656 -0.1656h 0.3934 c 0.6833,-0.0000 0.8903,-0.3106 0.8903 -0.9110v -5.1556 c 0.0000,-1.0974 -0.1863,-1.2630 -0.4762 -1.2630c -0.2692,-0.0000 -0.5176,0.0207 -0.8696 0.1035l -0.1035,-0.5798 c 1.3251,-0.2278 1.5529,-0.3106 2.1534 -0.6005c 0.2278,-0.0828 0.3727,-0.1656 0.5176 -0.1656h 0.3106 v 7.6610 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.8705,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.6876,372.7830 ZM 415.0626,358.3306 v 7.0191 c 1.3873,-1.3873 2.6089,-1.7185 3.4164 -1.7185c 1.4908,-0.0000 2.2362,1.1388 2.2362 3.2715v 4.3895 c 0.0000,0.6005 0.2071,0.9110 0.8903 0.9110h 0.3934 c 0.0828,-0.0000 0.1656,0.0621 0.1656 0.1656v 0.3934 l -0.0414,0.0414 c 0.0000,-0.0000 -1.4080,-0.0414 -2.2362 -0.0414c -0.7247,-0.0000 -2.1327,0.0414 -2.1327 0.0414l -0.0414,-0.0414 v -0.3934 c 0.0000,-0.1035 0.0621,-0.1656 0.1656 -0.1656h 0.3934 c 0.7040,-0.0000 0.8903,-0.3106 0.8903 -0.9110v -4.6173 c 0.0000,-1.6771 -0.4555,-2.0705 -1.6150 -2.0705c -0.6005,-0.0000 -1.4908,0.5383 -2.4847 1.5115v 5.1764 c 0.0000,0.6005 0.2071,0.9110 0.8903 0.9110h 0.3934 c 0.0828,-0.0000 0.1656,0.0621 0.1656 0.1656v 0.3934 l -0.0414,0.0414 c 0.0000,-0.0000 -1.4080,-0.0414 -2.2155 -0.0414c -0.7454,-0.0000 -2.1327,0.0414 -2.1327 0.0414l -0.0414,-0.0414 v -0.3934 c 0.0000,-0.1035 0.0414,-0.1656 0.1449 -0.1656h 0.3934 c 0.7040,-0.0000 0.8903,-0.3106 0.8903 -0.9110v -10.3734 c 0.0000,-1.1802 -0.1863,-1.5115 -0.6005 -1.5115l -0.6833,0.0828 c -0.0621,-0.0000 -0.1035,-0.0414 -0.1035 -0.1035l -0.0414,-0.5176 c 0.3313,-0.0000 1.0767,-0.1242 1.4287 -0.1863c 0.3727,-0.0828 0.6833,-0.1656 1.0974 -0.3520h 0.4555 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 417.0503,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 365.2195,372.7830 ZM 371.7624,366.9233 c 0.0000,-1.7185 -0.8075,-2.7124 -2.0498 -2.7124c -1.0767,-0.0000 -1.8014,0.7454 -1.8014 2.3604c 0.0000,1.0767 0.4141,2.7745 2.0705 2.7745c 0.7247,-0.0000 1.7807,-0.3520 1.7807 -2.4225ZM 371.7624,366.9233 ZM 367.8905,372.9279 c -0.6419,0.6005 -0.7868,1.2423 -0.7868 1.9463c 0.0000,1.5529 1.8635,2.0084 2.5675 2.0084c 1.7807,-0.0000 4.0376,-0.6212 4.0376 -2.1120c 0.0000,-0.5383 -0.2899,-0.8903 -1.0974 -1.2837c -0.5798,-0.2899 -1.4287,-0.5176 -2.4225 -0.5176c -0.1656,-0.0000 -0.3934,0.0207 -0.6833 0.0414c -0.2899,0.0207 -0.6005,0.0207 -0.8282 0.0207c -0.3313,-0.0000 -0.4969,-0.0414 -0.7868 -0.1035ZM 367.8905,372.9279 ZM 374.1849,364.7493 c -0.3313,-0.0000 -0.5383,-0.1863 -0.6212 -0.3520c -0.1242,-0.1863 -0.2071,-0.2485 -0.3520 -0.2485c -0.2485,-0.0000 -0.6419,0.2899 -0.7868 0.4969c 0.5798,0.6212 0.8489,1.2216 0.8489 2.1948c 0.0000,2.0291 -1.6564,3.1265 -3.3957 3.1265c -0.7661,-0.0000 -1.3873,-0.1449 -1.8635 -0.4348c -0.2278,0.3520 -0.3520,0.7868 -0.3520 1.2009c 0.0000,0.8903 0.6833,1.1181 1.2630 1.1181c 0.1035,-0.0000 0.3520,-0.0207 0.6419 -0.0414c 0.4762,-0.0621 0.9939,-0.1035 1.3459 -0.1035c 0.7247,-0.0000 2.0912,0.1449 2.9195 0.8489c 0.5590,0.5176 0.8696,1.0146 0.8696 1.6771c 0.0000,2.2362 -2.9402,3.4164 -5.6112 3.4164c -1.5115,-0.0000 -3.1886,-0.5590 -3.1886 -2.3604c 0.0000,-0.8903 0.5590,-1.8428 1.6150 -2.5054c -0.5176,-0.2692 -0.8903,-0.7868 -0.8903 -1.5322c 0.0000,-0.7040 0.3106,-1.5943 0.8696 -2.0912c -0.5590,-0.5590 -1.0353,-1.2630 -1.0353 -2.4018c 0.0000,-1.9049 1.6771,-3.1265 3.4371 -3.1265c 1.1595,-0.0000 1.8842,0.4762 2.1120 0.6419c 0.5176,-0.7040 1.4494,-1.0560 1.9670 -1.0560c 0.5383,-0.0000 0.9110,0.3520 0.9110 0.7868c 0.0000,0.4555 -0.2899,0.7454 -0.7040 0.7454Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 370.2302,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 320.2628,372.7830 ZM 322.1677,371.2922 v -6.6050 h -1.4287 c -0.0828,-0.0000 -0.1035,-0.0207 -0.1035 -0.1035v -0.2899 c 0.0000,-0.1656 0.1035,-0.4141 0.4762 -0.4141h 1.0560 v -0.8075 c 0.0000,-3.2300 1.6771,-4.7415 3.4164 -4.7415c 0.7868,-0.0000 1.3251,0.2071 1.8428 0.5590c 0.4141,0.3106 0.6005,0.6626 0.6005 0.9939c 0.0000,0.4348 -0.3106,0.7454 -0.7040 0.7454c -0.4141,-0.0000 -0.6833,-0.2278 -0.8489 -0.5798c -0.2692,-0.6833 -0.6626,-1.0146 -1.2837 -1.0146c -0.6833,-0.0000 -1.4701,0.4969 -1.4701 3.6856v 1.1595 h 2.2776 c 0.1035,-0.0000 0.1656,0.0414 0.1656 0.1242v 0.4141 c 0.0000,0.1863 -0.2899,0.2692 -0.4762 0.2692h -1.9670 v 6.6050 c 0.0000,0.6005 0.2071,0.9110 0.8903 0.9110h 0.6833 c 0.0828,-0.0000 0.1656,0.0621 0.1656 0.1656v 0.3934 l -0.0414,0.0414 c 0.0000,-0.0000 -1.6978,-0.0414 -2.5054 -0.0414c -0.7454,-0.0000 -2.1534,0.0414 -2.1534 0.0414l -0.0414,-0.0414 v -0.3934 c 0.0000,-0.1035 0.0621,-0.1656 0.1656 -0.1656h 0.3934 c 0.7040,-0.0000 0.8903,-0.3106 0.8903 -0.9110Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 323.4101,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 272.1590,372.7830 ZM 274.5194,367.0476 h 3.8098 c 0.2071,-0.0000 0.2899,-0.1035 0.2899 -0.2899c 0.0000,-1.9256 -0.9732,-2.4225 -1.7185 -2.4225c -0.4762,-0.0000 -2.0291,0.1863 -2.3811 2.7124ZM 274.5194,367.0476 ZM 279.9856,370.8574 l 0.4141,0.3313 c -0.7868,1.0767 -2.0084,1.8428 -3.4992 1.8428c -2.8366,-0.0000 -4.0376,-2.1120 -4.0376 -4.3688c 0.0000,-3.1472 2.0705,-5.0314 4.0376 -5.0314c 2.7331,-0.0000 3.3750,2.1327 3.3750 3.8719c 0.0000,0.2278 -0.1449,0.3520 -0.3727 0.3520h -5.4455 c -0.0207,0.1242 -0.0207,0.2485 -0.0207 0.4141c 0.0000,2.1120 1.4701,3.7477 2.9609 3.7477c 1.1388,-0.0000 1.8635,-0.3727 2.5882 -1.1595Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 276.5899,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.6556,372.7830 ZM 231.5712,370.9402 v -5.3627 c -0.4969,-0.7868 -1.0560,-1.2216 -2.0291 -1.2216c -0.4141,-0.0000 -1.2630,0.0621 -1.9256 1.0353c -0.2899,0.4348 -0.6419,1.3251 -0.6419 2.8159c 0.0000,2.7124 1.4080,3.9547 2.5261 3.9547c 0.6833,-0.0000 1.2423,-0.4141 2.0705 -1.2216ZM 231.5712,370.9402 ZM 233.1241,358.3306 v 11.9677 c 0.0000,0.6212 0.0414,0.9524 0.0828 1.0974c 0.0621,0.1863 0.2899,0.3106 0.4555 0.3106c 0.2485,-0.0000 0.7040,-0.0000 1.0146 -0.0621l 0.0828,0.5798 c -1.2009,0.2071 -2.2776,0.4348 -2.7124 0.8075h -0.4969 l 0.0621,-1.4287 c -0.7868,0.8075 -1.5943,1.4287 -2.6503 1.4287c -2.2362,-0.0000 -3.6027,-1.9049 -3.6027 -4.4517c 0.0000,-1.5322 0.4141,-2.8159 1.3044 -3.7063c 0.8282,-0.7868 1.7393,-1.2423 3.1058 -1.2423c 0.4141,-0.0000 1.3251,0.1863 1.8014 0.4555v -3.1679 c 0.0000,-1.1802 -0.1863,-1.5115 -0.6005 -1.5115l -0.6833,0.0828 c -0.0414,-0.0000 -0.1035,-0.0414 -0.1035 -0.1035l -0.0414,-0.5176 c 0.3313,-0.0000 1.0767,-0.1242 1.4287 -0.1863c 0.3934,-0.0828 0.6833,-0.1656 1.0974 -0.3520h 0.4555 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.7698,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 178.7775,372.7830 ZM 186.7284,370.8988 c -0.9110,1.5736 -1.9049,2.1327 -3.1472 2.1327c -2.4847,-0.0000 -4.0376,-1.8842 -4.0376 -4.5552c 0.0000,-2.9402 1.8428,-4.8451 4.0790 -4.8451c 1.9877,-0.0000 3.0437,1.0146 3.0437 2.1120c 0.0000,0.6005 -0.3727,0.9110 -0.8075 0.9110c -0.4348,-0.0000 -0.8489,-0.2278 -0.9110 -0.7454c -0.0828,-0.6833 -0.2071,-1.5736 -1.4287 -1.5736c -1.3666,-0.0000 -2.3811,1.4494 -2.3811 3.6856c 0.0000,2.4225 1.3044,4.0997 2.8988 4.0997c 0.8903,-0.0000 1.6771,-0.5798 2.3190 -1.5115Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.9497,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.1809,372.7830 ZM 134.2660,371.6442 c 0.4141,0.4969 0.8489,0.6626 1.4908 0.6626c 1.9670,-0.0000 2.9609,-1.8221 2.9609 -4.1825c 0.0000,-2.1120 -1.0767,-3.6234 -2.3397 -3.6234c -0.2278,-0.0000 -1.3044,0.0414 -2.1120 0.8903v 6.2530 ZM 134.2660,371.6442 ZM 132.7131,360.9188 c 0.0000,-1.1802 -0.2071,-1.5115 -0.6212 -1.5115l -0.6626,0.0828 c -0.0621,-0.0000 -0.1035,-0.0414 -0.1035 -0.1035l -0.0414,-0.5176 c 0.3313,-0.0000 1.0767,-0.1242 1.4287 -0.1863c 0.3727,-0.0828 0.6833,-0.1656 1.0974 -0.3520h 0.4555 v 6.4187 c 0.7040,-0.7661 1.5322,-1.1388 2.5261 -1.1388c 1.8014,-0.0000 3.5199,1.7185 3.5199 4.2446c 0.0000,3.2922 -2.3190,5.1556 -4.4310 5.1556c -0.8903,-0.0000 -1.5529,-0.2485 -2.1534 -0.7661c -0.1863,0.2485 -0.4555,0.5590 -0.6419 0.7661l -0.4348,-0.1035 c 0.0621,-0.4969 0.0621,-0.8282 0.0621 -1.6357v -10.3527 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 136.1295,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 84.6403,372.7830 ZM 90.6656,367.7102 l -1.6357,0.4141 c -1.8221,0.5590 -2.0912,1.5115 -2.0912 2.4432c 0.0000,0.6419 0.3106,1.6150 1.6150 1.6150c 0.6212,-0.0000 1.5736,-0.6005 2.1120 -1.0560v -3.4164 ZM 90.6656,367.7102 ZM 91.9908,373.0314 c -0.7868,-0.0000 -1.2216,-0.7040 -1.3044 -1.2009l -0.4762,0.3313 c -0.9524,0.6626 -1.3044,0.8696 -2.2569 0.8696c -1.4494,-0.0000 -2.5054,-0.8282 -2.5054 -2.3811c 0.0000,-1.5736 1.3459,-2.6503 3.3129 -3.1472l 1.9049,-0.4762 c 0.0000,-2.3397 -1.0767,-2.7745 -1.7807 -2.7745c -0.7868,-0.0000 -1.6978,0.3520 -1.6978 0.9939c 0.0000,0.2278 0.0414,0.3520 0.0621 0.4141c 0.0414,0.0828 0.0621,0.2278 0.0621 0.3727c 0.0000,0.2692 -0.2071,0.6833 -0.8075 0.6833c -0.4969,-0.0000 -0.8282,-0.3313 -0.8282 -0.8282c 0.0000,-1.2009 1.9463,-2.2569 3.2715 -2.2569c 1.5115,-0.0000 3.2508,0.6212 3.2508 3.5613v 3.0437 c 0.0000,1.2630 0.0207,1.8014 0.4969 1.8014c 0.4555,-0.0000 0.5798,-0.5798 0.6005 -1.0353l 0.5176,0.1035 c -0.1242,1.5115 -0.7661,1.9256 -1.8221 1.9256Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2694084234167016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 89.3094,340.2263 v 9.3640 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 534.1007,327.7409 l -0.0000,-312.1342 h -468.2013 l -0.0000,312.1342 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 499.3544,279.7203 ZM 503.2470,269.8438 c -0.3934,-0.0000 -1.3044,0.3727 -1.7600 0.5798l -0.2485,-0.6419 c 1.8221,-0.8489 2.5261,-1.2837 3.5613 -2.0291h 0.3934 v 10.4148 c 0.0000,0.7454 0.1035,0.9524 0.7868 0.9524h 1.0767 c 0.0621,-0.0000 0.1656,0.0414 0.1656 0.1656v 0.4555 l -2.8366,-0.0414 l -2.8781,0.0414 v -0.4555 c 0.0207,-0.0621 0.0414,-0.1656 0.1656 -0.1656h 1.2423 c 0.7868,-0.0000 0.7868,-0.3520 0.7868 -0.9524v -7.1227 c 0.0000,-0.7040 0.0000,-1.2009 -0.4555 -1.2009ZM 508.4234,279.7203 ZM 509.6036,278.8714 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 512.9578,279.7203 ZM 517.4923,268.4772 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 517.4923,268.4772 ZM 517.4095,279.9687 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 452.5342,255.7100 ZM 453.7352,246.5375 c 0.0000,-1.1802 1.1388,-2.7952 3.3129 -2.7952c 1.5943,-0.0000 3.4578,0.6005 3.4578 2.9816c 0.0000,1.5736 -0.8075,2.3604 -1.9256 3.4371l -1.9670,1.9049 c -0.1035,0.1035 -1.4908,1.4701 -1.4908 2.4432h 3.5199 c 0.7040,-0.0000 1.0767,-0.3520 1.3666 -1.4908l 0.5176,0.0828 l -0.4141,2.6089 h -6.3980 c 0.0000,-1.1595 0.1863,-2.0498 2.1120 -4.0169l 1.4494,-1.4287 c 1.1595,-1.1802 1.6357,-2.1948 1.6357 -3.4578c 0.0000,-1.8842 -1.2837,-2.4225 -1.9877 -2.4225c -1.4287,-0.0000 -1.8221,0.7454 -1.8221 1.2423c 0.0000,0.1656 0.0414,0.3313 0.0828 0.4762c 0.0414,0.1449 0.0828,0.2899 0.0828 0.4555c 0.0000,0.5383 -0.4141,0.7454 -0.7454 0.7454c -0.4555,-0.0000 -0.7868,-0.3520 -0.7868 -0.7661ZM 461.6032,255.7100 ZM 462.7834,254.8610 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 466.1377,255.7100 ZM 470.6722,244.4669 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 470.6722,244.4669 ZM 470.5894,255.9584 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 401.1796,39.6170 ZM 405.0722,29.7405 c -0.3934,-0.0000 -1.3044,0.3727 -1.7600 0.5798l -0.2485,-0.6419 c 1.8221,-0.8489 2.5261,-1.2837 3.5613 -2.0291h 0.3934 v 10.4148 c 0.0000,0.7454 0.1035,0.9524 0.7868 0.9524h 1.0767 c 0.0621,-0.0000 0.1656,0.0414 0.1656 0.1656v 0.4555 l -2.8366,-0.0414 l -2.8781,0.0414 v -0.4555 c 0.0207,-0.0621 0.0414,-0.1656 0.1656 -0.1656h 1.2423 c 0.7868,-0.0000 0.7868,-0.3520 0.7868 -0.9524v -7.1227 c 0.0000,-0.7040 0.0000,-1.2009 -0.4555 -1.2009ZM 410.2486,39.6170 ZM 414.1412,29.7405 c -0.3934,-0.0000 -1.3044,0.3727 -1.7600 0.5798l -0.2485,-0.6419 c 1.8221,-0.8489 2.5261,-1.2837 3.5613 -2.0291h 0.3934 v 10.4148 c 0.0000,0.7454 0.1035,0.9524 0.7868 0.9524h 1.0767 c 0.0621,-0.0000 0.1656,0.0414 0.1656 0.1656v 0.4555 l -2.8366,-0.0414 l -2.8781,0.0414 v -0.4555 c 0.0207,-0.0621 0.0414,-0.1656 0.1656 -0.1656h 1.2423 c 0.7868,-0.0000 0.7868,-0.3520 0.7868 -0.9524v -7.1227 c 0.0000,-0.7040 0.0000,-1.2009 -0.4555 -1.2009ZM 419.3176,39.6170 ZM 420.4978,38.7681 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 423.8521,39.6170 ZM 428.3865,28.3740 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 428.3865,28.3740 ZM 428.3037,39.8655 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 355.4465,315.7358 ZM 361.1198,310.8493 h -4.6794 c -0.1863,-0.0000 -0.3106,-0.1656 -0.3106 -0.3520c 0.0000,-0.3313 0.2692,-0.7661 0.5176 -0.7661h 4.7415 c 0.2071,-0.0000 0.2899,0.1863 0.2899 0.3727c 0.0000,0.2278 -0.2899,0.7454 -0.5590 0.7454ZM 362.3414,315.7358 ZM 363.5423,306.5633 c 0.0000,-1.1802 1.1388,-2.7952 3.3129 -2.7952c 1.5943,-0.0000 3.4578,0.6005 3.4578 2.9816c 0.0000,1.5736 -0.8075,2.3604 -1.9256 3.4371l -1.9670,1.9049 c -0.1035,0.1035 -1.4908,1.4701 -1.4908 2.4432h 3.5199 c 0.7040,-0.0000 1.0767,-0.3520 1.3666 -1.4908l 0.5176,0.0828 l -0.4141,2.6089 h -6.3980 c 0.0000,-1.1595 0.1863,-2.0498 2.1120 -4.0169l 1.4494,-1.4287 c 1.1595,-1.1802 1.6357,-2.1948 1.6357 -3.4578c 0.0000,-1.8842 -1.2837,-2.4225 -1.9877 -2.4225c -1.4287,-0.0000 -1.8221,0.7454 -1.8221 1.2423c 0.0000,0.1656 0.0414,0.3313 0.0828 0.4762c 0.0414,0.1449 0.0828,0.2899 0.0828 0.4555c 0.0000,0.5383 -0.4141,0.7454 -0.7454 0.7454c -0.4555,-0.0000 -0.7868,-0.3520 -0.7868 -0.7661ZM 371.4104,315.7358 ZM 372.5906,314.8868 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 375.9449,315.7358 ZM 380.4794,304.4927 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 380.4794,304.4927 ZM 380.3966,315.9842 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0738,267.7151 ZM 316.6083,256.4721 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 316.6083,256.4721 ZM 316.5255,267.9636 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909ZM 321.1428,267.7151 ZM 322.3230,266.8662 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 325.6773,267.7151 ZM 330.2118,256.4721 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 330.2118,256.4721 ZM 330.1290,267.9636 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 265.2537,111.6480 ZM 269.8503,100.1772 c -1.1802,-0.0000 -1.9463,0.9317 -1.9463 1.8428c 0.0000,0.6005 0.2485,1.3251 1.4908 2.1327l 0.6005,0.3727 c 0.5383,-0.3934 1.8014,-1.3459 1.8014 -2.4018c 0.0000,-0.9110 -0.6626,-1.9463 -1.9463 -1.9463ZM 269.8503,100.1772 ZM 273.0182,102.1442 c 0.0000,1.2630 -1.4287,2.2569 -2.2983 2.8366l 1.2009,0.7868 c 1.0146,0.6626 1.5322,1.5736 1.5322 2.7124c 0.0000,1.4908 -1.2216,3.4164 -3.7891 3.4164c -2.0705,-0.0000 -3.4992,-1.0974 -3.4992 -3.1058c 0.0000,-0.7661 0.3313,-1.6564 1.1388 -2.3604c 0.4969,-0.4348 0.9317,-0.8075 1.4287 -1.1802l -0.3520,-0.2071 c -1.2009,-0.7454 -1.8014,-1.5529 -1.8014 -2.6503c 0.0000,-1.5115 1.3666,-2.7124 3.3750 -2.7124c 1.9256,-0.0000 3.0644,1.0560 3.0644 2.4639ZM 273.0182,102.1442 ZM 269.7054,111.3167 c 0.8903,-0.0000 2.4432,-0.4762 2.4432 -2.4432c 0.0000,-0.9317 -0.5798,-1.8635 -1.8014 -2.6089l -0.9110,-0.5590 c -1.6771,1.1181 -2.0498,2.5054 -2.0498 3.0851c 0.0000,1.7600 1.4287,2.5261 2.3190 2.5261ZM 274.3227,111.6480 ZM 275.5029,110.7991 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 278.8572,111.6480 ZM 283.3917,100.4050 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 283.3917,100.4050 ZM 283.3088,111.8965 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 218.4336,183.6790 ZM 224.8316,180.1798 c 0.0000,-2.1327 -1.1595,-3.1886 -2.4432 -3.1886c -0.9524,-0.0000 -1.6771,0.1449 -2.4847 0.4762l 0.6626,-5.6526 c 0.6833,0.0621 1.3873,0.0828 2.1120 0.0828c 1.0353,-0.0000 2.1120,-0.0621 3.2300 -0.1863l 0.1242,0.0621 l -0.3106,1.3459 c -0.8075,0.0828 -1.4701,0.1035 -2.0498 0.1035c -0.9317,-0.0000 -1.6357,-0.0828 -2.3604 -0.1656l -0.3934,3.2715 c 0.4348,-0.1656 1.1802,-0.3106 1.9877 -0.3106c 2.1948,-0.0000 3.4164,1.9049 3.4164 3.8098c 0.0000,2.3190 -1.6150,4.0997 -3.9547 4.0997c -1.1802,-0.0000 -2.8988,-0.6626 -2.8988 -1.4701c 0.0000,-0.3934 0.3313,-0.6626 0.7040 -0.6626c 0.4141,-0.0000 0.6833,0.3106 0.9317 0.6419c 0.3106,0.3727 0.6419,0.7868 1.3044 0.7868c 1.3251,-0.0000 2.4225,-1.2423 2.4225 -3.0437ZM 227.5026,183.6790 ZM 228.6828,182.8301 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 232.0370,183.6790 ZM 236.5715,172.4359 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 236.5715,172.4359 ZM 236.4887,183.9274 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 171.6135,231.6996 ZM 176.0858,220.3738 c -0.5176,-0.0000 -2.0291,0.2899 -2.0291 1.5529c 0.0000,0.3727 -0.1449,1.0146 -0.7040 1.0146c -0.5383,-0.0000 -0.5798,-0.6005 -0.5798 -0.6626c 0.0000,-0.6419 0.8489,-2.5468 3.7270 -2.5468c 2.0084,-0.0000 2.6089,1.2630 2.6089 2.0912c 0.0000,0.5176 -0.1656,1.5529 -2.0291 2.7331c 1.1595,0.1863 2.6917,1.0353 2.6917 3.1886c 0.0000,2.7331 -2.0705,4.2032 -4.4103 4.2032c -1.1802,-0.0000 -2.8366,-0.5176 -2.8366 -1.3044c 0.0000,-0.3106 0.3106,-0.6626 0.7247 -0.6626c 0.3934,-0.0000 0.5798,0.2071 0.7661 0.4762c 0.2278,0.3520 0.6005,0.8489 1.5943 0.8489c 0.6833,-0.0000 2.6296,-0.6833 2.6296 -3.2922c 0.0000,-2.2155 -1.5529,-2.5675 -2.6710 -2.5675c -0.1863,-0.0000 -0.4141,0.0414 -0.6419 0.0828l -0.0828,-0.6212 c 1.5943,-0.2692 2.9195,-1.8221 2.9195 -2.7745c 0.0000,-1.1802 -0.8282,-1.7600 -1.6771 -1.7600ZM 180.6824,231.6996 ZM 181.8626,230.8507 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 185.2169,231.6996 ZM 189.7514,220.4566 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 189.7514,220.4566 ZM 189.6686,231.9481 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 124.7933,255.7100 ZM 125.9942,246.5375 c 0.0000,-1.1802 1.1388,-2.7952 3.3129 -2.7952c 1.5943,-0.0000 3.4578,0.6005 3.4578 2.9816c 0.0000,1.5736 -0.8075,2.3604 -1.9256 3.4371l -1.9670,1.9049 c -0.1035,0.1035 -1.4908,1.4701 -1.4908 2.4432h 3.5199 c 0.7040,-0.0000 1.0767,-0.3520 1.3666 -1.4908l 0.5176,0.0828 l -0.4141,2.6089 h -6.3980 c 0.0000,-1.1595 0.1863,-2.0498 2.1120 -4.0169l 1.4494,-1.4287 c 1.1595,-1.1802 1.6357,-2.1948 1.6357 -3.4578c 0.0000,-1.8842 -1.2837,-2.4225 -1.9877 -2.4225c -1.4287,-0.0000 -1.8221,0.7454 -1.8221 1.2423c 0.0000,0.1656 0.0414,0.3313 0.0828 0.4762c 0.0414,0.1449 0.0828,0.2899 0.0828 0.4555c 0.0000,0.5383 -0.4141,0.7454 -0.7454 0.7454c -0.4555,-0.0000 -0.7868,-0.3520 -0.7868 -0.7661ZM 133.8623,255.7100 ZM 135.0425,254.8610 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 138.3968,255.7100 ZM 142.9313,244.4669 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 142.9313,244.4669 ZM 142.8484,255.9584 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.9732,279.7203 ZM 81.8658,269.8438 c -0.3934,-0.0000 -1.3044,0.3727 -1.7600 0.5798l -0.2485,-0.6419 c 1.8221,-0.8489 2.5261,-1.2837 3.5613 -2.0291h 0.3934 v 10.4148 c 0.0000,0.7454 0.1035,0.9524 0.7868 0.9524h 1.0767 c 0.0621,-0.0000 0.1656,0.0414 0.1656 0.1656v 0.4555 l -2.8366,-0.0414 l -2.8781,0.0414 v -0.4555 c 0.0207,-0.0621 0.0414,-0.1656 0.1656 -0.1656h 1.2423 c 0.7868,-0.0000 0.7868,-0.3520 0.7868 -0.9524v -7.1227 c 0.0000,-0.7040 0.0000,-1.2009 -0.4555 -1.2009ZM 87.0422,279.7203 ZM 88.2224,278.8714 c 0.0000,-0.6005 0.4969,-1.0974 1.0974 -1.0974c 0.6005,-0.0000 1.0974,0.4969 1.0974 1.0974c 0.0000,0.6005 -0.4969,1.0974 -1.0974 1.0974c -0.6005,-0.0000 -1.0974,-0.4969 -1.0974 -1.0974ZM 91.5766,279.7203 ZM 96.1111,268.4772 c -0.8903,-0.0000 -2.1948,0.8696 -2.1948 5.6940c 0.0000,1.6978 0.3106,5.1142 2.1327 5.1142c 0.3520,-0.0000 1.3459,-0.2278 1.7807 -1.8428c 0.2692,-0.9939 0.4141,-2.2362 0.4141 -4.0376c 0.0000,-2.6296 -0.6626,-4.0997 -1.2630 -4.6173c -0.2278,-0.2071 -0.5383,-0.3106 -0.8696 -0.3106ZM 96.1111,268.4772 ZM 96.0283,279.9687 c -2.2155,-0.0000 -3.7063,-2.8366 -3.7063 -6.0046c 0.0000,-3.8719 1.8428,-6.2116 3.7891 -6.2116c 0.8903,-0.0000 1.7807,0.5590 2.3811 1.3666c 0.8696,1.1595 1.3251,2.7124 1.3251 4.6587c 0.0000,4.5966 -2.2776,6.1909 -3.7891 6.1909Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 534.1007,279.7203 l -0.0000,-24.0103 h -38.2205 l -0.0000,24.0103 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 486.3250,279.7203 l -0.0000,-48.0206 h -38.2205 l -0.0000,48.0206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5494,279.7203 l -0.0000,-264.1136 h -38.2205 l -0.0000,264.1136 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 390.7737,327.7409 l -0.0000,-48.0206 h -38.2205 l -0.0000,48.0206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.9981,279.7203 l -0.0000,-0.0000 h -38.2205 l -0.0000,0.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 295.2224,279.7203 l -0.0000,-192.0826 h -38.2205 l -0.0000,192.0826 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.4468,279.7203 l -0.0000,-120.0516 h -38.2205 l -0.0000,120.0516 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 199.6711,279.7203 l -0.0000,-72.0310 h -38.2205 l -0.0000,72.0310 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 151.8955,279.7203 l -0.0000,-48.0206 h -38.2205 l -0.0000,48.0206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.2694084234167016" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.1199,279.7203 l -0.0000,-24.0103 h -38.2205 l -0.0000,24.0103 Z"/></g></svg>
diff --git a/other/labelledExample.svg b/other/labelledExample.svg
--- a/other/labelledExample.svg
+++ b/other/labelledExample.svg
@@ -1,13 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
     "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 300 100" font-size="1" width="300.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
+<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 100 100" font-size="1" width="100.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.0680,71.2836 ZM 140.0124,60.2790 l -1.2113,2.0326 c -1.2524,2.3611 -0.5749,3.5724 0.3490 4.4963c 0.6365,0.6365 1.9094,1.2935 3.2028 0.0000c 0.6159,-0.6159 0.9650,-2.1558 1.0471 -3.1412l -3.3876,-3.3876 ZM 140.0124,60.2790 ZM 146.6028,64.2415 c -0.7802,0.7802 -1.9094,0.5133 -2.4843 0.1027l -0.1437,0.8007 c -0.2874,1.6014 -0.4312,2.1558 -1.3756 3.1002c -1.4372,1.4372 -3.3055,1.6630 -4.8453 0.1232c -1.5604,-1.5604 -1.2935,-3.9625 0.1642 -6.4057l 1.4166,-2.3611 c -2.3200,-2.3200 -3.8188,-1.6835 -4.5168 -0.9855c -0.7802,0.7802 -1.3345,2.0326 -0.6981 2.6690c 0.2258,0.2258 0.3901,0.3080 0.4722 0.3490c 0.1232,0.0411 0.2874,0.1642 0.4312 0.3080c 0.2669,0.2669 0.4722,0.8828 -0.1232 1.4782c -0.4927,0.4927 -1.1497,0.4927 -1.6425 -0.0000c -1.1908,-1.1908 -0.3080,-4.1678 1.0060 -5.4818c 1.4988,-1.4988 3.8393,-2.6074 6.7547 0.3080l 3.0181,3.0181 c 1.2524,1.2524 1.8067,1.7657 2.2789 1.2935c 0.4517,-0.4517 0.0000,-1.1497 -0.4312 -1.6219l 0.6159,-0.4106 c 1.3756,1.6219 1.1497,2.6690 0.1027 3.7161ZM 153.4602,56.8914 ZM 153.9324,53.4627 l -10.2860,-10.2860 c -1.1703,-1.1703 -1.7041,-1.2935 -2.1147 -0.8828l -0.5749,0.7391 c -0.0616,0.0616 -0.1642,0.0821 -0.2258 0.0205l -0.5543,-0.4722 c 0.3285,-0.3285 0.9650,-1.2113 1.2524 -1.6219c 0.2874,-0.4517 0.4927,-0.8212 0.7186 -1.4166l 0.4517,-0.4517 l 12.8524,12.8524 c 0.5954,0.5954 1.1292,0.6775 1.7862 0.0205l 0.4927,-0.4927 c 0.0821,-0.0821 0.2258,-0.1027 0.3285 0.0000l 0.3901,0.3901 l -0.0000,0.0821 c 0.0000,-0.0000 -1.5398,1.4577 -2.3405 2.2584c -0.7186,0.7186 -2.1763,2.2584 -2.1763 2.2584l -0.0616,-0.0205 l -0.3901,-0.3901 c -0.1027,-0.1027 -0.1232,-0.2053 -0.0205 -0.3080l 0.4927,-0.4927 c 0.6775,-0.6775 0.5749,-1.1908 -0.0205 -1.7862ZM 158.7983,51.5533 ZM 159.7427,40.5487 l -1.2113,2.0326 c -1.2524,2.3611 -0.5749,3.5724 0.3490 4.4963c 0.6365,0.6365 1.9094,1.2935 3.2028 0.0000c 0.6159,-0.6159 0.9650,-2.1558 1.0471 -3.1412l -3.3876,-3.3876 ZM 159.7427,40.5487 ZM 166.3331,44.5112 c -0.7802,0.7802 -1.9094,0.5133 -2.4843 0.1027l -0.1437,0.8007 c -0.2874,1.6014 -0.4312,2.1558 -1.3756 3.1002c -1.4372,1.4372 -3.3055,1.6630 -4.8453 0.1232c -1.5604,-1.5604 -1.2935,-3.9625 0.1642 -6.4057l 1.4166,-2.3611 c -2.3200,-2.3200 -3.8188,-1.6835 -4.5168 -0.9855c -0.7802,0.7802 -1.3345,2.0326 -0.6981 2.6690c 0.2258,0.2258 0.3901,0.3080 0.4722 0.3490c 0.1232,0.0411 0.2874,0.1642 0.4312 0.3080c 0.2669,0.2669 0.4722,0.8828 -0.1232 1.4782c -0.4927,0.4927 -1.1497,0.4927 -1.6425 -0.0000c -1.1908,-1.1908 -0.3080,-4.1678 1.0060 -5.4818c 1.4988,-1.4988 3.8393,-2.6074 6.7547 0.3080l 3.0181,3.0181 c 1.2524,1.2524 1.8067,1.7657 2.2789 1.2935c 0.4517,-0.4517 0.0000,-1.1497 -0.4312 -1.6219l 0.6159,-0.4106 c 1.3756,1.6219 1.1497,2.6690 0.1027 3.7161ZM 168.0577,42.2938 ZM 169.9876,38.1055 c 0.9034,0.0821 1.4988,-0.1848 2.1352 -0.8212c 1.9504,-1.9504 1.1292,-4.7427 -1.2113 -7.0832c -2.0942,-2.0942 -4.6605,-2.5253 -5.9129 -1.2729c -0.2258,0.2258 -1.2524,1.3345 -1.2113 2.9770l 6.2004,6.2004 ZM 169.9876,38.1055 ZM 157.8128,29.0103 c -1.1703,-1.1703 -1.7041,-1.2935 -2.1147 -0.8828l -0.5749,0.7391 c -0.0616,0.0616 -0.1437,0.0616 -0.2053 -0.0000l -0.5543,-0.4722 c 0.3285,-0.3285 0.9444,-1.1908 1.2319 -1.6014c 0.2874,-0.4517 0.5133,-0.8418 0.7391 -1.4372l 0.4517,-0.4517 l 6.3646,6.3646 c -0.0616,-1.4577 0.3901,-2.6485 1.3756 -3.6340c 1.7862,-1.7862 5.1943,-1.7862 7.6991 0.7186c 3.2644,3.2644 2.8127,7.4117 0.7186 9.5059c -0.8828,0.8828 -1.7862,1.2935 -2.8949 1.3756c 0.0616,0.4312 0.1027,1.0060 0.1232 1.3961l -0.5338,0.3285 c -0.4312,-0.5543 -0.7596,-0.8828 -1.5604 -1.6835l -10.2655,-10.2655 ZM 177.8715,32.4800 ZM 174.5250,24.4524 l 3.7777,-3.7777 c 0.2053,-0.2053 0.1848,-0.3901 0.0000 -0.5749c -1.9094,-1.9094 -3.3671,-1.4372 -4.1062 -0.6981c -0.4722,0.4722 -1.8273,2.1968 0.3285 5.0506ZM 174.5250,24.4524 ZM 183.7229,22.8099 l 0.7391,-0.0821 c 0.2874,1.8478 -0.1642,3.8188 -1.6425 5.2970c -2.8127,2.8127 -6.0977,1.9094 -8.3356 -0.3285c -3.1207,-3.1207 -2.9359,-7.0421 -0.9855 -8.9926c 2.7101,-2.7101 5.4612,-1.2319 7.1858 0.4927c 0.2258,0.2258 0.2053,0.4927 -0.0205 0.7186l -5.3997,5.3997 c 0.1027,0.1437 0.2258,0.2669 0.3901 0.4312c 2.0942,2.0942 5.1738,2.2584 6.6520 0.7802c 1.1292,-1.1292 1.4782,-2.2173 1.4166 -3.7161ZM 186.6588,23.6928 ZM 187.1310,20.2641 l -10.2860,-10.2860 c -1.1703,-1.1703 -1.7041,-1.2935 -2.1147 -0.8828l -0.5749,0.7391 c -0.0616,0.0616 -0.1642,0.0821 -0.2258 0.0205l -0.5543,-0.4722 c 0.3285,-0.3285 0.9650,-1.2113 1.2524 -1.6219c 0.2874,-0.4517 0.4927,-0.8212 0.7186 -1.4166l 0.4517,-0.4517 l 12.8524,12.8524 c 0.5954,0.5954 1.1292,0.6775 1.7862 0.0205l 0.4927,-0.4927 c 0.0821,-0.0821 0.2258,-0.1027 0.3285 0.0000l 0.3901,0.3901 l -0.0000,0.0821 c 0.0000,-0.0000 -1.5398,1.4577 -2.3405 2.2584c -0.7186,0.7186 -2.1763,2.2584 -2.1763 2.2584l -0.0616,-0.0205 l -0.3901,-0.3901 c -0.1027,-0.1027 -0.1232,-0.2053 -0.0205 -0.3080l 0.4927,-0.4927 c 0.6775,-0.6775 0.5749,-1.1908 -0.0205 -1.7862Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 91.4676,28.0824 l -18.0714,-18.0714 l -63.2498,63.2498 l 18.0714,18.0714 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.4758435693200473" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.7286,93.4344 c 0.0000,-3.6261 -2.9395,-6.5656 -6.5656 -6.5656c -3.6261,-0.0000 -6.5656,2.9395 -6.5656 6.5656c -0.0000,3.6261 2.9395,6.5656 6.5656 6.5656c 3.6261,0.0000 6.5656,-2.9395 6.5656 -6.5656Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="23.233439086394384px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,-0.7071,0.7071,0.7071,19.1821,82.2965)" stroke="none" text-anchor="start">a label
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.4726434784003364" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 11.7284,92.0494 c 0.0000,-3.0845 -2.5005,-5.5850 -5.5850 -5.5850c -3.0845,-0.0000 -5.5850,2.5005 -5.5850 5.5850c -0.0000,3.0845 2.5005,5.5850 5.5850 5.5850c 3.0845,0.0000 5.5850,-2.5005 5.5850 -5.5850Z"/>
   </g>
 </svg>
diff --git a/other/legendExample.svg b/other/legendExample.svg
--- a/other/legendExample.svg
+++ b/other/legendExample.svg
@@ -4,55 +4,87 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="300.0000" stroke-opacity="1" viewBox="0 0 300 300" font-size="1" width="300.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.1014,280.0317 ZM 116.0294,278.5704 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 119.3781,280.0317 ZM 120.9610,268.4433 c 0.0000,-0.5277 0.4262,-0.9742 0.9539 -0.9742c 0.5480,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4262,0.9742 -0.9742 0.9742c -0.5277,-0.0000 -0.9539,-0.4262 -0.9539 -0.9742ZM 120.9610,268.4433 ZM 122.8891,278.5704 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4668 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5221,-0.3044 2.1107 -0.5885c 0.2232,-0.0812 0.3653,-0.1624 0.5074 -0.1624h 0.3044 v 7.5091 ZM 124.7359,280.0317 ZM 132.1232,278.5704 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 135.2892,280.0317 ZM 137.6028,274.4100 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 137.6028,274.4100 ZM 142.9606,278.1442 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 149.0490,280.0317 ZM 153.4327,268.9304 c -0.5074,-0.0000 -1.9889,0.2841 -1.9889 1.5221c 0.0000,0.3653 -0.1421,0.9944 -0.6900 0.9944c -0.5277,-0.0000 -0.5683,-0.5885 -0.5683 -0.6494c 0.0000,-0.6291 0.8321,-2.4963 3.6531 -2.4963c 1.9686,-0.0000 2.5571,1.2380 2.5571 2.0498c 0.0000,0.5074 -0.1624,1.5221 -1.9889 2.6789c 1.1365,0.1827 2.6383,1.0147 2.6383 3.1254c 0.0000,2.6789 -2.0295,4.1198 -4.3228 4.1198c -1.1568,-0.0000 -2.7804,-0.5074 -2.7804 -1.2786c 0.0000,-0.3044 0.3044,-0.6494 0.7103 -0.6494c 0.3856,-0.0000 0.5683,0.2029 0.7509 0.4668c 0.2232,0.3450 0.5885,0.8321 1.5627 0.8321c 0.6697,-0.0000 2.5774,-0.6697 2.5774 -3.2269c 0.0000,-2.1715 -1.5221,-2.5166 -2.6180 -2.5166c -0.1827,-0.0000 -0.4059,0.0406 -0.6291 0.0812l -0.0812,-0.6088 c 1.5627,-0.2638 2.8616,-1.7859 2.8616 -2.7195c 0.0000,-1.1568 -0.8118,-1.7251 -1.6439 -1.7251Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.0361,286.3636 l -0.0000,-23.4027 h -70.2080 l -0.0000,23.4027 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.3595755619017047" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6259,273.9128 h 17.4825 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.27515871943806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,134.9320,274.6623)" stroke="none" text-anchor="middle">line 3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.1014,245.0666 ZM 126.3392,243.6054 v -4.6678 c 0.0000,-1.3598 -0.5277,-1.8671 -1.2989 -1.8671c -0.7915,-0.0000 -1.4206,0.4059 -2.3948 1.4815c 0.0406,0.2435 0.0406,0.5277 0.0406 0.8118v 4.2416 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3450 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3598,-0.0406 -2.1512 -0.0406c -0.7306,-0.0000 -2.1310,0.0406 -2.1310 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.4059 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.6272 c 0.0000,-1.3598 -0.5480,-1.9077 -1.3192 -1.9077c -0.7103,-0.0000 -1.3800,0.5074 -2.3339 1.5018v 5.0331 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.1568 -0.1827,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5627,-0.3044 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.7656 h 0.0609 c 0.9539,-1.0147 1.8062,-1.7656 3.0645 -1.7656c 1.1365,-0.0000 1.8468,0.8321 1.9686 1.7454c 1.1771,-1.2177 2.1310,-1.7454 3.2269 -1.7454c 1.7859,-0.0000 2.0904,1.4815 2.0904 3.2878v 4.2213 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 129.5254,245.0666 ZM 138.2319,242.7124 c 0.0000,1.0147 0.1015,1.3395 0.5074 1.3395c 0.2435,-0.0000 0.6900,-0.0406 1.0350 -0.1015l 0.0812,0.5683 c -1.2380,0.2232 -2.2324,0.4262 -2.6992 0.7915h -0.4465 l 0.0609,-1.5018 h -0.0609 c -1.1162,1.2177 -2.0295,1.5018 -2.8616 1.5018c -2.0092,-0.0000 -2.5368,-1.3598 -2.5368 -2.7601v -4.6272 c 0.0000,-0.6697 -0.1421,-1.0147 -0.8930 -1.0147c -0.0812,-0.0000 -0.2232,0.0203 -0.3450 0.0203l -0.0609,-0.0203 v -0.5277 l 0.0609,-0.0609 c 0.0000,-0.0000 1.3800,0.0406 2.0295 0.0406c 0.2841,-0.0000 0.7509,-0.0406 0.7509 -0.0406l -0.0203,1.6236 v 4.3228 c 0.0000,1.8062 0.9336,2.1310 1.5424 2.1310c 0.4668,-0.0000 0.8930,-0.1827 1.3192 -0.4871c 0.4871,-0.3653 0.8118,-0.6494 1.0147 -0.9133v -5.0128 c 0.0000,-0.7306 -0.1015,-1.0756 -0.8524 -1.0756c -0.1218,-0.0000 -0.3450,0.0203 -0.4059 0.0203l -0.0406,-0.0406 v -0.5074 l 0.0406,-0.0609 c 0.0000,-0.0000 1.4409,0.0406 2.0092 0.0406c 0.4668,-0.0000 0.7915,-0.0406 0.7915 -0.0406l -0.0203,1.6033 v 4.7896 ZM 140.0179,245.0666 ZM 154.5692,243.6054 v -4.1401 c 0.0000,-1.6439 -0.4262,-2.4151 -1.3598 -2.4151c -0.5885,-0.0000 -1.4612,0.3450 -2.6586 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -1.5424,0.0406 -1.5424 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.0406 c 0.5277,-0.0000 0.6494,-0.3044 0.6494 -0.8930v -10.2692 c 0.0000,-0.9539 -0.1827,-1.3800 -0.5885 -1.3800l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 v 6.8799 c 1.3598,-1.3598 2.7601,-1.6845 3.5516 -1.6845c 1.4815,-0.0000 1.9889,1.1162 1.9889 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8524 0.8930h 0.4059 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 154.5692,243.6054 ZM 147.6081,243.1589 c -0.8930,1.5424 -1.8671,2.0904 -3.0645 2.0904c -2.4354,-0.0000 -3.7748,-1.8671 -3.7748 -4.4852c 0.0000,-2.8819 1.6236,-4.7084 3.7951 -4.7084c 1.9483,-0.0000 2.9833,0.9944 2.9833 2.0701c 0.0000,0.6088 -0.3653,0.8930 -0.7712 0.8930c -0.4465,-0.0000 -0.8524,-0.2232 -0.9133 -0.7103c -0.0609,-0.6900 -0.2029,-1.5627 -1.4003 -1.5627c -1.3395,-0.0000 -2.1310,1.3800 -2.1310 3.5719c 0.0000,2.3745 1.0756,4.0387 2.6586 4.0387c 0.8727,-0.0000 1.6236,-0.5683 2.2527 -1.4815ZM 162.8292,245.0666 ZM 164.7572,243.6054 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 168.1059,245.0666 ZM 168.7959,240.9062 c 0.0000,-2.7804 1.5018,-4.8099 4.2010 -4.8099c 3.0036,-0.0000 4.1604,2.5166 4.1604 4.6272c 0.0000,2.0295 -1.3192,4.5866 -4.2010 4.5866c -2.7195,-0.0000 -4.1604,-2.3339 -4.1604 -4.4040ZM 168.7959,240.9062 ZM 172.7737,236.7661 c -1.6236,-0.0000 -2.3745,1.9077 -2.3745 3.6734c 0.0000,1.5627 0.8930,4.1604 2.9022 4.1604c 0.9133,-0.0000 2.2527,-0.5480 2.2527 -3.2269c 0.0000,-2.9833 -1.1162,-4.6069 -2.7804 -4.6069ZM 177.8271,245.0666 ZM 185.2144,243.6054 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 188.3804,245.0666 ZM 194.7935,239.3232 c 0.0000,-1.6845 -0.7915,-2.6586 -2.0092 -2.6586c -1.0553,-0.0000 -1.7656,0.7306 -1.7656 2.3136c 0.0000,1.0553 0.4059,2.7195 2.0295 2.7195c 0.7103,-0.0000 1.7454,-0.3450 1.7454 -2.3745ZM 194.7935,239.3232 ZM 190.9984,245.2087 c -0.6291,0.5885 -0.7712,1.2177 -0.7712 1.9077c 0.0000,1.5221 1.8265,1.9686 2.5166 1.9686c 1.7454,-0.0000 3.9575,-0.6088 3.9575 -2.0701c 0.0000,-0.5277 -0.2841,-0.8727 -1.0756 -1.2583c -0.5683,-0.2841 -1.4003,-0.5074 -2.3745 -0.5074c -0.1624,-0.0000 -0.3856,0.0203 -0.6697 0.0406c -0.2841,0.0203 -0.5885,0.0203 -0.8118 0.0203c -0.3247,-0.0000 -0.4871,-0.0406 -0.7712 -0.1015ZM 190.9984,245.2087 ZM 197.1680,237.1922 c -0.3247,-0.0000 -0.5277,-0.1827 -0.6088 -0.3450c -0.1218,-0.1827 -0.2029,-0.2435 -0.3450 -0.2435c -0.2435,-0.0000 -0.6291,0.2841 -0.7712 0.4871c 0.5683,0.6088 0.8321,1.1974 0.8321 2.1512c 0.0000,1.9889 -1.6236,3.0645 -3.3283 3.0645c -0.7509,-0.0000 -1.3598,-0.1421 -1.8265 -0.4262c -0.2232,0.3450 -0.3450,0.7712 -0.3450 1.1771c 0.0000,0.8727 0.6697,1.0959 1.2380 1.0959c 0.1015,-0.0000 0.3450,-0.0203 0.6291 -0.0406c 0.4668,-0.0609 0.9742,-0.1015 1.3192 -0.1015c 0.7103,-0.0000 2.0498,0.1421 2.8616 0.8321c 0.5480,0.5074 0.8524,0.9944 0.8524 1.6439c 0.0000,2.1918 -2.8819,3.3486 -5.4999 3.3486c -1.4815,-0.0000 -3.1254,-0.5480 -3.1254 -2.3136c 0.0000,-0.8727 0.5480,-1.8062 1.5830 -2.4557c -0.5074,-0.2638 -0.8727,-0.7712 -0.8727 -1.5018c 0.0000,-0.6900 0.3044,-1.5627 0.8524 -2.0498c -0.5480,-0.5480 -1.0147,-1.2380 -1.0147 -2.3542c 0.0000,-1.8671 1.6439,-3.0645 3.3689 -3.0645c 1.1365,-0.0000 1.8468,0.4668 2.0701 0.6291c 0.5074,-0.6900 1.4206,-1.0350 1.9280 -1.0350c 0.5277,-0.0000 0.8930,0.3450 0.8930 0.7712c 0.0000,0.4465 -0.2841,0.7306 -0.6900 0.7306ZM 198.2030,245.0666 ZM 200.5166,239.4450 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 200.5166,239.4450 ZM 205.8745,243.1792 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 206.8892,245.0666 ZM 208.6955,243.6054 v -5.0534 c 0.0000,-1.0147 -0.1421,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5018,-0.2841 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.8265 h 0.0609 c 0.5277,-0.7915 1.4206,-1.8265 2.3745 -1.8265c 0.8321,-0.0000 1.1365,0.4059 1.1365 0.9336c 0.0000,0.5277 -0.3450,0.8524 -0.8727 0.8524c -0.4059,-0.0000 -0.6291,-0.1624 -0.8321 -0.3653c -0.1218,-0.1218 -0.2638,-0.1827 -0.4059 -0.1827c -0.2232,-0.0000 -0.6697,0.3653 -1.1568 1.0553c -0.1421,0.1827 -0.2435,0.4465 -0.2435 0.7103v 4.5054 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.5885 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6033,-0.0406 -2.3948 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 219.0052,245.0666 ZM 226.3925,243.6054 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 229.5585,245.0666 ZM 235.4643,240.0944 l -1.6033,0.4059 c -1.7859,0.5480 -2.0498,1.4815 -2.0498 2.3948c 0.0000,0.6291 0.3044,1.5830 1.5830 1.5830c 0.6088,-0.0000 1.5424,-0.5885 2.0701 -1.0350v -3.3486 ZM 235.4643,240.0944 ZM 236.7632,245.3102 c -0.7712,-0.0000 -1.1974,-0.6900 -1.2786 -1.1771l -0.4668,0.3247 c -0.9336,0.6494 -1.2786,0.8524 -2.2121 0.8524c -1.4206,-0.0000 -2.4557,-0.8118 -2.4557 -2.3339c 0.0000,-1.5424 1.3192,-2.5977 3.2472 -3.0848l 1.8671,-0.4668 c 0.0000,-2.2933 -1.0553,-2.7195 -1.7454 -2.7195c -0.7712,-0.0000 -1.6642,0.3450 -1.6642 0.9742c 0.0000,0.2232 0.0406,0.3450 0.0609 0.4059c 0.0406,0.0812 0.0609,0.2232 0.0609 0.3653c 0.0000,0.2638 -0.2029,0.6697 -0.7915 0.6697c -0.4871,-0.0000 -0.8118,-0.3247 -0.8118 -0.8118c 0.0000,-1.1771 1.9077,-2.2121 3.2066 -2.2121c 1.4815,-0.0000 3.1863,0.6088 3.1863 3.4907v 2.9833 c 0.0000,1.2380 0.0203,1.7656 0.4871 1.7656c 0.4465,-0.0000 0.5683,-0.5683 0.5885 -1.0147l 0.5074,0.1015 c -0.1218,1.4815 -0.7509,1.8874 -1.7859 1.8874ZM 238.7115,245.0666 ZM 250.9492,243.6054 v -4.6678 c 0.0000,-1.3598 -0.5277,-1.8671 -1.2989 -1.8671c -0.7915,-0.0000 -1.4206,0.4059 -2.3948 1.4815c 0.0406,0.2435 0.0406,0.5277 0.0406 0.8118v 4.2416 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3450 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3598,-0.0406 -2.1512 -0.0406c -0.7306,-0.0000 -2.1310,0.0406 -2.1310 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.4059 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.6272 c 0.0000,-1.3598 -0.5480,-1.9077 -1.3192 -1.9077c -0.7103,-0.0000 -1.3800,0.5074 -2.3339 1.5018v 5.0331 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.1568 -0.1827,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5627,-0.3044 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.7656 h 0.0609 c 0.9539,-1.0147 1.8062,-1.7656 3.0645 -1.7656c 1.1365,-0.0000 1.8468,0.8321 1.9686 1.7454c 1.1771,-1.2177 2.1310,-1.7454 3.2269 -1.7454c 1.7859,-0.0000 2.0904,1.4815 2.0904 3.2878v 4.2213 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 254.1355,245.0666 ZM 256.4491,239.4450 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 256.4491,239.4450 ZM 261.8069,243.1792 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.498900770352478" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.5522,272.5348 h 19.4827 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="5.438302247606819" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6259,238.9477 h 17.4825 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 287.0494,251.2713 l -0.0000,-23.4027 h -187.2214 l -0.0000,23.4027 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.1014,210.1016 ZM 114.9741,207.2603 l 0.5480,-0.0203 c 0.0609,0.5074 0.2841,1.4815 0.7306 1.9483c 0.2029,0.2232 0.7509,0.5885 1.5018 0.5885c 0.7103,-0.0000 1.7656,-0.5683 1.7656 -1.5627c 0.0000,-0.8727 -0.4871,-1.4612 -2.0904 -2.1512c -1.4815,-0.6494 -2.2527,-1.0756 -2.2527 -2.5977c 0.0000,-1.3598 1.1974,-2.3339 2.8007 -2.3339c 1.0147,-0.0000 1.7656,0.1827 2.3948 0.5074c 0.1218,0.6494 0.1827,1.3395 0.2232 2.0701l -0.5480,0.0203 c -0.4262,-1.6642 -1.6439,-1.9889 -2.0701 -1.9889c -0.7712,-0.0000 -1.5627,0.3044 -1.5627 1.4206c 0.0000,0.8118 0.3856,1.2177 1.5018 1.6236c 1.6439,0.6088 2.9630,1.3395 2.9630 2.9630c 0.0000,2.0092 -2.1310,2.5977 -3.0848 2.5977c -0.7103,-0.0000 -1.2989,-0.0812 -1.8265 -0.2232c -0.1421,-0.0203 -0.2435,-0.0406 -0.3856 -0.0406c -0.1015,-0.0000 -0.2638,0.0203 -0.4668 0.0609c 0.0000,-0.8524 -0.0609,-1.8874 -0.1421 -2.8819ZM 121.6308,210.1016 ZM 124.9388,195.9358 v 6.8799 c 1.3598,-1.3598 2.5571,-1.6845 3.3486 -1.6845c 1.4612,-0.0000 2.1918,1.1162 2.1918 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.5257 c 0.0000,-1.6439 -0.4465,-2.0295 -1.5830 -2.0295c -0.5885,-0.0000 -1.4612,0.5277 -2.4354 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -10.1677 c 0.0000,-1.1568 -0.1827,-1.4815 -0.5885 -1.4815l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 ZM 132.1435,210.1016 ZM 132.8335,205.9412 c 0.0000,-2.7804 1.5018,-4.8099 4.2010 -4.8099c 3.0036,-0.0000 4.1604,2.5166 4.1604 4.6272c 0.0000,2.0295 -1.3192,4.5866 -4.2010 4.5866c -2.7195,-0.0000 -4.1604,-2.3339 -4.1604 -4.4040ZM 132.8335,205.9412 ZM 136.8113,201.8010 c -1.6236,-0.0000 -2.3745,1.9077 -2.3745 3.6734c 0.0000,1.5627 0.8930,4.1604 2.9022 4.1604c 0.9133,-0.0000 2.2527,-0.5480 2.2527 -3.2269c 0.0000,-2.9833 -1.1162,-4.6069 -2.7804 -4.6069ZM 141.8647,210.1016 ZM 143.6709,208.6404 v -5.0534 c 0.0000,-1.0147 -0.1421,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5018,-0.2841 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.8265 h 0.0609 c 0.5277,-0.7915 1.4206,-1.8265 2.3745 -1.8265c 0.8321,-0.0000 1.1365,0.4059 1.1365 0.9336c 0.0000,0.5277 -0.3450,0.8524 -0.8727 0.8524c -0.4059,-0.0000 -0.6291,-0.1624 -0.8321 -0.3653c -0.1218,-0.1218 -0.2638,-0.1827 -0.4059 -0.1827c -0.2232,-0.0000 -0.6697,0.3653 -1.1568 1.0553c -0.1421,0.1827 -0.2435,0.4465 -0.2435 0.7103v 4.5054 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.5885 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6033,-0.0406 -2.3948 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 148.9070,210.1016 ZM 152.2353,202.1663 v 5.1955 c 0.0000,1.2583 0.1218,1.8671 0.6697 1.8671c 0.5277,-0.0000 0.9336,-0.1624 1.4612 -0.5683l 0.3653,0.3450 c -0.7915,0.8930 -1.6033,1.3395 -2.5368 1.3395c -0.9336,-0.0000 -1.4815,-0.5683 -1.4815 -2.0092v -6.1696 h -1.3192 c -0.0609,-0.0000 -0.0812,-0.0203 -0.0812 -0.0812v -0.6291 c 0.0000,-0.0609 0.0203,-0.0812 0.0609 -0.0812c 1.3598,-0.0000 1.6845,-0.7915 1.6845 -2.3339v -0.3856 l 1.1771,-0.4059 v 3.1254 h 2.2324 c 0.1015,-0.0000 0.1624,0.0406 0.1624 0.1218v 0.4059 c 0.0000,0.1827 -0.2841,0.2638 -0.4871 0.2638h -1.9077 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.27515871943806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,193.4387,239.5700)" stroke="none" text-anchor="middle">much longer name
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.7191511238034094" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6259,203.9827 h 17.4825 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="5.995603081409912" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.5522,237.4425 h 19.4827 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 101.8636,175.1366 ZM 103.9743,163.5482 c 0.0000,-0.5277 0.4262,-0.9742 0.9742 -0.9742c 0.5277,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4465,0.9742 -0.9742 0.9742c -0.5480,-0.0000 -0.9742,-0.4262 -0.9742 -0.9742ZM 103.9743,163.5482 ZM 102.8987,179.0737 c 0.8930,-0.0000 1.5018,-1.6033 1.5018 -4.4649v -5.9870 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4465 -1.2380c -0.2841,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.4815,-0.2435 1.9280,-0.4871 2.1918 -0.6291c 0.1421,-0.0609 0.2232,-0.1218 0.4262 -0.1218h 0.3044 v 7.8135 c 0.0000,2.6586 -0.2029,3.7748 -1.3192 4.9113c -0.5480,0.5277 -1.1365,0.7712 -1.6236 0.7712c -0.8321,-0.0000 -1.9077,-0.4262 -1.9077 -1.0350c 0.0000,-0.5074 0.3044,-0.7712 0.6494 -0.7712c 0.4871,-0.0000 0.7509,0.4668 0.8524 0.8930c 0.0609,0.2029 0.1624,0.3247 0.3247 0.3247ZM 107.4853,175.1366 ZM 116.1918,172.7824 c 0.0000,1.0147 0.1015,1.3395 0.5074 1.3395c 0.2435,-0.0000 0.6900,-0.0406 1.0350 -0.1015l 0.0812,0.5683 c -1.2380,0.2232 -2.2324,0.4262 -2.6992 0.7915h -0.4465 l 0.0609,-1.5018 h -0.0609 c -1.1162,1.2177 -2.0295,1.5018 -2.8616 1.5018c -2.0092,-0.0000 -2.5368,-1.3598 -2.5368 -2.7601v -4.6272 c 0.0000,-0.6697 -0.1421,-1.0147 -0.8930 -1.0147c -0.0812,-0.0000 -0.2232,0.0203 -0.3450 0.0203l -0.0609,-0.0203 v -0.5277 l 0.0609,-0.0609 c 0.0000,-0.0000 1.3800,0.0406 2.0295 0.0406c 0.2841,-0.0000 0.7509,-0.0406 0.7509 -0.0406l -0.0203,1.6236 v 4.3228 c 0.0000,1.8062 0.9336,2.1310 1.5424 2.1310c 0.4668,-0.0000 0.8930,-0.1827 1.3192 -0.4871c 0.4871,-0.3653 0.8118,-0.6494 1.0147 -0.9133v -5.0128 c 0.0000,-0.7306 -0.1015,-1.0756 -0.8524 -1.0756c -0.1218,-0.0000 -0.3450,0.0203 -0.4059 0.0203l -0.0406,-0.0406 v -0.5074 l 0.0406,-0.0609 c 0.0000,-0.0000 1.4409,0.0406 2.0092 0.0406c 0.4668,-0.0000 0.7915,-0.0406 0.7915 -0.0406l -0.0203,1.6033 v 4.7896 ZM 117.9777,175.1366 ZM 118.8504,172.2953 l 0.5480,-0.0203 c 0.0609,0.5074 0.2841,1.4815 0.7306 1.9483c 0.2029,0.2232 0.7509,0.5885 1.5018 0.5885c 0.7103,-0.0000 1.7656,-0.5683 1.7656 -1.5627c 0.0000,-0.8727 -0.4871,-1.4612 -2.0904 -2.1512c -1.4815,-0.6494 -2.2527,-1.0756 -2.2527 -2.5977c 0.0000,-1.3598 1.1974,-2.3339 2.8007 -2.3339c 1.0147,-0.0000 1.7656,0.1827 2.3948 0.5074c 0.1218,0.6494 0.1827,1.3395 0.2232 2.0701l -0.5480,0.0203 c -0.4262,-1.6642 -1.6439,-1.9889 -2.0701 -1.9889c -0.7712,-0.0000 -1.5627,0.3044 -1.5627 1.4206c 0.0000,0.8118 0.3856,1.2177 1.5018 1.6236c 1.6439,0.6088 2.9630,1.3395 2.9630 2.9630c 0.0000,2.0092 -2.1310,2.5977 -3.0848 2.5977c -0.7103,-0.0000 -1.2989,-0.0812 -1.8265 -0.2232c -0.1421,-0.0203 -0.2435,-0.0406 -0.3856 -0.0406c -0.1015,-0.0000 -0.2638,0.0203 -0.4668 0.0609c 0.0000,-0.8524 -0.0609,-1.8874 -0.1421 -2.8819ZM 125.5071,175.1366 ZM 128.8354,167.2013 v 5.1955 c 0.0000,1.2583 0.1218,1.8671 0.6697 1.8671c 0.5277,-0.0000 0.9336,-0.1624 1.4612 -0.5683l 0.3653,0.3450 c -0.7915,0.8930 -1.6033,1.3395 -2.5368 1.3395c -0.9336,-0.0000 -1.4815,-0.5683 -1.4815 -2.0092v -6.1696 h -1.3192 c -0.0609,-0.0000 -0.0812,-0.0203 -0.0812 -0.0812v -0.6291 c 0.0000,-0.0609 0.0203,-0.0812 0.0609 -0.0812c 1.3598,-0.0000 1.6845,-0.7915 1.6845 -2.3339v -0.3856 l 1.1771,-0.4059 v 3.1254 h 2.2324 c 0.1015,-0.0000 0.1624,0.0406 0.1624 0.1218v 0.4059 c 0.0000,0.1827 -0.2841,0.2638 -0.4871 0.2638h -1.9077 ZM 136.7098,175.1366 ZM 142.6156,170.1643 l -1.6033,0.4059 c -1.7859,0.5480 -2.0498,1.4815 -2.0498 2.3948c 0.0000,0.6291 0.3044,1.5830 1.5830 1.5830c 0.6088,-0.0000 1.5424,-0.5885 2.0701 -1.0350v -3.3486 ZM 142.6156,170.1643 ZM 143.9145,175.3801 c -0.7712,-0.0000 -1.1974,-0.6900 -1.2786 -1.1771l -0.4668,0.3247 c -0.9336,0.6494 -1.2786,0.8524 -2.2121 0.8524c -1.4206,-0.0000 -2.4557,-0.8118 -2.4557 -2.3339c 0.0000,-1.5424 1.3192,-2.5977 3.2472 -3.0848l 1.8671,-0.4668 c 0.0000,-2.2933 -1.0553,-2.7195 -1.7454 -2.7195c -0.7712,-0.0000 -1.6642,0.3450 -1.6642 0.9742c 0.0000,0.2232 0.0406,0.3450 0.0609 0.4059c 0.0406,0.0812 0.0609,0.2232 0.0609 0.3653c 0.0000,0.2638 -0.2029,0.6697 -0.7915 0.6697c -0.4871,-0.0000 -0.8118,-0.3247 -0.8118 -0.8118c 0.0000,-1.1771 1.9077,-2.2121 3.2066 -2.2121c 1.4815,-0.0000 3.1863,0.6088 3.1863 3.4907v 2.9833 c 0.0000,1.2380 0.0203,1.7656 0.4871 1.7656c 0.4465,-0.0000 0.5683,-0.5683 0.5885 -1.0147l 0.5074,0.1015 c -0.1218,1.4815 -0.7509,1.8874 -1.7859 1.8874ZM 150.9365,175.1366 ZM 157.3496,169.3931 c 0.0000,-1.6845 -0.7915,-2.6586 -2.0092 -2.6586c -1.0553,-0.0000 -1.7656,0.7306 -1.7656 2.3136c 0.0000,1.0553 0.4059,2.7195 2.0295 2.7195c 0.7103,-0.0000 1.7454,-0.3450 1.7454 -2.3745ZM 157.3496,169.3931 ZM 153.5545,175.2786 c -0.6291,0.5885 -0.7712,1.2177 -0.7712 1.9077c 0.0000,1.5221 1.8265,1.9686 2.5166 1.9686c 1.7454,-0.0000 3.9575,-0.6088 3.9575 -2.0701c 0.0000,-0.5277 -0.2841,-0.8727 -1.0756 -1.2583c -0.5683,-0.2841 -1.4003,-0.5074 -2.3745 -0.5074c -0.1624,-0.0000 -0.3856,0.0203 -0.6697 0.0406c -0.2841,0.0203 -0.5885,0.0203 -0.8118 0.0203c -0.3247,-0.0000 -0.4871,-0.0406 -0.7712 -0.1015ZM 153.5545,175.2786 ZM 159.7241,167.2622 c -0.3247,-0.0000 -0.5277,-0.1827 -0.6088 -0.3450c -0.1218,-0.1827 -0.2029,-0.2435 -0.3450 -0.2435c -0.2435,-0.0000 -0.6291,0.2841 -0.7712 0.4871c 0.5683,0.6088 0.8321,1.1974 0.8321 2.1512c 0.0000,1.9889 -1.6236,3.0645 -3.3283 3.0645c -0.7509,-0.0000 -1.3598,-0.1421 -1.8265 -0.4262c -0.2232,0.3450 -0.3450,0.7712 -0.3450 1.1771c 0.0000,0.8727 0.6697,1.0959 1.2380 1.0959c 0.1015,-0.0000 0.3450,-0.0203 0.6291 -0.0406c 0.4668,-0.0609 0.9742,-0.1015 1.3192 -0.1015c 0.7103,-0.0000 2.0498,0.1421 2.8616 0.8321c 0.5480,0.5074 0.8524,0.9944 0.8524 1.6439c 0.0000,2.1918 -2.8819,3.3486 -5.4999 3.3486c -1.4815,-0.0000 -3.1254,-0.5480 -3.1254 -2.3136c 0.0000,-0.8727 0.5480,-1.8062 1.5830 -2.4557c -0.5074,-0.2638 -0.8727,-0.7712 -0.8727 -1.5018c 0.0000,-0.6900 0.3044,-1.5627 0.8524 -2.0498c -0.5480,-0.5480 -1.0147,-1.2380 -1.0147 -2.3542c 0.0000,-1.8671 1.6439,-3.0645 3.3689 -3.0645c 1.1365,-0.0000 1.8468,0.4668 2.0701 0.6291c 0.5074,-0.6900 1.4206,-1.0350 1.9280 -1.0350c 0.5277,-0.0000 0.8930,0.3450 0.8930 0.7712c 0.0000,0.4465 -0.2841,0.7306 -0.6900 0.7306ZM 160.6577,175.1366 ZM 162.5857,173.6753 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 165.9343,175.1366 ZM 170.1556,166.8157 c 0.0000,0.1015 -0.1218,0.1624 -0.2232 0.1624c -0.6088,-0.0000 -0.8727,0.1218 -0.8727 0.4465c 0.0000,0.1218 0.0406,0.2841 0.1218 0.4668l 2.2324,5.2361 l 2.2527,-5.1549 c 0.1015,-0.1827 0.1421,-0.3450 0.1421 -0.4668c 0.0000,-0.4262 -0.4059,-0.5277 -0.8524 -0.5277h -0.0812 c -0.1015,-0.0000 -0.2029,-0.0812 -0.2029 -0.1421v -0.3856 l 0.0406,-0.0609 c 0.0000,-0.0000 1.1974,0.0406 1.9077 0.0406c 0.5683,-0.0000 1.4003,-0.0406 1.4003 -0.0406l 0.0609,0.0406 v 0.3856 c 0.0000,0.1015 -0.0812,0.1624 -0.2232 0.1624c -0.7712,-0.0000 -1.1568,0.7915 -1.4409 1.3800c -1.0756,2.2730 -1.9686,4.3634 -3.5922 8.2803c -0.6088,1.4612 -1.3395,3.1660 -2.7804 3.1660c -0.3856,-0.0000 -1.1771,-0.2232 -1.1771 -0.9539c 0.0000,-0.6088 0.4465,-0.7915 0.7712 -0.7915c 0.3044,-0.0000 0.5074,0.1218 0.6291 0.2841c 0.2029,0.2029 0.3450,0.3450 0.5480 0.3450c 0.3044,-0.0000 1.0147,-1.7454 1.5221 -2.9833c 0.1218,-0.2435 0.1624,-0.4465 0.1624 -0.6291c 0.0000,-0.2029 -0.1827,-0.7509 -0.3450 -1.1568l -2.5571,-5.9464 c -0.3247,-0.7712 -0.5480,-0.9944 -1.2380 -0.9944c -0.1218,-0.0000 -0.2029,-0.0609 -0.2029 -0.1421v -0.4059 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8930,0.0406 1.5018 0.0406c 0.9539,-0.0000 2.4151,-0.0406 2.4151 -0.0406l 0.0406,0.0609 v 0.3653 ZM 176.2644,175.1366 ZM 179.2883,168.7640 v 5.0534 c 0.7103,0.8321 1.3800,0.8727 1.7048 0.8727c 2.1715,-0.0000 2.6586,-2.0295 2.6586 -3.7748c 0.0000,-2.4557 -0.9944,-3.8154 -2.2324 -3.8154c -0.6900,-0.0000 -1.6845,0.5885 -2.1310 1.6642ZM 179.2883,168.7640 ZM 177.7865,178.3431 v -10.0459 c 0.0000,-0.7712 -0.1827,-0.9133 -0.4668 -0.9133c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5424,-0.3044 2.1107 -0.5885c 0.2232,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.6236 h 0.0609 c 0.9336,-1.4206 2.0295,-1.6236 2.6789 -1.6236c 1.9686,-0.0000 3.2675,2.0498 3.2675 4.2010c 0.0000,1.6439 -0.5074,2.9022 -1.4206 3.8357c -0.7915,0.7915 -1.6236,1.1771 -2.6992 1.1771c -0.7306,-0.0000 -1.2989,-0.1624 -1.8265 -0.4465v 3.4095 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 185.9856,175.1366 ZM 189.2936,160.9708 v 6.8799 c 1.3598,-1.3598 2.5571,-1.6845 3.3486 -1.6845c 1.4612,-0.0000 2.1918,1.1162 2.1918 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.5257 c 0.0000,-1.6439 -0.4465,-2.0295 -1.5830 -2.0295c -0.5885,-0.0000 -1.4612,0.5277 -2.4354 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -10.1677 c 0.0000,-1.1568 -0.1827,-1.4815 -0.5885 -1.4815l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.3347,216.1790 l -0.0000,-23.4027 h -58.5067 l -0.0000,23.4027 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.078726685705114" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.8706,169.0177 c 0.0000,-2.8966 -2.3482,-5.2448 -5.2448 -5.2448c -2.8966,-0.0000 -5.2448,2.3482 -5.2448 5.2448c -0.0000,2.8966 2.3482,5.2448 5.2448 5.2448c 2.8966,0.0000 5.2448,-2.3482 5.2448 -5.2448Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.27515871943806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,129.0814,204.4777)" stroke="none" text-anchor="middle">short
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 131.5839,140.1715 ZM 137.9971,134.4281 c 0.0000,-1.6845 -0.7915,-2.6586 -2.0092 -2.6586c -1.0553,-0.0000 -1.7656,0.7306 -1.7656 2.3136c 0.0000,1.0553 0.4059,2.7195 2.0295 2.7195c 0.7103,-0.0000 1.7454,-0.3450 1.7454 -2.3745ZM 137.9971,134.4281 ZM 134.2020,140.3136 c -0.6291,0.5885 -0.7712,1.2177 -0.7712 1.9077c 0.0000,1.5221 1.8265,1.9686 2.5166 1.9686c 1.7454,-0.0000 3.9575,-0.6088 3.9575 -2.0701c 0.0000,-0.5277 -0.2841,-0.8727 -1.0756 -1.2583c -0.5683,-0.2841 -1.4003,-0.5074 -2.3745 -0.5074c -0.1624,-0.0000 -0.3856,0.0203 -0.6697 0.0406c -0.2841,0.0203 -0.5885,0.0203 -0.8118 0.0203c -0.3247,-0.0000 -0.4871,-0.0406 -0.7712 -0.1015ZM 134.2020,140.3136 ZM 140.3716,132.2971 c -0.3247,-0.0000 -0.5277,-0.1827 -0.6088 -0.3450c -0.1218,-0.1827 -0.2029,-0.2435 -0.3450 -0.2435c -0.2435,-0.0000 -0.6291,0.2841 -0.7712 0.4871c 0.5683,0.6088 0.8321,1.1974 0.8321 2.1512c 0.0000,1.9889 -1.6236,3.0645 -3.3283 3.0645c -0.7509,-0.0000 -1.3598,-0.1421 -1.8265 -0.4262c -0.2232,0.3450 -0.3450,0.7712 -0.3450 1.1771c 0.0000,0.8727 0.6697,1.0959 1.2380 1.0959c 0.1015,-0.0000 0.3450,-0.0203 0.6291 -0.0406c 0.4668,-0.0609 0.9742,-0.1015 1.3192 -0.1015c 0.7103,-0.0000 2.0498,0.1421 2.8616 0.8321c 0.5480,0.5074 0.8524,0.9944 0.8524 1.6439c 0.0000,2.1918 -2.8819,3.3486 -5.4999 3.3486c -1.4815,-0.0000 -3.1254,-0.5480 -3.1254 -2.3136c 0.0000,-0.8727 0.5480,-1.8062 1.5830 -2.4557c -0.5074,-0.2638 -0.8727,-0.7712 -0.8727 -1.5018c 0.0000,-0.6900 0.3044,-1.5627 0.8524 -2.0498c -0.5480,-0.5480 -1.0147,-1.2380 -1.0147 -2.3542c 0.0000,-1.8671 1.6439,-3.0645 3.3689 -3.0645c 1.1365,-0.0000 1.8468,0.4668 2.0701 0.6291c 0.5074,-0.6900 1.4206,-1.0350 1.9280 -1.0350c 0.5277,-0.0000 0.8930,0.3450 0.8930 0.7712c 0.0000,0.4465 -0.2841,0.7306 -0.6900 0.7306ZM 141.3051,140.1715 ZM 143.2331,138.7103 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 146.5818,140.1715 ZM 150.8031,131.8507 c 0.0000,0.1015 -0.1218,0.1624 -0.2232 0.1624c -0.6088,-0.0000 -0.8727,0.1218 -0.8727 0.4465c 0.0000,0.1218 0.0406,0.2841 0.1218 0.4668l 2.2324,5.2361 l 2.2527,-5.1549 c 0.1015,-0.1827 0.1421,-0.3450 0.1421 -0.4668c 0.0000,-0.4262 -0.4059,-0.5277 -0.8524 -0.5277h -0.0812 c -0.1015,-0.0000 -0.2029,-0.0812 -0.2029 -0.1421v -0.3856 l 0.0406,-0.0609 c 0.0000,-0.0000 1.1974,0.0406 1.9077 0.0406c 0.5683,-0.0000 1.4003,-0.0406 1.4003 -0.0406l 0.0609,0.0406 v 0.3856 c 0.0000,0.1015 -0.0812,0.1624 -0.2232 0.1624c -0.7712,-0.0000 -1.1568,0.7915 -1.4409 1.3800c -1.0756,2.2730 -1.9686,4.3634 -3.5922 8.2803c -0.6088,1.4612 -1.3395,3.1660 -2.7804 3.1660c -0.3856,-0.0000 -1.1771,-0.2232 -1.1771 -0.9539c 0.0000,-0.6088 0.4465,-0.7915 0.7712 -0.7915c 0.3044,-0.0000 0.5074,0.1218 0.6291 0.2841c 0.2029,0.2029 0.3450,0.3450 0.5480 0.3450c 0.3044,-0.0000 1.0147,-1.7454 1.5221 -2.9833c 0.1218,-0.2435 0.1624,-0.4465 0.1624 -0.6291c 0.0000,-0.2029 -0.1827,-0.7509 -0.3450 -1.1568l -2.5571,-5.9464 c -0.3247,-0.7712 -0.5480,-0.9944 -1.2380 -0.9944c -0.1218,-0.0000 -0.2029,-0.0609 -0.2029 -0.1421v -0.4059 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8930,0.0406 1.5018 0.0406c 0.9539,-0.0000 2.4151,-0.0406 2.4151 -0.0406l 0.0406,0.0609 v 0.3653 ZM 156.9118,140.1715 ZM 159.9358,133.7990 v 5.0534 c 0.7103,0.8321 1.3800,0.8727 1.7048 0.8727c 2.1715,-0.0000 2.6586,-2.0295 2.6586 -3.7748c 0.0000,-2.4557 -0.9944,-3.8154 -2.2324 -3.8154c -0.6900,-0.0000 -1.6845,0.5885 -2.1310 1.6642ZM 159.9358,133.7990 ZM 158.4339,143.3781 v -10.0459 c 0.0000,-0.7712 -0.1827,-0.9133 -0.4668 -0.9133c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5424,-0.3044 2.1107 -0.5885c 0.2232,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.6236 h 0.0609 c 0.9336,-1.4206 2.0295,-1.6236 2.6789 -1.6236c 1.9686,-0.0000 3.2675,2.0498 3.2675 4.2010c 0.0000,1.6439 -0.5074,2.9022 -1.4206 3.8357c -0.7915,0.7915 -1.6236,1.1771 -2.6992 1.1771c -0.7306,-0.0000 -1.2989,-0.1624 -1.8265 -0.4465v 3.4095 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 166.6330,140.1715 ZM 169.9411,126.0058 v 6.8799 c 1.3598,-1.3598 2.5571,-1.6845 3.3486 -1.6845c 1.4612,-0.0000 2.1918,1.1162 2.1918 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.5257 c 0.0000,-1.6439 -0.4465,-2.0295 -1.5830 -2.0295c -0.5885,-0.0000 -1.4612,0.5277 -2.4354 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -10.1677 c 0.0000,-1.1568 -0.1827,-1.4815 -0.5885 -1.4815l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 ZM 177.1457,140.1715 ZM 183.0109,134.9761 h 3.4907 v 0.9944 h -3.4907 v 3.5110 h -1.0147 v -3.5110 h -3.5110 v -0.9944 h 3.5110 v -3.5313 h 1.0147 v 3.5313 ZM 187.8411,140.1715 ZM 189.7691,138.7103 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 193.1177,140.1715 ZM 194.7007,128.5832 c 0.0000,-0.5277 0.4262,-0.9742 0.9539 -0.9742c 0.5480,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4262,0.9742 -0.9742 0.9742c -0.5277,-0.0000 -0.9539,-0.4262 -0.9539 -0.9742ZM 194.7007,128.5832 ZM 196.6287,138.7103 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4668 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5221,-0.3044 2.1107 -0.5885c 0.2232,-0.0812 0.3653,-0.1624 0.5074 -0.1624h 0.3044 v 7.5091 ZM 198.4756,140.1715 ZM 205.8629,138.7103 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 209.0289,140.1715 ZM 211.3425,134.5499 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 211.3425,134.5499 ZM 216.7003,138.2841 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.997801540704956" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.5522,202.3501 h 19.4827 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="5.438302247606819" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 54.6608,134.0526 h 69.9301 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 226.6062,181.0867 l -0.0000,-23.4027 h -140.4160 l -0.0000,23.4027 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.078726685705114" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.8706,134.0526 c 0.0000,-2.8966 -2.3482,-5.2448 -5.2448 -5.2448c -2.8966,-0.0000 -5.2448,2.3482 -5.2448 5.2448c -0.0000,2.8966 2.3482,5.2448 5.2448 5.2448c 2.8966,0.0000 5.2448,-2.3482 5.2448 -5.2448Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.27515871943806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,156.3981,169.3853)" stroke="none" text-anchor="middle">just a glyph
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 105.3601,105.2065 ZM 107.1664,103.7453 v -5.0534 c 0.0000,-1.0147 -0.1421,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5018,-0.2841 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.8265 h 0.0609 c 0.5277,-0.7915 1.4206,-1.8265 2.3745 -1.8265c 0.8321,-0.0000 1.1365,0.4059 1.1365 0.9336c 0.0000,0.5277 -0.3450,0.8524 -0.8727 0.8524c -0.4059,-0.0000 -0.6291,-0.1624 -0.8321 -0.3653c -0.1218,-0.1218 -0.2638,-0.1827 -0.4059 -0.1827c -0.2232,-0.0000 -0.6697,0.3653 -1.1568 1.0553c -0.1421,0.1827 -0.2435,0.4465 -0.2435 0.7103v 4.5054 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.5885 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6033,-0.0406 -2.3948 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 112.4024,105.2065 ZM 114.7160,99.5848 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 114.7160,99.5848 ZM 120.0739,103.3191 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 121.0886,105.2065 ZM 128.8818,103.3597 c -0.8930,1.5424 -1.8671,2.0904 -3.0848 2.0904c -2.4354,-0.0000 -3.9575,-1.8468 -3.9575 -4.4649c 0.0000,-2.8819 1.8062,-4.7490 3.9981 -4.7490c 1.9483,-0.0000 2.9833,0.9944 2.9833 2.0701c 0.0000,0.5885 -0.3653,0.8930 -0.7915 0.8930c -0.4262,-0.0000 -0.8321,-0.2232 -0.8930 -0.7306c -0.0812,-0.6697 -0.2029,-1.5424 -1.4003 -1.5424c -1.3395,-0.0000 -2.3339,1.4206 -2.3339 3.6125c 0.0000,2.3745 1.2786,4.0184 2.8413 4.0184c 0.8727,-0.0000 1.6439,-0.5683 2.2730 -1.4815ZM 129.2674,105.2065 ZM 132.5958,97.2712 v 5.1955 c 0.0000,1.2583 0.1218,1.8671 0.6697 1.8671c 0.5277,-0.0000 0.9336,-0.1624 1.4612 -0.5683l 0.3653,0.3450 c -0.7915,0.8930 -1.6033,1.3395 -2.5368 1.3395c -0.9336,-0.0000 -1.4815,-0.5683 -1.4815 -2.0092v -6.1696 h -1.3192 c -0.0609,-0.0000 -0.0812,-0.0203 -0.0812 -0.0812v -0.6291 c 0.0000,-0.0609 0.0203,-0.0812 0.0609 -0.0812c 1.3598,-0.0000 1.6845,-0.7915 1.6845 -2.3339v -0.3856 l 1.1771,-0.4059 v 3.1254 h 2.2324 c 0.1015,-0.0000 0.1624,0.0406 0.1624 0.1218v 0.4059 c 0.0000,0.1827 -0.2841,0.2638 -0.4871 0.2638h -1.9077 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.496702311057434" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 78.3970,167.2578 c 0.0000,-3.2280 -2.6168,-5.8448 -5.8448 -5.8448c -3.2280,-0.0000 -5.8448,2.6168 -5.8448 5.8448c -0.0000,3.2280 2.6168,5.8448 5.8448 5.8448c 3.2280,0.0000 5.8448,-2.6168 5.8448 -5.8448Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.3595755619017047" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 98.3671,107.8289 l -0.0000,-17.4825 h -17.4825 l -0.0000,17.4825 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.3242,145.9943 l -0.0000,-23.4027 h -117.0134 l -0.0000,23.4027 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 105.3601,70.2415 ZM 108.3841,63.8689 v 5.0534 c 0.7103,0.8321 1.3800,0.8727 1.7048 0.8727c 2.1715,-0.0000 2.6586,-2.0295 2.6586 -3.7748c 0.0000,-2.4557 -0.9944,-3.8154 -2.2324 -3.8154c -0.6900,-0.0000 -1.6845,0.5885 -2.1310 1.6642ZM 108.3841,63.8689 ZM 106.8823,73.4480 v -10.0459 c 0.0000,-0.7712 -0.1827,-0.9133 -0.4668 -0.9133c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5424,-0.3044 2.1107 -0.5885c 0.2232,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.6236 h 0.0609 c 0.9336,-1.4206 2.0295,-1.6236 2.6789 -1.6236c 1.9686,-0.0000 3.2675,2.0498 3.2675 4.2010c 0.0000,1.6439 -0.5074,2.9022 -1.4206 3.8357c -0.7915,0.7915 -1.6236,1.1771 -2.6992 1.1771c -0.7306,-0.0000 -1.2989,-0.1624 -1.8265 -0.4465v 3.4095 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 115.0814,70.2415 ZM 116.6643,58.6531 c 0.0000,-0.5277 0.4262,-0.9742 0.9539 -0.9742c 0.5480,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4262,0.9742 -0.9742 0.9742c -0.5277,-0.0000 -0.9539,-0.4262 -0.9539 -0.9742ZM 116.6643,58.6531 ZM 118.5924,68.7802 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4668 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5221,-0.3044 2.1107 -0.5885c 0.2232,-0.0812 0.3653,-0.1624 0.5074 -0.1624h 0.3044 v 7.5091 ZM 120.4392,70.2415 ZM 124.4373,62.0829 c -0.4059,-0.0000 -0.4871,0.1015 -0.4871 0.2435c 0.0000,0.1015 0.0812,0.2841 0.3044 0.6494l 1.2380,1.8265 c 0.0609,0.1218 0.1218,0.1827 0.2029 0.1827c 0.0609,-0.0000 0.1015,-0.0406 0.1827 -0.1421l 1.3192,-1.8468 c 0.2232,-0.2841 0.3450,-0.5074 0.3450 -0.6697c 0.0000,-0.1624 -0.1421,-0.2435 -0.4262 -0.2435h -0.3247 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1421v -0.3856 l 0.0609,-0.0609 c 0.0000,-0.0000 0.9539,0.0406 1.5830 0.0406c 0.6494,-0.0000 1.6439,-0.0406 1.6439 -0.0406l 0.0203,0.0406 v 0.3856 c 0.0000,0.1421 -0.1218,0.1624 -0.2435 0.1624c -0.7509,-0.0000 -1.0553,0.2435 -1.8062 1.1974l -1.7048,2.1715 c -0.0406,0.0609 -0.0609,0.1015 -0.0609 0.1421c 0.0000,0.0406 0.0203,0.1015 0.0609 0.1624l 1.8265,2.5774 c 0.9336,1.3192 1.1974,1.3395 1.8468 1.3395c 0.2029,-0.0000 0.2841,0.0406 0.2841 0.1624v 0.3856 l -0.0203,0.0406 c 0.0000,-0.0000 -1.0959,-0.0406 -1.7859 -0.0406c -0.8321,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.2435 c 0.3247,-0.0000 0.4668,-0.0609 0.4668 -0.2232c 0.0000,-0.1827 -0.2232,-0.4871 -0.5480 -0.9133l -1.1771,-1.6236 c -0.0812,-0.1015 -0.1218,-0.1421 -0.1827 -0.1421c -0.0406,-0.0000 -0.1015,0.0609 -0.1827 0.1827l -1.2786,1.8468 c -0.3044,0.4059 -0.3653,0.5074 -0.3653 0.6494c 0.0000,0.1421 0.1218,0.2232 0.4262 0.2232h 0.2841 c 0.1015,-0.0000 0.1421,0.0609 0.1421 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.0553,-0.0406 -1.7048 -0.0406c -0.5885,-0.0000 -1.5221,0.0406 -1.5221 0.0406l -0.0406,-0.0406 v -0.3450 c 0.0000,-0.1218 0.0812,-0.2029 0.2638 -0.2029c 0.4871,-0.0000 0.9539,-0.1015 1.8062 -1.1974l 1.7048,-2.1918 c 0.0203,-0.0406 0.0406,-0.0812 0.0406 -0.1421c 0.0000,-0.0609 -0.0203,-0.1015 -0.0609 -0.1624l -1.7656,-2.5774 c -0.5683,-0.8321 -0.9336,-1.3192 -1.6439 -1.3192c -0.1421,-0.0000 -0.2841,-0.0609 -0.2841 -0.1421v -0.3856 l 0.0406,-0.0609 l 1.6033,0.0406 l 2.2527,-0.0406 l 0.0609,0.0609 v 0.3653 c 0.0000,0.1015 -0.0812,0.1624 -0.1624 0.1624h -0.3044 ZM 130.5257,70.2415 ZM 132.8393,64.6198 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 132.8393,64.6198 ZM 138.1971,68.3540 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 139.2119,70.2415 ZM 141.1399,68.7802 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.27515871943806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,177.8175,134.2930)" stroke="none" text-anchor="middle">glyph+line
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="5.995603081409912" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 33.5867,132.1655 h 77.9310 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.496702311057434" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 78.3970,132.1655 c 0.0000,-3.2280 -2.6168,-5.8448 -5.8448 -5.8448c -3.2280,-0.0000 -5.8448,2.6168 -5.8448 5.8448c -0.0000,3.2280 2.6168,5.8448 5.8448 5.8448c 3.2280,0.0000 5.8448,-2.6168 5.8448 -5.8448Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 136.8920,110.9020 l -0.0000,-23.4027 h -46.8053 l -0.0000,23.4027 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.27515871943806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,113.4893,99.2007)" stroke="none" text-anchor="middle">rect
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.498900770352478" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 82.2936,106.8145 l -0.0000,-19.4827 h -19.4827 l -0.0000,19.4827 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.5933,75.6422 l -0.0000,-23.4027 h -58.5067 l -0.0000,23.4027 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="21.27515871943806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,119.3400,63.9408)" stroke="none" text-anchor="middle">pixel
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 98.3671,72.8638 l -0.0000,-17.4825 h -17.4825 l -0.0000,17.4825 Z"/>
+    <path d="M 82.2936,71.5547 l -0.0000,-19.4827 h -19.4827 l -0.0000,19.4827 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 59.3113,34.3718 ZM 61.5147,32.7019 v -11.6202 c 0.0000,-1.3221 -0.2319,-1.6932 -0.6958 -1.6932l -0.7422,0.0928 c -0.0696,-0.0000 -0.1392,-0.0464 -0.1392 -0.1160l -0.0464,-0.5799 c 0.3711,-0.0000 1.2293,-0.1392 1.6236 -0.2087c 0.4175,-0.0928 0.7422,-0.1856 1.2061 -0.3943h 0.5103 v 14.5195 c 0.0000,0.6726 0.2551,1.0205 0.9973 1.0205h 0.5567 c 0.0928,-0.0000 0.1856,0.0696 0.1856 0.1856v 0.4407 l -0.0464,0.0464 c 0.0000,-0.0000 -1.6932,-0.0464 -2.5977 -0.0464c -0.8118,-0.0000 -2.5050,0.0464 -2.5050 0.0464l -0.0232,-0.0464 v -0.4407 c 0.0000,-0.1160 0.0464,-0.1856 0.1624 -0.1856h 0.5567 c 0.7654,-0.0000 0.9973,-0.3479 0.9973 -1.0205ZM 65.3417,34.3718 ZM 67.9858,27.9471 h 4.2677 c 0.2319,-0.0000 0.3247,-0.1160 0.3247 -0.3247c 0.0000,-2.1570 -1.0901,-2.7137 -1.9251 -2.7137c -0.5335,-0.0000 -2.2730,0.2087 -2.6673 3.0384ZM 67.9858,27.9471 ZM 74.1091,32.2148 l 0.4639,0.3711 c -0.8814,1.2061 -2.2498,2.0643 -3.9198 2.0643c -3.1776,-0.0000 -4.5228,-2.3658 -4.5228 -4.8939c 0.0000,-3.5255 2.3194,-5.6362 4.5228 -5.6362c 3.0616,-0.0000 3.7806,2.3890 3.7806 4.3373c 0.0000,0.2551 -0.1624,0.3943 -0.4175 0.3943h -6.1000 c -0.0232,0.1392 -0.0232,0.2783 -0.0232 0.4639c 0.0000,2.3658 1.6468,4.1981 3.3167 4.1981c 1.2757,-0.0000 2.0875,-0.4175 2.8993 -1.2989ZM 75.2688,34.3718 ZM 82.5981,27.8079 c 0.0000,-1.9251 -0.9046,-3.0384 -2.2962 -3.0384c -1.2061,-0.0000 -2.0179,0.8350 -2.0179 2.6441c 0.0000,1.2061 0.4639,3.1080 2.3194 3.1080c 0.8118,-0.0000 1.9947,-0.3943 1.9947 -2.7137ZM 82.5981,27.8079 ZM 78.2608,34.5342 c -0.7190,0.6726 -0.8814,1.3916 -0.8814 2.1802c 0.0000,1.7396 2.0875,2.2498 2.8761 2.2498c 1.9947,-0.0000 4.5228,-0.6958 4.5228 -2.3658c 0.0000,-0.6030 -0.3247,-0.9973 -1.2293 -1.4380c -0.6494,-0.3247 -1.6004,-0.5799 -2.7137 -0.5799c -0.1856,-0.0000 -0.4407,0.0232 -0.7654 0.0464c -0.3247,0.0232 -0.6726,0.0232 -0.9278 0.0232c -0.3711,-0.0000 -0.5567,-0.0464 -0.8814 -0.1160ZM 78.2608,34.5342 ZM 85.3118,25.3726 c -0.3711,-0.0000 -0.6030,-0.2087 -0.6958 -0.3943c -0.1392,-0.2087 -0.2319,-0.2783 -0.3943 -0.2783c -0.2783,-0.0000 -0.7190,0.3247 -0.8814 0.5567c 0.6494,0.6958 0.9510,1.3684 0.9510 2.4586c 0.0000,2.2730 -1.8555,3.5023 -3.8038 3.5023c -0.8582,-0.0000 -1.5540,-0.1624 -2.0875 -0.4871c -0.2551,0.3943 -0.3943,0.8814 -0.3943 1.3453c 0.0000,0.9973 0.7654,1.2525 1.4148 1.2525c 0.1160,-0.0000 0.3943,-0.0232 0.7190 -0.0464c 0.5335,-0.0696 1.1133,-0.1160 1.5076 -0.1160c 0.8118,-0.0000 2.3426,0.1624 3.2704 0.9510c 0.6262,0.5799 0.9742,1.1365 0.9742 1.8787c 0.0000,2.5050 -3.2936,3.8270 -6.2856 3.8270c -1.6932,-0.0000 -3.5719,-0.6262 -3.5719 -2.6441c 0.0000,-0.9973 0.6262,-2.0643 1.8091 -2.8065c -0.5799,-0.3015 -0.9973,-0.8814 -0.9973 -1.7164c 0.0000,-0.7886 0.3479,-1.7859 0.9742 -2.3426c -0.6262,-0.6262 -1.1597,-1.4148 -1.1597 -2.6905c 0.0000,-2.1339 1.8787,-3.5023 3.8502 -3.5023c 1.2989,-0.0000 2.1107,0.5335 2.3658 0.7190c 0.5799,-0.7886 1.6236,-1.1829 2.2034 -1.1829c 0.6030,-0.0000 1.0205,0.3943 1.0205 0.8814c 0.0000,0.5103 -0.3247,0.8350 -0.7886 0.8350ZM 86.4947,34.3718 ZM 89.1388,27.9471 h 4.2677 c 0.2319,-0.0000 0.3247,-0.1160 0.3247 -0.3247c 0.0000,-2.1570 -1.0901,-2.7137 -1.9251 -2.7137c -0.5335,-0.0000 -2.2730,0.2087 -2.6673 3.0384ZM 89.1388,27.9471 ZM 95.2620,32.2148 l 0.4639,0.3711 c -0.8814,1.2061 -2.2498,2.0643 -3.9198 2.0643c -3.1776,-0.0000 -4.5228,-2.3658 -4.5228 -4.8939c 0.0000,-3.5255 2.3194,-5.6362 4.5228 -5.6362c 3.0616,-0.0000 3.7806,2.3890 3.7806 4.3373c 0.0000,0.2551 -0.1624,0.3943 -0.4175 0.3943h -6.1000 c -0.0232,0.1392 -0.0232,0.2783 -0.0232 0.4639c 0.0000,2.3658 1.6468,4.1981 3.3167 4.1981c 1.2757,-0.0000 2.0875,-0.4175 2.8993 -1.2989ZM 96.4217,34.3718 ZM 104.8644,32.7019 v -5.0795 c 0.0000,-1.6236 -0.2783,-2.3890 -1.5076 -2.3890c -1.0205,-0.0000 -1.9019,0.3943 -3.0848 1.7859v 5.6825 c 0.0000,0.6726 0.2319,1.0205 0.9973 1.0205h 0.3247 c 0.1160,-0.0000 0.1856,0.0696 0.1856 0.1856v 0.4407 l -0.0464,0.0464 c 0.0000,-0.0000 -1.4612,-0.0464 -2.3658 -0.0464c -0.8350,-0.0000 -2.4122,0.0464 -2.4122 0.0464l -0.0464,-0.0464 v -0.4407 c 0.0000,-0.1160 0.0696,-0.1856 0.1856 -0.1856h 0.4407 c 0.7886,-0.0000 0.9973,-0.3479 0.9973 -1.0205v -5.7753 c 0.0000,-1.2525 -0.1856,-1.4148 -0.5103 -1.4148c -0.3015,-0.0000 -0.5799,0.0232 -0.9742 0.1160l -0.1160,-0.6494 c 0.9742,-0.1624 1.6700,-0.2783 2.3890 -0.6726c 0.2551,-0.1160 0.4407,-0.1856 0.6030 -0.1856h 0.3479 l -0.0696,2.0643 h 0.0696 c 1.4844,-1.7396 2.5977,-2.0643 3.7806 -2.0643c 2.0875,-0.0000 2.5282,1.6004 2.5282 3.6647v 4.9171 c 0.0000,0.6726 0.2551,1.0205 0.9973 1.0205h 0.4407 c 0.1160,-0.0000 0.2087,0.0696 0.2087 0.1856v 0.4407 l -0.0464,0.0464 c 0.0000,-0.0000 -1.6004,-0.0464 -2.5050 -0.0464c -0.8118,-0.0000 -2.2730,0.0464 -2.2730 0.0464l -0.0464,-0.0464 v -0.4407 c 0.0000,-0.1160 0.0696,-0.1856 0.1856 -0.1856h 0.3247 c 0.7654,-0.0000 0.9973,-0.3479 0.9973 -1.0205ZM 108.4826,34.3718 ZM 116.2295,32.3076 v -6.0073 c -0.5567,-0.8814 -1.1829,-1.3684 -2.2730 -1.3684c -0.4639,-0.0000 -1.4148,0.0696 -2.1570 1.1597c -0.3247,0.4871 -0.7190,1.4844 -0.7190 3.1544c 0.0000,3.0384 1.5772,4.4301 2.8297 4.4301c 0.7654,-0.0000 1.3916,-0.4639 2.3194 -1.3684ZM 116.2295,32.3076 ZM 117.9690,18.1824 v 13.4062 c 0.0000,0.6958 0.0464,1.0669 0.0928 1.2293c 0.0696,0.2087 0.3247,0.3479 0.5103 0.3479c 0.2783,-0.0000 0.7886,-0.0000 1.1365 -0.0696l 0.0928,0.6494 c -1.3453,0.2319 -2.5513,0.4871 -3.0384 0.9046h -0.5567 l 0.0696,-1.6004 c -0.8814,0.9046 -1.7859,1.6004 -2.9688 1.6004c -2.5050,-0.0000 -4.0358,-2.1339 -4.0358 -4.9867c 0.0000,-1.7164 0.4639,-3.1544 1.4612 -4.1517c 0.9278,-0.8814 1.9483,-1.3916 3.4791 -1.3916c 0.4639,-0.0000 1.4844,0.2087 2.0179 0.5103v -3.5487 c 0.0000,-1.3221 -0.2087,-1.6932 -0.6726 -1.6932l -0.7654,0.0928 c -0.0464,-0.0000 -0.1160,-0.0464 -0.1160 -0.1160l -0.0464,-0.5799 c 0.3711,-0.0000 1.2061,-0.1392 1.6004 -0.2087c 0.4407,-0.0928 0.7654,-0.1856 1.2293 -0.3943h 0.5103 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 112.6711,40.3823 l -0.0000,-26.7459 h -80.2377 l -0.0000,26.7459 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.5438302247606819" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.2297,300.0000 l -0.0000,-300.0000 h -228.9769 l -0.0000,300.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="24.31446710792921px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,72.5522,27.0093)" stroke="none" text-anchor="middle">legend
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.5995603081409913" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 299.7802,300.0000 l -0.0000,-300.0000 h -280.0777 l -0.0000,300.0000 Z"/>
   </g>
 </svg>
diff --git a/other/lglyphChart_Example.svg b/other/lglyphChart_Example.svg
--- a/other/lglyphChart_Example.svg
+++ b/other/lglyphChart_Example.svg
@@ -4,220 +4,364 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="200.0000" stroke-opacity="1" viewBox="0 0 600 200" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4930,15.5380 ZM 557.8635,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,15.5380 ZM 561.9131,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,15.5380 ZM 569.2824,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 579.6589,18.2560 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,565.9669,9.1280)" stroke="none" text-anchor="middle">5,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.8821,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 566.8534,21.8022 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4930,50.4725 ZM 557.8635,47.5352 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,50.4725 ZM 561.9131,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,50.4725 ZM 568.3960,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 579.6589,53.7182 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,565.9669,44.5902)" stroke="none" text-anchor="middle">5,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.8821,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 566.8534,57.2644 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4930,85.4070 ZM 557.8635,82.4697 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,85.4070 ZM 561.9131,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,85.4070 ZM 567.6660,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 579.6589,89.1805 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,565.9669,80.0525)" stroke="none" text-anchor="middle">5,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.8821,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 566.8534,92.7267 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4930,120.3415 ZM 557.8635,117.4042 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,120.3415 ZM 561.9131,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,120.3415 ZM 564.9199,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 579.6589,124.6427 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,565.9669,115.5147)" stroke="none" text-anchor="middle">5,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.8821,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 566.8534,128.1889 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4930,155.2760 ZM 557.8635,152.3387 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,155.2760 ZM 561.9131,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,155.2760 ZM 567.1794,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 579.6589,160.1050 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,565.9669,150.9770)" stroke="none" text-anchor="middle">5,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.8821,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 566.8534,163.6512 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4930,190.2105 ZM 557.8635,187.2732 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,190.2105 ZM 561.9131,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,190.2105 ZM 567.7182,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 567.7182,180.7730 ZM 567.6487,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 579.6589,195.5672 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,565.9669,186.4392)" stroke="none" text-anchor="middle">5,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.8821,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 566.8534,199.1134 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6895,15.5380 ZM 452.1736,9.3680 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,15.5380 ZM 457.1096,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,15.5380 ZM 464.4789,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.2721,18.2560 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,459.5801,9.1280)" stroke="none" text-anchor="middle">4,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 458.0786,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 460.4667,21.8022 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6895,50.4725 ZM 452.1736,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,50.4725 ZM 457.1096,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,50.4725 ZM 463.5925,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.2721,53.7182 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,459.5801,44.5902)" stroke="none" text-anchor="middle">4,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 458.0786,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 460.4667,57.2644 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6895,85.4070 ZM 452.1736,79.2370 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,85.4070 ZM 457.1096,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,85.4070 ZM 462.8625,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.2721,89.1805 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,459.5801,80.0525)" stroke="none" text-anchor="middle">4,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 458.0786,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 460.4667,92.7267 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6895,120.3415 ZM 452.1736,114.1715 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,120.3415 ZM 457.1096,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,120.3415 ZM 460.1164,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.2721,124.6427 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,459.5801,115.5147)" stroke="none" text-anchor="middle">4,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 458.0786,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 460.4667,128.1889 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6895,155.2760 ZM 452.1736,149.1060 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,155.2760 ZM 457.1096,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,155.2760 ZM 462.3759,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.2721,160.1050 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,459.5801,150.9770)" stroke="none" text-anchor="middle">4,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 458.0786,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 460.4667,163.6512 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 447.6895,190.2105 ZM 452.1736,184.0405 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,190.2105 ZM 457.1096,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,190.2105 ZM 462.9147,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 462.9147,180.7730 ZM 462.8452,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.2721,195.5672 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,459.5801,186.4392)" stroke="none" text-anchor="middle">4,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 458.0786,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 460.4667,199.1134 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.8860,15.5380 ZM 346.6402,6.0310 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,15.5380 ZM 352.3062,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,15.5380 ZM 359.6754,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.8854,18.2560 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.1934,9.1280)" stroke="none" text-anchor="middle">3,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.2751,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 354.0799,21.8022 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.8860,50.4725 ZM 346.6402,40.9655 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,50.4725 ZM 352.3062,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,50.4725 ZM 358.7890,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.8854,53.7182 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.1934,44.5902)" stroke="none" text-anchor="middle">3,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.2751,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 354.0799,57.2644 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.8860,85.4070 ZM 346.6402,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,85.4070 ZM 352.3062,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,85.4070 ZM 358.0590,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.8854,89.1805 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.1934,80.0525)" stroke="none" text-anchor="middle">3,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.2751,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 354.0799,92.7267 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.8860,120.3415 ZM 346.6402,110.8345 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,120.3415 ZM 352.3062,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,120.3415 ZM 355.3130,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.8854,124.6427 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.1934,115.5147)" stroke="none" text-anchor="middle">3,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.2751,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 354.0799,128.1889 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.8860,155.2760 ZM 346.6402,145.7690 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,155.2760 ZM 352.3062,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,155.2760 ZM 357.5724,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.8854,160.1050 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.1934,150.9770)" stroke="none" text-anchor="middle">3,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.2751,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 354.0799,163.6512 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.8860,190.2105 ZM 346.6402,180.7035 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,190.2105 ZM 352.3062,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,190.2105 ZM 358.1112,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 358.1112,180.7730 ZM 358.0417,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.8854,195.5672 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,353.1934,186.4392)" stroke="none" text-anchor="middle">3,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.2751,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 354.0799,199.1134 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.0825,15.5380 ZM 239.0906,7.8385 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,15.5380 ZM 247.5027,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,15.5380 ZM 254.8719,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.4986,18.2560 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,246.8066,9.1280)" stroke="none" text-anchor="middle">2,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.4716,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 247.6932,21.8022 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.0825,50.4725 ZM 239.0906,42.7730 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,50.4725 ZM 247.5027,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,50.4725 ZM 253.9855,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.4986,53.7182 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,246.8066,44.5902)" stroke="none" text-anchor="middle">2,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.4716,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 247.6932,57.2644 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.0825,85.4070 ZM 239.0906,77.7075 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,85.4070 ZM 247.5027,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,85.4070 ZM 253.2556,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.4986,89.1805 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,246.8066,80.0525)" stroke="none" text-anchor="middle">2,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.4716,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 247.6932,92.7267 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.0825,120.3415 ZM 239.0906,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,120.3415 ZM 247.5027,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,120.3415 ZM 250.5095,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.4986,124.6427 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,246.8066,115.5147)" stroke="none" text-anchor="middle">2,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.4716,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 247.6932,128.1889 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.0825,155.2760 ZM 239.0906,147.5765 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,155.2760 ZM 247.5027,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,155.2760 ZM 252.7689,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.4986,160.1050 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,246.8066,150.9770)" stroke="none" text-anchor="middle">2,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.4716,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 247.6932,163.6512 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.0825,190.2105 ZM 239.0906,182.5110 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,190.2105 ZM 247.5027,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,190.2105 ZM 253.3077,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 253.3077,180.7730 ZM 253.2382,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.4986,195.5672 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,246.8066,186.4392)" stroke="none" text-anchor="middle">2,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.4716,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 247.6932,199.1134 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.2790,15.5380 ZM 136.5465,7.2476 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,15.5380 ZM 142.6992,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,15.5380 ZM 150.0684,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.1118,18.2560 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.4199,9.1280)" stroke="none" text-anchor="middle">1,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6681,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 141.3064,21.8022 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.2790,50.4725 ZM 136.5465,42.1821 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,50.4725 ZM 142.6992,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,50.4725 ZM 149.1820,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.1118,53.7182 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.4199,44.5902)" stroke="none" text-anchor="middle">1,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6681,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 141.3064,57.2644 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.2790,85.4070 ZM 136.5465,77.1166 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,85.4070 ZM 142.6992,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,85.4070 ZM 148.4521,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.1118,89.1805 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.4199,80.0525)" stroke="none" text-anchor="middle">1,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6681,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 141.3064,92.7267 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.2790,120.3415 ZM 136.5465,112.0511 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,120.3415 ZM 142.6992,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,120.3415 ZM 145.7060,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.1118,124.6427 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.4199,115.5147)" stroke="none" text-anchor="middle">1,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6681,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 141.3064,128.1889 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.2790,155.2760 ZM 136.5465,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,155.2760 ZM 142.6992,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,155.2760 ZM 147.9654,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.1118,160.1050 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.4199,150.9770)" stroke="none" text-anchor="middle">1,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6681,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 141.3064,163.6512 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.2790,190.2105 ZM 136.5465,181.9201 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,190.2105 ZM 142.6992,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,190.2105 ZM 148.5042,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 148.5042,180.7730 ZM 148.4347,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.1118,195.5672 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.4199,186.4392)" stroke="none" text-anchor="middle">1,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6681,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 141.3064,199.1134 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 28.4755,15.5380 ZM 32.2818,6.1005 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,6.1005 ZM 32.2123,15.7466 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,15.5380 ZM 37.8957,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,15.5380 ZM 45.2649,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 47.7251,18.2560 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,34.0331,9.1280)" stroke="none" text-anchor="middle">0,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8646,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 34.9197,21.8022 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 28.4755,50.4725 ZM 32.2818,41.0350 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,41.0350 ZM 32.2123,50.6811 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,50.4725 ZM 37.8957,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,50.4725 ZM 44.3785,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 47.7251,53.7182 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,34.0331,44.5902)" stroke="none" text-anchor="middle">0,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8646,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 34.9197,57.2644 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 28.4755,85.4070 ZM 32.2818,75.9695 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,75.9695 ZM 32.2123,85.6156 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,85.4070 ZM 37.8957,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,85.4070 ZM 43.6486,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 47.7251,89.1805 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,34.0331,80.0525)" stroke="none" text-anchor="middle">0,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8646,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 34.9197,92.7267 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 28.4755,120.3415 ZM 32.2818,110.9040 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,110.9040 ZM 32.2123,120.5501 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,120.3415 ZM 37.8957,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,120.3415 ZM 40.9025,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 47.7251,124.6427 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,34.0331,115.5147)" stroke="none" text-anchor="middle">0,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8646,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 34.9197,128.1889 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 28.4755,155.2760 ZM 32.2818,145.8385 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,145.8385 ZM 32.2123,155.4846 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,155.2760 ZM 37.8957,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,155.2760 ZM 43.1619,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 47.7251,160.1050 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,34.0331,150.9770)" stroke="none" text-anchor="middle">0,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8646,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 34.9197,163.6512 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 28.4755,190.2105 ZM 32.2818,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,180.7730 ZM 32.2123,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,190.2105 ZM 37.8957,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,190.2105 ZM 43.7007,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 43.7007,180.7730 ZM 43.6312,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 47.7251,195.5672 l -0.0000,-18.2560 h -27.3839 l -0.0000,18.2560 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.596333203305086px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,34.0331,186.4392)" stroke="none" text-anchor="middle">0,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.8646,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>
+    <path d="M 34.9197,199.1134 c 0.0000,-0.4896 -0.3969,-0.8866 -0.8866 -0.8866c -0.4896,-0.0000 -0.8866,0.3969 -0.8866 0.8866c -0.0000,0.4896 0.3969,0.8866 0.8866 0.8866c 0.4896,0.0000 0.8866,-0.3969 0.8866 -0.8866Z"/>
   </g>
 </svg>
diff --git a/other/lglyphHudExample.svg b/other/lglyphHudExample.svg
--- a/other/lglyphHudExample.svg
+++ b/other/lglyphHudExample.svg
@@ -4,229 +4,381 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 567.1961,86.1693 ZM 572.1287,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,86.1693 ZM 575.8480,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,86.1693 ZM 582.6163,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 588.2257,94.8196 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,575.7331,86.4912)" stroke="none" text-anchor="middle">5,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.7380,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 576.5420,98.0552 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 567.1961,118.2548 ZM 572.1287,115.5571 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,118.2548 ZM 575.8480,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,118.2548 ZM 581.8022,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 588.2257,127.1754 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,575.7331,118.8471)" stroke="none" text-anchor="middle">5,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.7380,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 576.5420,130.4110 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 567.1961,150.3404 ZM 572.1287,147.6427 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,150.3404 ZM 575.8480,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,150.3404 ZM 581.1318,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 588.2257,159.5313 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,575.7331,151.2029)" stroke="none" text-anchor="middle">5,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.7380,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 576.5420,162.7669 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 567.1961,182.4260 ZM 572.1287,179.7282 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,182.4260 ZM 575.8480,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,182.4260 ZM 578.6096,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 588.2257,191.8871 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,575.7331,183.5587)" stroke="none" text-anchor="middle">5,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.7380,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 576.5420,195.1227 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 567.1961,214.5115 ZM 572.1287,211.8138 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,214.5115 ZM 575.8480,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,214.5115 ZM 580.6848,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 588.2257,224.2429 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,575.7331,215.9145)" stroke="none" text-anchor="middle">5,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.7380,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 576.5420,227.4785 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 567.1961,246.5971 ZM 572.1287,243.8994 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,246.5971 ZM 575.8480,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,246.5971 ZM 581.1797,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 581.1797,237.9292 ZM 581.1158,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 588.2257,256.5988 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,575.7331,248.2704)" stroke="none" text-anchor="middle">5,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.7380,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 576.5420,259.8343 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.9394,86.1693 ZM 475.0579,80.5024 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,86.1693 ZM 479.5913,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,86.1693 ZM 486.3596,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 491.1582,94.8196 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,478.6656,86.4912)" stroke="none" text-anchor="middle">4,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.4813,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 479.4745,98.0552 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.9394,118.2548 ZM 475.0579,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,118.2548 ZM 479.5913,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,118.2548 ZM 485.5455,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 491.1582,127.1754 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,478.6656,118.8471)" stroke="none" text-anchor="middle">4,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.4813,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 479.4745,130.4110 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.9394,150.3404 ZM 475.0579,144.6736 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,150.3404 ZM 479.5913,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,150.3404 ZM 484.8751,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 491.1582,159.5313 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,478.6656,151.2029)" stroke="none" text-anchor="middle">4,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.4813,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 479.4745,162.7669 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.9394,182.4260 ZM 475.0579,176.7591 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,182.4260 ZM 479.5913,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,182.4260 ZM 482.3529,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 491.1582,191.8871 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,478.6656,183.5587)" stroke="none" text-anchor="middle">4,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.4813,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 479.4745,195.1227 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.9394,214.5115 ZM 475.0579,208.8447 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,214.5115 ZM 479.5913,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,214.5115 ZM 484.4281,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 491.1582,224.2429 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,478.6656,215.9145)" stroke="none" text-anchor="middle">4,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.4813,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 479.4745,227.4785 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.9394,246.5971 ZM 475.0579,240.9302 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,246.5971 ZM 479.5913,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,246.5971 ZM 484.9230,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 484.9230,237.9292 ZM 484.8591,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 491.1582,256.5988 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,478.6656,248.2704)" stroke="none" text-anchor="middle">4,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 480.4813,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 479.4745,259.8343 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 374.6827,86.1693 ZM 378.1307,77.4375 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,86.1693 ZM 383.3347,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,86.1693 ZM 390.1030,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.0907,94.8196 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,381.5982,86.4912)" stroke="none" text-anchor="middle">3,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 384.2246,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 382.4071,98.0552 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 374.6827,118.2548 ZM 378.1307,109.5231 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,118.2548 ZM 383.3347,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,118.2548 ZM 389.2888,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.0907,127.1754 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,381.5982,118.8471)" stroke="none" text-anchor="middle">3,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 384.2246,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 382.4071,130.4110 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 374.6827,150.3404 ZM 378.1307,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,150.3404 ZM 383.3347,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,150.3404 ZM 388.6184,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.0907,159.5313 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,381.5982,151.2029)" stroke="none" text-anchor="middle">3,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 384.2246,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 382.4071,162.7669 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 374.6827,182.4260 ZM 378.1307,173.6942 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,182.4260 ZM 383.3347,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,182.4260 ZM 386.0963,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.0907,191.8871 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,381.5982,183.5587)" stroke="none" text-anchor="middle">3,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 384.2246,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 382.4071,195.1227 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 374.6827,214.5115 ZM 378.1307,205.7798 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,214.5115 ZM 383.3347,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,214.5115 ZM 388.1714,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.0907,224.2429 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,381.5982,215.9145)" stroke="none" text-anchor="middle">3,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 384.2246,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 382.4071,227.4785 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 374.6827,246.5971 ZM 378.1307,237.8654 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,246.5971 ZM 383.3347,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,246.5971 ZM 388.6663,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 388.6663,237.9292 ZM 388.6024,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 394.0907,256.5988 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,381.5982,248.2704)" stroke="none" text-anchor="middle">3,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 384.2246,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 382.4071,259.8343 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.4261,86.1693 ZM 279.3519,79.0977 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,86.1693 ZM 287.0780,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,86.1693 ZM 293.8463,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.0233,94.8196 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.5307,86.4912)" stroke="none" text-anchor="middle">2,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9679,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 285.3396,98.0552 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.4261,118.2548 ZM 279.3519,111.1833 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,118.2548 ZM 287.0780,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,118.2548 ZM 293.0322,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.0233,127.1754 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.5307,118.8471)" stroke="none" text-anchor="middle">2,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9679,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 285.3396,130.4110 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.4261,150.3404 ZM 279.3519,143.2688 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,150.3404 ZM 287.0780,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,150.3404 ZM 292.3617,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.0233,159.5313 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.5307,151.2029)" stroke="none" text-anchor="middle">2,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9679,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 285.3396,162.7669 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.4261,182.4260 ZM 279.3519,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,182.4260 ZM 287.0780,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,182.4260 ZM 289.8396,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.0233,191.8871 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.5307,183.5587)" stroke="none" text-anchor="middle">2,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9679,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 285.3396,195.1227 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.4261,214.5115 ZM 279.3519,207.4399 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,214.5115 ZM 287.0780,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,214.5115 ZM 291.9148,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.0233,224.2429 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.5307,215.9145)" stroke="none" text-anchor="middle">2,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9679,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 285.3396,227.4785 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.4261,246.5971 ZM 279.3519,239.5255 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,246.5971 ZM 287.0780,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,246.5971 ZM 292.4096,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 292.4096,237.9292 ZM 292.3458,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.0233,256.5988 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.5307,248.2704)" stroke="none" text-anchor="middle">2,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9679,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 285.3396,259.8343 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1694,86.1693 ZM 185.1704,78.5550 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,86.1693 ZM 190.8213,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,86.1693 ZM 197.5896,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.9558,94.8196 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.4632,86.4912)" stroke="none" text-anchor="middle">1,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7112,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 188.2721,98.0552 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1694,118.2548 ZM 185.1704,110.6405 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,118.2548 ZM 190.8213,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,118.2548 ZM 196.7755,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.9558,127.1754 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.4632,118.8471)" stroke="none" text-anchor="middle">1,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7112,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 188.2721,130.4110 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1694,150.3404 ZM 185.1704,142.7261 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,150.3404 ZM 190.8213,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,150.3404 ZM 196.1050,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.9558,159.5313 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.4632,151.2029)" stroke="none" text-anchor="middle">1,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7112,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 188.2721,162.7669 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1694,182.4260 ZM 185.1704,174.8116 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,182.4260 ZM 190.8213,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,182.4260 ZM 193.5829,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.9558,191.8871 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.4632,183.5587)" stroke="none" text-anchor="middle">1,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7112,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 188.2721,195.1227 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1694,214.5115 ZM 185.1704,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,214.5115 ZM 190.8213,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,214.5115 ZM 195.6581,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.9558,224.2429 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.4632,215.9145)" stroke="none" text-anchor="middle">1,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7112,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 188.2721,227.4785 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1694,246.5971 ZM 185.1704,238.9828 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,246.5971 ZM 190.8213,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,246.5971 ZM 196.1529,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 196.1529,237.9292 ZM 196.0891,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.9558,256.5988 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.4632,248.2704)" stroke="none" text-anchor="middle">1,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7112,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 188.2721,259.8343 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 85.9127,86.1693 ZM 89.4086,77.5014 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,77.5014 ZM 89.3447,86.3608 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,86.1693 ZM 94.5646,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,86.1693 ZM 101.3329,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 102.8883,94.8196 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,90.3957,86.4912)" stroke="none" text-anchor="middle">0,5
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.4545,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 91.2046,98.0552 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 85.9127,118.2548 ZM 89.4086,109.5870 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,109.5870 ZM 89.3447,118.4464 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,118.2548 ZM 94.5646,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,118.2548 ZM 100.5188,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 102.8883,127.1754 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,90.3957,118.8471)" stroke="none" text-anchor="middle">0,4
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.4545,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 91.2046,130.4110 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 85.9127,150.3404 ZM 89.4086,141.6725 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,141.6725 ZM 89.3447,150.5320 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,150.3404 ZM 94.5646,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,150.3404 ZM 99.8484,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 102.8883,159.5313 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,90.3957,151.2029)" stroke="none" text-anchor="middle">0,3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.4545,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 91.2046,162.7669 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 85.9127,182.4260 ZM 89.4086,173.7581 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,173.7581 ZM 89.3447,182.6175 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,182.4260 ZM 94.5646,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,182.4260 ZM 97.3262,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 102.8883,191.8871 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,90.3957,183.5587)" stroke="none" text-anchor="middle">0,2
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.4545,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 91.2046,195.1227 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 85.9127,214.5115 ZM 89.4086,205.8436 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,205.8436 ZM 89.3447,214.7031 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,214.5115 ZM 94.5646,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,214.5115 ZM 99.4014,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 102.8883,224.2429 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,90.3957,215.9145)" stroke="none" text-anchor="middle">0,1
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.4545,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 91.2046,227.4785 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 85.9127,246.5971 ZM 89.4086,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,237.9292 ZM 89.3447,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,246.5971 ZM 94.5646,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,246.5971 ZM 99.8962,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 99.8962,237.9292 ZM 99.8324,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 102.8883,256.5988 l -0.0000,-16.6568 h -24.9852 l -0.0000,16.6568 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,90.3957,248.2704)" stroke="none" text-anchor="middle">0,0
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.4545,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>
+    <path d="M 91.2046,259.8343 c 0.0000,-0.4467 -0.3622,-0.8089 -0.8089 -0.8089c -0.4467,-0.0000 -0.8089,0.3622 -0.8089 0.8089c -0.0000,0.4467 0.3622,0.8089 0.8089 0.8089c 0.4467,0.0000 0.8089,-0.3622 0.8089 -0.8089Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 330.1062,309.1639 ZM 336.0923,298.6603 c 1.9475,-0.0000 2.5221,0.7183 3.4799 0.7183c 0.1117,1.1493 0.2075,1.7879 0.3512 2.4583l -0.4789,0.0958 c -0.4150,-1.3728 -1.2611,-2.6818 -3.5757 -2.6818c -2.1550,-0.0000 -3.8630,1.8996 -3.8630 4.6931c 0.0000,2.1071 1.5324,4.8368 4.3739 4.8368c 0.8620,-0.0000 1.8038,-0.2873 2.3466 -0.7981v -2.4423 c 0.0000,-0.4949 -0.2394,-0.7024 -0.8780 -0.7024h -0.4150 c -0.0639,-0.0000 -0.1277,-0.0479 -0.1277 -0.1277v -0.4150 l 0.0319,-0.0319 c 0.0000,-0.0000 1.3888,0.0319 2.0113 0.0319c 0.5587,-0.0000 1.4846,-0.0319 1.4846 -0.0319l 0.0319,0.0319 v 0.4150 c 0.0000,0.0798 -0.0479,0.1277 -0.1277 0.1277h -0.0160 c -0.5587,-0.0000 -0.7024,0.2554 -0.7024 0.7024v 1.8517 c 0.0000,0.1756 0.0798,0.3033 0.2554 0.4470c -1.0855,0.9259 -2.3785,1.5165 -4.2621 1.5165c -3.2086,-0.0000 -5.3955,-2.3306 -5.3955 -5.0922c 0.0000,-3.5119 2.7297,-5.6030 5.4753 -5.6030ZM 341.1685,309.1639 ZM 342.6850,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 345.3189,309.1639 ZM 348.6392,302.6191 c 0.0000,0.0798 -0.0958,0.1277 -0.1756 0.1277c -0.4789,-0.0000 -0.6864,0.0958 -0.6864 0.3512c 0.0000,0.0958 0.0319,0.2235 0.0958 0.3671l 1.7559,4.1184 l 1.7719,-4.0546 c 0.0798,-0.1437 0.1117,-0.2714 0.1117 -0.3671c 0.0000,-0.3352 -0.3193,-0.4150 -0.6704 -0.4150h -0.0639 c -0.0798,-0.0000 -0.1596,-0.0639 -0.1596 -0.1117v -0.3033 l 0.0319,-0.0479 c 0.0000,-0.0000 0.9418,0.0319 1.5005 0.0319c 0.4470,-0.0000 1.1014,-0.0319 1.1014 -0.0319l 0.0479,0.0319 v 0.3033 c 0.0000,0.0798 -0.0639,0.1277 -0.1756 0.1277c -0.6066,-0.0000 -0.9099,0.6226 -1.1334 1.0855c -0.8460,1.7879 -1.5484,3.4320 -2.8254 6.5129c -0.4789,1.1493 -1.0536,2.4902 -2.1869 2.4902c -0.3033,-0.0000 -0.9259,-0.1756 -0.9259 -0.7503c 0.0000,-0.4789 0.3512,-0.6226 0.6066 -0.6226c 0.2394,-0.0000 0.3991,0.0958 0.4949 0.2235c 0.1596,0.1596 0.2714,0.2714 0.4310 0.2714c 0.2394,-0.0000 0.7981,-1.3728 1.1972 -2.3466c 0.0958,-0.1916 0.1277,-0.3512 0.1277 -0.4949c 0.0000,-0.1596 -0.1437,-0.5906 -0.2714 -0.9099l -2.0113,-4.6771 c -0.2554,-0.6066 -0.4310,-0.7822 -0.9737 -0.7822c -0.0958,-0.0000 -0.1596,-0.0479 -0.1596 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.7024,0.0319 1.1813 0.0319c 0.7503,-0.0000 1.8996,-0.0319 1.8996 -0.0319l 0.0319,0.0479 v 0.2873 ZM 353.4440,309.1639 ZM 355.8225,304.1516 v 3.9748 c 0.5587,0.6545 1.0855,0.6864 1.3409 0.6864c 1.7080,-0.0000 2.0911,-1.5963 2.0911 -2.9691c 0.0000,-1.9315 -0.7822,-3.0010 -1.7559 -3.0010c -0.5427,-0.0000 -1.3249,0.4629 -1.6761 1.3090ZM 355.8225,304.1516 ZM 354.6412,311.6861 v -7.9017 c 0.0000,-0.6066 -0.1437,-0.7183 -0.3671 -0.7183c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0216,-0.1756 1.2132,-0.2394 1.6601 -0.4629c 0.1756,-0.0798 0.2873,-0.1277 0.3991 -0.1277h 0.2394 l -0.0479,1.2770 h 0.0479 c 0.7343,-1.1174 1.5963,-1.2770 2.1071 -1.2770c 1.5484,-0.0000 2.5700,1.6123 2.5700 3.3043c 0.0000,1.2930 -0.3991,2.2827 -1.1174 3.0170c -0.6226,0.6226 -1.2770,0.9259 -2.1231 0.9259c -0.5747,-0.0000 -1.0216,-0.1277 -1.4367 -0.3512v 2.6818 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3033 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1014,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 361.0903,309.1639 ZM 363.6922,298.0218 v 5.4114 c 1.0695,-1.0695 2.0113,-1.3249 2.6339 -1.3249c 1.1493,-0.0000 1.7240,0.8780 1.7240 2.5221v 3.3841 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -3.5597 c 0.0000,-1.2930 -0.3512,-1.5963 -1.2451 -1.5963c -0.4629,-0.0000 -1.1493,0.4150 -1.9156 1.1653v 3.9907 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7080 -0.0319c -0.5747,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -7.9974 c 0.0000,-0.9099 -0.1437,-1.1653 -0.4629 -1.1653l -0.5268,0.0639 c -0.0479,-0.0000 -0.0798,-0.0319 -0.0798 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8301,-0.0958 1.1014 -0.1437c 0.2873,-0.0639 0.5268,-0.1277 0.8460 -0.2714h 0.3512 ZM 369.3591,309.1639 ZM 370.0455,306.9291 l 0.4310,-0.0160 c 0.0479,0.3991 0.2235,1.1653 0.5747 1.5324c 0.1596,0.1756 0.5906,0.4629 1.1813 0.4629c 0.5587,-0.0000 1.3888,-0.4470 1.3888 -1.2291c 0.0000,-0.6864 -0.3831,-1.1493 -1.6442 -1.6921c -1.1653,-0.5108 -1.7719,-0.8460 -1.7719 -2.0433c 0.0000,-1.0695 0.9418,-1.8357 2.2029 -1.8357c 0.7981,-0.0000 1.3888,0.1437 1.8836 0.3991c 0.0958,0.5108 0.1437,1.0536 0.1756 1.6282l -0.4310,0.0160 c -0.3352,-1.3090 -1.2930,-1.5644 -1.6282 -1.5644c -0.6066,-0.0000 -1.2291,0.2394 -1.2291 1.1174c 0.0000,0.6385 0.3033,0.9578 1.1813 1.2770c 1.2930,0.4789 2.3306,1.0536 2.3306 2.3306c 0.0000,1.5803 -1.6761,2.0433 -2.4264 2.0433c -0.5587,-0.0000 -1.0216,-0.0639 -1.4367 -0.1756c -0.1117,-0.0160 -0.1916,-0.0319 -0.3033 -0.0319c -0.0798,-0.0000 -0.2075,0.0160 -0.3671 0.0479c 0.0000,-0.6704 -0.0479,-1.4846 -0.1117 -2.2667ZM 379.2721,309.1639 ZM 382.4966,302.6191 c 0.0000,0.0798 -0.0639,0.1277 -0.1437 0.1277h -0.2394 c -0.3512,-0.0000 -0.4629,0.0958 -0.4629 0.2554c 0.0000,0.1117 0.0639,0.2554 0.1437 0.4789l 1.6761,4.2142 l 1.3888,-3.4640 l -0.2873,-0.7183 c -0.2075,-0.5427 -0.5427,-0.7662 -1.0216 -0.7662c -0.0798,-0.0000 -0.1596,-0.0319 -0.1596 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.8939,0.0319 1.4526 0.0319l 1.5963,-0.0319 l 0.0479,0.0319 v 0.3033 c 0.0000,0.0798 -0.0798,0.1277 -0.1596 0.1277h -0.2873 c -0.3193,-0.0000 -0.4629,0.0639 -0.4629 0.2235c 0.0000,0.1277 0.0639,0.2873 0.1596 0.5108l 1.6601,4.2142 l 1.6601,-4.1344 c 0.0479,-0.0958 0.0798,-0.2235 0.0798 -0.3512c 0.0000,-0.2714 -0.1756,-0.4629 -0.7183 -0.4629h -0.2394 c -0.0798,-0.0000 -0.1437,-0.0639 -0.1437 -0.1117v -0.3193 l 0.0479,-0.0319 c 0.0000,-0.0000 1.0536,0.0319 1.6442 0.0319c 0.5427,-0.0000 1.1813,-0.0319 1.1813 -0.0319l 0.0160,0.0319 v 0.3033 c 0.0000,0.0958 -0.0958,0.1277 -0.1916 0.1277c -0.3991,-0.0000 -0.8141,0.1756 -1.1014 0.8780l -2.1710,5.3955 c -0.0958,0.2394 -0.2235,0.3352 -0.3671 0.3352c -0.1596,-0.0000 -0.2873,-0.0958 -0.3831 -0.3193l -1.5963,-3.9907 l -1.5963,3.9588 c -0.1117,0.2554 -0.2394,0.3512 -0.3831 0.3512c -0.1596,-0.0000 -0.2873,-0.0958 -0.3831 -0.3193l -2.1869,-5.5232 c -0.2394,-0.6226 -0.5268,-0.7662 -1.0057 -0.7662c -0.0798,-0.0000 -0.1916,-0.0319 -0.1916 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.7503,0.0319 1.4526 0.0319c 0.7343,-0.0000 1.5803,-0.0319 1.5803 -0.0319l 0.0319,0.0479 v 0.2873 ZM 391.1485,309.1639 ZM 392.3936,300.0491 c 0.0000,-0.4150 0.3352,-0.7662 0.7503 -0.7662c 0.4310,-0.0000 0.7662,0.3512 0.7662 0.7662c 0.0000,0.4310 -0.3352,0.7662 -0.7662 0.7662c -0.4150,-0.0000 -0.7503,-0.3352 -0.7503 -0.7662ZM 392.3936,300.0491 ZM 393.9101,308.0146 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3033 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1014,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -3.9748 c 0.0000,-0.8460 -0.1437,-0.9737 -0.3671 -0.9737c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0216,-0.1756 1.1972,-0.2394 1.6601 -0.4629c 0.1756,-0.0639 0.2873,-0.1277 0.3991 -0.1277h 0.2394 v 5.9063 ZM 395.3628,309.1639 ZM 397.9807,302.9224 v 4.0865 c 0.0000,0.9897 0.0958,1.4686 0.5268 1.4686c 0.4150,-0.0000 0.7343,-0.1277 1.1493 -0.4470l 0.2873,0.2714 c -0.6226,0.7024 -1.2611,1.0536 -1.9954 1.0536c -0.7343,-0.0000 -1.1653,-0.4470 -1.1653 -1.5803v -4.8527 h -1.0376 c -0.0479,-0.0000 -0.0639,-0.0160 -0.0639 -0.0639v -0.4949 c 0.0000,-0.0479 0.0160,-0.0639 0.0479 -0.0639c 1.0695,-0.0000 1.3249,-0.6226 1.3249 -1.8357v -0.3033 l 0.9259,-0.3193 v 2.4583 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3831 0.2075h -1.5005 ZM 400.1836,309.1639 ZM 402.7855,298.0218 v 5.4114 c 1.0695,-1.0695 2.0113,-1.3249 2.6339 -1.3249c 1.1493,-0.0000 1.7240,0.8780 1.7240 2.5221v 3.3841 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -3.5597 c 0.0000,-1.2930 -0.3512,-1.5963 -1.2451 -1.5963c -0.4629,-0.0000 -1.1493,0.4150 -1.9156 1.1653v 3.9907 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7080 -0.0319c -0.5747,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -7.9974 c 0.0000,-0.9099 -0.1437,-1.1653 -0.4629 -1.1653l -0.5268,0.0639 c -0.0479,-0.0000 -0.0798,-0.0319 -0.0798 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8301,-0.0958 1.1014 -0.1437c 0.2873,-0.0639 0.5268,-0.1277 0.8460 -0.2714h 0.3512 ZM 412.4431,309.1639 ZM 415.0611,302.9224 v 4.0865 c 0.0000,0.9897 0.0958,1.4686 0.5268 1.4686c 0.4150,-0.0000 0.7343,-0.1277 1.1493 -0.4470l 0.2873,0.2714 c -0.6226,0.7024 -1.2611,1.0536 -1.9954 1.0536c -0.7343,-0.0000 -1.1653,-0.4470 -1.1653 -1.5803v -4.8527 h -1.0376 c -0.0479,-0.0000 -0.0639,-0.0160 -0.0639 -0.0639v -0.4949 c 0.0000,-0.0479 0.0160,-0.0639 0.0479 -0.0639c 1.0695,-0.0000 1.3249,-0.6226 1.3249 -1.8357v -0.3033 l 0.9259,-0.3193 v 2.4583 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3831 0.2075h -1.5005 ZM 417.2639,309.1639 ZM 419.0837,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 419.0837,304.7422 ZM 423.2979,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 424.0961,309.1639 ZM 427.2408,302.7468 c -0.3193,-0.0000 -0.3831,0.0798 -0.3831 0.1916c 0.0000,0.0798 0.0639,0.2235 0.2394 0.5108l 0.9737,1.4367 c 0.0479,0.0958 0.0958,0.1437 0.1596 0.1437c 0.0479,-0.0000 0.0798,-0.0319 0.1437 -0.1117l 1.0376,-1.4526 c 0.1756,-0.2235 0.2714,-0.3991 0.2714 -0.5268c 0.0000,-0.1277 -0.1117,-0.1916 -0.3352 -0.1916h -0.2554 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.1117v -0.3033 l 0.0479,-0.0479 c 0.0000,-0.0000 0.7503,0.0319 1.2451 0.0319c 0.5108,-0.0000 1.2930,-0.0319 1.2930 -0.0319l 0.0160,0.0319 v 0.3033 c 0.0000,0.1117 -0.0958,0.1277 -0.1916 0.1277c -0.5906,-0.0000 -0.8301,0.1916 -1.4207 0.9418l -1.3409,1.7080 c -0.0319,0.0479 -0.0479,0.0798 -0.0479 0.1117c 0.0000,0.0319 0.0160,0.0798 0.0479 0.1277l 1.4367,2.0273 c 0.7343,1.0376 0.9418,1.0536 1.4526 1.0536c 0.1596,-0.0000 0.2235,0.0319 0.2235 0.1277v 0.3033 l -0.0160,0.0319 c 0.0000,-0.0000 -0.8620,-0.0319 -1.4047 -0.0319c -0.6545,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.1916 c 0.2554,-0.0000 0.3671,-0.0479 0.3671 -0.1756c 0.0000,-0.1437 -0.1756,-0.3831 -0.4310 -0.7183l -0.9259,-1.2770 c -0.0639,-0.0798 -0.0958,-0.1117 -0.1437 -0.1117c -0.0319,-0.0000 -0.0798,0.0479 -0.1437 0.1437l -1.0057,1.4526 c -0.2394,0.3193 -0.2873,0.3991 -0.2873 0.5108c 0.0000,0.1117 0.0958,0.1756 0.3352 0.1756h 0.2235 c 0.0798,-0.0000 0.1117,0.0479 0.1117 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -0.8301,-0.0319 -1.3409 -0.0319c -0.4629,-0.0000 -1.1972,0.0319 -1.1972 0.0319l -0.0319,-0.0319 v -0.2714 c 0.0000,-0.0958 0.0639,-0.1596 0.2075 -0.1596c 0.3831,-0.0000 0.7503,-0.0798 1.4207 -0.9418l 1.3409,-1.7240 c 0.0160,-0.0319 0.0319,-0.0639 0.0319 -0.1117c 0.0000,-0.0479 -0.0160,-0.0798 -0.0479 -0.1277l -1.3888,-2.0273 c -0.4470,-0.6545 -0.7343,-1.0376 -1.2930 -1.0376c -0.1117,-0.0000 -0.2235,-0.0479 -0.2235 -0.1117v -0.3033 l 0.0319,-0.0479 l 1.2611,0.0319 l 1.7719,-0.0319 l 0.0479,0.0479 v 0.2873 c 0.0000,0.0798 -0.0639,0.1277 -0.1277 0.1277h -0.2394 ZM 432.0297,309.1639 ZM 434.6476,302.9224 v 4.0865 c 0.0000,0.9897 0.0958,1.4686 0.5268 1.4686c 0.4150,-0.0000 0.7343,-0.1277 1.1493 -0.4470l 0.2873,0.2714 c -0.6226,0.7024 -1.2611,1.0536 -1.9954 1.0536c -0.7343,-0.0000 -1.1653,-0.4470 -1.1653 -1.5803v -4.8527 h -1.0376 c -0.0479,-0.0000 -0.0639,-0.0160 -0.0639 -0.0639v -0.4949 c 0.0000,-0.0479 0.0160,-0.0639 0.0479 -0.0639c 1.0695,-0.0000 1.3249,-0.6226 1.3249 -1.8357v -0.3033 l 0.9259,-0.3193 v 2.4583 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3831 0.2075h -1.5005 ZM 440.8412,309.1639 ZM 442.3577,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 444.9916,309.1639 ZM 449.6368,305.2530 l -1.2611,0.3193 c -1.4047,0.4310 -1.6123,1.1653 -1.6123 1.8836c 0.0000,0.4949 0.2394,1.2451 1.2451 1.2451c 0.4789,-0.0000 1.2132,-0.4629 1.6282 -0.8141v -2.6339 ZM 449.6368,305.2530 ZM 450.6585,309.3555 c -0.6066,-0.0000 -0.9418,-0.5427 -1.0057 -0.9259l -0.3671,0.2554 c -0.7343,0.5108 -1.0057,0.6704 -1.7400 0.6704c -1.1174,-0.0000 -1.9315,-0.6385 -1.9315 -1.8357c 0.0000,-1.2132 1.0376,-2.0433 2.5541 -2.4264l 1.4686,-0.3671 c 0.0000,-1.8038 -0.8301,-2.1390 -1.3728 -2.1390c -0.6066,-0.0000 -1.3090,0.2714 -1.3090 0.7662c 0.0000,0.1756 0.0319,0.2714 0.0479 0.3193c 0.0319,0.0639 0.0479,0.1756 0.0479 0.2873c 0.0000,0.2075 -0.1596,0.5268 -0.6226 0.5268c -0.3831,-0.0000 -0.6385,-0.2554 -0.6385 -0.6385c 0.0000,-0.9259 1.5005,-1.7400 2.5221 -1.7400c 1.1653,-0.0000 2.5062,0.4789 2.5062 2.7456v 2.3466 c 0.0000,0.9737 0.0160,1.3888 0.3831 1.3888c 0.3512,-0.0000 0.4470,-0.4470 0.4629 -0.7981l 0.3991,0.0798 c -0.0958,1.1653 -0.5906,1.4846 -1.4047 1.4846ZM 452.1909,309.1639 ZM 454.5694,308.2860 c 0.3193,0.3831 0.6545,0.5108 1.1493 0.5108c 1.5165,-0.0000 2.2827,-1.4047 2.2827 -3.2245c 0.0000,-1.6282 -0.8301,-2.7935 -1.8038 -2.7935c -0.1756,-0.0000 -1.0057,0.0319 -1.6282 0.6864v 4.8208 ZM 454.5694,308.2860 ZM 453.3722,300.0172 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0798,-0.0319 -0.0798 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8301,-0.0958 1.1014 -0.1437c 0.2873,-0.0639 0.5268,-0.1277 0.8460 -0.2714h 0.3512 v 4.9485 c 0.5427,-0.5906 1.1813,-0.8780 1.9475 -0.8780c 1.3888,-0.0000 2.7137,1.3249 2.7137 3.2724c 0.0000,2.5381 -1.7879,3.9748 -3.4161 3.9748c -0.6864,-0.0000 -1.1972,-0.1916 -1.6601 -0.5906c -0.1437,0.1916 -0.3512,0.4310 -0.4949 0.5906l -0.3352,-0.0798 c 0.0479,-0.3831 0.0479,-0.6385 0.0479 -1.2611v -7.9815 ZM 459.8212,309.1639 ZM 461.6410,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 461.6410,304.7422 ZM 465.8552,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 466.6534,309.1639 ZM 468.1698,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 470.8037,309.1639 ZM 471.4901,306.9291 l 0.4310,-0.0160 c 0.0479,0.3991 0.2235,1.1653 0.5747 1.5324c 0.1596,0.1756 0.5906,0.4629 1.1813 0.4629c 0.5587,-0.0000 1.3888,-0.4470 1.3888 -1.2291c 0.0000,-0.6864 -0.3831,-1.1493 -1.6442 -1.6921c -1.1653,-0.5108 -1.7719,-0.8460 -1.7719 -2.0433c 0.0000,-1.0695 0.9418,-1.8357 2.2029 -1.8357c 0.7981,-0.0000 1.3888,0.1437 1.8836 0.3991c 0.0958,0.5108 0.1437,1.0536 0.1756 1.6282l -0.4310,0.0160 c -0.3352,-1.3090 -1.2930,-1.5644 -1.6282 -1.5644c -0.6066,-0.0000 -1.2291,0.2394 -1.2291 1.1174c 0.0000,0.6385 0.3033,0.9578 1.1813 1.2770c 1.2930,0.4789 2.3306,1.0536 2.3306 2.3306c 0.0000,1.5803 -1.6761,2.0433 -2.4264 2.0433c -0.5587,-0.0000 -1.0216,-0.0639 -1.4367 -0.1756c -0.1117,-0.0160 -0.1916,-0.0319 -0.3033 -0.0319c -0.0798,-0.0000 -0.2075,0.0160 -0.3671 0.0479c 0.0000,-0.6704 -0.0479,-1.4846 -0.1117 -2.2667ZM 480.7167,309.1639 ZM 485.3620,305.2530 l -1.2611,0.3193 c -1.4047,0.4310 -1.6123,1.1653 -1.6123 1.8836c 0.0000,0.4949 0.2394,1.2451 1.2451 1.2451c 0.4789,-0.0000 1.2132,-0.4629 1.6282 -0.8141v -2.6339 ZM 485.3620,305.2530 ZM 486.3836,309.3555 c -0.6066,-0.0000 -0.9418,-0.5427 -1.0057 -0.9259l -0.3671,0.2554 c -0.7343,0.5108 -1.0057,0.6704 -1.7400 0.6704c -1.1174,-0.0000 -1.9315,-0.6385 -1.9315 -1.8357c 0.0000,-1.2132 1.0376,-2.0433 2.5541 -2.4264l 1.4686,-0.3671 c 0.0000,-1.8038 -0.8301,-2.1390 -1.3728 -2.1390c -0.6066,-0.0000 -1.3090,0.2714 -1.3090 0.7662c 0.0000,0.1756 0.0319,0.2714 0.0479 0.3193c 0.0319,0.0639 0.0479,0.1756 0.0479 0.2873c 0.0000,0.2075 -0.1596,0.5268 -0.6226 0.5268c -0.3831,-0.0000 -0.6385,-0.2554 -0.6385 -0.6385c 0.0000,-0.9259 1.5005,-1.7400 2.5221 -1.7400c 1.1653,-0.0000 2.5062,0.4789 2.5062 2.7456v 2.3466 c 0.0000,0.9737 0.0160,1.3888 0.3831 1.3888c 0.3512,-0.0000 0.4470,-0.4470 0.4629 -0.7981l 0.3991,0.0798 c -0.0958,1.1653 -0.5906,1.4846 -1.4047 1.4846ZM 487.9160,309.1639 ZM 489.3367,308.0146 v -3.9748 c 0.0000,-0.7981 -0.1117,-0.9737 -0.3512 -0.9737c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0057,-0.1756 1.1813,-0.2235 1.6601 -0.4629c 0.1596,-0.0798 0.2873,-0.1277 0.3991 -0.1277h 0.2394 l -0.0479,1.4367 h 0.0479 c 0.4150,-0.6226 1.1174,-1.4367 1.8677 -1.4367c 0.6545,-0.0000 0.8939,0.3193 0.8939 0.7343c 0.0000,0.4150 -0.2714,0.6704 -0.6864 0.6704c -0.3193,-0.0000 -0.4949,-0.1277 -0.6545 -0.2873c -0.0958,-0.0958 -0.2075,-0.1437 -0.3193 -0.1437c -0.1756,-0.0000 -0.5268,0.2873 -0.9099 0.8301c -0.1117,0.1437 -0.1916,0.3512 -0.1916 0.5587v 3.5438 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.4629 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.2611,-0.0319 -1.8836 -0.0319c -0.5747,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 493.4552,309.1639 ZM 495.2750,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 495.2750,304.7422 ZM 499.4892,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 504.2781,309.1639 ZM 509.5459,302.7468 h -0.0798 c -0.0798,-0.0000 -0.1277,-0.0639 -0.1277 -0.1117v -0.3193 l 0.0639,-0.0319 c 0.0000,-0.0000 0.9099,0.0319 1.5005 0.0319c 0.4150,-0.0000 1.0855,-0.0319 1.0855 -0.0319l 0.0319,0.0319 v 0.2873 c 0.0000,0.0798 -0.0798,0.1437 -0.1756 0.1437c -0.4629,-0.0000 -0.8301,0.2075 -1.0855 0.8301l -2.2029,5.4114 c -0.1117,0.2714 -0.2235,0.3671 -0.3831 0.3671c -0.2075,-0.0000 -0.3033,-0.0958 -0.3991 -0.3352l -2.1710,-5.5072 c -0.2235,-0.5747 -0.5587,-0.7662 -1.0216 -0.7662c -0.0798,-0.0000 -0.1596,-0.0319 -0.1596 -0.1117v -0.3193 l 0.0479,-0.0319 c 0.0000,-0.0000 0.8460,0.0319 1.3888 0.0319c 0.6226,-0.0000 1.5963,-0.0319 1.5963 -0.0319l 0.0639,0.0319 v 0.3033 c 0.0000,0.1117 -0.0958,0.1277 -0.1437 0.1277h -0.2714 c -0.3193,0.0160 -0.4629,0.1117 -0.4629 0.2714c 0.0000,0.1117 0.0639,0.2394 0.1596 0.4629l 1.3728,3.4799 l 0.2714,0.7343 l 0.2714,-0.6864 l 1.4207,-3.4959 c 0.0798,-0.1756 0.1277,-0.3193 0.1277 -0.4310c 0.0000,-0.2394 -0.1756,-0.3352 -0.7183 -0.3352ZM 512.2117,309.1639 ZM 514.0314,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 514.0314,304.7422 ZM 518.2457,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 519.0438,309.1639 ZM 520.4645,308.0146 v -3.9748 c 0.0000,-0.7981 -0.1117,-0.9737 -0.3512 -0.9737c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0057,-0.1756 1.1813,-0.2235 1.6601 -0.4629c 0.1596,-0.0798 0.2873,-0.1277 0.3991 -0.1277h 0.2394 l -0.0479,1.4367 h 0.0479 c 0.4150,-0.6226 1.1174,-1.4367 1.8677 -1.4367c 0.6545,-0.0000 0.8939,0.3193 0.8939 0.7343c 0.0000,0.4150 -0.2714,0.6704 -0.6864 0.6704c -0.3193,-0.0000 -0.4949,-0.1277 -0.6545 -0.2873c -0.0958,-0.0958 -0.2075,-0.1437 -0.3193 -0.1437c -0.1756,-0.0000 -0.5268,0.2873 -0.9099 0.8301c -0.1117,0.1437 -0.1916,0.3512 -0.1916 0.5587v 3.5438 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.4629 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.2611,-0.0319 -1.8836 -0.0319c -0.5747,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 524.5830,309.1639 ZM 527.9033,302.6191 c 0.0000,0.0798 -0.0958,0.1277 -0.1756 0.1277c -0.4789,-0.0000 -0.6864,0.0958 -0.6864 0.3512c 0.0000,0.0958 0.0319,0.2235 0.0958 0.3671l 1.7559,4.1184 l 1.7719,-4.0546 c 0.0798,-0.1437 0.1117,-0.2714 0.1117 -0.3671c 0.0000,-0.3352 -0.3193,-0.4150 -0.6704 -0.4150h -0.0639 c -0.0798,-0.0000 -0.1596,-0.0639 -0.1596 -0.1117v -0.3033 l 0.0319,-0.0479 c 0.0000,-0.0000 0.9418,0.0319 1.5005 0.0319c 0.4470,-0.0000 1.1014,-0.0319 1.1014 -0.0319l 0.0479,0.0319 v 0.3033 c 0.0000,0.0798 -0.0639,0.1277 -0.1756 0.1277c -0.6066,-0.0000 -0.9099,0.6226 -1.1334 1.0855c -0.8460,1.7879 -1.5484,3.4320 -2.8254 6.5129c -0.4789,1.1493 -1.0536,2.4902 -2.1869 2.4902c -0.3033,-0.0000 -0.9259,-0.1756 -0.9259 -0.7503c 0.0000,-0.4789 0.3512,-0.6226 0.6066 -0.6226c 0.2394,-0.0000 0.3991,0.0958 0.4949 0.2235c 0.1596,0.1596 0.2714,0.2714 0.4310 0.2714c 0.2394,-0.0000 0.7981,-1.3728 1.1972 -2.3466c 0.0958,-0.1916 0.1277,-0.3512 0.1277 -0.4949c 0.0000,-0.1596 -0.1437,-0.5906 -0.2714 -0.9099l -2.0113,-4.6771 c -0.2554,-0.6066 -0.4310,-0.7822 -0.9737 -0.7822c -0.0958,-0.0000 -0.1596,-0.0479 -0.1596 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.7024,0.0319 1.1813 0.0319c 0.7503,-0.0000 1.8996,-0.0319 1.8996 -0.0319l 0.0319,0.0479 v 0.2873 ZM 536.6989,309.1639 ZM 543.5470,307.3122 c 0.0000,0.7981 0.0798,1.0536 0.3991 1.0536c 0.1916,-0.0000 0.5427,-0.0319 0.8141 -0.0798l 0.0639,0.4470 c -0.9737,0.1756 -1.7559,0.3352 -2.1231 0.6226h -0.3512 l 0.0479,-1.1813 h -0.0479 c -0.8780,0.9578 -1.5963,1.1813 -2.2508 1.1813c -1.5803,-0.0000 -1.9954,-1.0695 -1.9954 -2.1710v -3.6396 c 0.0000,-0.5268 -0.1117,-0.7981 -0.7024 -0.7981c -0.0639,-0.0000 -0.1756,0.0160 -0.2714 0.0160l -0.0479,-0.0160 v -0.4150 l 0.0479,-0.0479 c 0.0000,-0.0000 1.0855,0.0319 1.5963 0.0319c 0.2235,-0.0000 0.5906,-0.0319 0.5906 -0.0319l -0.0160,1.2770 v 3.4001 c 0.0000,1.4207 0.7343,1.6761 1.2132 1.6761c 0.3671,-0.0000 0.7024,-0.1437 1.0376 -0.3831c 0.3831,-0.2873 0.6385,-0.5108 0.7981 -0.7183v -3.9429 c 0.0000,-0.5747 -0.0798,-0.8460 -0.6704 -0.8460c -0.0958,-0.0000 -0.2714,0.0160 -0.3193 0.0160l -0.0319,-0.0319 v -0.3991 l 0.0319,-0.0479 c 0.0000,-0.0000 1.1334,0.0319 1.5803 0.0319c 0.3671,-0.0000 0.6226,-0.0319 0.6226 -0.0319l -0.0160,1.2611 v 3.7673 ZM 544.9517,309.1639 ZM 545.6381,306.9291 l 0.4310,-0.0160 c 0.0479,0.3991 0.2235,1.1653 0.5747 1.5324c 0.1596,0.1756 0.5906,0.4629 1.1813 0.4629c 0.5587,-0.0000 1.3888,-0.4470 1.3888 -1.2291c 0.0000,-0.6864 -0.3831,-1.1493 -1.6442 -1.6921c -1.1653,-0.5108 -1.7719,-0.8460 -1.7719 -2.0433c 0.0000,-1.0695 0.9418,-1.8357 2.2029 -1.8357c 0.7981,-0.0000 1.3888,0.1437 1.8836 0.3991c 0.0958,0.5108 0.1437,1.0536 0.1756 1.6282l -0.4310,0.0160 c -0.3352,-1.3090 -1.2930,-1.5644 -1.6282 -1.5644c -0.6066,-0.0000 -1.2291,0.2394 -1.2291 1.1174c 0.0000,0.6385 0.3033,0.9578 1.1813 1.2770c 1.2930,0.4789 2.3306,1.0536 2.3306 2.3306c 0.0000,1.5803 -1.6761,2.0433 -2.4264 2.0433c -0.5587,-0.0000 -1.0216,-0.0639 -1.4367 -0.1756c -0.1117,-0.0160 -0.1916,-0.0319 -0.3033 -0.0319c -0.0798,-0.0000 -0.2075,0.0160 -0.3671 0.0479c 0.0000,-0.6704 -0.0479,-1.4846 -0.1117 -2.2667ZM 550.8740,309.1639 ZM 552.6938,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 552.6938,304.7422 ZM 556.9080,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 557.7061,309.1639 ZM 559.1747,308.0146 v -5.0922 h -1.1014 c -0.0639,-0.0000 -0.0798,-0.0160 -0.0798 -0.0798v -0.2235 c 0.0000,-0.1277 0.0798,-0.3193 0.3671 -0.3193h 0.8141 v -0.6226 c 0.0000,-2.4902 1.2930,-3.6555 2.6339 -3.6555c 0.6066,-0.0000 1.0216,0.1596 1.4207 0.4310c 0.3193,0.2394 0.4629,0.5108 0.4629 0.7662c 0.0000,0.3352 -0.2394,0.5747 -0.5427 0.5747c -0.3193,-0.0000 -0.5268,-0.1756 -0.6545 -0.4470c -0.2075,-0.5268 -0.5108,-0.7822 -0.9897 -0.7822c -0.5268,-0.0000 -1.1334,0.3831 -1.1334 2.8414v 0.8939 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3671 0.2075h -1.5165 v 5.0922 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.5268 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.3090,-0.0319 -1.9315 -0.0319c -0.5747,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 563.5326,309.1639 ZM 570.3807,307.3122 c 0.0000,0.7981 0.0798,1.0536 0.3991 1.0536c 0.1916,-0.0000 0.5427,-0.0319 0.8141 -0.0798l 0.0639,0.4470 c -0.9737,0.1756 -1.7559,0.3352 -2.1231 0.6226h -0.3512 l 0.0479,-1.1813 h -0.0479 c -0.8780,0.9578 -1.5963,1.1813 -2.2508 1.1813c -1.5803,-0.0000 -1.9954,-1.0695 -1.9954 -2.1710v -3.6396 c 0.0000,-0.5268 -0.1117,-0.7981 -0.7024 -0.7981c -0.0639,-0.0000 -0.1756,0.0160 -0.2714 0.0160l -0.0479,-0.0160 v -0.4150 l 0.0479,-0.0479 c 0.0000,-0.0000 1.0855,0.0319 1.5963 0.0319c 0.2235,-0.0000 0.5906,-0.0319 0.5906 -0.0319l -0.0160,1.2770 v 3.4001 c 0.0000,1.4207 0.7343,1.6761 1.2132 1.6761c 0.3671,-0.0000 0.7024,-0.1437 1.0376 -0.3831c 0.3831,-0.2873 0.6385,-0.5108 0.7981 -0.7183v -3.9429 c 0.0000,-0.5747 -0.0798,-0.8460 -0.6704 -0.8460c -0.0958,-0.0000 -0.2714,0.0160 -0.3193 0.0160l -0.0319,-0.0319 v -0.3991 l 0.0319,-0.0479 c 0.0000,-0.0000 1.1334,0.0319 1.5803 0.0319c 0.3671,-0.0000 0.6226,-0.0319 0.6226 -0.0319l -0.0160,1.2611 v 3.7673 ZM 571.7855,309.1639 ZM 573.3019,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 575.7331,308.8469 l -0.0000,-16.6568 h -324.8072 l -0.0000,16.6568 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 54.2661,262.8075 ZM 53.2285,253.5224 c 0.0000,-2.0220 -1.5697,-2.8201 -3.4852 -3.3522l 0.1330,-0.7981 c 1.3835,0.2927 2.8999,0.5853 4.3898 0.6917l -0.0000,6.7843 l -0.0266,2.0752 c -0.0000,0.3193 0.0532,3.3788 0.0532 3.3788l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.1064 -0.2128 -0.2128l 0.0000,-0.7981 c 0.0000,-1.1174 -0.2394,-1.3569 -1.1706 -1.3569l -13.3557,-0.0000 c -0.7981,-0.0000 -1.1706,0.3991 -1.1706 1.4367l -0.0000,0.7183 c -0.0000,0.1064 -0.0798,0.2128 -0.2128 0.2128l -0.5055,-0.0000 l -0.0266,-0.0532 c 0.0000,-0.0000 0.0266,-2.3146 0.0266 -3.3522c 0.0000,-0.9578 -0.0266,-3.4320 -0.0266 -3.4320l 0.0266,-0.0532 l 0.5055,0.0000 c 0.1330,0.0000 0.2128,0.0798 0.2128 0.2128l -0.0000,0.6917 c -0.0000,1.0908 0.4257,1.4633 1.1706 1.4633l 12.9034,0.0000 c 0.8248,0.0000 1.3302,-0.4789 1.3302 -1.2504l 0.0000,-3.0596 ZM 54.2661,248.8133 ZM 36.7601,238.8364 c 0.0000,-3.2458 1.1972,-4.2036 1.1972 -5.7999c 1.9156,-0.1862 2.9798,-0.3459 4.0972 -0.5853l 0.1596,0.7981 c -2.2880,0.6917 -4.4696,2.1018 -4.4696 5.9595c -0.0000,3.5917 3.1660,6.4384 7.8219 6.4384c 3.5119,0.0000 8.0613,-2.5541 8.0613 -7.2898c 0.0000,-1.4367 -0.4789,-3.0064 -1.3302 -3.9109l -4.0706,-0.0000 c -0.8248,-0.0000 -1.1706,0.3991 -1.1706 1.4633l -0.0000,0.6917 c -0.0000,0.1064 -0.0798,0.2128 -0.2128 0.2128l -0.6917,-0.0000 l -0.0532,-0.0532 c 0.0000,-0.0000 0.0532,-2.3146 0.0532 -3.3522c 0.0000,-0.9312 -0.0532,-2.4743 -0.0532 -2.4743l 0.0532,-0.0532 l 0.6917,0.0000 c 0.1330,0.0000 0.2128,0.0798 0.2128 0.2128l -0.0000,0.0266 c -0.0000,0.9312 0.4257,1.1706 1.1706 1.1706l 3.0862,0.0000 c 0.2927,0.0000 0.5055,-0.1330 0.7449 -0.4257c 1.5431,1.8091 2.5275,3.9641 2.5275 7.1035c -0.0000,5.3476 -3.8843,8.9925 -8.4870 8.9925c -5.8531,-0.0000 -9.3383,-4.5494 -9.3383 -9.1255ZM 54.2661,230.3761 ZM 52.3505,227.8486 l -13.3291,-0.0000 c -1.5165,-0.0000 -1.9422,0.2660 -1.9422 0.7981l 0.1064,0.8514 c -0.0000,0.0798 -0.0532,0.1596 -0.1330 0.1596l -0.6651,0.0532 c 0.0000,-0.4257 -0.1596,-1.4101 -0.2394 -1.8623c -0.1064,-0.4789 -0.2128,-0.8514 -0.4523 -1.3835l 0.0000,-0.5853 l 16.6547,0.0000 c 0.7715,0.0000 1.1706,-0.2927 1.1706 -1.1440l 0.0000,-0.6385 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.9422 -0.0532 2.9798c -0.0000,0.9312 0.0532,2.8733 0.0532 2.8733l -0.0532,0.0266 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.6385 c 0.0000,-0.8780 -0.3991,-1.1440 -1.1706 -1.1440ZM 54.2661,223.4588 ZM 43.3581,217.9249 c 0.1330,0.0000 0.2128,0.1596 0.2128 0.2927c -0.0000,0.7981 0.1596,1.1440 0.5853 1.1440c 0.1596,0.0000 0.3725,-0.0532 0.6119 -0.1596l 6.8641,-2.9265 l -6.7577,-2.9531 c -0.2394,-0.1330 -0.4523,-0.1862 -0.6119 -0.1862c -0.5587,-0.0000 -0.6917,0.5321 -0.6917 1.1174l -0.0000,0.1064 c -0.0000,0.1330 -0.1064,0.2660 -0.1862 0.2660l -0.5055,-0.0000 l -0.0798,-0.0532 c 0.0000,-0.0000 0.0532,-1.5697 0.0532 -2.5009c 0.0000,-0.7449 -0.0532,-1.8357 -0.0532 -1.8357l 0.0532,-0.0798 l 0.5055,0.0000 c 0.1330,0.0000 0.2128,0.1064 0.2128 0.2927c -0.0000,1.0110 1.0376,1.5165 1.8091 1.8890c 2.9798,1.4101 5.7201,2.5807 10.8548 4.7091c 1.9156,0.7981 4.1504,1.7559 4.1504 3.6449c -0.0000,0.5055 -0.2927,1.5431 -1.2504 1.5431c -0.7981,-0.0000 -1.0376,-0.5853 -1.0376 -1.0110c 0.0000,-0.3991 0.1596,-0.6651 0.3725 -0.8248c 0.2660,-0.2660 0.4523,-0.4523 0.4523 -0.7183c 0.0000,-0.3991 -2.2880,-1.3302 -3.9109 -1.9954c -0.3193,-0.1596 -0.5853,-0.2128 -0.8248 -0.2128c -0.2660,-0.0000 -0.9844,0.2394 -1.5165 0.4523l -7.7952,3.3522 c -1.0110,0.4257 -1.3036,0.7183 -1.3036 1.6229c -0.0000,0.1596 -0.0798,0.2660 -0.1862 0.2660l -0.5321,-0.0000 l -0.0532,-0.0532 c 0.0000,-0.0000 0.0532,-1.1706 0.0532 -1.9688c 0.0000,-1.2504 -0.0532,-3.1660 -0.0532 -3.1660l 0.0798,-0.0532 l 0.4789,0.0000 ZM 54.2661,209.9169 ZM 45.9122,205.9527 l 6.6246,0.0000 c 1.0908,-0.9312 1.1440,-1.8091 1.1440 -2.2348c 0.0000,-2.8467 -2.6605,-3.4852 -4.9485 -3.4852c -3.2192,-0.0000 -5.0017,1.3036 -5.0017 2.9265c -0.0000,0.9046 0.7715,2.2082 2.1816 2.7935ZM 45.9122,205.9527 ZM 58.4697,207.9215 l -13.1694,-0.0000 c -1.0110,-0.0000 -1.1972,0.2394 -1.1972 0.6119c -0.0000,0.3459 0.0266,0.6651 0.1330 1.1174l -0.7449,0.1330 c -0.2927,-1.7027 -0.3991,-2.0220 -0.7715 -2.7669c -0.1330,-0.2927 -0.2128,-0.4789 -0.2128 -0.6651l 0.0000,-0.3991 l 2.1284,0.0798 l 0.0000,-0.0798 c -1.8623,-1.2238 -2.1284,-2.6605 -2.1284 -3.5119c 0.0000,-2.5807 2.6871,-4.2834 5.5072 -4.2834c 2.1550,0.0000 3.8045,0.6651 5.0283 1.8623c 1.0376,1.0376 1.5431,2.1284 1.5431 3.5385c -0.0000,0.9578 -0.2128,1.7027 -0.5853 2.3944l 4.4696,0.0000 c 0.7715,0.0000 1.1706,-0.2927 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1330 0.0798,-0.2394 0.2128 -0.2394l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8357 -0.0532 2.8733c -0.0000,0.9312 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0798 -0.2128 -0.2128l 0.0000,-0.5055 c 0.0000,-0.8780 -0.3991,-1.1440 -1.1706 -1.1440ZM 54.2661,197.1731 ZM 35.6959,192.8365 l 9.0191,0.0000 c -1.7825,-1.7825 -2.2082,-3.3522 -2.2082 -4.3898c 0.0000,-1.9156 1.4633,-2.8733 4.2036 -2.8733l 5.6402,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8733c -0.0000,0.9312 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0798 -0.2128 -0.2128l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -5.9329,-0.0000 c -2.1550,-0.0000 -2.6605,0.5853 -2.6605 2.0752c -0.0000,0.7715 0.6917,1.9156 1.9422 3.1926l 6.6512,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8467c -0.0000,0.9578 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -13.3291,-0.0000 c -1.5165,-0.0000 -1.9422,0.2394 -1.9422 0.7715l 0.1064,0.8780 c -0.0000,0.0798 -0.0532,0.1330 -0.1330 0.1330l -0.6651,0.0532 c 0.0000,-0.4257 -0.1596,-1.3835 -0.2394 -1.8357c -0.1064,-0.4789 -0.2128,-0.8780 -0.4523 -1.4101l 0.0000,-0.5853 ZM 54.2661,176.7405 ZM 54.5854,167.2957 c -0.0000,5.7201 -4.4164,8.4604 -8.6998 8.4604c -5.2412,-0.0000 -9.1255,-4.0706 -9.1255 -8.4870c 0.0000,-3.2724 1.1174,-4.3100 1.1972 -5.8265c 1.4633,-0.0798 2.7403,-0.3193 4.1238 -0.5853l 0.1064,0.7981 c -2.2880,0.6917 -4.4430,2.2348 -4.4430 5.9063c -0.0000,2.1018 2.2348,5.8797 7.6356 5.8797c 3.8843,0.0000 8.1145,-1.9954 8.1145 -6.1191c 0.0000,-2.4743 -0.8780,-4.2834 -2.9531 -6.1723l 0.3991,-0.6119 c 2.3678,1.8091 3.6449,4.1770 3.6449 6.7577ZM 54.2661,159.6069 ZM 35.6959,155.2703 l 9.0191,0.0000 c -1.7825,-1.7825 -2.2082,-3.3522 -2.2082 -4.3898c 0.0000,-1.9156 1.4633,-2.8733 4.2036 -2.8733l 5.6402,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8733c -0.0000,0.9312 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0798 -0.2128 -0.2128l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -5.9329,-0.0000 c -2.1550,-0.0000 -2.6605,0.5853 -2.6605 2.0752c -0.0000,0.7715 0.6917,1.9156 1.9422 3.1926l 6.6512,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8467c -0.0000,0.9578 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -13.3291,-0.0000 c -1.5165,-0.0000 -1.9422,0.2394 -1.9422 0.7715l 0.1064,0.8780 c -0.0000,0.0798 -0.0532,0.1330 -0.1330 0.1330l -0.6651,0.0532 c 0.0000,-0.4257 -0.1596,-1.3835 -0.2394 -1.8357c -0.1064,-0.4789 -0.2128,-0.8780 -0.4523 -1.4101l 0.0000,-0.5853 ZM 54.2661,145.8256 ZM 47.7479,138.0835 l 0.5321,2.1018 c 0.7183,2.3412 1.9422,2.6871 3.1394 2.6871c 0.8248,0.0000 2.0752,-0.3991 2.0752 -2.0752c 0.0000,-0.7981 -0.7715,-2.0220 -1.3569 -2.7137l -4.3898,-0.0000 ZM 47.7479,138.0835 ZM 54.5854,136.3808 c -0.0000,1.0110 -0.9046,1.5697 -1.5431 1.6761l 0.4257,0.6119 c 0.8514,1.2238 1.1174,1.6761 1.1174 2.8999c -0.0000,1.8623 -1.0642,3.2192 -3.0596 3.2192c -2.0220,-0.0000 -3.4054,-1.7293 -4.0440 -4.2568l -0.6119,-2.4477 c -3.0064,-0.0000 -3.5651,1.3835 -3.5651 2.2880c -0.0000,1.0110 0.4523,2.1816 1.2770 2.1816c 0.2927,0.0000 0.4523,-0.0532 0.5321 -0.0798c 0.1064,-0.0532 0.2927,-0.0798 0.4789 -0.0798c 0.3459,0.0000 0.8780,0.2660 0.8780 1.0376c -0.0000,0.6385 -0.4257,1.0642 -1.0642 1.0642c -1.5431,-0.0000 -2.8999,-2.5009 -2.8999 -4.2036c 0.0000,-1.9422 0.7981,-4.1770 4.5761 -4.1770l 3.9109,0.0000 c 1.6229,0.0000 2.3146,-0.0266 2.3146 -0.6385c 0.0000,-0.5853 -0.7449,-0.7449 -1.3302 -0.7715l 0.1330,-0.6651 c 1.9422,0.1596 2.4743,0.9844 2.4743 2.3412ZM 54.2661,133.8267 ZM 52.3505,131.4589 l -6.6246,-0.0000 c -1.3302,-0.0000 -1.6229,0.1862 -1.6229 0.5853c -0.0000,0.3459 0.0266,0.6651 0.1330 1.1174l -0.7449,0.1330 c -0.2927,-1.6761 -0.3725,-1.9688 -0.7715 -2.7669c -0.1330,-0.2660 -0.2128,-0.4789 -0.2128 -0.6651l 0.0000,-0.3991 l 2.3944,0.0798 l 0.0000,-0.0798 c -1.0376,-0.6917 -2.3944,-1.8623 -2.3944 -3.1128c 0.0000,-1.0908 0.5321,-1.4899 1.2238 -1.4899c 0.6917,0.0000 1.1174,0.4523 1.1174 1.1440c -0.0000,0.5321 -0.2128,0.8248 -0.4789 1.0908c -0.1596,0.1596 -0.2394,0.3459 -0.2394 0.5321c -0.0000,0.2927 0.4789,0.8780 1.3835 1.5165c 0.2394,0.1862 0.5853,0.3193 0.9312 0.3193l 5.9063,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.7715 c 0.0000,-0.1330 0.0798,-0.2394 0.2128 -0.2394l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,2.1018 -0.0532 3.1394c -0.0000,0.9578 0.0532,2.7669 0.0532 2.7669l -0.0532,0.0266 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440ZM 54.2661,124.5948 ZM 43.8636,120.2316 l 6.8109,0.0000 c 1.6495,0.0000 2.4477,-0.1596 2.4477 -0.8780c 0.0000,-0.6917 -0.2128,-1.2238 -0.7449 -1.9156l 0.4523,-0.4789 c 1.1706,1.0376 1.7559,2.1018 1.7559 3.3256c -0.0000,1.2238 -0.7449,1.9422 -2.6339 1.9422l -8.0879,-0.0000 l -0.0000,1.7293 c -0.0000,0.0798 -0.0266,0.1064 -0.1064 0.1064l -0.8248,-0.0000 c -0.0798,-0.0000 -0.1064,-0.0266 -0.1064 -0.0798c 0.0000,-1.7825 -1.0376,-2.2082 -3.0596 -2.2082l -0.5055,-0.0000 l -0.5321,-1.5431 l 4.0972,0.0000 l 0.0000,-2.9265 c 0.0000,-0.1330 0.0532,-0.2128 0.1596 -0.2128l 0.5321,0.0000 c 0.2394,0.0000 0.3459,0.3725 0.3459 0.6385l -0.0000,2.5009 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="15.14252742156408px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,575.7331,300.5186)" stroke="none" text-anchor="end">Glyphs with text labels are very useful
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 58.0399,93.2665 l -27.7613,0.0000 l -0.0000,166.5678 l 27.7613,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="25.237545702606806px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,44.1592,259.8343)" stroke="none" text-anchor="start">LGlyph Chart
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 575.9358,254.7861 l -0.0000,-160.4278 h -481.2834 l -0.0000,160.4278 Z"/>
+    <path d="M 575.7331,259.8343 l -0.0000,-161.7791 h -485.3374 l -0.0000,161.7791 Z"/>
   </g>
 </svg>
diff --git a/other/lglyphsExample.svg b/other/lglyphsExample.svg
--- a/other/lglyphsExample.svg
+++ b/other/lglyphsExample.svg
@@ -4,70 +4,114 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 330.7444,59.9280 ZM 334.2590,51.0105 c -0.3552,-0.0000 -1.1778,0.3365 -1.5891 0.5235l -0.2243,-0.5795 c 1.6452,-0.7665 2.2808,-1.1591 3.2155 -1.8321h 0.3552 v 9.4036 c 0.0000,0.6730 0.0935,0.8600 0.7104 0.8600h 0.9721 c 0.0561,-0.0000 0.1496,0.0374 0.1496 0.1496v 0.4113 l -2.5612,-0.0374 l -2.5986,0.0374 v -0.4113 c 0.0187,-0.0561 0.0374,-0.1496 0.1496 -0.1496h 1.1217 c 0.7104,-0.0000 0.7104,-0.3178 0.7104 -0.8600v -6.4311 c 0.0000,-0.6356 0.0000,-1.0843 -0.4113 -1.0843ZM 338.9327,59.9280 ZM 343.0269,49.7766 c -0.8039,-0.0000 -1.9817,0.7852 -1.9817 5.1411c 0.0000,1.5330 0.2804,4.6177 1.9256 4.6177c 0.3178,-0.0000 1.2152,-0.2056 1.6078 -1.6639c 0.2430,-0.8974 0.3739,-2.0191 0.3739 -3.6455c 0.0000,-2.3743 -0.5982,-3.7016 -1.1404 -4.1690c -0.2056,-0.1869 -0.4861,-0.2804 -0.7852 -0.2804ZM 343.0269,49.7766 ZM 342.9522,60.1523 c -2.0004,-0.0000 -3.3464,-2.5612 -3.3464 -5.4215c 0.0000,-3.4960 1.6639,-5.6085 3.4212 -5.6085c 0.8039,-0.0000 1.6078,0.5048 2.1499 1.2339c 0.7852,1.0469 1.1965,2.4490 1.1965 4.2064c 0.0000,4.1503 -2.0564,5.5898 -3.4212 5.5898Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.0680,64.6284 l -0.0000,-19.9844 h -19.9844 l -0.0000,19.9844 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 343.1601,84.0795 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,343.0758,54.6362)" stroke="none" text-anchor="middle">10
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.6559,32.9814 ZM 312.6196,27.2982 c 0.0000,-0.1869 0.0187,-0.4674 0.0187 -0.6543c 0.0000,-3.1408 -1.4021,-3.9259 -2.3556 -3.9259c -0.8600,-0.0000 -1.7573,0.8039 -1.7573 2.7482c 0.0000,0.8974 0.4487,2.6734 2.2247 2.6734c 0.3926,-0.0000 1.1030,-0.0374 1.8695 -0.8413ZM 312.6196,27.2982 ZM 307.7028,32.7197 c 1.2339,-0.1122 2.2621,-0.4300 3.1781 -1.3086c 0.8413,-0.8413 1.4582,-2.0938 1.6825 -3.5894c -0.4300,0.5235 -1.4769,0.9161 -2.1686 0.9161c -2.7669,-0.0000 -3.1408,-2.2808 -3.1408 -3.1408c 0.0000,-1.2713 0.6356,-3.4212 3.2155 -3.4212c 1.3834,-0.0000 3.4586,0.8039 3.4586 4.5242c 0.0000,1.7199 -0.5982,3.4025 -1.8695 4.6924c -1.1965,1.2152 -2.4677,1.7199 -4.2998 1.8134Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.4430,83.5530 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 314.9775,57.1330 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 318.9571,36.7906 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.4733,16.7133 ZM 282.6235,6.3563 c -1.0656,-0.0000 -1.7573,0.8413 -1.7573 1.6639c 0.0000,0.5422 0.2243,1.1965 1.3460 1.9256l 0.5422,0.3365 c 0.4861,-0.3552 1.6265,-1.2152 1.6265 -2.1686c 0.0000,-0.8226 -0.5982,-1.7573 -1.7573 -1.7573ZM 282.6235,6.3563 ZM 285.4839,8.1323 c 0.0000,1.1404 -1.2900,2.0378 -2.0751 2.5612l 1.0843,0.7104 c 0.9161,0.5982 1.3834,1.4208 1.3834 2.4490c 0.0000,1.3460 -1.1030,3.0847 -3.4212 3.0847c -1.8695,-0.0000 -3.1594,-0.9908 -3.1594 -2.8042c 0.0000,-0.6917 0.2991,-1.4956 1.0282 -2.1312c 0.4487,-0.3926 0.8413,-0.7291 1.2900 -1.0656l -0.3178,-0.1869 c -1.0843,-0.6730 -1.6265,-1.4021 -1.6265 -2.3930c 0.0000,-1.3647 1.2339,-2.4490 3.0473 -2.4490c 1.7386,-0.0000 2.7669,0.9534 2.7669 2.2247ZM 285.4839,8.1323 ZM 282.4927,16.4142 c 0.8039,-0.0000 2.2060,-0.4300 2.2060 -2.2060c 0.0000,-0.8413 -0.5235,-1.6825 -1.6265 -2.3556l -0.8226,-0.5048 c -1.5143,1.0095 -1.8508,2.2621 -1.8508 2.7855c 0.0000,1.5891 1.2900,2.2808 2.0938 2.2808Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,313.9610,26.7984)" stroke="none" text-anchor="middle">9
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.7948,40.8648 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 318.3283,55.7152 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.2906,26.0804 ZM 253.0948,16.5834 c -0.8226,-0.0000 -1.1030,0.3365 -1.4582 1.2900l -0.4861,-0.0748 c 0.2243,-0.7665 0.4113,-1.4769 0.4674 -2.5238h 0.3926 c 0.0748,0.1122 0.1309,0.2056 0.5608 0.2056h 3.5520 c 0.6730,-0.0000 1.0656,-0.0187 1.3647 -0.1122l 0.2804,0.1309 c -1.9817,4.8233 -3.0286,7.7397 -4.0381 10.7496l -1.2152,0.0561 l -0.0561,-0.1122 c 1.1965,-2.6921 2.6173,-6.1693 4.0007 -9.6092h -3.3651 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 289.8424,19.9844 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 258.6122,50.2320 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.8463,9.9922)" stroke="none" text-anchor="middle">8
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.1080,52.4707 ZM 224.2766,47.5726 c -0.0187,0.1869 -0.0187,0.4674 -0.0187 0.6543c 0.0000,3.1408 1.4021,3.9259 2.3369 3.9259c 0.8600,-0.0000 1.7760,-0.8039 1.7760 -2.7482c 0.0000,-0.8787 -0.4487,-2.6734 -2.2434 -2.6734c -0.3926,-0.0000 -1.1030,0.0374 -1.8508 0.8413ZM 224.2766,47.5726 ZM 229.1746,42.1511 c -1.2152,0.1122 -2.2621,0.4300 -3.1594 1.3086c -0.8600,0.8413 -1.4769,2.0938 -1.6825 3.5894c 0.4300,-0.5235 1.4582,-0.9161 2.1686 -0.9161c 2.7669,-0.0000 3.1221,2.2808 3.1221 3.1408c 0.0000,1.2713 -0.6356,3.4212 -3.2155 3.4212c -1.3647,-0.0000 -3.4399,-0.8039 -3.4399 -4.5242c 0.0000,-1.7199 0.5795,-3.4025 1.8695 -4.6924c 1.1965,-1.2152 2.4490,-1.7199 4.2811 -1.8134Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 289.2135,38.9090 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.4295,76.6222 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.7276,29.6613 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.9253,71.6211 ZM 199.7020,68.4616 c 0.0000,-1.9256 -1.0469,-2.8790 -2.2060 -2.8790c -0.8600,-0.0000 -1.5143,0.1309 -2.2434 0.4300l 0.5982,-5.1037 c 0.6169,0.0561 1.2526,0.0748 1.9069 0.0748c 0.9347,-0.0000 1.9069,-0.0561 2.9164 -0.1683l 0.1122,0.0561 l -0.2804,1.2152 c -0.7291,0.0748 -1.3273,0.0935 -1.8508 0.0935c -0.8413,-0.0000 -1.4769,-0.0748 -2.1312 -0.1496l -0.3552,2.9538 c 0.3926,-0.1496 1.0656,-0.2804 1.7947 -0.2804c 1.9817,-0.0000 3.0847,1.7199 3.0847 3.4399c 0.0000,2.0938 -1.4582,3.7016 -3.5707 3.7016c -1.0656,-0.0000 -2.6173,-0.5982 -2.6173 -1.3273c 0.0000,-0.3552 0.2991,-0.5982 0.6356 -0.5982c 0.3739,-0.0000 0.6169,0.2804 0.8413 0.5795c 0.2804,0.3365 0.5795,0.7104 1.1778 0.7104c 1.1965,-0.0000 2.1873,-1.1217 2.1873 -2.7482Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,255.7315,19.6691)" stroke="none" text-anchor="middle">7
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.2469,95.7726 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.0987,48.5859 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.7427,65.9247 ZM 170.5660,59.2880 c 0.0000,-0.1309 0.0187,-0.2804 0.1869 -0.3739c 0.2056,-0.1496 0.5422,-0.3178 0.8226 -0.3178c 0.2430,-0.0000 0.2617,0.2056 0.2617 0.5795v 3.0099 h 1.5143 l -0.1122,0.8787 h -1.4021 v 1.5517 c 0.0000,0.5235 0.0748,0.7852 0.6169 0.7852h 0.5048 c 0.1122,-0.0000 0.1309,0.0935 0.1309 0.1309v 0.4113 c 0.0000,-0.0000 -1.1965,-0.0374 -1.9817 -0.0374c -0.7104,-0.0000 -1.8134,0.0374 -1.8134 0.0374v -0.4113 c 0.0000,-0.0374 0.0187,-0.1309 0.1309 -0.1309h 0.5048 c 0.5795,-0.0000 0.6356,-0.2430 0.6356 -0.7852v -1.5517 h -3.6642 c -0.0748,-0.0000 -0.1122,-0.0374 -0.1683 -0.1122l -0.1496,-0.2056 l -0.2243,-0.3926 c -0.0187,-0.0000 -0.0187,-0.0187 -0.0187 -0.0374c 0.0000,-0.0187 0.0187,-0.0374 0.0374 -0.0561c 1.2152,-1.3460 3.3651,-5.5150 4.0381 -7.0480c 0.0187,-0.0748 0.0561,-0.0935 0.1309 -0.0935c 0.0187,-0.0000 0.4300,0.1683 0.6543 0.2056c -0.8413,2.2621 -2.2247,4.6924 -3.5894 6.8610h 2.9538 v -2.8977 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.6128,56.9244 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.0643,90.0763 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,226.6167,46.9322)" stroke="none" text-anchor="middle">6
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 137.5600,40.6189 ZM 141.5981,30.3928 c -0.4674,-0.0000 -1.8321,0.2617 -1.8321 1.4021c 0.0000,0.3365 -0.1309,0.9161 -0.6356 0.9161c -0.4861,-0.0000 -0.5235,-0.5422 -0.5235 -0.5982c 0.0000,-0.5795 0.7665,-2.2995 3.3651 -2.2995c 1.8134,-0.0000 2.3556,1.1404 2.3556 1.8882c 0.0000,0.4674 -0.1496,1.4021 -1.8321 2.4677c 1.0469,0.1683 2.4303,0.9347 2.4303 2.8790c 0.0000,2.4677 -1.8695,3.7951 -3.9820 3.7951c -1.0656,-0.0000 -2.5612,-0.4674 -2.5612 -1.1778c 0.0000,-0.2804 0.2804,-0.5982 0.6543 -0.5982c 0.3552,-0.0000 0.5235,0.1869 0.6917 0.4300c 0.2056,0.3178 0.5422,0.7665 1.4395 0.7665c 0.6169,-0.0000 2.3743,-0.6169 2.3743 -2.9725c 0.0000,-2.0004 -1.4021,-2.3182 -2.4116 -2.3182c -0.1683,-0.0000 -0.3739,0.0374 -0.5795 0.0748l -0.0748,-0.5608 c 1.4395,-0.2430 2.6360,-1.6452 2.6360 -2.5051c 0.0000,-1.0656 -0.7478,-1.5891 -1.5143 -1.5891Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.9839,75.8490 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.8816,64.7704 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.4980,76.7082 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 109.3774,18.9696 ZM 110.4617,10.6878 c 0.0000,-1.0656 1.0282,-2.5238 2.9912 -2.5238c 1.4395,-0.0000 3.1221,0.5422 3.1221 2.6921c 0.0000,1.4208 -0.7291,2.1312 -1.7386 3.1034l -1.7760,1.7199 c -0.0935,0.0935 -1.3460,1.3273 -1.3460 2.2060h 3.1781 c 0.6356,-0.0000 0.9721,-0.3178 1.2339 -1.3460l 0.4674,0.0748 l -0.3739,2.3556 h -5.7767 c 0.0000,-1.0469 0.1683,-1.8508 1.9069 -3.6268l 1.3086,-1.2900 c 1.0469,-1.0656 1.4769,-1.9817 1.4769 -3.1221c 0.0000,-1.7012 -1.1591,-2.1873 -1.7947 -2.1873c -1.2900,-0.0000 -1.6452,0.6730 -1.6452 1.1217c 0.0000,0.1496 0.0374,0.2991 0.0748 0.4300c 0.0374,0.1309 0.0748,0.2617 0.0748 0.4113c 0.0000,0.4861 -0.3739,0.6730 -0.6730 0.6730c -0.4113,-0.0000 -0.7104,-0.3178 -0.7104 -0.6917Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,197.5020,66.7160)" stroke="none" text-anchor="middle">5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 117.6990,43.1212 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.8692,95.6328 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 81.1947,20.8811 ZM 84.7094,11.9637 c -0.3552,-0.0000 -1.1778,0.3365 -1.5891 0.5235l -0.2243,-0.5795 c 1.6452,-0.7665 2.2808,-1.1591 3.2155 -1.8321h 0.3552 v 9.4036 c 0.0000,0.6730 0.0935,0.8600 0.7104 0.8600h 0.9721 c 0.0561,-0.0000 0.1496,0.0374 0.1496 0.1496v 0.4113 l -2.5612,-0.0374 l -2.5986,0.0374 v -0.4113 c 0.0187,-0.0561 0.0374,-0.1496 0.1496 -0.1496h 1.1217 c 0.7104,-0.0000 0.7104,-0.3178 0.7104 -0.8600v -6.4311 c 0.0000,-0.6356 0.0000,-1.0843 -0.4113 -1.0843Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3833,70.8235 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.5163,45.0327 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,168.3872,60.8313)" stroke="none" text-anchor="middle">4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.0121,44.5960 ZM 57.1063,34.4447 c -0.8039,-0.0000 -1.9817,0.7852 -1.9817 5.1411c 0.0000,1.5330 0.2804,4.6177 1.9256 4.6177c 0.3178,-0.0000 1.2152,-0.2056 1.6078 -1.6639c 0.2430,-0.8974 0.3739,-2.0191 0.3739 -3.6455c 0.0000,-2.3743 -0.5982,-3.7016 -1.1404 -4.1690c -0.2056,-0.1869 -0.4861,-0.2804 -0.7852 -0.2804ZM 57.1063,34.4447 ZM 57.0315,44.8204 c -2.0004,-0.0000 -3.3464,-2.5612 -3.3464 -5.4215c 0.0000,-3.4960 1.6639,-5.6085 3.4212 -5.6085c 0.8039,-0.0000 1.6078,0.5048 2.1499 1.2339c 0.7852,1.0469 1.1965,2.4490 1.1965 4.2064c 0.0000,4.1503 -2.0564,5.5898 -3.4212 5.5898Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.7544,89.7481 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 61.3337,68.7476 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.2685,44.6806 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,139.2724,34.6885)" stroke="none" text-anchor="middle">3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.6396,63.6052 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 115.1537,22.3153 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,110.1576,12.3231)" stroke="none" text-anchor="middle">2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 114.5249,41.2399 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 86.0390,24.2901 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,81.0429,14.2979)" stroke="none" text-anchor="middle">1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 85.4101,43.2147 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.9242,48.7893 l -0.0000,-19.9844 h -9.9922 l -0.0000,19.9844 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.167618000579278px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,51.9281,38.7971)" stroke="none" text-anchor="middle">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.62451142261213" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.2953,67.7139 c 0.0000,-2.4119 -1.9553,-4.3672 -4.3672 -4.3672c -2.4119,-0.0000 -4.3672,1.9553 -4.3672 4.3672c -0.0000,2.4119 1.9553,4.3672 4.3672 4.3672c 2.4119,0.0000 4.3672,-1.9553 4.3672 -4.3672Z"/>
   </g>
 </svg>
diff --git a/other/lineHudExample.svg b/other/lineHudExample.svg
--- a/other/lineHudExample.svg
+++ b/other/lineHudExample.svg
@@ -4,154 +4,242 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.2615,110.9637 v 177.1280 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.6608,133.9858 v 131.3525 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.596590598829" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 136.9090,288.0917 l 332.1150,-132.8460 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="7.336485116922674" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 104.6131,265.3384 l 246.2860,-98.5144 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.2982952994145" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 136.9090,243.8097 h 110.7050 l 110.7050,-177.1280 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="3.668242558461337" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 104.6131,232.5002 h 82.0953 l 82.0953,-131.3525 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 60.3684,299.1622 ZM 58.9364,286.3476 c 0.0000,-2.7906 -2.1664,-3.8921 -4.8101 -4.6265l 0.1836,-1.1015 c 1.9093,0.4039 4.0023,0.8078 6.0585 0.9547l -0.0000,9.3631 l -0.0367,2.8640 c -0.0000,0.4406 0.0734,4.6632 0.0734 4.6632l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1469 -0.2937 -0.2937l 0.0000,-1.1015 c 0.0000,-1.5422 -0.3305,-1.8726 -1.6156 -1.8726l -18.4325,-0.0000 c -1.1015,-0.0000 -1.6156,0.5508 -1.6156 1.9828l -0.0000,0.9914 c -0.0000,0.1469 -0.1102,0.2937 -0.2937 0.2937l -0.6976,-0.0000 l -0.0367,-0.0734 c 0.0000,-0.0000 0.0367,-3.1945 0.0367 -4.6265c 0.0000,-1.3219 -0.0367,-4.7366 -0.0367 -4.7366l 0.0367,-0.0734 l 0.6976,0.0000 c 0.1836,0.0000 0.2937,0.1102 0.2937 0.2937l -0.0000,0.9547 c -0.0000,1.5054 0.5875,2.0195 1.6156 2.0195l 17.8083,0.0000 c 1.1383,0.0000 1.8359,-0.6609 1.8359 -1.7257l 0.0000,-4.2226 ZM 60.3684,279.8485 ZM 39.4024,276.9845 c -0.9547,-0.0000 -1.7625,-0.7711 -1.7625 -1.7257c 0.0000,-0.9914 0.8078,-1.7625 1.7625 -1.7625c 0.9914,0.0000 1.7625,0.7711 1.7625 1.7625c -0.0000,0.9547 -0.7711,1.7257 -1.7625 1.7257ZM 39.4024,276.9845 ZM 57.7247,273.4963 c 1.0648,0.0000 1.6156,-0.4039 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1836 0.1102,-0.3305 0.2937 -0.3305l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.5335 -0.0734 3.9656c -0.0000,1.2851 0.0734,3.7820 0.0734 3.7820l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.6976 c 0.0000,-1.2117 -0.5508,-1.5789 -1.6156 -1.5789l -9.1428,-0.0000 c -1.9461,-0.0000 -2.2398,0.3305 -2.2398 0.8445c -0.0000,0.4773 0.0367,0.9180 0.1836 1.5422l -1.0281,0.1836 c -0.4039,-2.3500 -0.5508,-2.7539 -1.0648 -3.8187c -0.1469,-0.4039 -0.2937,-0.6609 -0.2937 -0.9180l 0.0000,-0.5508 l 13.5857,0.0000 ZM 60.3684,270.1549 ZM 57.7247,256.7896 l -8.0413,-0.0000 c -2.5703,-0.0000 -3.7820,0.4406 -3.7820 2.3867c -0.0000,1.6156 0.6242,3.0109 2.8273 4.8835l 8.9959,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-0.5141 c 0.0000,-0.1836 0.1102,-0.2937 0.2937 -0.2937l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.3132 -0.0734 3.7452c -0.0000,1.3219 0.0734,3.8187 0.0734 3.8187l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789l -9.1428,-0.0000 c -1.9828,-0.0000 -2.2398,0.2937 -2.2398 0.8078c -0.0000,0.4773 0.0367,0.9180 0.1836 1.5422l -1.0281,0.1836 c -0.2570,-1.5422 -0.4406,-2.6437 -1.0648 -3.7820c -0.1836,-0.4039 -0.2937,-0.6976 -0.2937 -0.9547l 0.0000,-0.5508 l 3.2679,0.1102 l 0.0000,-0.1102 c -2.7539,-2.3500 -3.2679,-4.1124 -3.2679 -5.9850c 0.0000,-3.3046 2.5335,-4.0023 5.8015 -4.0023l 7.7842,0.0000 c 1.0648,0.0000 1.6156,-0.4039 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1836 0.1102,-0.3305 0.2937 -0.3305l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.5335 -0.0734 3.9656c -0.0000,1.2851 0.0734,3.5984 0.0734 3.5984l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.5141 c 0.0000,-1.2117 -0.5508,-1.5789 -1.6156 -1.5789ZM 60.3684,251.0615 ZM 50.1975,246.8757 l 0.0000,-6.7561 c 0.0000,-0.3672 -0.1836,-0.5141 -0.5141 -0.5141c -3.4148,-0.0000 -4.2960,1.7257 -4.2960 3.0476c -0.0000,0.8445 0.3305,3.5984 4.8101 4.2226ZM 50.1975,246.8757 ZM 56.9536,237.1821 l 0.5875,-0.7344 c 1.9093,1.3953 3.2679,3.5617 3.2679 6.2054c -0.0000,5.0304 -3.7452,7.1600 -7.7475 7.1600c -5.5811,-0.0000 -8.9225,-3.6718 -8.9225 -7.1600c 0.0000,-4.8468 3.7820,-5.9850 6.8663 -5.9850c 0.4039,0.0000 0.6242,0.2570 0.6242 0.6609l -0.0000,9.6569 c 0.2203,0.0367 0.4406,0.0367 0.7344 0.0367c 3.7452,0.0000 6.6460,-2.6070 6.6460 -5.2507c 0.0000,-2.0195 -0.6609,-3.3046 -2.0562 -4.5898ZM 60.3684,226.1667 ZM 60.8090,213.1318 c -0.0000,7.8944 -6.0952,11.6763 -12.0068 11.6763c -7.2335,-0.0000 -12.5943,-5.6179 -12.5943 -11.7131c 0.0000,-4.5163 1.5422,-5.9483 1.6523 -8.0413c 2.0195,-0.1102 3.7820,-0.4406 5.6913 -0.8078l 0.1469,1.1015 c -3.1578,0.9547 -6.1319,3.0843 -6.1319 8.1514c -0.0000,2.9007 3.0843,8.1147 10.5381 8.1147c 5.3608,0.0000 11.1990,-2.7539 11.1990 -8.4452c 0.0000,-3.4148 -1.2117,-5.9116 -4.0757 -8.5186l 0.5508,-0.8445 c 3.2679,2.4968 5.0304,5.7647 5.0304 9.3264ZM 60.3684,202.5202 ZM 34.7392,196.5352 l 12.4474,0.0000 c -2.4601,-2.4601 -3.0476,-4.6265 -3.0476 -6.0585c 0.0000,-2.6437 2.0195,-3.9656 5.8015 -3.9656l 7.7842,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1469 0.1102,-0.2937 0.2937 -0.2937l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.4968 -0.0734 3.9656c -0.0000,1.2851 0.0734,3.7820 0.0734 3.7820l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789l -8.1881,-0.0000 c -2.9742,-0.0000 -3.6718,0.8078 -3.6718 2.8640c -0.0000,1.0648 0.9547,2.6437 2.6804 4.4062l 9.1795,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1469 0.1102,-0.2937 0.2937 -0.2937l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.4968 -0.0734 3.9288c -0.0000,1.3219 0.0734,3.7820 0.0734 3.7820l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.0734 -0.2937 -0.2570l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789l -18.3958,-0.0000 c -2.0929,-0.0000 -2.6804,0.3305 -2.6804 1.0648l 0.1469,1.2117 c -0.0000,0.1102 -0.0734,0.1836 -0.1836 0.1836l -0.9180,0.0734 c 0.0000,-0.5875 -0.2203,-1.9093 -0.3305 -2.5335c -0.1469,-0.6609 -0.2937,-1.2117 -0.6242 -1.9461l 0.0000,-0.8078 ZM 60.3684,183.5003 ZM 51.3724,172.8153 l 0.7344,2.9007 c 0.9914,3.2312 2.6804,3.7085 4.3327 3.7085c 1.1383,0.0000 2.8640,-0.5508 2.8640 -2.8640c 0.0000,-1.1015 -1.0648,-2.7906 -1.8726 -3.7452l -6.0585,-0.0000 ZM 51.3724,172.8153 ZM 60.8090,170.4654 c -0.0000,1.3953 -1.2484,2.1664 -2.1296 2.3132l 0.5875,0.8445 c 1.1750,1.6890 1.5422,2.3132 1.5422 4.0023c -0.0000,2.5703 -1.4687,4.4429 -4.2226 4.4429c -2.7906,-0.0000 -4.6999,-2.3867 -5.5811 -5.8749l -0.8445,-3.3781 c -4.1491,-0.0000 -4.9202,1.9093 -4.9202 3.1578c -0.0000,1.3953 0.6242,3.0109 1.7625 3.0109c 0.4039,0.0000 0.6242,-0.0734 0.7344 -0.1102c 0.1469,-0.0734 0.4039,-0.1102 0.6609 -0.1102c 0.4773,0.0000 1.2117,0.3672 1.2117 1.4320c -0.0000,0.8812 -0.5875,1.4687 -1.4687 1.4687c -2.1296,-0.0000 -4.0023,-3.4515 -4.0023 -5.8015c 0.0000,-2.6804 1.1015,-5.7647 6.3155 -5.7647l 5.3976,0.0000 c 2.2398,0.0000 3.1945,-0.0367 3.1945 -0.8812c 0.0000,-0.8078 -1.0281,-1.0281 -1.8359 -1.0648l 0.1836,-0.9180 c 2.6804,0.2203 3.4148,1.3586 3.4148 3.2312ZM 60.3684,166.9404 ZM 57.7247,163.6725 l -9.1428,-0.0000 c -1.8359,-0.0000 -2.2398,0.2570 -2.2398 0.8078c -0.0000,0.4773 0.0367,0.9180 0.1836 1.5422l -1.0281,0.1836 c -0.4039,-2.3132 -0.5141,-2.7171 -1.0648 -3.8187c -0.1836,-0.3672 -0.2937,-0.6609 -0.2937 -0.9180l 0.0000,-0.5508 l 3.3046,0.1102 l 0.0000,-0.1102 c -1.4320,-0.9547 -3.3046,-2.5703 -3.3046 -4.2960c 0.0000,-1.5054 0.7344,-2.0562 1.6890 -2.0562c 0.9547,0.0000 1.5422,0.6242 1.5422 1.5789c -0.0000,0.7344 -0.2937,1.1383 -0.6609 1.5054c -0.2203,0.2203 -0.3305,0.4773 -0.3305 0.7344c -0.0000,0.4039 0.6609,1.2117 1.9093 2.0929c 0.3305,0.2570 0.8078,0.4406 1.2851 0.4406l 8.1514,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-1.0648 c 0.0000,-0.1836 0.1102,-0.3305 0.2937 -0.3305l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.9007 -0.0734 4.3327c -0.0000,1.3219 0.0734,3.8187 0.0734 3.8187l -0.0734,0.0367 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.0734 -0.2937 -0.2570l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789ZM 60.3684,154.1992 ZM 46.0116,148.1775 l 9.3998,0.0000 c 2.2765,0.0000 3.3781,-0.2203 3.3781 -1.2117c 0.0000,-0.9547 -0.2937,-1.6890 -1.0281 -2.6437l 0.6242,-0.6609 c 1.6156,1.4320 2.4234,2.9007 2.4234 4.5898c -0.0000,1.6890 -1.0281,2.6804 -3.6351 2.6804l -11.1623,-0.0000 l -0.0000,2.3867 c -0.0000,0.1102 -0.0367,0.1469 -0.1469 0.1469l -1.1383,-0.0000 c -0.1102,-0.0000 -0.1469,-0.0367 -0.1469 -0.1102c 0.0000,-2.4601 -1.4320,-3.0476 -4.2226 -3.0476l -0.6976,-0.0000 l -0.7344,-2.1296 l 5.6546,0.0000 l 0.0000,-4.0390 c 0.0000,-0.1836 0.0734,-0.2937 0.2203 -0.2937l 0.7344,0.0000 c 0.3305,0.0000 0.4773,0.5141 0.4773 0.8812l -0.0000,3.4515 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 48.8802,124.4628 l -28.1751,0.0000 l -0.0000,140.8756 l 28.1751,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.4918,281.0931 ZM 511.7328,275.9268 h -0.0643 c -0.0643,-0.0000 -0.1028,-0.0514 -0.1028 -0.0900v -0.2570 l 0.0514,-0.0257 c 0.0000,-0.0000 0.7325,0.0257 1.2080 0.0257c 0.3341,-0.0000 0.8739,-0.0257 0.8739 -0.0257l 0.0257,0.0257 v 0.2313 c 0.0000,0.0643 -0.0643,0.1157 -0.1414 0.1157c -0.3727,-0.0000 -0.6683,0.1671 -0.8739 0.6683l -1.7735,4.3566 c -0.0900,0.2185 -0.1799,0.2956 -0.3084 0.2956c -0.1671,-0.0000 -0.2442,-0.0771 -0.3213 -0.2699l -1.7478,-4.4337 c -0.1799,-0.4626 -0.4498,-0.6169 -0.8225 -0.6169c -0.0643,-0.0000 -0.1285,-0.0257 -0.1285 -0.0900v -0.2570 l 0.0386,-0.0257 c 0.0000,-0.0000 0.6811,0.0257 1.1181 0.0257c 0.5012,-0.0000 1.2851,-0.0257 1.2851 -0.0257l 0.0514,0.0257 v 0.2442 c 0.0000,0.0900 -0.0771,0.1028 -0.1157 0.1028h -0.2185 c -0.2570,0.0129 -0.3727,0.0900 -0.3727 0.2185c 0.0000,0.0900 0.0514,0.1928 0.1285 0.3727l 1.1052,2.8016 l 0.2185,0.5912 l 0.2185,-0.5526 l 1.1438,-2.8144 c 0.0643,-0.1414 0.1028,-0.2570 0.1028 -0.3470c 0.0000,-0.1928 -0.1414,-0.2699 -0.5783 -0.2699ZM 513.8789,281.0931 ZM 515.3440,277.5332 h 2.3646 c 0.1285,-0.0000 0.1799,-0.0643 0.1799 -0.1799c 0.0000,-1.1952 -0.6040,-1.5036 -1.0667 -1.5036c -0.2956,-0.0000 -1.2594,0.1157 -1.4779 1.6835ZM 515.3440,277.5332 ZM 518.7367,279.8979 l 0.2570,0.2056 c -0.4884,0.6683 -1.2466,1.1438 -2.1719 1.1438c -1.7606,-0.0000 -2.5060,-1.3108 -2.5060 -2.7116c 0.0000,-1.9534 1.2851,-3.1229 2.5060 -3.1229c 1.6964,-0.0000 2.0948,1.3237 2.0948 2.4032c 0.0000,0.1414 -0.0900,0.2185 -0.2313 0.2185h -3.3799 c -0.0129,0.0771 -0.0129,0.1542 -0.0129 0.2570c 0.0000,1.3108 0.9124,2.3261 1.8377 2.3261c 0.7068,-0.0000 1.1566,-0.2313 1.6064 -0.7197ZM 519.3793,281.0931 ZM 520.5231,280.1678 v -3.2000 c 0.0000,-0.6426 -0.0900,-0.7839 -0.2827 -0.7839c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8096,-0.1414 0.9510,-0.1799 1.3365 -0.3727c 0.1285,-0.0643 0.2313,-0.1028 0.3213 -0.1028h 0.1928 l -0.0386,1.1566 h 0.0386 c 0.3341,-0.5012 0.8996,-1.1566 1.5036 -1.1566c 0.5269,-0.0000 0.7197,0.2570 0.7197 0.5912c 0.0000,0.3341 -0.2185,0.5398 -0.5526 0.5398c -0.2570,-0.0000 -0.3984,-0.1028 -0.5269 -0.2313c -0.0771,-0.0771 -0.1671,-0.1157 -0.2570 -0.1157c -0.1414,-0.0000 -0.4241,0.2313 -0.7325 0.6683c -0.0900,0.1157 -0.1542,0.2827 -0.1542 0.4498v 2.8530 c 0.0000,0.3727 0.1285,0.5655 0.5526 0.5655h 0.3727 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -1.0153,-0.0257 -1.5165 -0.0257c -0.4626,-0.0000 -1.3365,0.0257 -1.3365 0.0257l -0.0129,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.2442 c 0.4369,-0.0000 0.5526,-0.1928 0.5526 -0.5655ZM 523.8387,281.0931 ZM 525.9463,276.0682 v 3.2899 c 0.0000,0.7968 0.0771,1.1823 0.4241 1.1823c 0.3341,-0.0000 0.5912,-0.1028 0.9253 -0.3598l 0.2313,0.2185 c -0.5012,0.5655 -1.0153,0.8482 -1.6064 0.8482c -0.5912,-0.0000 -0.9381,-0.3598 -0.9381 -1.2723v -3.9068 h -0.8353 c -0.0386,-0.0000 -0.0514,-0.0129 -0.0514 -0.0514v -0.3984 c 0.0000,-0.0386 0.0129,-0.0514 0.0386 -0.0514c 0.8610,-0.0000 1.0667,-0.5012 1.0667 -1.4779v -0.2442 l 0.7454,-0.2570 v 1.9791 h 1.4136 c 0.0643,-0.0000 0.1028,0.0257 0.1028 0.0771v 0.2570 c 0.0000,0.1157 -0.1799,0.1671 -0.3084 0.1671h -1.2080 ZM 527.7198,281.0931 ZM 528.7222,273.7550 c 0.0000,-0.3341 0.2699,-0.6169 0.6040 -0.6169c 0.3470,-0.0000 0.6169,0.2827 0.6169 0.6169c 0.0000,0.3470 -0.2699,0.6169 -0.6169 0.6169c -0.3341,-0.0000 -0.6040,-0.2699 -0.6040 -0.6169ZM 528.7222,273.7550 ZM 529.9431,280.1678 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.2442 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8867,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -3.2000 c 0.0000,-0.6811 -0.1157,-0.7839 -0.2956 -0.7839c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8225,-0.1414 0.9638,-0.1928 1.3365 -0.3727c 0.1414,-0.0514 0.2313,-0.1028 0.3213 -0.1028h 0.1928 v 4.7550 ZM 531.1126,281.0931 ZM 536.0475,279.9236 c -0.5655,0.9767 -1.1823,1.3237 -1.9534 1.3237c -1.5422,-0.0000 -2.5060,-1.1695 -2.5060 -2.8273c 0.0000,-1.8249 1.1438,-3.0072 2.5317 -3.0072c 1.2337,-0.0000 1.8891,0.6297 1.8891 1.3108c 0.0000,0.3727 -0.2313,0.5655 -0.5012 0.5655c -0.2699,-0.0000 -0.5269,-0.1414 -0.5655 -0.4626c -0.0514,-0.4241 -0.1285,-0.9767 -0.8867 -0.9767c -0.8482,-0.0000 -1.4779,0.8996 -1.4779 2.2875c 0.0000,1.5036 0.8096,2.5446 1.7992 2.5446c 0.5526,-0.0000 1.0410,-0.3598 1.4393 -0.9381ZM 536.2916,281.0931 ZM 540.0314,277.9445 l -1.0153,0.2570 c -1.1309,0.3470 -1.2980,0.9381 -1.2980 1.5165c 0.0000,0.3984 0.1928,1.0024 1.0024 1.0024c 0.3855,-0.0000 0.9767,-0.3727 1.3108 -0.6554v -2.1205 ZM 540.0314,277.9445 ZM 540.8539,281.2473 c -0.4884,-0.0000 -0.7582,-0.4369 -0.8096 -0.7454l -0.2956,0.2056 c -0.5912,0.4112 -0.8096,0.5398 -1.4008 0.5398c -0.8996,-0.0000 -1.5550,-0.5141 -1.5550 -1.4779c 0.0000,-0.9767 0.8353,-1.6450 2.0562 -1.9534l 1.1823,-0.2956 c 0.0000,-1.4522 -0.6683,-1.7221 -1.1052 -1.7221c -0.4884,-0.0000 -1.0538,0.2185 -1.0538 0.6169c 0.0000,0.1414 0.0257,0.2185 0.0386 0.2570c 0.0257,0.0514 0.0386,0.1414 0.0386 0.2313c 0.0000,0.1671 -0.1285,0.4241 -0.5012 0.4241c -0.3084,-0.0000 -0.5141,-0.2056 -0.5141 -0.5141c 0.0000,-0.7454 1.2080,-1.4008 2.0305 -1.4008c 0.9381,-0.0000 2.0177,0.3855 2.0177 2.2104v 1.8891 c 0.0000,0.7839 0.0129,1.1181 0.3084 1.1181c 0.2827,-0.0000 0.3598,-0.3598 0.3727 -0.6426l 0.3213,0.0643 c -0.0771,0.9381 -0.4755,1.1952 -1.1309 1.1952ZM 542.0876,281.0931 ZM 543.3085,280.1678 v -6.4385 c 0.0000,-0.7325 -0.1285,-0.9381 -0.3855 -0.9381l -0.4112,0.0514 c -0.0386,-0.0000 -0.0771,-0.0257 -0.0771 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 8.0449 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.3084 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.9381,-0.0257 -1.4393 -0.0257c -0.4498,-0.0000 -1.3879,0.0257 -1.3879 0.0257l -0.0129,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.3084 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="25.613744729479446px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,34.7927,265.3384)" stroke="none" text-anchor="start">Line Chart
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.9931,277.2184 h 11.0705 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.7822,260.6195 l -0.0000,-28.1751 h -112.7005 l -0.0000,28.1751 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.4918,258.9521 ZM 508.0444,257.1529 l 0.3470,-0.0129 c 0.0386,0.3213 0.1799,0.9381 0.4626 1.2337c 0.1285,0.1414 0.4755,0.3727 0.9510 0.3727c 0.4498,-0.0000 1.1181,-0.3598 1.1181 -0.9896c 0.0000,-0.5526 -0.3084,-0.9253 -1.3237 -1.3622c -0.9381,-0.4112 -1.4265,-0.6811 -1.4265 -1.6450c 0.0000,-0.8610 0.7582,-1.4779 1.7735 -1.4779c 0.6426,-0.0000 1.1181,0.1157 1.5165 0.3213c 0.0771,0.4112 0.1157,0.8482 0.1414 1.3108l -0.3470,0.0129 c -0.2699,-1.0538 -1.0410,-1.2594 -1.3108 -1.2594c -0.4884,-0.0000 -0.9896,0.1928 -0.9896 0.8996c 0.0000,0.5141 0.2442,0.7711 0.9510 1.0281c 1.0410,0.3855 1.8763,0.8482 1.8763 1.8763c 0.0000,1.2723 -1.3494,1.6450 -1.9534 1.6450c -0.4498,-0.0000 -0.8225,-0.0514 -1.1566 -0.1414c -0.0900,-0.0129 -0.1542,-0.0257 -0.2442 -0.0257c -0.0643,-0.0000 -0.1671,0.0129 -0.2956 0.0386c 0.0000,-0.5398 -0.0386,-1.1952 -0.0900 -1.8249ZM 512.2597,258.9521 ZM 513.4805,258.0268 v -6.4385 c 0.0000,-0.7325 -0.1285,-0.9381 -0.3855 -0.9381l -0.4112,0.0514 c -0.0386,-0.0000 -0.0771,-0.0257 -0.0771 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 8.0449 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.3084 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.9381,-0.0257 -1.4393 -0.0257c -0.4498,-0.0000 -1.3879,0.0257 -1.3879 0.0257l -0.0129,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.3084 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655ZM 515.6010,258.9521 ZM 516.0380,256.3175 c 0.0000,-1.7606 0.9510,-3.0458 2.6602 -3.0458c 1.9020,-0.0000 2.6345,1.5936 2.6345 2.9301c 0.0000,1.2851 -0.8353,2.9044 -2.6602 2.9044c -1.7221,-0.0000 -2.6345,-1.4779 -2.6345 -2.7887ZM 516.0380,256.3175 ZM 518.5568,253.6959 c -1.0281,-0.0000 -1.5036,1.2080 -1.5036 2.3261c 0.0000,0.9896 0.5655,2.6345 1.8377 2.6345c 0.5783,-0.0000 1.4265,-0.3470 1.4265 -2.0434c 0.0000,-1.8891 -0.7068,-2.9173 -1.7606 -2.9173ZM 521.7568,258.9521 ZM 523.6716,254.9167 v 3.2000 c 0.4498,0.5269 0.8739,0.5526 1.0795 0.5526c 1.3751,-0.0000 1.6835,-1.2851 1.6835 -2.3903c 0.0000,-1.5550 -0.6297,-2.4160 -1.4136 -2.4160c -0.4369,-0.0000 -1.0667,0.3727 -1.3494 1.0538ZM 523.6716,254.9167 ZM 522.7206,260.9826 v -6.3614 c 0.0000,-0.4884 -0.1157,-0.5783 -0.2956 -0.5783c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8225,-0.1414 0.9767,-0.1928 1.3365 -0.3727c 0.1414,-0.0643 0.2313,-0.1028 0.3213 -0.1028h 0.1928 l -0.0386,1.0281 h 0.0386 c 0.5912,-0.8996 1.2851,-1.0281 1.6964 -1.0281c 1.2466,-0.0000 2.0691,1.2980 2.0691 2.6602c 0.0000,1.0410 -0.3213,1.8377 -0.8996 2.4289c -0.5012,0.5012 -1.0281,0.7454 -1.7092 0.7454c -0.4626,-0.0000 -0.8225,-0.1028 -1.1566 -0.2827v 2.1590 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.2442 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8867,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655ZM 527.9126,258.9521 ZM 529.3776,255.3922 h 2.3646 c 0.1285,-0.0000 0.1799,-0.0643 0.1799 -0.1799c 0.0000,-1.1952 -0.6040,-1.5036 -1.0667 -1.5036c -0.2956,-0.0000 -1.2594,0.1157 -1.4779 1.6835ZM 529.3776,255.3922 ZM 532.7704,257.7569 l 0.2570,0.2056 c -0.4884,0.6683 -1.2466,1.1438 -2.1719 1.1438c -1.7606,-0.0000 -2.5060,-1.3108 -2.5060 -2.7116c 0.0000,-1.9534 1.2851,-3.1229 2.5060 -3.1229c 1.6964,-0.0000 2.0948,1.3237 2.0948 2.4032c 0.0000,0.1414 -0.0900,0.2185 -0.2313 0.2185h -3.3799 c -0.0129,0.0771 -0.0129,0.1542 -0.0129 0.2570c 0.0000,1.3108 0.9124,2.3261 1.8377 2.3261c 0.7068,-0.0000 1.1566,-0.2313 1.6064 -0.7197Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="25.613744729479446px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,444.4320,246.5320)" stroke="none" text-anchor="middle">vertical
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.596590598829" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.9931,255.0774 h 11.0705 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5884,243.9706 h 8.2095 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.4918,236.8111 ZM 509.5866,227.8408 v 4.3566 c 0.8610,-0.8610 1.6193,-1.0667 2.1205 -1.0667c 0.9253,-0.0000 1.3879,0.7068 1.3879 2.0305v 2.7245 c 0.0000,0.3727 0.1285,0.5655 0.5526 0.5655h 0.2442 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8739,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4369,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -2.8658 c 0.0000,-1.0410 -0.2827,-1.2851 -1.0024 -1.2851c -0.3727,-0.0000 -0.9253,0.3341 -1.5422 0.9381v 3.2128 c 0.0000,0.3727 0.1285,0.5655 0.5526 0.5655h 0.2442 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8739,-0.0257 -1.3751 -0.0257c -0.4626,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.2442 c 0.4369,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -6.4385 c 0.0000,-0.7325 -0.1157,-0.9381 -0.3727 -0.9381l -0.4241,0.0514 c -0.0386,-0.0000 -0.0643,-0.0257 -0.0643 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6683,-0.0771 0.8867 -0.1157c 0.2313,-0.0514 0.4241,-0.1028 0.6811 -0.2185h 0.2827 ZM 514.1488,236.8111 ZM 514.5858,234.1765 c 0.0000,-1.7606 0.9510,-3.0458 2.6602 -3.0458c 1.9020,-0.0000 2.6345,1.5936 2.6345 2.9301c 0.0000,1.2851 -0.8353,2.9044 -2.6602 2.9044c -1.7221,-0.0000 -2.6345,-1.4779 -2.6345 -2.7887ZM 514.5858,234.1765 ZM 517.1046,231.5549 c -1.0281,-0.0000 -1.5036,1.2080 -1.5036 2.3261c 0.0000,0.9896 0.5655,2.6345 1.8377 2.6345c 0.5783,-0.0000 1.4265,-0.3470 1.4265 -2.0434c 0.0000,-1.8891 -0.7068,-2.9173 -1.7606 -2.9173ZM 520.3046,236.8111 ZM 527.0772,234.1765 v 1.7092 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.0257 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.6683,-0.0257 -1.1695 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -6.5028 c 0.0000,-0.6040 -0.1285,-0.8739 -0.3855 -0.8739c 0.0000,-0.0000 -0.1928,0.0257 -0.3213 0.0386c -0.0386,-0.0000 -0.0900,0.0129 -0.1028 0.0129c -0.0386,-0.0000 -0.0643,-0.0386 -0.0643 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 5.9373 c 0.5655,-0.2827 0.9896,-0.6811 1.6964 -1.4265c 0.1928,-0.2056 0.2570,-0.3727 0.2570 -0.5012c 0.0000,-0.1028 -0.0771,-0.2056 -0.3855 -0.2056h -0.0386 c -0.0643,-0.0000 -0.1157,-0.0514 -0.1157 -0.1028v -0.2442 l 0.0386,-0.0257 c 0.0000,-0.0000 0.6169,0.0257 1.0667 0.0257c 0.5012,-0.0000 1.1952,-0.0257 1.1952 -0.0257l 0.0514,0.0257 v 0.2442 c 0.0000,0.0643 -0.0771,0.1028 -0.1285 0.1028h -0.1028 c -0.3470,-0.0000 -0.9124,0.2827 -1.2209 0.6169l -0.9896,1.0795 c -0.0386,0.0386 -0.0514,0.0771 -0.0514 0.1285c 0.0000,0.0643 0.0257,0.1285 0.0643 0.1799l 1.5165,2.2233 c 0.2313,0.3470 0.6297,0.5783 0.9510 0.5783h 0.0386 c 0.0900,-0.0000 0.1671,0.0386 0.1671 0.1028v 0.2313 l -0.0257,0.0386 c 0.0000,-0.0000 -0.6426,-0.0257 -1.1438 -0.0257c -0.4626,-0.0000 -0.7968,0.0257 -0.7968 0.0257l -0.0386,-0.0514 v -0.2185 c 0.0000,-0.1542 -0.0386,-0.3084 -0.2956 -0.6811l -0.9510,-1.3237 c -0.1671,-0.2442 -0.3213,-0.4626 -0.6169 -0.4626c -0.0514,-0.0000 -0.0900,-0.0000 -0.1414 0.0129v 0.0771 ZM 527.0772,234.1765 ZM 525.1110,235.6030 c -0.5655,0.9767 -1.1823,1.3237 -1.9406 1.3237c -1.5422,-0.0000 -2.3903,-1.1823 -2.3903 -2.8401c 0.0000,-1.8249 1.0281,-2.9815 2.4032 -2.9815c 1.2337,-0.0000 1.8891,0.6297 1.8891 1.3108c 0.0000,0.3855 -0.2313,0.5655 -0.4884 0.5655c -0.2827,-0.0000 -0.5398,-0.1414 -0.5783 -0.4498c -0.0386,-0.4369 -0.1285,-0.9896 -0.8867 -0.9896c -0.8482,-0.0000 -1.3494,0.8739 -1.3494 2.2618c 0.0000,1.5036 0.6811,2.5574 1.6835 2.5574c 0.5526,-0.0000 1.0281,-0.3598 1.4265 -0.9381ZM 531.0740,236.8111 ZM 532.5391,233.2512 h 2.3646 c 0.1285,-0.0000 0.1799,-0.0643 0.1799 -0.1799c 0.0000,-1.1952 -0.6040,-1.5036 -1.0667 -1.5036c -0.2956,-0.0000 -1.2594,0.1157 -1.4779 1.6835ZM 532.5391,233.2512 ZM 535.9318,235.6159 l 0.2570,0.2056 c -0.4884,0.6683 -1.2466,1.1438 -2.1719 1.1438c -1.7606,-0.0000 -2.5060,-1.3108 -2.5060 -2.7116c 0.0000,-1.9534 1.2851,-3.1229 2.5060 -3.1229c 1.6964,-0.0000 2.0948,1.3237 2.0948 2.4032c 0.0000,0.1414 -0.0900,0.2185 -0.2313 0.2185h -3.3799 c -0.0129,0.0771 -0.0129,0.1542 -0.0129 0.2570c 0.0000,1.3108 0.9124,2.3261 1.8377 2.3261c 0.7068,-0.0000 1.1566,-0.2313 1.6064 -0.7197ZM 536.5744,236.8111 ZM 539.2474,231.5420 c 0.0000,0.0643 -0.0771,0.1028 -0.1414 0.1028c -0.3855,-0.0000 -0.5526,0.0771 -0.5526 0.2827c 0.0000,0.0771 0.0257,0.1799 0.0771 0.2956l 1.4136,3.3156 l 1.4265,-3.2642 c 0.0643,-0.1157 0.0900,-0.2185 0.0900 -0.2956c 0.0000,-0.2699 -0.2570,-0.3341 -0.5398 -0.3341h -0.0514 c -0.0643,-0.0000 -0.1285,-0.0514 -0.1285 -0.0900v -0.2442 l 0.0257,-0.0386 c 0.0000,-0.0000 0.7582,0.0257 1.2080 0.0257c 0.3598,-0.0000 0.8867,-0.0257 0.8867 -0.0257l 0.0386,0.0257 v 0.2442 c 0.0000,0.0643 -0.0514,0.1028 -0.1414 0.1028c -0.4884,-0.0000 -0.7325,0.5012 -0.9124 0.8739c -0.6811,1.4393 -1.2466,2.7630 -2.2747 5.2433c -0.3855,0.9253 -0.8482,2.0048 -1.7606 2.0048c -0.2442,-0.0000 -0.7454,-0.1414 -0.7454 -0.6040c 0.0000,-0.3855 0.2827,-0.5012 0.4884 -0.5012c 0.1928,-0.0000 0.3213,0.0771 0.3984 0.1799c 0.1285,0.1285 0.2185,0.2185 0.3470 0.2185c 0.1928,-0.0000 0.6426,-1.1052 0.9638 -1.8891c 0.0771,-0.1542 0.1028,-0.2827 0.1028 -0.3984c 0.0000,-0.1285 -0.1157,-0.4755 -0.2185 -0.7325l -1.6193,-3.7654 c -0.2056,-0.4884 -0.3470,-0.6297 -0.7839 -0.6297c -0.0771,-0.0000 -0.1285,-0.0386 -0.1285 -0.0900v -0.2570 l 0.0257,-0.0257 c 0.0000,-0.0000 0.5655,0.0257 0.9510 0.0257c 0.6040,-0.0000 1.5293,-0.0257 1.5293 -0.0257l 0.0257,0.0386 v 0.2313 ZM 546.3285,236.8111 ZM 546.8811,235.0119 l 0.3470,-0.0129 c 0.0386,0.3213 0.1799,0.9381 0.4626 1.2337c 0.1285,0.1414 0.4755,0.3727 0.9510 0.3727c 0.4498,-0.0000 1.1181,-0.3598 1.1181 -0.9896c 0.0000,-0.5526 -0.3084,-0.9253 -1.3237 -1.3622c -0.9381,-0.4112 -1.4265,-0.6811 -1.4265 -1.6450c 0.0000,-0.8610 0.7582,-1.4779 1.7735 -1.4779c 0.6426,-0.0000 1.1181,0.1157 1.5165 0.3213c 0.0771,0.4112 0.1157,0.8482 0.1414 1.3108l -0.3470,0.0129 c -0.2699,-1.0538 -1.0410,-1.2594 -1.3108 -1.2594c -0.4884,-0.0000 -0.9896,0.1928 -0.9896 0.8996c 0.0000,0.5141 0.2442,0.7711 0.9510 1.0281c 1.0410,0.3855 1.8763,0.8482 1.8763 1.8763c 0.0000,1.2723 -1.3494,1.6450 -1.9534 1.6450c -0.4498,-0.0000 -0.8225,-0.0514 -1.1566 -0.1414c -0.0900,-0.0129 -0.1542,-0.0257 -0.2442 -0.0257c -0.0643,-0.0000 -0.1671,0.0129 -0.2956 0.0386c 0.0000,-0.5398 -0.0386,-1.1952 -0.0900 -1.8249ZM 551.0964,236.8111 ZM 553.2040,231.7862 v 3.2899 c 0.0000,0.7968 0.0771,1.1823 0.4241 1.1823c 0.3341,-0.0000 0.5912,-0.1028 0.9253 -0.3598l 0.2313,0.2185 c -0.5012,0.5655 -1.0153,0.8482 -1.6064 0.8482c -0.5912,-0.0000 -0.9381,-0.3598 -0.9381 -1.2723v -3.9068 h -0.8353 c -0.0386,-0.0000 -0.0514,-0.0129 -0.0514 -0.0514v -0.3984 c 0.0000,-0.0386 0.0129,-0.0514 0.0386 -0.0514c 0.8610,-0.0000 1.0667,-0.5012 1.0667 -1.4779v -0.2442 l 0.7454,-0.2570 v 1.9791 h 1.4136 c 0.0643,-0.0000 0.1028,0.0257 0.1028 0.0771v 0.2570 c 0.0000,0.1157 -0.1799,0.1671 -0.3084 0.1671h -1.2080 ZM 554.9775,236.8111 ZM 555.9799,229.4730 c 0.0000,-0.3341 0.2699,-0.6169 0.6040 -0.6169c 0.3470,-0.0000 0.6169,0.2827 0.6169 0.6169c 0.0000,0.3470 -0.2699,0.6169 -0.6169 0.6169c -0.3341,-0.0000 -0.6040,-0.2699 -0.6040 -0.6169ZM 555.9799,229.4730 ZM 557.2007,235.8858 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.2442 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8867,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -3.2000 c 0.0000,-0.6811 -0.1157,-0.7839 -0.2956 -0.7839c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8225,-0.1414 0.9638,-0.1928 1.3365 -0.3727c 0.1414,-0.0514 0.2313,-0.1028 0.3213 -0.1028h 0.1928 v 4.7550 ZM 558.3702,236.8111 ZM 565.1429,234.1765 v 1.7092 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.0257 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.6683,-0.0257 -1.1695 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -6.5028 c 0.0000,-0.6040 -0.1285,-0.8739 -0.3855 -0.8739c 0.0000,-0.0000 -0.1928,0.0257 -0.3213 0.0386c -0.0386,-0.0000 -0.0900,0.0129 -0.1028 0.0129c -0.0386,-0.0000 -0.0643,-0.0386 -0.0643 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 5.9373 c 0.5655,-0.2827 0.9896,-0.6811 1.6964 -1.4265c 0.1928,-0.2056 0.2570,-0.3727 0.2570 -0.5012c 0.0000,-0.1028 -0.0771,-0.2056 -0.3855 -0.2056h -0.0386 c -0.0643,-0.0000 -0.1157,-0.0514 -0.1157 -0.1028v -0.2442 l 0.0386,-0.0257 c 0.0000,-0.0000 0.6169,0.0257 1.0667 0.0257c 0.5012,-0.0000 1.1952,-0.0257 1.1952 -0.0257l 0.0514,0.0257 v 0.2442 c 0.0000,0.0643 -0.0771,0.1028 -0.1285 0.1028h -0.1028 c -0.3470,-0.0000 -0.9124,0.2827 -1.2209 0.6169l -0.9896,1.0795 c -0.0386,0.0386 -0.0514,0.0771 -0.0514 0.1285c 0.0000,0.0643 0.0257,0.1285 0.0643 0.1799l 1.5165,2.2233 c 0.2313,0.3470 0.6297,0.5783 0.9510 0.5783h 0.0386 c 0.0900,-0.0000 0.1671,0.0386 0.1671 0.1028v 0.2313 l -0.0257,0.0386 c 0.0000,-0.0000 -0.6426,-0.0257 -1.1438 -0.0257c -0.4626,-0.0000 -0.7968,0.0257 -0.7968 0.0257l -0.0386,-0.0514 v -0.2185 c 0.0000,-0.1542 -0.0386,-0.3084 -0.2956 -0.6811l -0.9510,-1.3237 c -0.1671,-0.2442 -0.3213,-0.4626 -0.6169 -0.4626c -0.0514,-0.0000 -0.0900,-0.0000 -0.1414 0.0129v 0.0771 ZM 565.1429,234.1765 ZM 563.1766,235.6030 c -0.5655,0.9767 -1.1823,1.3237 -1.9406 1.3237c -1.5422,-0.0000 -2.3903,-1.1823 -2.3903 -2.8401c 0.0000,-1.8249 1.0281,-2.9815 2.4032 -2.9815c 1.2337,-0.0000 1.8891,0.6297 1.8891 1.3108c 0.0000,0.3855 -0.2313,0.5655 -0.4884 0.5655c -0.2827,-0.0000 -0.5398,-0.1414 -0.5783 -0.4498c -0.0386,-0.4369 -0.1285,-0.9896 -0.8867 -0.9896c -0.8482,-0.0000 -1.3494,0.8739 -1.3494 2.2618c 0.0000,1.5036 0.6811,2.5574 1.6835 2.5574c 0.5526,-0.0000 1.0281,-0.3598 1.4265 -0.9381Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 458.5195,227.5187 l -0.0000,-28.1751 h -70.4378 l -0.0000,28.1751 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.2982952994145" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.9931,232.9364 h 11.0705 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="25.613744729479446px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,423.3006,213.4311)" stroke="none" text-anchor="middle">slope
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8596590598829" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 572.9970,288.0917 l -0.0000,-65.7588 h -84.8612 l -0.0000,65.7588 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="7.336485116922674" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5884,210.8698 h 8.2095 "/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 557.1324,194.4178 l -0.0000,-28.1751 h -169.0507 l -0.0000,28.1751 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="25.613744729479446px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,472.6071,180.3303)" stroke="none" text-anchor="middle">hockey stick
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="3.668242558461337" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5884,177.7689 h 8.2095 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7336485116922673" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 566.1596,265.3384 l -0.0000,-103.8145 h -198.5985 l -0.0000,103.8145 Z"/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 106.7268,288.0917 l -0.0000,-221.4100 h -4.4282 l -0.0000,221.4100 Z"/>
+    <path d="M 79.7415,265.3384 l -0.0000,-164.1907 h -3.2838 l -0.0000,164.1907 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,71.1099 ZM 85.2192,68.6278 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590ZM 87.1138,71.1099 ZM 87.9510,70.5077 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,71.1099 ZM 93.5468,63.1347 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,63.1347 ZM 93.4881,71.2862 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,107.8073 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,66.6817 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,102.1722)" stroke="none" text-anchor="middle">5.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,93.2509 ZM 84.4701,88.0369 c 0.0000,-0.1028 0.0147,-0.2203 0.1469 -0.2937c 0.1616,-0.1175 0.4259,-0.2497 0.6462 -0.2497c 0.1909,-0.0000 0.2056,0.1616 0.2056 0.4553v 2.3646 h 1.1897 l -0.0881,0.6903 h -1.1015 v 1.2190 c 0.0000,0.4112 0.0587,0.6169 0.4847 0.6169h 0.3966 c 0.0881,-0.0000 0.1028,0.0734 0.1028 0.1028v 0.3231 c 0.0000,-0.0000 -0.9400,-0.0294 -1.5568 -0.0294c -0.5581,-0.0000 -1.4247,0.0294 -1.4247 0.0294v -0.3231 c 0.0000,-0.0294 0.0147,-0.1028 0.1028 -0.1028h 0.3966 c 0.4553,-0.0000 0.4994,-0.1909 0.4994 -0.6169v -1.2190 h -2.8787 c -0.0587,-0.0000 -0.0881,-0.0294 -0.1322 -0.0881l -0.1175,-0.1616 l -0.1762,-0.3084 c -0.0147,-0.0000 -0.0147,-0.0147 -0.0147 -0.0294c 0.0000,-0.0147 0.0147,-0.0294 0.0294 -0.0441c 0.9547,-1.0575 2.6437,-4.3327 3.1724 -5.5371c 0.0147,-0.0587 0.0441,-0.0734 0.1028 -0.0734c 0.0147,-0.0000 0.3378,0.1322 0.5141 0.1616c -0.6609,1.7772 -1.7478,3.6865 -2.8199 5.3902h 2.3206 v -2.2765 ZM 87.1138,93.2509 ZM 87.9510,92.6487 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,93.2509 ZM 94.8687,90.7688 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,101.1477 h 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,88.8227 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,124.2263 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,115.3919 ZM 84.4701,110.1779 c 0.0000,-0.1028 0.0147,-0.2203 0.1469 -0.2937c 0.1616,-0.1175 0.4259,-0.2497 0.6462 -0.2497c 0.1909,-0.0000 0.2056,0.1616 0.2056 0.4553v 2.3646 h 1.1897 l -0.0881,0.6903 h -1.1015 v 1.2190 c 0.0000,0.4112 0.0587,0.6169 0.4847 0.6169h 0.3966 c 0.0881,-0.0000 0.1028,0.0734 0.1028 0.1028v 0.3231 c 0.0000,-0.0000 -0.9400,-0.0294 -1.5568 -0.0294c -0.5581,-0.0000 -1.4247,0.0294 -1.4247 0.0294v -0.3231 c 0.0000,-0.0294 0.0147,-0.1028 0.1028 -0.1028h 0.3966 c 0.4553,-0.0000 0.4994,-0.1909 0.4994 -0.6169v -1.2190 h -2.8787 c -0.0587,-0.0000 -0.0881,-0.0294 -0.1322 -0.0881l -0.1175,-0.1616 l -0.1762,-0.3084 c -0.0147,-0.0000 -0.0147,-0.0147 -0.0147 -0.0294c 0.0000,-0.0147 0.0147,-0.0294 0.0294 -0.0441c 0.9547,-1.0575 2.6437,-4.3327 3.1724 -5.5371c 0.0147,-0.0587 0.0441,-0.0734 0.1028 -0.0734c 0.0147,-0.0000 0.3378,0.1322 0.5141 0.1616c -0.6609,1.7772 -1.7478,3.6865 -2.8199 5.3902h 2.3206 v -2.2765 ZM 87.1138,115.3919 ZM 87.9510,114.7897 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,115.3919 ZM 93.5468,107.4167 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,107.4167 ZM 93.4881,115.5682 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,118.5913)" stroke="none" text-anchor="middle">4.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,110.9637 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,117.5668 h 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,137.5329 ZM 83.8533,129.4990 c -0.3672,-0.0000 -1.4393,0.2056 -1.4393 1.1015c 0.0000,0.2644 -0.1028,0.7197 -0.4994 0.7197c -0.3819,-0.0000 -0.4112,-0.4259 -0.4112 -0.4700c 0.0000,-0.4553 0.6022,-1.8065 2.6437 -1.8065c 1.4247,-0.0000 1.8506,0.8959 1.8506 1.4834c 0.0000,0.3672 -0.1175,1.1015 -1.4393 1.9387c 0.8225,0.1322 1.9093,0.7344 1.9093 2.2618c 0.0000,1.9387 -1.4687,2.9815 -3.1284 2.9815c -0.8372,-0.0000 -2.0122,-0.3672 -2.0122 -0.9253c 0.0000,-0.2203 0.2203,-0.4700 0.5141 -0.4700c 0.2791,-0.0000 0.4112,0.1469 0.5434 0.3378c 0.1616,0.2497 0.4259,0.6022 1.1309 0.6022c 0.4847,-0.0000 1.8653,-0.4847 1.8653 -2.3353c 0.0000,-1.5715 -1.1015,-1.8212 -1.8947 -1.8212c -0.1322,-0.0000 -0.2937,0.0294 -0.4553 0.0587l -0.0587,-0.4406 c 1.1309,-0.1909 2.0709,-1.2925 2.0709 -1.9681c 0.0000,-0.8372 -0.5875,-1.2484 -1.1897 -1.2484ZM 87.1138,137.5329 ZM 87.9510,136.9307 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,137.5329 ZM 94.8687,135.0508 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,140.6454 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,133.1047 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,135.0104)" stroke="none" text-anchor="middle">4.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,159.6739 ZM 83.8533,151.6400 c -0.3672,-0.0000 -1.4393,0.2056 -1.4393 1.1015c 0.0000,0.2644 -0.1028,0.7197 -0.4994 0.7197c -0.3819,-0.0000 -0.4112,-0.4259 -0.4112 -0.4700c 0.0000,-0.4553 0.6022,-1.8065 2.6437 -1.8065c 1.4247,-0.0000 1.8506,0.8959 1.8506 1.4834c 0.0000,0.3672 -0.1175,1.1015 -1.4393 1.9387c 0.8225,0.1322 1.9093,0.7344 1.9093 2.2618c 0.0000,1.9387 -1.4687,2.9815 -3.1284 2.9815c -0.8372,-0.0000 -2.0122,-0.3672 -2.0122 -0.9253c 0.0000,-0.2203 0.2203,-0.4700 0.5141 -0.4700c 0.2791,-0.0000 0.4112,0.1469 0.5434 0.3378c 0.1616,0.2497 0.4259,0.6022 1.1309 0.6022c 0.4847,-0.0000 1.8653,-0.4847 1.8653 -2.3353c 0.0000,-1.5715 -1.1015,-1.8212 -1.8947 -1.8212c -0.1322,-0.0000 -0.2937,0.0294 -0.4553 0.0587l -0.0587,-0.4406 c 1.1309,-0.1909 2.0709,-1.2925 2.0709 -1.9681c 0.0000,-0.8372 -0.5875,-1.2484 -1.1897 -1.2484ZM 87.1138,159.6739 ZM 87.9510,159.0717 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,159.6739 ZM 93.5468,151.6987 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,151.6987 ZM 93.4881,159.8502 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,133.9858 h 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,155.2457 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,157.0645 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,181.8149 ZM 81.5327,175.3085 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 87.1138,181.8149 ZM 87.9510,181.2127 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,181.8149 ZM 94.8687,179.3328 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,151.4294)" stroke="none" text-anchor="middle">3.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,177.3867 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,150.4049 h 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,203.9559 ZM 81.5327,197.4495 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 87.1138,203.9559 ZM 87.9510,203.3537 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,203.9559 ZM 93.5468,195.9807 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,195.9807 ZM 93.4881,204.1322 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,173.4835 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,199.5277 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,167.8485)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,226.0969 ZM 83.4420,219.0911 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 87.1138,226.0969 ZM 87.9510,225.4947 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,226.0969 ZM 94.8687,223.6148 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,166.8240 h 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,221.6687 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,189.9026 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,248.2379 ZM 83.4420,241.2321 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 87.1138,248.2379 ZM 87.9510,247.6357 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,248.2379 ZM 93.5468,240.2627 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,240.2627 ZM 93.4881,248.4142 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,184.2676)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,243.8097 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,183.2430 h 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,270.3789 ZM 83.8973,262.4037 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 83.8973,262.4037 ZM 83.8386,270.5552 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 87.1138,270.3789 ZM 87.9510,269.7767 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,270.3789 ZM 94.8687,267.8968 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,206.3217 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,265.9507 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,200.6866)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.6808,292.5199 ZM 83.8973,284.5447 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 83.8973,284.5447 ZM 83.8386,292.6962 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 87.1138,292.5199 ZM 87.9510,291.9177 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,292.5199 ZM 93.5468,284.5447 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,284.5447 ZM 93.4881,292.6962 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,199.6621 h 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0845,288.0917 h 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,222.7407 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,217.1057)" stroke="none" text-anchor="middle">1.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,216.0812 h 4.9257 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,239.1598 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,233.5248)" stroke="none" text-anchor="middle">1.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,232.5002 h 4.9257 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,255.5789 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,249.9438)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,248.9193 h 4.9257 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 72.3529,271.9979 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,63.9004,266.3629)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 74.8158,265.3384 h 4.9257 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 469.0240,314.6609 l -0.0000,-4.4282 h -332.1150 l -0.0000,4.4282 Z"/>
+    <path d="M 350.8991,285.0412 l -0.0000,-3.2838 h -246.2860 l -0.0000,3.2838 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 460.9828,333.3265 ZM 464.1552,325.2926 c -0.3672,-0.0000 -1.4393,0.2056 -1.4393 1.1015c 0.0000,0.2644 -0.1028,0.7197 -0.4994 0.7197c -0.3819,-0.0000 -0.4112,-0.4259 -0.4112 -0.4700c 0.0000,-0.4553 0.6022,-1.8065 2.6437 -1.8065c 1.4247,-0.0000 1.8506,0.8959 1.8506 1.4834c 0.0000,0.3672 -0.1175,1.1015 -1.4393 1.9387c 0.8225,0.1322 1.9093,0.7344 1.9093 2.2618c 0.0000,1.9387 -1.4687,2.9815 -3.1284 2.9815c -0.8372,-0.0000 -2.0122,-0.3672 -2.0122 -0.9253c 0.0000,-0.2203 0.2203,-0.4700 0.5141 -0.4700c 0.2791,-0.0000 0.4112,0.1469 0.5434 0.3378c 0.1616,0.2497 0.4259,0.6022 1.1309 0.6022c 0.4847,-0.0000 1.8653,-0.4847 1.8653 -2.3353c 0.0000,-1.5715 -1.1015,-1.8212 -1.8947 -1.8212c -0.1322,-0.0000 -0.2937,0.0294 -0.4553 0.0587l -0.0587,-0.4406 c 1.1309,-0.1909 2.0709,-1.2925 2.0709 -1.9681c 0.0000,-0.8372 -0.5875,-1.2484 -1.1897 -1.2484ZM 467.4158,333.3265 ZM 468.2530,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 470.6323,333.3265 ZM 473.8488,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 473.8488,325.3514 ZM 473.7900,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.3516,300.4161 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 469.0240,310.2327 v 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,350.8991,294.7810)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.6303,333.3265 ZM 406.4821,326.8201 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 412.0633,333.3265 ZM 412.9005,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 415.2798,333.3265 ZM 419.8181,330.8444 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 350.8991,281.7574 v 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.6715,310.2327 v 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 318.3040,300.4161 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 350.2778,333.3265 ZM 351.1296,326.8201 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 356.7108,333.3265 ZM 357.5480,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 359.9273,333.3265 ZM 363.1438,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 363.1438,325.3514 ZM 363.0850,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,309.8514,294.7810)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 358.3190,310.2327 v 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.8514,281.7574 v 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.9253,333.3265 ZM 297.6865,326.3207 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 301.3583,333.3265 ZM 302.1955,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 304.5748,333.3265 ZM 309.1131,330.8444 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 277.2563,300.4161 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 302.9665,310.2327 v 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,268.8038,294.7810)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.5728,333.3265 ZM 242.3340,326.3207 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 246.0058,333.3265 ZM 246.8430,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 249.2223,333.3265 ZM 252.4388,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 252.4388,325.3514 ZM 252.3800,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.8038,281.7574 v 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.6140,310.2327 v 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.2086,300.4161 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.2203,333.3265 ZM 187.4368,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 187.4368,325.3514 ZM 187.3780,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 190.6533,333.3265 ZM 191.4905,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 193.8698,333.3265 ZM 198.4081,330.8444 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,227.7561,294.7810)" stroke="none" text-anchor="middle">1.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.2615,310.2327 v 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.7561,281.7574 v 4.9257 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 128.8678,333.3265 ZM 132.0843,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 132.0843,325.3514 ZM 132.0255,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 135.3008,333.3265 ZM 136.1380,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 138.5173,333.3265 ZM 141.7338,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 141.7338,325.3514 ZM 141.6750,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.1610,300.4161 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 136.9090,310.2327 v 6.6423 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,186.7084,294.7810)" stroke="none" text-anchor="middle">1.0
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.7084,281.7574 v 4.9257 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.1133,300.4161 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,145.6608,294.7810)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.6608,281.7574 v 4.9257 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 113.0656,300.4161 l -0.0000,-11.2700 h -16.9051 l -0.0000,11.2700 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.245497891791777px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,104.6131,294.7810)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8341212792306685" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 104.6131,281.7574 v 4.9257 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 469.0240,288.0917 l -0.0000,-221.4100 h -332.1150 l -0.0000,221.4100 Z"/>
+    <path d="M 350.8991,265.3384 l -0.0000,-164.1907 h -246.2860 l -0.0000,164.1907 Z"/>
   </g>
 </svg>
diff --git a/other/mainExample.svg b/other/mainExample.svg
--- a/other/mainExample.svg
+++ b/other/mainExample.svg
@@ -4,304 +4,492 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.8771,360.0866 ZM 225.8356,359.3637 c 0.2629,0.3155 0.5389,0.4206 0.9464 0.4206c 1.2487,-0.0000 1.8796,-1.1567 1.8796 -2.6551c 0.0000,-1.3407 -0.6835,-2.3002 -1.4853 -2.3002c -0.1446,-0.0000 -0.8281,0.0263 -1.3407 0.5652v 3.9695 ZM 225.8356,359.3637 ZM 224.8498,352.5550 c 0.0000,-0.7492 -0.1314,-0.9595 -0.3943 -0.9595l -0.4206,0.0526 c -0.0394,-0.0000 -0.0657,-0.0263 -0.0657 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6835,-0.0789 0.9069 -0.1183c 0.2366,-0.0526 0.4338,-0.1052 0.6966 -0.2234h 0.2892 v 4.0747 c 0.4469,-0.4863 0.9727,-0.7229 1.6036 -0.7229c 1.1435,-0.0000 2.2345,1.0910 2.2345 2.6945c 0.0000,2.0899 -1.4721,3.2729 -2.8128 3.2729c -0.5652,-0.0000 -0.9858,-0.1577 -1.3670 -0.4863c -0.1183,0.1577 -0.2892,0.3549 -0.4075 0.4863l -0.2760,-0.0657 c 0.0394,-0.3155 0.0394,-0.5258 0.0394 -1.0384v -6.5720 ZM 230.1600,360.0866 ZM 230.6069,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 230.6069,357.3921 ZM 233.1831,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 236.4560,360.0866 ZM 240.4255,354.9473 h -1.8139 v 3.3517 c 0.0000,0.8149 0.0789,1.1961 0.4338 1.1961c 0.3812,-0.0000 0.7361,-0.1972 0.9464 -0.3549l 0.1972,0.1840 c -0.3417,0.5258 -0.8938,0.9069 -1.5379 0.9069c -0.6178,-0.0000 -1.0252,-0.3680 -1.0252 -1.3144v -3.9695 h -0.9069 v -0.5126 c 1.0121,-0.0000 1.1304,-0.4732 1.1304 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.8139 c 1.0252,-0.0000 1.1435,-0.4732 1.1435 -1.5116v -0.2497 l 0.7492,-0.2629 v 2.0242 h 1.4590 c 0.0657,-0.0000 0.0920,0.0263 0.0920 0.0789v 0.2629 c 0.0000,0.1183 -0.1709,0.1709 -0.3023 0.1709h -1.2487 v 3.3517 c 0.0000,0.8149 0.0920,1.1961 0.4338 1.1961c 0.3812,-0.0000 0.7492,-0.1972 0.9464 -0.3549l 0.1972,0.1840 c -0.3286,0.5258 -0.8807,0.9069 -1.5379 0.9069c -0.6178,-0.0000 -1.0121,-0.3680 -1.0121 -1.3144v -3.9695 h -0.9201 ZM 244.1058,360.0866 ZM 244.5527,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 244.5527,357.3921 ZM 247.1289,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 250.4018,360.0866 ZM 258.3276,359.1402 v -3.0231 c 0.0000,-0.8807 -0.3417,-1.2093 -0.8412 -1.2093c -0.5126,-0.0000 -0.9201,0.2629 -1.5510 0.9595c 0.0263,0.1577 0.0263,0.3417 0.0263 0.5258v 2.7471 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2234 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8807,-0.0263 -1.3933 -0.0263c -0.4732,-0.0000 -1.3801,0.0263 -1.3801 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2629 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -2.9968 c 0.0000,-0.8807 -0.3549,-1.2355 -0.8544 -1.2355c -0.4600,-0.0000 -0.8938,0.3286 -1.5116 0.9727v 3.2597 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4064 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7492 -0.1183,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8281,-0.1446 1.0121,-0.1972 1.3670 -0.3812c 0.1314,-0.0657 0.2366,-0.1052 0.3286 -0.1052h 0.1972 l -0.0394,1.1435 h 0.0394 c 0.6178,-0.6572 1.1698,-1.1435 1.9848 -1.1435c 0.7361,-0.0000 1.1961,0.5389 1.2750 1.1304c 0.7624,-0.7886 1.3801,-1.1304 2.0899 -1.1304c 1.1567,-0.0000 1.3538,0.9595 1.3538 2.1293v 2.7340 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4064 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 263.6773,360.0866 ZM 264.8471,359.1402 v -3.2729 c 0.0000,-0.6572 -0.0920,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8281,-0.1446 0.9727,-0.1840 1.3670 -0.3812c 0.1314,-0.0657 0.2366,-0.1052 0.3286 -0.1052h 0.1972 l -0.0394,1.1830 h 0.0394 c 0.3417,-0.5126 0.9201,-1.1830 1.5379 -1.1830c 0.5389,-0.0000 0.7361,0.2629 0.7361 0.6046c 0.0000,0.3417 -0.2234,0.5520 -0.5652 0.5520c -0.2629,-0.0000 -0.4075,-0.1052 -0.5389 -0.2366c -0.0789,-0.0789 -0.1709,-0.1183 -0.2629 -0.1183c -0.1446,-0.0000 -0.4338,0.2366 -0.7492 0.6835c -0.0920,0.1183 -0.1577,0.2892 -0.1577 0.4600v 2.9180 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.3812 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -1.0384,-0.0263 -1.5510 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0131,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 268.2383,360.0866 ZM 269.2635,352.5813 c 0.0000,-0.3417 0.2760,-0.6309 0.6178 -0.6309c 0.3549,-0.0000 0.6309,0.2892 0.6309 0.6309c 0.0000,0.3549 -0.2760,0.6309 -0.6309 0.6309c -0.3417,-0.0000 -0.6178,-0.2760 -0.6178 -0.6309ZM 269.2635,352.5813 ZM 270.5122,359.1402 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.6966 -0.1183,-0.8018 -0.3023 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8412,-0.1446 0.9858,-0.1972 1.3670 -0.3812c 0.1446,-0.0526 0.2366,-0.1052 0.3286 -0.1052h 0.1972 v 4.8633 ZM 271.7083,360.0866 ZM 275.8618,356.3668 c 0.0000,-1.0910 -0.5126,-1.7219 -1.3013 -1.7219c -0.6835,-0.0000 -1.1435,0.4732 -1.1435 1.4984c 0.0000,0.6835 0.2629,1.7613 1.3144 1.7613c 0.4600,-0.0000 1.1304,-0.2234 1.1304 -1.5379ZM 275.8618,356.3668 ZM 273.4039,360.1786 c -0.4075,0.3812 -0.4995,0.7886 -0.4995 1.2355c 0.0000,0.9858 1.1830,1.2750 1.6299 1.2750c 1.1304,-0.0000 2.5631,-0.3943 2.5631 -1.3407c 0.0000,-0.3417 -0.1840,-0.5652 -0.6966 -0.8149c -0.3680,-0.1840 -0.9069,-0.3286 -1.5379 -0.3286c -0.1052,-0.0000 -0.2497,0.0131 -0.4338 0.0263c -0.1840,0.0131 -0.3812,0.0131 -0.5258 0.0131c -0.2103,-0.0000 -0.3155,-0.0263 -0.4995 -0.0657ZM 273.4039,360.1786 ZM 277.3997,354.9867 c -0.2103,-0.0000 -0.3417,-0.1183 -0.3943 -0.2234c -0.0789,-0.1183 -0.1314,-0.1577 -0.2234 -0.1577c -0.1577,-0.0000 -0.4075,0.1840 -0.4995 0.3155c 0.3680,0.3943 0.5389,0.7755 0.5389 1.3933c 0.0000,1.2881 -1.0515,1.9848 -2.1556 1.9848c -0.4863,-0.0000 -0.8807,-0.0920 -1.1830 -0.2760c -0.1446,0.2234 -0.2234,0.4995 -0.2234 0.7624c 0.0000,0.5652 0.4338,0.7098 0.8018 0.7098c 0.0657,-0.0000 0.2234,-0.0131 0.4075 -0.0263c 0.3023,-0.0394 0.6309,-0.0657 0.8544 -0.0657c 0.4600,-0.0000 1.3275,0.0920 1.8533 0.5389c 0.3549,0.3286 0.5520,0.6441 0.5520 1.0647c 0.0000,1.4196 -1.8665,2.1688 -3.5620 2.1688c -0.9595,-0.0000 -2.0242,-0.3549 -2.0242 -1.4984c 0.0000,-0.5652 0.3549,-1.1698 1.0252 -1.5904c -0.3286,-0.1709 -0.5652,-0.4995 -0.5652 -0.9727c 0.0000,-0.4469 0.1972,-1.0121 0.5520 -1.3275c -0.3549,-0.3549 -0.6572,-0.8018 -0.6572 -1.5247c 0.0000,-1.2093 1.0647,-1.9848 2.1819 -1.9848c 0.7361,-0.0000 1.1961,0.3023 1.3407 0.4075c 0.3286,-0.4469 0.9201,-0.6703 1.2487 -0.6703c 0.3417,-0.0000 0.5783,0.2234 0.5783 0.4995c 0.0000,0.2892 -0.1840,0.4732 -0.4469 0.4732ZM 278.0043,360.0866 ZM 280.1468,350.9120 v 4.4558 c 0.8807,-0.8807 1.6561,-1.0910 2.1688 -1.0910c 0.9464,-0.0000 1.4196,0.7229 1.4196 2.0768v 2.7865 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -2.9311 c 0.0000,-1.0647 -0.2892,-1.3144 -1.0252 -1.3144c -0.3812,-0.0000 -0.9464,0.3417 -1.5773 0.9595v 3.2860 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4064 -0.0263c -0.4732,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -6.5852 c 0.0000,-0.7492 -0.1183,-0.9595 -0.3812 -0.9595l -0.4338,0.0526 c -0.0394,-0.0000 -0.0657,-0.0263 -0.0657 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6835,-0.0789 0.9069 -0.1183c 0.2366,-0.0526 0.4338,-0.1052 0.6966 -0.2234h 0.2892 ZM 284.8129,360.0866 ZM 286.9685,354.9473 v 3.3649 c 0.0000,0.8149 0.0789,1.2093 0.4338 1.2093c 0.3417,-0.0000 0.6046,-0.1052 0.9464 -0.3680l 0.2366,0.2234 c -0.5126,0.5783 -1.0384,0.8675 -1.6430 0.8675c -0.6046,-0.0000 -0.9595,-0.3680 -0.9595 -1.3013v -3.9958 h -0.8544 c -0.0394,-0.0000 -0.0526,-0.0131 -0.0526 -0.0526v -0.4075 c 0.0000,-0.0394 0.0131,-0.0526 0.0394 -0.0526c 0.8807,-0.0000 1.0910,-0.5126 1.0910 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.4458 c 0.0657,-0.0000 0.1052,0.0263 0.1052 0.0789v 0.2629 c 0.0000,0.1183 -0.1840,0.1709 -0.3155 0.1709h -1.2355 ZM 288.7824,360.0866 ZM 290.1494,358.8379 c 0.5258,-0.0000 0.8675,0.5126 0.8675 1.3013c 0.0000,0.9201 -0.6572,1.3538 -1.4458 1.4984l -0.0657,-0.3286 c 0.6835,-0.1709 0.9989,-0.5652 0.9989 -0.8412c 0.0000,-0.3023 -0.2234,-0.3549 -0.4732 -0.3812c -0.2366,-0.0394 -0.5783,-0.1446 -0.5783 -0.5783c 0.0000,-0.3680 0.2892,-0.6703 0.6966 -0.6703ZM 294.9470,360.0866 ZM 299.7314,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 301.7819,360.0866 ZM 302.2288,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 302.2288,357.3921 ZM 304.8050,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 308.0779,360.0866 ZM 312.8623,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 314.9128,360.0866 ZM 318.5142,356.9846 h -2.9706 c -0.1183,-0.0000 -0.1972,-0.1052 -0.1972 -0.2234c 0.0000,-0.2103 0.1709,-0.4863 0.3286 -0.4863h 3.0100 c 0.1314,-0.0000 0.1840,0.1183 0.1840 0.2366c 0.0000,0.1446 -0.1840,0.4732 -0.3549 0.4732ZM 319.2897,360.0866 ZM 320.7881,356.4457 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 320.7881,356.4457 ZM 324.2582,358.8642 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 324.9154,360.0866 ZM 329.7655,358.2464 l 0.3549,-0.0131 c 0.0394,0.3286 0.1972,0.9464 0.4732 1.2618c 0.1314,0.1446 0.3549,0.3812 0.8412 0.3812c 0.4338,-0.0000 1.0252,-0.4075 1.0252 -1.0121c 0.0000,-0.5652 -0.2629,-0.9332 -1.3013 -1.3801c -0.9595,-0.4206 -1.3933,-0.7098 -1.3933 -1.6956c 0.0000,-0.8281 0.7229,-1.5116 1.7482 -1.5116c 0.6572,-0.0000 1.0778,0.1183 1.4984 0.3286c 0.0789,0.4206 0.1183,0.8675 0.1314 1.3407l -0.3417,0.0131 c -0.2760,-1.0778 -0.9989,-1.2881 -1.2750 -1.2881c -0.4995,-0.0000 -0.9464,0.2760 -0.9464 0.9201c 0.0000,0.5258 0.1840,0.7755 0.8938 1.0384c 1.0647,0.3943 1.8665,0.8807 1.8665 1.9322c 0.0000,1.2487 -1.2881,1.6824 -1.8665 1.6824c -0.4600,-0.0000 -0.7229,-0.0526 -1.0647 -0.1446c -0.0789,-0.0131 -0.1577,-0.0263 -0.2497 -0.0263c -0.0657,-0.0000 -0.1709,0.0131 -0.3023 0.0394c 0.0000,-0.5520 -0.0394,-1.2224 -0.0920 -1.8665ZM 329.7655,358.2464 ZM 325.5463,358.2464 l 0.3549,-0.0131 c 0.0394,0.3286 0.1709,0.9595 0.4732 1.2618c 0.1314,0.1446 0.4206,0.3812 0.9069 0.3812c 0.4600,-0.0000 1.0121,-0.3943 1.0121 -1.0121c 0.0000,-0.5652 -0.1840,-0.9332 -1.2224 -1.3801c -0.9595,-0.4206 -1.3933,-0.7098 -1.3933 -1.6956c 0.0000,-0.8281 0.7755,-1.5116 1.7482 -1.5116c 0.6572,-0.0000 1.0121,0.1183 1.4196 0.3286c 0.0789,0.4206 0.1314,0.8675 0.1446 1.3407l -0.3549,0.0131 c -0.2629,-1.0778 -0.9332,-1.2881 -1.2093 -1.2881c -0.4995,-0.0000 -0.9464,0.2103 -0.9464 0.9201c 0.0000,0.5258 0.1840,0.7755 0.9069 1.0384c 1.0647,0.3943 1.8007,0.8807 1.8007 1.9322c 0.0000,1.2487 -1.2618,1.6824 -1.8796 1.6824c -0.4600,-0.0000 -0.7755,-0.0526 -1.1172 -0.1446c -0.0920,-0.0131 -0.1577,-0.0263 -0.2497 -0.0263c -0.0657,-0.0000 -0.1840,0.0131 -0.3023 0.0394c 0.0000,-0.5520 -0.0394,-1.2224 -0.0920 -1.8665ZM 333.9716,360.0866 ZM 335.4700,356.4457 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 335.4700,356.4457 ZM 338.9401,358.8642 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 339.5973,360.0866 ZM 344.3817,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 346.4322,360.0866 ZM 348.5878,354.9473 v 3.3649 c 0.0000,0.8149 0.0789,1.2093 0.4338 1.2093c 0.3417,-0.0000 0.6046,-0.1052 0.9464 -0.3680l 0.2366,0.2234 c -0.5126,0.5783 -1.0384,0.8675 -1.6430 0.8675c -0.6046,-0.0000 -0.9595,-0.3680 -0.9595 -1.3013v -3.9958 h -0.8544 c -0.0394,-0.0000 -0.0526,-0.0131 -0.0526 -0.0526v -0.4075 c 0.0000,-0.0394 0.0131,-0.0526 0.0394 -0.0526c 0.8807,-0.0000 1.0910,-0.5126 1.0910 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.4458 c 0.0657,-0.0000 0.1052,0.0263 0.1052 0.0789v 0.2629 c 0.0000,0.1183 -0.1840,0.1709 -0.3155 0.1709h -1.2355 ZM 350.4017,360.0866 ZM 351.4269,352.5813 c 0.0000,-0.3417 0.2760,-0.6309 0.6178 -0.6309c 0.3549,-0.0000 0.6309,0.2892 0.6309 0.6309c 0.0000,0.3549 -0.2760,0.6309 -0.6309 0.6309c -0.3417,-0.0000 -0.6178,-0.2760 -0.6178 -0.6309ZM 351.4269,352.5813 ZM 352.6756,359.1402 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.6966 -0.1183,-0.8018 -0.3023 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8412,-0.1446 0.9858,-0.1972 1.3670 -0.3812c 0.1446,-0.0526 0.2366,-0.1052 0.3286 -0.1052h 0.1972 v 4.8633 ZM 353.8717,360.0866 ZM 357.6966,356.8663 l -1.0384,0.2629 c -1.1567,0.3549 -1.3275,0.9595 -1.3275 1.5510c 0.0000,0.4075 0.1972,1.0252 1.0252 1.0252c 0.3943,-0.0000 0.9989,-0.3812 1.3407 -0.6703v -2.1688 ZM 357.6966,356.8663 ZM 358.5378,360.2443 c -0.4995,-0.0000 -0.7755,-0.4469 -0.8281 -0.7624l -0.3023,0.2103 c -0.6046,0.4206 -0.8281,0.5520 -1.4327 0.5520c -0.9201,-0.0000 -1.5904,-0.5258 -1.5904 -1.5116c 0.0000,-0.9989 0.8544,-1.6824 2.1030 -1.9979l 1.2093,-0.3023 c 0.0000,-1.4853 -0.6835,-1.7613 -1.1304 -1.7613c -0.4995,-0.0000 -1.0778,0.2234 -1.0778 0.6309c 0.0000,0.1446 0.0263,0.2234 0.0394 0.2629c 0.0263,0.0526 0.0394,0.1446 0.0394 0.2366c 0.0000,0.1709 -0.1314,0.4338 -0.5126 0.4338c -0.3155,-0.0000 -0.5258,-0.2103 -0.5258 -0.5258c 0.0000,-0.7624 1.2355,-1.4327 2.0768 -1.4327c 0.9595,-0.0000 2.0636,0.3943 2.0636 2.2608v 1.9322 c 0.0000,0.8018 0.0131,1.1435 0.3155 1.1435c 0.2892,-0.0000 0.3680,-0.3680 0.3812 -0.6572l 0.3286,0.0657 c -0.0789,0.9595 -0.4863,1.2224 -1.1567 1.2224ZM 359.7997,360.0866 ZM 361.0484,359.1402 v -6.5852 c 0.0000,-0.7492 -0.1314,-0.9595 -0.3943 -0.9595l -0.4206,0.0526 c -0.0394,-0.0000 -0.0789,-0.0263 -0.0789 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6966,-0.0789 0.9201 -0.1183c 0.2366,-0.0526 0.4206,-0.1052 0.6835 -0.2234h 0.2892 v 8.2282 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.3155 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9595,-0.0263 -1.4721 -0.0263c -0.4600,-0.0000 -1.4196,0.0263 -1.4196 0.0263l -0.0131,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.3155 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 366.5031,360.0866 ZM 371.2876,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 373.3380,360.0866 ZM 373.7849,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 373.7849,357.3921 ZM 376.3612,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 379.6340,360.0866 ZM 381.7897,354.9473 v 3.3649 c 0.0000,0.8149 0.0789,1.2093 0.4338 1.2093c 0.3417,-0.0000 0.6046,-0.1052 0.9464 -0.3680l 0.2366,0.2234 c -0.5126,0.5783 -1.0384,0.8675 -1.6430 0.8675c -0.6046,-0.0000 -0.9595,-0.3680 -0.9595 -1.3013v -3.9958 h -0.8544 c -0.0394,-0.0000 -0.0526,-0.0131 -0.0526 -0.0526v -0.4075 c 0.0000,-0.0394 0.0131,-0.0526 0.0394 -0.0526c 0.8807,-0.0000 1.0910,-0.5126 1.0910 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.4458 c 0.0657,-0.0000 0.1052,0.0263 0.1052 0.0789v 0.2629 c 0.0000,0.1183 -0.1840,0.1709 -0.3155 0.1709h -1.2355 ZM 383.6035,360.0866 ZM 385.1020,356.4457 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 385.1020,356.4457 ZM 388.5720,358.8642 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5730,350.3167 l -0.0000,-12.9522 h -207.2355 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 39.5006,214.5869 ZM 38.0811,212.7139 l -9.8777,-0.0000 c -1.1238,-0.0000 -1.4393,0.1972 -1.4393 0.5915l 0.0789,0.6309 c -0.0000,0.0591 -0.0394,0.1183 -0.0986 0.1183l -0.4929,0.0394 c 0.0000,-0.3155 -0.1183,-1.0450 -0.1774 -1.3801c -0.0789,-0.3549 -0.1577,-0.6309 -0.3352 -1.0252l 0.0000,-0.4338 l 12.3423,0.0000 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.4732 c 0.0000,-0.0789 0.0591,-0.1577 0.1577 -0.1577l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.4393 -0.0394 2.2082c -0.0000,0.6901 0.0394,2.1293 0.0394 2.1293l -0.0394,0.0197 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0394 -0.1577 -0.1380l 0.0000,-0.4732 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478ZM 39.5006,209.4608 ZM 34.0393,207.2131 l 0.0000,-3.6278 c 0.0000,-0.1972 -0.0986,-0.2760 -0.2760 -0.2760c -1.8336,-0.0000 -2.3068,0.9267 -2.3068 1.6364c -0.0000,0.4535 0.1774,1.9322 2.5828 2.2673ZM 34.0393,207.2131 ZM 37.6671,202.0081 l 0.3155,-0.3943 c 1.0252,0.7492 1.7547,1.9125 1.7547 3.3320c -0.0000,2.7011 -2.0110,3.8446 -4.1601 3.8446c -2.9968,-0.0000 -4.7910,-1.9716 -4.7910 -3.8446c 0.0000,-2.6025 2.0308,-3.2137 3.6869 -3.2137c 0.2169,0.0000 0.3352,0.1380 0.3352 0.3549l -0.0000,5.1853 c 0.1183,0.0197 0.2366,0.0197 0.3943 0.0197c 2.0110,0.0000 3.5686,-1.3998 3.5686 -2.8194c 0.0000,-1.0844 -0.3549,-1.7744 -1.1041 -2.4645ZM 39.5006,201.0223 ZM 38.0811,199.2084 l -6.2894,-0.0000 l -0.0000,1.3604 c -0.0000,0.0789 -0.0197,0.0986 -0.0986 0.0986l -0.2760,-0.0000 c -0.1577,-0.0000 -0.3943,-0.0986 -0.3943 -0.4535l 0.0000,-1.0055 l -0.7689,-0.0000 c -3.0757,-0.0000 -4.5150,-1.5970 -4.5150 -3.2532c 0.0000,-0.7492 0.1972,-1.2618 0.5323 -1.7547c 0.2957,-0.3943 0.6309,-0.5718 0.9464 -0.5718c 0.4140,0.0000 0.7098,0.2957 0.7098 0.6703c -0.0000,0.3943 -0.2169,0.6506 -0.5520 0.8084c -0.6506,0.2563 -0.9661,0.6309 -0.9661 1.2224c -0.0000,0.6506 0.4732,1.3998 3.5095 1.3998l 1.1041,0.0000 l 0.0000,-2.5237 c 0.0000,-1.5379 -0.7098,-1.7153 -2.2673 -1.7153l -0.3746,-0.0000 l -0.3943,-1.1238 l 3.0363,0.0000 l 0.0000,-2.2082 l 0.7689,0.0000 l -0.0000,2.2082 l 5.0276,0.0000 c 1.2224,0.0000 1.7942,-0.1380 1.7942 -0.6703c 0.0000,-0.5520 -0.2957,-1.1041 -0.5323 -1.3998l 0.2760,-0.3155 c 0.7886,0.5126 1.3604,1.3407 1.3604 2.3265c -0.0000,0.9069 -0.5520,1.5181 -1.9716 1.5181l -5.9543,-0.0000 l -0.0000,3.9038 l 6.2894,0.0000 c 0.5718,0.0000 0.8675,-0.1972 0.8675 -0.8478l 0.0000,-0.6506 c 0.0000,-0.0789 0.0591,-0.1577 0.1577 -0.1577l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.6167 -0.0394 2.3856c -0.0000,0.7098 0.0394,2.0505 0.0394 2.0505l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0591 -0.1577 -0.1577l 0.0000,-0.3746 c 0.0000,-0.6703 -0.2957,-0.8478 -0.8675 -0.8478ZM 39.5006,184.7565 ZM 34.6702,179.0191 l 0.3943,1.5576 c 0.5323,1.7350 1.4393,1.9913 2.3265 1.9913c 0.6112,0.0000 1.5379,-0.2957 1.5379 -1.5379c 0.0000,-0.5915 -0.5718,-1.4984 -1.0055 -2.0110l -3.2532,-0.0000 ZM 34.6702,179.0191 ZM 39.7372,177.7573 c -0.0000,0.7492 -0.6703,1.1632 -1.1435 1.2421l 0.3155,0.4535 c 0.6309,0.9069 0.8281,1.2421 0.8281 2.1491c -0.0000,1.3801 -0.7886,2.3856 -2.2673 2.3856c -1.4984,-0.0000 -2.5237,-1.2815 -2.9968 -3.1546l -0.4535,-1.8139 c -2.2279,-0.0000 -2.6420,1.0252 -2.6420 1.6956c -0.0000,0.7492 0.3352,1.6167 0.9464 1.6167c 0.2169,0.0000 0.3352,-0.0394 0.3943 -0.0591c 0.0789,-0.0394 0.2169,-0.0591 0.3549 -0.0591c 0.2563,0.0000 0.6506,0.1972 0.6506 0.7689c -0.0000,0.4732 -0.3155,0.7886 -0.7886 0.7886c -1.1435,-0.0000 -2.1491,-1.8533 -2.1491 -3.1151c 0.0000,-1.4393 0.5915,-3.0954 3.3912 -3.0954l 2.8983,0.0000 c 1.2027,0.0000 1.7153,-0.0197 1.7153 -0.4732c 0.0000,-0.4338 -0.5520,-0.5520 -0.9858 -0.5718l 0.0986,-0.4929 c 1.4393,0.1183 1.8336,0.7295 1.8336 1.7350ZM 39.5006,175.8646 ZM 31.5748,171.9805 c -0.0000,0.3943 0.0986,0.4732 0.2366 0.4732c 0.0986,0.0000 0.2760,-0.0789 0.6309 -0.2957l 1.7744,-1.2027 c 0.1183,-0.0591 0.1774,-0.1183 0.1774 -0.1972c 0.0000,-0.0591 -0.0394,-0.0986 -0.1380 -0.1774l -1.7942,-1.2815 c -0.2760,-0.2169 -0.4929,-0.3352 -0.6506 -0.3352c -0.1577,-0.0000 -0.2366,0.1380 -0.2366 0.4140l -0.0000,0.3155 c -0.0000,0.0591 -0.0394,0.1183 -0.1380 0.1183l -0.3746,-0.0000 l -0.0591,-0.0591 c 0.0000,-0.0000 0.0394,-0.9267 0.0394 -1.5379c 0.0000,-0.6309 -0.0394,-1.5970 -0.0394 -1.5970l 0.0394,-0.0197 l 0.3746,0.0000 c 0.1380,0.0000 0.1577,0.1183 0.1577 0.2366c -0.0000,0.7295 0.2366,1.0252 1.1632 1.7547l 2.1096,1.6561 c 0.0591,0.0394 0.0986,0.0591 0.1380 0.0591c 0.0394,0.0000 0.0986,-0.0197 0.1577 -0.0591l 2.5039,-1.7744 c 1.2815,-0.9069 1.3013,-1.1632 1.3013 -1.7942c 0.0000,-0.1972 0.0394,-0.2760 0.1577 -0.2760l 0.3746,0.0000 l 0.0394,0.0197 c 0.0000,-0.0000 -0.0394,1.0647 -0.0394 1.7350c -0.0000,0.8084 0.0394,2.0505 0.0394 2.0505l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0394 -0.1577 -0.1380l 0.0000,-0.2366 c 0.0000,-0.3155 -0.0591,-0.4535 -0.2169 -0.4535c -0.1774,-0.0000 -0.4732,0.2169 -0.8872 0.5323l -1.5773,1.1435 c -0.0986,0.0789 -0.1380,0.1183 -0.1380 0.1774c -0.0000,0.0394 0.0591,0.0986 0.1774 0.1774l 1.7942,1.2421 c 0.3943,0.2957 0.4929,0.3549 0.6309 0.3549c 0.1380,0.0000 0.2169,-0.1183 0.2169 -0.4140l 0.0000,-0.2760 c 0.0000,-0.0986 0.0591,-0.1380 0.1577 -0.1380l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.0252 -0.0394 1.6561c -0.0000,0.5718 0.0394,1.4787 0.0394 1.4787l -0.0394,0.0394 l -0.3352,-0.0000 c -0.1183,-0.0000 -0.1972,-0.0789 -0.1972 -0.2563c 0.0000,-0.4732 -0.0986,-0.9267 -1.1632 -1.7547l -2.1293,-1.6561 c -0.0394,-0.0197 -0.0789,-0.0394 -0.1380 -0.0394c -0.0591,-0.0000 -0.0986,0.0197 -0.1577 0.0591l -2.5039,1.7153 c -0.8084,0.5520 -1.2815,0.9069 -1.2815 1.5970c -0.0000,0.1380 -0.0591,0.2760 -0.1380 0.2760l -0.3746,-0.0000 l -0.0591,-0.0394 l 0.0394,-1.5576 l -0.0394,-2.1885 l 0.0591,-0.0591 l 0.3549,0.0000 c 0.0986,0.0000 0.1577,0.0789 0.1577 0.1577l -0.0000,0.2957 ZM 39.5006,166.0657 ZM 28.2428,164.5278 c -0.5126,-0.0000 -0.9464,-0.4140 -0.9464 -0.9267c 0.0000,-0.5323 0.4338,-0.9464 0.9464 -0.9464c 0.5323,0.0000 0.9464,0.4140 0.9464 0.9464c -0.0000,0.5126 -0.4140,0.9267 -0.9464 0.9267ZM 28.2428,164.5278 ZM 38.0811,162.6548 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.3746 c 0.0000,-0.0986 0.0591,-0.1774 0.1577 -0.1774l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.3604 -0.0394 2.1293c -0.0000,0.6901 0.0394,2.0308 0.0394 2.0308l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0591 -0.1577 -0.1577l 0.0000,-0.3746 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478l -4.9093,-0.0000 c -1.0450,-0.0000 -1.2027,0.1774 -1.2027 0.4535c -0.0000,0.2563 0.0197,0.4929 0.0986 0.8281l -0.5520,0.0986 c -0.2169,-1.2618 -0.2957,-1.4787 -0.5718 -2.0505c -0.0789,-0.2169 -0.1577,-0.3549 -0.1577 -0.4929l 0.0000,-0.2957 l 7.2949,0.0000 ZM 39.5006,160.8606 ZM 36.7404,160.0129 l -0.0197,-0.5323 c 0.4929,-0.0591 1.4393,-0.2760 1.8927 -0.7098c 0.2169,-0.1972 0.5718,-0.7295 0.5718 -1.4590c 0.0000,-0.6901 -0.5520,-1.7153 -1.5181 -1.7153c -0.8478,-0.0000 -1.4196,0.4732 -2.0899 2.0308c -0.6309,1.4393 -1.0450,2.1885 -2.5237 2.1885c -1.3210,-0.0000 -2.2673,-1.1632 -2.2673 -2.7208c 0.0000,-0.9858 0.1774,-1.7153 0.4929 -2.3265c 0.6309,-0.1183 1.3013,-0.1774 2.0110 -0.2169l 0.0197,0.5323 c -1.6167,0.4140 -1.9322,1.5970 -1.9322 2.0110c -0.0000,0.7492 0.2957,1.5181 1.3801 1.5181c 0.7886,0.0000 1.1830,-0.3746 1.5773 -1.4590c 0.5915,-1.5970 1.3013,-2.8785 2.8785 -2.8785c 1.9519,0.0000 2.5237,2.0702 2.5237 2.9968c -0.0000,0.6901 -0.0789,1.2618 -0.2169 1.7744c -0.0197,0.1380 -0.0394,0.2366 -0.0394 0.3746c -0.0000,0.0986 0.0197,0.2563 0.0591 0.4535c -0.8281,-0.0000 -1.8336,0.0591 -2.7997 0.1380ZM 39.5006,148.6170 ZM 31.7917,145.3835 l 5.0473,0.0000 c 1.2224,0.0000 1.8139,-0.1183 1.8139 -0.6506c 0.0000,-0.5126 -0.1577,-0.9069 -0.5520 -1.4196l 0.3352,-0.3549 c 0.8675,0.7689 1.3013,1.5576 1.3013 2.4645c -0.0000,0.9069 -0.5520,1.4393 -1.9519 1.4393l -5.9937,-0.0000 l -0.0000,1.2815 c -0.0000,0.0591 -0.0197,0.0789 -0.0789 0.0789l -0.6112,-0.0000 c -0.0591,-0.0000 -0.0789,-0.0197 -0.0789 -0.0591c 0.0000,-1.3210 -0.7689,-1.6364 -2.2673 -1.6364l -0.3746,-0.0000 l -0.3943,-1.1435 l 3.0363,0.0000 l 0.0000,-2.1688 c 0.0000,-0.0986 0.0394,-0.1577 0.1183 -0.1577l 0.3943,0.0000 c 0.1774,0.0000 0.2563,0.2760 0.2563 0.4732l -0.0000,1.8533 ZM 39.5006,142.6627 ZM 28.2428,141.1249 c -0.5126,-0.0000 -0.9464,-0.4140 -0.9464 -0.9267c 0.0000,-0.5323 0.4338,-0.9464 0.9464 -0.9464c 0.5323,0.0000 0.9464,0.4140 0.9464 0.9464c -0.0000,0.5126 -0.4140,0.9267 -0.9464 0.9267ZM 28.2428,141.1249 ZM 38.0811,139.2518 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.3746 c 0.0000,-0.0986 0.0591,-0.1774 0.1577 -0.1774l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.3604 -0.0394 2.1293c -0.0000,0.6901 0.0394,2.0308 0.0394 2.0308l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0591 -0.1577 -0.1577l 0.0000,-0.3746 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478l -4.9093,-0.0000 c -1.0450,-0.0000 -1.2027,0.1774 -1.2027 0.4535c -0.0000,0.2563 0.0197,0.4929 0.0986 0.8281l -0.5520,0.0986 c -0.2169,-1.2618 -0.2957,-1.4787 -0.5718 -2.0505c -0.0789,-0.2169 -0.1577,-0.3549 -0.1577 -0.4929l 0.0000,-0.2957 l 7.2949,0.0000 ZM 39.5006,137.4577 ZM 31.7917,134.2242 l 5.0473,0.0000 c 1.2224,0.0000 1.8139,-0.1183 1.8139 -0.6506c 0.0000,-0.5126 -0.1577,-0.9069 -0.5520 -1.4196l 0.3352,-0.3549 c 0.8675,0.7689 1.3013,1.5576 1.3013 2.4645c -0.0000,0.9069 -0.5520,1.4393 -1.9519 1.4393l -5.9937,-0.0000 l -0.0000,1.2815 c -0.0000,0.0591 -0.0197,0.0789 -0.0789 0.0789l -0.6112,-0.0000 c -0.0591,-0.0000 -0.0789,-0.0197 -0.0789 -0.0591c 0.0000,-1.3210 -0.7689,-1.6364 -2.2673 -1.6364l -0.3746,-0.0000 l -0.3943,-1.1435 l 3.0363,0.0000 l 0.0000,-2.1688 c 0.0000,-0.0986 0.0394,-0.1577 0.1183 -0.1577l 0.3943,0.0000 c 0.1774,0.0000 0.2563,0.2760 0.2563 0.4732l -0.0000,1.8533 ZM 39.5006,131.5034 ZM 38.0811,129.6304 l -9.8777,-0.0000 c -1.1238,-0.0000 -1.4393,0.1972 -1.4393 0.5915l 0.0789,0.6309 c -0.0000,0.0591 -0.0394,0.1183 -0.0986 0.1183l -0.4929,0.0394 c 0.0000,-0.3155 -0.1183,-1.0450 -0.1774 -1.3801c -0.0789,-0.3549 -0.1577,-0.6309 -0.3352 -1.0252l 0.0000,-0.4338 l 12.3423,0.0000 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.4732 c 0.0000,-0.0789 0.0591,-0.1577 0.1577 -0.1577l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.4393 -0.0394 2.2082c -0.0000,0.6901 0.0394,2.1293 0.0394 2.1293l -0.0394,0.0197 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0394 -0.1577 -0.1380l 0.0000,-0.4732 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478ZM 39.5006,126.3772 ZM 34.0393,124.1296 l 0.0000,-3.6278 c 0.0000,-0.1972 -0.0986,-0.2760 -0.2760 -0.2760c -1.8336,-0.0000 -2.3068,0.9267 -2.3068 1.6364c -0.0000,0.4535 0.1774,1.9322 2.5828 2.2673ZM 34.0393,124.1296 ZM 37.6671,118.9246 l 0.3155,-0.3943 c 1.0252,0.7492 1.7547,1.9125 1.7547 3.3320c -0.0000,2.7011 -2.0110,3.8446 -4.1601 3.8446c -2.9968,-0.0000 -4.7910,-1.9716 -4.7910 -3.8446c 0.0000,-2.6025 2.0308,-3.2137 3.6869 -3.2137c 0.2169,0.0000 0.3352,0.1380 0.3352 0.3549l -0.0000,5.1853 c 0.1183,0.0197 0.2366,0.0197 0.3943 0.0197c 2.0110,0.0000 3.5686,-1.3998 3.5686 -2.8194c 0.0000,-1.0844 -0.3549,-1.7744 -1.1041 -2.4645Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,376.5730,343.8406)" stroke="none" text-anchor="end">bottom right, non-essential note
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.9049,55.0100 ZM 188.8646,43.0621 h -2.6617 c -0.4732,-0.0000 -0.7098,0.1577 -0.7098 0.6309v 4.1995 h 2.7011 c 0.6901,-0.0000 0.8675,-0.3155 0.9858 -0.8675l 0.1380,-0.5915 c 0.0000,-0.0789 0.0591,-0.1577 0.1380 -0.1577h 0.4338 c 0.0591,-0.0000 0.0789,0.0394 0.0789 0.0789c -0.0789,0.4929 -0.1577,1.2224 -0.1577 1.8730c 0.0000,0.6703 0.0986,1.5576 0.1577 1.8927l -0.0591,0.0591 h -0.4535 c -0.0986,-0.0000 -0.1577,-0.0789 -0.1577 -0.1380l -0.1183,-0.6112 c -0.0986,-0.5718 -0.3155,-0.8675 -0.9858 -0.8675h -2.7011 v 5.0276 c 0.0000,0.5323 0.2760,0.6506 0.7098 0.6506h 3.2729 c 1.4984,-0.0000 2.0702,-1.1632 2.4645 -2.5828l 0.6112,0.0986 c -0.2366,1.0252 -0.4338,2.1491 -0.5323 3.2532h -5.7965 l -1.5181,-0.0197 l -2.5237,0.0394 l -0.0394,-0.0394 v -0.3943 c 0.0000,-0.0591 0.0394,-0.1380 0.1577 -0.1380h 0.5915 c 0.7886,-0.0000 1.0252,-0.3155 1.0252 -0.8675v -9.8777 c 0.0000,-0.6112 -0.2760,-0.8872 -1.0252 -0.8872h -0.5915 c -0.1380,-0.0000 -0.1577,-0.0789 -0.1577 -0.1380v -0.3943 l 0.0394,-0.0197 l 2.5237,0.0197 l 1.5379,-0.0197 h 5.0473 c 0.0789,1.0450 0.2563,2.2476 0.4140 3.0560l -0.5718,0.0986 c -0.4338,-1.3604 -0.7886,-2.3659 -2.2673 -2.3659ZM 193.1233,55.0100 ZM 197.0074,47.0841 c -0.3943,-0.0000 -0.4732,0.0986 -0.4732 0.2366c 0.0000,0.0986 0.0789,0.2760 0.2957 0.6309l 1.2027,1.7744 c 0.0591,0.1183 0.1183,0.1774 0.1972 0.1774c 0.0591,-0.0000 0.0986,-0.0394 0.1774 -0.1380l 1.2815,-1.7942 c 0.2169,-0.2760 0.3352,-0.4929 0.3352 -0.6506c 0.0000,-0.1577 -0.1380,-0.2366 -0.4140 -0.2366h -0.3155 c -0.0591,-0.0000 -0.1183,-0.0394 -0.1183 -0.1380v -0.3746 l 0.0591,-0.0591 c 0.0000,-0.0000 0.9267,0.0394 1.5379 0.0394c 0.6309,-0.0000 1.5970,-0.0394 1.5970 -0.0394l 0.0197,0.0394 v 0.3746 c 0.0000,0.1380 -0.1183,0.1577 -0.2366 0.1577c -0.7295,-0.0000 -1.0252,0.2366 -1.7547 1.1632l -1.6561,2.1096 c -0.0394,0.0591 -0.0591,0.0986 -0.0591 0.1380c 0.0000,0.0394 0.0197,0.0986 0.0591 0.1577l 1.7744,2.5039 c 0.9069,1.2815 1.1632,1.3013 1.7942 1.3013c 0.1972,-0.0000 0.2760,0.0394 0.2760 0.1577v 0.3746 l -0.0197,0.0394 c 0.0000,-0.0000 -1.0647,-0.0394 -1.7350 -0.0394c -0.8084,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.2366 c 0.3155,-0.0000 0.4535,-0.0591 0.4535 -0.2169c 0.0000,-0.1774 -0.2169,-0.4732 -0.5323 -0.8872l -1.1435,-1.5773 c -0.0789,-0.0986 -0.1183,-0.1380 -0.1774 -0.1380c -0.0394,-0.0000 -0.0986,0.0591 -0.1774 0.1774l -1.2421,1.7942 c -0.2957,0.3943 -0.3549,0.4929 -0.3549 0.6309c 0.0000,0.1380 0.1183,0.2169 0.4140 0.2169h 0.2760 c 0.0986,-0.0000 0.1380,0.0591 0.1380 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.0252,-0.0394 -1.6561 -0.0394c -0.5718,-0.0000 -1.4787,0.0394 -1.4787 0.0394l -0.0394,-0.0394 v -0.3352 c 0.0000,-0.1183 0.0789,-0.1972 0.2563 -0.1972c 0.4732,-0.0000 0.9267,-0.0986 1.7547 -1.1632l 1.6561,-2.1293 c 0.0197,-0.0394 0.0394,-0.0789 0.0394 -0.1380c 0.0000,-0.0591 -0.0197,-0.0986 -0.0591 -0.1577l -1.7153,-2.5039 c -0.5520,-0.8084 -0.9069,-1.2815 -1.5970 -1.2815c -0.1380,-0.0000 -0.2760,-0.0591 -0.2760 -0.1380v -0.3746 l 0.0394,-0.0591 l 1.5576,0.0394 l 2.1885,-0.0394 l 0.0591,0.0591 v 0.3549 c 0.0000,0.0986 -0.0789,0.1577 -0.1577 0.1577h -0.2957 ZM 202.9222,55.0100 ZM 208.6596,50.1796 l -1.5576,0.3943 c -1.7350,0.5323 -1.9913,1.4393 -1.9913 2.3265c 0.0000,0.6112 0.2957,1.5379 1.5379 1.5379c 0.5915,-0.0000 1.4984,-0.5718 2.0110 -1.0055v -3.2532 ZM 208.6596,50.1796 ZM 209.9214,55.2466 c -0.7492,-0.0000 -1.1632,-0.6703 -1.2421 -1.1435l -0.4535,0.3155 c -0.9069,0.6309 -1.2421,0.8281 -2.1491 0.8281c -1.3801,-0.0000 -2.3856,-0.7886 -2.3856 -2.2673c 0.0000,-1.4984 1.2815,-2.5237 3.1546 -2.9968l 1.8139,-0.4535 c 0.0000,-2.2279 -1.0252,-2.6420 -1.6956 -2.6420c -0.7492,-0.0000 -1.6167,0.3352 -1.6167 0.9464c 0.0000,0.2169 0.0394,0.3352 0.0591 0.3943c 0.0394,0.0789 0.0591,0.2169 0.0591 0.3549c 0.0000,0.2563 -0.1972,0.6506 -0.7689 0.6506c -0.4732,-0.0000 -0.7886,-0.3155 -0.7886 -0.7886c 0.0000,-1.1435 1.8533,-2.1491 3.1151 -2.1491c 1.4393,-0.0000 3.0954,0.5915 3.0954 3.3912v 2.8983 c 0.0000,1.2027 0.0197,1.7153 0.4732 1.7153c 0.4338,-0.0000 0.5520,-0.5520 0.5718 -0.9858l 0.4929,0.0986 c -0.1183,1.4393 -0.7295,1.8336 -1.7350 1.8336ZM 211.8142,55.0100 ZM 223.7029,53.5905 v -4.5347 c 0.0000,-1.3210 -0.5126,-1.8139 -1.2618 -1.8139c -0.7689,-0.0000 -1.3801,0.3943 -2.3265 1.4393c 0.0394,0.2366 0.0394,0.5126 0.0394 0.7886v 4.1207 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3352 c 0.0986,-0.0000 0.1774,0.0591 0.1774 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3210,-0.0394 -2.0899 -0.0394c -0.7098,-0.0000 -2.0702,0.0394 -2.0702 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3943 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -4.4953 c 0.0000,-1.3210 -0.5323,-1.8533 -1.2815 -1.8533c -0.6901,-0.0000 -1.3407,0.4929 -2.2673 1.4590v 4.8896 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1096 -0.0394c -0.7098,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -4.9093 c 0.0000,-1.1238 -0.1774,-1.2027 -0.4338 -1.2027c -0.2563,-0.0000 -0.4929,0.0197 -0.8281 0.0986l -0.0986,-0.5520 c 1.2421,-0.2169 1.5181,-0.2957 2.0505 -0.5718c 0.1972,-0.0986 0.3549,-0.1577 0.4929 -0.1577h 0.2957 l -0.0591,1.7153 h 0.0591 c 0.9267,-0.9858 1.7547,-1.7153 2.9771 -1.7153c 1.1041,-0.0000 1.7942,0.8084 1.9125 1.6956c 1.1435,-1.1830 2.0702,-1.6956 3.1349 -1.6956c 1.7350,-0.0000 2.0308,1.4393 2.0308 3.1940v 4.1009 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1096 -0.0394c -0.7098,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6506,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 226.7984,55.0100 ZM 229.7361,48.8192 v 4.9093 c 0.6901,0.8084 1.3407,0.8478 1.6561 0.8478c 2.1096,-0.0000 2.5828,-1.9716 2.5828 -3.6672c 0.0000,-2.3856 -0.9661,-3.7066 -2.1688 -3.7066c -0.6703,-0.0000 -1.6364,0.5718 -2.0702 1.6167ZM 229.7361,48.8192 ZM 228.2771,58.1251 v -9.7595 c 0.0000,-0.7492 -0.1774,-0.8872 -0.4535 -0.8872c -0.2563,-0.0000 -0.4929,0.0197 -0.8281 0.0986l -0.0986,-0.5520 c 1.2618,-0.2169 1.4984,-0.2957 2.0505 -0.5718c 0.2169,-0.0986 0.3549,-0.1577 0.4929 -0.1577h 0.2957 l -0.0591,1.5773 h 0.0591 c 0.9069,-1.3801 1.9716,-1.5773 2.6025 -1.5773c 1.9125,-0.0000 3.1743,1.9913 3.1743 4.0812c 0.0000,1.5970 -0.4929,2.8194 -1.3801 3.7263c -0.7689,0.7689 -1.5773,1.1435 -2.6222 1.1435c -0.7098,-0.0000 -1.2618,-0.1577 -1.7744 -0.4338v 3.3123 c 0.0000,0.5718 0.2169,0.8675 0.8478 0.8675h 0.3746 c 0.0986,-0.0000 0.1774,0.0591 0.1774 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3604,-0.0394 -2.1293 -0.0394c -0.6901,-0.0000 -2.0308,0.0394 -2.0308 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6506,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 236.2424,55.0100 ZM 238.1154,53.5905 v -9.8777 c 0.0000,-1.1238 -0.1972,-1.4393 -0.5915 -1.4393l -0.6309,0.0789 c -0.0591,-0.0000 -0.1183,-0.0394 -0.1183 -0.0986l -0.0394,-0.4929 c 0.3155,-0.0000 1.0450,-0.1183 1.3801 -0.1774c 0.3549,-0.0789 0.6309,-0.1577 1.0252 -0.3352h 0.4338 v 12.3423 c 0.0000,0.5718 0.2169,0.8675 0.8478 0.8675h 0.4732 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.4393,-0.0394 -2.2082 -0.0394c -0.6901,-0.0000 -2.1293,0.0394 -2.1293 0.0394l -0.0197,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.4732 c 0.6506,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 241.3685,55.0100 ZM 243.6162,49.5487 h 3.6278 c 0.1972,-0.0000 0.2760,-0.0986 0.2760 -0.2760c 0.0000,-1.8336 -0.9267,-2.3068 -1.6364 -2.3068c -0.4535,-0.0000 -1.9322,0.1774 -2.2673 2.5828ZM 243.6162,49.5487 ZM 248.8212,53.1764 l 0.3943,0.3155 c -0.7492,1.0252 -1.9125,1.7547 -3.3320 1.7547c -2.7011,-0.0000 -3.8446,-2.0110 -3.8446 -4.1601c 0.0000,-2.9968 1.9716,-4.7910 3.8446 -4.7910c 2.6025,-0.0000 3.2137,2.0308 3.2137 3.6869c 0.0000,0.2169 -0.1380,0.3352 -0.3549 0.3352h -5.1853 c -0.0197,0.1183 -0.0197,0.2366 -0.0197 0.3943c 0.0000,2.0110 1.3998,3.5686 2.8194 3.5686c 1.0844,-0.0000 1.7744,-0.3549 2.4645 -1.1041ZM 254.7360,55.0100 ZM 261.7352,55.2466 c -4.2390,-0.0000 -6.2697,-3.2729 -6.2697 -6.4472c 0.0000,-3.8841 3.0166,-6.7626 6.2894 -6.7626c 2.4251,-0.0000 3.1940,0.8281 4.3178 0.8872c 0.0591,1.0844 0.2366,2.0308 0.4338 3.0560l -0.5915,0.0789 c -0.5126,-1.6956 -1.6561,-3.2926 -4.3770 -3.2926c -1.5576,-0.0000 -4.3573,1.6561 -4.3573 5.6585c 0.0000,2.8785 1.4787,6.0134 4.5347 6.0134c 1.8336,-0.0000 3.1743,-0.6506 4.5741 -2.1885l 0.4535,0.2957 c -1.3407,1.7547 -3.0954,2.7011 -5.0079 2.7011ZM 267.4332,55.0100 ZM 270.6469,41.2482 v 6.6837 c 1.3210,-1.3210 2.4842,-1.6364 3.2532 -1.6364c 1.4196,-0.0000 2.1293,1.0844 2.1293 3.1151v 4.1798 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1293 -0.0394c -0.6901,-0.0000 -2.0308,0.0394 -2.0308 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -4.3967 c 0.0000,-1.5970 -0.4338,-1.9716 -1.5379 -1.9716c -0.5718,-0.0000 -1.4196,0.5126 -2.3659 1.4393v 4.9290 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1096 -0.0394c -0.7098,-0.0000 -2.0308,0.0394 -2.0308 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -9.8777 c 0.0000,-1.1238 -0.1774,-1.4393 -0.5718 -1.4393l -0.6506,0.0789 c -0.0591,-0.0000 -0.0986,-0.0394 -0.0986 -0.0986l -0.0394,-0.4929 c 0.3155,-0.0000 1.0252,-0.1183 1.3604 -0.1774c 0.3549,-0.0789 0.6506,-0.1577 1.0450 -0.3352h 0.4338 ZM 277.6461,55.0100 ZM 283.3835,50.1796 l -1.5576,0.3943 c -1.7350,0.5323 -1.9913,1.4393 -1.9913 2.3265c 0.0000,0.6112 0.2957,1.5379 1.5379 1.5379c 0.5915,-0.0000 1.4984,-0.5718 2.0110 -1.0055v -3.2532 ZM 283.3835,50.1796 ZM 284.6453,55.2466 c -0.7492,-0.0000 -1.1632,-0.6703 -1.2421 -1.1435l -0.4535,0.3155 c -0.9069,0.6309 -1.2421,0.8281 -2.1491 0.8281c -1.3801,-0.0000 -2.3856,-0.7886 -2.3856 -2.2673c 0.0000,-1.4984 1.2815,-2.5237 3.1546 -2.9968l 1.8139,-0.4535 c 0.0000,-2.2279 -1.0252,-2.6420 -1.6956 -2.6420c -0.7492,-0.0000 -1.6167,0.3352 -1.6167 0.9464c 0.0000,0.2169 0.0394,0.3352 0.0591 0.3943c 0.0394,0.0789 0.0591,0.2169 0.0591 0.3549c 0.0000,0.2563 -0.1972,0.6506 -0.7689 0.6506c -0.4732,-0.0000 -0.7886,-0.3155 -0.7886 -0.7886c 0.0000,-1.1435 1.8533,-2.1491 3.1151 -2.1491c 1.4393,-0.0000 3.0954,0.5915 3.0954 3.3912v 2.8983 c 0.0000,1.2027 0.0197,1.7153 0.4732 1.7153c 0.4338,-0.0000 0.5520,-0.5520 0.5718 -0.9858l 0.4929,0.0986 c -0.1183,1.4393 -0.7295,1.8336 -1.7350 1.8336ZM 286.5380,55.0100 ZM 288.2928,53.5905 v -4.9093 c 0.0000,-0.9858 -0.1380,-1.2027 -0.4338 -1.2027c -0.2563,-0.0000 -0.4929,0.0197 -0.8281 0.0986l -0.0986,-0.5520 c 1.2421,-0.2169 1.4590,-0.2760 2.0505 -0.5718c 0.1972,-0.0986 0.3549,-0.1577 0.4929 -0.1577h 0.2957 l -0.0591,1.7744 h 0.0591 c 0.5126,-0.7689 1.3801,-1.7744 2.3068 -1.7744c 0.8084,-0.0000 1.1041,0.3943 1.1041 0.9069c 0.0000,0.5126 -0.3352,0.8281 -0.8478 0.8281c -0.3943,-0.0000 -0.6112,-0.1577 -0.8084 -0.3549c -0.1183,-0.1183 -0.2563,-0.1774 -0.3943 -0.1774c -0.2169,-0.0000 -0.6506,0.3549 -1.1238 1.0252c -0.1380,0.1774 -0.2366,0.4338 -0.2366 0.6901v 4.3770 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.5718 c 0.0986,-0.0000 0.1774,0.0591 0.1774 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.5576,-0.0394 -2.3265 -0.0394c -0.7098,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0197,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 293.3795,55.0100 ZM 296.6130,47.3010 v 5.0473 c 0.0000,1.2224 0.1183,1.8139 0.6506 1.8139c 0.5126,-0.0000 0.9069,-0.1577 1.4196 -0.5520l 0.3549,0.3352 c -0.7689,0.8675 -1.5576,1.3013 -2.4645 1.3013c -0.9069,-0.0000 -1.4393,-0.5520 -1.4393 -1.9519v -5.9937 h -1.2815 c -0.0591,-0.0000 -0.0789,-0.0197 -0.0789 -0.0789v -0.6112 c 0.0000,-0.0591 0.0197,-0.0789 0.0591 -0.0789c 1.3210,-0.0000 1.6364,-0.7689 1.6364 -2.2673v -0.3746 l 1.1435,-0.3943 v 3.0363 h 2.1688 c 0.0986,-0.0000 0.1577,0.0394 0.1577 0.1183v 0.3943 c 0.0000,0.1774 -0.2760,0.2563 -0.4732 0.2563h -1.8533 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 40.7965,133.6199 l -19.4283,0.0000 l -0.0000,145.7125 l 19.4283,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1512,296.3997 ZM 478.2438,295.5717 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 480.1415,296.3997 ZM 481.0385,289.8326 c 0.0000,-0.2990 0.2415,-0.5520 0.5405 -0.5520c 0.3105,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2415,0.5520 -0.5520 0.5520c -0.2990,-0.0000 -0.5405,-0.2415 -0.5405 -0.5520ZM 481.0385,289.8326 ZM 482.1311,295.5717 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2645 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8626,-0.1725 1.1961 -0.3335c 0.1265,-0.0460 0.2070,-0.0920 0.2875 -0.0920h 0.1725 v 4.2554 ZM 483.1777,296.3997 ZM 487.3641,295.5717 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 489.1583,296.3997 ZM 490.4694,293.2140 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 490.4694,293.2140 ZM 493.5057,295.3301 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 496.9560,296.3997 ZM 499.4402,290.1087 c -0.2875,-0.0000 -1.1271,0.1610 -1.1271 0.8626c 0.0000,0.2070 -0.0805,0.5636 -0.3910 0.5636c -0.2990,-0.0000 -0.3220,-0.3335 -0.3220 -0.3680c 0.0000,-0.3565 0.4715,-1.4146 2.0702 -1.4146c 1.1156,-0.0000 1.4491,0.7016 1.4491 1.1616c 0.0000,0.2875 -0.0920,0.8626 -1.1271 1.5181c 0.6441,0.1035 1.4951,0.5751 1.4951 1.7712c 0.0000,1.5181 -1.1501,2.3347 -2.4497 2.3347c -0.6556,-0.0000 -1.5756,-0.2875 -1.5756 -0.7246c 0.0000,-0.1725 0.1725,-0.3680 0.4025 -0.3680c 0.2185,-0.0000 0.3220,0.1150 0.4255 0.2645c 0.1265,0.1955 0.3335,0.4715 0.8856 0.4715c 0.3795,-0.0000 1.4606,-0.3795 1.4606 -1.8287c 0.0000,-1.2306 -0.8626,-1.4261 -1.4836 -1.4261c -0.1035,-0.0000 -0.2300,0.0230 -0.3565 0.0460l -0.0460,-0.3450 c 0.8856,-0.1495 1.6216,-1.0121 1.6216 -1.5411c 0.0000,-0.6556 -0.4600,-0.9776 -0.9316 -0.9776Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.66211913225153px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,31.0823,206.4761)" stroke="none" text-anchor="middle">left axis title
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.2809,292.9322 h 9.9073 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.1917,70.2891 l -0.0000,-19.4283 h -126.2842 l -0.0000,19.4283 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1512,276.5851 ZM 484.0863,275.7570 v -2.6452 c 0.0000,-0.7706 -0.2990,-1.0581 -0.7361 -1.0581c -0.4485,-0.0000 -0.8051,0.2300 -1.3571 0.8396c 0.0230,0.1380 0.0230,0.2990 0.0230 0.4600v 2.4037 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1955 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7706,-0.0230 -1.2191 -0.0230c -0.4140,-0.0000 -1.2076,0.0230 -1.2076 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2300 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.6222 c 0.0000,-0.7706 -0.3105,-1.0811 -0.7476 -1.0811c -0.4025,-0.0000 -0.7821,0.2875 -1.3226 0.8511v 2.8523 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6556 -0.1035,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8856,-0.1725 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0006 h 0.0345 c 0.5405,-0.5751 1.0236,-1.0006 1.7367 -1.0006c 0.6441,-0.0000 1.0466,0.4715 1.1156 0.9891c 0.6671,-0.6901 1.2076,-0.9891 1.8287 -0.9891c 1.0121,-0.0000 1.1846,0.8396 1.1846 1.8632v 2.3922 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 485.8920,276.5851 ZM 490.8259,275.2510 c 0.0000,0.5751 0.0575,0.7591 0.2875 0.7591c 0.1380,-0.0000 0.3910,-0.0230 0.5866 -0.0575l 0.0460,0.3220 c -0.7016,0.1265 -1.2651,0.2415 -1.5296 0.4485h -0.2530 l 0.0345,-0.8511 h -0.0345 c -0.6326,0.6901 -1.1501,0.8511 -1.6216 0.8511c -1.1386,-0.0000 -1.4376,-0.7706 -1.4376 -1.5641v -2.6222 c 0.0000,-0.3795 -0.0805,-0.5751 -0.5060 -0.5751c -0.0460,-0.0000 -0.1265,0.0115 -0.1955 0.0115l -0.0345,-0.0115 v -0.2990 l 0.0345,-0.0345 c 0.0000,-0.0000 0.7821,0.0230 1.1501 0.0230c 0.1610,-0.0000 0.4255,-0.0230 0.4255 -0.0230l -0.0115,0.9201 v 2.4497 c 0.0000,1.0236 0.5290,1.2076 0.8741 1.2076c 0.2645,-0.0000 0.5060,-0.1035 0.7476 -0.2760c 0.2760,-0.2070 0.4600,-0.3680 0.5751 -0.5175v -2.8408 c 0.0000,-0.4140 -0.0575,-0.6096 -0.4830 -0.6096c -0.0690,-0.0000 -0.1955,0.0115 -0.2300 0.0115l -0.0230,-0.0230 v -0.2875 l 0.0230,-0.0345 c 0.0000,-0.0000 0.8166,0.0230 1.1386 0.0230c 0.2645,-0.0000 0.4485,-0.0230 0.4485 -0.0230l -0.0115,0.9086 v 2.7142 ZM 491.8380,276.5851 ZM 500.0843,275.7570 v -2.3462 c 0.0000,-0.9316 -0.2415,-1.3686 -0.7706 -1.3686c -0.3335,-0.0000 -0.8281,0.1955 -1.5066 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -0.8741,0.0230 -0.8741 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.0230 c 0.2990,-0.0000 0.3680,-0.1725 0.3680 -0.5060v -5.8195 c 0.0000,-0.5405 -0.1035,-0.7821 -0.3335 -0.7821l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 v 3.8989 c 0.7706,-0.7706 1.5641,-0.9546 2.0127 -0.9546c 0.8396,-0.0000 1.1271,0.6326 1.1271 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4830 0.5060h 0.2300 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 500.0843,275.7570 ZM 496.1394,275.5040 c -0.5060,0.8741 -1.0581,1.1846 -1.7367 1.1846c -1.3801,-0.0000 -2.1392,-1.0581 -2.1392 -2.5417c 0.0000,-1.6331 0.9201,-2.6682 2.1507 -2.6682c 1.1041,-0.0000 1.6907,0.5636 1.6907 1.1731c 0.0000,0.3450 -0.2070,0.5060 -0.4370 0.5060c -0.2530,-0.0000 -0.4830,-0.1265 -0.5175 -0.4025c -0.0345,-0.3910 -0.1150,-0.8856 -0.7936 -0.8856c -0.7591,-0.0000 -1.2076,0.7821 -1.2076 2.0242c 0.0000,1.3456 0.6096,2.2887 1.5066 2.2887c 0.4945,-0.0000 0.9201,-0.3220 1.2766 -0.8396ZM 504.7652,276.5851 ZM 505.8578,275.7570 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 507.7555,276.5851 ZM 508.1465,274.2274 c 0.0000,-1.5756 0.8511,-2.7257 2.3807 -2.7257c 1.7022,-0.0000 2.3577,1.4261 2.3577 2.6222c 0.0000,1.1501 -0.7476,2.5992 -2.3807 2.5992c -1.5411,-0.0000 -2.3577,-1.3226 -2.3577 -2.4957ZM 508.1465,274.2274 ZM 510.4007,271.8812 c -0.9201,-0.0000 -1.3456,1.0811 -1.3456 2.0817c 0.0000,0.8856 0.5060,2.3577 1.6446 2.3577c 0.5175,-0.0000 1.2766,-0.3105 1.2766 -1.8287c 0.0000,-1.6907 -0.6326,-2.6107 -1.5756 -2.6107ZM 513.2645,276.5851 ZM 517.4508,275.7570 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 519.2450,276.5851 ZM 522.8793,273.3303 c 0.0000,-0.9546 -0.4485,-1.5066 -1.1386 -1.5066c -0.5981,-0.0000 -1.0006,0.4140 -1.0006 1.3111c 0.0000,0.5981 0.2300,1.5411 1.1501 1.5411c 0.4025,-0.0000 0.9891,-0.1955 0.9891 -1.3456ZM 522.8793,273.3303 ZM 520.7286,276.6656 c -0.3565,0.3335 -0.4370,0.6901 -0.4370 1.0811c 0.0000,0.8626 1.0351,1.1156 1.4261 1.1156c 0.9891,-0.0000 2.2427,-0.3450 2.2427 -1.1731c 0.0000,-0.2990 -0.1610,-0.4945 -0.6096 -0.7131c -0.3220,-0.1610 -0.7936,-0.2875 -1.3456 -0.2875c -0.0920,-0.0000 -0.2185,0.0115 -0.3795 0.0230c -0.1610,0.0115 -0.3335,0.0115 -0.4600 0.0115c -0.1840,-0.0000 -0.2760,-0.0230 -0.4370 -0.0575ZM 520.7286,276.6656 ZM 524.2249,272.1227 c -0.1840,-0.0000 -0.2990,-0.1035 -0.3450 -0.1955c -0.0690,-0.1035 -0.1150,-0.1380 -0.1955 -0.1380c -0.1380,-0.0000 -0.3565,0.1610 -0.4370 0.2760c 0.3220,0.3450 0.4715,0.6786 0.4715 1.2191c 0.0000,1.1271 -0.9201,1.7367 -1.8862 1.7367c -0.4255,-0.0000 -0.7706,-0.0805 -1.0351 -0.2415c -0.1265,0.1955 -0.1955,0.4370 -0.1955 0.6671c 0.0000,0.4945 0.3795,0.6211 0.7016 0.6211c 0.0575,-0.0000 0.1955,-0.0115 0.3565 -0.0230c 0.2645,-0.0345 0.5520,-0.0575 0.7476 -0.0575c 0.4025,-0.0000 1.1616,0.0805 1.6216 0.4715c 0.3105,0.2875 0.4830,0.5636 0.4830 0.9316c 0.0000,1.2421 -1.6331,1.8977 -3.1168 1.8977c -0.8396,-0.0000 -1.7712,-0.3105 -1.7712 -1.3111c 0.0000,-0.4945 0.3105,-1.0236 0.8971 -1.3916c -0.2875,-0.1495 -0.4945,-0.4370 -0.4945 -0.8511c 0.0000,-0.3910 0.1725,-0.8856 0.4830 -1.1616c -0.3105,-0.3105 -0.5751,-0.7016 -0.5751 -1.3341c 0.0000,-1.0581 0.9316,-1.7367 1.9092 -1.7367c 0.6441,-0.0000 1.0466,0.2645 1.1731 0.3565c 0.2875,-0.3910 0.8051,-0.5866 1.0926 -0.5866c 0.2990,-0.0000 0.5060,0.1955 0.5060 0.4370c 0.0000,0.2530 -0.1610,0.4140 -0.3910 0.4140ZM 524.8115,276.5851 ZM 526.1226,273.3993 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 526.1226,273.3993 ZM 529.1589,275.5155 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 529.7339,276.5851 ZM 530.7575,275.7570 v -2.8638 c 0.0000,-0.5751 -0.0805,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8511,-0.1610 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0351 h 0.0345 c 0.2990,-0.4485 0.8051,-1.0351 1.3456 -1.0351c 0.4715,-0.0000 0.6441,0.2300 0.6441 0.5290c 0.0000,0.2990 -0.1955,0.4830 -0.4945 0.4830c -0.2300,-0.0000 -0.3565,-0.0920 -0.4715 -0.2070c -0.0690,-0.0690 -0.1495,-0.1035 -0.2300 -0.1035c -0.1265,-0.0000 -0.3795,0.2070 -0.6556 0.5981c -0.0805,0.1035 -0.1380,0.2530 -0.1380 0.4025v 2.5532 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.3335 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.9086,-0.0230 -1.3571 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 536.6001,276.5851 ZM 540.7864,275.7570 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 542.5806,276.5851 ZM 545.9274,273.7673 l -0.9086,0.2300 c -1.0121,0.3105 -1.1616,0.8396 -1.1616 1.3571c 0.0000,0.3565 0.1725,0.8971 0.8971 0.8971c 0.3450,-0.0000 0.8741,-0.3335 1.1731 -0.5866v -1.8977 ZM 545.9274,273.7673 ZM 546.6635,276.7231 c -0.4370,-0.0000 -0.6786,-0.3910 -0.7246 -0.6671l -0.2645,0.1840 c -0.5290,0.3680 -0.7246,0.4830 -1.2536 0.4830c -0.8051,-0.0000 -1.3916,-0.4600 -1.3916 -1.3226c 0.0000,-0.8741 0.7476,-1.4721 1.8402 -1.7482l 1.0581,-0.2645 c 0.0000,-1.2996 -0.5981,-1.5411 -0.9891 -1.5411c -0.4370,-0.0000 -0.9431,0.1955 -0.9431 0.5520c 0.0000,0.1265 0.0230,0.1955 0.0345 0.2300c 0.0230,0.0460 0.0345,0.1265 0.0345 0.2070c 0.0000,0.1495 -0.1150,0.3795 -0.4485 0.3795c -0.2760,-0.0000 -0.4600,-0.1840 -0.4600 -0.4600c 0.0000,-0.6671 1.0811,-1.2536 1.8172 -1.2536c 0.8396,-0.0000 1.8057,0.3450 1.8057 1.9782v 1.6907 c 0.0000,0.7016 0.0115,1.0006 0.2760 1.0006c 0.2530,-0.0000 0.3220,-0.3220 0.3335 -0.5751l 0.2875,0.0575 c -0.0690,0.8396 -0.4255,1.0696 -1.0121 1.0696ZM 547.7676,276.5851 ZM 554.7027,275.7570 v -2.6452 c 0.0000,-0.7706 -0.2990,-1.0581 -0.7361 -1.0581c -0.4485,-0.0000 -0.8051,0.2300 -1.3571 0.8396c 0.0230,0.1380 0.0230,0.2990 0.0230 0.4600v 2.4037 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1955 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7706,-0.0230 -1.2191 -0.0230c -0.4140,-0.0000 -1.2076,0.0230 -1.2076 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2300 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.6222 c 0.0000,-0.7706 -0.3105,-1.0811 -0.7476 -1.0811c -0.4025,-0.0000 -0.7821,0.2875 -1.3226 0.8511v 2.8523 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6556 -0.1035,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8856,-0.1725 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0006 h 0.0345 c 0.5405,-0.5751 1.0236,-1.0006 1.7367 -1.0006c 0.6441,-0.0000 1.0466,0.4715 1.1156 0.9891c 0.6671,-0.6901 1.2076,-0.9891 1.8287 -0.9891c 1.0121,-0.0000 1.1846,0.8396 1.1846 1.8632v 2.3922 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 556.5084,276.5851 ZM 557.8195,273.3993 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 557.8195,273.3993 ZM 560.8558,275.5155 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="17.66211913225153px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,235.0496,60.5749)" stroke="none" text-anchor="middle">Example Chart
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.2809,273.1175 h 9.9073 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 503.9916,294.2214 l -0.0000,-11.3332 h -33.9996 l -0.0000,11.3332 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1512,256.7704 ZM 477.6457,255.1603 l 0.3105,-0.0115 c 0.0345,0.2875 0.1610,0.8396 0.4140 1.1041c 0.1150,0.1265 0.4255,0.3335 0.8511 0.3335c 0.4025,-0.0000 1.0006,-0.3220 1.0006 -0.8856c 0.0000,-0.4945 -0.2760,-0.8281 -1.1846 -1.2191c -0.8396,-0.3680 -1.2766,-0.6096 -1.2766 -1.4721c 0.0000,-0.7706 0.6786,-1.3226 1.5871 -1.3226c 0.5751,-0.0000 1.0006,0.1035 1.3571 0.2875c 0.0690,0.3680 0.1035,0.7591 0.1265 1.1731l -0.3105,0.0115 c -0.2415,-0.9431 -0.9316,-1.1271 -1.1731 -1.1271c -0.4370,-0.0000 -0.8856,0.1725 -0.8856 0.8051c 0.0000,0.4600 0.2185,0.6901 0.8511 0.9201c 0.9316,0.3450 1.6792,0.7591 1.6792 1.6792c 0.0000,1.1386 -1.2076,1.4721 -1.7482 1.4721c -0.4025,-0.0000 -0.7361,-0.0460 -1.0351 -0.1265c -0.0805,-0.0115 -0.1380,-0.0230 -0.2185 -0.0230c -0.0575,-0.0000 -0.1495,0.0115 -0.2645 0.0345c 0.0000,-0.4830 -0.0345,-1.0696 -0.0805 -1.6331ZM 481.4181,256.7704 ZM 483.2927,248.7427 v 3.8989 c 0.7706,-0.7706 1.4491,-0.9546 1.8977 -0.9546c 0.8281,-0.0000 1.2421,0.6326 1.2421 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.5647 c 0.0000,-0.9316 -0.2530,-1.1501 -0.8971 -1.1501c -0.3335,-0.0000 -0.8281,0.2990 -1.3801 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -5.7620 c 0.0000,-0.6556 -0.1035,-0.8396 -0.3335 -0.8396l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 ZM 487.3756,256.7704 ZM 487.7666,254.4127 c 0.0000,-1.5756 0.8511,-2.7257 2.3807 -2.7257c 1.7022,-0.0000 2.3577,1.4261 2.3577 2.6222c 0.0000,1.1501 -0.7476,2.5992 -2.3807 2.5992c -1.5411,-0.0000 -2.3577,-1.3226 -2.3577 -2.4957ZM 487.7666,254.4127 ZM 490.0208,252.0665 c -0.9201,-0.0000 -1.3456,1.0811 -1.3456 2.0817c 0.0000,0.8856 0.5060,2.3577 1.6446 2.3577c 0.5175,-0.0000 1.2766,-0.3105 1.2766 -1.8287c 0.0000,-1.6907 -0.6326,-2.6107 -1.5756 -2.6107ZM 492.8846,256.7704 ZM 493.9082,255.9424 v -2.8638 c 0.0000,-0.5751 -0.0805,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8511,-0.1610 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0351 h 0.0345 c 0.2990,-0.4485 0.8051,-1.0351 1.3456 -1.0351c 0.4715,-0.0000 0.6441,0.2300 0.6441 0.5290c 0.0000,0.2990 -0.1955,0.4830 -0.4945 0.4830c -0.2300,-0.0000 -0.3565,-0.0920 -0.4715 -0.2070c -0.0690,-0.0690 -0.1495,-0.1035 -0.2300 -0.1035c -0.1265,-0.0000 -0.3795,0.2070 -0.6556 0.5981c -0.0805,0.1035 -0.1380,0.2530 -0.1380 0.4025v 2.5532 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.3335 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.9086,-0.0230 -1.3571 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 496.8755,256.7704 ZM 498.7616,252.2735 v 2.9443 c 0.0000,0.7131 0.0690,1.0581 0.3795 1.0581c 0.2990,-0.0000 0.5290,-0.0920 0.8281 -0.3220l 0.2070,0.1955 c -0.4485,0.5060 -0.9086,0.7591 -1.4376 0.7591c -0.5290,-0.0000 -0.8396,-0.3220 -0.8396 -1.1386v -3.4963 h -0.7476 c -0.0345,-0.0000 -0.0460,-0.0115 -0.0460 -0.0460v -0.3565 c 0.0000,-0.0345 0.0115,-0.0460 0.0345 -0.0460c 0.7706,-0.0000 0.9546,-0.4485 0.9546 -1.3226v -0.2185 l 0.6671,-0.2300 v 1.7712 h 1.2651 c 0.0575,-0.0000 0.0920,0.0230 0.0920 0.0690v 0.2300 c 0.0000,0.1035 -0.1610,0.1495 -0.2760 0.1495h -1.0811 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="10.302902827146728px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,486.9918,288.5548)" stroke="none" text-anchor="middle">line 3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.644248379801139" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 463.2809,253.3029 h 9.9073 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 456.7832,287.5245 h 9.4349 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.2161,236.9558 ZM 471.4122,230.3887 c 0.0000,-0.2990 0.2415,-0.5520 0.5520 -0.5520c 0.2990,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2530,0.5520 -0.5520 0.5520c -0.3105,-0.0000 -0.5520,-0.2415 -0.5520 -0.5520ZM 471.4122,230.3887 ZM 470.8026,239.1870 c 0.5060,-0.0000 0.8511,-0.9086 0.8511 -2.5302v -3.3928 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2530 -0.7016c -0.1610,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.8396,-0.1380 1.0926,-0.2760 1.2421 -0.3565c 0.0805,-0.0345 0.1265,-0.0690 0.2415 -0.0690h 0.1725 v 4.4279 c 0.0000,1.5066 -0.1150,2.1392 -0.7476 2.7833c -0.3105,0.2990 -0.6441,0.4370 -0.9201 0.4370c -0.4715,-0.0000 -1.0811,-0.2415 -1.0811 -0.5866c 0.0000,-0.2875 0.1725,-0.4370 0.3680 -0.4370c 0.2760,-0.0000 0.4255,0.2645 0.4830 0.5060c 0.0345,0.1150 0.0920,0.1840 0.1840 0.1840ZM 473.4018,236.9558 ZM 478.3358,235.6217 c 0.0000,0.5751 0.0575,0.7591 0.2875 0.7591c 0.1380,-0.0000 0.3910,-0.0230 0.5866 -0.0575l 0.0460,0.3220 c -0.7016,0.1265 -1.2651,0.2415 -1.5296 0.4485h -0.2530 l 0.0345,-0.8511 h -0.0345 c -0.6326,0.6901 -1.1501,0.8511 -1.6216 0.8511c -1.1386,-0.0000 -1.4376,-0.7706 -1.4376 -1.5641v -2.6222 c 0.0000,-0.3795 -0.0805,-0.5751 -0.5060 -0.5751c -0.0460,-0.0000 -0.1265,0.0115 -0.1955 0.0115l -0.0345,-0.0115 v -0.2990 l 0.0345,-0.0345 c 0.0000,-0.0000 0.7821,0.0230 1.1501 0.0230c 0.1610,-0.0000 0.4255,-0.0230 0.4255 -0.0230l -0.0115,0.9201 v 2.4497 c 0.0000,1.0236 0.5290,1.2076 0.8741 1.2076c 0.2645,-0.0000 0.5060,-0.1035 0.7476 -0.2760c 0.2760,-0.2070 0.4600,-0.3680 0.5751 -0.5175v -2.8408 c 0.0000,-0.4140 -0.0575,-0.6096 -0.4830 -0.6096c -0.0690,-0.0000 -0.1955,0.0115 -0.2300 0.0115l -0.0230,-0.0230 v -0.2875 l 0.0230,-0.0345 c 0.0000,-0.0000 0.8166,0.0230 1.1386 0.0230c 0.2645,-0.0000 0.4485,-0.0230 0.4485 -0.0230l -0.0115,0.9086 v 2.7142 ZM 479.3479,236.9558 ZM 479.8424,235.3457 l 0.3105,-0.0115 c 0.0345,0.2875 0.1610,0.8396 0.4140 1.1041c 0.1150,0.1265 0.4255,0.3335 0.8511 0.3335c 0.4025,-0.0000 1.0006,-0.3220 1.0006 -0.8856c 0.0000,-0.4945 -0.2760,-0.8281 -1.1846 -1.2191c -0.8396,-0.3680 -1.2766,-0.6096 -1.2766 -1.4721c 0.0000,-0.7706 0.6786,-1.3226 1.5871 -1.3226c 0.5751,-0.0000 1.0006,0.1035 1.3571 0.2875c 0.0690,0.3680 0.1035,0.7591 0.1265 1.1731l -0.3105,0.0115 c -0.2415,-0.9431 -0.9316,-1.1271 -1.1731 -1.1271c -0.4370,-0.0000 -0.8856,0.1725 -0.8856 0.8051c 0.0000,0.4600 0.2185,0.6901 0.8511 0.9201c 0.9316,0.3450 1.6792,0.7591 1.6792 1.6792c 0.0000,1.1386 -1.2076,1.4721 -1.7482 1.4721c -0.4025,-0.0000 -0.7361,-0.0460 -1.0351 -0.1265c -0.0805,-0.0115 -0.1380,-0.0230 -0.2185 -0.0230c -0.0575,-0.0000 -0.1495,0.0115 -0.2645 0.0345c 0.0000,-0.4830 -0.0345,-1.0696 -0.0805 -1.6331ZM 483.6148,236.9558 ZM 485.5009,232.4589 v 2.9443 c 0.0000,0.7131 0.0690,1.0581 0.3795 1.0581c 0.2990,-0.0000 0.5290,-0.0920 0.8281 -0.3220l 0.2070,0.1955 c -0.4485,0.5060 -0.9086,0.7591 -1.4376 0.7591c -0.5290,-0.0000 -0.8396,-0.3220 -0.8396 -1.1386v -3.4963 h -0.7476 c -0.0345,-0.0000 -0.0460,-0.0115 -0.0460 -0.0460v -0.3565 c 0.0000,-0.0345 0.0115,-0.0460 0.0345 -0.0460c 0.7706,-0.0000 0.9546,-0.4485 0.9546 -1.3226v -0.2185 l 0.6671,-0.2300 v 1.7712 h 1.2651 c 0.0575,-0.0000 0.0920,0.0230 0.0920 0.0690v 0.2300 c 0.0000,0.1035 -0.1610,0.1495 -0.2760 0.1495h -1.0811 ZM 489.9633,236.9558 ZM 493.3101,234.1380 l -0.9086,0.2300 c -1.0121,0.3105 -1.1616,0.8396 -1.1616 1.3571c 0.0000,0.3565 0.1725,0.8971 0.8971 0.8971c 0.3450,-0.0000 0.8741,-0.3335 1.1731 -0.5866v -1.8977 ZM 493.3101,234.1380 ZM 494.0462,237.0938 c -0.4370,-0.0000 -0.6786,-0.3910 -0.7246 -0.6671l -0.2645,0.1840 c -0.5290,0.3680 -0.7246,0.4830 -1.2536 0.4830c -0.8051,-0.0000 -1.3916,-0.4600 -1.3916 -1.3226c 0.0000,-0.8741 0.7476,-1.4721 1.8402 -1.7482l 1.0581,-0.2645 c 0.0000,-1.2996 -0.5981,-1.5411 -0.9891 -1.5411c -0.4370,-0.0000 -0.9431,0.1955 -0.9431 0.5520c 0.0000,0.1265 0.0230,0.1955 0.0345 0.2300c 0.0230,0.0460 0.0345,0.1265 0.0345 0.2070c 0.0000,0.1495 -0.1150,0.3795 -0.4485 0.3795c -0.2760,-0.0000 -0.4600,-0.1840 -0.4600 -0.4600c 0.0000,-0.6671 1.0811,-1.2536 1.8172 -1.2536c 0.8396,-0.0000 1.8057,0.3450 1.8057 1.9782v 1.6907 c 0.0000,0.7016 0.0115,1.0006 0.2760 1.0006c 0.2530,-0.0000 0.3220,-0.3220 0.3335 -0.5751l 0.2875,0.0575 c -0.0690,0.8396 -0.4255,1.0696 -1.0121 1.0696ZM 498.0256,236.9558 ZM 501.6599,233.7010 c 0.0000,-0.9546 -0.4485,-1.5066 -1.1386 -1.5066c -0.5981,-0.0000 -1.0006,0.4140 -1.0006 1.3111c 0.0000,0.5981 0.2300,1.5411 1.1501 1.5411c 0.4025,-0.0000 0.9891,-0.1955 0.9891 -1.3456ZM 501.6599,233.7010 ZM 499.5092,237.0363 c -0.3565,0.3335 -0.4370,0.6901 -0.4370 1.0811c 0.0000,0.8626 1.0351,1.1156 1.4261 1.1156c 0.9891,-0.0000 2.2427,-0.3450 2.2427 -1.1731c 0.0000,-0.2990 -0.1610,-0.4945 -0.6096 -0.7131c -0.3220,-0.1610 -0.7936,-0.2875 -1.3456 -0.2875c -0.0920,-0.0000 -0.2185,0.0115 -0.3795 0.0230c -0.1610,0.0115 -0.3335,0.0115 -0.4600 0.0115c -0.1840,-0.0000 -0.2760,-0.0230 -0.4370 -0.0575ZM 499.5092,237.0363 ZM 503.0055,232.4934 c -0.1840,-0.0000 -0.2990,-0.1035 -0.3450 -0.1955c -0.0690,-0.1035 -0.1150,-0.1380 -0.1955 -0.1380c -0.1380,-0.0000 -0.3565,0.1610 -0.4370 0.2760c 0.3220,0.3450 0.4715,0.6786 0.4715 1.2191c 0.0000,1.1271 -0.9201,1.7367 -1.8862 1.7367c -0.4255,-0.0000 -0.7706,-0.0805 -1.0351 -0.2415c -0.1265,0.1955 -0.1955,0.4370 -0.1955 0.6671c 0.0000,0.4945 0.3795,0.6211 0.7016 0.6211c 0.0575,-0.0000 0.1955,-0.0115 0.3565 -0.0230c 0.2645,-0.0345 0.5520,-0.0575 0.7476 -0.0575c 0.4025,-0.0000 1.1616,0.0805 1.6216 0.4715c 0.3105,0.2875 0.4830,0.5636 0.4830 0.9316c 0.0000,1.2421 -1.6331,1.8977 -3.1168 1.8977c -0.8396,-0.0000 -1.7712,-0.3105 -1.7712 -1.3111c 0.0000,-0.4945 0.3105,-1.0236 0.8971 -1.3916c -0.2875,-0.1495 -0.4945,-0.4370 -0.4945 -0.8511c 0.0000,-0.3910 0.1725,-0.8856 0.4830 -1.1616c -0.3105,-0.3105 -0.5751,-0.7016 -0.5751 -1.3341c 0.0000,-1.0581 0.9316,-1.7367 1.9092 -1.7367c 0.6441,-0.0000 1.0466,0.2645 1.1731 0.3565c 0.2875,-0.3910 0.8051,-0.5866 1.0926 -0.5866c 0.2990,-0.0000 0.5060,0.1955 0.5060 0.4370c 0.0000,0.2530 -0.1610,0.4140 -0.3910 0.4140ZM 503.5346,236.9558 ZM 504.6272,236.1277 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 506.5248,236.9558 ZM 508.9171,232.2404 c 0.0000,0.0575 -0.0690,0.0920 -0.1265 0.0920c -0.3450,-0.0000 -0.4945,0.0690 -0.4945 0.2530c 0.0000,0.0690 0.0230,0.1610 0.0690 0.2645l 1.2651,2.9673 l 1.2766,-2.9213 c 0.0575,-0.1035 0.0805,-0.1955 0.0805 -0.2645c 0.0000,-0.2415 -0.2300,-0.2990 -0.4830 -0.2990h -0.0460 c -0.0575,-0.0000 -0.1150,-0.0460 -0.1150 -0.0805v -0.2185 l 0.0230,-0.0345 c 0.0000,-0.0000 0.6786,0.0230 1.0811 0.0230c 0.3220,-0.0000 0.7936,-0.0230 0.7936 -0.0230l 0.0345,0.0230 v 0.2185 c 0.0000,0.0575 -0.0460,0.0920 -0.1265 0.0920c -0.4370,-0.0000 -0.6556,0.4485 -0.8166 0.7821c -0.6096,1.2881 -1.1156,2.4727 -2.0357 4.6924c -0.3450,0.8281 -0.7591,1.7942 -1.5756 1.7942c -0.2185,-0.0000 -0.6671,-0.1265 -0.6671 -0.5405c 0.0000,-0.3450 0.2530,-0.4485 0.4370 -0.4485c 0.1725,-0.0000 0.2875,0.0690 0.3565 0.1610c 0.1150,0.1150 0.1955,0.1955 0.3105 0.1955c 0.1725,-0.0000 0.5751,-0.9891 0.8626 -1.6907c 0.0690,-0.1380 0.0920,-0.2530 0.0920 -0.3565c 0.0000,-0.1150 -0.1035,-0.4255 -0.1955 -0.6556l -1.4491,-3.3698 c -0.1840,-0.4370 -0.3105,-0.5636 -0.7016 -0.5636c -0.0690,-0.0000 -0.1150,-0.0345 -0.1150 -0.0805v -0.2300 l 0.0230,-0.0230 c 0.0000,-0.0000 0.5060,0.0230 0.8511 0.0230c 0.5405,-0.0000 1.3686,-0.0230 1.3686 -0.0230l 0.0230,0.0345 v 0.2070 ZM 512.3789,236.9558 ZM 514.0925,233.3445 v 2.8638 c 0.4025,0.4715 0.7821,0.4945 0.9661 0.4945c 1.2306,-0.0000 1.5066,-1.1501 1.5066 -2.1392c 0.0000,-1.3916 -0.5636,-2.1622 -1.2651 -2.1622c -0.3910,-0.0000 -0.9546,0.3335 -1.2076 0.9431ZM 514.0925,233.3445 ZM 513.2414,238.7730 v -5.6930 c 0.0000,-0.4370 -0.1035,-0.5175 -0.2645 -0.5175c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8741,-0.1725 1.1961 -0.3335c 0.1265,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,0.9201 h 0.0345 c 0.5290,-0.8051 1.1501,-0.9201 1.5181 -0.9201c 1.1156,-0.0000 1.8517,1.1616 1.8517 2.3807c 0.0000,0.9316 -0.2875,1.6446 -0.8051 2.1737c -0.4485,0.4485 -0.9201,0.6671 -1.5296 0.6671c -0.4140,-0.0000 -0.7361,-0.0920 -1.0351 -0.2530v 1.9322 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 517.8879,236.9558 ZM 519.7625,228.9281 v 3.8989 c 0.7706,-0.7706 1.4491,-0.9546 1.8977 -0.9546c 0.8281,-0.0000 1.2421,0.6326 1.2421 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.5647 c 0.0000,-0.9316 -0.2530,-1.1501 -0.8971 -1.1501c -0.3335,-0.0000 -0.8281,0.2990 -1.3801 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -5.7620 c 0.0000,-0.6556 -0.1035,-0.8396 -0.3335 -0.8396l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 560.6576,277.2272 l -0.0000,-11.3332 h -90.6655 l -0.0000,11.3332 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="6.966372569701709" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 466.2531,233.4882 c 0.0000,-1.6415 -1.3307,-2.9722 -2.9722 -2.9722c -1.6415,-0.0000 -2.9722,1.3307 -2.9722 2.9722c -0.0000,1.6415 1.3307,2.9722 2.9722 2.9722c 1.6415,0.0000 2.9722,-1.3307 2.9722 -2.9722Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="10.302902827146728px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,515.3248,271.5606)" stroke="none" text-anchor="middle">much longer name
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 487.0585,217.1411 ZM 490.6928,213.8864 c 0.0000,-0.9546 -0.4485,-1.5066 -1.1386 -1.5066c -0.5981,-0.0000 -1.0006,0.4140 -1.0006 1.3111c 0.0000,0.5981 0.2300,1.5411 1.1501 1.5411c 0.4025,-0.0000 0.9891,-0.1955 0.9891 -1.3456ZM 490.6928,213.8864 ZM 488.5421,217.2217 c -0.3565,0.3335 -0.4370,0.6901 -0.4370 1.0811c 0.0000,0.8626 1.0351,1.1156 1.4261 1.1156c 0.9891,-0.0000 2.2427,-0.3450 2.2427 -1.1731c 0.0000,-0.2990 -0.1610,-0.4945 -0.6096 -0.7131c -0.3220,-0.1610 -0.7936,-0.2875 -1.3456 -0.2875c -0.0920,-0.0000 -0.2185,0.0115 -0.3795 0.0230c -0.1610,0.0115 -0.3335,0.0115 -0.4600 0.0115c -0.1840,-0.0000 -0.2760,-0.0230 -0.4370 -0.0575ZM 488.5421,217.2217 ZM 492.0385,212.6787 c -0.1840,-0.0000 -0.2990,-0.1035 -0.3450 -0.1955c -0.0690,-0.1035 -0.1150,-0.1380 -0.1955 -0.1380c -0.1380,-0.0000 -0.3565,0.1610 -0.4370 0.2760c 0.3220,0.3450 0.4715,0.6786 0.4715 1.2191c 0.0000,1.1271 -0.9201,1.7367 -1.8862 1.7367c -0.4255,-0.0000 -0.7706,-0.0805 -1.0351 -0.2415c -0.1265,0.1955 -0.1955,0.4370 -0.1955 0.6671c 0.0000,0.4945 0.3795,0.6211 0.7016 0.6211c 0.0575,-0.0000 0.1955,-0.0115 0.3565 -0.0230c 0.2645,-0.0345 0.5520,-0.0575 0.7476 -0.0575c 0.4025,-0.0000 1.1616,0.0805 1.6216 0.4715c 0.3105,0.2875 0.4830,0.5636 0.4830 0.9316c 0.0000,1.2421 -1.6331,1.8977 -3.1168 1.8977c -0.8396,-0.0000 -1.7712,-0.3105 -1.7712 -1.3111c 0.0000,-0.4945 0.3105,-1.0236 0.8971 -1.3916c -0.2875,-0.1495 -0.4945,-0.4370 -0.4945 -0.8511c 0.0000,-0.3910 0.1725,-0.8856 0.4830 -1.1616c -0.3105,-0.3105 -0.5751,-0.7016 -0.5751 -1.3341c 0.0000,-1.0581 0.9316,-1.7367 1.9092 -1.7367c 0.6441,-0.0000 1.0466,0.2645 1.1731 0.3565c 0.2875,-0.3910 0.8051,-0.5866 1.0926 -0.5866c 0.2990,-0.0000 0.5060,0.1955 0.5060 0.4370c 0.0000,0.2530 -0.1610,0.4140 -0.3910 0.4140ZM 492.5675,217.1411 ZM 493.6601,216.3131 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 495.5578,217.1411 ZM 497.9500,212.4257 c 0.0000,0.0575 -0.0690,0.0920 -0.1265 0.0920c -0.3450,-0.0000 -0.4945,0.0690 -0.4945 0.2530c 0.0000,0.0690 0.0230,0.1610 0.0690 0.2645l 1.2651,2.9673 l 1.2766,-2.9213 c 0.0575,-0.1035 0.0805,-0.1955 0.0805 -0.2645c 0.0000,-0.2415 -0.2300,-0.2990 -0.4830 -0.2990h -0.0460 c -0.0575,-0.0000 -0.1150,-0.0460 -0.1150 -0.0805v -0.2185 l 0.0230,-0.0345 c 0.0000,-0.0000 0.6786,0.0230 1.0811 0.0230c 0.3220,-0.0000 0.7936,-0.0230 0.7936 -0.0230l 0.0345,0.0230 v 0.2185 c 0.0000,0.0575 -0.0460,0.0920 -0.1265 0.0920c -0.4370,-0.0000 -0.6556,0.4485 -0.8166 0.7821c -0.6096,1.2881 -1.1156,2.4727 -2.0357 4.6924c -0.3450,0.8281 -0.7591,1.7942 -1.5756 1.7942c -0.2185,-0.0000 -0.6671,-0.1265 -0.6671 -0.5405c 0.0000,-0.3450 0.2530,-0.4485 0.4370 -0.4485c 0.1725,-0.0000 0.2875,0.0690 0.3565 0.1610c 0.1150,0.1150 0.1955,0.1955 0.3105 0.1955c 0.1725,-0.0000 0.5751,-0.9891 0.8626 -1.6907c 0.0690,-0.1380 0.0920,-0.2530 0.0920 -0.3565c 0.0000,-0.1150 -0.1035,-0.4255 -0.1955 -0.6556l -1.4491,-3.3698 c -0.1840,-0.4370 -0.3105,-0.5636 -0.7016 -0.5636c -0.0690,-0.0000 -0.1150,-0.0345 -0.1150 -0.0805v -0.2300 l 0.0230,-0.0230 c 0.0000,-0.0000 0.5060,0.0230 0.8511 0.0230c 0.5405,-0.0000 1.3686,-0.0230 1.3686 -0.0230l 0.0230,0.0345 v 0.2070 ZM 501.4118,217.1411 ZM 503.1255,213.5298 v 2.8638 c 0.4025,0.4715 0.7821,0.4945 0.9661 0.4945c 1.2306,-0.0000 1.5066,-1.1501 1.5066 -2.1392c 0.0000,-1.3916 -0.5636,-2.1622 -1.2651 -2.1622c -0.3910,-0.0000 -0.9546,0.3335 -1.2076 0.9431ZM 503.1255,213.5298 ZM 502.2744,218.9583 v -5.6930 c 0.0000,-0.4370 -0.1035,-0.5175 -0.2645 -0.5175c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8741,-0.1725 1.1961 -0.3335c 0.1265,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,0.9201 h 0.0345 c 0.5290,-0.8051 1.1501,-0.9201 1.5181 -0.9201c 1.1156,-0.0000 1.8517,1.1616 1.8517 2.3807c 0.0000,0.9316 -0.2875,1.6446 -0.8051 2.1737c -0.4485,0.4485 -0.9201,0.6671 -1.5296 0.6671c -0.4140,-0.0000 -0.7361,-0.0920 -1.0351 -0.2530v 1.9322 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 506.9208,217.1411 ZM 508.7955,209.1134 v 3.8989 c 0.7706,-0.7706 1.4491,-0.9546 1.8977 -0.9546c 0.8281,-0.0000 1.2421,0.6326 1.2421 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.5647 c 0.0000,-0.9316 -0.2530,-1.1501 -0.8971 -1.1501c -0.3335,-0.0000 -0.8281,0.2990 -1.3801 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -5.7620 c 0.0000,-0.6556 -0.1035,-0.8396 -0.3335 -0.8396l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 ZM 512.8783,217.1411 ZM 516.2021,214.1969 h 1.9782 v 0.5636 h -1.9782 v 1.9897 h -0.5751 v -1.9897 h -1.9897 v -0.5636 h 1.9897 v -2.0012 h 0.5751 v 2.0012 ZM 518.9394,217.1411 ZM 520.0320,216.3131 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 521.9297,217.1411 ZM 522.8267,210.5741 c 0.0000,-0.2990 0.2415,-0.5520 0.5405 -0.5520c 0.3105,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2415,0.5520 -0.5520 0.5520c -0.2990,-0.0000 -0.5405,-0.2415 -0.5405 -0.5520ZM 522.8267,210.5741 ZM 523.9193,216.3131 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2645 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8626,-0.1725 1.1961 -0.3335c 0.1265,-0.0460 0.2070,-0.0920 0.2875 -0.0920h 0.1725 v 4.2554 ZM 524.9659,217.1411 ZM 529.1523,216.3131 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 530.9465,217.1411 ZM 532.2576,213.9554 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 532.2576,213.9554 ZM 535.2939,216.0716 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.891364902854743" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 456.7832,270.5304 h 9.4349 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 443.4663,213.6736 h 39.6293 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 498.3250,260.2331 l -0.0000,-11.3332 h -28.3330 l -0.0000,11.3332 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="6.966372569701709" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 466.2531,213.6736 c 0.0000,-1.6415 -1.3307,-2.9722 -2.9722 -2.9722c -1.6415,-0.0000 -2.9722,1.3307 -2.9722 2.9722c -0.0000,1.6415 1.3307,2.9722 2.9722 2.9722c 1.6415,0.0000 2.9722,-1.3307 2.9722 -2.9722Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="10.302902827146728px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,484.1585,254.5665)" stroke="none" text-anchor="middle">short
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 472.1975,197.3265 ZM 473.2211,196.4984 v -2.8638 c 0.0000,-0.5751 -0.0805,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8511,-0.1610 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0351 h 0.0345 c 0.2990,-0.4485 0.8051,-1.0351 1.3456 -1.0351c 0.4715,-0.0000 0.6441,0.2300 0.6441 0.5290c 0.0000,0.2990 -0.1955,0.4830 -0.4945 0.4830c -0.2300,-0.0000 -0.3565,-0.0920 -0.4715 -0.2070c -0.0690,-0.0690 -0.1495,-0.1035 -0.2300 -0.1035c -0.1265,-0.0000 -0.3795,0.2070 -0.6556 0.5981c -0.0805,0.1035 -0.1380,0.2530 -0.1380 0.4025v 2.5532 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.3335 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.9086,-0.0230 -1.3571 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 476.1884,197.3265 ZM 477.4995,194.1407 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 477.4995,194.1407 ZM 480.5358,196.2569 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 481.1108,197.3265 ZM 485.5272,196.2799 c -0.5060,0.8741 -1.0581,1.1846 -1.7482 1.1846c -1.3801,-0.0000 -2.2427,-1.0466 -2.2427 -2.5302c 0.0000,-1.6331 1.0236,-2.6912 2.2657 -2.6912c 1.1041,-0.0000 1.6907,0.5636 1.6907 1.1731c 0.0000,0.3335 -0.2070,0.5060 -0.4485 0.5060c -0.2415,-0.0000 -0.4715,-0.1265 -0.5060 -0.4140c -0.0460,-0.3795 -0.1150,-0.8741 -0.7936 -0.8741c -0.7591,-0.0000 -1.3226,0.8051 -1.3226 2.0472c 0.0000,1.3456 0.7246,2.2772 1.6101 2.2772c 0.4945,-0.0000 0.9316,-0.3220 1.2881 -0.8396ZM 485.7457,197.3265 ZM 487.6319,192.8296 v 2.9443 c 0.0000,0.7131 0.0690,1.0581 0.3795 1.0581c 0.2990,-0.0000 0.5290,-0.0920 0.8281 -0.3220l 0.2070,0.1955 c -0.4485,0.5060 -0.9086,0.7591 -1.4376 0.7591c -0.5290,-0.0000 -0.8396,-0.3220 -0.8396 -1.1386v -3.4963 h -0.7476 c -0.0345,-0.0000 -0.0460,-0.0115 -0.0460 -0.0460v -0.3565 c 0.0000,-0.0345 0.0115,-0.0460 0.0345 -0.0460c 0.7706,-0.0000 0.9546,-0.4485 0.9546 -1.3226v -0.2185 l 0.6671,-0.2300 v 1.7712 h 1.2651 c 0.0575,-0.0000 0.0920,0.0230 0.0920 0.0690v 0.2300 c 0.0000,0.1035 -0.1610,0.1495 -0.2760 0.1495h -1.0811 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.445682451427372" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 456.7832,253.5362 h 9.4349 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.3221241899005696" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 468.2346,198.8126 l -0.0000,-9.9073 h -9.9073 l -0.0000,9.9073 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 531.3867,243.2390 l -0.0000,-11.3332 h -67.9992 l -0.0000,11.3332 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 472.1975,177.5119 ZM 473.9112,173.9005 v 2.8638 c 0.4025,0.4715 0.7821,0.4945 0.9661 0.4945c 1.2306,-0.0000 1.5066,-1.1501 1.5066 -2.1392c 0.0000,-1.3916 -0.5636,-2.1622 -1.2651 -2.1622c -0.3910,-0.0000 -0.9546,0.3335 -1.2076 0.9431ZM 473.9112,173.9005 ZM 473.0601,179.3290 v -5.6930 c 0.0000,-0.4370 -0.1035,-0.5175 -0.2645 -0.5175c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8741,-0.1725 1.1961 -0.3335c 0.1265,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,0.9201 h 0.0345 c 0.5290,-0.8051 1.1501,-0.9201 1.5181 -0.9201c 1.1156,-0.0000 1.8517,1.1616 1.8517 2.3807c 0.0000,0.9316 -0.2875,1.6446 -0.8051 2.1737c -0.4485,0.4485 -0.9201,0.6671 -1.5296 0.6671c -0.4140,-0.0000 -0.7361,-0.0920 -1.0351 -0.2530v 1.9322 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 477.7065,177.5119 ZM 478.6036,170.9448 c 0.0000,-0.2990 0.2415,-0.5520 0.5405 -0.5520c 0.3105,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2415,0.5520 -0.5520 0.5520c -0.2990,-0.0000 -0.5405,-0.2415 -0.5405 -0.5520ZM 478.6036,170.9448 ZM 479.6962,176.6838 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2645 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8626,-0.1725 1.1961 -0.3335c 0.1265,-0.0460 0.2070,-0.0920 0.2875 -0.0920h 0.1725 v 4.2554 ZM 480.7428,177.5119 ZM 483.0085,172.8884 c -0.2300,-0.0000 -0.2760,0.0575 -0.2760 0.1380c 0.0000,0.0575 0.0460,0.1610 0.1725 0.3680l 0.7016,1.0351 c 0.0345,0.0690 0.0690,0.1035 0.1150 0.1035c 0.0345,-0.0000 0.0575,-0.0230 0.1035 -0.0805l 0.7476,-1.0466 c 0.1265,-0.1610 0.1955,-0.2875 0.1955 -0.3795c 0.0000,-0.0920 -0.0805,-0.1380 -0.2415 -0.1380h -0.1840 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0805v -0.2185 l 0.0345,-0.0345 c 0.0000,-0.0000 0.5405,0.0230 0.8971 0.0230c 0.3680,-0.0000 0.9316,-0.0230 0.9316 -0.0230l 0.0115,0.0230 v 0.2185 c 0.0000,0.0805 -0.0690,0.0920 -0.1380 0.0920c -0.4255,-0.0000 -0.5981,0.1380 -1.0236 0.6786l -0.9661,1.2306 c -0.0230,0.0345 -0.0345,0.0575 -0.0345 0.0805c 0.0000,0.0230 0.0115,0.0575 0.0345 0.0920l 1.0351,1.4606 c 0.5290,0.7476 0.6786,0.7591 1.0466 0.7591c 0.1150,-0.0000 0.1610,0.0230 0.1610 0.0920v 0.2185 l -0.0115,0.0230 c 0.0000,-0.0000 -0.6211,-0.0230 -1.0121 -0.0230c -0.4715,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.1380 c 0.1840,-0.0000 0.2645,-0.0345 0.2645 -0.1265c 0.0000,-0.1035 -0.1265,-0.2760 -0.3105 -0.5175l -0.6671,-0.9201 c -0.0460,-0.0575 -0.0690,-0.0805 -0.1035 -0.0805c -0.0230,-0.0000 -0.0575,0.0345 -0.1035 0.1035l -0.7246,1.0466 c -0.1725,0.2300 -0.2070,0.2875 -0.2070 0.3680c 0.0000,0.0805 0.0690,0.1265 0.2415 0.1265h 0.1610 c 0.0575,-0.0000 0.0805,0.0345 0.0805 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.5981,-0.0230 -0.9661 -0.0230c -0.3335,-0.0000 -0.8626,0.0230 -0.8626 0.0230l -0.0230,-0.0230 v -0.1955 c 0.0000,-0.0690 0.0460,-0.1150 0.1495 -0.1150c 0.2760,-0.0000 0.5405,-0.0575 1.0236 -0.6786l 0.9661,-1.2421 c 0.0115,-0.0230 0.0230,-0.0460 0.0230 -0.0805c 0.0000,-0.0345 -0.0115,-0.0575 -0.0345 -0.0920l -1.0006,-1.4606 c -0.3220,-0.4715 -0.5290,-0.7476 -0.9316 -0.7476c -0.0805,-0.0000 -0.1610,-0.0345 -0.1610 -0.0805v -0.2185 l 0.0230,-0.0345 l 0.9086,0.0230 l 1.2766,-0.0230 l 0.0345,0.0345 v 0.2070 c 0.0000,0.0575 -0.0460,0.0920 -0.0920 0.0920h -0.1725 ZM 486.4588,177.5119 ZM 487.7699,174.3261 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 487.7699,174.3261 ZM 490.8062,176.4423 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 491.3813,177.5119 ZM 492.4739,176.6838 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="10.302902827146728px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,497.3872,237.5724)" stroke="none" text-anchor="middle">just a glyph
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="6.668523677141057" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 459.6136,236.5421 c 0.0000,-1.5632 -1.2672,-2.8305 -2.8305 -2.8305c -1.5632,-0.0000 -2.8305,1.2672 -2.8305 2.8305c -0.0000,1.5632 1.2672,2.8305 2.8305 2.8305c 1.5632,0.0000 2.8305,-1.2672 2.8305 -2.8305Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 536.0929,226.2449 l -0.0000,-11.3332 h -56.6660 l -0.0000,11.3332 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="10.302902827146728px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,507.7599,220.5783)" stroke="none" text-anchor="middle">glyph+line
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="8.891364902854743" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 437.9134,219.5480 h 37.7396 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="6.668523677141057" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 459.6136,219.5480 c 0.0000,-1.5632 -1.2672,-2.8305 -2.8305 -2.8305c -1.5632,-0.0000 -2.8305,1.2672 -2.8305 2.8305c -0.0000,1.5632 1.2672,2.8305 2.8305 2.8305c 1.5632,0.0000 2.8305,-1.2672 2.8305 -2.8305Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 487.9409,209.2507 l -0.0000,-11.3332 h -22.6664 l -0.0000,11.3332 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="10.302902827146728px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,476.6078,203.5841)" stroke="none" text-anchor="middle">rect
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.222841225713686" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 461.5006,207.2713 l -0.0000,-9.4349 h -9.4349 l -0.0000,9.4349 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 493.6075,192.1755 l -0.0000,-11.3332 h -28.3330 l -0.0000,11.3332 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="10.302902827146728px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,479.4411,186.5089)" stroke="none" text-anchor="middle">pixel
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 468.2346,178.9980 l -0.0000,-9.9073 h -9.9073 l -0.0000,9.9073 Z"/>
+    <path d="M 461.5006,190.1960 l -0.0000,-9.4349 h -9.4349 l -0.0000,9.4349 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 446.1017,157.1846 ZM 447.3503,156.2382 v -6.5852 c 0.0000,-0.7492 -0.1314,-0.9595 -0.3943 -0.9595l -0.4206,0.0526 c -0.0394,-0.0000 -0.0789,-0.0263 -0.0789 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6966,-0.0789 0.9201 -0.1183c 0.2366,-0.0526 0.4206,-0.1052 0.6835 -0.2234h 0.2892 v 8.2282 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.3155 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9595,-0.0263 -1.4721 -0.0263c -0.4600,-0.0000 -1.4196,0.0263 -1.4196 0.0263l -0.0131,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.3155 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 449.5191,157.1846 ZM 451.0175,153.5437 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 451.0175,153.5437 ZM 454.4876,155.9622 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 455.1448,157.1846 ZM 459.2983,153.4648 c 0.0000,-1.0910 -0.5126,-1.7219 -1.3013 -1.7219c -0.6835,-0.0000 -1.1435,0.4732 -1.1435 1.4984c 0.0000,0.6835 0.2629,1.7613 1.3144 1.7613c 0.4600,-0.0000 1.1304,-0.2234 1.1304 -1.5379ZM 459.2983,153.4648 ZM 456.8404,157.2766 c -0.4075,0.3812 -0.4995,0.7886 -0.4995 1.2355c 0.0000,0.9858 1.1830,1.2750 1.6299 1.2750c 1.1304,-0.0000 2.5631,-0.3943 2.5631 -1.3407c 0.0000,-0.3417 -0.1840,-0.5652 -0.6966 -0.8149c -0.3680,-0.1840 -0.9069,-0.3286 -1.5379 -0.3286c -0.1052,-0.0000 -0.2497,0.0131 -0.4338 0.0263c -0.1840,0.0131 -0.3812,0.0131 -0.5258 0.0131c -0.2103,-0.0000 -0.3155,-0.0263 -0.4995 -0.0657ZM 456.8404,157.2766 ZM 460.8361,152.0847 c -0.2103,-0.0000 -0.3417,-0.1183 -0.3943 -0.2234c -0.0789,-0.1183 -0.1314,-0.1577 -0.2234 -0.1577c -0.1577,-0.0000 -0.4075,0.1840 -0.4995 0.3155c 0.3680,0.3943 0.5389,0.7755 0.5389 1.3933c 0.0000,1.2881 -1.0515,1.9848 -2.1556 1.9848c -0.4863,-0.0000 -0.8807,-0.0920 -1.1830 -0.2760c -0.1446,0.2234 -0.2234,0.4995 -0.2234 0.7624c 0.0000,0.5652 0.4338,0.7098 0.8018 0.7098c 0.0657,-0.0000 0.2234,-0.0131 0.4075 -0.0263c 0.3023,-0.0394 0.6309,-0.0657 0.8544 -0.0657c 0.4600,-0.0000 1.3275,0.0920 1.8533 0.5389c 0.3549,0.3286 0.5520,0.6441 0.5520 1.0647c 0.0000,1.4196 -1.8665,2.1688 -3.5620 2.1688c -0.9595,-0.0000 -2.0242,-0.3549 -2.0242 -1.4984c 0.0000,-0.5652 0.3549,-1.1698 1.0252 -1.5904c -0.3286,-0.1709 -0.5652,-0.4995 -0.5652 -0.9727c 0.0000,-0.4469 0.1972,-1.0121 0.5520 -1.3275c -0.3549,-0.3549 -0.6572,-0.8018 -0.6572 -1.5247c 0.0000,-1.2093 1.0647,-1.9848 2.1819 -1.9848c 0.7361,-0.0000 1.1961,0.3023 1.3407 0.4075c 0.3286,-0.4469 0.9201,-0.6703 1.2487 -0.6703c 0.3417,-0.0000 0.5783,0.2234 0.5783 0.4995c 0.0000,0.2892 -0.1840,0.4732 -0.4469 0.4732ZM 461.5065,157.1846 ZM 463.0049,153.5437 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 463.0049,153.5437 ZM 466.4749,155.9622 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 467.1321,157.1846 ZM 471.9166,156.2382 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 473.9670,157.1846 ZM 478.3572,156.0148 v -3.4043 c -0.3155,-0.4995 -0.6703,-0.7755 -1.2881 -0.7755c -0.2629,-0.0000 -0.8018,0.0394 -1.2224 0.6572c -0.1840,0.2760 -0.4075,0.8412 -0.4075 1.7876c 0.0000,1.7219 0.8938,2.5105 1.6036 2.5105c 0.4338,-0.0000 0.7886,-0.2629 1.3144 -0.7755ZM 478.3572,156.0148 ZM 479.3430,148.0100 v 7.5973 c 0.0000,0.3943 0.0263,0.6046 0.0526 0.6966c 0.0394,0.1183 0.1840,0.1972 0.2892 0.1972c 0.1577,-0.0000 0.4469,-0.0000 0.6441 -0.0394l 0.0526,0.3680 c -0.7624,0.1314 -1.4458,0.2760 -1.7219 0.5126h -0.3155 l 0.0394,-0.9069 c -0.4995,0.5126 -1.0121,0.9069 -1.6824 0.9069c -1.4196,-0.0000 -2.2871,-1.2093 -2.2871 -2.8260c 0.0000,-0.9727 0.2629,-1.7876 0.8281 -2.3528c 0.5258,-0.4995 1.1041,-0.7886 1.9716 -0.7886c 0.2629,-0.0000 0.8412,0.1183 1.1435 0.2892v -2.0110 c 0.0000,-0.7492 -0.1183,-0.9595 -0.3812 -0.9595l -0.4338,0.0526 c -0.0263,-0.0000 -0.0657,-0.0263 -0.0657 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6835,-0.0789 0.9069 -0.1183c 0.2497,-0.0526 0.4338,-0.1052 0.6966 -0.2234h 0.2892 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 476.2115,175.1002 l -0.0000,-12.9522 h -38.8567 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 567.3290,307.7158 l -0.0000,-170.0097 h -129.7610 l -0.0000,170.0097 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,456.7832,168.6241)" stroke="none" text-anchor="middle">legend
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8891364902854744" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 566.8227,300.8250 l -0.0000,-145.2807 h -135.6330 l -0.0000,145.2807 Z"/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 408.3143,307.7158 l -0.0000,-198.1465 h -3.9629 l -0.0000,198.1465 Z"/>
+    <path d="M 397.6090,300.8250 l -0.0000,-188.6979 h -3.7740 l -0.0000,188.6979 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,113.5322 ZM 417.3295,111.3109 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322ZM 419.0251,113.5322 ZM 419.7743,112.9933 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,113.5322 ZM 424.7822,106.3950 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,106.3950 ZM 424.7296,113.6900 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,119.7808 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,109.5693 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,113.3047)" stroke="none" text-anchor="middle">5.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,133.3469 ZM 416.6592,128.6807 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 419.0251,133.3469 ZM 419.7743,132.8080 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,133.3469 ZM 425.9652,131.1255 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,112.1272 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,129.3839 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,138.6506 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,153.1615 ZM 416.6592,148.4954 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 419.0251,153.1615 ZM 419.7743,152.6226 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,153.1615 ZM 424.7822,146.0243 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,146.0243 ZM 424.7296,153.3193 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,132.1744)" stroke="none" text-anchor="middle">4.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,149.1986 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,130.9970 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,172.9762 ZM 416.1071,165.7864 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 419.0251,172.9762 ZM 419.7743,172.4373 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,172.9762 ZM 425.9652,170.7548 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,157.5203 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,169.0132 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,151.0442)" stroke="none" text-anchor="middle">4.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,192.7908 ZM 416.1071,185.6010 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 419.0251,192.7908 ZM 419.7743,192.2519 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,192.7908 ZM 424.7822,185.6536 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,185.6536 ZM 424.7296,192.9485 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,149.8668 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,188.8279 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,176.3901 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,212.6055 ZM 414.0304,206.7827 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 419.0251,212.6055 ZM 419.7743,212.0666 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,212.6055 ZM 425.9652,210.3841 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,169.9140)" stroke="none" text-anchor="middle">3.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,208.6425 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,168.7365 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,232.4201 ZM 414.0304,226.5973 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 419.0251,232.4201 ZM 419.7743,231.8812 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,232.4201 ZM 424.7822,225.2829 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,225.2829 ZM 424.7296,232.5778 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,195.2599 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,228.4572 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,188.7838)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,252.2348 ZM 415.7391,245.9651 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 419.0251,252.2348 ZM 419.7743,251.6959 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,252.2348 ZM 425.9652,250.0134 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,187.6063 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,248.2718 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,214.1297 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,272.0494 ZM 415.7391,265.7797 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 419.0251,272.0494 ZM 419.7743,271.5105 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,272.0494 ZM 424.7822,264.9122 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,264.9122 ZM 424.7296,272.2071 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,207.6536)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,268.0865 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,206.4761 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,291.8641 ZM 416.1466,284.7268 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 416.1466,284.7268 ZM 416.0940,292.0218 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 419.0251,291.8641 ZM 419.7743,291.3252 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,291.8641 ZM 425.9652,289.6427 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,232.9995 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,287.9011 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,226.5234)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.2680,311.6787 ZM 416.1466,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 416.1466,304.5415 ZM 416.0940,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 419.0251,311.6787 ZM 419.7743,311.1398 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,311.6787 ZM 424.7822,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,304.5415 ZM 424.7296,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,225.3459 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 404.3514,307.7158 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,251.8693 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,245.3932)" stroke="none" text-anchor="middle">1.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,244.2157 h 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,270.7391 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,264.2629)" stroke="none" text-anchor="middle">1.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,263.0855 h 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,289.6088 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,283.1327)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,281.9553 h 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.7548,308.4786 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,412.0406,302.0025)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8351,300.8250 h 5.6609 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 389.2292,93.8556 l -0.0000,-3.9629 h -297.2197 l -0.0000,3.9629 Z"/>
+    <path d="M 376.5730,99.2806 l -0.0000,-3.7740 h -283.0468 l -0.0000,3.7740 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.0328,80.8381 ZM 384.8719,73.6483 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 387.7899,80.8381 ZM 388.5391,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 390.6685,80.8381 ZM 393.5470,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 393.5470,73.7008 ZM 393.4944,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 386.2872,90.7892 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 389.2292,87.9112 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,376.5730,84.3131)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.4962,80.8381 ZM 333.2586,75.0152 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 338.2533,80.8381 ZM 339.0025,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 341.1318,80.8381 ZM 345.1934,78.6167 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5730,93.6197 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.6926,87.9112 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.1127,90.7892 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.9596,80.8381 ZM 283.7219,75.0152 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 288.7167,80.8381 ZM 289.4659,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 291.5952,80.8381 ZM 294.4738,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 294.4738,73.7008 ZM 294.4212,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,329.3985,84.3131)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.1559,87.9112 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 329.3985,93.6197 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.4230,80.8381 ZM 235.8940,74.5683 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 239.1801,80.8381 ZM 239.9293,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 242.0586,80.8381 ZM 246.1201,78.6167 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 291.9382,90.7892 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.6193,87.9112 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,282.2241,84.3131)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.8863,80.8381 ZM 186.3574,74.5683 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 189.6434,80.8381 ZM 190.3926,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 192.5220,80.8381 ZM 195.4005,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 195.4005,73.7008 ZM 195.3479,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.2241,93.6197 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.0827,87.9112 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 244.7638,90.7892 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 134.3497,80.8381 ZM 137.2283,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 137.2283,73.7008 ZM 137.1757,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 140.1068,80.8381 ZM 140.8560,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 142.9854,80.8381 ZM 147.0469,78.6167 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,235.0496,84.3131)" stroke="none" text-anchor="middle">1.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.5461,87.9112 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.0496,93.6197 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 84.8131,80.8381 ZM 87.6916,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 87.6916,73.7008 ZM 87.6391,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 90.5702,80.8381 ZM 91.3194,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 93.4487,80.8381 ZM 96.3273,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 96.3273,73.7008 ZM 96.2747,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.5893,90.7892 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 92.0095,87.9112 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.8751,84.3131)" stroke="none" text-anchor="middle">1.0
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.8751,93.6197 v 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.4148,90.7892 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.7007,84.3131)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.7007,93.6197 v 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.2404,90.7892 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,93.5262,84.3131)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.5262,93.6197 v 5.6609 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 76.8872,307.7158 l -0.0000,-198.1465 h -3.9629 l -0.0000,198.1465 Z"/>
+    <path d="M 76.2641,300.8250 l -0.0000,-188.6979 h -3.7740 l -0.0000,188.6979 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,113.5322 ZM 57.6394,111.3109 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322ZM 59.3350,113.5322 ZM 60.0842,112.9933 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,113.5322 ZM 65.0921,106.3950 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,106.3950 ZM 65.0395,113.6900 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,119.7808 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,109.5693 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,113.3047)" stroke="none" text-anchor="middle">5.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,133.3469 ZM 56.9691,128.6807 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 59.3350,133.3469 ZM 60.0842,132.8080 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,133.3469 ZM 66.2751,131.1255 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,112.1272 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,129.3839 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,138.6506 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,153.1615 ZM 56.9691,148.4954 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 59.3350,153.1615 ZM 60.0842,152.6226 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,153.1615 ZM 65.0921,146.0243 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,146.0243 ZM 65.0395,153.3193 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,132.1744)" stroke="none" text-anchor="middle">4.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,149.1986 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,130.9970 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,172.9762 ZM 56.4170,165.7864 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 59.3350,172.9762 ZM 60.0842,172.4373 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,172.9762 ZM 66.2751,170.7548 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,157.5203 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,169.0132 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,151.0442)" stroke="none" text-anchor="middle">4.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,192.7908 ZM 56.4170,185.6010 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 59.3350,192.7908 ZM 60.0842,192.2519 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,192.7908 ZM 65.0921,185.6536 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,185.6536 ZM 65.0395,192.9485 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,149.8668 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,188.8279 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,176.3901 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,212.6055 ZM 54.3403,206.7827 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 59.3350,212.6055 ZM 60.0842,212.0666 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,212.6055 ZM 66.2751,210.3841 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,169.9140)" stroke="none" text-anchor="middle">3.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,208.6425 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,168.7365 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,232.4201 ZM 54.3403,226.5973 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 59.3350,232.4201 ZM 60.0842,231.8812 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,232.4201 ZM 65.0921,225.2829 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,225.2829 ZM 65.0395,232.5778 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,195.2599 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,228.4572 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,188.7838)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,252.2348 ZM 56.0490,245.9651 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 59.3350,252.2348 ZM 60.0842,251.6959 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,252.2348 ZM 66.2751,250.0134 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,187.6063 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,248.2718 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,214.1297 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,272.0494 ZM 56.0490,265.7797 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 59.3350,272.0494 ZM 60.0842,271.5105 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,272.0494 ZM 65.0921,264.9122 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,264.9122 ZM 65.0395,272.2071 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,207.6536)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,268.0865 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,206.4761 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,291.8641 ZM 56.4565,284.7268 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 56.4565,284.7268 ZM 56.4039,292.0218 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 59.3350,291.8641 ZM 60.0842,291.3252 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,291.8641 ZM 66.2751,289.6427 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,232.9995 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,287.9011 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,226.5234)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 53.5779,311.6787 ZM 56.4565,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 56.4565,304.5415 ZM 56.4039,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 59.3350,311.6787 ZM 60.0842,311.1398 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,311.6787 ZM 65.0921,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,304.5415 ZM 65.0395,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,225.3459 h 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.9428,307.7158 h 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,251.8693 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,245.3932)" stroke="none" text-anchor="middle">1.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,244.2157 h 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,270.7391 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,264.2629)" stroke="none" text-anchor="middle">1.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,263.0855 h 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,289.6088 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,283.1327)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,281.9553 h 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 67.7727,308.4786 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,58.0586,302.0025)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.6032,300.8250 h 5.6609 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 389.2292,319.6046 l -0.0000,-3.9629 h -297.2197 l -0.0000,3.9629 Z"/>
+    <path d="M 376.5730,312.1469 l -0.0000,-3.7740 h -283.0468 l -0.0000,3.7740 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.0328,336.3090 ZM 384.8719,329.1192 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 387.7899,336.3090 ZM 388.5391,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 390.6685,336.3090 ZM 393.5470,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 393.5470,329.1718 ZM 393.4944,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 386.2872,329.8166 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 389.2292,315.6416 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,376.5730,323.3405)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.4962,336.3090 ZM 333.2586,330.4862 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 338.2533,336.3090 ZM 339.0025,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 341.1318,336.3090 ZM 345.1934,334.0877 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5730,308.3730 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.6926,315.6416 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.1127,329.8166 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.9596,336.3090 ZM 283.7219,330.4862 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 288.7167,336.3090 ZM 289.4659,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 291.5952,336.3090 ZM 294.4738,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 294.4738,329.1718 ZM 294.4212,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,329.3985,323.3405)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.1559,315.6416 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 329.3985,308.3730 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.4230,336.3090 ZM 235.8940,330.0393 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 239.1801,336.3090 ZM 239.9293,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 242.0586,336.3090 ZM 246.1201,334.0877 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 291.9382,329.8166 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.6193,315.6416 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,282.2241,323.3405)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.8863,336.3090 ZM 186.3574,330.0393 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 189.6434,336.3090 ZM 190.3926,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 192.5220,336.3090 ZM 195.4005,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 195.4005,329.1718 ZM 195.3479,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.2241,308.3730 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.0827,315.6416 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 244.7638,329.8166 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 134.3497,336.3090 ZM 137.2283,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 137.2283,329.1718 ZM 137.1757,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 140.1068,336.3090 ZM 140.8560,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 142.9854,336.3090 ZM 147.0469,334.0877 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,235.0496,323.3405)" stroke="none" text-anchor="middle">1.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.5461,315.6416 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.0496,308.3730 v 5.6609 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 84.8131,336.3090 ZM 87.6916,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 87.6916,329.1718 ZM 87.6391,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 90.5702,336.3090 ZM 91.3194,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 93.4487,336.3090 ZM 96.3273,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 96.3273,329.1718 ZM 96.2747,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.5893,329.8166 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 92.0095,315.6416 v 5.9444 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,187.8751,323.3405)" stroke="none" text-anchor="middle">1.0
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.8751,308.3730 v 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.4148,329.8166 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,140.7007,323.3405)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.7007,308.3730 v 5.6609 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.2404,329.8166 l -0.0000,-12.9522 h -19.4283 l -0.0000,12.9522 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="11.774746088167687px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,93.5262,323.3405)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.5262,308.3730 v 5.6609 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 389.2292,307.7158 l -0.0000,-198.1465 h -297.2197 l -0.0000,198.1465 Z"/>
+    <path d="M 376.5730,300.8250 l -0.0000,-188.6979 h -283.0468 l -0.0000,188.6979 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.5461,149.1986 v 158.5172 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.222841225713686" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.7007,149.8668 v 150.9583 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 92.0095,307.7158 l 297.2197,-118.8879 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.891364902854743" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.5262,300.8250 l 283.0468,-113.2187 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.644248379801139" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 92.0095,268.0865 h 99.0732 l 99.0732,-158.5172 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.445682451427372" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.5262,263.0855 h 94.3489 l 94.3489,-150.9583 "/>
   </g>
 </svg>
diff --git a/other/pixelHudExample.svg b/other/pixelHudExample.svg
--- a/other/pixelHudExample.svg
+++ b/other/pixelHudExample.svg
@@ -5,4962 +5,5062 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,186,219)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.2358,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.0454,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.8549,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 448.4740,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 441.2836,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 434.0931,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 419.7122,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.5218,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.3313,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.9504,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.7600,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.5695,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1886,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.9982,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.8077,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.4268,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.2364,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0459,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.6650,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4746,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.2841,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.9032,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7128,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.5223,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.1415,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9510,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7606,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.3797,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1892,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,186,219)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9988,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 87.8498,328.8146 ZM 60.4712,319.8951 l 12.1152,0.0000 c 0.1431,-0.5247 0.2385,-2.1941 0.2385 -3.3865c 0.0000,-4.6267 -2.1464,-7.3455 -7.2978 -7.3455c -6.0576,-0.0000 -7.2501,3.5296 -7.2501 6.8208c -0.0000,3.4342 0.8109,3.9112 2.1941 3.9112ZM 60.4712,319.8951 ZM 84.4632,323.7586 l -23.9920,-0.0000 c -1.5263,-0.0000 -2.0987,1.2878 -2.0987 2.0987l -0.0000,1.8602 c -0.0000,0.1908 -0.0954,0.2862 -0.2862 0.2862l -1.0017,-0.0000 l -0.0477,-0.0954 c 0.0000,-0.0000 0.0477,-3.8635 0.0477 -6.0576c 0.0000,-1.4309 -0.4293,-4.9606 -0.4293 -6.2007c 0.0000,-8.8241 5.1991,-10.5412 8.0132 -10.5412c 4.0543,0.0000 9.7304,2.4803 9.7304 11.1613c -0.0000,1.6694 -0.1431,2.5757 -0.4770 3.6250l 10.5412,0.0000 c 1.4309,0.0000 2.0510,-0.7155 2.0510 -2.5757l 0.0000,-1.2878 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,4.1497 -0.0954 6.0099c -0.0000,1.7171 0.0954,6.1530 0.0954 6.1530l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-1.2401 c 0.0000,-1.9556 -0.7155,-2.6234 -2.0510 -2.6234ZM 87.8498,303.9640 ZM 60.6143,300.2436 c -1.2401,-0.0000 -2.2895,-1.0017 -2.2895 -2.2418c 0.0000,-1.2878 1.0494,-2.2895 2.2895 -2.2895c 1.2878,0.0000 2.2895,1.0017 2.2895 2.2895c -0.0000,1.2401 -1.0017,2.2418 -2.2895 2.2418ZM 60.6143,300.2436 ZM 84.4155,295.7123 c 1.3832,0.0000 2.0987,-0.5247 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2912 -0.0954 5.1514c -0.0000,1.6694 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.9063 c 0.0000,-1.5740 -0.7155,-2.0510 -2.0987 -2.0510l -11.8768,-0.0000 c -2.5280,-0.0000 -2.9096,0.4293 -2.9096 1.0971c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0527 -0.7155,-3.5773 -1.3832 -4.9606c -0.1908,-0.5247 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 17.6482,0.0000 ZM 87.8498,291.3718 ZM 68.6752,281.9753 c -0.0000,0.9540 0.2385,1.1447 0.5724 1.1447c 0.2385,0.0000 0.6678,-0.1908 1.5263 -0.7155l 4.2928,-2.9096 c 0.2862,-0.1431 0.4293,-0.2862 0.4293 -0.4770c 0.0000,-0.1431 -0.0954,-0.2385 -0.3339 -0.4293l -4.3405,-3.1004 c -0.6678,-0.5247 -1.1924,-0.8109 -1.5740 -0.8109c -0.3816,-0.0000 -0.5724,0.3339 -0.5724 1.0017l -0.0000,0.7632 c -0.0000,0.1431 -0.0954,0.2862 -0.3339 0.2862l -0.9063,-0.0000 l -0.1431,-0.1431 c 0.0000,-0.0000 0.0954,-2.2418 0.0954 -3.7204c 0.0000,-1.5263 -0.0954,-3.8635 -0.0954 -3.8635l 0.0954,-0.0477 l 0.9063,0.0000 c 0.3339,0.0000 0.3816,0.2862 0.3816 0.5724c -0.0000,1.7648 0.5724,2.4803 2.8142 4.2451l 5.1037,4.0066 c 0.1431,0.0954 0.2385,0.1431 0.3339 0.1431c 0.0954,0.0000 0.2385,-0.0477 0.3816 -0.1431l 6.0576,-4.2928 c 3.1004,-2.1941 3.1481,-2.8142 3.1481 -4.3405c 0.0000,-0.4770 0.0954,-0.6678 0.3816 -0.6678l 0.9063,0.0000 l 0.0954,0.0477 c 0.0000,-0.0000 -0.0954,2.5757 -0.0954 4.1974c -0.0000,1.9556 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.5724 c 0.0000,-0.7632 -0.1431,-1.0971 -0.5247 -1.0971c -0.4293,-0.0000 -1.1447,0.5247 -2.1464 1.2878l -3.8158,2.7665 c -0.2385,0.1908 -0.3339,0.2862 -0.3339 0.4293c -0.0000,0.0954 0.1431,0.2385 0.4293 0.4293l 4.3405,3.0050 c 0.9540,0.7155 1.1924,0.8586 1.5263 0.8586c 0.3339,0.0000 0.5247,-0.2862 0.5247 -1.0017l 0.0000,-0.6678 c 0.0000,-0.2385 0.1431,-0.3339 0.3816 -0.3339l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,2.4803 -0.0954 4.0066c -0.0000,1.3832 0.0954,3.5773 0.0954 3.5773l -0.0954,0.0954 l -0.8109,-0.0000 c -0.2862,-0.0000 -0.4770,-0.1908 -0.4770 -0.6201c 0.0000,-1.1447 -0.2385,-2.2418 -2.8142 -4.2451l -5.1514,-4.0066 c -0.0954,-0.0477 -0.1908,-0.0954 -0.3339 -0.0954c -0.1431,-0.0000 -0.2385,0.0477 -0.3816 0.1431l -6.0576,4.1497 c -1.9556,1.3355 -3.1004,2.1941 -3.1004 3.8635c -0.0000,0.3339 -0.1431,0.6678 -0.3339 0.6678l -0.9063,-0.0000 l -0.1431,-0.0954 l 0.0954,-3.7681 l -0.0954,-5.2945 l 0.1431,-0.1431 l 0.8586,0.0000 c 0.2385,0.0000 0.3816,0.1908 0.3816 0.3816l -0.0000,0.7155 ZM 87.8498,267.6659 ZM 74.6375,262.2284 l 0.0000,-8.7764 c 0.0000,-0.4770 -0.2385,-0.6678 -0.6678 -0.6678c -4.4359,-0.0000 -5.5806,2.2418 -5.5806 3.9589c -0.0000,1.0971 0.4293,4.6744 6.2484 5.4853ZM 74.6375,262.2284 ZM 83.4139,249.6362 l 0.7632,-0.9540 c 2.4803,1.8125 4.2451,4.6267 4.2451 8.0609c -0.0000,6.5346 -4.8652,9.3011 -10.0642 9.3011c -7.2501,-0.0000 -11.5906,-4.7698 -11.5906 -9.3011c 0.0000,-6.2961 4.9129,-7.7747 8.9195 -7.7747c 0.5247,0.0000 0.8109,0.3339 0.8109 0.8586l -0.0000,12.5445 c 0.2862,0.0477 0.5724,0.0477 0.9540 0.0477c 4.8652,0.0000 8.6333,-3.3865 8.6333 -6.8208c 0.0000,-2.6234 -0.8586,-4.2928 -2.6711 -5.9622ZM 87.8498,247.2513 ZM 84.4155,242.7200 l -23.8966,-0.0000 c -2.7188,-0.0000 -3.4819,0.4770 -3.4819 1.4309l 0.1908,1.5263 c -0.0000,0.1431 -0.0954,0.2862 -0.2385 0.2862l -1.1924,0.0954 c 0.0000,-0.7632 -0.2862,-2.5280 -0.4293 -3.3388c -0.1908,-0.8586 -0.3816,-1.5263 -0.8109 -2.4803l 0.0000,-1.0494 l 29.8588,0.0000 c 1.3832,0.0000 2.0987,-0.5247 2.0987 -2.0510l 0.0000,-1.1447 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.4819 -0.0954 5.3422c -0.0000,1.6694 0.0954,5.1514 0.0954 5.1514l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-1.1447 c 0.0000,-1.5740 -0.7155,-2.0510 -2.0987 -2.0510ZM 87.8498,222.9254 ZM 88.4221,205.9926 c -0.0000,10.2550 -7.9178,15.1679 -15.5972 15.1679c -9.3965,-0.0000 -16.3604,-7.2978 -16.3604 -15.2156c 0.0000,-5.8668 2.0033,-7.7270 2.1464 -10.4458c 2.6234,-0.1431 4.9129,-0.5724 7.3932 -1.0494l 0.1908,1.4309 c -4.1020,1.2401 -7.9655,4.0066 -7.9655 10.5889c -0.0000,3.7681 4.0066,10.5412 13.6893 10.5412c 6.9639,0.0000 14.5478,-3.5773 14.5478 -10.9705c 0.0000,-4.4359 -1.5740,-7.6794 -5.2945 -11.0659l 0.7155,-1.0971 c 4.2451,3.2435 6.5346,7.4886 6.5346 12.1152ZM 87.8498,192.2080 ZM 54.5567,184.4332 l 16.1696,0.0000 c -3.1958,-3.1958 -3.9589,-6.0099 -3.9589 -7.8701c 0.0000,-3.4342 2.6234,-5.1514 7.5363 -5.1514l 10.1119,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1514c -0.0000,1.6694 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -10.6366,-0.0000 c -3.8635,-0.0000 -4.7698,1.0494 -4.7698 3.7204c -0.0000,1.3832 1.2401,3.4342 3.4819 5.7237l 11.9245,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1037c -0.0000,1.7171 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -23.8966,-0.0000 c -2.7188,-0.0000 -3.4819,0.4293 -3.4819 1.3832l 0.1908,1.5740 c -0.0000,0.1431 -0.0954,0.2385 -0.2385 0.2385l -1.1924,0.0954 c 0.0000,-0.7632 -0.2862,-2.4803 -0.4293 -3.2912c -0.1908,-0.8586 -0.3816,-1.5740 -0.8109 -2.5280l 0.0000,-1.0494 ZM 87.8498,167.5005 ZM 76.1638,153.6204 l 0.9540,3.7681 c 1.2878,4.1974 3.4819,4.8175 5.6283 4.8175c 1.4786,0.0000 3.7204,-0.7155 3.7204 -3.7204c 0.0000,-1.4309 -1.3832,-3.6250 -2.4326 -4.8652l -7.8701,-0.0000 ZM 76.1638,153.6204 ZM 88.4221,150.5678 c -0.0000,1.8125 -1.6217,2.8142 -2.7665 3.0050l 0.7632,1.0971 c 1.5263,2.1941 2.0033,3.0050 2.0033 5.1991c -0.0000,3.3388 -1.9079,5.7714 -5.4853 5.7714c -3.6250,-0.0000 -6.1053,-3.1004 -7.2501 -7.6317l -1.0971,-4.3882 c -5.3899,-0.0000 -6.3915,2.4803 -6.3915 4.1020c -0.0000,1.8125 0.8109,3.9112 2.2895 3.9112c 0.5247,0.0000 0.8109,-0.0954 0.9540 -0.1431c 0.1908,-0.0954 0.5247,-0.1431 0.8586 -0.1431c 0.6201,0.0000 1.5740,0.4770 1.5740 1.8602c -0.0000,1.1447 -0.7632,1.9079 -1.9079 1.9079c -2.7665,-0.0000 -5.1991,-4.4836 -5.1991 -7.5363c 0.0000,-3.4819 1.4309,-7.4886 8.2040 -7.4886l 7.0116,0.0000 c 2.9096,0.0000 4.1497,-0.0477 4.1497 -1.1447c 0.0000,-1.0494 -1.3355,-1.3355 -2.3849 -1.3832l 0.2385,-1.1924 c 3.4819,0.2862 4.4359,1.7648 4.4359 4.1974ZM 87.8498,145.9888 ZM 84.4155,141.7437 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 87.8498,129.4376 ZM 69.1999,121.6152 l 12.2106,0.0000 c 2.9573,0.0000 4.3882,-0.2862 4.3882 -1.5740c 0.0000,-1.2401 -0.3816,-2.1941 -1.3355 -3.4342l 0.8109,-0.8586 c 2.0987,1.8602 3.1481,3.7681 3.1481 5.9622c -0.0000,2.1941 -1.3355,3.4819 -4.7221 3.4819l -14.5001,-0.0000 l -0.0000,3.1004 c -0.0000,0.1431 -0.0477,0.1908 -0.1908 0.1908l -1.4786,-0.0000 c -0.1431,-0.0000 -0.1908,-0.0477 -0.1908 -0.1431c 0.0000,-3.1958 -1.8602,-3.9589 -5.4853 -3.9589l -0.9063,-0.0000 l -0.9540,-2.7665 l 7.3455,0.0000 l 0.0000,-5.2468 c 0.0000,-0.2385 0.0954,-0.3816 0.2862 -0.3816l 0.9540,0.0000 c 0.4293,0.0000 0.6201,0.6678 0.6201 1.1447l -0.0000,4.4836 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 531.7919,306.7803 ZM 534.2793,305.8621 c 0.3339,0.4007 0.6845,0.5342 1.2020 0.5342c 1.5860,-0.0000 2.3873,-1.4691 2.3873 -3.3722c 0.0000,-1.7028 -0.8681,-2.9215 -1.8864 -2.9215c -0.1836,-0.0000 -1.0517,0.0334 -1.7028 0.7179v 5.0417 ZM 534.2793,305.8621 ZM 533.0272,297.2145 c 0.0000,-0.9516 -0.1669,-1.2187 -0.5008 -1.2187l -0.5342,0.0668 c -0.0501,-0.0000 -0.0835,-0.0334 -0.0835 -0.0835l -0.0334,-0.4174 c 0.2671,-0.0000 0.8681,-0.1002 1.1519 -0.1502c 0.3005,-0.0668 0.5509,-0.1336 0.8848 -0.2838h 0.3673 v 5.1752 c 0.5676,-0.6177 1.2354,-0.9182 2.0367 -0.9182c 1.4524,-0.0000 2.8380,1.3856 2.8380 3.4223c 0.0000,2.6544 -1.8698,4.1569 -3.5726 4.1569c -0.7179,-0.0000 -1.2521,-0.2003 -1.7362 -0.6177c -0.1502,0.2003 -0.3673,0.4507 -0.5175 0.6177l -0.3506,-0.0835 c 0.0501,-0.4007 0.0501,-0.6678 0.0501 -1.3188v -8.3471 ZM 539.6549,306.7803 ZM 541.2408,305.5783 v -8.3638 c 0.0000,-0.9516 -0.1669,-1.2187 -0.5008 -1.2187l -0.5342,0.0668 c -0.0501,-0.0000 -0.1002,-0.0334 -0.1002 -0.0835l -0.0334,-0.4174 c 0.2671,-0.0000 0.8848,-0.1002 1.1686 -0.1502c 0.3005,-0.0668 0.5342,-0.1336 0.8681 -0.2838h 0.3673 v 10.4506 c 0.0000,0.4841 0.1836,0.7345 0.7179 0.7345h 0.4007 c 0.0668,-0.0000 0.1336,0.0501 0.1336 0.1336v 0.3172 l -0.0334,0.0334 c 0.0000,-0.0000 -1.2187,-0.0334 -1.8698 -0.0334c -0.5843,-0.0000 -1.8030,0.0334 -1.8030 0.0334l -0.0167,-0.0334 v -0.3172 c 0.0000,-0.0835 0.0334,-0.1336 0.1169 -0.1336h 0.4007 c 0.5509,-0.0000 0.7179,-0.2504 0.7179 -0.7345ZM 543.9954,306.7803 ZM 551.1572,304.8438 c 0.0000,0.8347 0.0835,1.1018 0.4174 1.1018c 0.2003,-0.0000 0.5676,-0.0334 0.8514 -0.0835l 0.0668,0.4674 c -1.0183,0.1836 -1.8364,0.3506 -2.2203 0.6511h -0.3673 l 0.0501,-1.2354 h -0.0501 c -0.9182,1.0017 -1.6694,1.2354 -2.3539 1.2354c -1.6527,-0.0000 -2.0868,-1.1185 -2.0868 -2.2704v -3.8063 c 0.0000,-0.5509 -0.1169,-0.8347 -0.7345 -0.8347c -0.0668,-0.0000 -0.1836,0.0167 -0.2838 0.0167l -0.0501,-0.0167 v -0.4341 l 0.0501,-0.0501 c 0.0000,-0.0000 1.1352,0.0334 1.6694 0.0334c 0.2337,-0.0000 0.6177,-0.0334 0.6177 -0.0334l -0.0167,1.3355 v 3.5559 c 0.0000,1.4858 0.7679,1.7529 1.2688 1.7529c 0.3840,-0.0000 0.7345,-0.1502 1.0851 -0.4007c 0.4007,-0.3005 0.6678,-0.5342 0.8347 -0.7512v -4.1235 c 0.0000,-0.6010 -0.0835,-0.8848 -0.7012 -0.8848c -0.1002,-0.0000 -0.2838,0.0167 -0.3339 0.0167l -0.0334,-0.0334 v -0.4174 l 0.0334,-0.0501 c 0.0000,-0.0000 1.1853,0.0334 1.6527 0.0334c 0.3840,-0.0000 0.6511,-0.0334 0.6511 -0.0334l -0.0167,1.3188 v 3.9398 ZM 552.6263,306.7803 ZM 554.5294,302.1560 h 3.0717 c 0.1669,-0.0000 0.2337,-0.0835 0.2337 -0.2337c 0.0000,-1.5526 -0.7846,-1.9532 -1.3856 -1.9532c -0.3840,-0.0000 -1.6360,0.1502 -1.9198 2.1869ZM 554.5294,302.1560 ZM 558.9367,305.2277 l 0.3339,0.2671 c -0.6344,0.8681 -1.6193,1.4858 -2.8213 1.4858c -2.2871,-0.0000 -3.2554,-1.7028 -3.2554 -3.5225c 0.0000,-2.5375 1.6694,-4.0567 3.2554 -4.0567c 2.2036,-0.0000 2.7212,1.7195 2.7212 3.1218c 0.0000,0.1836 -0.1169,0.2838 -0.3005 0.2838h -4.3906 c -0.0167,0.1002 -0.0167,0.2003 -0.0167 0.3339c 0.0000,1.7028 1.1853,3.0217 2.3873 3.0217c 0.9182,-0.0000 1.5025,-0.3005 2.0868 -0.9349Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 526.0395,308.9374 l -0.0000,-14.3809 h -14.3809 l -0.0000,14.3809 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 531.7919,278.0185 ZM 533.2777,276.8165 v -4.1569 c 0.0000,-0.8347 -0.1169,-1.0183 -0.3673 -1.0183c -0.2170,-0.0000 -0.4174,0.0167 -0.7012 0.0835l -0.0835,-0.4674 c 1.0517,-0.1836 1.2354,-0.2337 1.7362 -0.4841c 0.1669,-0.0835 0.3005,-0.1336 0.4174 -0.1336h 0.2504 l -0.0501,1.5025 h 0.0501 c 0.4341,-0.6511 1.1686,-1.5025 1.9532 -1.5025c 0.6845,-0.0000 0.9349,0.3339 0.9349 0.7679c 0.0000,0.4341 -0.2838,0.7012 -0.7179 0.7012c -0.3339,-0.0000 -0.5175,-0.1336 -0.6845 -0.3005c -0.1002,-0.1002 -0.2170,-0.1502 -0.3339 -0.1502c -0.1836,-0.0000 -0.5509,0.3005 -0.9516 0.8681c -0.1169,0.1502 -0.2003,0.3673 -0.2003 0.5843v 3.7061 c 0.0000,0.4841 0.1669,0.7345 0.7179 0.7345h 0.4841 c 0.0835,-0.0000 0.1502,0.0501 0.1502 0.1336v 0.3172 l -0.0334,0.0334 c 0.0000,-0.0000 -1.3188,-0.0334 -1.9699 -0.0334c -0.6010,-0.0000 -1.7362,0.0334 -1.7362 0.0334l -0.0167,-0.0334 v -0.3172 c 0.0000,-0.0835 0.0334,-0.1336 0.1169 -0.1336h 0.3172 c 0.5676,-0.0000 0.7179,-0.2504 0.7179 -0.7345ZM 537.5848,278.0185 ZM 539.4879,273.3942 h 3.0717 c 0.1669,-0.0000 0.2337,-0.0835 0.2337 -0.2337c 0.0000,-1.5526 -0.7846,-1.9532 -1.3856 -1.9532c -0.3840,-0.0000 -1.6360,0.1502 -1.9198 2.1869ZM 539.4879,273.3942 ZM 543.8952,276.4659 l 0.3339,0.2671 c -0.6344,0.8681 -1.6193,1.4858 -2.8213 1.4858c -2.2871,-0.0000 -3.2554,-1.7028 -3.2554 -3.5225c 0.0000,-2.5375 1.6694,-4.0567 3.2554 -4.0567c 2.2036,-0.0000 2.7212,1.7195 2.7212 3.1218c 0.0000,0.1836 -0.1169,0.2838 -0.3005 0.2838h -4.3906 c -0.0167,0.1002 -0.0167,0.2003 -0.0167 0.3339c 0.0000,1.7028 1.1853,3.0217 2.3873 3.0217c 0.9182,-0.0000 1.5025,-0.3005 2.0868 -0.9349ZM 543.9119,278.0185 ZM 549.4878,276.5327 v -4.3238 c -0.4007,-0.6344 -0.8514,-0.9850 -1.6360 -0.9850c -0.3339,-0.0000 -1.0183,0.0501 -1.5526 0.8347c -0.2337,0.3506 -0.5175,1.0684 -0.5175 2.2704c 0.0000,2.1869 1.1352,3.1886 2.0367 3.1886c 0.5509,-0.0000 1.0017,-0.3339 1.6694 -0.9850ZM 549.4878,276.5327 ZM 550.7398,266.3659 v 9.6493 c 0.0000,0.5008 0.0334,0.7679 0.0668 0.8848c 0.0501,0.1502 0.2337,0.2504 0.3673 0.2504c 0.2003,-0.0000 0.5676,-0.0000 0.8180 -0.0501l 0.0668,0.4674 c -0.9683,0.1669 -1.8364,0.3506 -2.1869 0.6511h -0.4007 l 0.0501,-1.1519 c -0.6344,0.6511 -1.2855,1.1519 -2.1369 1.1519c -1.8030,-0.0000 -2.9048,-1.5359 -2.9048 -3.5893c 0.0000,-1.2354 0.3339,-2.2704 1.0517 -2.9883c 0.6678,-0.6344 1.4023,-1.0017 2.5041 -1.0017c 0.3339,-0.0000 1.0684,0.1502 1.4524 0.3673v -2.5542 c 0.0000,-0.9516 -0.1502,-1.2187 -0.4841 -1.2187l -0.5509,0.0668 c -0.0334,-0.0000 -0.0835,-0.0334 -0.0835 -0.0835l -0.0334,-0.4174 c 0.2671,-0.0000 0.8681,-0.1002 1.1519 -0.1502c 0.3172,-0.0668 0.5509,-0.1336 0.8848 -0.2838h 0.3673 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 526.0395,280.1756 l -0.0000,-14.3809 h -14.3809 l -0.0000,14.3809 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9538688181555937" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.1771,314.4337 l -0.0000,-53.7846 h -52.9241 l -0.0000,53.7846 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.4240,314.4337 l -0.0000,-287.6179 h -5.7524 l -0.0000,287.6179 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 120.5896,32.5681 ZM 124.7679,22.2081 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,22.2081 ZM 124.6916,32.7970 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,32.5681 ZM 130.0337,31.7858 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,32.5681 ZM 139.0200,29.3437 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,26.8157 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 120.5896,61.3299 ZM 124.7679,50.9699 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,50.9699 ZM 124.6916,61.5588 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,61.3299 ZM 130.0337,60.5476 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,61.3299 ZM 138.0470,54.5568 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,55.5775 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 120.5896,90.0917 ZM 124.7679,79.7317 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,79.7317 ZM 124.6916,90.3206 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,90.0917 ZM 130.0337,89.3094 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,90.0917 ZM 137.2456,79.6554 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,84.3393 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 120.5896,118.8535 ZM 124.7679,108.4935 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,108.4935 ZM 124.6916,119.0824 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,118.8535 ZM 130.0337,118.0712 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,118.8535 ZM 134.2311,110.4014 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,113.1011 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 120.5896,147.6153 ZM 124.7679,137.2553 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,137.2553 ZM 124.6916,147.8442 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,147.6153 ZM 130.0337,146.8330 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,147.6153 ZM 136.7114,138.5145 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,141.8629 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 120.5896,176.3771 ZM 124.7679,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,166.0171 ZM 124.6916,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,176.3771 ZM 130.0337,175.5948 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,176.3771 ZM 137.3029,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 137.3029,166.0171 ZM 137.2266,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,170.6247 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.2362,205.1388 ZM 119.4639,200.6362 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,205.1388 ZM 124.7679,194.7789 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,194.7789 ZM 124.6916,205.3678 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,205.1388 ZM 130.0337,204.3566 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,205.1388 ZM 136.7114,196.0381 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,199.3865 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.2362,233.9006 ZM 119.4639,229.3980 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,233.9006 ZM 124.7679,223.5407 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,223.5407 ZM 124.6916,234.1296 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,233.9006 ZM 130.0337,233.1184 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,233.9006 ZM 134.2311,225.4486 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,228.1483 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.2362,262.6624 ZM 119.4639,258.1598 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,262.6624 ZM 124.7679,252.3025 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,252.3025 ZM 124.6916,262.8914 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,262.6624 ZM 130.0337,261.8802 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,262.6624 ZM 137.2456,252.2261 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,256.9101 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.2362,291.4242 ZM 119.4639,286.9216 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,291.4242 ZM 124.7679,281.0643 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,281.0643 ZM 124.6916,291.6532 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,291.4242 ZM 130.0337,290.6420 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,291.4242 ZM 138.0470,284.6511 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,285.6719 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.2362,320.1860 ZM 119.4639,315.6833 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,320.1860 ZM 124.7679,309.8261 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,309.8261 ZM 124.6916,320.4150 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,320.1860 ZM 130.0337,319.4038 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,320.1860 ZM 139.0200,316.9616 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.7955,314.4337 h 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,348.9478 l -0.0000,-5.7524 h -287.6179 l -0.0000,5.7524 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 473.9804,373.1950 ZM 478.1588,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 478.1588,362.8350 ZM 478.0824,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 482.3371,373.1950 ZM 483.4246,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 486.5154,373.1950 ZM 492.4109,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 445.2186,373.1950 ZM 449.3970,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 449.3970,362.8350 ZM 449.3206,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 453.5753,373.1950 ZM 454.6628,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 457.7536,373.1950 ZM 462.6760,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.6645,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 416.4568,373.1950 ZM 420.6352,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 420.6352,362.8350 ZM 420.5589,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 424.8135,373.1950 ZM 425.9010,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 428.9918,373.1950 ZM 433.1129,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 426.9027,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 387.6950,373.1950 ZM 391.8734,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 391.8734,362.8350 ZM 391.7971,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 396.0517,373.1950 ZM 397.1392,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 400.2300,373.1950 ZM 401.3366,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1409,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 358.9332,373.1950 ZM 363.1116,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 363.1116,362.8350 ZM 363.0353,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 367.2899,373.1950 ZM 368.3774,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 371.4682,373.1950 ZM 375.0551,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 369.3791,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 330.1715,373.1950 ZM 334.3498,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 334.3498,362.8350 ZM 334.2735,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 338.5281,373.1950 ZM 339.6156,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 342.7064,373.1950 ZM 346.8848,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 346.8848,362.8350 ZM 346.8085,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.6173,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 298.2330,373.1950 ZM 303.4607,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 304.5863,373.1950 ZM 308.7647,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 308.7647,362.8350 ZM 308.6884,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 312.9430,373.1950 ZM 314.0305,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 317.1213,373.1950 ZM 320.7082,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.8555,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 269.4712,373.1950 ZM 274.6989,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 275.8245,373.1950 ZM 280.0029,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 280.0029,362.8350 ZM 279.9266,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 284.1812,373.1950 ZM 285.2687,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 288.3595,373.1950 ZM 289.4661,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0937,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.7094,373.1950 ZM 245.9371,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 247.0627,373.1950 ZM 251.2411,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 251.2411,362.8350 ZM 251.1648,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 255.4194,373.1950 ZM 256.5069,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 259.5977,373.1950 ZM 263.7188,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.3319,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.9476,373.1950 ZM 217.1753,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 218.3010,373.1950 ZM 222.4793,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 222.4793,362.8350 ZM 222.4030,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 226.6576,373.1950 ZM 227.7451,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 230.8359,373.1950 ZM 235.7584,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5701,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.1858,373.1950 ZM 188.4135,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 189.5392,373.1950 ZM 193.7175,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 193.7175,362.8350 ZM 193.6412,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 197.8958,373.1950 ZM 198.9833,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 202.0742,373.1950 ZM 207.9696,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.8083,343.1955 v 8.6285 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 484.4263,314.4337 l -0.0000,-287.6179 h -287.6179 l -0.0000,287.6179 Z"/>
+    <path d="M 429.6581,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.2214,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 416.7846,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 410.3479,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 397.4744,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.0377,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.6009,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.7274,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2907,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8540,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.9805,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5437,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.1070,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2335,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7968,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.3600,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.4865,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.0498,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.6131,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7396,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.3028,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.8661,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9926,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5559,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1191,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2457,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8089,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.3722,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4987,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0620,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,51.4251 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,57.8618 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,64.2986 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,70.7353 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,77.1721 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,83.6088 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,90.0455 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,96.4823 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,102.9190 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,109.3558 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,115.7925 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,122.2292 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,128.6660 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,135.1027 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,141.5395 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,147.9762 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,154.4129 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,160.8497 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,167.2864 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,173.7232 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,180.1599 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,186.5966 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,193.0334 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,199.4701 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,205.9069 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,212.3436 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,218.7803 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,225.2171 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,231.6538 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,238.0906 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,244.5273 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,250.9641 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,257.4008 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,263.8375 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,270.2743 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,276.7110 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,283.1478 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,289.5845 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,296.0212 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,186,219)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6252,302.4580 l -0.0000,-6.4367 h -6.4367 l -0.0000,6.4367 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.5384,59.4581 l -44.1818,0.0000 l -0.0000,242.9998 l 44.1818,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="40.165261168603124px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,49.4476,302.4580)" stroke="none" text-anchor="start">Pixel Chart
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 567.4919,297.6536 l -0.0000,-44.1818 h -88.3636 l -0.0000,44.1818 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="40.165261168603124px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,523.3101,275.5627)" stroke="none" text-anchor="middle">blue
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.9789,277.9829 l -0.0000,-12.8735 h -12.8735 l -0.0000,12.8735 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 545.4010,245.7477 l -0.0000,-44.1818 h -66.2727 l -0.0000,44.1818 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="40.165261168603124px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,512.2647,223.6568)" stroke="none" text-anchor="middle">red
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 473.9789,226.0770 l -0.0000,-12.8735 h -12.8735 l -0.0000,12.8735 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9187065230579992" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 572.8112,302.4580 l -0.0000,-105.6964 h -117.0251 l -0.0000,105.6964 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 128.7688,302.4580 l -0.0000,-257.4696 h -5.1494 l -0.0000,257.4696 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,55.4313 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.9281,46.5950)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,44.9884 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,81.1783 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.9281,72.3419)" stroke="none" text-anchor="middle">0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,70.7353 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,106.9252 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.9281,98.0889)" stroke="none" text-anchor="middle">0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,96.4823 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,132.6722 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.9281,123.8359)" stroke="none" text-anchor="middle">0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,122.2292 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,158.4192 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.9281,149.5828)" stroke="none" text-anchor="middle">0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,147.9762 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,184.1661 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.9281,175.3298)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,173.7232 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,209.9131 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,99.5099,201.0767)" stroke="none" text-anchor="middle">-0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,199.4701 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,235.6601 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,99.5099,226.8237)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,225.2171 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,261.4070 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,99.5099,252.5707)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,250.9641 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,287.1540 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,99.5099,278.3176)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,276.7110 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.1827,312.9009 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,99.5099,304.0646)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 121.0447,302.4580 h 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,333.3543 l -0.0000,-5.1494 h -257.4696 l -0.0000,5.1494 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 442.9126,357.4638 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,429.6581,348.6274)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 417.1657,357.4638 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,403.9111,348.6274)" stroke="none" text-anchor="middle">0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9111,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.4187,357.4638 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,378.1642,348.6274)" stroke="none" text-anchor="middle">0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.1642,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.6717,357.4638 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,352.4172,348.6274)" stroke="none" text-anchor="middle">0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 352.4172,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.9248,357.4638 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,326.6702,348.6274)" stroke="none" text-anchor="middle">0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 326.6702,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 314.1778,357.4638 l -0.0000,-17.6727 h -26.5091 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,300.9233,348.6274)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.9233,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 292.8490,357.4638 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,275.1763,348.6274)" stroke="none" text-anchor="middle">-0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 275.1763,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.1021,357.4638 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,249.4294,348.6274)" stroke="none" text-anchor="middle">-0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4294,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.3551,357.4638 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,223.6824,348.6274)" stroke="none" text-anchor="middle">-0.3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6824,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.6082,357.4638 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,197.9354,348.6274)" stroke="none" text-anchor="middle">-0.4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9354,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.8612,357.4638 l -0.0000,-17.6727 h -35.3454 l -0.0000,17.6727 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.066104467441246px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,172.1885,348.6274)" stroke="none" text-anchor="middle">-0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.296766307644998" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.1885,328.2049 v 7.7241 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.6581,302.4580 l -0.0000,-257.4696 h -257.4696 l -0.0000,257.4696 Z"/>
   </g>
 </svg>
diff --git a/other/pixel_Example.svg b/other/pixel_Example.svg
--- a/other/pixel_Example.svg
+++ b/other/pixel_Example.svg
@@ -5,9 +5,13 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.0000,100.0000 l -0.0000,-100.0000 h -100.0000 l -0.0000,100.0000 Z"/>
+    <path d="M 98.5625,98.5625 l -0.0000,-97.1251 h -97.1251 l -0.0000,97.1251 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 13.9386,55.0000 ZM 17.0398,45.4809 v 8.3416 c 0.0000,0.4975 0.2488,0.7131 0.9121 0.7131h 0.4312 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.4262,-0.0332 -2.0896 -0.0332c -0.5804,-0.0000 -2.1227,0.0332 -2.1227 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1161 -0.1327h 0.4478 c 0.6799,-0.0000 0.8955,-0.2488 0.8955 -0.7131v -8.3416 c 0.0000,-0.4975 -0.2488,-0.7297 -0.8955 -0.7297h -0.4478 c -0.0663,-0.0000 -0.1327,-0.0498 -0.1327 -0.1327v -0.3151 l 0.0332,-0.0166 c 0.0000,-0.0000 1.4428,0.0166 2.0896 0.0166c 0.5970,-0.0000 2.1393,-0.0166 2.1393 -0.0166l 0.0332,0.0166 v 0.3151 c 0.0000,0.0829 -0.0498,0.1327 -0.1327 0.1327h -0.4312 c -0.6799,-0.0000 -0.9121,0.2653 -0.9121 0.7297ZM 18.7977,55.0000 ZM 20.1078,47.9353 c 0.0000,-0.0000 -0.4312,-2.6368 -0.4312 -2.7861c 0.0000,-0.3648 0.3483,-0.8292 0.8458 -0.8292c 0.4312,-0.0000 0.5804,0.2819 0.5804 0.5473c 0.0000,0.2653 -0.5473,3.0017 -0.5473 3.0017ZM 21.9486,55.0000 ZM 31.9486,53.8060 v -3.8143 c 0.0000,-1.1111 -0.4312,-1.5257 -1.0614 -1.5257c -0.6468,-0.0000 -1.1609,0.3317 -1.9569 1.2106c 0.0332,0.1990 0.0332,0.4312 0.0332 0.6633v 3.4660 c 0.0000,0.4809 0.1658,0.7297 0.7131 0.7297h 0.2819 c 0.0829,-0.0000 0.1493,0.0498 0.1493 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1111,-0.0332 -1.7579 -0.0332c -0.5970,-0.0000 -1.7413,0.0332 -1.7413 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3317 c 0.5638,-0.0000 0.7131,-0.2488 0.7131 -0.7297v -3.7811 c 0.0000,-1.1111 -0.4478,-1.5589 -1.0779 -1.5589c -0.5804,-0.0000 -1.1277,0.4146 -1.9071 1.2272v 4.1128 c 0.0000,0.4809 0.1658,0.7297 0.7131 0.7297h 0.3151 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1277,-0.0332 -1.7745 -0.0332c -0.5970,-0.0000 -1.7247,0.0332 -1.7247 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5638,-0.0000 0.7131,-0.2488 0.7131 -0.7297v -4.1294 c 0.0000,-0.9453 -0.1493,-1.0116 -0.3648 -1.0116c -0.2156,-0.0000 -0.4146,0.0166 -0.6965 0.0829l -0.0829,-0.4643 c 1.0448,-0.1824 1.2769,-0.2488 1.7247 -0.4809c 0.1658,-0.0829 0.2985,-0.1327 0.4146 -0.1327h 0.2488 l -0.0498,1.4428 h 0.0498 c 0.7794,-0.8292 1.4760,-1.4428 2.5041 -1.4428c 0.9287,-0.0000 1.5091,0.6799 1.6086 1.4262c 0.9619,-0.9950 1.7413,-1.4262 2.6368 -1.4262c 1.4594,-0.0000 1.7081,1.2106 1.7081 2.6866v 3.4494 c 0.0000,0.4809 0.1658,0.7297 0.7131 0.7297h 0.3151 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1277,-0.0332 -1.7745 -0.0332c -0.5970,-0.0000 -1.7247,0.0332 -1.7247 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297ZM 38.6982,55.0000 ZM 43.5240,50.9370 l -1.3101,0.3317 c -1.4594,0.4478 -1.6750,1.2106 -1.6750 1.9569c 0.0000,0.5141 0.2488,1.2935 1.2935 1.2935c 0.4975,-0.0000 1.2604,-0.4809 1.6915 -0.8458v -2.7363 ZM 43.5240,50.9370 ZM 44.5854,55.1990 c -0.6302,-0.0000 -0.9784,-0.5638 -1.0448 -0.9619l -0.3814,0.2653 c -0.7629,0.5307 -1.0448,0.6965 -1.8076 0.6965c -1.1609,-0.0000 -2.0066,-0.6633 -2.0066 -1.9071c 0.0000,-1.2604 1.0779,-2.1227 2.6534 -2.5207l 1.5257,-0.3814 c 0.0000,-1.8740 -0.8624,-2.2222 -1.4262 -2.2222c -0.6302,-0.0000 -1.3599,0.2819 -1.3599 0.7960c 0.0000,0.1824 0.0332,0.2819 0.0498 0.3317c 0.0332,0.0663 0.0498,0.1824 0.0498 0.2985c 0.0000,0.2156 -0.1658,0.5473 -0.6468 0.5473c -0.3980,-0.0000 -0.6633,-0.2653 -0.6633 -0.6633c 0.0000,-0.9619 1.5589,-1.8076 2.6202 -1.8076c 1.2106,-0.0000 2.6036,0.4975 2.6036 2.8524v 2.4378 c 0.0000,1.0116 0.0166,1.4428 0.3980 1.4428c 0.3648,-0.0000 0.4643,-0.4643 0.4809 -0.8292l 0.4146,0.0829 c -0.0995,1.2106 -0.6136,1.5423 -1.4594 1.5423ZM 50.3234,55.0000 ZM 52.7944,49.7927 v 4.1294 c 0.5804,0.6799 1.1277,0.7131 1.3930 0.7131c 1.7745,-0.0000 2.1725,-1.6584 2.1725 -3.0846c 0.0000,-2.0066 -0.8126,-3.1177 -1.8242 -3.1177c -0.5638,-0.0000 -1.3765,0.4809 -1.7413 1.3599ZM 52.7944,49.7927 ZM 51.5672,57.6202 v -8.2090 c 0.0000,-0.6302 -0.1493,-0.7463 -0.3814 -0.7463c -0.2156,-0.0000 -0.4146,0.0166 -0.6965 0.0829l -0.0829,-0.4643 c 1.0614,-0.1824 1.2604,-0.2488 1.7247 -0.4809c 0.1824,-0.0829 0.2985,-0.1327 0.4146 -0.1327h 0.2488 l -0.0498,1.3267 h 0.0498 c 0.7629,-1.1609 1.6584,-1.3267 2.1891 -1.3267c 1.6086,-0.0000 2.6700,1.6750 2.6700 3.4328c 0.0000,1.3433 -0.4146,2.3715 -1.1609 3.1343c -0.6468,0.6468 -1.3267,0.9619 -2.2056 0.9619c -0.5970,-0.0000 -1.0614,-0.1327 -1.4925 -0.3648v 2.7861 c 0.0000,0.4809 0.1824,0.7297 0.7131 0.7297h 0.3151 c 0.0829,-0.0000 0.1493,0.0498 0.1493 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1443,-0.0332 -1.7910 -0.0332c -0.5804,-0.0000 -1.7081,0.0332 -1.7081 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297ZM 58.2670,55.0000 ZM 59.5605,45.5307 c 0.0000,-0.4312 0.3483,-0.7960 0.7794 -0.7960c 0.4478,-0.0000 0.7960,0.3648 0.7960 0.7960c 0.0000,0.4478 -0.3483,0.7960 -0.7960 0.7960c -0.4312,-0.0000 -0.7794,-0.3483 -0.7794 -0.7960ZM 59.5605,45.5307 ZM 61.1360,53.8060 c 0.0000,0.4809 0.1824,0.7297 0.7131 0.7297h 0.3151 c 0.0829,-0.0000 0.1493,0.0498 0.1493 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1443,-0.0332 -1.7910 -0.0332c -0.5804,-0.0000 -1.7081,0.0332 -1.7081 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297v -4.1294 c 0.0000,-0.8789 -0.1493,-1.0116 -0.3814 -1.0116c -0.2156,-0.0000 -0.4146,0.0166 -0.6965 0.0829l -0.0829,-0.4643 c 1.0614,-0.1824 1.2438,-0.2488 1.7247 -0.4809c 0.1824,-0.0663 0.2985,-0.1327 0.4146 -0.1327h 0.2488 v 6.1360 ZM 62.6451,55.0000 ZM 65.9121,48.3333 c -0.3317,-0.0000 -0.3980,0.0829 -0.3980 0.1990c 0.0000,0.0829 0.0663,0.2322 0.2488 0.5307l 1.0116,1.4925 c 0.0498,0.0995 0.0995,0.1493 0.1658 0.1493c 0.0498,-0.0000 0.0829,-0.0332 0.1493 -0.1161l 1.0779,-1.5091 c 0.1824,-0.2322 0.2819,-0.4146 0.2819 -0.5473c 0.0000,-0.1327 -0.1161,-0.1990 -0.3483 -0.1990h -0.2653 c -0.0498,-0.0000 -0.0995,-0.0332 -0.0995 -0.1161v -0.3151 l 0.0498,-0.0498 c 0.0000,-0.0000 0.7794,0.0332 1.2935 0.0332c 0.5307,-0.0000 1.3433,-0.0332 1.3433 -0.0332l 0.0166,0.0332 v 0.3151 c 0.0000,0.1161 -0.0995,0.1327 -0.1990 0.1327c -0.6136,-0.0000 -0.8624,0.1990 -1.4760 0.9784l -1.3930,1.7745 c -0.0332,0.0498 -0.0498,0.0829 -0.0498 0.1161c 0.0000,0.0332 0.0166,0.0829 0.0498 0.1327l 1.4925,2.1061 c 0.7629,1.0779 0.9784,1.0945 1.5091 1.0945c 0.1658,-0.0000 0.2322,0.0332 0.2322 0.1327v 0.3151 l -0.0166,0.0332 c 0.0000,-0.0000 -0.8955,-0.0332 -1.4594 -0.0332c -0.6799,-0.0000 -1.7247,0.0332 -1.7247 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0332,-0.1327 0.1161 -0.1327h 0.1990 c 0.2653,-0.0000 0.3814,-0.0498 0.3814 -0.1824c 0.0000,-0.1493 -0.1824,-0.3980 -0.4478 -0.7463l -0.9619,-1.3267 c -0.0663,-0.0829 -0.0995,-0.1161 -0.1493 -0.1161c -0.0332,-0.0000 -0.0829,0.0498 -0.1493 0.1493l -1.0448,1.5091 c -0.2488,0.3317 -0.2985,0.4146 -0.2985 0.5307c 0.0000,0.1161 0.0995,0.1824 0.3483 0.1824h 0.2322 c 0.0829,-0.0000 0.1161,0.0498 0.1161 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -0.8624,-0.0332 -1.3930 -0.0332c -0.4809,-0.0000 -1.2438,0.0332 -1.2438 0.0332l -0.0332,-0.0332 v -0.2819 c 0.0000,-0.0995 0.0663,-0.1658 0.2156 -0.1658c 0.3980,-0.0000 0.7794,-0.0829 1.4760 -0.9784l 1.3930,-1.7910 c 0.0166,-0.0332 0.0332,-0.0663 0.0332 -0.1161c 0.0000,-0.0498 -0.0166,-0.0829 -0.0498 -0.1327l -1.4428,-2.1061 c -0.4643,-0.6799 -0.7629,-1.0779 -1.3433 -1.0779c -0.1161,-0.0000 -0.2322,-0.0498 -0.2322 -0.1161v -0.3151 l 0.0332,-0.0498 l 1.3101,0.0332 l 1.8408,-0.0332 l 0.0498,0.0498 v 0.2985 c 0.0000,0.0829 -0.0663,0.1327 -0.1327 0.1327h -0.2488 ZM 70.8872,55.0000 ZM 72.7778,50.4063 h 3.0514 c 0.1658,-0.0000 0.2322,-0.0829 0.2322 -0.2322c 0.0000,-1.5423 -0.7794,-1.9403 -1.3765 -1.9403c -0.3814,-0.0000 -1.6252,0.1493 -1.9071 2.1725ZM 72.7778,50.4063 ZM 77.1559,53.4577 l 0.3317,0.2653 c -0.6302,0.8624 -1.6086,1.4760 -2.8027 1.4760c -2.2720,-0.0000 -3.2338,-1.6915 -3.2338 -3.4992c 0.0000,-2.5207 1.6584,-4.0299 3.2338 -4.0299c 2.1891,-0.0000 2.7032,1.7081 2.7032 3.1012c 0.0000,0.1824 -0.1161,0.2819 -0.2985 0.2819h -4.3615 c -0.0166,0.0995 -0.0166,0.1990 -0.0166 0.3317c 0.0000,1.6915 1.1774,3.0017 2.3715 3.0017c 0.9121,-0.0000 1.4925,-0.2985 2.0730 -0.9287ZM 77.9851,55.0000 ZM 79.5605,53.8060 v -8.3085 c 0.0000,-0.9453 -0.1658,-1.2106 -0.4975 -1.2106l -0.5307,0.0663 c -0.0498,-0.0000 -0.0995,-0.0332 -0.0995 -0.0829l -0.0332,-0.4146 c 0.2653,-0.0000 0.8789,-0.0995 1.1609 -0.1493c 0.2985,-0.0663 0.5307,-0.1327 0.8624 -0.2819h 0.3648 v 10.3814 c 0.0000,0.4809 0.1824,0.7297 0.7131 0.7297h 0.3980 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.2106,-0.0332 -1.8574 -0.0332c -0.5804,-0.0000 -1.7910,0.0332 -1.7910 0.0332l -0.0166,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0332,-0.1327 0.1161 -0.1327h 0.3980 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297ZM 82.2968,55.0000 ZM 84.1708,44.0879 c 0.4478,-0.0000 0.9287,0.3814 0.9287 1.2106c 0.0000,1.0779 -0.2653,1.7745 -0.4312 3.2007c -0.2156,1.7910 -0.2322,2.7861 -0.2653 3.0182c -0.0166,0.1824 -0.0663,0.3317 -0.2322 0.3317c -0.1824,-0.0000 -0.2156,-0.1161 -0.2322 -0.2156c -0.0332,-0.3483 -0.1161,-1.8408 -0.2488 -3.1343c -0.1493,-1.4594 -0.4146,-2.0398 -0.4146 -3.2007c 0.0000,-0.8955 0.5307,-1.2106 0.8955 -1.2106ZM 84.1708,44.0879 ZM 83.2919,54.3201 c 0.0000,-0.4809 0.3814,-0.8789 0.8789 -0.8789c 0.4809,-0.0000 0.8789,0.3980 0.8789 0.8789c 0.0000,0.4809 -0.3980,0.8789 -0.8789 0.8789c -0.4975,-0.0000 -0.8789,-0.3980 -0.8789 -0.8789Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 100.0000,59.8485 l -0.0000,-16.6667 h -100.0000 l -0.0000,16.6667 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" font-size="15.15151515151515px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,50.0000,51.5152)" stroke="none" text-anchor="middle">I&#39;m a pixel!
+    </text>
   </g>
 </svg>
diff --git a/other/q24Example.svg b/other/q24Example.svg
--- a/other/q24Example.svg
+++ b/other/q24Example.svg
@@ -4,130 +4,210 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 117.2513,23.6523 ZM 125.7968,23.3348 c -0.1058,0.3704 -0.3704,0.6350 -0.7408 0.6350c -0.3969,-0.0000 -0.7143,-0.2117 -0.8731 -0.6350l -4.8151,-14.5512 c -0.2381,-0.6614 -0.7143,-1.4816 -1.4551 -1.4816h -0.3439 c -0.1852,-0.0000 -0.3175,-0.0794 -0.3175 -0.1852v -0.5027 l 0.0529,-0.0529 c 0.0000,-0.0000 1.3757,0.0265 2.3811 0.0265c 1.3493,-0.0000 3.2013,-0.0265 3.2013 -0.0265l 0.0529,0.0529 v 0.4762 c 0.0000,0.1323 -0.0794,0.2117 -0.2381 0.2117h -0.5820 c -0.5027,-0.0000 -0.7408,0.1852 -0.7408 0.5291c 0.0000,0.1852 0.0529,0.3969 0.1587 0.6879l 4.0214,12.1965 l 2.8044,-8.7572 c 0.1058,-0.3175 0.1852,-0.6614 0.1852 -1.0054c 0.0000,-0.2381 -0.0265,-0.4762 -0.1323 -0.7408l -0.5556,-1.6932 c -0.2117,-0.7143 -0.6879,-1.2170 -1.7197 -1.2170h -0.0794 c -0.1852,-0.0000 -0.3175,-0.0794 -0.3175 -0.1852v -0.5027 l 0.0529,-0.0529 c 0.0000,-0.0000 1.4816,0.0265 2.5398 0.0265c 1.2964,-0.0000 3.3865,-0.0265 3.3865 -0.0265l 0.0794,0.0529 v 0.5027 c 0.0000,0.1323 -0.1323,0.1852 -0.2381 0.1852h -0.7672 c -0.5291,-0.0000 -0.7408,0.3704 -0.7408 0.8202c 0.0000,0.2646 0.0529,0.5556 0.1587 0.8731l 3.8891,11.7732 l 4.0479,-12.1701 c 0.0529,-0.2117 0.1058,-0.4233 0.1058 -0.6085c 0.0000,-0.3969 -0.2381,-0.6879 -0.8995 -0.6879h -0.7143 c -0.1323,-0.0000 -0.2117,-0.1058 -0.2117 -0.1852v -0.5027 l 0.0529,-0.0529 c 0.0000,-0.0000 1.5874,0.0265 2.6986 0.0265c 0.8466,-0.0000 2.2488,-0.0265 2.2488 -0.0265l 0.0265,0.0265 v 0.5027 c 0.0000,0.2117 -0.2910,0.2117 -0.2910 0.2117h -0.2910 c -0.7672,-0.0000 -1.2964,0.2910 -1.6403 1.3228l -4.8680,14.7364 c -0.1323,0.3969 -0.4233,0.6085 -0.7937 0.6085c -0.3439,-0.0000 -0.6879,-0.1852 -0.8466 -0.6350l -3.0954,-9.3921 c -0.1323,-0.3704 -0.2646,-0.7408 -0.3704 -0.7408c -0.1323,-0.0000 -0.2646,0.3439 -0.3704 0.6614ZM 141.4592,23.6523 ZM 145.7716,5.1855 v 8.9688 c 1.7726,-1.7726 3.3335,-2.1959 4.3654 -2.1959c 1.9049,-0.0000 2.8573,1.4551 2.8573 4.1802v 5.6088 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.5027 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -5.8998 c 0.0000,-2.1430 -0.5820,-2.6457 -2.0636 -2.6457c -0.7672,-0.0000 -1.9049,0.6879 -3.1748 1.9313v 6.6142 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.5027 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8309 -0.0529c -0.9524,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -13.2548 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0794,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.4762,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 ZM 155.1638,23.6523 ZM 157.2274,8.5455 c 0.0000,-0.6879 0.5556,-1.2699 1.2435 -1.2699c 0.7143,-0.0000 1.2699,0.5820 1.2699 1.2699c 0.0000,0.7143 -0.5556,1.2699 -1.2699 1.2699c -0.6879,-0.0000 -1.2435,-0.5556 -1.2435 -1.2699ZM 157.2274,8.5455 ZM 159.7408,21.7474 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.5027 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.8255,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -6.5877 c 0.0000,-1.4022 -0.2381,-1.6139 -0.6085 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6932,-0.2910 1.9843,-0.3969 2.7515 -0.7672c 0.2910,-0.1058 0.4762,-0.2117 0.6614 -0.2117h 0.3969 v 9.7890 ZM 162.1483,23.6523 ZM 181.1178,21.7474 v -5.3972 c 0.0000,-2.1430 -0.5556,-3.1483 -1.7726 -3.1483c -0.7672,-0.0000 -1.9049,0.4498 -3.4658 1.9313v 6.6142 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.5027 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8309 -0.0529c -0.9524,-0.0000 -2.0107,0.0529 -2.0107 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.0529 c 0.6879,-0.0000 0.8466,-0.3969 0.8466 -1.1641v -13.3871 c 0.0000,-1.2435 -0.2381,-1.7991 -0.7672 -1.7991l -0.8731,0.1058 c -0.0794,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.4762,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 v 8.9688 c 1.7726,-1.7726 3.5981,-2.1959 4.6299 -2.1959c 1.9313,-0.0000 2.5928,1.4551 2.5928 4.1802v 5.6088 c 0.0000,0.7672 0.2646,1.1641 1.1112 1.1641h 0.5291 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 181.1178,21.7474 ZM 172.0431,21.1654 c -1.1641,2.0107 -2.4340,2.7250 -3.9950 2.7250c -3.1748,-0.0000 -4.9209,-2.4340 -4.9209 -5.8469c 0.0000,-3.7569 2.1165,-6.1380 4.9474 -6.1380c 2.5398,-0.0000 3.8891,1.2964 3.8891 2.6986c 0.0000,0.7937 -0.4762,1.1641 -1.0054 1.1641c -0.5820,-0.0000 -1.1112,-0.2910 -1.1906 -0.9260c -0.0794,-0.8995 -0.2646,-2.0372 -1.8255 -2.0372c -1.7461,-0.0000 -2.7780,1.7991 -2.7780 4.6564c 0.0000,3.0954 1.4022,5.2649 3.4658 5.2649c 1.1376,-0.0000 2.1165,-0.7408 2.9367 -1.9313ZM 191.8857,23.6523 ZM 194.9017,16.3238 h 4.8680 c 0.2646,-0.0000 0.3704,-0.1323 0.3704 -0.3704c 0.0000,-2.4605 -1.2435,-3.0954 -2.1959 -3.0954c -0.6085,-0.0000 -2.5928,0.2381 -3.0425 3.4658ZM 194.9017,16.3238 ZM 201.8863,21.1918 l 0.5291,0.4233 c -1.0054,1.3757 -2.5663,2.3546 -4.4712 2.3546c -3.6246,-0.0000 -5.1591,-2.6986 -5.1591 -5.5824c 0.0000,-4.0214 2.6457,-6.4290 5.1591 -6.4290c 3.4923,-0.0000 4.3124,2.7250 4.3124 4.9474c 0.0000,0.2910 -0.1852,0.4498 -0.4762 0.4498h -6.9581 c -0.0265,0.1587 -0.0265,0.3175 -0.0265 0.5291c 0.0000,2.6986 1.8784,4.7887 3.7833 4.7887c 1.4551,-0.0000 2.3811,-0.4762 3.3071 -1.4816ZM 201.9127,23.6523 ZM 210.7493,21.2976 v -6.8523 c -0.6350,-1.0054 -1.3493,-1.5609 -2.5928 -1.5609c -0.5291,-0.0000 -1.6139,0.0794 -2.4605 1.3228c -0.3704,0.5556 -0.8202,1.6932 -0.8202 3.5981c 0.0000,3.4658 1.7991,5.0532 3.2277 5.0532c 0.8731,-0.0000 1.5874,-0.5291 2.6457 -1.5609ZM 210.7493,21.2976 ZM 212.7335,5.1855 v 15.2920 c 0.0000,0.7937 0.0529,1.2170 0.1058 1.4022c 0.0794,0.2381 0.3704,0.3969 0.5820 0.3969c 0.3175,-0.0000 0.8995,-0.0000 1.2964 -0.0794l 0.1058,0.7408 c -1.5345,0.2646 -2.9102,0.5556 -3.4658 1.0318h -0.6350 l 0.0794,-1.8255 c -1.0054,1.0318 -2.0372,1.8255 -3.3865 1.8255c -2.8573,-0.0000 -4.6035,-2.4340 -4.6035 -5.6882c 0.0000,-1.9578 0.5291,-3.5981 1.6668 -4.7357c 1.0583,-1.0054 2.2224,-1.5874 3.9685 -1.5874c 0.5291,-0.0000 1.6932,0.2381 2.3017 0.5820v -4.0479 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0529,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.5027,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 ZM 214.9824,23.6523 ZM 217.0460,8.5455 c 0.0000,-0.6879 0.5556,-1.2699 1.2435 -1.2699c 0.7143,-0.0000 1.2699,0.5820 1.2699 1.2699c 0.0000,0.7143 -0.5556,1.2699 -1.2699 1.2699c -0.6879,-0.0000 -1.2435,-0.5556 -1.2435 -1.2699ZM 217.0460,8.5455 ZM 219.5594,21.7474 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.5027 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.8255,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -6.5877 c 0.0000,-1.4022 -0.2381,-1.6139 -0.6085 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6932,-0.2910 1.9843,-0.3969 2.7515 -0.7672c 0.2910,-0.1058 0.4762,-0.2117 0.6614 -0.2117h 0.3969 v 9.7890 ZM 221.9669,23.6523 ZM 226.3058,13.3077 v 6.7729 c 0.0000,1.6403 0.1587,2.4340 0.8731 2.4340c 0.6879,-0.0000 1.2170,-0.2117 1.9049 -0.7408l 0.4762,0.4498 c -1.0318,1.1641 -2.0901,1.7461 -3.3071 1.7461c -1.2170,-0.0000 -1.9313,-0.7408 -1.9313 -2.6192v -8.0428 h -1.7197 c -0.0794,-0.0000 -0.1058,-0.0265 -0.1058 -0.1058v -0.8202 c 0.0000,-0.0794 0.0265,-0.1058 0.0794 -0.1058c 1.7726,-0.0000 2.1959,-1.0318 2.1959 -3.0425v -0.5027 l 1.5345,-0.5291 v 4.0743 h 2.9102 c 0.1323,-0.0000 0.2117,0.0529 0.2117 0.1587v 0.5291 c 0.0000,0.2381 -0.3704,0.3439 -0.6350 0.3439h -2.4869 ZM 229.9568,23.6523 ZM 230.8564,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 230.8564,18.2287 ZM 236.0419,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 242.6296,23.6523 ZM 244.9842,21.7474 v -6.5877 c 0.0000,-1.3228 -0.1852,-1.6139 -0.5820 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6668,-0.2910 1.9578,-0.3704 2.7515 -0.7672c 0.2646,-0.1323 0.4762,-0.2117 0.6614 -0.2117h 0.3969 l -0.0794,2.3811 h 0.0794 c 0.6879,-1.0318 1.8520,-2.3811 3.0954 -2.3811c 1.0847,-0.0000 1.4816,0.5291 1.4816 1.2170c 0.0000,0.6879 -0.4498,1.1112 -1.1376 1.1112c -0.5291,-0.0000 -0.8202,-0.2117 -1.0847 -0.4762c -0.1587,-0.1587 -0.3439,-0.2381 -0.5291 -0.2381c -0.2910,-0.0000 -0.8731,0.4762 -1.5080 1.3757c -0.1852,0.2381 -0.3175,0.5820 -0.3175 0.9260v 5.8734 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.7672 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.0901,-0.0529 -3.1219 -0.0529c -0.9524,-0.0000 -2.7515,0.0529 -2.7515 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 251.8101,23.6523 ZM 252.9477,19.9483 l 0.7143,-0.0265 c 0.0794,0.6614 0.3704,1.9313 0.9524 2.5398c 0.2646,0.2910 0.9789,0.7672 1.9578 0.7672c 0.9260,-0.0000 2.3017,-0.7408 2.3017 -2.0372c 0.0000,-1.1376 -0.6350,-1.9049 -2.7250 -2.8044c -1.9313,-0.8466 -2.9367,-1.4022 -2.9367 -3.3865c 0.0000,-1.7726 1.5609,-3.0425 3.6510 -3.0425c 1.3228,-0.0000 2.3017,0.2381 3.1219 0.6614c 0.1587,0.8466 0.2381,1.7461 0.2910 2.6986l -0.7143,0.0265 c -0.5556,-2.1694 -2.1430,-2.5928 -2.6986 -2.5928c -1.0054,-0.0000 -2.0372,0.3969 -2.0372 1.8520c 0.0000,1.0583 0.5027,1.5874 1.9578 2.1165c 2.1430,0.7937 3.8627,1.7461 3.8627 3.8627c 0.0000,2.6192 -2.7780,3.3865 -4.0214 3.3865c -0.9260,-0.0000 -1.6932,-0.1058 -2.3811 -0.2910c -0.1852,-0.0265 -0.3175,-0.0529 -0.5027 -0.0529c -0.1323,-0.0000 -0.3439,0.0265 -0.6085 0.0794c 0.0000,-1.1112 -0.0794,-2.4605 -0.1852 -3.7569ZM 268.2397,23.6523 ZM 277.0762,21.2976 v -6.8523 c -0.6350,-1.0054 -1.3493,-1.5609 -2.5928 -1.5609c -0.5291,-0.0000 -1.6139,0.0794 -2.4605 1.3228c -0.3704,0.5556 -0.8202,1.6932 -0.8202 3.5981c 0.0000,3.4658 1.7991,5.0532 3.2277 5.0532c 0.8731,-0.0000 1.5874,-0.5291 2.6457 -1.5609ZM 277.0762,21.2976 ZM 279.0605,5.1855 v 15.2920 c 0.0000,0.7937 0.0529,1.2170 0.1058 1.4022c 0.0794,0.2381 0.3704,0.3969 0.5820 0.3969c 0.3175,-0.0000 0.8995,-0.0000 1.2964 -0.0794l 0.1058,0.7408 c -1.5345,0.2646 -2.9102,0.5556 -3.4658 1.0318h -0.6350 l 0.0794,-1.8255 c -1.0054,1.0318 -2.0372,1.8255 -3.3865 1.8255c -2.8573,-0.0000 -4.6035,-2.4340 -4.6035 -5.6882c 0.0000,-1.9578 0.5291,-3.5981 1.6668 -4.7357c 1.0583,-1.0054 2.2224,-1.5874 3.9685 -1.5874c 0.5291,-0.0000 1.6932,0.2381 2.3017 0.5820v -4.0479 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0529,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.5027,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 ZM 281.3093,23.6523 ZM 282.2088,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 282.2088,18.2287 ZM 287.3943,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 300.5962,23.6523 ZM 306.0992,12.8050 c 0.0000,0.1323 -0.1587,0.2117 -0.2910 0.2117c -0.7937,-0.0000 -1.1376,0.1587 -1.1376 0.5820c 0.0000,0.1587 0.0529,0.3704 0.1587 0.6085l 2.9102,6.8258 l 2.9367,-6.7200 c 0.1323,-0.2381 0.1852,-0.4498 0.1852 -0.6085c 0.0000,-0.5556 -0.5291,-0.6879 -1.1112 -0.6879h -0.1058 c -0.1323,-0.0000 -0.2646,-0.1058 -0.2646 -0.1852v -0.5027 l 0.0529,-0.0794 c 0.0000,-0.0000 1.5609,0.0529 2.4869 0.0529c 0.7408,-0.0000 1.8255,-0.0529 1.8255 -0.0529l 0.0794,0.0529 v 0.5027 c 0.0000,0.1323 -0.1058,0.2117 -0.2910 0.2117c -1.0054,-0.0000 -1.5080,1.0318 -1.8784 1.7991c -1.4022,2.9631 -2.5663,5.6882 -4.6828 10.7943c -0.7937,1.9049 -1.7461,4.1272 -3.6246 4.1272c -0.5027,-0.0000 -1.5345,-0.2910 -1.5345 -1.2435c 0.0000,-0.7937 0.5820,-1.0318 1.0054 -1.0318c 0.3969,-0.0000 0.6614,0.1587 0.8202 0.3704c 0.2646,0.2646 0.4498,0.4498 0.7143 0.4498c 0.3969,-0.0000 1.3228,-2.2753 1.9843 -3.8891c 0.1587,-0.3175 0.2117,-0.5820 0.2117 -0.8202c 0.0000,-0.2646 -0.2381,-0.9789 -0.4498 -1.5080l -3.3335,-7.7518 c -0.4233,-1.0054 -0.7143,-1.2964 -1.6139 -1.2964c -0.1587,-0.0000 -0.2646,-0.0794 -0.2646 -0.1852v -0.5291 l 0.0529,-0.0529 c 0.0000,-0.0000 1.1641,0.0529 1.9578 0.0529c 1.2435,-0.0000 3.1483,-0.0529 3.1483 -0.0529l 0.0529,0.0794 v 0.4762 ZM 314.0627,23.6523 ZM 314.9622,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 314.9622,18.2287 ZM 320.1477,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 326.7354,23.6523 ZM 338.0854,20.5833 c 0.0000,1.3228 0.1323,1.7461 0.6614 1.7461c 0.3175,-0.0000 0.8995,-0.0529 1.3493 -0.1323l 0.1058,0.7408 c -1.6139,0.2910 -2.9102,0.5556 -3.5187 1.0318h -0.5820 l 0.0794,-1.9578 h -0.0794 c -1.4551,1.5874 -2.6457,1.9578 -3.7304 1.9578c -2.6192,-0.0000 -3.3071,-1.7726 -3.3071 -3.5981v -6.0321 c 0.0000,-0.8731 -0.1852,-1.3228 -1.1641 -1.3228c -0.1058,-0.0000 -0.2910,0.0265 -0.4498 0.0265l -0.0794,-0.0265 v -0.6879 l 0.0794,-0.0794 c 0.0000,-0.0000 1.7991,0.0529 2.6457 0.0529c 0.3704,-0.0000 0.9789,-0.0529 0.9789 -0.0529l -0.0265,2.1165 v 5.6353 c 0.0000,2.3546 1.2170,2.7780 2.0107 2.7780c 0.6085,-0.0000 1.1641,-0.2381 1.7197 -0.6350c 0.6350,-0.4762 1.0583,-0.8466 1.3228 -1.1906v -6.5348 c 0.0000,-0.9524 -0.1323,-1.4022 -1.1112 -1.4022c -0.1587,-0.0000 -0.4498,0.0265 -0.5291 0.0265l -0.0529,-0.0529 v -0.6614 l 0.0529,-0.0794 c 0.0000,-0.0000 1.8784,0.0529 2.6192 0.0529c 0.6085,-0.0000 1.0318,-0.0529 1.0318 -0.0529l -0.0265,2.0901 v 6.2438 ZM 347.0277,23.6523 ZM 358.3776,20.5833 c 0.0000,1.3228 0.1323,1.7461 0.6614 1.7461c 0.3175,-0.0000 0.8995,-0.0529 1.3493 -0.1323l 0.1058,0.7408 c -1.6139,0.2910 -2.9102,0.5556 -3.5187 1.0318h -0.5820 l 0.0794,-1.9578 h -0.0794 c -1.4551,1.5874 -2.6457,1.9578 -3.7304 1.9578c -2.6192,-0.0000 -3.3071,-1.7726 -3.3071 -3.5981v -6.0321 c 0.0000,-0.8731 -0.1852,-1.3228 -1.1641 -1.3228c -0.1058,-0.0000 -0.2910,0.0265 -0.4498 0.0265l -0.0794,-0.0265 v -0.6879 l 0.0794,-0.0794 c 0.0000,-0.0000 1.7991,0.0529 2.6457 0.0529c 0.3704,-0.0000 0.9789,-0.0529 0.9789 -0.0529l -0.0265,2.1165 v 5.6353 c 0.0000,2.3546 1.2170,2.7780 2.0107 2.7780c 0.6085,-0.0000 1.1641,-0.2381 1.7197 -0.6350c 0.6350,-0.4762 1.0583,-0.8466 1.3228 -1.1906v -6.5348 c 0.0000,-0.9524 -0.1323,-1.4022 -1.1112 -1.4022c -0.1587,-0.0000 -0.4498,0.0265 -0.5291 0.0265l -0.0529,-0.0529 v -0.6614 l 0.0529,-0.0794 c 0.0000,-0.0000 1.8784,0.0529 2.6192 0.0529c 0.6085,-0.0000 1.0318,-0.0529 1.0318 -0.0529l -0.0265,2.0901 v 6.2438 ZM 360.7058,23.6523 ZM 361.8435,19.9483 l 0.7143,-0.0265 c 0.0794,0.6614 0.3704,1.9313 0.9524 2.5398c 0.2646,0.2910 0.9789,0.7672 1.9578 0.7672c 0.9260,-0.0000 2.3017,-0.7408 2.3017 -2.0372c 0.0000,-1.1376 -0.6350,-1.9049 -2.7250 -2.8044c -1.9313,-0.8466 -2.9367,-1.4022 -2.9367 -3.3865c 0.0000,-1.7726 1.5609,-3.0425 3.6510 -3.0425c 1.3228,-0.0000 2.3017,0.2381 3.1219 0.6614c 0.1587,0.8466 0.2381,1.7461 0.2910 2.6986l -0.7143,0.0265 c -0.5556,-2.1694 -2.1430,-2.5928 -2.6986 -2.5928c -1.0054,-0.0000 -2.0372,0.3969 -2.0372 1.8520c 0.0000,1.0583 0.5027,1.5874 1.9578 2.1165c 2.1430,0.7937 3.8627,1.7461 3.8627 3.8627c 0.0000,2.6192 -2.7780,3.3865 -4.0214 3.3865c -0.9260,-0.0000 -1.6932,-0.1058 -2.3811 -0.2910c -0.1852,-0.0265 -0.3175,-0.0529 -0.5027 -0.0529c -0.1323,-0.0000 -0.3439,0.0265 -0.6085 0.0794c 0.0000,-1.1112 -0.0794,-2.4605 -0.1852 -3.7569ZM 370.5213,23.6523 ZM 373.5373,16.3238 h 4.8680 c 0.2646,-0.0000 0.3704,-0.1323 0.3704 -0.3704c 0.0000,-2.4605 -1.2435,-3.0954 -2.1959 -3.0954c -0.6085,-0.0000 -2.5928,0.2381 -3.0425 3.4658ZM 373.5373,16.3238 ZM 380.5219,21.1918 l 0.5291,0.4233 c -1.0054,1.3757 -2.5663,2.3546 -4.4712 2.3546c -3.6246,-0.0000 -5.1591,-2.6986 -5.1591 -5.5824c 0.0000,-4.0214 2.6457,-6.4290 5.1591 -6.4290c 3.4923,-0.0000 4.3124,2.7250 4.3124 4.9474c 0.0000,0.2910 -0.1852,0.4498 -0.4762 0.4498h -6.9581 c -0.0265,0.1587 -0.0265,0.3175 -0.0265 0.5291c 0.0000,2.6986 1.8784,4.7887 3.7833 4.7887c 1.4551,-0.0000 2.3811,-0.4762 3.3071 -1.4816ZM 388.4589,23.6523 ZM 390.8929,21.7474 v -8.4397 h -1.8255 c -0.1058,-0.0000 -0.1323,-0.0265 -0.1323 -0.1323v -0.3704 c 0.0000,-0.2117 0.1323,-0.5291 0.6085 -0.5291h 1.3493 v -1.0318 c 0.0000,-4.1272 2.1430,-6.0586 4.3654 -6.0586c 1.0054,-0.0000 1.6932,0.2646 2.3546 0.7143c 0.5291,0.3969 0.7672,0.8466 0.7672 1.2699c 0.0000,0.5556 -0.3969,0.9524 -0.8995 0.9524c -0.5291,-0.0000 -0.8731,-0.2910 -1.0847 -0.7408c -0.3439,-0.8731 -0.8466,-1.2964 -1.6403 -1.2964c -0.8731,-0.0000 -1.8784,0.6350 -1.8784 4.7093v 1.4816 h 2.9102 c 0.1323,-0.0000 0.2117,0.0529 0.2117 0.1587v 0.5291 c 0.0000,0.2381 -0.3704,0.3439 -0.6085 0.3439h -2.5134 v 8.4397 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.8731 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.1694,-0.0529 -3.2013 -0.0529c -0.9524,-0.0000 -2.7515,0.0529 -2.7515 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 396.5017,23.6523 ZM 397.4013,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 397.4013,18.2287 ZM 402.5868,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 409.1745,23.6523 ZM 411.5291,21.7474 v -6.5877 c 0.0000,-1.3228 -0.1852,-1.6139 -0.5820 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6668,-0.2910 1.9578,-0.3704 2.7515 -0.7672c 0.2646,-0.1323 0.4762,-0.2117 0.6614 -0.2117h 0.3969 l -0.0794,2.3811 h 0.0794 c 0.6879,-1.0318 1.8520,-2.3811 3.0954 -2.3811c 1.0847,-0.0000 1.4816,0.5291 1.4816 1.2170c 0.0000,0.6879 -0.4498,1.1112 -1.1376 1.1112c -0.5291,-0.0000 -0.8202,-0.2117 -1.0847 -0.4762c -0.1587,-0.1587 -0.3439,-0.2381 -0.5291 -0.2381c -0.2910,-0.0000 -0.8731,0.4762 -1.5080 1.3757c -0.1852,0.2381 -0.3175,0.5820 -0.3175 0.9260v 5.8734 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.7672 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.0901,-0.0529 -3.1219 -0.0529c -0.9524,-0.0000 -2.7515,0.0529 -2.7515 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 424.9691,23.6523 ZM 438.5679,21.7474 v -6.6671 h -8.6513 v 6.6671 c 0.0000,0.8202 0.3969,1.1641 1.4551 1.1641h 0.6879 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.2753,-0.0529 -3.3335 -0.0529c -0.9260,-0.0000 -3.3865,0.0529 -3.3865 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.1852 -0.2117h 0.7143 c 1.0847,-0.0000 1.4287,-0.4233 1.4287 -1.1641v -13.2813 c 0.0000,-0.7937 -0.3969,-1.1641 -1.4287 -1.1641h -0.7143 c -0.1058,-0.0000 -0.2117,-0.0794 -0.2117 -0.2117v -0.5027 l 0.0529,-0.0265 c 0.0000,-0.0000 2.3017,0.0265 3.3335 0.0265c 0.9524,-0.0000 3.4129,-0.0265 3.4129 -0.0265l 0.0529,0.0265 v 0.5027 c 0.0000,0.1323 -0.0794,0.2117 -0.2117 0.2117h -0.6879 c -1.0847,-0.0000 -1.4551,0.4233 -1.4551 1.1641v 5.5824 h 8.6513 v -5.5824 c 0.0000,-0.7937 -0.3969,-1.1641 -1.4551 -1.1641h -0.6879 c -0.1323,-0.0000 -0.2381,-0.0794 -0.2381 -0.2117v -0.5027 l 0.0529,-0.0265 c 0.0000,-0.0000 2.3017,0.0265 3.3335 0.0265c 0.9524,-0.0000 3.4129,-0.0265 3.4129 -0.0265l 0.0529,0.0265 v 0.5027 c 0.0000,0.1323 -0.0794,0.2117 -0.2117 0.2117h -0.6879 c -1.0847,-0.0000 -1.4551,0.4233 -1.4551 1.1641v 13.2813 c 0.0000,0.8202 0.3969,1.1641 1.4551 1.1641h 0.6879 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.3017,-0.0529 -3.3335 -0.0529c -0.9524,-0.0000 -3.4129,0.0529 -3.4129 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.6879 c 1.0847,-0.0000 1.4551,-0.4233 1.4551 -1.1641ZM 443.4888,23.6523 ZM 451.1877,17.1704 l -2.0901,0.5291 c -2.3282,0.7143 -2.6721,1.9313 -2.6721 3.1219c 0.0000,0.8202 0.3969,2.0636 2.0636 2.0636c 0.7937,-0.0000 2.0107,-0.7672 2.6986 -1.3493v -4.3654 ZM 451.1877,17.1704 ZM 452.8810,23.9698 c -1.0054,-0.0000 -1.5609,-0.8995 -1.6668 -1.5345l -0.6085,0.4233 c -1.2170,0.8466 -1.6668,1.1112 -2.8838 1.1112c -1.8520,-0.0000 -3.2013,-1.0583 -3.2013 -3.0425c 0.0000,-2.0107 1.7197,-3.3865 4.2331 -4.0214l 2.4340,-0.6085 c 0.0000,-2.9896 -1.3757,-3.5452 -2.2753 -3.5452c -1.0054,-0.0000 -2.1694,0.4498 -2.1694 1.2699c 0.0000,0.2910 0.0529,0.4498 0.0794 0.5291c 0.0529,0.1058 0.0794,0.2910 0.0794 0.4762c 0.0000,0.3439 -0.2646,0.8731 -1.0318 0.8731c -0.6350,-0.0000 -1.0583,-0.4233 -1.0583 -1.0583c 0.0000,-1.5345 2.4869,-2.8838 4.1802 -2.8838c 1.9313,-0.0000 4.1537,0.7937 4.1537 4.5506v 3.8891 c 0.0000,1.6139 0.0265,2.3017 0.6350 2.3017c 0.5820,-0.0000 0.7408,-0.7408 0.7672 -1.3228l 0.6614,0.1323 c -0.1587,1.9313 -0.9789,2.4605 -2.3282 2.4605ZM 455.4208,23.6523 ZM 456.5584,19.9483 l 0.7143,-0.0265 c 0.0794,0.6614 0.3704,1.9313 0.9524 2.5398c 0.2646,0.2910 0.9789,0.7672 1.9578 0.7672c 0.9260,-0.0000 2.3017,-0.7408 2.3017 -2.0372c 0.0000,-1.1376 -0.6350,-1.9049 -2.7250 -2.8044c -1.9313,-0.8466 -2.9367,-1.4022 -2.9367 -3.3865c 0.0000,-1.7726 1.5609,-3.0425 3.6510 -3.0425c 1.3228,-0.0000 2.3017,0.2381 3.1219 0.6614c 0.1587,0.8466 0.2381,1.7461 0.2910 2.6986l -0.7143,0.0265 c -0.5556,-2.1694 -2.1430,-2.5928 -2.6986 -2.5928c -1.0054,-0.0000 -2.0372,0.3969 -2.0372 1.8520c 0.0000,1.0583 0.5027,1.5874 1.9578 2.1165c 2.1430,0.7937 3.8627,1.7461 3.8627 3.8627c 0.0000,2.6192 -2.7780,3.3865 -4.0214 3.3865c -0.9260,-0.0000 -1.6932,-0.1058 -2.3811 -0.2910c -0.1852,-0.0265 -0.3175,-0.0529 -0.5027 -0.0529c -0.1323,-0.0000 -0.3439,0.0265 -0.6085 0.0794c 0.0000,-1.1112 -0.0794,-2.4605 -0.1852 -3.7569ZM 465.2362,23.6523 ZM 469.5487,18.0435 v 3.7039 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.0529 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.3493,-0.0529 -2.3811 -0.0529c -0.9524,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -13.2548 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0794,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.4762,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 v 12.1965 c 0.6879,-0.1587 2.0372,-1.3493 3.4658 -2.9102c 0.4233,-0.4233 0.5291,-0.7672 0.5291 -1.0318c 0.0000,-0.2117 -0.1323,-0.4233 -0.7672 -0.4233h -0.1058 c -0.1323,-0.0000 -0.2117,-0.1058 -0.2117 -0.2117v -0.5027 l 0.0794,-0.0529 c 0.0000,-0.0000 1.2699,0.0529 2.1959 0.0529c 1.0318,-0.0000 2.4605,-0.0529 2.4605 -0.0529l 0.1058,0.0529 v 0.5027 c 0.0000,0.1323 -0.1587,0.2117 -0.2910 0.2117h -0.1852 c -0.7143,-0.0000 -1.8784,0.5820 -2.5398 1.2699l -2.0107,2.2224 c -0.0794,0.0794 -0.1058,0.1587 -0.1058 0.2646c 0.0000,0.1323 0.0529,0.2646 0.1323 0.3704l 3.0954,4.5770 c 0.4762,0.7143 1.3228,1.1906 1.9843 1.1906h 0.1852 c 0.1852,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.3493,-0.0529 -2.3811 -0.0529c -0.9260,-0.0000 -1.6403,0.0529 -1.6403 0.0529l -0.0794,-0.0529 v -0.5027 c 0.0000,-0.3439 -0.0794,-0.6350 -0.6085 -1.4022l -1.9313,-2.7250 c -0.5291,-0.7672 -0.8995,-0.9524 -1.5609 -0.9524ZM 477.9090,23.6523 ZM 480.9251,16.3238 h 4.8680 c 0.2646,-0.0000 0.3704,-0.1323 0.3704 -0.3704c 0.0000,-2.4605 -1.2435,-3.0954 -2.1959 -3.0954c -0.6085,-0.0000 -2.5928,0.2381 -3.0425 3.4658ZM 480.9251,16.3238 ZM 487.9096,21.1918 l 0.5291,0.4233 c -1.0054,1.3757 -2.5663,2.3546 -4.4712 2.3546c -3.6246,-0.0000 -5.1591,-2.6986 -5.1591 -5.5824c 0.0000,-4.0214 2.6457,-6.4290 5.1591 -6.4290c 3.4923,-0.0000 4.3124,2.7250 4.3124 4.9474c 0.0000,0.2910 -0.1852,0.4498 -0.4762 0.4498h -6.9581 c -0.0265,0.1587 -0.0265,0.3175 -0.0265 0.5291c 0.0000,2.6986 1.8784,4.7887 3.7833 4.7887c 1.4551,-0.0000 2.3811,-0.4762 3.3071 -1.4816ZM 489.2325,23.6523 ZM 491.7458,21.7474 v -13.2548 c 0.0000,-1.5080 -0.2646,-1.9313 -0.7937 -1.9313l -0.8466,0.1058 c -0.0794,-0.0000 -0.1587,-0.0529 -0.1587 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.4022,-0.1587 1.8520 -0.2381c 0.4762,-0.1058 0.8466,-0.2117 1.3757 -0.4498h 0.5820 v 16.5619 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.6350 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.9313,-0.0529 -2.9631 -0.0529c -0.9260,-0.0000 -2.8573,0.0529 -2.8573 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.6350 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 496.1112,23.6523 ZM 498.6246,21.7474 v -13.2548 c 0.0000,-1.5080 -0.2646,-1.9313 -0.7937 -1.9313l -0.8466,0.1058 c -0.0794,-0.0000 -0.1587,-0.0529 -0.1587 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.4022,-0.1587 1.8520 -0.2381c 0.4762,-0.1058 0.8466,-0.2117 1.3757 -0.4498h 0.5820 v 16.5619 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.6350 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.9313,-0.0529 -2.9631 -0.0529c -0.9260,-0.0000 -2.8573,0.0529 -2.8573 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.6350 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 502.9899,23.6523 ZM 505.5562,8.5191 c 0.0000,0.3969 0.0529,0.5556 0.1587 0.6879c 0.1058,0.1323 0.1587,0.2910 0.1587 0.6350c 0.0000,0.6085 -0.5291,0.9260 -1.0318 0.9260c -0.4233,-0.0000 -1.0847,-0.2117 -1.0847 -1.1376c 0.0000,-1.0054 0.5556,-1.7461 1.3493 -2.3811c 0.7672,-0.6614 1.8784,-1.0318 3.2806 -1.0318c 2.6986,-0.0000 4.3654,1.5874 4.3654 3.9950c 0.0000,2.0901 -1.5609,3.2542 -2.8044 4.1537c -0.6085,0.4498 -1.1376,0.8731 -1.3757 1.3228c -0.3439,0.6614 -0.4762,1.2964 -0.4762 1.9313v 1.1641 c 0.0000,0.1852 -0.1323,0.2646 -0.3439 0.2646c -0.2117,-0.0000 -0.3439,-0.0794 -0.3439 -0.2646v -1.2170 c 0.0000,-1.1376 0.0529,-2.6986 1.7726 -4.2595c 1.0583,-0.9789 1.5874,-1.7461 1.5874 -2.9896c 0.0000,-1.7197 -1.1376,-3.3071 -2.6457 -3.3071c -1.5080,-0.0000 -2.5663,0.7143 -2.5663 1.5080ZM 505.5562,8.5191 ZM 506.3499,22.5676 c 0.0000,-0.7672 0.6350,-1.4022 1.4022 -1.4022c 0.7672,-0.0000 1.4022,0.6350 1.4022 1.4022c 0.0000,0.7672 -0.6350,1.4022 -1.4022 1.4022c -0.7672,-0.0000 -1.4022,-0.6350 -1.4022 -1.4022Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 554.7378,27.5392 l -0.0000,-27.5392 h -509.4757 l -0.0000,27.5392 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="25.03565856075178px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,300.0000,13.7696)" stroke="none" text-anchor="middle">Which editors do you use for Haskell?
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 514.8955,324.5707 l -0.0000,-5.3178 h -398.8347 l -0.0000,5.3178 Z"/>
+    <path d="M 500.6062,321.9115 l -0.0000,-5.3495 h -401.2125 l -0.0000,5.3495 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 489.9683,342.3678 ZM 501.9163,338.7510 c -1.1973,-1.1973 -3.6542,-1.4841 -6.2733 1.1349c -2.3946,2.3946 -2.3073,5.3005 -0.8107 6.7971c 1.4218,1.4218 3.8787,1.1599 6.1112 -1.0726c 2.5941,-2.5941 2.7313,-5.1010 0.9728 -6.8595ZM 501.9163,338.7510 ZM 502.3278,346.5209 c -2.4944,2.4944 -5.7869,2.7189 -8.1690 0.3367c -2.1452,-2.1452 -2.3198,-5.4377 0.1372 -7.8947c 2.4445,-2.4445 5.9740,-2.7064 8.2064 -0.4739c 2.2449,2.2449 2.2948,5.5624 -0.1746 8.0318ZM 498.6736,351.0731 ZM 505.5955,348.2420 l -3.1928,3.1928 c -0.7733,0.7733 -1.0726,1.2222 -0.7358 1.5590c 0.3243,0.3243 0.6735,0.4739 1.2472 0.5488l 0.0125,0.4365 c -1.0352,0.0624 -1.8084,-0.1621 -2.3821 -0.7358c -0.5737,-0.5737 -0.5612,-1.2597 0.3243 -2.1452l 3.7914,-3.7914 l -0.8107,-0.8107 c -0.0374,-0.0374 -0.0374,-0.0624 -0.0000 -0.0998l 0.3866,-0.3866 c 0.0374,-0.0374 0.0624,-0.0374 0.0873 -0.0125c 0.8356,0.8356 1.5216,0.5488 2.4694 -0.3991l 0.2370,-0.2370 l 0.9728,0.4739 l -1.9207,1.9207 l 1.3719,1.3719 c 0.0624,0.0624 0.0748,0.1247 0.0249 0.1746l -0.2494,0.2494 c -0.1122,0.1122 -0.3367,-0.0125 -0.4615 -0.1372l -1.1723,-1.1723 ZM 502.4401,354.8396 ZM 513.1783,348.1672 l -4.2279,4.2279 c 1.6712,-0.0000 2.6066,0.5363 3.0930 1.0227c 0.8980,0.8980 0.6610,2.0329 -0.6236 3.3175l -2.6440,2.6440 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.7812,-2.7812 c 1.0102,-1.0102 0.9728,-1.5216 0.2744 -2.2200c -0.3617,-0.3617 -1.2222,-0.5737 -2.4071 -0.5862l -3.1180,3.1180 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 6.2484,-6.2484 c 0.7109,-0.7109 0.7982,-1.0227 0.5488 -1.2721l -0.4615,-0.3617 c -0.0374,-0.0374 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2744,0.1746 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 ZM 508.9005,361.3000 ZM 513.7770,359.2671 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 513.7770,359.2671 ZM 514.7747,364.8545 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606ZM 514.2384,366.6379 ZM 516.2464,366.8499 l 3.1055,-3.1055 c 0.6236,-0.6236 0.6735,-0.8481 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.0975,0.7483 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1599,1.0850 l 0.0374,0.0374 c 0.8107,-0.1621 1.9955,-0.2494 2.5817 0.3367c 0.5113,0.5113 0.4490,0.9479 0.1247 1.2721c -0.3243,0.3243 -0.7358,0.3118 -1.0601 -0.0125c -0.2494,-0.2494 -0.2869,-0.4864 -0.2869 -0.7358c -0.0000,-0.1497 -0.0499,-0.2744 -0.1372 -0.3617c -0.1372,-0.1372 -0.6361,-0.1871 -1.3594 -0.0624c -0.1995,0.0249 -0.4240,0.1247 -0.5862 0.2869l -2.7687,2.7687 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.3617,0.3617 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.9603,-1.0102 -1.4467 -1.4966c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l 0.0125,-0.0374 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 500.3145,374.0358 l 12.9821,-12.9821 l -32.4553,-32.4553 l -12.9821,12.9821 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 489.9683,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,474.3503,335.0894)" stroke="none" text-anchor="start">Other
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 440.1140,342.3678 ZM 453.3590,341.2952 c 0.2120,-0.0873 0.3367,-0.1621 0.4240 -0.2494c 0.1871,-0.1871 -0.0499,-0.4739 -0.4739 -0.8980l -0.2245,-0.2245 c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.8980,0.9229 1.3844 1.4093c 0.4365,0.4365 1.0975,1.0726 1.0975 1.0726l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000c -0.5113,-0.5113 -0.8606,-0.6361 -1.4592 -0.3617l -9.6407,4.4025 c -0.2619,0.1122 -0.4615,0.1122 -0.5986 -0.0249c -0.1247,-0.1247 -0.1247,-0.3243 -0.0000 -0.5737l 4.5397,-9.4536 c 0.3243,-0.6735 0.0748,-1.0726 -0.3367 -1.4841c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.9603,0.9853 1.4467 1.4717c 0.4365,0.4365 1.5590,1.5340 1.5590 1.5340l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000l -0.3367,-0.3367 c -0.4490,-0.4490 -0.7234,-0.4739 -0.9229 -0.2744c -0.0748,0.0748 -0.1247,0.1746 -0.1995 0.2993l -2.8810,5.9989 l -0.6984,1.4717 l 1.4343,-0.6610 ZM 447.8091,350.0629 ZM 460.4430,346.9574 c -0.6111,0.7109 -1.1349,1.4343 -1.6338 2.1576l -0.4365,-0.3118 c 0.5862,-1.0601 1.2846,-2.4569 0.0499 -3.6917c -0.8231,-0.8231 -2.0080,-0.7358 -2.7687 0.0249c -1.0352,1.0352 -0.2744,2.7438 0.0624 3.4547c 0.6735,1.4218 1.3220,3.0930 -0.1871 4.6021c -1.2721,1.2721 -3.4796,1.4093 -4.9139 -0.0249c -1.2222,-1.2222 -1.2098,-1.6338 -1.5091 -1.9331c -0.2494,-0.2494 -0.4240,-0.2993 -0.6361 -0.5113c 0.6111,-0.6610 1.1225,-1.3470 1.9456 -2.4195l 0.4116,0.3367 c -0.8855,1.3844 -1.0850,2.7563 0.0249 3.8663c 0.9479,0.9479 2.2200,1.1225 3.2302 0.1122c 1.1349,-1.1349 0.8481,-2.0953 0.3866 -3.1554c -0.5612,-1.2347 -1.4717,-3.3923 -0.0125 -4.8515c 1.3220,-1.3220 3.4173,-0.8980 4.5023 0.1871c 1.1599,1.1599 0.8980,1.3719 1.4841 2.1576Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 475.5305,316.5620 v 8.0242 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 440.1140,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 430.6898,354.5626 l 12.9821,-12.9821 l -12.9821,-12.9821 l -12.9821,12.9821 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.2596,342.3678 ZM 404.7269,342.9415 l -6.6849,6.6849 c -0.2370,0.2370 -0.4490,0.2744 -0.6236 0.0998c -0.1871,-0.2120 -0.2744,-0.4490 -0.2245 -0.7733l 1.1474,-9.8527 c 0.0624,-0.4864 0.0624,-0.7608 -0.0125 -0.8356c -0.0998,-0.0998 -0.3118,0.0624 -0.7358 0.4864l -4.3776,4.3776 c -0.3742,0.3742 -0.5612,0.9354 -0.0624 1.4343l 0.3243,0.3243 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8606,-0.9104 -1.3594 -1.4093c -0.4365,-0.4365 -1.3594,-1.3095 -1.3594 -1.3095l -0.0624,-0.1122 l 0.2245,-0.2245 c 0.0624,-0.0624 0.2120,-0.0125 0.2744 0.0499l 0.3243,0.3243 c 0.5113,0.5113 1.0850,0.2619 1.4218 -0.0748l 5.7620,-5.7620 c 0.2494,-0.3991 0.4116,-1.2846 -0.0000 -1.6962c -0.0998,-0.0998 -0.1995,-0.2245 -0.1122 -0.3118l 0.1995,-0.1995 l 0.0748,-0.0249 l 1.6338,1.6338 l -1.1474,9.8527 c -0.0998,0.8231 -0.2869,1.3345 -0.1871 1.4343c 0.0873,0.0873 0.3243,-0.1497 0.5612 -0.3866l 4.7268,-4.7268 c 0.3367,-0.3367 0.5986,-0.9229 0.0873 -1.4343l -0.3243,-0.3243 c -0.0624,-0.0624 -0.1372,-0.2120 -0.0748 -0.2744l 0.2370,-0.2370 l 0.0748,0.0499 c 0.0000,-0.0000 0.9104,0.9354 1.3594 1.3844c 0.4864,0.4864 1.3968,1.3719 1.3968 1.3719l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1497,0.0499 -0.1995 0.0000l -0.3367,-0.3367 c -0.4864,-0.4864 -1.0601,-0.2869 -1.4343 0.0873ZM 398.6282,350.7364 ZM 401.6090,348.6037 c 1.7086,-1.7086 3.8787,-2.0329 5.5375 -0.3742c 1.8458,1.8458 1.0102,4.1032 -0.2869 5.4003c -1.2472,1.2472 -3.6293,2.0080 -5.4003 0.2370c -1.6712,-1.6712 -1.1225,-3.9910 0.1497 -5.2631ZM 401.6090,348.6037 ZM 406.5977,348.5039 c -0.9977,-0.9977 -2.6316,-0.2869 -3.7166 0.7982c -0.9603,0.9603 -2.0080,3.1055 -0.7733 4.3402c 0.5612,0.5612 1.7211,1.0476 3.3674 -0.5986c 1.8334,-1.8334 2.1452,-3.5170 1.1225 -4.5397ZM 404.6022,356.7104 ZM 411.5240,353.8793 l -3.1928,3.1928 c -0.7733,0.7733 -1.0726,1.2222 -0.7358 1.5590c 0.3243,0.3243 0.6735,0.4739 1.2472 0.5488l 0.0125,0.4365 c -1.0352,0.0624 -1.8084,-0.1621 -2.3821 -0.7358c -0.5737,-0.5737 -0.5612,-1.2597 0.3243 -2.1452l 3.7914,-3.7914 l -0.8107,-0.8107 c -0.0374,-0.0374 -0.0374,-0.0624 -0.0000 -0.0998l 0.3866,-0.3866 c 0.0374,-0.0374 0.0624,-0.0374 0.0873 -0.0125c 0.8356,0.8356 1.5216,0.5488 2.4694 -0.3991l 0.2370,-0.2370 l 0.9728,0.4739 l -1.9207,1.9207 l 1.3719,1.3719 c 0.0624,0.0624 0.0748,0.1247 0.0249 0.1746l -0.2494,0.2494 c -0.1122,0.1122 -0.3367,-0.0125 -0.4615 -0.1372l -1.1723,-1.1723 ZM 408.3687,360.4768 ZM 413.2452,358.4439 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 413.2452,358.4439 ZM 414.2429,364.0313 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606ZM 413.7066,365.8148 ZM 419.4811,363.7569 l -3.1055,3.1055 c -0.0748,0.9479 0.3118,1.3844 0.5113 1.5839c 1.3345,1.3345 2.8810,0.3866 3.9536 -0.6859c 1.5091,-1.5091 1.7336,-2.9558 0.9728 -3.7166c -0.4240,-0.4240 -1.3968,-0.6735 -2.3322 -0.2869ZM 419.4811,363.7569 ZM 412.6715,368.7207 l 6.1735,-6.1735 c 0.4739,-0.4739 0.4490,-0.6735 0.2744 -0.8481c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9354,0.6610 1.1349,0.7608 1.6588 0.9354c 0.1995,0.0748 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.0352,0.9603 l 0.0374,0.0374 c 1.4467,-0.2993 2.2449,0.2494 2.6440 0.6485c 1.2098,1.2098 0.7483,3.2676 -0.5737 4.5896c -1.0102,1.0102 -2.0953,1.4717 -3.2302 1.4841c -0.9728,0.0000 -1.7211,-0.2744 -2.3821 -0.9354c -0.4490,-0.4490 -0.6984,-0.8980 -0.8481 -1.3968l -2.0953,2.0953 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2370,0.2370 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8356,-0.8855 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 419.0695,371.1777 ZM 425.7544,371.7514 l -1.2347,-0.7358 c -1.4343,-0.7608 -2.1701,-0.3492 -2.7313 0.2120c -0.3866,0.3866 -0.7857,1.1599 0.0000 1.9456c 0.3742,0.3742 1.3095,0.5862 1.9082 0.6361l 2.0578,-2.0578 ZM 425.7544,371.7514 ZM 423.3473,375.7548 c -0.4739,-0.4739 -0.3118,-1.1599 -0.0624 -1.5091l -0.4864,-0.0873 c -0.9728,-0.1746 -1.3095,-0.2619 -1.8832 -0.8356c -0.8730,-0.8730 -1.0102,-2.0080 -0.0748 -2.9433c 0.9479,-0.9479 2.4071,-0.7857 3.8912 0.0998l 1.4343,0.8606 c 1.4093,-1.4093 1.0227,-2.3198 0.5986 -2.7438c -0.4739,-0.4739 -1.2347,-0.8107 -1.6213 -0.4240c -0.1372,0.1372 -0.1871,0.2370 -0.2120 0.2869c -0.0249,0.0748 -0.0998,0.1746 -0.1871 0.2619c -0.1621,0.1621 -0.5363,0.2869 -0.8980 -0.0748c -0.2993,-0.2993 -0.2993,-0.6984 -0.0000 -0.9977c 0.7234,-0.7234 2.5318,-0.1871 3.3300 0.6111c 0.9104,0.9104 1.5839,2.3322 -0.1871 4.1032l -1.8334,1.8334 c -0.7608,0.7608 -1.0726,1.0975 -0.7857 1.3844c 0.2744,0.2744 0.6984,-0.0000 0.9853 -0.2619l 0.2494,0.3742 c -0.9853,0.8356 -1.6213,0.6984 -2.2574 0.0624ZM 424.6943,376.8024 ZM 429.9698,379.8580 l 3.2302,-3.2302 c 0.1746,-0.7733 0.0998,-1.3719 -0.4864 -1.9581c -0.2494,-0.2494 -0.7982,-0.7234 -1.7835 -0.5363c -0.4365,0.0873 -1.1848,0.4116 -2.0828 1.3095c -1.6338,1.6338 -1.5340,3.2302 -0.8606 3.9037c 0.4116,0.4116 0.9977,0.4989 1.9830 0.5113ZM 429.9698,379.8580 ZM 438.5006,373.1981 l -7.2087,7.2087 c -0.3742,0.3742 -0.5488,0.5986 -0.6111 0.7109c -0.0748,0.1497 -0.0125,0.3617 0.0873 0.4615c 0.1497,0.1497 0.4240,0.4240 0.6485 0.5737l -0.2993,0.3991 c -0.8481,-0.5986 -1.6338,-1.1100 -2.1202 -1.1474l -0.2993,-0.2993 l 0.8980,-0.8231 c -0.9603,0.0125 -1.8209,-0.0998 -2.4569 -0.7358c -1.3470,-1.3470 -1.0227,-3.3175 0.5113 -4.8515c 0.9229,-0.9229 1.9456,-1.4467 3.0182 -1.4467c 0.9728,0.0249 1.7959,0.2993 2.6191 1.1225c 0.2494,0.2494 0.6859,0.9104 0.8107 1.3594l 1.9082,-1.9082 c 0.7109,-0.7109 0.7982,-1.0227 0.5488 -1.2721l -0.4615,-0.3617 c -0.0249,-0.0249 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2869,0.1871 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 ZM 430.8553,382.9635 ZM 437.6525,383.3751 l 2.1452,2.1452 l -0.6111,0.6111 l -2.1452,-2.1452 l -2.1576,2.1576 l -0.6236,-0.6236 l 2.1576,-2.1576 l -2.1576,-2.1576 l 0.6111,-0.6111 l 2.1576,2.1576 l 2.1701,-2.1701 l 0.6236,0.6236 l -2.1701,2.1701 ZM 437.4280,389.5362 ZM 444.2251,389.9477 l 2.1452,2.1452 l -0.6111,0.6111 l -2.1452,-2.1452 l -2.1576,2.1576 l -0.6236,-0.6236 l 2.1576,-2.1576 l -2.1576,-2.1576 l 0.6111,-0.6111 l 2.1576,2.1576 l 2.1701,-2.1701 l 0.6236,0.6236 l -2.1701,2.1701 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,424.1987,335.0894)" stroke="none" text-anchor="start">VS
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.2596,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 425.3789,316.5620 v 8.0242 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.4053,342.3678 ZM 353.0392,339.2623 c -0.6111,0.7109 -1.1349,1.4343 -1.6338 2.1576l -0.4365,-0.3118 c 0.5862,-1.0601 1.2846,-2.4569 0.0499 -3.6917c -0.8231,-0.8231 -2.0080,-0.7358 -2.7687 0.0249c -1.0352,1.0352 -0.2744,2.7438 0.0624 3.4547c 0.6735,1.4218 1.3220,3.0930 -0.1871 4.6021c -1.2721,1.2721 -3.4796,1.4093 -4.9139 -0.0249c -1.2222,-1.2222 -1.2098,-1.6338 -1.5091 -1.9331c -0.2494,-0.2494 -0.4240,-0.2993 -0.6361 -0.5113c 0.6111,-0.6610 1.1225,-1.3470 1.9456 -2.4195l 0.4116,0.3367 c -0.8855,1.3844 -1.0850,2.7563 0.0249 3.8663c 0.9479,0.9479 2.2200,1.1225 3.2302 0.1122c 1.1349,-1.1349 0.8481,-2.0953 0.3866 -3.1554c -0.5612,-1.2347 -1.4717,-3.3923 -0.0125 -4.8515c 1.3220,-1.3220 3.4173,-0.8980 4.5023 0.1871c 1.1599,1.1599 0.8980,1.3719 1.4841 2.1576ZM 346.3294,348.2919 ZM 353.1265,352.1956 c -0.6236,0.6236 -0.7608,0.8855 -0.5113 1.1349c 0.1497,0.1497 0.4490,0.3991 0.6984 0.5737l -0.2993,0.3991 c -0.8980,-0.6236 -1.6338,-1.1100 -2.1452 -1.1723l -0.2744,-0.2744 l 0.9603,-0.8855 l -0.0374,-0.0374 c -1.4343,0.0624 -2.1701,-0.3243 -2.6814 -0.8356c -1.2347,-1.2347 -0.7234,-2.3946 0.1372 -3.2551l 2.8436,-2.8436 c 0.4116,-0.4116 0.5363,-0.7109 0.0748 -1.1723c -0.0499,-0.0499 -0.1497,-0.1247 -0.2245 -0.1995l -0.0249,-0.0499 l 0.3243,-0.3243 l 0.0748,-0.0000 c 0.0000,-0.0000 0.8231,0.8730 1.2222 1.2721c 0.1746,0.1746 0.4864,0.4365 0.4864 0.4365l -1.0102,0.9853 l -2.6565,2.6565 c -1.1100,1.1100 -0.7358,1.8832 -0.3617 2.2574c 0.2869,0.2869 0.6610,0.4365 1.1100 0.5113c 0.5238,0.0748 0.8980,0.0998 1.1848 0.0624l 3.0805,-3.0805 c 0.4490,-0.4490 0.5986,-0.7234 0.1372 -1.1848c -0.0748,-0.0748 -0.2245,-0.1995 -0.2619 -0.2370l -0.0000,-0.0499 l 0.3118,-0.3118 l 0.0624,-0.0125 c 0.0000,-0.0000 0.8606,0.9104 1.2098 1.2597c 0.2869,0.2869 0.5113,0.4615 0.5113 0.4615l -0.9977,0.9728 l -2.9433,2.9433 ZM 352.7773,354.7398 ZM 355.3216,355.9122 c -0.0499,0.5488 0.1122,0.9104 0.4989 1.2971c 1.1848,1.1848 2.8810,0.6859 4.3028 -0.7358c 1.2721,-1.2721 1.5340,-2.8311 0.7733 -3.5919c -0.1372,-0.1372 -0.8107,-0.7608 -1.8084 -0.7358l -3.7665,3.7665 ZM 355.3216,355.9122 ZM 360.8466,348.5164 c 0.7109,-0.7109 0.7857,-1.0352 0.5363 -1.2846l -0.4490,-0.3492 c -0.0374,-0.0374 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2744,0.1746 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 l -3.8663,3.8663 c 0.8855,-0.0374 1.6089,0.2370 2.2075 0.8356c 1.0850,1.0850 1.0850,3.1554 -0.4365 4.6769c -1.9830,1.9830 -4.5023,1.7086 -5.7744 0.4365c -0.5363,-0.5363 -0.7857,-1.0850 -0.8356 -1.7585c -0.2619,0.0374 -0.6111,0.0624 -0.8481 0.0748l -0.1995,-0.3243 c 0.3367,-0.2619 0.5363,-0.4615 1.0227 -0.9479l 6.2359,-6.2359 ZM 358.6515,360.6140 ZM 360.7343,360.9009 l 6.2484,-6.2484 c 0.7109,-0.7109 0.7857,-1.0352 0.5363 -1.2846l -0.4490,-0.3492 c -0.0374,-0.0374 -0.0499,-0.0998 -0.0125 -0.1372l 0.2869,-0.3367 c 0.1995,0.1995 0.7358,0.5862 0.9853 0.7608c 0.2744,0.1746 0.4989,0.2993 0.8606 0.4365l 0.2744,0.2744 l -7.8074,7.8074 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2993,0.2993 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8855,-0.9354 -1.3719 -1.4218c -0.4365,-0.4365 -1.3719,-1.3220 -1.3719 -1.3220l 0.0125,-0.0374 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.2993,0.2993 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 361.8942,363.8567 ZM 369.9884,357.7081 c 0.3243,-0.3243 0.8606,-0.3367 1.1848 -0.0125c 0.3367,0.3367 0.3243,0.8730 0.0000 1.1973c -0.3367,0.3367 -0.8606,0.3367 -1.1973 0.0000c -0.3243,-0.3243 -0.3243,-0.8481 0.0125 -1.1848ZM 369.9884,357.7081 ZM 364.9498,365.1164 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2370,0.2370 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8356,-0.8855 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.6610,-0.6610 0.6485,-0.8730 0.4739 -1.0476c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9354,0.6610 1.1225,0.7483 1.6588 0.9354c 0.1871,0.0873 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -4.6146,4.6146 ZM 365.1868,367.1493 ZM 373.6052,373.7718 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 374.6653,376.6278 ZM 379.5418,374.5949 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 379.5418,374.5949 ZM 380.5396,380.1823 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 425.9756,400.0000 l 12.9821,-12.9821 l -58.4195,-58.4195 l -12.9821,12.9821 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.4053,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,374.0471,335.0894)" stroke="none" text-anchor="start">Notepad++
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.5509,342.3678 ZM 297.3107,342.0685 l 2.2325,2.2325 l 2.0953,-4.5647 l -4.4025,1.8084 c -0.0624,0.0374 -0.0998,0.0499 -0.1372 0.0873c -0.0748,0.0748 -0.0249,0.1995 0.2120 0.4365ZM 297.3107,342.0685 ZM 293.1950,343.2159 c -0.1247,0.0499 -0.2120,0.1122 -0.2869 0.1871c -0.1995,0.1995 -0.1122,0.5113 0.2619 0.8855l 0.3617,0.3617 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -1.2098,-1.2597 -1.5091 -1.5590c -0.3243,-0.3243 -1.1474,-1.0975 -1.1474 -1.0975l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.1497,0.1497 c 0.5113,0.5113 0.9728,0.4989 1.5714 0.2494l 9.7405,-3.9037 c 0.3991,-0.1746 0.5862,-0.1621 0.7109 -0.0374c 0.2245,0.2245 0.1995,0.4490 0.0499 0.7982l -4.2030,9.3164 c -0.3118,0.6610 -0.2993,1.1474 0.1995 1.6463l 0.1372,0.1372 c 0.0624,0.0624 0.0873,0.1621 0.0249 0.2245l -0.2370,0.2370 l -0.0624,-0.0125 c 0.0000,-0.0000 -0.9354,-0.9853 -1.4218 -1.4717c -0.4365,-0.4365 -1.6837,-1.6338 -1.6837 -1.6338l 0.0125,-0.0374 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.3492,0.3492 c 0.3866,0.3866 0.7234,0.4490 0.9229 0.2494c 0.0624,-0.0624 0.1247,-0.1497 0.1746 -0.2494l 1.3470,-2.9433 l -2.6316,-2.6316 c -0.2993,-0.2993 -0.4739,-0.3243 -0.6610 -0.2370ZM 299.2188,351.0357 ZM 306.1407,348.2046 l -3.1928,3.1928 c -0.7733,0.7733 -1.0726,1.2222 -0.7358 1.5590c 0.3243,0.3243 0.6735,0.4739 1.2472 0.5488l 0.0125,0.4365 c -1.0352,0.0624 -1.8084,-0.1621 -2.3821 -0.7358c -0.5737,-0.5737 -0.5612,-1.2597 0.3243 -2.1452l 3.7914,-3.7914 l -0.8107,-0.8107 c -0.0374,-0.0374 -0.0374,-0.0624 -0.0000 -0.0998l 0.3866,-0.3866 c 0.0374,-0.0374 0.0624,-0.0374 0.0873 -0.0125c 0.8356,0.8356 1.5216,0.5488 2.4694 -0.3991l 0.2370,-0.2370 l 0.9728,0.4739 l -1.9207,1.9207 l 1.3719,1.3719 c 0.0624,0.0624 0.0748,0.1247 0.0249 0.1746l -0.2494,0.2494 c -0.1122,0.1122 -0.3367,-0.0125 -0.4615 -0.1372l -1.1723,-1.1723 ZM 302.9853,354.8022 ZM 305.9661,352.6695 c 1.7086,-1.7086 3.8787,-2.0329 5.5375 -0.3742c 1.8458,1.8458 1.0102,4.1032 -0.2869 5.4003c -1.2472,1.2472 -3.6293,2.0080 -5.4003 0.2370c -1.6712,-1.6712 -1.1225,-3.9910 0.1497 -5.2631ZM 305.9661,352.6695 ZM 310.9548,352.5697 c -0.9977,-0.9977 -2.6316,-0.2869 -3.7166 0.7982c -0.9603,0.9603 -2.0080,3.1055 -0.7733 4.3402c 0.5612,0.5612 1.7211,1.0476 3.3674 -0.5986c 1.8334,-1.8334 2.1452,-3.5170 1.1225 -4.5397ZM 308.9593,360.7762 ZM 317.3778,367.3987 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 375.2273,316.5620 v 8.0242 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.5509,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 362.8419,387.0179 l 12.9821,-12.9821 l -45.4374,-45.4374 l -12.9821,12.9821 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.6966,342.3678 ZM 253.9417,341.2952 c 0.2120,-0.0873 0.3367,-0.1621 0.4240 -0.2494c 0.1871,-0.1871 -0.0499,-0.4739 -0.4739 -0.8980l -0.2245,-0.2245 c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.8980,0.9229 1.3844 1.4093c 0.4365,0.4365 1.0975,1.0726 1.0975 1.0726l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000c -0.5113,-0.5113 -0.8606,-0.6361 -1.4592 -0.3617l -9.6407,4.4025 c -0.2619,0.1122 -0.4615,0.1122 -0.5986 -0.0249c -0.1247,-0.1247 -0.1247,-0.3243 -0.0000 -0.5737l 4.5397,-9.4536 c 0.3243,-0.6735 0.0748,-1.0726 -0.3367 -1.4841c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.9603,0.9853 1.4467 1.4717c 0.4365,0.4365 1.5590,1.5340 1.5590 1.5340l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000l -0.3367,-0.3367 c -0.4490,-0.4490 -0.7234,-0.4739 -0.9229 -0.2744c -0.0748,0.0748 -0.1247,0.1746 -0.1995 0.2993l -2.8810,5.9989 l -0.6984,1.4717 l 1.4343,-0.6610 ZM 248.3917,350.0629 ZM 261.0256,346.9574 c -0.6111,0.7109 -1.1349,1.4343 -1.6338 2.1576l -0.4365,-0.3118 c 0.5862,-1.0601 1.2846,-2.4569 0.0499 -3.6917c -0.8231,-0.8231 -2.0080,-0.7358 -2.7687 0.0249c -1.0352,1.0352 -0.2744,2.7438 0.0624 3.4547c 0.6735,1.4218 1.3220,3.0930 -0.1871 4.6021c -1.2721,1.2721 -3.4796,1.4093 -4.9139 -0.0249c -1.2222,-1.2222 -1.2098,-1.6338 -1.5091 -1.9331c -0.2494,-0.2494 -0.4240,-0.2993 -0.6361 -0.5113c 0.6111,-0.6610 1.1225,-1.3470 1.9456 -2.4195l 0.4116,0.3367 c -0.8855,1.3844 -1.0850,2.7563 0.0249 3.8663c 0.9479,0.9479 2.2200,1.1225 3.2302 0.1122c 1.1349,-1.1349 0.8481,-2.0953 0.3866 -3.1554c -0.5612,-1.2347 -1.4717,-3.3923 -0.0125 -4.8515c 1.3220,-1.3220 3.4173,-0.8980 4.5023 0.1871c 1.1599,1.1599 0.8980,1.3719 1.4841 2.1576ZM 257.4338,359.1049 ZM 261.7116,363.6821 c -2.6814,-2.6814 -1.8957,-6.0364 0.1122 -8.0443c 2.4569,-2.4569 6.1860,-2.3696 8.2563 -0.2993c 1.5340,1.5340 1.4966,2.5442 2.1701 3.2926c -0.6485,0.7234 -1.1349,1.4343 -1.6588 2.2075l -0.4240,-0.3243 c 0.7483,-1.3968 1.0352,-3.1304 -0.6859 -4.8515c -0.9853,-0.9853 -3.8039,-1.7086 -6.3357 0.8231c -1.8209,1.8209 -2.8685,4.7393 -0.9354 6.6724c 1.1599,1.1599 2.4195,1.5964 4.2778 1.5091l 0.0998,0.4739 c -1.9581,0.2619 -3.6667,-0.2494 -4.8765 -1.4592ZM 265.4656,367.1368 ZM 268.4464,365.0041 c 1.7086,-1.7086 3.8787,-2.0329 5.5375 -0.3742c 1.8458,1.8458 1.0102,4.1032 -0.2869 5.4003c -1.2472,1.2472 -3.6293,2.0080 -5.4003 0.2370c -1.6712,-1.6712 -1.1225,-3.9910 0.1497 -5.2631ZM 268.4464,365.0041 ZM 273.4351,364.9043 c -0.9977,-0.9977 -2.6316,-0.2869 -3.7166 0.7982c -0.9603,0.9603 -2.0080,3.1055 -0.7733 4.3402c 0.5612,0.5612 1.7211,1.0476 3.3674 -0.5986c 1.8334,-1.8334 2.1452,-3.5170 1.1225 -4.5397ZM 270.8285,372.4997 ZM 276.1041,375.5553 l 3.2302,-3.2302 c 0.1746,-0.7733 0.0998,-1.3719 -0.4864 -1.9581c -0.2494,-0.2494 -0.7982,-0.7234 -1.7835 -0.5363c -0.4365,0.0873 -1.1848,0.4116 -2.0828 1.3095c -1.6338,1.6338 -1.5340,3.2302 -0.8606 3.9037c 0.4116,0.4116 0.9977,0.4989 1.9830 0.5113ZM 276.1041,375.5553 ZM 284.6348,368.8953 l -7.2087,7.2087 c -0.3742,0.3742 -0.5488,0.5986 -0.6111 0.7109c -0.0748,0.1497 -0.0125,0.3617 0.0873 0.4615c 0.1497,0.1497 0.4240,0.4240 0.6485 0.5737l -0.2993,0.3991 c -0.8481,-0.5986 -1.6338,-1.1100 -2.1202 -1.1474l -0.2993,-0.2993 l 0.8980,-0.8231 c -0.9603,0.0125 -1.8209,-0.0998 -2.4569 -0.7358c -1.3470,-1.3470 -1.0227,-3.3175 0.5113 -4.8515c 0.9229,-0.9229 1.9456,-1.4467 3.0182 -1.4467c 0.9728,0.0249 1.7959,0.2993 2.6191 1.1225c 0.2494,0.2494 0.6859,0.9104 0.8107 1.3594l 1.9082,-1.9082 c 0.7109,-0.7109 0.7982,-1.0227 0.5488 -1.2721l -0.4615,-0.3617 c -0.0249,-0.0249 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2869,0.1871 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 ZM 276.9896,378.6607 ZM 281.8660,376.6278 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 281.8660,376.6278 ZM 282.8638,382.2152 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,323.8956,335.0894)" stroke="none" text-anchor="start">Sublime
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.6966,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.0758,316.5620 v 8.0242 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.8423,342.3678 ZM 202.8027,339.2124 l -1.6837,-1.6837 c -0.2993,-0.2993 -0.5488,-0.3492 -0.8481 -0.0499l -2.6565,2.6565 l 1.7086,1.7086 c 0.4365,0.4365 0.7483,0.3492 1.1723 0.0748l 0.4615,-0.2869 c 0.0499,-0.0499 0.1372,-0.0624 0.1871 -0.0125l 0.2744,0.2744 c 0.0374,0.0374 0.0249,0.0748 0.0000 0.0998c -0.3617,0.2619 -0.8730,0.6735 -1.2846 1.0850c -0.4240,0.4240 -0.9229,1.0476 -1.0975 1.2971l -0.0748,0.0000 l -0.2869,-0.2869 c -0.0624,-0.0624 -0.0499,-0.1497 -0.0125 -0.1871l 0.3118,-0.4615 c 0.2993,-0.4240 0.3492,-0.7483 -0.0748 -1.1723l -1.7086,-1.7086 l -3.1803,3.1803 c -0.3367,0.3367 -0.2370,0.5862 0.0374 0.8606l 2.0703,2.0703 c 0.9479,0.9479 2.0454,0.5737 3.1928 -0.0748l 0.3243,0.4490 c -0.7982,0.4989 -1.6338,1.0850 -2.3946 1.7211l -3.6667,-3.6667 l -0.9479,-0.9728 l -1.6213,-1.5714 v -0.0499 l 0.2494,-0.2494 c 0.0374,-0.0374 0.1122,-0.0624 0.1871 0.0125l 0.3742,0.3742 c 0.4989,0.4989 0.8481,0.4490 1.1973 0.0998l 6.2484,-6.2484 c 0.3866,-0.3866 0.3866,-0.7358 -0.0873 -1.2098l -0.3742,-0.3742 c -0.0873,-0.0873 -0.0499,-0.1497 -0.0125 -0.1871l 0.2494,-0.2494 l 0.0374,0.0125 l 1.5839,1.6089 l 0.9853,0.9603 l 3.1928,3.1928 c -0.6111,0.7109 -1.2597,1.5839 -1.6712 2.1950l -0.4240,-0.2993 c 0.5862,-1.1349 0.9977,-1.9955 0.0624 -2.9309ZM 197.9387,349.4642 ZM 206.3572,356.0868 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846v -0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721v -0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721v -0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 207.4173,358.9428 ZM 214.1022,359.5165 l -1.2347,-0.7358 c -1.4343,-0.7608 -2.1701,-0.3492 -2.7313 0.2120c -0.3866,0.3866 -0.7857,1.1599 0.0000 1.9456c 0.3742,0.3742 1.3095,0.5862 1.9082 0.6361l 2.0578,-2.0578 ZM 214.1022,359.5165 ZM 211.6951,363.5200 c -0.4739,-0.4739 -0.3118,-1.1599 -0.0624 -1.5091l -0.4864,-0.0873 c -0.9728,-0.1746 -1.3095,-0.2619 -1.8832 -0.8356c -0.8730,-0.8730 -1.0102,-2.0080 -0.0748 -2.9433c 0.9479,-0.9479 2.4071,-0.7857 3.8912 0.0998l 1.4343,0.8606 c 1.4093,-1.4093 1.0227,-2.3198 0.5986 -2.7438c -0.4739,-0.4739 -1.2347,-0.8107 -1.6213 -0.4240c -0.1372,0.1372 -0.1871,0.2370 -0.2120 0.2869c -0.0249,0.0748 -0.0998,0.1746 -0.1871 0.2619c -0.1621,0.1621 -0.5363,0.2869 -0.8980 -0.0748c -0.2993,-0.2993 -0.2993,-0.6984 0.0000 -0.9977c 0.7234,-0.7234 2.5318,-0.1871 3.3300 0.6111c 0.9104,0.9104 1.5839,2.3322 -0.1871 4.1032l -1.8334,1.8334 c -0.7608,0.7608 -1.0726,1.0975 -0.7857 1.3844c 0.2744,0.2744 0.6984,-0.0000 0.9853 -0.2619l 0.2494,0.3742 c -0.9853,0.8356 -1.6213,0.6984 -2.2574 0.0624ZM 213.0421,364.5676 ZM 218.9662,368.2218 c -1.4966,0.3991 -2.4320,0.1372 -3.1803 -0.6111c -1.4966,-1.4966 -1.2971,-3.5669 0.3118 -5.1758c 1.7710,-1.7710 4.0284,-1.8084 5.3753 -0.4615c 1.1973,1.1973 1.2222,2.4445 0.5612 3.1055c -0.3617,0.3617 -0.7733,0.3243 -1.0352 0.0624c -0.2619,-0.2619 -0.3742,-0.6485 -0.0998 -0.9977c 0.3617,-0.4615 0.8231,-1.0726 0.0873 -1.8084c -0.8231,-0.8231 -2.3073,-0.5612 -3.6542 0.7857c -1.4592,1.4592 -1.6837,3.2551 -0.7234 4.2155c 0.5363,0.5363 1.3594,0.6610 2.3073 0.4864ZM 218.0682,369.5937 ZM 220.3506,368.3840 l 0.3492,0.3243 c -0.2744,0.3492 -0.7358,1.0850 -0.7483 1.6463c -0.0125,0.2619 0.0998,0.8231 0.5612 1.2846c 0.4365,0.4365 1.4343,0.7358 2.0454 0.1247c 0.5363,-0.5363 0.5986,-1.1973 0.0374 -2.6066c -0.5113,-1.3095 -0.7234,-2.0454 0.2120 -2.9808c 0.8356,-0.8356 2.1701,-0.6984 3.1554 0.2869c 0.6236,0.6236 0.9728,1.1973 1.1599 1.7835c -0.3243,0.4739 -0.7109,0.9354 -1.1349 1.4093l -0.3492,-0.3243 c 0.7608,-1.2846 0.2120,-2.2325 -0.0499 -2.4944c -0.4739,-0.4739 -1.1474,-0.7733 -1.8334 -0.0873c -0.4989,0.4989 -0.5113,0.9853 -0.0748 1.9207c 0.6361,1.3844 0.9977,2.6440 -0.0000 3.6418c -1.2347,1.2347 -2.9059,0.2869 -3.4921 -0.2993c -0.4365,-0.4365 -0.7483,-0.8481 -0.9853 -1.2597c -0.0748,-0.0998 -0.1247,-0.1746 -0.2120 -0.2619c -0.0624,-0.0624 -0.1746,-0.1497 -0.3243 -0.2494c 0.5238,-0.5238 1.1225,-1.1973 1.6837 -1.8583Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 293.2172,367.5447 l 12.9821,-12.9821 l -25.9642,-25.9642 l -12.9821,12.9821 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.8423,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,273.7440,335.0894)" stroke="none" text-anchor="start">Atom
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.9879,342.3678 ZM 154.2330,341.2952 c 0.2120,-0.0873 0.3367,-0.1621 0.4240 -0.2494c 0.1871,-0.1871 -0.0499,-0.4739 -0.4739 -0.8980l -0.2245,-0.2245 c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.8980,0.9229 1.3844 1.4093c 0.4365,0.4365 1.0975,1.0726 1.0975 1.0726l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000c -0.5113,-0.5113 -0.8606,-0.6361 -1.4592 -0.3617l -9.6407,4.4025 c -0.2619,0.1122 -0.4615,0.1122 -0.5986 -0.0249c -0.1247,-0.1247 -0.1247,-0.3243 -0.0000 -0.5737l 4.5397,-9.4536 c 0.3243,-0.6735 0.0748,-1.0726 -0.3367 -1.4841c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.9603,0.9853 1.4467 1.4717c 0.4365,0.4365 1.5590,1.5340 1.5590 1.5340l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000l -0.3367,-0.3367 c -0.4490,-0.4490 -0.7234,-0.4739 -0.9229 -0.2744c -0.0748,0.0748 -0.1247,0.1746 -0.1995 0.2993l -2.8810,5.9989 l -0.6984,1.4717 l 1.4343,-0.6610 ZM 148.6830,350.0629 ZM 156.7772,343.9143 c 0.3243,-0.3243 0.8606,-0.3367 1.1848 -0.0125c 0.3367,0.3367 0.3243,0.8730 0.0000 1.1973c -0.3367,0.3367 -0.8606,0.3367 -1.1973 0.0000c -0.3243,-0.3243 -0.3243,-0.8481 0.0125 -1.1848ZM 156.7772,343.9143 ZM 151.7386,351.3225 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2370,0.2370 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8356,-0.8855 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.6610,-0.6610 0.6485,-0.8730 0.4739 -1.0476c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9354,0.6610 1.1225,0.7483 1.6588 0.9354c 0.1871,0.0873 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -4.6146,4.6146 ZM 151.9756,353.3554 ZM 160.3941,359.9780 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 274.9242,316.5620 v 8.0242 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.9879,319.2529 v 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.5388,387.0179 l 12.9821,-12.9821 l -45.4374,-45.4374 l -12.9821,12.9821 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,223.5925,335.0894)" stroke="none" text-anchor="start">VS Code
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 224.7727,316.5620 v 8.0242 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.4051,374.0358 l 12.9821,-12.9821 l -32.4553,-32.4553 l -12.9821,12.9821 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,173.4409,335.0894)" stroke="none" text-anchor="start">Emacs
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.6211,316.5620 v 8.0242 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 136.2715,361.0537 l 12.9821,-12.9821 l -19.4732,-19.4732 l -12.9821,12.9821 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,123.2893,335.0894)" stroke="none" text-anchor="start">Vim
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 124.4695,316.5620 v 8.0242 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 105.4252,308.4322 l -0.0000,-265.8898 h -5.3178 l -0.0000,265.8898 Z"/>
+    <path d="M 88.6948,305.7132 l -0.0000,-267.4750 h -5.3495 l -0.0000,267.4750 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.2841,114.5816 ZM 74.8346,108.3202 c 0.0000,-0.1235 0.0176,-0.2646 0.1764 -0.3528c 0.1940,-0.1411 0.5115,-0.2998 0.7761 -0.2998c 0.2293,-0.0000 0.2469,0.1940 0.2469 0.5468v 2.8397 h 1.4287 l -0.1058,0.8290 h -1.3228 v 1.4639 c 0.0000,0.4939 0.0706,0.7408 0.5820 0.7408h 0.4762 c 0.1058,-0.0000 0.1235,0.0882 0.1235 0.1235v 0.3880 c 0.0000,-0.0000 -1.1288,-0.0353 -1.8696 -0.0353c -0.6702,-0.0000 -1.7109,0.0353 -1.7109 0.0353v -0.3880 c 0.0000,-0.0353 0.0176,-0.1235 0.1235 -0.1235h 0.4762 c 0.5468,-0.0000 0.5997,-0.2293 0.5997 -0.7408v -1.4639 h -3.4570 c -0.0706,-0.0000 -0.1058,-0.0353 -0.1587 -0.1058l -0.1411,-0.1940 l -0.2117,-0.3704 c -0.0176,-0.0000 -0.0176,-0.0176 -0.0176 -0.0353c 0.0000,-0.0176 0.0176,-0.0353 0.0353 -0.0529c 1.1465,-1.2699 3.1748,-5.2032 3.8098 -6.6494c 0.0176,-0.0706 0.0529,-0.0882 0.1235 -0.0882c 0.0176,-0.0000 0.4057,0.1587 0.6173 0.1940c -0.7937,2.1342 -2.0989,4.4271 -3.3865 6.4731h 2.7868 v -2.7339 ZM 78.0094,114.5816 ZM 81.8721,105.0042 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 81.8721,105.0042 ZM 81.8015,114.7932 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 85.7348,114.5816 ZM 89.5975,105.0042 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 89.5975,105.0042 ZM 89.5269,114.7932 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 76.6584,116.2062 l -0.0000,-18.3595 h -27.5392 l -0.0000,18.3595 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.4485,109.2638 h 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,62.8888,107.0265)" stroke="none" text-anchor="middle">400
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 70.2841,214.1658 ZM 71.3071,206.3522 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526ZM 78.0094,214.1658 ZM 81.8721,204.5884 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 81.8721,204.5884 ZM 81.8015,214.3774 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 85.7348,214.1658 ZM 89.5975,204.5884 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 89.5975,204.5884 ZM 89.5269,214.3774 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 80.6705,105.3574 h 8.0242 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.4485,208.8480 h 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 76.6584,216.3841 l -0.0000,-18.3595 h -27.5392 l -0.0000,18.3595 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 85.7348,313.7500 ZM 89.5975,304.1726 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 89.5975,304.1726 ZM 89.5269,313.9616 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,62.8888,207.2044)" stroke="none" text-anchor="middle">200
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 97.4485,308.4322 h 7.9767 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 80.6705,205.5353 h 8.0242 "/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 76.6584,316.5620 l -0.0000,-18.3595 h -9.1797 l -0.0000,18.3595 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,72.0685,307.3823)" stroke="none" text-anchor="middle">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.257156732952541" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 80.6705,305.7132 h 8.0242 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 514.8955,308.4322 l -0.0000,-265.8898 h -398.8347 l -0.0000,265.8898 Z"/>
+    <path d="M 500.6062,305.7132 l -0.0000,-267.4750 h -401.2125 l -0.0000,267.4750 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 504.9246,308.4322 l -0.0000,-66.7214 h -29.9126 l -0.0000,66.7214 Z"/>
+    <path d="M 490.5759,305.7132 l -0.0000,-67.1192 h -30.0909 l -0.0000,67.1192 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 455.0703,308.4322 l -0.0000,-1.4938 h -29.9126 l -0.0000,1.4938 Z"/>
+    <path d="M 440.4244,305.7132 l -0.0000,-1.5027 h -30.0909 l -0.0000,1.5027 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.2159,308.4322 l -0.0000,-13.9418 h -29.9126 l -0.0000,13.9418 Z"/>
+    <path d="M 390.2728,305.7132 l -0.0000,-14.0249 h -30.0909 l -0.0000,14.0249 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 355.3616,308.4322 l -0.0000,-45.8087 h -29.9126 l -0.0000,45.8087 Z"/>
+    <path d="M 340.1212,305.7132 l -0.0000,-46.0818 h -30.0909 l -0.0000,46.0818 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.5072,308.4322 l -0.0000,-84.1486 h -29.9126 l -0.0000,84.1486 Z"/>
+    <path d="M 289.9697,305.7132 l -0.0000,-84.6503 h -30.0909 l -0.0000,84.6503 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.6529,308.4322 l -0.0000,-100.5800 h -29.9126 l -0.0000,100.5800 Z"/>
+    <path d="M 239.8181,305.7132 l -0.0000,-101.1797 h -30.0909 l -0.0000,101.1797 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.7986,308.4322 l -0.0000,-249.4584 h -29.9126 l -0.0000,249.4584 Z"/>
+    <path d="M 189.6666,305.7132 l -0.0000,-250.9456 h -30.0909 l -0.0000,250.9456 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.9442,308.4322 l -0.0000,-265.8898 h -29.9126 l -0.0000,265.8898 Z"/>
+    <path d="M 139.5150,305.7132 l -0.0000,-267.4750 h -30.0909 l -0.0000,267.4750 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 478.3803,239.0519 ZM 481.6962,230.6386 c -0.3351,-0.0000 -1.1112,0.3175 -1.4992 0.4939l -0.2117,-0.5468 c 1.5521,-0.7231 2.1518,-1.0935 3.0337 -1.7285h 0.3351 v 8.8718 c 0.0000,0.6350 0.0882,0.8113 0.6702 0.8113h 0.9172 c 0.0529,-0.0000 0.1411,0.0353 0.1411 0.1411v 0.3880 l -2.4164,-0.0353 l -2.4517,0.0353 v -0.3880 c 0.0176,-0.0529 0.0353,-0.1411 0.1411 -0.1411h 1.0583 c 0.6702,-0.0000 0.6702,-0.2998 0.6702 -0.8113v -6.0674 c 0.0000,-0.5997 0.0000,-1.0230 -0.3880 -1.0230ZM 486.1056,239.0519 ZM 489.9154,229.4040 c -0.4409,-0.0000 -1.7285,0.2469 -1.7285 1.3228c 0.0000,0.3175 -0.1235,0.8643 -0.5997 0.8643c -0.4586,-0.0000 -0.4939,-0.5115 -0.4939 -0.5644c 0.0000,-0.5468 0.7231,-2.1694 3.1748 -2.1694c 1.7109,-0.0000 2.2224,1.0759 2.2224 1.7814c 0.0000,0.4409 -0.1411,1.3228 -1.7285 2.3282c 0.9877,0.1587 2.2929,0.8819 2.2929 2.7162c 0.0000,2.3282 -1.7638,3.5805 -3.7569 3.5805c -1.0054,-0.0000 -2.4164,-0.4409 -2.4164 -1.1112c 0.0000,-0.2646 0.2646,-0.5644 0.6173 -0.5644c 0.3351,-0.0000 0.4939,0.1764 0.6526 0.4057c 0.1940,0.2998 0.5115,0.7231 1.3581 0.7231c 0.5820,-0.0000 2.2400,-0.5820 2.2400 -2.8044c 0.0000,-1.8872 -1.3228,-2.1871 -2.2753 -2.1871c -0.1587,-0.0000 -0.3528,0.0353 -0.5468 0.0706l -0.0706,-0.5291 c 1.3581,-0.2293 2.4869,-1.5521 2.4869 -2.3635c 0.0000,-1.0054 -0.7055,-1.4992 -1.4287 -1.4992ZM 493.8310,239.0519 ZM 498.3815,232.7904 c 0.0000,-0.1235 0.0176,-0.2646 0.1764 -0.3528c 0.1940,-0.1411 0.5115,-0.2998 0.7761 -0.2998c 0.2293,-0.0000 0.2469,0.1940 0.2469 0.5468v 2.8397 h 1.4287 l -0.1058,0.8290 h -1.3228 v 1.4639 c 0.0000,0.4939 0.0706,0.7408 0.5820 0.7408h 0.4762 c 0.1058,-0.0000 0.1235,0.0882 0.1235 0.1235v 0.3880 c 0.0000,-0.0000 -1.1288,-0.0353 -1.8696 -0.0353c -0.6702,-0.0000 -1.7109,0.0353 -1.7109 0.0353v -0.3880 c 0.0000,-0.0353 0.0176,-0.1235 0.1235 -0.1235h 0.4762 c 0.5468,-0.0000 0.5997,-0.2293 0.5997 -0.7408v -1.4639 h -3.4570 c -0.0706,-0.0000 -0.1058,-0.0353 -0.1587 -0.1058l -0.1411,-0.1940 l -0.2117,-0.3704 c -0.0176,-0.0000 -0.0176,-0.0176 -0.0176 -0.0353c 0.0000,-0.0176 0.0176,-0.0353 0.0353 -0.0529c 1.1465,-1.2699 3.1748,-5.2032 3.8098 -6.6494c 0.0176,-0.0706 0.0529,-0.0882 0.1235 -0.0882c 0.0176,-0.0000 0.4057,0.1587 0.6173 0.1940c -0.7937,2.1342 -2.0989,4.4271 -3.3865 6.4731h 2.7868 v -2.7339 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 489.3001,241.4186 l -0.0000,-18.3595 h -27.5392 l -0.0000,18.3595 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 436.2513,304.2795 ZM 440.0610,294.6316 c -0.4409,-0.0000 -1.7285,0.2469 -1.7285 1.3228c 0.0000,0.3175 -0.1235,0.8643 -0.5997 0.8643c -0.4586,-0.0000 -0.4939,-0.5115 -0.4939 -0.5644c 0.0000,-0.5468 0.7231,-2.1694 3.1748 -2.1694c 1.7109,-0.0000 2.2224,1.0759 2.2224 1.7814c 0.0000,0.4409 -0.1411,1.3228 -1.7285 2.3282c 0.9877,0.1587 2.2929,0.8819 2.2929 2.7162c 0.0000,2.3282 -1.7638,3.5805 -3.7569 3.5805c -1.0054,-0.0000 -2.4164,-0.4409 -2.4164 -1.1112c 0.0000,-0.2646 0.2646,-0.5644 0.6173 -0.5644c 0.3351,-0.0000 0.4939,0.1764 0.6526 0.4057c 0.1940,0.2998 0.5115,0.7231 1.3581 0.7231c 0.5820,-0.0000 2.2400,-0.5820 2.2400 -2.8044c 0.0000,-1.8872 -1.3228,-2.1871 -2.2753 -2.1871c -0.1587,-0.0000 -0.3528,0.0353 -0.5468 0.0706l -0.0706,-0.5291 c 1.3581,-0.2293 2.4869,-1.5521 2.4869 -2.3635c 0.0000,-1.0054 -0.7055,-1.4992 -1.4287 -1.4992Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,475.5305,232.2388)" stroke="none" text-anchor="middle">134
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.5343,291.8315 ZM 383.5573,284.0179 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526ZM 390.2596,291.8315 ZM 394.1752,282.0601 c -1.0054,-0.0000 -1.6580,0.7937 -1.6580 1.5698c 0.0000,0.5115 0.2117,1.1288 1.2699 1.8167l 0.5115,0.3175 c 0.4586,-0.3351 1.5345,-1.1465 1.5345 -2.0460c 0.0000,-0.7761 -0.5644,-1.6580 -1.6580 -1.6580ZM 394.1752,282.0601 ZM 396.8738,283.7357 c 0.0000,1.0759 -1.2170,1.9225 -1.9578 2.4164l 1.0230,0.6702 c 0.8643,0.5644 1.3052,1.3405 1.3052 2.3106c 0.0000,1.2699 -1.0406,2.9102 -3.2277 2.9102c -1.7638,-0.0000 -2.9808,-0.9348 -2.9808 -2.6457c 0.0000,-0.6526 0.2822,-1.4110 0.9701 -2.0107c 0.4233,-0.3704 0.7937,-0.6879 1.2170 -1.0054l -0.2998,-0.1764 c -1.0230,-0.6350 -1.5345,-1.3228 -1.5345 -2.2576c 0.0000,-1.2876 1.1641,-2.3106 2.8750 -2.3106c 1.6403,-0.0000 2.6104,0.8995 2.6104 2.0989ZM 396.8738,283.7357 ZM 394.0517,291.5493 c 0.7584,-0.0000 2.0813,-0.4057 2.0813 -2.0813c 0.0000,-0.7937 -0.4939,-1.5874 -1.5345 -2.2224l -0.7761,-0.4762 c -1.4287,0.9524 -1.7461,2.1342 -1.7461 2.6280c 0.0000,1.4992 1.2170,2.1518 1.9754 2.1518Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 429.9688,307.0351 l -0.0000,-18.3595 h -9.1797 l -0.0000,18.3595 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.6799,259.9645 ZM 338.3064,254.6026 c 0.0000,-0.1764 0.0176,-0.4409 0.0176 -0.6173c 0.0000,-2.9631 -1.3228,-3.7039 -2.2224 -3.7039c -0.8113,-0.0000 -1.6580,0.7584 -1.6580 2.5928c 0.0000,0.8466 0.4233,2.5222 2.0989 2.5222c 0.3704,-0.0000 1.0406,-0.0353 1.7638 -0.7937ZM 338.3064,254.6026 ZM 333.6676,259.7176 c 1.1641,-0.1058 2.1342,-0.4057 2.9984 -1.2346c 0.7937,-0.7937 1.3757,-1.9754 1.5874 -3.3865c -0.4057,0.4939 -1.3934,0.8643 -2.0460 0.8643c -2.6104,-0.0000 -2.9631,-2.1518 -2.9631 -2.9631c 0.0000,-1.1994 0.5997,-3.2277 3.0337 -3.2277c 1.3052,-0.0000 3.2630,0.7584 3.2630 4.2683c 0.0000,1.6227 -0.5644,3.2101 -1.7638 4.4271c -1.1288,1.1465 -2.3282,1.6227 -4.0567 1.7109ZM 340.4053,259.9645 ZM 341.4283,252.1510 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,425.3789,297.8553)" stroke="none" text-anchor="middle">3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.9629,221.6246 ZM 282.2788,213.2114 c -0.3351,-0.0000 -1.1112,0.3175 -1.4992 0.4939l -0.2117,-0.5468 c 1.5521,-0.7231 2.1518,-1.0935 3.0337 -1.7285h 0.3351 v 8.8718 c 0.0000,0.6350 0.0882,0.8113 0.6702 0.8113h 0.9172 c 0.0529,-0.0000 0.1411,0.0353 0.1411 0.1411v 0.3880 l -2.4164,-0.0353 l -2.4517,0.0353 v -0.3880 c 0.0176,-0.0529 0.0353,-0.1411 0.1411 -0.1411h 1.0583 c 0.6702,-0.0000 0.6702,-0.2998 0.6702 -0.8113v -6.0674 c 0.0000,-0.5997 0.0000,-1.0230 -0.3880 -1.0230ZM 286.6883,221.6246 ZM 288.7342,217.0035 c -0.0176,0.1764 -0.0176,0.4409 -0.0176 0.6173c 0.0000,2.9631 1.3228,3.7039 2.2047 3.7039c 0.8113,-0.0000 1.6756,-0.7584 1.6756 -2.5928c 0.0000,-0.8290 -0.4233,-2.5222 -2.1165 -2.5222c -0.3704,-0.0000 -1.0406,0.0353 -1.7461 0.7937ZM 288.7342,217.0035 ZM 293.3554,211.8886 c -1.1465,0.1058 -2.1342,0.4057 -2.9808 1.2346c -0.8113,0.7937 -1.3934,1.9754 -1.5874 3.3865c 0.4057,-0.4939 1.3757,-0.8643 2.0460 -0.8643c 2.6104,-0.0000 2.9455,2.1518 2.9455 2.9631c 0.0000,1.1994 -0.5997,3.2277 -3.0337 3.2277c -1.2876,-0.0000 -3.2454,-0.7584 -3.2454 -4.2683c 0.0000,-1.6227 0.5468,-3.2101 1.7638 -4.4271c 1.1288,-1.1465 2.3106,-1.6227 4.0391 -1.7109ZM 294.4136,221.6246 ZM 300.0401,216.2627 c 0.0000,-0.1764 0.0176,-0.4409 0.0176 -0.6173c 0.0000,-2.9631 -1.3228,-3.7039 -2.2224 -3.7039c -0.8113,-0.0000 -1.6580,0.7584 -1.6580 2.5928c 0.0000,0.8466 0.4233,2.5222 2.0989 2.5222c 0.3704,-0.0000 1.0406,-0.0353 1.7638 -0.7937ZM 300.0401,216.2627 ZM 295.4013,221.3777 c 1.1641,-0.1058 2.1342,-0.4057 2.9984 -1.2346c 0.7937,-0.7937 1.3757,-1.9754 1.5874 -3.3865c -0.4057,0.4939 -1.3934,0.8643 -2.0460 0.8643c -2.6104,-0.0000 -2.9631,-2.1518 -2.9631 -2.9631c 0.0000,-1.1994 0.5997,-3.2277 3.0337 -3.2277c 1.3052,-0.0000 3.2630,0.7584 3.2630 4.2683c 0.0000,1.6227 -0.5644,3.2101 -1.7638 4.4271c -1.1288,1.1465 -2.3282,1.6227 -4.0567 1.7109Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 384.4071,294.5128 l -0.0000,-18.3595 h -18.3595 l -0.0000,18.3595 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.1086,205.1932 ZM 230.1316,197.3797 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526ZM 236.8339,205.1932 ZM 240.6966,195.6159 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 240.6966,195.6159 ZM 240.6261,205.4049 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 244.5593,205.1932 ZM 245.5823,197.3797 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,375.2273,285.3331)" stroke="none" text-anchor="middle">28
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.2542,56.3149 ZM 184.7043,53.3341 c 0.0000,-1.8167 -0.9877,-2.7162 -2.0813 -2.7162c -0.8113,-0.0000 -1.4287,0.1235 -2.1165 0.4057l 0.5644,-4.8151 c 0.5820,0.0529 1.1817,0.0706 1.7991 0.0706c 0.8819,-0.0000 1.7991,-0.0529 2.7515 -0.1587l 0.1058,0.0529 l -0.2646,1.1465 c -0.6879,0.0706 -1.2523,0.0882 -1.7461 0.0882c -0.7937,-0.0000 -1.3934,-0.0706 -2.0107 -0.1411l -0.3351,2.7868 c 0.3704,-0.1411 1.0054,-0.2646 1.6932 -0.2646c 1.8696,-0.0000 2.9102,1.6227 2.9102 3.2454c 0.0000,1.9754 -1.3757,3.4923 -3.3688 3.4923c -1.0054,-0.0000 -2.4693,-0.5644 -2.4693 -1.2523c 0.0000,-0.3351 0.2822,-0.5644 0.5997 -0.5644c 0.3528,-0.0000 0.5820,0.2646 0.7937 0.5468c 0.2646,0.3175 0.5468,0.6702 1.1112 0.6702c 1.1288,-0.0000 2.0636,-1.0583 2.0636 -2.5928ZM 186.9796,56.3149 ZM 190.8423,46.7375 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 190.8423,46.7375 ZM 190.7717,56.5265 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 194.7049,56.3149 ZM 198.0209,47.9016 c -0.3351,-0.0000 -1.1112,0.3175 -1.4992 0.4939l -0.2117,-0.5468 c 1.5521,-0.7231 2.1518,-1.0935 3.0337 -1.7285h 0.3351 v 8.8718 c 0.0000,0.6350 0.0882,0.8113 0.6702 0.8113h 0.9172 c 0.0529,-0.0000 0.1411,0.0353 0.1411 0.1411v 0.3880 l -2.4164,-0.0353 l -2.4517,0.0353 v -0.3880 c 0.0176,-0.0529 0.0353,-0.1411 0.1411 -0.1411h 1.0583 c 0.6702,-0.0000 0.6702,-0.2998 0.6702 -0.8113v -6.0674 c 0.0000,-0.5997 0.0000,-1.0230 -0.3880 -1.0230Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 334.2555,262.4559 l -0.0000,-18.3595 h -18.3595 l -0.0000,18.3595 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 129.3999,39.8835 ZM 134.8500,36.9027 c 0.0000,-1.8167 -0.9877,-2.7162 -2.0813 -2.7162c -0.8113,-0.0000 -1.4287,0.1235 -2.1165 0.4057l 0.5644,-4.8151 c 0.5820,0.0529 1.1817,0.0706 1.7991 0.0706c 0.8819,-0.0000 1.7991,-0.0529 2.7515 -0.1587l 0.1058,0.0529 l -0.2646,1.1465 c -0.6879,0.0706 -1.2523,0.0882 -1.7461 0.0882c -0.7937,-0.0000 -1.3934,-0.0706 -2.0107 -0.1411l -0.3351,2.7868 c 0.3704,-0.1411 1.0054,-0.2646 1.6932 -0.2646c 1.8696,-0.0000 2.9102,1.6227 2.9102 3.2454c 0.0000,1.9754 -1.3757,3.4923 -3.3688 3.4923c -1.0054,-0.0000 -2.4693,-0.5644 -2.4693 -1.2523c 0.0000,-0.3351 0.2822,-0.5644 0.5997 -0.5644c 0.3528,-0.0000 0.5820,0.2646 0.7937 0.5468c 0.2646,0.3175 0.5468,0.6702 1.1112 0.6702c 1.1288,-0.0000 2.0636,-1.0583 2.0636 -2.5928ZM 137.1253,39.8835 ZM 140.9350,30.2356 c -0.4409,-0.0000 -1.7285,0.2469 -1.7285 1.3228c 0.0000,0.3175 -0.1235,0.8643 -0.5997 0.8643c -0.4586,-0.0000 -0.4939,-0.5115 -0.4939 -0.5644c 0.0000,-0.5468 0.7231,-2.1694 3.1748 -2.1694c 1.7109,-0.0000 2.2224,1.0759 2.2224 1.7814c 0.0000,0.4409 -0.1411,1.3228 -1.7285 2.3282c 0.9877,0.1587 2.2929,0.8819 2.2929 2.7162c 0.0000,2.3282 -1.7638,3.5805 -3.7569 3.5805c -1.0054,-0.0000 -2.4164,-0.4409 -2.4164 -1.1112c 0.0000,-0.2646 0.2646,-0.5644 0.6173 -0.5644c 0.3351,-0.0000 0.4939,0.1764 0.6526 0.4057c 0.1940,0.2998 0.5115,0.7231 1.3581 0.7231c 0.5820,-0.0000 2.2400,-0.5820 2.2400 -2.8044c 0.0000,-1.8872 -1.3228,-2.1871 -2.2753 -2.1871c -0.1587,-0.0000 -0.3528,0.0353 -0.5468 0.0706l -0.0706,-0.5291 c 1.3581,-0.2293 2.4869,-1.5521 2.4869 -2.3635c 0.0000,-1.0054 -0.7055,-1.4992 -1.4287 -1.4992ZM 144.8506,39.8835 ZM 149.4012,33.6221 c 0.0000,-0.1235 0.0176,-0.2646 0.1764 -0.3528c 0.1940,-0.1411 0.5115,-0.2998 0.7761 -0.2998c 0.2293,-0.0000 0.2469,0.1940 0.2469 0.5468v 2.8397 h 1.4287 l -0.1058,0.8290 h -1.3228 v 1.4639 c 0.0000,0.4939 0.0706,0.7408 0.5820 0.7408h 0.4762 c 0.1058,-0.0000 0.1235,0.0882 0.1235 0.1235v 0.3880 c 0.0000,-0.0000 -1.1288,-0.0353 -1.8696 -0.0353c -0.6702,-0.0000 -1.7109,0.0353 -1.7109 0.0353v -0.3880 c 0.0000,-0.0353 0.0176,-0.1235 0.1235 -0.1235h 0.4762 c 0.5468,-0.0000 0.5997,-0.2293 0.5997 -0.7408v -1.4639 h -3.4570 c -0.0706,-0.0000 -0.1058,-0.0353 -0.1587 -0.1058l -0.1411,-0.1940 l -0.2117,-0.3704 c -0.0176,-0.0000 -0.0176,-0.0176 -0.0176 -0.0353c 0.0000,-0.0176 0.0176,-0.0353 0.0353 -0.0529c 1.1465,-1.2699 3.1748,-5.2032 3.8098 -6.6494c 0.0176,-0.0706 0.0529,-0.0882 0.1235 -0.0882c 0.0176,-0.0000 0.4057,0.1587 0.6173 0.1940c -0.7937,2.1342 -2.0989,4.4271 -3.3865 6.4731h 2.7868 v -2.7339 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,325.0758,253.2762)" stroke="none" text-anchor="middle">92
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.6938,223.8874 l -0.0000,-18.3595 h -27.5392 l -0.0000,18.3595 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,274.9242,214.7077)" stroke="none" text-anchor="middle">169
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.5423,207.3581 l -0.0000,-18.3595 h -27.5392 l -0.0000,18.3595 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,224.7727,198.1783)" stroke="none" text-anchor="middle">202
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.3907,57.5921 l -0.0000,-18.3595 h -27.5392 l -0.0000,18.3595 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,174.6211,48.4124)" stroke="none" text-anchor="middle">501
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2392,41.0628 l -0.0000,-18.3595 h -27.5392 l -0.0000,18.3595 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="16.690439040501186px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,124.4695,31.8830)" stroke="none" text-anchor="middle">534
+    </text>
   </g>
 </svg>
diff --git a/other/q7Example.svg b/other/q7Example.svg
--- a/other/q7Example.svg
+++ b/other/q7Example.svg
@@ -4,106 +4,170 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 108.8192,26.8403 ZM 124.2508,24.6787 v -7.5657 h -9.8174 v 7.5657 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.5820,-0.0600 -3.7829 -0.0600c -1.0508,-0.0000 -3.8429,0.0600 -3.8429 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2102 -0.2402h 0.8106 c 1.2309,-0.0000 1.6212,-0.4804 1.6212 -1.3210v -15.0714 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6212 -1.3210h -0.8106 c -0.1201,-0.0000 -0.2402,-0.0901 -0.2402 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 6.3348 h 9.8174 v -6.3348 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6512 -1.3210h -0.7806 c -0.1501,-0.0000 -0.2702,-0.0901 -0.2702 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 15.0714 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.6120,-0.0600 -3.7829 -0.0600c -1.0808,-0.0000 -3.8729,0.0600 -3.8729 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.7806 c 1.2309,-0.0000 1.6512,-0.4804 1.6512 -1.3210ZM 129.1145,26.8403 ZM 130.1353,20.6856 c 0.0000,-4.1131 2.2217,-7.1154 6.2147 -7.1154c 4.4434,-0.0000 6.1547,3.7228 6.1547 6.8452c 0.0000,3.0023 -1.9515,6.7851 -6.2147 6.7851c -4.0230,-0.0000 -6.1547,-3.4526 -6.1547 -6.5149ZM 130.1353,20.6856 ZM 136.0197,14.5610 c -2.4018,-0.0000 -3.5127,2.8221 -3.5127 5.4341c 0.0000,2.3117 1.3210,6.1547 4.2932 6.1547c 1.3510,-0.0000 3.3325,-0.8106 3.3325 -4.7736c 0.0000,-4.4133 -1.6512,-6.8152 -4.1131 -6.8152ZM 143.4954,26.8403 ZM 149.5600,14.5310 c 0.0000,0.1501 -0.1201,0.2402 -0.2702 0.2402h -0.4503 c -0.6605,-0.0000 -0.8707,0.1801 -0.8707 0.4804c 0.0000,0.2102 0.1201,0.4804 0.2702 0.9007l 3.1524,7.9260 l 2.6120,-6.5149 l -0.5404,-1.3510 c -0.3903,-1.0208 -1.0208,-1.4411 -1.9215 -1.4411c -0.1501,-0.0000 -0.3002,-0.0600 -0.3002 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.6813,0.0600 2.7321 0.0600l 3.0023,-0.0600 l 0.0901,0.0600 v 0.5704 c 0.0000,0.1501 -0.1501,0.2402 -0.3002 0.2402h -0.5404 c -0.6005,-0.0000 -0.8707,0.1201 -0.8707 0.4203c 0.0000,0.2402 0.1201,0.5404 0.3002 0.9607l 3.1224,7.9260 l 3.1224,-7.7759 c 0.0901,-0.1801 0.1501,-0.4203 0.1501 -0.6605c 0.0000,-0.5104 -0.3302,-0.8707 -1.3510 -0.8707h -0.4503 c -0.1501,-0.0000 -0.2702,-0.1201 -0.2702 -0.2102v -0.6005 l 0.0901,-0.0600 c 0.0000,-0.0000 1.9815,0.0600 3.0923 0.0600c 1.0208,-0.0000 2.2217,-0.0600 2.2217 -0.0600l 0.0300,0.0600 v 0.5704 c 0.0000,0.1801 -0.1801,0.2402 -0.3603 0.2402c -0.7506,-0.0000 -1.5312,0.3302 -2.0716 1.6512l -4.0831,10.1477 c -0.1801,0.4503 -0.4203,0.6305 -0.6905 0.6305c -0.3002,-0.0000 -0.5404,-0.1801 -0.7205 -0.6005l -3.0023,-7.5057 l -3.0023,7.4456 c -0.2102,0.4804 -0.4503,0.6605 -0.7205 0.6605c -0.3002,-0.0000 -0.5404,-0.1801 -0.7205 -0.6005l -4.1131,-10.3879 c -0.4503,-1.1709 -0.9907,-1.4411 -1.8914 -1.4411c -0.1501,-0.0000 -0.3603,-0.0600 -0.3603 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.4111,0.0600 2.7321 0.0600c 1.3810,-0.0000 2.9722,-0.0600 2.9722 -0.0600l 0.0600,0.0901 v 0.5404 ZM 173.3380,26.8403 ZM 176.1001,24.6787 v -9.5772 h -2.0716 c -0.1201,-0.0000 -0.1501,-0.0300 -0.1501 -0.1501v -0.4203 c 0.0000,-0.2402 0.1501,-0.6005 0.6905 -0.6005h 1.5312 v -1.1709 c 0.0000,-4.6835 2.4318,-6.8752 4.9537 -6.8752c 1.1409,-0.0000 1.9215,0.3002 2.6720 0.8106c 0.6005,0.4503 0.8707,0.9607 0.8707 1.4411c 0.0000,0.6305 -0.4503,1.0808 -1.0208 1.0808c -0.6005,-0.0000 -0.9907,-0.3302 -1.2309 -0.8406c -0.3903,-0.9907 -0.9607,-1.4711 -1.8614 -1.4711c -0.9907,-0.0000 -2.1316,0.7205 -2.1316 5.3440v 1.6813 h 3.3025 c 0.1501,-0.0000 0.2402,0.0600 0.2402 0.1801v 0.6005 c 0.0000,0.2702 -0.4203,0.3903 -0.6905 0.3903h -2.8522 v 9.5772 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.9907 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.4619,-0.0600 -3.6327 -0.0600c -1.0808,-0.0000 -3.1224,0.0600 -3.1224 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 184.2962,26.8403 ZM 186.9683,24.6787 v -7.4757 c 0.0000,-1.5011 -0.2102,-1.8314 -0.6605 -1.8314c -0.3903,-0.0000 -0.7506,0.0300 -1.2610 0.1501l -0.1501,-0.8406 c 1.8914,-0.3302 2.2217,-0.4203 3.1224 -0.8707c 0.3002,-0.1501 0.5404,-0.2402 0.7506 -0.2402h 0.4503 l -0.0901,2.7020 h 0.0901 c 0.7806,-1.1709 2.1016,-2.7020 3.5127 -2.7020c 1.2309,-0.0000 1.6813,0.6005 1.6813 1.3810c 0.0000,0.7806 -0.5104,1.2610 -1.2910 1.2610c -0.6005,-0.0000 -0.9307,-0.2402 -1.2309 -0.5404c -0.1801,-0.1801 -0.3903,-0.2702 -0.6005 -0.2702c -0.3302,-0.0000 -0.9907,0.5404 -1.7113 1.5612c -0.2102,0.2702 -0.3603,0.6605 -0.3603 1.0508v 6.6650 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.8707 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.3718,-0.0600 -3.5427 -0.0600c -1.0808,-0.0000 -3.1224,0.0600 -3.1224 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 194.7141,26.8403 ZM 198.1367,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 198.1367,18.5240 ZM 206.0627,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 207.5638,26.8403 ZM 217.7115,16.7527 c -0.8106,-1.3510 -1.8314,-2.1616 -3.0923 -2.1616c -2.4018,-0.0000 -3.6928,2.3117 -3.6928 5.4341c 0.0000,4.5334 2.6420,5.8544 4.3833 5.8544c 0.5704,-0.0000 1.6212,-0.0600 2.4018 -0.6605v -8.4664 ZM 217.7115,16.7527 ZM 217.7115,31.5839 v -5.3741 c -0.4503,0.3903 -1.4111,0.9907 -3.1224 0.9907c -4.3233,-0.0000 -5.9445,-3.7829 -5.9445 -6.5750c 0.0000,-3.9630 2.4318,-7.0553 6.0946 -7.0553c 1.4711,-0.0000 2.7621,0.4203 3.7528 1.2910l 0.4503,-0.7205 c 0.2102,-0.3603 0.4203,-0.5704 0.6305 -0.5704c 0.3302,-0.0000 0.3903,0.3302 0.3903 0.7506v 17.2631 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.5704 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.0415,-0.0600 -3.2124 -0.0600c -1.0808,-0.0000 -3.4226,0.0600 -3.4226 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.8707 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 222.3650,26.8403 ZM 235.2448,23.3577 c 0.0000,1.5011 0.1501,1.9815 0.7506 1.9815c 0.3603,-0.0000 1.0208,-0.0600 1.5312 -0.1501l 0.1201,0.8406 c -1.8314,0.3302 -3.3025,0.6305 -3.9930 1.1709h -0.6605 l 0.0901,-2.2217 h -0.0901 c -1.6512,1.8014 -3.0023,2.2217 -4.2332 2.2217c -2.9722,-0.0000 -3.7528,-2.0115 -3.7528 -4.0831v -6.8452 c 0.0000,-0.9907 -0.2102,-1.5011 -1.3210 -1.5011c -0.1201,-0.0000 -0.3302,0.0300 -0.5104 0.0300l -0.0901,-0.0300 v -0.7806 l 0.0901,-0.0901 c 0.0000,-0.0000 2.0415,0.0600 3.0023 0.0600c 0.4203,-0.0000 1.1108,-0.0600 1.1108 -0.0600l -0.0300,2.4018 v 6.3948 c 0.0000,2.6720 1.3810,3.1524 2.2817 3.1524c 0.6905,-0.0000 1.3210,-0.2702 1.9515 -0.7205c 0.7205,-0.5404 1.2009,-0.9607 1.5011 -1.3510v -7.4156 c 0.0000,-1.0808 -0.1501,-1.5912 -1.2610 -1.5912c -0.1801,-0.0000 -0.5104,0.0300 -0.6005 0.0300l -0.0600,-0.0600 v -0.7506 l 0.0600,-0.0901 c 0.0000,-0.0000 2.1316,0.0600 2.9722 0.0600c 0.6905,-0.0000 1.1709,-0.0600 1.1709 -0.0600l -0.0300,2.3718 v 7.0854 ZM 237.8868,26.8403 ZM 241.3094,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 241.3094,18.5240 ZM 249.2354,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 250.7365,26.8403 ZM 261.6648,24.6787 v -6.5750 c 0.0000,-2.1016 -0.3603,-3.0923 -1.9515 -3.0923c -1.3210,-0.0000 -2.4619,0.5104 -3.9930 2.3117v 7.3556 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.4203 c 0.1501,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -1.8914,-0.0600 -3.0623 -0.0600c -1.0808,-0.0000 -3.1224,0.0600 -3.1224 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210v -7.4757 c 0.0000,-1.6212 -0.2402,-1.8314 -0.6605 -1.8314c -0.3903,-0.0000 -0.7506,0.0300 -1.2610 0.1501l -0.1501,-0.8406 c 1.2610,-0.2102 2.1616,-0.3603 3.0923 -0.8707c 0.3302,-0.1501 0.5704,-0.2402 0.7806 -0.2402h 0.4503 l -0.0901,2.6720 h 0.0901 c 1.9215,-2.2517 3.3625,-2.6720 4.8937 -2.6720c 2.7020,-0.0000 3.2725,2.0716 3.2725 4.7436v 6.3648 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.5704 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.0716,-0.0600 -3.2425 -0.0600c -1.0508,-0.0000 -2.9422,0.0600 -2.9422 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.4203 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 266.3483,26.8403 ZM 271.2720,15.1014 v 7.6858 c 0.0000,1.8614 0.1801,2.7621 0.9907 2.7621c 0.7806,-0.0000 1.3810,-0.2402 2.1616 -0.8406l 0.5404,0.5104 c -1.1709,1.3210 -2.3718,1.9815 -3.7528 1.9815c -1.3810,-0.0000 -2.1917,-0.8406 -2.1917 -2.9722v -9.1269 h -1.9515 c -0.0901,-0.0000 -0.1201,-0.0300 -0.1201 -0.1201v -0.9307 c 0.0000,-0.0901 0.0300,-0.1201 0.0901 -0.1201c 2.0115,-0.0000 2.4919,-1.1709 2.4919 -3.4526v -0.5704 l 1.7413,-0.6005 v 4.6235 h 3.3025 c 0.1501,-0.0000 0.2402,0.0600 0.2402 0.1801v 0.6005 c 0.0000,0.2702 -0.4203,0.3903 -0.7205 0.3903h -2.8221 ZM 275.4152,26.8403 ZM 278.2673,24.6787 v -15.0414 c 0.0000,-1.7113 -0.3002,-2.1917 -0.9007 -2.1917l -0.9607,0.1201 c -0.0901,-0.0000 -0.1801,-0.0600 -0.1801 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5912,-0.1801 2.1016 -0.2702c 0.5404,-0.1201 0.9607,-0.2402 1.5612 -0.5104h 0.6605 v 18.7942 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.7205 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.1917,-0.0600 -3.3625 -0.0600c -1.0508,-0.0000 -3.2425,0.0600 -3.2425 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.7205 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 283.2211,26.8403 ZM 289.4658,14.5310 c 0.0000,0.1501 -0.1801,0.2402 -0.3302 0.2402c -0.9007,-0.0000 -1.2910,0.1801 -1.2910 0.6605c 0.0000,0.1801 0.0600,0.4203 0.1801 0.6905l 3.3025,7.7459 l 3.3325,-7.6258 c 0.1501,-0.2702 0.2102,-0.5104 0.2102 -0.6905c 0.0000,-0.6305 -0.6005,-0.7806 -1.2610 -0.7806h -0.1201 c -0.1501,-0.0000 -0.3002,-0.1201 -0.3002 -0.2102v -0.5704 l 0.0600,-0.0901 c 0.0000,-0.0000 1.7713,0.0600 2.8221 0.0600c 0.8406,-0.0000 2.0716,-0.0600 2.0716 -0.0600l 0.0901,0.0600 v 0.5704 c 0.0000,0.1501 -0.1201,0.2402 -0.3302 0.2402c -1.1409,-0.0000 -1.7113,1.1709 -2.1316 2.0415c -1.5912,3.3625 -2.9122,6.4549 -5.3140 12.2493c -0.9007,2.1616 -1.9815,4.6835 -4.1131 4.6835c -0.5704,-0.0000 -1.7413,-0.3302 -1.7413 -1.4111c 0.0000,-0.9007 0.6605,-1.1709 1.1409 -1.1709c 0.4503,-0.0000 0.7506,0.1801 0.9307 0.4203c 0.3002,0.3002 0.5104,0.5104 0.8106 0.5104c 0.4503,-0.0000 1.5011,-2.5820 2.2517 -4.4133c 0.1801,-0.3603 0.2402,-0.6605 0.2402 -0.9307c 0.0000,-0.3002 -0.2702,-1.1108 -0.5104 -1.7113l -3.7829,-8.7967 c -0.4804,-1.1409 -0.8106,-1.4711 -1.8314 -1.4711c -0.1801,-0.0000 -0.3002,-0.0901 -0.3002 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.3210,0.0600 2.2217 0.0600c 1.4111,-0.0000 3.5727,-0.0600 3.5727 -0.0600l 0.0600,0.0901 v 0.5404 ZM 306.0083,26.8403 ZM 316.0359,24.1683 v -7.7759 c -0.7205,-1.1409 -1.5312,-1.7713 -2.9422 -1.7713c -0.6005,-0.0000 -1.8314,0.0901 -2.7921 1.5011c -0.4203,0.6305 -0.9307,1.9215 -0.9307 4.0831c 0.0000,3.9330 2.0415,5.7343 3.6628 5.7343c 0.9907,-0.0000 1.8014,-0.6005 3.0023 -1.7713ZM 316.0359,24.1683 ZM 318.2876,5.8845 v 17.3531 c 0.0000,0.9007 0.0600,1.3810 0.1201 1.5912c 0.0901,0.2702 0.4203,0.4503 0.6605 0.4503c 0.3603,-0.0000 1.0208,-0.0000 1.4711 -0.0901l 0.1201,0.8406 c -1.7413,0.3002 -3.3025,0.6305 -3.9330 1.1709h -0.7205 l 0.0901,-2.0716 c -1.1409,1.1709 -2.3117,2.0716 -3.8429 2.0716c -3.2425,-0.0000 -5.2240,-2.7621 -5.2240 -6.4549c 0.0000,-2.2217 0.6005,-4.0831 1.8914 -5.3741c 1.2009,-1.1409 2.5219,-1.8014 4.5034 -1.8014c 0.6005,-0.0000 1.9215,0.2702 2.6120 0.6605v -4.5935 c 0.0000,-1.7113 -0.2702,-2.1917 -0.8707 -2.1917l -0.9907,0.1201 c -0.0600,-0.0000 -0.1501,-0.0600 -0.1501 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5612,-0.1801 2.0716 -0.2702c 0.5704,-0.1201 0.9907,-0.2402 1.5912 -0.5104h 0.6605 ZM 320.8395,26.8403 ZM 321.8603,20.6856 c 0.0000,-4.1131 2.2217,-7.1154 6.2147 -7.1154c 4.4434,-0.0000 6.1547,3.7228 6.1547 6.8452c 0.0000,3.0023 -1.9515,6.7851 -6.2147 6.7851c -4.0230,-0.0000 -6.1547,-3.4526 -6.1547 -6.5149ZM 321.8603,20.6856 ZM 327.7447,14.5610 c -2.4018,-0.0000 -3.5127,2.8221 -3.5127 5.4341c 0.0000,2.3117 1.3210,6.1547 4.2932 6.1547c 1.3510,-0.0000 3.3325,-0.8106 3.3325 -4.7736c 0.0000,-4.4133 -1.6512,-6.8152 -4.1131 -6.8152ZM 342.7261,26.8403 ZM 348.9708,14.5310 c 0.0000,0.1501 -0.1801,0.2402 -0.3302 0.2402c -0.9007,-0.0000 -1.2910,0.1801 -1.2910 0.6605c 0.0000,0.1801 0.0600,0.4203 0.1801 0.6905l 3.3025,7.7459 l 3.3325,-7.6258 c 0.1501,-0.2702 0.2102,-0.5104 0.2102 -0.6905c 0.0000,-0.6305 -0.6005,-0.7806 -1.2610 -0.7806h -0.1201 c -0.1501,-0.0000 -0.3002,-0.1201 -0.3002 -0.2102v -0.5704 l 0.0600,-0.0901 c 0.0000,-0.0000 1.7713,0.0600 2.8221 0.0600c 0.8406,-0.0000 2.0716,-0.0600 2.0716 -0.0600l 0.0901,0.0600 v 0.5704 c 0.0000,0.1501 -0.1201,0.2402 -0.3302 0.2402c -1.1409,-0.0000 -1.7113,1.1709 -2.1316 2.0415c -1.5912,3.3625 -2.9122,6.4549 -5.3140 12.2493c -0.9007,2.1616 -1.9815,4.6835 -4.1131 4.6835c -0.5704,-0.0000 -1.7413,-0.3302 -1.7413 -1.4111c 0.0000,-0.9007 0.6605,-1.1709 1.1409 -1.1709c 0.4503,-0.0000 0.7506,0.1801 0.9307 0.4203c 0.3002,0.3002 0.5104,0.5104 0.8106 0.5104c 0.4503,-0.0000 1.5011,-2.5820 2.2517 -4.4133c 0.1801,-0.3603 0.2402,-0.6605 0.2402 -0.9307c 0.0000,-0.3002 -0.2702,-1.1108 -0.5104 -1.7113l -3.7829,-8.7967 c -0.4804,-1.1409 -0.8106,-1.4711 -1.8314 -1.4711c -0.1801,-0.0000 -0.3002,-0.0901 -0.3002 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.3210,0.0600 2.2217 0.0600c 1.4111,-0.0000 3.5727,-0.0600 3.5727 -0.0600l 0.0600,0.0901 v 0.5404 ZM 358.0076,26.8403 ZM 359.0284,20.6856 c 0.0000,-4.1131 2.2217,-7.1154 6.2147 -7.1154c 4.4434,-0.0000 6.1547,3.7228 6.1547 6.8452c 0.0000,3.0023 -1.9515,6.7851 -6.2147 6.7851c -4.0230,-0.0000 -6.1547,-3.4526 -6.1547 -6.5149ZM 359.0284,20.6856 ZM 364.9128,14.5610 c -2.4018,-0.0000 -3.5127,2.8221 -3.5127 5.4341c 0.0000,2.3117 1.3210,6.1547 4.2932 6.1547c 1.3510,-0.0000 3.3325,-0.8106 3.3325 -4.7736c 0.0000,-4.4133 -1.6512,-6.8152 -4.1131 -6.8152ZM 372.3885,26.8403 ZM 385.2682,23.3577 c 0.0000,1.5011 0.1501,1.9815 0.7506 1.9815c 0.3603,-0.0000 1.0208,-0.0600 1.5312 -0.1501l 0.1201,0.8406 c -1.8314,0.3302 -3.3025,0.6305 -3.9930 1.1709h -0.6605 l 0.0901,-2.2217 h -0.0901 c -1.6512,1.8014 -3.0023,2.2217 -4.2332 2.2217c -2.9722,-0.0000 -3.7528,-2.0115 -3.7528 -4.0831v -6.8452 c 0.0000,-0.9907 -0.2102,-1.5011 -1.3210 -1.5011c -0.1201,-0.0000 -0.3302,0.0300 -0.5104 0.0300l -0.0901,-0.0300 v -0.7806 l 0.0901,-0.0901 c 0.0000,-0.0000 2.0415,0.0600 3.0023 0.0600c 0.4203,-0.0000 1.1108,-0.0600 1.1108 -0.0600l -0.0300,2.4018 v 6.3948 c 0.0000,2.6720 1.3810,3.1524 2.2817 3.1524c 0.6905,-0.0000 1.3210,-0.2702 1.9515 -0.7205c 0.7205,-0.5404 1.2009,-0.9607 1.5011 -1.3510v -7.4156 c 0.0000,-1.0808 -0.1501,-1.5912 -1.2610 -1.5912c -0.1801,-0.0000 -0.5104,0.0300 -0.6005 0.0300l -0.0600,-0.0600 v -0.7506 l 0.0600,-0.0901 c 0.0000,-0.0000 2.1316,0.0600 2.9722 0.0600c 0.6905,-0.0000 1.1709,-0.0600 1.1709 -0.0600l -0.0300,2.3718 v 7.0854 ZM 395.4159,26.8403 ZM 408.2956,23.3577 c 0.0000,1.5011 0.1501,1.9815 0.7506 1.9815c 0.3603,-0.0000 1.0208,-0.0600 1.5312 -0.1501l 0.1201,0.8406 c -1.8314,0.3302 -3.3025,0.6305 -3.9930 1.1709h -0.6605 l 0.0901,-2.2217 h -0.0901 c -1.6512,1.8014 -3.0023,2.2217 -4.2332 2.2217c -2.9722,-0.0000 -3.7528,-2.0115 -3.7528 -4.0831v -6.8452 c 0.0000,-0.9907 -0.2102,-1.5011 -1.3210 -1.5011c -0.1201,-0.0000 -0.3302,0.0300 -0.5104 0.0300l -0.0901,-0.0300 v -0.7806 l 0.0901,-0.0901 c 0.0000,-0.0000 2.0415,0.0600 3.0023 0.0600c 0.4203,-0.0000 1.1108,-0.0600 1.1108 -0.0600l -0.0300,2.4018 v 6.3948 c 0.0000,2.6720 1.3810,3.1524 2.2817 3.1524c 0.6905,-0.0000 1.3210,-0.2702 1.9515 -0.7205c 0.7205,-0.5404 1.2009,-0.9607 1.5011 -1.3510v -7.4156 c 0.0000,-1.0808 -0.1501,-1.5912 -1.2610 -1.5912c -0.1801,-0.0000 -0.5104,0.0300 -0.6005 0.0300l -0.0600,-0.0600 v -0.7506 l 0.0600,-0.0901 c 0.0000,-0.0000 2.1316,0.0600 2.9722 0.0600c 0.6905,-0.0000 1.1709,-0.0600 1.1709 -0.0600l -0.0300,2.3718 v 7.0854 ZM 410.9376,26.8403 ZM 412.2286,22.6371 l 0.8106,-0.0300 c 0.0901,0.7506 0.4203,2.1917 1.0808 2.8822c 0.3002,0.3302 1.1108,0.8707 2.2217 0.8707c 1.0508,-0.0000 2.6120,-0.8406 2.6120 -2.3117c 0.0000,-1.2910 -0.7205,-2.1616 -3.0923 -3.1824c -2.1917,-0.9607 -3.3325,-1.5912 -3.3325 -3.8429c 0.0000,-2.0115 1.7713,-3.4526 4.1431 -3.4526c 1.5011,-0.0000 2.6120,0.2702 3.5427 0.7506c 0.1801,0.9607 0.2702,1.9815 0.3302 3.0623l -0.8106,0.0300 c -0.6305,-2.4619 -2.4318,-2.9422 -3.0623 -2.9422c -1.1409,-0.0000 -2.3117,0.4503 -2.3117 2.1016c 0.0000,1.2009 0.5704,1.8014 2.2217 2.4018c 2.4318,0.9007 4.3833,1.9815 4.3833 4.3833c 0.0000,2.9722 -3.1524,3.8429 -4.5635 3.8429c -1.0508,-0.0000 -1.9215,-0.1201 -2.7020 -0.3302c -0.2102,-0.0300 -0.3603,-0.0600 -0.5704 -0.0600c -0.1501,-0.0000 -0.3903,0.0300 -0.6905 0.0901c 0.0000,-1.2610 -0.0901,-2.7921 -0.2102 -4.2632ZM 422.0761,26.8403 ZM 425.4987,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 425.4987,18.5240 ZM 433.4247,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 442.4315,26.8403 ZM 457.8631,24.6787 v -7.5657 h -9.8174 v 7.5657 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.5820,-0.0600 -3.7829 -0.0600c -1.0508,-0.0000 -3.8429,0.0600 -3.8429 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2102 -0.2402h 0.8106 c 1.2309,-0.0000 1.6212,-0.4804 1.6212 -1.3210v -15.0714 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6212 -1.3210h -0.8106 c -0.1201,-0.0000 -0.2402,-0.0901 -0.2402 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 6.3348 h 9.8174 v -6.3348 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6512 -1.3210h -0.7806 c -0.1501,-0.0000 -0.2702,-0.0901 -0.2702 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 15.0714 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.6120,-0.0600 -3.7829 -0.0600c -1.0808,-0.0000 -3.8729,0.0600 -3.8729 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.7806 c 1.2309,-0.0000 1.6512,-0.4804 1.6512 -1.3210ZM 463.4474,26.8403 ZM 472.1840,19.4847 l -2.3718,0.6005 c -2.6420,0.8106 -3.0323,2.1917 -3.0323 3.5427c 0.0000,0.9307 0.4503,2.3418 2.3418 2.3418c 0.9007,-0.0000 2.2817,-0.8707 3.0623 -1.5312v -4.9537 ZM 472.1840,19.4847 ZM 474.1054,27.2006 c -1.1409,-0.0000 -1.7713,-1.0208 -1.8914 -1.7413l -0.6905,0.4804 c -1.3810,0.9607 -1.8914,1.2610 -3.2725 1.2610c -2.1016,-0.0000 -3.6327,-1.2009 -3.6327 -3.4526c 0.0000,-2.2817 1.9515,-3.8429 4.8036 -4.5635l 2.7621,-0.6905 c 0.0000,-3.3926 -1.5612,-4.0230 -2.5820 -4.0230c -1.1409,-0.0000 -2.4619,0.5104 -2.4619 1.4411c 0.0000,0.3302 0.0600,0.5104 0.0901 0.6005c 0.0600,0.1201 0.0901,0.3302 0.0901 0.5404c 0.0000,0.3903 -0.3002,0.9907 -1.1709 0.9907c -0.7205,-0.0000 -1.2009,-0.4804 -1.2009 -1.2009c 0.0000,-1.7413 2.8221,-3.2725 4.7436 -3.2725c 2.1917,-0.0000 4.7136,0.9007 4.7136 5.1639v 4.4133 c 0.0000,1.8314 0.0300,2.6120 0.7205 2.6120c 0.6605,-0.0000 0.8406,-0.8406 0.8707 -1.5011l 0.7506,0.1501 c -0.1801,2.1917 -1.1108,2.7921 -2.6420 2.7921ZM 476.9876,26.8403 ZM 478.2786,22.6371 l 0.8106,-0.0300 c 0.0901,0.7506 0.4203,2.1917 1.0808 2.8822c 0.3002,0.3302 1.1108,0.8707 2.2217 0.8707c 1.0508,-0.0000 2.6120,-0.8406 2.6120 -2.3117c 0.0000,-1.2910 -0.7205,-2.1616 -3.0923 -3.1824c -2.1917,-0.9607 -3.3325,-1.5912 -3.3325 -3.8429c 0.0000,-2.0115 1.7713,-3.4526 4.1431 -3.4526c 1.5011,-0.0000 2.6120,0.2702 3.5427 0.7506c 0.1801,0.9607 0.2702,1.9815 0.3302 3.0623l -0.8106,0.0300 c -0.6305,-2.4619 -2.4318,-2.9422 -3.0623 -2.9422c -1.1409,-0.0000 -2.3117,0.4503 -2.3117 2.1016c 0.0000,1.2009 0.5704,1.8014 2.2217 2.4018c 2.4318,0.9007 4.3833,1.9815 4.3833 4.3833c 0.0000,2.9722 -3.1524,3.8429 -4.5635 3.8429c -1.0508,-0.0000 -1.9215,-0.1201 -2.7020 -0.3302c -0.2102,-0.0300 -0.3603,-0.0600 -0.5704 -0.0600c -0.1501,-0.0000 -0.3903,0.0300 -0.6905 0.0901c 0.0000,-1.2610 -0.0901,-2.7921 -0.2102 -4.2632ZM 488.1260,26.8403 ZM 493.0197,20.4755 v 4.2032 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.0600 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -1.5312,-0.0600 -2.7020 -0.0600c -1.0808,-0.0000 -3.0923,0.0600 -3.0923 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210v -15.0414 c 0.0000,-1.7113 -0.2702,-2.1917 -0.8707 -2.1917l -0.9907,0.1201 c -0.0901,-0.0000 -0.1501,-0.0600 -0.1501 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5612,-0.1801 2.0716 -0.2702c 0.5404,-0.1201 0.9907,-0.2402 1.5912 -0.5104h 0.6605 v 13.8405 c 0.7806,-0.1801 2.3117,-1.5312 3.9330 -3.3025c 0.4804,-0.4804 0.6005,-0.8707 0.6005 -1.1709c 0.0000,-0.2402 -0.1501,-0.4804 -0.8707 -0.4804h -0.1201 c -0.1501,-0.0000 -0.2402,-0.1201 -0.2402 -0.2402v -0.5704 l 0.0901,-0.0600 c 0.0000,-0.0000 1.4411,0.0600 2.4919 0.0600c 1.1709,-0.0000 2.7921,-0.0600 2.7921 -0.0600l 0.1201,0.0600 v 0.5704 c 0.0000,0.1501 -0.1801,0.2402 -0.3302 0.2402h -0.2102 c -0.8106,-0.0000 -2.1316,0.6605 -2.8822 1.4411l -2.2817,2.5219 c -0.0901,0.0901 -0.1201,0.1801 -0.1201 0.3002c 0.0000,0.1501 0.0600,0.3002 0.1501 0.4203l 3.5127,5.1939 c 0.5404,0.8106 1.5011,1.3510 2.2517 1.3510h 0.2102 c 0.2102,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -1.5312,-0.0600 -2.7020 -0.0600c -1.0508,-0.0000 -1.8614,0.0600 -1.8614 0.0600l -0.0901,-0.0600 v -0.5704 c 0.0000,-0.3903 -0.0901,-0.7205 -0.6905 -1.5912l -2.1917,-3.0923 c -0.6005,-0.8707 -1.0208,-1.0808 -1.7713 -1.0808ZM 502.5069,26.8403 ZM 505.9295,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 505.9295,18.5240 ZM 513.8555,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 515.3566,26.8403 ZM 518.2088,24.6787 v -15.0414 c 0.0000,-1.7113 -0.3002,-2.1917 -0.9007 -2.1917l -0.9607,0.1201 c -0.0901,-0.0000 -0.1801,-0.0600 -0.1801 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5912,-0.1801 2.1016 -0.2702c 0.5404,-0.1201 0.9607,-0.2402 1.5612 -0.5104h 0.6605 v 18.7942 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.7205 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.1917,-0.0600 -3.3625 -0.0600c -1.0508,-0.0000 -3.2425,0.0600 -3.2425 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.7205 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 523.1625,26.8403 ZM 526.0147,24.6787 v -15.0414 c 0.0000,-1.7113 -0.3002,-2.1917 -0.9007 -2.1917l -0.9607,0.1201 c -0.0901,-0.0000 -0.1801,-0.0600 -0.1801 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5912,-0.1801 2.1016 -0.2702c 0.5404,-0.1201 0.9607,-0.2402 1.5612 -0.5104h 0.6605 v 18.7942 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.7205 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.1917,-0.0600 -3.3625 -0.0600c -1.0508,-0.0000 -3.2425,0.0600 -3.2425 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.7205 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 530.9684,26.8403 ZM 533.8806,9.6673 c 0.0000,0.4503 0.0600,0.6305 0.1801 0.7806c 0.1201,0.1501 0.1801,0.3302 0.1801 0.7205c 0.0000,0.6905 -0.6005,1.0508 -1.1709 1.0508c -0.4804,-0.0000 -1.2309,-0.2402 -1.2309 -1.2910c 0.0000,-1.1409 0.6305,-1.9815 1.5312 -2.7020c 0.8707,-0.7506 2.1316,-1.1709 3.7228 -1.1709c 3.0623,-0.0000 4.9537,1.8014 4.9537 4.5334c 0.0000,2.3718 -1.7713,3.6928 -3.1824 4.7136c -0.6905,0.5104 -1.2910,0.9907 -1.5612 1.5011c -0.3903,0.7506 -0.5404,1.4711 -0.5404 2.1917v 1.3210 c 0.0000,0.2102 -0.1501,0.3002 -0.3903 0.3002c -0.2402,-0.0000 -0.3903,-0.0901 -0.3903 -0.3002v -1.3810 c 0.0000,-1.2910 0.0600,-3.0623 2.0115 -4.8337c 1.2009,-1.1108 1.8014,-1.9815 1.8014 -3.3926c 0.0000,-1.9515 -1.2910,-3.7528 -3.0023 -3.7528c -1.7113,-0.0000 -2.9122,0.8106 -2.9122 1.7113ZM 533.8806,9.6673 ZM 534.7813,25.6094 c 0.0000,-0.8707 0.7205,-1.5912 1.5912 -1.5912c 0.8707,-0.0000 1.5912,0.7205 1.5912 1.5912c 0.0000,0.8707 -0.7205,1.5912 -1.5912 1.5912c -0.8707,-0.0000 -1.5912,-0.7205 -1.5912 -1.5912Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 579.5670,31.7510 l -0.0000,-31.7510 h -539.7677 l -0.0000,31.7510 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="28.864580534029983px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,309.6832,15.8755)" stroke="none" text-anchor="middle">How frequently do you use Haskell?
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.2695,368.3185 l -0.0000,-6.0346 h -452.5923 l -0.0000,6.0346 Z"/>
+    <path d="M 540.9699,371.1442 l -0.0000,-6.1676 h -462.5734 l -0.0000,6.1676 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 481.3009,393.7553 ZM 489.6272,384.1880 c 0.0000,-2.3618 -1.6412,-2.9622 -2.8421 -2.9622c -0.7205,-0.0000 -1.2810,0.0600 -1.7413 0.1601v 5.9245 h 1.0008 c 1.5011,-0.0000 2.4619,-0.3403 2.9422 -1.0208c 0.3803,-0.5604 0.6405,-1.2610 0.6405 -2.1016ZM 489.6272,384.1880 ZM 491.2484,384.1680 c 0.0000,2.1016 -1.8814,3.2425 -2.7421 3.5227l 2.1216,4.1031 c 0.4403,0.8607 0.9807,1.5412 1.8814 1.5412l 0.0600,0.4203 c -0.2002,0.0801 -0.5404,0.1201 -0.8406 0.1201c -1.2009,-0.0000 -2.0816,-0.7606 -2.6020 -1.7013l -2.0616,-3.8429 c -0.0801,-0.1401 -0.6805,-0.2602 -2.0215 -0.2602v 4.2432 c 0.0000,0.6005 0.3002,0.8807 1.0808 0.8807h 0.5404 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.7413,-0.0400 -2.5219 -0.0400c -0.7205,-0.0000 -2.5820,0.0400 -2.5820 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.5204 c 0.8206,-0.0000 1.1008,-0.3202 1.1008 -0.8807v -10.0476 c 0.0000,-0.5804 -0.0801,-0.9207 -0.6005 -0.9207c -0.0600,-0.0000 -0.1001,-0.0000 -0.1401 0.0200l -0.6005,0.0600 c -0.1001,-0.0000 -0.1601,-0.0600 -0.1601 -0.1401v -0.3803 c 0.4203,-0.1001 2.3017,-0.2402 4.6435 -0.2402c 1.2610,-0.0000 2.6620,0.1001 3.6227 1.0008c 0.7205,0.6805 1.0608,1.5011 1.0608 2.5019ZM 492.7895,393.7553 ZM 498.6140,388.8516 l -1.5812,0.4003 c -1.7613,0.5404 -2.0215,1.4611 -2.0215 2.3618c 0.0000,0.6205 0.3002,1.5612 1.5612 1.5612c 0.6005,-0.0000 1.5212,-0.5804 2.0415 -1.0208v -3.3025 ZM 498.6140,388.8516 ZM 499.8949,393.9955 c -0.7606,-0.0000 -1.1809,-0.6805 -1.2610 -1.1609l -0.4603,0.3202 c -0.9207,0.6405 -1.2610,0.8406 -2.1816 0.8406c -1.4011,-0.0000 -2.4218,-0.8006 -2.4218 -2.3017c 0.0000,-1.5212 1.3010,-2.5619 3.2024 -3.0423l 1.8414,-0.4603 c 0.0000,-2.2617 -1.0408,-2.6820 -1.7213 -2.6820c -0.7606,-0.0000 -1.6412,0.3403 -1.6412 0.9607c 0.0000,0.2202 0.0400,0.3403 0.0600 0.4003c 0.0400,0.0801 0.0600,0.2202 0.0600 0.3603c 0.0000,0.2602 -0.2002,0.6605 -0.7806 0.6605c -0.4804,-0.0000 -0.8006,-0.3202 -0.8006 -0.8006c 0.0000,-1.1609 1.8814,-2.1816 3.1624 -2.1816c 1.4611,-0.0000 3.1424,0.6005 3.1424 3.4426v 2.9422 c 0.0000,1.2209 0.0200,1.7413 0.4804 1.7413c 0.4403,-0.0000 0.5604,-0.5604 0.5804 -1.0008l 0.5004,0.1001 c -0.1201,1.4611 -0.7406,1.8614 -1.7613 1.8614ZM 501.8164,393.7553 ZM 503.5977,392.3142 v -4.9838 c 0.0000,-1.0008 -0.1401,-1.2209 -0.4403 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 1.2610,-0.2202 1.4811,-0.2802 2.0816 -0.5804c 0.2002,-0.1001 0.3603,-0.1601 0.5004 -0.1601h 0.3002 l -0.0600,1.8014 h 0.0600 c 0.5204,-0.7806 1.4011,-1.8014 2.3418 -1.8014c 0.8206,-0.0000 1.1208,0.4003 1.1208 0.9207c 0.0000,0.5204 -0.3403,0.8406 -0.8607 0.8406c -0.4003,-0.0000 -0.6205,-0.1601 -0.8206 -0.3603c -0.1201,-0.1201 -0.2602,-0.1801 -0.4003 -0.1801c -0.2202,-0.0000 -0.6605,0.3603 -1.1409 1.0408c -0.1401,0.1801 -0.2402,0.4403 -0.2402 0.7005v 4.4434 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.5804 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.5812,-0.0400 -2.3618 -0.0400c -0.7205,-0.0000 -2.0816,0.0400 -2.0816 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 508.7616,393.7553 ZM 511.0434,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 511.0434,388.2111 ZM 516.3273,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 517.3281,393.7553 ZM 519.2295,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 522.5320,393.7553 ZM 526.6952,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.4319,400.0000 l -0.0000,-21.1462 h -63.4386 l -0.0000,21.1462 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 507.0103,362.2840 v 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.223829859493833px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,494.7126,389.4269)" stroke="none" text-anchor="middle">Rarely
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 391.2728,393.7553 ZM 396.3566,392.3142 v -4.1832 l -3.4026,-5.8644 c -0.2202,-0.4003 -0.4003,-0.6205 -0.6605 -0.7806c -0.1001,-0.0600 -0.2802,-0.1001 -0.5804 -0.1001h -0.2402 c -0.0600,-0.0000 -0.2002,-0.0200 -0.2002 -0.1401v -0.4003 l 0.0200,-0.0200 c 0.0000,-0.0000 1.8614,0.0200 2.1216 0.0200c 0.1201,-0.0000 2.3017,-0.0200 2.3017 -0.0200l 0.0200,0.0200 v 0.3803 c 0.0000,0.0801 -0.0400,0.1601 -0.1201 0.1601h -0.5804 c -0.3803,-0.0000 -0.5004,0.0801 -0.5004 0.2602c 0.0000,0.1201 0.0801,0.3002 0.2402 0.5804l 2.8021,4.7036 l 2.5419,-4.7036 c 0.1601,-0.2802 0.2202,-0.4603 0.2202 -0.5604c 0.0000,-0.2202 -0.1001,-0.2802 -0.5004 -0.2802h -0.6005 c -0.0801,-0.0000 -0.1001,-0.0801 -0.1001 -0.1401v -0.4003 l 0.0200,-0.0200 c 0.0000,-0.0000 1.5812,0.0200 1.8414 0.0200c 0.1801,-0.0000 1.7413,-0.0200 1.7413 -0.0200l 0.0400,0.0200 v 0.4003 c 0.0000,0.1001 -0.0801,0.1401 -0.2002 0.1401h -0.4203 c -0.6005,-0.0000 -0.8607,0.2402 -1.2209 0.8807l -2.9823,5.6243 v 4.4233 c 0.0000,0.6205 0.3202,0.8807 1.1008 0.8807h 0.5404 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.7413,-0.0400 -2.5219 -0.0400c -0.7205,-0.0000 -2.5820,0.0400 -2.5820 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.5204 c 0.8206,-0.0000 1.1008,-0.3202 1.1008 -0.8807ZM 402.7615,393.7553 ZM 405.0432,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 405.0432,388.2111 ZM 410.3272,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 410.3472,393.7553 ZM 416.1716,388.8516 l -1.5812,0.4003 c -1.7613,0.5404 -2.0215,1.4611 -2.0215 2.3618c 0.0000,0.6205 0.3002,1.5612 1.5612 1.5612c 0.6005,-0.0000 1.5212,-0.5804 2.0415 -1.0208v -3.3025 ZM 416.1716,388.8516 ZM 417.4526,393.9955 c -0.7606,-0.0000 -1.1809,-0.6805 -1.2610 -1.1609l -0.4603,0.3202 c -0.9207,0.6405 -1.2610,0.8406 -2.1816 0.8406c -1.4011,-0.0000 -2.4218,-0.8006 -2.4218 -2.3017c 0.0000,-1.5212 1.3010,-2.5619 3.2024 -3.0423l 1.8414,-0.4603 c 0.0000,-2.2617 -1.0408,-2.6820 -1.7213 -2.6820c -0.7606,-0.0000 -1.6412,0.3403 -1.6412 0.9607c 0.0000,0.2202 0.0400,0.3403 0.0600 0.4003c 0.0400,0.0801 0.0600,0.2202 0.0600 0.3603c 0.0000,0.2602 -0.2002,0.6605 -0.7806 0.6605c -0.4804,-0.0000 -0.8006,-0.3202 -0.8006 -0.8006c 0.0000,-1.1609 1.8814,-2.1816 3.1624 -2.1816c 1.4611,-0.0000 3.1424,0.6005 3.1424 3.4426v 2.9422 c 0.0000,1.2209 0.0200,1.7413 0.4804 1.7413c 0.4403,-0.0000 0.5604,-0.5604 0.5804 -1.0008l 0.5004,0.1001 c -0.1201,1.4611 -0.7406,1.8614 -1.7613 1.8614ZM 419.3740,393.7553 ZM 421.1554,392.3142 v -4.9838 c 0.0000,-1.0008 -0.1401,-1.2209 -0.4403 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 1.2610,-0.2202 1.4811,-0.2802 2.0816 -0.5804c 0.2002,-0.1001 0.3603,-0.1601 0.5004 -0.1601h 0.3002 l -0.0600,1.8014 h 0.0600 c 0.5204,-0.7806 1.4011,-1.8014 2.3418 -1.8014c 0.8206,-0.0000 1.1208,0.4003 1.1208 0.9207c 0.0000,0.5204 -0.3403,0.8406 -0.8607 0.8406c -0.4003,-0.0000 -0.6205,-0.1601 -0.8206 -0.3603c -0.1201,-0.1201 -0.2602,-0.1801 -0.4003 -0.1801c -0.2202,-0.0000 -0.6605,0.3603 -1.1409 1.0408c -0.1401,0.1801 -0.2402,0.4403 -0.2402 0.7005v 4.4434 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.5804 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.5812,-0.0400 -2.3618 -0.0400c -0.7205,-0.0000 -2.0816,0.0400 -2.0816 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 426.3193,393.7553 ZM 428.2207,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 431.5232,393.7553 ZM 435.6864,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 494.7126,364.9766 v 9.2515 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 416.4918,362.2840 v 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 433.9172,400.0000 l -0.0000,-21.1462 h -63.4386 l -0.0000,21.1462 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.6775,393.7553 ZM 304.9875,392.0140 l -0.6005,-8.9468 l -4.5034,10.5880 c -0.0801,0.1601 -0.1601,0.2202 -0.2802 0.2202c -0.1201,-0.0000 -0.2402,-0.0801 -0.3002 -0.2202l -4.1832,-10.3879 l -0.8406,8.7666 c 0.0000,0.5804 0.0801,1.1609 0.6805 1.1609h 0.5204 c 0.1001,-0.0000 0.2002,0.0600 0.2002 0.1601v 0.3603 l -0.0400,0.0600 c 0.0000,-0.0000 -1.0408,-0.0400 -1.8414 -0.0400c -0.7005,-0.0000 -1.8014,0.0400 -1.8014 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1801 -0.1601h 0.5404 c 0.6405,-0.0000 0.8006,-0.6205 0.8406 -1.1609l 0.9207,-9.7674 c 0.0000,-0.5804 -0.1201,-0.8807 -0.7606 -0.8807h -0.5804 c -0.1401,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.3603 l 0.0600,-0.0600 h 2.9422 l 4.1031,10.1877 c 0.0600,0.1801 0.1001,0.2602 0.1601 0.2602c 0.0400,-0.0000 0.1001,-0.0801 0.1801 -0.2802l 4.3433,-10.1677 h 2.5820 l 0.0400,0.0600 v 0.3603 c 0.0000,0.1201 -0.1601,0.1401 -0.2202 0.1401h -0.5404 c -0.6005,-0.0000 -0.7606,0.3603 -0.7606 0.8807l 0.6605,9.7474 c 0.0400,0.6405 0.2002,1.1809 0.8607 1.1809h 0.5404 c 0.1401,-0.0000 0.2202,0.0600 0.2202 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7205,-0.0000 -2.1416,0.0400 -2.1416 0.0400l -0.0600,-0.0400 v -0.3803 c 0.0000,-0.1001 0.1001,-0.1601 0.1801 -0.1601h 0.5404 c 0.5804,-0.0000 0.6605,-0.6605 0.6605 -1.1809ZM 308.4702,393.7553 ZM 309.1507,389.6522 c 0.0000,-2.7421 1.4811,-4.7436 4.1431 -4.7436c 2.9622,-0.0000 4.1031,2.4819 4.1031 4.5635c 0.0000,2.0015 -1.3010,4.5234 -4.1431 4.5234c -2.6820,-0.0000 -4.1031,-2.3017 -4.1031 -4.3433ZM 309.1507,389.6522 ZM 313.0736,385.5691 c -1.6012,-0.0000 -2.3418,1.8814 -2.3418 3.6227c 0.0000,1.5412 0.8807,4.1031 2.8622 4.1031c 0.9007,-0.0000 2.2217,-0.5404 2.2217 -3.1824c 0.0000,-2.9422 -1.1008,-4.5434 -2.7421 -4.5434ZM 318.0574,393.7553 ZM 325.3429,392.3142 v -4.3833 c 0.0000,-1.4011 -0.2402,-2.0616 -1.3010 -2.0616c -0.8807,-0.0000 -1.6412,0.3403 -2.6620 1.5412v 4.9037 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.2802 c 0.1001,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.2610,-0.0400 -2.0415 -0.0400c -0.7205,-0.0000 -2.0816,0.0400 -2.0816 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -4.9838 c 0.0000,-1.0808 -0.1601,-1.2209 -0.4403 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 0.8406,-0.1401 1.4411,-0.2402 2.0616 -0.5804c 0.2202,-0.1001 0.3803,-0.1601 0.5204 -0.1601h 0.3002 l -0.0600,1.7813 h 0.0600 c 1.2810,-1.5011 2.2417,-1.7813 3.2625 -1.7813c 1.8014,-0.0000 2.1816,1.3810 2.1816 3.1624v 4.2432 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.3803 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3810,-0.0400 -2.1616 -0.0400c -0.7005,-0.0000 -1.9615,0.0400 -1.9615 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.2802 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 328.4653,393.7553 ZM 331.7478,385.9294 v 5.1239 c 0.0000,1.2409 0.1201,1.8414 0.6605 1.8414c 0.5204,-0.0000 0.9207,-0.1601 1.4411 -0.5604l 0.3603,0.3403 c -0.7806,0.8807 -1.5812,1.3210 -2.5019 1.3210c -0.9207,-0.0000 -1.4611,-0.5604 -1.4611 -1.9815v -6.0846 h -1.3010 c -0.0600,-0.0000 -0.0801,-0.0200 -0.0801 -0.0801v -0.6205 c 0.0000,-0.0600 0.0200,-0.0801 0.0600 -0.0801c 1.3410,-0.0000 1.6613,-0.7806 1.6613 -2.3017v -0.3803 l 1.1609,-0.4003 v 3.0823 h 2.2017 c 0.1001,-0.0000 0.1601,0.0400 0.1601 0.1201v 0.4003 c 0.0000,0.1801 -0.2802,0.2602 -0.4804 0.2602h -1.8814 ZM 334.5098,393.7553 ZM 337.7723,379.7847 v 6.7851 c 1.3410,-1.3410 2.5219,-1.6613 3.3025 -1.6613c 1.4411,-0.0000 2.1616,1.1008 2.1616 3.1624v 4.2432 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.3803 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3610,-0.0400 -2.1616 -0.0400c -0.7005,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -4.4634 c 0.0000,-1.6212 -0.4403,-2.0015 -1.5612 -2.0015c -0.5804,-0.0000 -1.4411,0.5204 -2.4018 1.4611v 5.0038 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.3803 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3610,-0.0400 -2.1416 -0.0400c -0.7205,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -10.0276 c 0.0000,-1.1409 -0.1801,-1.4611 -0.5804 -1.4611l -0.6605,0.0801 c -0.0600,-0.0000 -0.1001,-0.0400 -0.1001 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0408,-0.1201 1.3810 -0.1801c 0.3603,-0.0801 0.6605,-0.1601 1.0608 -0.3403h 0.4403 ZM 344.8777,393.7553 ZM 346.7791,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 350.0816,393.7553 ZM 354.2448,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.223829859493833px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,402.1979,389.4269)" stroke="none" text-anchor="middle">Yearly
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 325.9734,362.2840 v 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 402.1979,364.9766 v 9.2515 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.2921,393.7553 ZM 211.7570,393.5151 c -0.0801,0.2802 -0.2802,0.4804 -0.5604 0.4804c -0.3002,-0.0000 -0.5404,-0.1601 -0.6605 -0.4804l -3.6428,-11.0083 c -0.1801,-0.5004 -0.5404,-1.1208 -1.1008 -1.1208h -0.2602 c -0.1401,-0.0000 -0.2402,-0.0600 -0.2402 -0.1401v -0.3803 l 0.0400,-0.0400 c 0.0000,-0.0000 1.0408,0.0200 1.8014 0.0200c 1.0208,-0.0000 2.4218,-0.0200 2.4218 -0.0200l 0.0400,0.0400 v 0.3603 c 0.0000,0.1001 -0.0600,0.1601 -0.1801 0.1601h -0.4403 c -0.3803,-0.0000 -0.5604,0.1401 -0.5604 0.4003c 0.0000,0.1401 0.0400,0.3002 0.1201 0.5204l 3.0423,9.2270 l 2.1216,-6.6250 c 0.0801,-0.2402 0.1401,-0.5004 0.1401 -0.7606c 0.0000,-0.1801 -0.0200,-0.3603 -0.1001 -0.5604l -0.4203,-1.2810 c -0.1601,-0.5404 -0.5204,-0.9207 -1.3010 -0.9207h -0.0600 c -0.1401,-0.0000 -0.2402,-0.0600 -0.2402 -0.1401v -0.3803 l 0.0400,-0.0400 c 0.0000,-0.0000 1.1208,0.0200 1.9215 0.0200c 0.9807,-0.0000 2.5619,-0.0200 2.5619 -0.0200l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.1001,0.1401 -0.1801 0.1401h -0.5804 c -0.4003,-0.0000 -0.5604,0.2802 -0.5604 0.6205c 0.0000,0.2002 0.0400,0.4203 0.1201 0.6605l 2.9422,8.9067 l 3.0623,-9.2070 c 0.0400,-0.1601 0.0801,-0.3202 0.0801 -0.4603c 0.0000,-0.3002 -0.1801,-0.5204 -0.6805 -0.5204h -0.5404 c -0.1001,-0.0000 -0.1601,-0.0801 -0.1601 -0.1401v -0.3803 l 0.0400,-0.0400 c 0.0000,-0.0000 1.2009,0.0200 2.0415 0.0200c 0.6405,-0.0000 1.7013,-0.0200 1.7013 -0.0200l 0.0200,0.0200 v 0.3803 c 0.0000,0.1601 -0.2202,0.1601 -0.2202 0.1601h -0.2202 c -0.5804,-0.0000 -0.9807,0.2202 -1.2409 1.0008l -3.6828,11.1484 c -0.1001,0.3002 -0.3202,0.4603 -0.6005 0.4603c -0.2602,-0.0000 -0.5204,-0.1401 -0.6405 -0.4804l -2.3418,-7.1054 c -0.1001,-0.2802 -0.2002,-0.5604 -0.2802 -0.5604c -0.1001,-0.0000 -0.2002,0.2602 -0.2802 0.5004ZM 223.6060,393.7553 ZM 225.8877,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 225.8877,388.2111 ZM 231.1717,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 232.1725,393.7553 ZM 234.4542,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 234.4542,388.2111 ZM 239.7382,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 240.7389,393.7553 ZM 244.0014,389.5121 v 2.8021 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.0400 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.0208,-0.0400 -1.8014 -0.0400c -0.7205,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -10.0276 c 0.0000,-1.1409 -0.1801,-1.4611 -0.5804 -1.4611l -0.6605,0.0801 c -0.0600,-0.0000 -0.1001,-0.0400 -0.1001 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0408,-0.1201 1.3810 -0.1801c 0.3603,-0.0801 0.6605,-0.1601 1.0608 -0.3403h 0.4403 v 9.2270 c 0.5204,-0.1201 1.5412,-1.0208 2.6220 -2.2017c 0.3202,-0.3202 0.4003,-0.5804 0.4003 -0.7806c 0.0000,-0.1601 -0.1001,-0.3202 -0.5804 -0.3202h -0.0801 c -0.1001,-0.0000 -0.1601,-0.0801 -0.1601 -0.1601v -0.3803 l 0.0600,-0.0400 c 0.0000,-0.0000 0.9607,0.0400 1.6613 0.0400c 0.7806,-0.0000 1.8614,-0.0400 1.8614 -0.0400l 0.0801,0.0400 v 0.3803 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601h -0.1401 c -0.5404,-0.0000 -1.4211,0.4403 -1.9215 0.9607l -1.5212,1.6813 c -0.0600,0.0600 -0.0801,0.1201 -0.0801 0.2002c 0.0000,0.1001 0.0400,0.2002 0.1001 0.2802l 2.3418,3.4626 c 0.3603,0.5404 1.0008,0.9007 1.5011 0.9007h 0.1401 c 0.1401,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.0208,-0.0400 -1.8014 -0.0400c -0.7005,-0.0000 -1.2409,0.0400 -1.2409 0.0400l -0.0600,-0.0400 v -0.3803 c 0.0000,-0.2602 -0.0600,-0.4804 -0.4603 -1.0608l -1.4611,-2.0616 c -0.4003,-0.5804 -0.6805,-0.7205 -1.1809 -0.7205ZM 250.2261,393.7553 ZM 252.1275,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 255.4300,393.7553 ZM 259.5932,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 346.6891,400.0000 l -0.0000,-21.1462 h -74.0117 l -0.0000,21.1462 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.4549,362.2840 v 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.223829859493833px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,309.6832,389.4269)" stroke="none" text-anchor="middle">Monthly
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 123.1100,393.7553 ZM 123.4502,393.3750 c 0.0000,-0.1001 0.0600,-0.1801 0.1401 -0.1801h 0.6005 c 0.7606,-0.0000 1.0408,-0.2802 1.0408 -0.9207v -9.9675 c 0.0000,-0.7205 -0.2002,-0.9207 -1.0408 -0.9207h -0.5604 c -0.1001,-0.0000 -0.1801,-0.0600 -0.1801 -0.1601v -0.3603 l 0.0400,-0.0400 l 2.5219,0.0200 c 0.0000,-0.0000 2.6020,-0.0200 3.2825 -0.0200c 3.8429,-0.0000 6.9052,3.0423 6.9052 6.7651c 0.0000,4.9237 -3.7228,6.1847 -6.5449 6.1847c -2.0616,-0.0000 -3.6428,-0.0400 -3.6428 -0.0400l -2.5219,0.0400 l -0.0400,-0.0400 v -0.3603 ZM 123.4502,393.3750 ZM 126.8528,392.3142 c 0.0000,0.6405 0.2202,0.7806 2.1816 0.7806c 2.8221,-0.0000 5.3240,-0.9807 5.3240 -5.0238c 0.0000,-3.0823 -1.5011,-6.5850 -5.8244 -6.5850c -0.9807,-0.0000 -1.6813,0.0801 -1.6813 0.7806v 10.0476 ZM 137.0605,393.7553 ZM 142.8849,388.8516 l -1.5812,0.4003 c -1.7613,0.5404 -2.0215,1.4611 -2.0215 2.3618c 0.0000,0.6205 0.3002,1.5612 1.5612 1.5612c 0.6005,-0.0000 1.5212,-0.5804 2.0415 -1.0208v -3.3025 ZM 142.8849,388.8516 ZM 144.1659,393.9955 c -0.7606,-0.0000 -1.1809,-0.6805 -1.2610 -1.1609l -0.4603,0.3202 c -0.9207,0.6405 -1.2610,0.8406 -2.1816 0.8406c -1.4011,-0.0000 -2.4218,-0.8006 -2.4218 -2.3017c 0.0000,-1.5212 1.3010,-2.5619 3.2024 -3.0423l 1.8414,-0.4603 c 0.0000,-2.2617 -1.0408,-2.6820 -1.7213 -2.6820c -0.7606,-0.0000 -1.6412,0.3403 -1.6412 0.9607c 0.0000,0.2202 0.0400,0.3403 0.0600 0.4003c 0.0400,0.0801 0.0600,0.2202 0.0600 0.3603c 0.0000,0.2602 -0.2002,0.6605 -0.7806 0.6605c -0.4804,-0.0000 -0.8006,-0.3202 -0.8006 -0.8006c 0.0000,-1.1609 1.8814,-2.1816 3.1624 -2.1816c 1.4611,-0.0000 3.1424,0.6005 3.1424 3.4426v 2.9422 c 0.0000,1.2209 0.0200,1.7413 0.4804 1.7413c 0.4403,-0.0000 0.5604,-0.5604 0.5804 -1.0008l 0.5004,0.1001 c -0.1201,1.4611 -0.7406,1.8614 -1.7613 1.8614ZM 146.0874,393.7553 ZM 147.6485,382.3266 c 0.0000,-0.5204 0.4203,-0.9607 0.9407 -0.9607c 0.5404,-0.0000 0.9607,0.4403 0.9607 0.9607c 0.0000,0.5404 -0.4203,0.9607 -0.9607 0.9607c -0.5204,-0.0000 -0.9407,-0.4203 -0.9407 -0.9607ZM 147.6485,382.3266 ZM 149.5500,392.3142 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.3803 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3810,-0.0400 -2.1616 -0.0400c -0.7005,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.3803 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -4.9838 c 0.0000,-1.0608 -0.1801,-1.2209 -0.4603 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 1.2810,-0.2202 1.5011,-0.3002 2.0816 -0.5804c 0.2202,-0.0801 0.3603,-0.1601 0.5004 -0.1601h 0.3002 v 7.4056 ZM 151.3713,393.7553 ZM 153.2728,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 156.5753,393.7553 ZM 160.7384,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.6832,364.9766 v 9.2515 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.9365,362.2840 v 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 248.8878,400.0000 l -0.0000,-21.1462 h -63.4386 l -0.0000,21.1462 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.223829859493833px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,217.1685,389.4269)" stroke="none" text-anchor="middle">Weekly
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.1685,364.9766 v 9.2515 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.0866,400.0000 l -0.0000,-21.1462 h -52.8655 l -0.0000,21.1462 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.223829859493833px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,124.6538,389.4269)" stroke="none" text-anchor="middle">Daily
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 124.6538,364.9766 v 9.2515 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 87.6081,350.0047 l -0.0000,-301.7282 h -6.0346 l -0.0000,301.7282 Z"/>
+    <path d="M 66.0612,352.4686 l -0.0000,-308.3823 h -6.1676 l -0.0000,308.3823 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 47.7305,98.7018 ZM 52.8944,91.5964 c 0.0000,-0.1401 0.0200,-0.3002 0.2002 -0.4003c 0.2202,-0.1601 0.5804,-0.3403 0.8807 -0.3403c 0.2602,-0.0000 0.2802,0.2202 0.2802 0.6205v 3.2224 h 1.6212 l -0.1201,0.9407 h -1.5011 v 1.6613 c 0.0000,0.5604 0.0801,0.8406 0.6605 0.8406h 0.5404 c 0.1201,-0.0000 0.1401,0.1001 0.1401 0.1401v 0.4403 c 0.0000,-0.0000 -1.2810,-0.0400 -2.1216 -0.0400c -0.7606,-0.0000 -1.9415,0.0400 -1.9415 0.0400v -0.4403 c 0.0000,-0.0400 0.0200,-0.1401 0.1401 -0.1401h 0.5404 c 0.6205,-0.0000 0.6805,-0.2602 0.6805 -0.8406v -1.6613 h -3.9230 c -0.0801,-0.0000 -0.1201,-0.0400 -0.1801 -0.1201l -0.1601,-0.2202 l -0.2402,-0.4203 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0400c 0.0000,-0.0200 0.0200,-0.0400 0.0400 -0.0600c 1.3010,-1.4411 3.6027,-5.9045 4.3233 -7.5457c 0.0200,-0.0801 0.0600,-0.1001 0.1401 -0.1001c 0.0200,-0.0000 0.4603,0.1801 0.7005 0.2202c -0.9007,2.4218 -2.3818,5.0238 -3.8429 7.3456h 3.1624 v -3.1023 ZM 56.4971,98.7018 ZM 60.8804,87.8336 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,87.8336 ZM 60.8004,98.9420 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,98.7018 ZM 69.6470,87.8336 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,87.8336 ZM 69.5670,98.9420 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 52.1840,101.9640 l -0.0000,-21.1674 h -31.7510 l -0.0000,21.1674 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.5563,92.6672 h 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,36.3085,91.3803)" stroke="none" text-anchor="middle">400
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 47.7305,163.0362 ZM 52.0537,152.0879 c -0.5004,-0.0000 -1.9615,0.2802 -1.9615 1.5011c 0.0000,0.3603 -0.1401,0.9807 -0.6805 0.9807c -0.5204,-0.0000 -0.5604,-0.5804 -0.5604 -0.6405c 0.0000,-0.6205 0.8206,-2.4619 3.6027 -2.4619c 1.9415,-0.0000 2.5219,1.2209 2.5219 2.0215c 0.0000,0.5004 -0.1601,1.5011 -1.9615 2.6420c 1.1208,0.1801 2.6020,1.0008 2.6020 3.0823c 0.0000,2.6420 -2.0015,4.0631 -4.2632 4.0631c -1.1409,-0.0000 -2.7421,-0.5004 -2.7421 -1.2610c 0.0000,-0.3002 0.3002,-0.6405 0.7005 -0.6405c 0.3803,-0.0000 0.5604,0.2002 0.7406 0.4603c 0.2202,0.3403 0.5804,0.8206 1.5412 0.8206c 0.6605,-0.0000 2.5419,-0.6605 2.5419 -3.1824c 0.0000,-2.1416 -1.5011,-2.4819 -2.5820 -2.4819c -0.1801,-0.0000 -0.4003,0.0400 -0.6205 0.0801l -0.0801,-0.6005 c 1.5412,-0.2602 2.8221,-1.7613 2.8221 -2.6820c 0.0000,-1.1409 -0.8006,-1.7013 -1.6212 -1.7013ZM 56.4971,163.0362 ZM 60.8804,152.1679 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,152.1679 ZM 60.8004,163.2763 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,163.0362 ZM 69.6470,152.1679 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,152.1679 ZM 69.5670,163.2763 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.8097,89.4560 h 9.2515 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.5563,157.0016 h 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 52.1840,167.7171 l -0.0000,-21.1674 h -31.7510 l -0.0000,21.1674 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 47.7305,227.3705 ZM 48.8913,218.5038 c 0.0000,-1.1409 1.1008,-2.7020 3.2024 -2.7020c 1.5412,-0.0000 3.3425,0.5804 3.3425 2.8822c 0.0000,1.5212 -0.7806,2.2817 -1.8614 3.3225l -1.9014,1.8414 c -0.1001,0.1001 -1.4411,1.4211 -1.4411 2.3618h 3.4026 c 0.6805,-0.0000 1.0408,-0.3403 1.3210 -1.4411l 0.5004,0.0801 l -0.4003,2.5219 h -6.1847 c 0.0000,-1.1208 0.1801,-1.9815 2.0415 -3.8829l 1.4011,-1.3810 c 1.1208,-1.1409 1.5812,-2.1216 1.5812 -3.3425c 0.0000,-1.8214 -1.2409,-2.3418 -1.9215 -2.3418c -1.3810,-0.0000 -1.7613,0.7205 -1.7613 1.2009c 0.0000,0.1601 0.0400,0.3202 0.0801 0.4603c 0.0400,0.1401 0.0801,0.2802 0.0801 0.4403c 0.0000,0.5204 -0.4003,0.7205 -0.7205 0.7205c -0.4403,-0.0000 -0.7606,-0.3403 -0.7606 -0.7406ZM 56.4971,227.3705 ZM 60.8804,216.5023 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,216.5023 ZM 60.8004,227.6107 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,227.3705 ZM 69.6470,216.5023 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,216.5023 ZM 69.5670,227.6107 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,36.3085,157.1335)" stroke="none" text-anchor="middle">300
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.5563,221.3360 h 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.8097,155.2092 h 9.2515 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 47.7305,291.7049 ZM 51.4933,282.1577 c -0.3803,-0.0000 -1.2610,0.3603 -1.7013 0.5604l -0.2402,-0.6205 c 1.7613,-0.8206 2.4418,-1.2409 3.4426 -1.9615h 0.3803 v 10.0676 c 0.0000,0.7205 0.1001,0.9207 0.7606 0.9207h 1.0408 c 0.0600,-0.0000 0.1601,0.0400 0.1601 0.1601v 0.4403 l -2.7421,-0.0400 l -2.7821,0.0400 v -0.4403 c 0.0200,-0.0600 0.0400,-0.1601 0.1601 -0.1601h 1.2009 c 0.7606,-0.0000 0.7606,-0.3403 0.7606 -0.9207v -6.8852 c 0.0000,-0.6805 0.0000,-1.1609 -0.4403 -1.1609ZM 56.4971,291.7049 ZM 60.8804,280.8367 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,280.8367 ZM 60.8004,291.9451 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,291.7049 ZM 69.6470,280.8367 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,280.8367 ZM 69.5670,291.9451 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 52.1840,233.4703 l -0.0000,-21.1674 h -31.7510 l -0.0000,21.1674 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.5563,285.6703 h 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,36.3085,222.8866)" stroke="none" text-anchor="middle">200
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 65.2637,356.0393 ZM 69.6470,345.1710 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,345.1710 ZM 69.5670,356.2794 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.8097,220.9623 h 9.2515 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.5563,350.0047 h 9.0518 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 52.1840,299.2234 l -0.0000,-21.1674 h -31.7510 l -0.0000,21.1674 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,36.3085,288.6398)" stroke="none" text-anchor="middle">100
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.8097,286.7155 h 9.2515 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 52.1840,364.9766 l -0.0000,-21.1674 h -10.5837 l -0.0000,21.1674 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,46.8922,354.3929)" stroke="none" text-anchor="middle">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3646015786681254" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.8097,352.4686 h 9.2515 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.2695,350.0047 l -0.0000,-301.7282 h -452.5923 l -0.0000,301.7282 Z"/>
+    <path d="M 540.9699,352.4686 l -0.0000,-308.3823 h -462.5734 l -0.0000,308.3823 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 534.1658,350.0047 l -0.0000,-32.8105 h -54.3111 l -0.0000,32.8105 Z"/>
+    <path d="M 522.4670,352.4686 l -0.0000,-33.5341 h -55.5088 l -0.0000,33.5341 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 443.6474,350.0047 l -0.0000,-23.1604 h -54.3111 l -0.0000,23.1604 Z"/>
+    <path d="M 429.9523,352.4686 l -0.0000,-23.6711 h -55.5088 l -0.0000,23.6711 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.1289,350.0047 l -0.0000,-138.3189 h -54.3111 l -0.0000,138.3189 Z"/>
+    <path d="M 337.4376,352.4686 l -0.0000,-141.3693 h -55.5088 l -0.0000,141.3693 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.6105,350.0047 l -0.0000,-290.7913 h -54.3111 l -0.0000,290.7913 Z"/>
+    <path d="M 244.9229,352.4686 l -0.0000,-297.2042 h -55.5088 l -0.0000,297.2042 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.0920,350.0047 l -0.0000,-301.7282 h -54.3111 l -0.0000,301.7282 Z"/>
+    <path d="M 152.4082,352.4686 l -0.0000,-308.3823 h -55.5088 l -0.0000,308.3823 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 498.2437,344.3497 ZM 504.4283,340.9671 c 0.0000,-2.0616 -1.1208,-3.0823 -2.3618 -3.0823c -0.9207,-0.0000 -1.6212,0.1401 -2.4018 0.4603l 0.6405,-5.4641 c 0.6605,0.0600 1.3410,0.0801 2.0415 0.0801c 1.0008,-0.0000 2.0415,-0.0600 3.1224 -0.1801l 0.1201,0.0600 l -0.3002,1.3010 c -0.7806,0.0801 -1.4211,0.1001 -1.9815 0.1001c -0.9007,-0.0000 -1.5812,-0.0801 -2.2817 -0.1601l -0.3803,3.1624 c 0.4203,-0.1601 1.1409,-0.3002 1.9215 -0.3002c 2.1216,-0.0000 3.3025,1.8414 3.3025 3.6828c 0.0000,2.2417 -1.5612,3.9630 -3.8229 3.9630c -1.1409,-0.0000 -2.8021,-0.6405 -2.8021 -1.4211c 0.0000,-0.3803 0.3202,-0.6405 0.6805 -0.6405c 0.4003,-0.0000 0.6605,0.3002 0.9007 0.6205c 0.3002,0.3603 0.6205,0.7606 1.2610 0.7606c 1.2810,-0.0000 2.3418,-1.2009 2.3418 -2.9422ZM 507.0103,344.3497 ZM 510.7731,334.8025 c -0.3803,-0.0000 -1.2610,0.3603 -1.7013 0.5604l -0.2402,-0.6205 c 1.7613,-0.8206 2.4418,-1.2409 3.4426 -1.9615h 0.3803 v 10.0676 c 0.0000,0.7205 0.1001,0.9207 0.7606 0.9207h 1.0408 c 0.0600,-0.0000 0.1601,0.0400 0.1601 0.1601v 0.4403 l -2.7421,-0.0400 l -2.7821,0.0400 v -0.4403 c 0.0200,-0.0600 0.0400,-0.1601 0.1601 -0.1601h 1.2009 c 0.7606,-0.0000 0.7606,-0.3403 0.7606 -0.9207v -6.8852 c 0.0000,-0.6805 0.0000,-1.1609 -0.4403 -1.1609Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 505.2962,353.0292 l -0.0000,-21.1674 h -21.1674 l -0.0000,21.1674 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 407.7252,353.9999 ZM 412.0485,343.0516 c -0.5004,-0.0000 -1.9615,0.2802 -1.9615 1.5011c 0.0000,0.3603 -0.1401,0.9807 -0.6805 0.9807c -0.5204,-0.0000 -0.5604,-0.5804 -0.5604 -0.6405c 0.0000,-0.6205 0.8206,-2.4619 3.6027 -2.4619c 1.9415,-0.0000 2.5219,1.2209 2.5219 2.0215c 0.0000,0.5004 -0.1601,1.5011 -1.9615 2.6420c 1.1208,0.1801 2.6020,1.0008 2.6020 3.0823c 0.0000,2.6420 -2.0015,4.0631 -4.2632 4.0631c -1.1409,-0.0000 -2.7421,-0.5004 -2.7421 -1.2610c 0.0000,-0.3002 0.3002,-0.6405 0.7005 -0.6405c 0.3803,-0.0000 0.5604,0.2002 0.7406 0.4603c 0.2202,0.3403 0.5804,0.8206 1.5412 0.8206c 0.6605,-0.0000 2.5419,-0.6605 2.5419 -3.1824c 0.0000,-2.1416 -1.5011,-2.4819 -2.5820 -2.4819c -0.1801,-0.0000 -0.4003,0.0400 -0.6205 0.0801l -0.0801,-0.6005 c 1.5412,-0.2602 2.8221,-1.7613 2.8221 -2.6820c 0.0000,-1.1409 -0.8006,-1.7013 -1.6212 -1.7013ZM 416.4918,353.9999 ZM 418.8136,348.7559 c -0.0200,0.2002 -0.0200,0.5004 -0.0200 0.7005c 0.0000,3.3625 1.5011,4.2032 2.5019 4.2032c 0.9207,-0.0000 1.9014,-0.8607 1.9014 -2.9422c 0.0000,-0.9407 -0.4804,-2.8622 -2.4018 -2.8622c -0.4203,-0.0000 -1.1809,0.0400 -1.9815 0.9007ZM 418.8136,348.7559 ZM 424.0576,342.9515 c -1.3010,0.1201 -2.4218,0.4603 -3.3826 1.4011c -0.9207,0.9007 -1.5812,2.2417 -1.8014 3.8429c 0.4603,-0.5604 1.5612,-0.9807 2.3218 -0.9807c 2.9622,-0.0000 3.3425,2.4418 3.3425 3.3625c 0.0000,1.3610 -0.6805,3.6628 -3.4426 3.6628c -1.4611,-0.0000 -3.6828,-0.8607 -3.6828 -4.8437c 0.0000,-1.8414 0.6205,-3.6428 2.0015 -5.0238c 1.2810,-1.3010 2.6220,-1.8414 4.5835 -1.9415Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,494.7126,342.4456)" stroke="none" text-anchor="middle">51
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.8234,238.8413 ZM 313.9843,229.9746 c 0.0000,-1.1409 1.1008,-2.7020 3.2024 -2.7020c 1.5412,-0.0000 3.3425,0.5804 3.3425 2.8822c 0.0000,1.5212 -0.7806,2.2817 -1.8614 3.3225l -1.9014,1.8414 c -0.1001,0.1001 -1.4411,1.4211 -1.4411 2.3618h 3.4026 c 0.6805,-0.0000 1.0408,-0.3403 1.3210 -1.4411l 0.5004,0.0801 l -0.4003,2.5219 h -6.1847 c 0.0000,-1.1208 0.1801,-1.9815 2.0415 -3.8829l 1.4011,-1.3810 c 1.1208,-1.1409 1.5812,-2.1216 1.5812 -3.3425c 0.0000,-1.8214 -1.2409,-2.3418 -1.9215 -2.3418c -1.3810,-0.0000 -1.7613,0.7205 -1.7613 1.2009c 0.0000,0.1601 0.0400,0.3202 0.0801 0.4603c 0.0400,0.1401 0.0801,0.2802 0.0801 0.4403c 0.0000,0.5204 -0.4003,0.7205 -0.7205 0.7205c -0.4403,-0.0000 -0.7606,-0.3403 -0.7606 -0.7406ZM 321.5901,238.8413 ZM 325.3529,229.2941 c -0.3803,-0.0000 -1.2610,0.3603 -1.7013 0.5604l -0.2402,-0.6205 c 1.7613,-0.8206 2.4418,-1.2409 3.4426 -1.9615h 0.3803 v 10.0676 c 0.0000,0.7205 0.1001,0.9207 0.7606 0.9207h 1.0408 c 0.0600,-0.0000 0.1601,0.0400 0.1601 0.1601v 0.4403 l -2.7421,-0.0400 l -2.7821,0.0400 v -0.4403 c 0.0200,-0.0600 0.0400,-0.1601 0.1601 -0.1601h 1.2009 c 0.7606,-0.0000 0.7606,-0.3403 0.7606 -0.9207v -6.8852 c 0.0000,-0.6805 0.0000,-1.1609 -0.4403 -1.1609ZM 330.3567,238.8413 ZM 336.5414,235.4588 c 0.0000,-2.0616 -1.1208,-3.0823 -2.3618 -3.0823c -0.9207,-0.0000 -1.6212,0.1401 -2.4018 0.4603l 0.6405,-5.4641 c 0.6605,0.0600 1.3410,0.0801 2.0415 0.0801c 1.0008,-0.0000 2.0415,-0.0600 3.1224 -0.1801l 0.1201,0.0600 l -0.3002,1.3010 c -0.7806,0.0801 -1.4211,0.1001 -1.9815 0.1001c -0.9007,-0.0000 -1.5812,-0.0801 -2.2817 -0.1601l -0.3803,3.1624 c 0.4203,-0.1601 1.1409,-0.3002 1.9215 -0.3002c 2.1216,-0.0000 3.3025,1.8414 3.3025 3.6828c 0.0000,2.2417 -1.5612,3.9630 -3.8229 3.9630c -1.1409,-0.0000 -2.8021,-0.6405 -2.8021 -1.4211c 0.0000,-0.3803 0.3202,-0.6405 0.6805 -0.6405c 0.4003,-0.0000 0.6605,0.3002 0.9007 0.6205c 0.3002,0.3603 0.6205,0.7606 1.2610 0.7606c 1.2810,-0.0000 2.3418,-1.2009 2.3418 -2.9422Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 412.7816,362.8922 l -0.0000,-21.1674 h -21.1674 l -0.0000,21.1674 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.3050,86.3689 ZM 227.4689,79.2635 c 0.0000,-0.1401 0.0200,-0.3002 0.2002 -0.4003c 0.2202,-0.1601 0.5804,-0.3403 0.8807 -0.3403c 0.2602,-0.0000 0.2802,0.2202 0.2802 0.6205v 3.2224 h 1.6212 l -0.1201,0.9407 h -1.5011 v 1.6613 c 0.0000,0.5604 0.0801,0.8406 0.6605 0.8406h 0.5404 c 0.1201,-0.0000 0.1401,0.1001 0.1401 0.1401v 0.4403 c 0.0000,-0.0000 -1.2810,-0.0400 -2.1216 -0.0400c -0.7606,-0.0000 -1.9415,0.0400 -1.9415 0.0400v -0.4403 c 0.0000,-0.0400 0.0200,-0.1401 0.1401 -0.1401h 0.5404 c 0.6205,-0.0000 0.6805,-0.2602 0.6805 -0.8406v -1.6613 h -3.9230 c -0.0801,-0.0000 -0.1201,-0.0400 -0.1801 -0.1201l -0.1601,-0.2202 l -0.2402,-0.4203 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0400c 0.0000,-0.0200 0.0200,-0.0400 0.0400 -0.0600c 1.3010,-1.4411 3.6027,-5.9045 4.3233 -7.5457c 0.0200,-0.0801 0.0600,-0.1001 0.1401 -0.1001c 0.0200,-0.0000 0.4603,0.1801 0.7005 0.2202c -0.9007,2.4218 -2.3818,5.0238 -3.8429 7.3456h 3.1624 v -3.1023 ZM 231.0716,86.3689 ZM 237.2563,82.9863 c 0.0000,-2.0616 -1.1208,-3.0823 -2.3618 -3.0823c -0.9207,-0.0000 -1.6212,0.1401 -2.4018 0.4603l 0.6405,-5.4641 c 0.6605,0.0600 1.3410,0.0801 2.0415 0.0801c 1.0008,-0.0000 2.0415,-0.0600 3.1224 -0.1801l 0.1201,0.0600 l -0.3002,1.3010 c -0.7806,0.0801 -1.4211,0.1001 -1.9815 0.1001c -0.9007,-0.0000 -1.5812,-0.0801 -2.2817 -0.1601l -0.3803,3.1624 c 0.4203,-0.1601 1.1409,-0.3002 1.9215 -0.3002c 2.1216,-0.0000 3.3025,1.8414 3.3025 3.6828c 0.0000,2.2417 -1.5612,3.9630 -3.8229 3.9630c -1.1409,-0.0000 -2.8021,-0.6405 -2.8021 -1.4211c 0.0000,-0.3803 0.3202,-0.6405 0.6805 -0.6405c 0.4003,-0.0000 0.6605,0.3002 0.9007 0.6205c 0.3002,0.3603 0.6205,0.7606 1.2610 0.7606c 1.2810,-0.0000 2.3418,-1.2009 2.3418 -2.9422ZM 239.8383,86.3689 ZM 240.9991,77.5022 c 0.0000,-1.1409 1.1008,-2.7020 3.2024 -2.7020c 1.5412,-0.0000 3.3425,0.5804 3.3425 2.8822c 0.0000,1.5212 -0.7806,2.2817 -1.8614 3.3225l -1.9014,1.8414 c -0.1001,0.1001 -1.4411,1.4211 -1.4411 2.3618h 3.4026 c 0.6805,-0.0000 1.0408,-0.3403 1.3210 -1.4411l 0.5004,0.0801 l -0.4003,2.5219 h -6.1847 c 0.0000,-1.1208 0.1801,-1.9815 2.0415 -3.8829l 1.4011,-1.3810 c 1.1208,-1.1409 1.5812,-2.1216 1.5812 -3.3425c 0.0000,-1.8214 -1.2409,-2.3418 -1.9215 -2.3418c -1.3810,-0.0000 -1.7613,0.7205 -1.7613 1.2009c 0.0000,0.1601 0.0400,0.3202 0.0801 0.4603c 0.0400,0.1401 0.0801,0.2802 0.0801 0.4403c 0.0000,0.5204 -0.4003,0.7205 -0.7205 0.7205c -0.4403,-0.0000 -0.7606,-0.3403 -0.7606 -0.7406Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,402.1979,352.3085)" stroke="none" text-anchor="middle">36
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 131.7865,75.4320 ZM 136.9504,68.3267 c 0.0000,-0.1401 0.0200,-0.3002 0.2002 -0.4003c 0.2202,-0.1601 0.5804,-0.3403 0.8807 -0.3403c 0.2602,-0.0000 0.2802,0.2202 0.2802 0.6205v 3.2224 h 1.6212 l -0.1201,0.9407 h -1.5011 v 1.6613 c 0.0000,0.5604 0.0801,0.8406 0.6605 0.8406h 0.5404 c 0.1201,-0.0000 0.1401,0.1001 0.1401 0.1401v 0.4403 c 0.0000,-0.0000 -1.2810,-0.0400 -2.1216 -0.0400c -0.7606,-0.0000 -1.9415,0.0400 -1.9415 0.0400v -0.4403 c 0.0000,-0.0400 0.0200,-0.1401 0.1401 -0.1401h 0.5404 c 0.6205,-0.0000 0.6805,-0.2602 0.6805 -0.8406v -1.6613 h -3.9230 c -0.0801,-0.0000 -0.1201,-0.0400 -0.1801 -0.1201l -0.1601,-0.2202 l -0.2402,-0.4203 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0400c 0.0000,-0.0200 0.0200,-0.0400 0.0400 -0.0600c 1.3010,-1.4411 3.6027,-5.9045 4.3233 -7.5457c 0.0200,-0.0801 0.0600,-0.1001 0.1401 -0.1001c 0.0200,-0.0000 0.4603,0.1801 0.7005 0.2202c -0.9007,2.4218 -2.3818,5.0238 -3.8429 7.3456h 3.1624 v -3.1023 ZM 140.5532,75.4320 ZM 142.8749,70.1881 c -0.0200,0.2002 -0.0200,0.5004 -0.0200 0.7005c 0.0000,3.3625 1.5011,4.2032 2.5019 4.2032c 0.9207,-0.0000 1.9014,-0.8607 1.9014 -2.9422c 0.0000,-0.9407 -0.4804,-2.8622 -2.4018 -2.8622c -0.4203,-0.0000 -1.1809,0.0400 -1.9815 0.9007ZM 142.8749,70.1881 ZM 148.1189,64.3837 c -1.3010,0.1201 -2.4218,0.4603 -3.3826 1.4011c -0.9207,0.9007 -1.5812,2.2417 -1.8014 3.8429c 0.4603,-0.5604 1.5612,-0.9807 2.3218 -0.9807c 2.9622,-0.0000 3.3425,2.4418 3.3425 3.3625c 0.0000,1.3610 -0.6805,3.6628 -3.4426 3.6628c -1.4611,-0.0000 -3.6828,-0.8607 -3.6828 -4.8437c 0.0000,-1.8414 0.6205,-3.6428 2.0015 -5.0238c 1.2810,-1.3010 2.6220,-1.8414 4.5835 -1.9415ZM 149.3198,75.4320 ZM 155.7046,69.3474 c 0.0000,-0.2002 0.0200,-0.5004 0.0200 -0.7005c 0.0000,-3.3625 -1.5011,-4.2032 -2.5219 -4.2032c -0.9207,-0.0000 -1.8814,0.8607 -1.8814 2.9422c 0.0000,0.9607 0.4804,2.8622 2.3818 2.8622c 0.4203,-0.0000 1.1809,-0.0400 2.0015 -0.9007ZM 155.7046,69.3474 ZM 150.4406,75.1518 c 1.3210,-0.1201 2.4218,-0.4603 3.4026 -1.4011c 0.9007,-0.9007 1.5612,-2.2417 1.8014 -3.8429c -0.4603,0.5604 -1.5812,0.9807 -2.3218 0.9807c -2.9622,-0.0000 -3.3625,-2.4418 -3.3625 -3.3625c 0.0000,-1.3610 0.6805,-3.6628 3.4426 -3.6628c 1.4811,-0.0000 3.7028,0.8607 3.7028 4.8437c 0.0000,1.8414 -0.6405,3.6428 -2.0015 5.0238c -1.2810,1.3010 -2.6420,1.8414 -4.6035 1.9415Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.5587,245.1941 l -0.0000,-21.1674 h -31.7510 l -0.0000,21.1674 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,309.6832,234.6104)" stroke="none" text-anchor="middle">215
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.0440,89.3591 l -0.0000,-21.1674 h -31.7510 l -0.0000,21.1674 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,217.1685,78.7754)" stroke="none" text-anchor="middle">452
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.5294,78.1811 l -0.0000,-21.1674 h -31.7510 l -0.0000,21.1674 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="19.243053689353324px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,124.6538,67.5974)" stroke="none" text-anchor="middle">469
+    </text>
   </g>
 </svg>
diff --git a/other/rectHudExample.svg b/other/rectHudExample.svg
--- a/other/rectHudExample.svg
+++ b/other/rectHudExample.svg
@@ -5,393 +5,449 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 572.3988,240.8912 l -0.0000,-4.1552 h -9.9775 l -0.0000,4.1552 Z"/>
+    <path d="M 571.7708,221.5990 l -0.0000,-4.1768 h -10.0296 l -0.0000,4.1768 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.4213,240.8912 l -0.0000,-5.2822 h -9.9775 l -0.0000,5.2822 Z"/>
+    <path d="M 561.7412,221.5990 l -0.0000,-5.3098 h -10.0296 l -0.0000,5.3098 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4438,240.8912 l -0.0000,-6.6482 h -9.9775 l -0.0000,6.6482 Z"/>
+    <path d="M 551.7117,221.5990 l -0.0000,-6.6829 h -10.0296 l -0.0000,6.6829 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 542.4663,240.8912 l -0.0000,-8.2842 h -9.9775 l -0.0000,8.2842 Z"/>
+    <path d="M 541.6821,221.5990 l -0.0000,-8.3274 h -10.0296 l -0.0000,8.3274 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 532.4887,240.8912 l -0.0000,-10.2200 h -9.9775 l -0.0000,10.2200 Z"/>
+    <path d="M 531.6525,221.5990 l -0.0000,-10.2733 h -10.0296 l -0.0000,10.2733 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.5112,240.8912 l -0.0000,-12.4828 h -9.9775 l -0.0000,12.4828 Z"/>
+    <path d="M 521.6230,221.5990 l -0.0000,-12.5479 h -10.0296 l -0.0000,12.5479 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 512.5337,240.8912 l -0.0000,-15.0948 h -9.9775 l -0.0000,15.0948 Z"/>
+    <path d="M 511.5934,221.5990 l -0.0000,-15.1735 h -10.0296 l -0.0000,15.1735 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 502.5562,240.8912 l -0.0000,-18.0717 h -9.9775 l -0.0000,18.0717 Z"/>
+    <path d="M 501.5638,221.5990 l -0.0000,-18.1660 h -10.0296 l -0.0000,18.1660 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.5786,240.8912 l -0.0000,-21.4205 h -9.9775 l -0.0000,21.4205 Z"/>
+    <path d="M 491.5343,221.5990 l -0.0000,-21.5322 h -10.0296 l -0.0000,21.5322 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.6011,240.8912 l -0.0000,-25.1372 h -9.9775 l -0.0000,25.1372 Z"/>
+    <path d="M 481.5047,221.5990 l -0.0000,-25.2683 h -10.0296 l -0.0000,25.2683 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 472.6236,240.8912 l -0.0000,-29.2053 h -9.9775 l -0.0000,29.2053 Z"/>
+    <path d="M 471.4751,221.5990 l -0.0000,-29.3576 h -10.0296 l -0.0000,29.3576 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.6461,240.8912 l -0.0000,-33.5940 h -9.9775 l -0.0000,33.5940 Z"/>
+    <path d="M 461.4456,221.5990 l -0.0000,-33.7693 h -10.0296 l -0.0000,33.7693 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 452.6685,240.8912 l -0.0000,-38.2578 h -9.9775 l -0.0000,38.2578 Z"/>
+    <path d="M 451.4160,221.5990 l -0.0000,-38.4574 h -10.0296 l -0.0000,38.4574 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 442.6910,240.8912 l -0.0000,-43.1356 h -9.9775 l -0.0000,43.1356 Z"/>
+    <path d="M 441.3864,221.5990 l -0.0000,-43.3606 h -10.0296 l -0.0000,43.3606 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 432.7135,240.8912 l -0.0000,-48.1513 h -9.9775 l -0.0000,48.1513 Z"/>
+    <path d="M 431.3569,221.5990 l -0.0000,-48.4025 h -10.0296 l -0.0000,48.4025 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.7360,240.8912 l -0.0000,-53.2154 h -9.9775 l -0.0000,53.2154 Z"/>
+    <path d="M 421.3273,221.5990 l -0.0000,-53.4930 h -10.0296 l -0.0000,53.4930 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.7584,240.8912 l -0.0000,-58.2270 h -9.9775 l -0.0000,58.2270 Z"/>
+    <path d="M 411.2977,221.5990 l -0.0000,-58.5307 h -10.0296 l -0.0000,58.5307 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 402.7809,240.8912 l -0.0000,-63.0765 h -9.9775 l -0.0000,63.0765 Z"/>
+    <path d="M 401.2682,221.5990 l -0.0000,-63.4055 h -10.0296 l -0.0000,63.4055 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 392.8034,240.8912 l -0.0000,-67.6501 h -9.9775 l -0.0000,67.6501 Z"/>
+    <path d="M 391.2386,221.5990 l -0.0000,-68.0029 h -10.0296 l -0.0000,68.0029 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.8259,240.8912 l -0.0000,-71.8333 h -9.9775 l -0.0000,71.8333 Z"/>
+    <path d="M 381.2091,221.5990 l -0.0000,-72.2080 h -10.0296 l -0.0000,72.2080 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 372.8483,240.8912 l -0.0000,-75.5163 h -9.9775 l -0.0000,75.5163 Z"/>
+    <path d="M 371.1795,221.5990 l -0.0000,-75.9102 h -10.0296 l -0.0000,75.9102 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.8708,240.8912 l -0.0000,-78.5982 h -9.9775 l -0.0000,78.5982 Z"/>
+    <path d="M 361.1499,221.5990 l -0.0000,-79.0081 h -10.0296 l -0.0000,79.0081 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 352.8933,240.8912 l -0.0000,-80.9919 h -9.9775 l -0.0000,80.9919 Z"/>
+    <path d="M 351.1204,221.5990 l -0.0000,-81.4143 h -10.0296 l -0.0000,81.4143 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.9158,240.8912 l -0.0000,-82.6280 h -9.9775 l -0.0000,82.6280 Z"/>
+    <path d="M 341.0908,221.5990 l -0.0000,-83.0590 h -10.0296 l -0.0000,83.0590 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.9382,240.8912 l -0.0000,-83.4584 h -9.9775 l -0.0000,83.4584 Z"/>
+    <path d="M 331.0612,221.5990 l -0.0000,-83.8937 h -10.0296 l -0.0000,83.8937 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.9607,240.8912 l -0.0000,-83.4584 h -9.9775 l -0.0000,83.4584 Z"/>
+    <path d="M 321.0317,221.5990 l -0.0000,-83.8937 h -10.0296 l -0.0000,83.8937 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.9832,240.8912 l -0.0000,-82.6280 h -9.9775 l -0.0000,82.6280 Z"/>
+    <path d="M 311.0021,221.5990 l -0.0000,-83.0590 h -10.0296 l -0.0000,83.0590 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.0057,240.8912 l -0.0000,-80.9919 h -9.9775 l -0.0000,80.9919 Z"/>
+    <path d="M 300.9725,221.5990 l -0.0000,-81.4143 h -10.0296 l -0.0000,81.4143 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.0281,240.8912 l -0.0000,-78.5982 h -9.9775 l -0.0000,78.5982 Z"/>
+    <path d="M 290.9430,221.5990 l -0.0000,-79.0081 h -10.0296 l -0.0000,79.0081 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0506,240.8912 l -0.0000,-75.5163 h -9.9775 l -0.0000,75.5163 Z"/>
+    <path d="M 280.9134,221.5990 l -0.0000,-75.9102 h -10.0296 l -0.0000,75.9102 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.0731,240.8912 l -0.0000,-71.8333 h -9.9775 l -0.0000,71.8333 Z"/>
+    <path d="M 270.8838,221.5990 l -0.0000,-72.2080 h -10.0296 l -0.0000,72.2080 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.0956,240.8912 l -0.0000,-67.6501 h -9.9775 l -0.0000,67.6501 Z"/>
+    <path d="M 260.8543,221.5990 l -0.0000,-68.0029 h -10.0296 l -0.0000,68.0029 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.1180,240.8912 l -0.0000,-63.0765 h -9.9775 l -0.0000,63.0765 Z"/>
+    <path d="M 250.8247,221.5990 l -0.0000,-63.4055 h -10.0296 l -0.0000,63.4055 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.1405,240.8912 l -0.0000,-58.2270 h -9.9775 l -0.0000,58.2270 Z"/>
+    <path d="M 240.7951,221.5990 l -0.0000,-58.5307 h -10.0296 l -0.0000,58.5307 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1630,240.8912 l -0.0000,-53.2154 h -9.9775 l -0.0000,53.2154 Z"/>
+    <path d="M 230.7656,221.5990 l -0.0000,-53.4930 h -10.0296 l -0.0000,53.4930 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.1855,240.8912 l -0.0000,-48.1513 h -9.9775 l -0.0000,48.1513 Z"/>
+    <path d="M 220.7360,221.5990 l -0.0000,-48.4025 h -10.0296 l -0.0000,48.4025 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.2079,240.8912 l -0.0000,-43.1356 h -9.9775 l -0.0000,43.1356 Z"/>
+    <path d="M 210.7064,221.5990 l -0.0000,-43.3606 h -10.0296 l -0.0000,43.3606 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.2304,240.8912 l -0.0000,-38.2578 h -9.9775 l -0.0000,38.2578 Z"/>
+    <path d="M 200.6769,221.5990 l -0.0000,-38.4574 h -10.0296 l -0.0000,38.4574 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.2529,240.8912 l -0.0000,-33.5940 h -9.9775 l -0.0000,33.5940 Z"/>
+    <path d="M 190.6473,221.5990 l -0.0000,-33.7693 h -10.0296 l -0.0000,33.7693 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.2754,240.8912 l -0.0000,-29.2053 h -9.9775 l -0.0000,29.2053 Z"/>
+    <path d="M 180.6178,221.5990 l -0.0000,-29.3576 h -10.0296 l -0.0000,29.3576 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.2979,240.8912 l -0.0000,-25.1372 h -9.9775 l -0.0000,25.1372 Z"/>
+    <path d="M 170.5882,221.5990 l -0.0000,-25.2683 h -10.0296 l -0.0000,25.2683 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3203,240.8912 l -0.0000,-21.4205 h -9.9775 l -0.0000,21.4205 Z"/>
+    <path d="M 160.5586,221.5990 l -0.0000,-21.5322 h -10.0296 l -0.0000,21.5322 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.3428,240.8912 l -0.0000,-18.0717 h -9.9775 l -0.0000,18.0717 Z"/>
+    <path d="M 150.5291,221.5990 l -0.0000,-18.1660 h -10.0296 l -0.0000,18.1660 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.3653,240.8912 l -0.0000,-15.0948 h -9.9775 l -0.0000,15.0948 Z"/>
+    <path d="M 140.4995,221.5990 l -0.0000,-15.1735 h -10.0296 l -0.0000,15.1735 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.3878,240.8912 l -0.0000,-12.4828 h -9.9775 l -0.0000,12.4828 Z"/>
+    <path d="M 130.4699,221.5990 l -0.0000,-12.5479 h -10.0296 l -0.0000,12.5479 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 123.4102,240.8912 l -0.0000,-10.2200 h -9.9775 l -0.0000,10.2200 Z"/>
+    <path d="M 120.4404,221.5990 l -0.0000,-10.2733 h -10.0296 l -0.0000,10.2733 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 113.4327,240.8912 l -0.0000,-8.2842 h -9.9775 l -0.0000,8.2842 Z"/>
+    <path d="M 110.4108,221.5990 l -0.0000,-8.3274 h -10.0296 l -0.0000,8.3274 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 103.4552,240.8912 l -0.0000,-6.6482 h -9.9775 l -0.0000,6.6482 Z"/>
+    <path d="M 100.3812,221.5990 l -0.0000,-6.6829 h -10.0296 l -0.0000,6.6829 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 93.4777,240.8912 l -0.0000,-5.2822 h -9.9775 l -0.0000,5.2822 Z"/>
+    <path d="M 90.3517,221.5990 l -0.0000,-5.3098 h -10.0296 l -0.0000,5.3098 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 83.5001,240.8912 l -0.0000,-4.1552 h -9.9775 l -0.0000,4.1552 Z"/>
+    <path d="M 80.3221,221.5990 l -0.0000,-4.1768 h -10.0296 l -0.0000,4.1768 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 572.3988,240.8912 l -0.0000,-0.0010 h -9.9775 l -0.0000,0.0010 Z"/>
+    <path d="M 571.7708,221.5990 l -0.0000,-0.0010 h -10.0296 l -0.0000,0.0010 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 562.4213,240.8912 l -0.0000,-0.0027 h -9.9775 l -0.0000,0.0027 Z"/>
+    <path d="M 561.7412,221.5990 l -0.0000,-0.0027 h -10.0296 l -0.0000,0.0027 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.4438,240.8912 l -0.0000,-0.0067 h -9.9775 l -0.0000,0.0067 Z"/>
+    <path d="M 551.7117,221.5990 l -0.0000,-0.0067 h -10.0296 l -0.0000,0.0067 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 542.4663,240.8912 l -0.0000,-0.0161 h -9.9775 l -0.0000,0.0161 Z"/>
+    <path d="M 541.6821,221.5990 l -0.0000,-0.0162 h -10.0296 l -0.0000,0.0162 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 532.4887,240.8912 l -0.0000,-0.0374 h -9.9775 l -0.0000,0.0374 Z"/>
+    <path d="M 531.6525,221.5990 l -0.0000,-0.0376 h -10.0296 l -0.0000,0.0376 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.5112,240.8912 l -0.0000,-0.0832 h -9.9775 l -0.0000,0.0832 Z"/>
+    <path d="M 521.6230,221.5990 l -0.0000,-0.0837 h -10.0296 l -0.0000,0.0837 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 512.5337,240.8912 l -0.0000,-0.1779 h -9.9775 l -0.0000,0.1779 Z"/>
+    <path d="M 511.5934,221.5990 l -0.0000,-0.1789 h -10.0296 l -0.0000,0.1789 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 502.5562,240.8912 l -0.0000,-0.3656 h -9.9775 l -0.0000,0.3656 Z"/>
+    <path d="M 501.5638,221.5990 l -0.0000,-0.3675 h -10.0296 l -0.0000,0.3675 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 492.5786,240.8912 l -0.0000,-0.7216 h -9.9775 l -0.0000,0.7216 Z"/>
+    <path d="M 491.5343,221.5990 l -0.0000,-0.7254 h -10.0296 l -0.0000,0.7254 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.6011,240.8912 l -0.0000,-1.3685 h -9.9775 l -0.0000,1.3685 Z"/>
+    <path d="M 481.5047,221.5990 l -0.0000,-1.3757 h -10.0296 l -0.0000,1.3757 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 472.6236,240.8912 l -0.0000,-2.4936 h -9.9775 l -0.0000,2.4936 Z"/>
+    <path d="M 471.4751,221.5990 l -0.0000,-2.5067 h -10.0296 l -0.0000,2.5067 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 462.6461,240.8912 l -0.0000,-4.3656 h -9.9775 l -0.0000,4.3656 Z"/>
+    <path d="M 461.4456,221.5990 l -0.0000,-4.3883 h -10.0296 l -0.0000,4.3883 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 452.6685,240.8912 l -0.0000,-7.3430 h -9.9775 l -0.0000,7.3430 Z"/>
+    <path d="M 451.4160,221.5990 l -0.0000,-7.3813 h -10.0296 l -0.0000,7.3813 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 442.6910,240.8912 l -0.0000,-11.8668 h -9.9775 l -0.0000,11.8668 Z"/>
+    <path d="M 441.3864,221.5990 l -0.0000,-11.9287 h -10.0296 l -0.0000,11.9287 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 432.7135,240.8912 l -0.0000,-18.4257 h -9.9775 l -0.0000,18.4257 Z"/>
+    <path d="M 431.3569,221.5990 l -0.0000,-18.5218 h -10.0296 l -0.0000,18.5218 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.7360,240.8912 l -0.0000,-27.4879 h -9.9775 l -0.0000,27.4879 Z"/>
+    <path d="M 421.3273,221.5990 l -0.0000,-27.6313 h -10.0296 l -0.0000,27.6313 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.7584,240.8912 l -0.0000,-39.3992 h -9.9775 l -0.0000,39.3992 Z"/>
+    <path d="M 411.2977,221.5990 l -0.0000,-39.6047 h -10.0296 l -0.0000,39.6047 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 402.7809,240.8912 l -0.0000,-54.2577 h -9.9775 l -0.0000,54.2577 Z"/>
+    <path d="M 401.2682,221.5990 l -0.0000,-54.5407 h -10.0296 l -0.0000,54.5407 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 392.8034,240.8912 l -0.0000,-71.7900 h -9.9775 l -0.0000,71.7900 Z"/>
+    <path d="M 391.2386,221.5990 l -0.0000,-72.1645 h -10.0296 l -0.0000,72.1645 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.8259,240.8912 l -0.0000,-91.2630 h -9.9775 l -0.0000,91.2630 Z"/>
+    <path d="M 381.2091,221.5990 l -0.0000,-91.7390 h -10.0296 l -0.0000,91.7390 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 372.8483,240.8912 l -0.0000,-111.4689 h -9.9775 l -0.0000,111.4689 Z"/>
+    <path d="M 371.1795,221.5990 l -0.0000,-112.0503 h -10.0296 l -0.0000,112.0503 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.8708,240.8912 l -0.0000,-130.8100 h -9.9775 l -0.0000,130.8100 Z"/>
+    <path d="M 361.1499,221.5990 l -0.0000,-131.4923 h -10.0296 l -0.0000,131.4923 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 352.8933,240.8912 l -0.0000,-147.4878 h -9.9775 l -0.0000,147.4878 Z"/>
+    <path d="M 351.1204,221.5990 l -0.0000,-148.2571 h -10.0296 l -0.0000,148.2571 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.9158,240.8912 l -0.0000,-159.7717 h -9.9775 l -0.0000,159.7717 Z"/>
+    <path d="M 341.0908,221.5990 l -0.0000,-160.6050 h -10.0296 l -0.0000,160.6050 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.9382,240.8912 l -0.0000,-166.2921 h -9.9775 l -0.0000,166.2921 Z"/>
+    <path d="M 331.0612,221.5990 l -0.0000,-167.1594 h -10.0296 l -0.0000,167.1594 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.9607,240.8912 l -0.0000,-166.2921 h -9.9775 l -0.0000,166.2921 Z"/>
+    <path d="M 321.0317,221.5990 l -0.0000,-167.1594 h -10.0296 l -0.0000,167.1594 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.9832,240.8912 l -0.0000,-159.7717 h -9.9775 l -0.0000,159.7717 Z"/>
+    <path d="M 311.0021,221.5990 l -0.0000,-160.6050 h -10.0296 l -0.0000,160.6050 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.0057,240.8912 l -0.0000,-147.4878 h -9.9775 l -0.0000,147.4878 Z"/>
+    <path d="M 300.9725,221.5990 l -0.0000,-148.2571 h -10.0296 l -0.0000,148.2571 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.0281,240.8912 l -0.0000,-130.8100 h -9.9775 l -0.0000,130.8100 Z"/>
+    <path d="M 290.9430,221.5990 l -0.0000,-131.4923 h -10.0296 l -0.0000,131.4923 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.0506,240.8912 l -0.0000,-111.4689 h -9.9775 l -0.0000,111.4689 Z"/>
+    <path d="M 280.9134,221.5990 l -0.0000,-112.0503 h -10.0296 l -0.0000,112.0503 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.0731,240.8912 l -0.0000,-91.2630 h -9.9775 l -0.0000,91.2630 Z"/>
+    <path d="M 270.8838,221.5990 l -0.0000,-91.7390 h -10.0296 l -0.0000,91.7390 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.0956,240.8912 l -0.0000,-71.7900 h -9.9775 l -0.0000,71.7900 Z"/>
+    <path d="M 260.8543,221.5990 l -0.0000,-72.1645 h -10.0296 l -0.0000,72.1645 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.1180,240.8912 l -0.0000,-54.2577 h -9.9775 l -0.0000,54.2577 Z"/>
+    <path d="M 250.8247,221.5990 l -0.0000,-54.5407 h -10.0296 l -0.0000,54.5407 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.1405,240.8912 l -0.0000,-39.3992 h -9.9775 l -0.0000,39.3992 Z"/>
+    <path d="M 240.7951,221.5990 l -0.0000,-39.6047 h -10.0296 l -0.0000,39.6047 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.1630,240.8912 l -0.0000,-27.4879 h -9.9775 l -0.0000,27.4879 Z"/>
+    <path d="M 230.7656,221.5990 l -0.0000,-27.6313 h -10.0296 l -0.0000,27.6313 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.1855,240.8912 l -0.0000,-18.4257 h -9.9775 l -0.0000,18.4257 Z"/>
+    <path d="M 220.7360,221.5990 l -0.0000,-18.5218 h -10.0296 l -0.0000,18.5218 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.2079,240.8912 l -0.0000,-11.8668 h -9.9775 l -0.0000,11.8668 Z"/>
+    <path d="M 210.7064,221.5990 l -0.0000,-11.9287 h -10.0296 l -0.0000,11.9287 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.2304,240.8912 l -0.0000,-7.3430 h -9.9775 l -0.0000,7.3430 Z"/>
+    <path d="M 200.6769,221.5990 l -0.0000,-7.3813 h -10.0296 l -0.0000,7.3813 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.2529,240.8912 l -0.0000,-4.3656 h -9.9775 l -0.0000,4.3656 Z"/>
+    <path d="M 190.6473,221.5990 l -0.0000,-4.3883 h -10.0296 l -0.0000,4.3883 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.2754,240.8912 l -0.0000,-2.4936 h -9.9775 l -0.0000,2.4936 Z"/>
+    <path d="M 180.6178,221.5990 l -0.0000,-2.5067 h -10.0296 l -0.0000,2.5067 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.2979,240.8912 l -0.0000,-1.3685 h -9.9775 l -0.0000,1.3685 Z"/>
+    <path d="M 170.5882,221.5990 l -0.0000,-1.3757 h -10.0296 l -0.0000,1.3757 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3203,240.8912 l -0.0000,-0.7216 h -9.9775 l -0.0000,0.7216 Z"/>
+    <path d="M 160.5586,221.5990 l -0.0000,-0.7254 h -10.0296 l -0.0000,0.7254 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.3428,240.8912 l -0.0000,-0.3656 h -9.9775 l -0.0000,0.3656 Z"/>
+    <path d="M 150.5291,221.5990 l -0.0000,-0.3675 h -10.0296 l -0.0000,0.3675 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.3653,240.8912 l -0.0000,-0.1779 h -9.9775 l -0.0000,0.1779 Z"/>
+    <path d="M 140.4995,221.5990 l -0.0000,-0.1789 h -10.0296 l -0.0000,0.1789 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 133.3878,240.8912 l -0.0000,-0.0832 h -9.9775 l -0.0000,0.0832 Z"/>
+    <path d="M 130.4699,221.5990 l -0.0000,-0.0837 h -10.0296 l -0.0000,0.0837 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 123.4102,240.8912 l -0.0000,-0.0374 h -9.9775 l -0.0000,0.0374 Z"/>
+    <path d="M 120.4404,221.5990 l -0.0000,-0.0376 h -10.0296 l -0.0000,0.0376 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 113.4327,240.8912 l -0.0000,-0.0161 h -9.9775 l -0.0000,0.0161 Z"/>
+    <path d="M 110.4108,221.5990 l -0.0000,-0.0162 h -10.0296 l -0.0000,0.0162 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 103.4552,240.8912 l -0.0000,-0.0067 h -9.9775 l -0.0000,0.0067 Z"/>
+    <path d="M 100.3812,221.5990 l -0.0000,-0.0067 h -10.0296 l -0.0000,0.0067 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 93.4777,240.8912 l -0.0000,-0.0027 h -9.9775 l -0.0000,0.0027 Z"/>
+    <path d="M 90.3517,221.5990 l -0.0000,-0.0027 h -10.0296 l -0.0000,0.0027 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 83.5001,240.8912 l -0.0000,-0.0010 h -9.9775 l -0.0000,0.0010 Z"/>
+    <path d="M 80.3221,221.5990 l -0.0000,-0.0010 h -10.0296 l -0.0000,0.0010 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 54.0143,249.2058 ZM 40.8323,237.7336 c -3.2541,-0.0000 -4.0815,2.2614 -4.0815 3.9160c -0.0000,0.9928 0.0827,1.7650 0.2206 2.3992l 8.1629,0.0000 l 0.0000,-1.3789 c 0.0000,-2.0683 -0.4688,-3.3920 -1.4065 -4.0539c -0.7722,-0.5240 -1.7374,-0.8825 -2.8956 -0.8825ZM 40.8323,237.7336 ZM 40.8047,235.4998 c 2.8956,0.0000 4.4675,2.5923 4.8536 3.7781l 5.6534,-2.9232 c 1.1858,-0.6067 2.1235,-1.3513 2.1235 -2.5923l 0.5791,-0.0827 c 0.1103,0.2758 0.1655,0.7446 0.1655 1.1583c -0.0000,1.6546 -1.0479,2.8681 -2.3441 3.5851l -5.2949,2.8405 c -0.1930,0.1103 -0.3585,0.9376 -0.3585 2.7853l 5.8464,0.0000 c 0.8273,0.0000 1.2134,-0.4137 1.2134 -1.4892l 0.0000,-0.7446 c 0.0000,-0.1103 0.0827,-0.2206 0.2206 -0.2206l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,2.3992 -0.0552 3.4748c -0.0000,0.9928 0.0552,3.5575 0.0552 3.5575l -0.0552,0.0552 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0827 -0.2206 -0.2206l 0.0000,-0.7170 c 0.0000,-1.1307 -0.4412,-1.5168 -1.2134 -1.5168l -13.8439,-0.0000 c -0.7997,-0.0000 -1.2686,0.1103 -1.2686 0.8273c -0.0000,0.0827 -0.0000,0.1379 0.0276 0.1930l 0.0827,0.8273 c -0.0000,0.1379 -0.0827,0.2206 -0.1930 0.2206l -0.5240,-0.0000 c -0.1379,-0.5791 -0.3309,-3.1714 -0.3309 -6.3980c 0.0000,-1.7374 0.1379,-3.6678 1.3789 -4.9915c 0.9376,-0.9928 2.0683,-1.4616 3.4472 -1.4616ZM 54.0143,233.3764 ZM 46.3754,230.2325 l 0.0000,-5.0743 c 0.0000,-0.2758 -0.1379,-0.3861 -0.3861 -0.3861c -2.5647,-0.0000 -3.2266,1.2961 -3.2266 2.2889c -0.0000,0.6343 0.2482,2.7026 3.6126 3.1714ZM 46.3754,230.2325 ZM 51.4496,222.9521 l 0.4412,-0.5515 c 1.4340,1.0479 2.4544,2.6750 2.4544 4.6606c -0.0000,3.7781 -2.8129,5.3776 -5.8188 5.3776c -4.1918,-0.0000 -6.7013,-2.7577 -6.7013 -5.3776c 0.0000,-3.6402 2.8405,-4.4951 5.1570 -4.4951c 0.3034,0.0000 0.4688,0.1930 0.4688 0.4964l -0.0000,7.2529 c 0.1655,0.0276 0.3309,0.0276 0.5515 0.0276c 2.8129,0.0000 4.9915,-1.9580 4.9915 -3.9436c 0.0000,-1.5168 -0.4964,-2.4820 -1.5443 -3.4472ZM 54.0143,221.5732 ZM 51.5048,210.9835 c 2.0959,1.2134 2.8405,2.5371 2.8405 4.1918c -0.0000,3.3093 -2.5095,5.3776 -6.0670 5.3776c -3.9160,-0.0000 -6.4531,-2.4544 -6.4531 -5.4328c 0.0000,-2.6474 1.3513,-4.0539 2.8129 -4.0539c 0.7997,0.0000 1.2134,0.4964 1.2134 1.0755c -0.0000,0.5791 -0.3034,1.1307 -0.9928 1.2134c -0.9101,0.1103 -2.0959,0.2758 -2.0959 1.9028c -0.0000,1.8201 1.9304,3.1714 4.9088 3.1714c 3.2266,0.0000 5.4603,-1.7374 5.4603 -3.8608c 0.0000,-1.1858 -0.7722,-2.2338 -2.0132 -3.0887ZM 54.0143,210.4595 ZM 43.2315,205.9368 l 7.0598,0.0000 c 1.7098,0.0000 2.5371,-0.1655 2.5371 -0.9101c 0.0000,-0.7170 -0.2206,-1.2686 -0.7722 -1.9856l 0.4688,-0.4964 c 1.2134,1.0755 1.8201,2.1786 1.8201 3.4472c -0.0000,1.2686 -0.7722,2.0132 -2.7302 2.0132l -8.3835,-0.0000 l -0.0000,1.7925 c -0.0000,0.0827 -0.0276,0.1103 -0.1103 0.1103l -0.8549,-0.0000 c -0.0827,-0.0000 -0.1103,-0.0276 -0.1103 -0.0827c 0.0000,-1.8477 -1.0755,-2.2889 -3.1714 -2.2889l -0.5240,-0.0000 l -0.5515,-1.5995 l 4.2469,0.0000 l 0.0000,-3.0335 c 0.0000,-0.1379 0.0552,-0.2206 0.1655 -0.2206l 0.5515,0.0000 c 0.2482,0.0000 0.3585,0.3861 0.3585 0.6619l -0.0000,2.5923 ZM 54.0143,195.2367 ZM 54.3452,185.4467 c -0.0000,5.9292 -4.5779,8.7696 -9.0178 8.7696c -5.4328,-0.0000 -9.4591,-4.2194 -9.4591 -8.7972c 0.0000,-3.3920 1.1583,-4.4675 1.2410 -6.0395c 1.5168,-0.0827 2.8405,-0.3309 4.2745 -0.6067l 0.1103,0.8273 c -2.3717,0.7170 -4.6054,2.3165 -4.6054 6.1222c -0.0000,2.1786 2.3165,6.0946 7.9147 6.0946c 4.0263,0.0000 8.4111,-2.0683 8.4111 -6.3428c 0.0000,-2.5647 -0.9101,-4.4400 -3.0611 -6.3980l 0.4137,-0.6343 c 2.4544,1.8753 3.7781,4.3297 3.7781 7.0047ZM 54.0143,177.4769 ZM 34.7652,172.9817 l 9.3488,0.0000 c -1.8477,-1.8477 -2.2889,-3.4748 -2.2889 -4.5503c 0.0000,-1.9856 1.5168,-2.9784 4.3572 -2.9784l 5.8464,0.0000 c 0.7997,0.0000 1.2134,-0.2758 1.2134 -1.1858l 0.0000,-0.5240 c 0.0000,-0.1103 0.0827,-0.2206 0.2206 -0.2206l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,1.8753 -0.0552 2.9784c -0.0000,0.9652 0.0552,2.8405 0.0552 2.8405l -0.0552,0.0552 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0827 -0.2206 -0.2206l 0.0000,-0.5240 c 0.0000,-0.9376 -0.4137,-1.1858 -1.2134 -1.1858l -6.1498,-0.0000 c -2.2338,-0.0000 -2.7577,0.6067 -2.7577 2.1510c -0.0000,0.7997 0.7170,1.9856 2.0132 3.3093l 6.8944,0.0000 c 0.7997,0.0000 1.2134,-0.2758 1.2134 -1.1858l 0.0000,-0.5240 c 0.0000,-0.1103 0.0827,-0.2206 0.2206 -0.2206l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,1.8753 -0.0552 2.9508c -0.0000,0.9928 0.0552,2.8405 0.0552 2.8405l -0.0552,0.0552 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0552 -0.2206 -0.1930l 0.0000,-0.5240 c 0.0000,-0.9376 -0.4137,-1.1858 -1.2134 -1.1858l -13.8163,-0.0000 c -1.5719,-0.0000 -2.0132,0.2482 -2.0132 0.7997l 0.1103,0.9101 c -0.0000,0.0827 -0.0552,0.1379 -0.1379 0.1379l -0.6894,0.0552 c 0.0000,-0.4412 -0.1655,-1.4340 -0.2482 -1.9028c -0.1103,-0.4964 -0.2206,-0.9101 -0.4688 -1.4616l 0.0000,-0.6067 ZM 54.0143,163.1917 ZM 47.2578,155.1667 l 0.5515,2.1786 c 0.7446,2.4268 2.0132,2.7853 3.2541 2.7853c 0.8549,0.0000 2.1510,-0.4137 2.1510 -2.1510c 0.0000,-0.8273 -0.7997,-2.0959 -1.4065 -2.8129l -4.5503,-0.0000 ZM 47.2578,155.1667 ZM 54.3452,153.4017 c -0.0000,1.0479 -0.9376,1.6271 -1.5995 1.7374l 0.4412,0.6343 c 0.8825,1.2686 1.1583,1.7374 1.1583 3.0059c -0.0000,1.9304 -1.1031,3.3369 -3.1714 3.3369c -2.0959,-0.0000 -3.5299,-1.7925 -4.1918 -4.4124l -0.6343,-2.5371 c -3.1163,-0.0000 -3.6954,1.4340 -3.6954 2.3717c -0.0000,1.0479 0.4688,2.2614 1.3237 2.2614c 0.3034,0.0000 0.4688,-0.0552 0.5515 -0.0827c 0.1103,-0.0552 0.3034,-0.0827 0.4964 -0.0827c 0.3585,0.0000 0.9101,0.2758 0.9101 1.0755c -0.0000,0.6619 -0.4412,1.1031 -1.1031 1.1031c -1.5995,-0.0000 -3.0059,-2.5923 -3.0059 -4.3572c 0.0000,-2.0132 0.8273,-4.3297 4.7433 -4.3297l 4.0539,0.0000 c 1.6822,0.0000 2.3992,-0.0276 2.3992 -0.6619c 0.0000,-0.6067 -0.7722,-0.7722 -1.3789 -0.7997l 0.1379,-0.6894 c 2.0132,0.1655 2.5647,1.0204 2.5647 2.4268ZM 54.0143,150.7543 ZM 52.0287,148.2999 l -6.8668,-0.0000 c -1.3789,-0.0000 -1.6822,0.1930 -1.6822 0.6067c -0.0000,0.3585 0.0276,0.6894 0.1379 1.1583l -0.7722,0.1379 c -0.3034,-1.7374 -0.3861,-2.0407 -0.7997 -2.8681c -0.1379,-0.2758 -0.2206,-0.4964 -0.2206 -0.6894l 0.0000,-0.4137 l 2.4820,0.0827 l 0.0000,-0.0827 c -1.0755,-0.7170 -2.4820,-1.9304 -2.4820 -3.2266c 0.0000,-1.1307 0.5515,-1.5443 1.2686 -1.5443c 0.7170,0.0000 1.1583,0.4688 1.1583 1.1858c -0.0000,0.5515 -0.2206,0.8549 -0.4964 1.1307c -0.1655,0.1655 -0.2482,0.3585 -0.2482 0.5515c -0.0000,0.3034 0.4964,0.9101 1.4340 1.5719c 0.2482,0.1930 0.6067,0.3309 0.9652 0.3309l 6.1222,0.0000 c 0.7997,0.0000 1.2134,-0.2758 1.2134 -1.1858l 0.0000,-0.7997 c 0.0000,-0.1379 0.0827,-0.2482 0.2206 -0.2482l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,2.1786 -0.0552 3.2541c -0.0000,0.9928 0.0552,2.8681 0.0552 2.8681l -0.0552,0.0276 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0552 -0.2206 -0.1930l 0.0000,-0.5240 c 0.0000,-0.9376 -0.4137,-1.1858 -1.2134 -1.1858ZM 54.0143,141.1849 ZM 43.2315,136.6622 l 7.0598,0.0000 c 1.7098,0.0000 2.5371,-0.1655 2.5371 -0.9101c 0.0000,-0.7170 -0.2206,-1.2686 -0.7722 -1.9856l 0.4688,-0.4964 c 1.2134,1.0755 1.8201,2.1786 1.8201 3.4472c -0.0000,1.2686 -0.7722,2.0132 -2.7302 2.0132l -8.3835,-0.0000 l -0.0000,1.7925 c -0.0000,0.0827 -0.0276,0.1103 -0.1103 0.1103l -0.8549,-0.0000 c -0.0827,-0.0000 -0.1103,-0.0276 -0.1103 -0.0827c 0.0000,-1.8477 -1.0755,-2.2889 -3.1714 -2.2889l -0.5240,-0.0000 l -0.5515,-1.5995 l 4.2469,0.0000 l 0.0000,-3.0335 c 0.0000,-0.1379 0.0552,-0.2206 0.1655 -0.2206l 0.5515,0.0000 c 0.2482,0.0000 0.3585,0.3861 0.3585 0.6619l -0.0000,2.5923 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 57.8693,78.1762 l -28.6846,0.0000 l -0.0000,143.4228 l 28.6846,0.0000 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 285.0376,313.2932 ZM 288.0876,310.5617 c 0.0000,-0.8011 -0.3764,-1.2644 -0.9556 -1.2644c -0.5019,-0.0000 -0.8397,0.3475 -0.8397 1.1003c 0.0000,0.5019 0.1930,1.2934 0.9652 1.2934c 0.3378,-0.0000 0.8301,-0.1641 0.8301 -1.1293ZM 288.0876,310.5617 ZM 286.2827,313.3608 c -0.2992,0.2799 -0.3668,0.5791 -0.3668 0.9073c 0.0000,0.7239 0.8687,0.9363 1.1969 0.9363c 0.8301,-0.0000 1.8822,-0.2896 1.8822 -0.9845c 0.0000,-0.2510 -0.1351,-0.4150 -0.5116 -0.5984c -0.2703,-0.1351 -0.6660,-0.2413 -1.1293 -0.2413c -0.0772,-0.0000 -0.1834,0.0097 -0.3185 0.0193c -0.1351,0.0097 -0.2799,0.0097 -0.3861 0.0097c -0.1544,-0.0000 -0.2317,-0.0193 -0.3668 -0.0483ZM 286.2827,313.3608 ZM 289.2169,309.5482 c -0.1544,-0.0000 -0.2510,-0.0869 -0.2896 -0.1641c -0.0579,-0.0869 -0.0965,-0.1158 -0.1641 -0.1158c -0.1158,-0.0000 -0.2992,0.1351 -0.3668 0.2317c 0.2703,0.2896 0.3957,0.5695 0.3957 1.0231c 0.0000,0.9459 -0.7722,1.4575 -1.5829 1.4575c -0.3571,-0.0000 -0.6467,-0.0676 -0.8687 -0.2027c -0.1062,0.1641 -0.1641,0.3668 -0.1641 0.5598c 0.0000,0.4150 0.3185,0.5212 0.5888 0.5212c 0.0483,-0.0000 0.1641,-0.0097 0.2992 -0.0193c 0.2220,-0.0290 0.4633,-0.0483 0.6274 -0.0483c 0.3378,-0.0000 0.9749,0.0676 1.3609 0.3957c 0.2606,0.2413 0.4054,0.4730 0.4054 0.7818c 0.0000,1.0424 -1.3706,1.5926 -2.6157 1.5926c -0.7046,-0.0000 -1.4864,-0.2606 -1.4864 -1.1003c 0.0000,-0.4150 0.2606,-0.8590 0.7529 -1.1679c -0.2413,-0.1255 -0.4150,-0.3668 -0.4150 -0.7143c 0.0000,-0.3282 0.1448,-0.7432 0.4054 -0.9749c -0.2606,-0.2606 -0.4826,-0.5888 -0.4826 -1.1196c 0.0000,-0.8880 0.7818,-1.4575 1.6023 -1.4575c 0.5405,-0.0000 0.8783,0.2220 0.9845 0.2992c 0.2413,-0.3282 0.6756,-0.4923 0.9170 -0.4923c 0.2510,-0.0000 0.4247,0.1641 0.4247 0.3668c 0.0000,0.2123 -0.1351,0.3475 -0.3282 0.3475ZM 289.4293,313.2932 ZM 290.2883,312.5983 v -2.4034 c 0.0000,-0.4826 -0.0676,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6081,-0.1062 0.7143,-0.1351 1.0038 -0.2799c 0.0965,-0.0483 0.1737,-0.0772 0.2413 -0.0772h 0.1448 l -0.0290,0.8687 h 0.0290 c 0.2510,-0.3764 0.6756,-0.8687 1.1293 -0.8687c 0.3957,-0.0000 0.5405,0.1930 0.5405 0.4440c 0.0000,0.2510 -0.1641,0.4054 -0.4150 0.4054c -0.1930,-0.0000 -0.2992,-0.0772 -0.3957 -0.1737c -0.0579,-0.0579 -0.1255,-0.0869 -0.1930 -0.0869c -0.1062,-0.0000 -0.3185,0.1737 -0.5502 0.5019c -0.0676,0.0869 -0.1158,0.2123 -0.1158 0.3378v 2.1428 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.2799 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7625,-0.0193 -1.1389 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 292.7786,313.2932 ZM 293.8789,310.6196 h 1.7760 c 0.0965,-0.0000 0.1351,-0.0483 0.1351 -0.1351c 0.0000,-0.8976 -0.4536,-1.1293 -0.8011 -1.1293c -0.2220,-0.0000 -0.9459,0.0869 -1.1100 1.2644ZM 293.8789,310.6196 ZM 296.4271,312.3956 l 0.1930,0.1544 c -0.3668,0.5019 -0.9363,0.8590 -1.6312 0.8590c -1.3223,-0.0000 -1.8822,-0.9845 -1.8822 -2.0366c 0.0000,-1.4671 0.9652,-2.3455 1.8822 -2.3455c 1.2741,-0.0000 1.5733,0.9942 1.5733 1.8049c 0.0000,0.1062 -0.0676,0.1641 -0.1737 0.1641h -2.5385 c -0.0097,0.0579 -0.0097,0.1158 -0.0097 0.1930c 0.0000,0.9845 0.6853,1.7470 1.3803 1.7470c 0.5309,-0.0000 0.8687,-0.1737 1.2065 -0.5405ZM 296.9097,313.2932 ZM 298.9173,309.3359 c 0.0000,0.0483 -0.0579,0.0772 -0.1062 0.0772c -0.2896,-0.0000 -0.4150,0.0579 -0.4150 0.2123c 0.0000,0.0579 0.0193,0.1351 0.0579 0.2220l 1.0617,2.4902 l 1.0714,-2.4516 c 0.0483,-0.0869 0.0676,-0.1641 0.0676 -0.2220c 0.0000,-0.2027 -0.1930,-0.2510 -0.4054 -0.2510h -0.0386 c -0.0483,-0.0000 -0.0965,-0.0386 -0.0965 -0.0676v -0.1834 l 0.0193,-0.0290 c 0.0000,-0.0000 0.5695,0.0193 0.9073 0.0193c 0.2703,-0.0000 0.6660,-0.0193 0.6660 -0.0193l 0.0290,0.0193 v 0.1834 c 0.0000,0.0483 -0.0386,0.0772 -0.1062 0.0772c -0.3668,-0.0000 -0.5502,0.3764 -0.6853 0.6563c -0.5116,1.0810 -0.9363,2.0752 -1.7084 3.9381c -0.2896,0.6950 -0.6370,1.5057 -1.3223 1.5057c -0.1834,-0.0000 -0.5598,-0.1062 -0.5598 -0.4536c 0.0000,-0.2896 0.2123,-0.3764 0.3668 -0.3764c 0.1448,-0.0000 0.2413,0.0579 0.2992 0.1351c 0.0965,0.0965 0.1641,0.1641 0.2606 0.1641c 0.1448,-0.0000 0.4826,-0.8301 0.7239 -1.4189c 0.0579,-0.1158 0.0772,-0.2123 0.0772 -0.2992c 0.0000,-0.0965 -0.0869,-0.3571 -0.1641 -0.5502l -1.2162,-2.8281 c -0.1544,-0.3668 -0.2606,-0.4730 -0.5888 -0.4730c -0.0579,-0.0000 -0.0965,-0.0290 -0.0965 -0.0676v -0.1930 l 0.0193,-0.0193 c 0.0000,-0.0000 0.4247,0.0193 0.7143 0.0193c 0.4536,-0.0000 1.1486,-0.0193 1.1486 -0.0193l 0.0193,0.0290 v 0.1737 ZM 304.2356,313.2932 ZM 306.1853,309.3359 c 0.0000,0.0483 -0.0386,0.0772 -0.0869 0.0772h -0.1448 c -0.2123,-0.0000 -0.2799,0.0579 -0.2799 0.1544c 0.0000,0.0676 0.0386,0.1544 0.0869 0.2896l 1.0135,2.5482 l 0.8397,-2.0945 l -0.1737,-0.4343 c -0.1255,-0.3282 -0.3282,-0.4633 -0.6177 -0.4633c -0.0483,-0.0000 -0.0965,-0.0193 -0.0965 -0.0676v -0.1930 l 0.0193,-0.0193 c 0.0000,-0.0000 0.5405,0.0193 0.8783 0.0193l 0.9652,-0.0193 l 0.0290,0.0193 v 0.1834 c 0.0000,0.0483 -0.0483,0.0772 -0.0965 0.0772h -0.1737 c -0.1930,-0.0000 -0.2799,0.0386 -0.2799 0.1351c 0.0000,0.0772 0.0386,0.1737 0.0965 0.3089l 1.0038,2.5482 l 1.0038,-2.4999 c 0.0290,-0.0579 0.0483,-0.1351 0.0483 -0.2123c 0.0000,-0.1641 -0.1062,-0.2799 -0.4343 -0.2799h -0.1448 c -0.0483,-0.0000 -0.0869,-0.0386 -0.0869 -0.0676v -0.1930 l 0.0290,-0.0193 c 0.0000,-0.0000 0.6370,0.0193 0.9942 0.0193c 0.3282,-0.0000 0.7143,-0.0193 0.7143 -0.0193l 0.0097,0.0193 v 0.1834 c 0.0000,0.0579 -0.0579,0.0772 -0.1158 0.0772c -0.2413,-0.0000 -0.4923,0.1062 -0.6660 0.5309l -1.3127,3.2624 c -0.0579,0.1448 -0.1351,0.2027 -0.2220 0.2027c -0.0965,-0.0000 -0.1737,-0.0579 -0.2317 -0.1930l -0.9652,-2.4130 l -0.9652,2.3937 c -0.0676,0.1544 -0.1448,0.2123 -0.2317 0.2123c -0.0965,-0.0000 -0.1737,-0.0579 -0.2317 -0.1930l -1.3223,-3.3396 c -0.1448,-0.3764 -0.3185,-0.4633 -0.6081 -0.4633c -0.0483,-0.0000 -0.1158,-0.0193 -0.1158 -0.0676v -0.1930 l 0.0193,-0.0193 c 0.0000,-0.0000 0.4536,0.0193 0.8783 0.0193c 0.4440,-0.0000 0.9556,-0.0193 0.9556 -0.0193l 0.0193,0.0290 v 0.1737 ZM 311.4168,313.2932 ZM 312.1697,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 312.1697,307.7819 ZM 313.0866,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 313.9649,313.2932 ZM 317.1888,312.4342 v -2.4999 c -0.2317,-0.3668 -0.4923,-0.5695 -0.9459 -0.5695c -0.1930,-0.0000 -0.5888,0.0290 -0.8976 0.4826c -0.1351,0.2027 -0.2992,0.6177 -0.2992 1.3127c 0.0000,1.2644 0.6563,1.8436 1.1776 1.8436c 0.3185,-0.0000 0.5791,-0.1930 0.9652 -0.5695ZM 317.1888,312.4342 ZM 317.9127,306.5560 v 5.5789 c 0.0000,0.2896 0.0193,0.4440 0.0386 0.5116c 0.0290,0.0869 0.1351,0.1448 0.2123 0.1448c 0.1158,-0.0000 0.3282,-0.0000 0.4730 -0.0290l 0.0386,0.2703 c -0.5598,0.0965 -1.0617,0.2027 -1.2644 0.3764h -0.2317 l 0.0290,-0.6660 c -0.3668,0.3764 -0.7432,0.6660 -1.2355 0.6660c -1.0424,-0.0000 -1.6795,-0.8880 -1.6795 -2.0752c 0.0000,-0.7143 0.1930,-1.3127 0.6081 -1.7277c 0.3861,-0.3668 0.8108,-0.5791 1.4478 -0.5791c 0.1930,-0.0000 0.6177,0.0869 0.8397 0.2123v -1.4768 c 0.0000,-0.5502 -0.0869,-0.7046 -0.2799 -0.7046l -0.3185,0.0386 c -0.0193,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1834,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 ZM 318.7331,313.2932 ZM 319.8334,310.6196 h 1.7760 c 0.0965,-0.0000 0.1351,-0.0483 0.1351 -0.1351c 0.0000,-0.8976 -0.4536,-1.1293 -0.8011 -1.1293c -0.2220,-0.0000 -0.9459,0.0869 -1.1100 1.2644ZM 319.8334,310.6196 ZM 322.3816,312.3956 l 0.1930,0.1544 c -0.3668,0.5019 -0.9363,0.8590 -1.6312 0.8590c -1.3223,-0.0000 -1.8822,-0.9845 -1.8822 -2.0366c 0.0000,-1.4671 0.9652,-2.3455 1.8822 -2.3455c 1.2741,-0.0000 1.5733,0.9942 1.5733 1.8049c 0.0000,0.1062 -0.0676,0.1641 -0.1737 0.1641h -2.5385 c -0.0097,0.0579 -0.0097,0.1158 -0.0097 0.1930c 0.0000,0.9845 0.6853,1.7470 1.3803 1.7470c 0.5309,-0.0000 0.8687,-0.1737 1.2065 -0.5405ZM 322.8642,313.2932 ZM 323.7232,312.5983 v -2.4034 c 0.0000,-0.4826 -0.0676,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6081,-0.1062 0.7143,-0.1351 1.0038 -0.2799c 0.0965,-0.0483 0.1737,-0.0772 0.2413 -0.0772h 0.1448 l -0.0290,0.8687 h 0.0290 c 0.2510,-0.3764 0.6756,-0.8687 1.1293 -0.8687c 0.3957,-0.0000 0.5405,0.1930 0.5405 0.4440c 0.0000,0.2510 -0.1641,0.4054 -0.4150 0.4054c -0.1930,-0.0000 -0.2992,-0.0772 -0.3957 -0.1737c -0.0579,-0.0579 -0.1255,-0.0869 -0.1930 -0.0869c -0.1062,-0.0000 -0.3185,0.1737 -0.5502 0.5019c -0.0676,0.0869 -0.1158,0.2123 -0.1158 0.3378v 2.1428 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.2799 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7625,-0.0193 -1.1389 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 328.6265,313.2932 ZM 331.8503,312.4342 v -2.4999 c -0.2317,-0.3668 -0.4923,-0.5695 -0.9459 -0.5695c -0.1930,-0.0000 -0.5888,0.0290 -0.8976 0.4826c -0.1351,0.2027 -0.2992,0.6177 -0.2992 1.3127c 0.0000,1.2644 0.6563,1.8436 1.1776 1.8436c 0.3185,-0.0000 0.5791,-0.1930 0.9652 -0.5695ZM 331.8503,312.4342 ZM 332.5742,306.5560 v 5.5789 c 0.0000,0.2896 0.0193,0.4440 0.0386 0.5116c 0.0290,0.0869 0.1351,0.1448 0.2123 0.1448c 0.1158,-0.0000 0.3282,-0.0000 0.4730 -0.0290l 0.0386,0.2703 c -0.5598,0.0965 -1.0617,0.2027 -1.2644 0.3764h -0.2317 l 0.0290,-0.6660 c -0.3668,0.3764 -0.7432,0.6660 -1.2355 0.6660c -1.0424,-0.0000 -1.6795,-0.8880 -1.6795 -2.0752c 0.0000,-0.7143 0.1930,-1.3127 0.6081 -1.7277c 0.3861,-0.3668 0.8108,-0.5791 1.4478 -0.5791c 0.1930,-0.0000 0.6177,0.0869 0.8397 0.2123v -1.4768 c 0.0000,-0.5502 -0.0869,-0.7046 -0.2799 -0.7046l -0.3185,0.0386 c -0.0193,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1834,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 ZM 333.3946,313.2932 ZM 334.1475,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 334.1475,307.7819 ZM 335.0645,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 335.9428,313.2932 ZM 336.3578,311.9419 l 0.2606,-0.0097 c 0.0290,0.2413 0.1351,0.7046 0.3475 0.9266c 0.0965,0.1062 0.3571,0.2799 0.7143 0.2799c 0.3378,-0.0000 0.8397,-0.2703 0.8397 -0.7432c 0.0000,-0.4150 -0.2317,-0.6950 -0.9942 -1.0231c -0.7046,-0.3089 -1.0714,-0.5116 -1.0714 -1.2355c 0.0000,-0.6467 0.5695,-1.1100 1.3320 -1.1100c 0.4826,-0.0000 0.8397,0.0869 1.1389 0.2413c 0.0579,0.3089 0.0869,0.6370 0.1062 0.9845l -0.2606,0.0097 c -0.2027,-0.7915 -0.7818,-0.9459 -0.9845 -0.9459c -0.3668,-0.0000 -0.7432,0.1448 -0.7432 0.6756c 0.0000,0.3861 0.1834,0.5791 0.7143 0.7722c 0.7818,0.2896 1.4092,0.6370 1.4092 1.4092c 0.0000,0.9556 -1.0135,1.2355 -1.4671 1.2355c -0.3378,-0.0000 -0.6177,-0.0386 -0.8687 -0.1062c -0.0676,-0.0097 -0.1158,-0.0193 -0.1834 -0.0193c -0.0483,-0.0000 -0.1255,0.0097 -0.2220 0.0290c 0.0000,-0.4054 -0.0290,-0.8976 -0.0676 -1.3706ZM 339.5237,313.2932 ZM 341.1067,309.5192 v 2.4709 c 0.0000,0.5984 0.0579,0.8880 0.3185 0.8880c 0.2510,-0.0000 0.4440,-0.0772 0.6950 -0.2703l 0.1737,0.1641 c -0.3764,0.4247 -0.7625,0.6370 -1.2065 0.6370c -0.4440,-0.0000 -0.7046,-0.2703 -0.7046 -0.9556v -2.9342 h -0.6274 c -0.0290,-0.0000 -0.0386,-0.0097 -0.0386 -0.0386v -0.2992 c 0.0000,-0.0290 0.0097,-0.0386 0.0290 -0.0386c 0.6467,-0.0000 0.8011,-0.3764 0.8011 -1.1100v -0.1834 l 0.5598,-0.1930 v 1.4864 h 1.0617 c 0.0483,-0.0000 0.0772,0.0193 0.0772 0.0579v 0.1930 c 0.0000,0.0869 -0.1351,0.1255 -0.2317 0.1255h -0.9073 ZM 342.4387,313.2932 ZM 343.2977,312.5983 v -2.4034 c 0.0000,-0.4826 -0.0676,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6081,-0.1062 0.7143,-0.1351 1.0038 -0.2799c 0.0965,-0.0483 0.1737,-0.0772 0.2413 -0.0772h 0.1448 l -0.0290,0.8687 h 0.0290 c 0.2510,-0.3764 0.6756,-0.8687 1.1293 -0.8687c 0.3957,-0.0000 0.5405,0.1930 0.5405 0.4440c 0.0000,0.2510 -0.1641,0.4054 -0.4150 0.4054c -0.1930,-0.0000 -0.2992,-0.0772 -0.3957 -0.1737c -0.0579,-0.0579 -0.1255,-0.0869 -0.1930 -0.0869c -0.1062,-0.0000 -0.3185,0.1737 -0.5502 0.5019c -0.0676,0.0869 -0.1158,0.2123 -0.1158 0.3378v 2.1428 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.2799 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7625,-0.0193 -1.1389 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 345.7880,313.2932 ZM 346.5408,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 346.5408,307.7819 ZM 347.4578,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 348.3361,313.2932 ZM 349.7743,312.7624 c 0.1930,0.2317 0.3957,0.3089 0.6950 0.3089c 0.9170,-0.0000 1.3803,-0.8494 1.3803 -1.9497c 0.0000,-0.9845 -0.5019,-1.6891 -1.0907 -1.6891c -0.1062,-0.0000 -0.6081,0.0193 -0.9845 0.4150v 2.9149 ZM 349.7743,312.7624 ZM 349.0504,307.7626 c 0.0000,-0.5502 -0.0965,-0.7046 -0.2896 -0.7046l -0.3089,0.0386 c -0.0290,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1737,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 v 2.9922 c 0.3282,-0.3571 0.7143,-0.5309 1.1776 -0.5309c 0.8397,-0.0000 1.6409,0.8011 1.6409 1.9787c 0.0000,1.5347 -1.0810,2.4034 -2.0656 2.4034c -0.4150,-0.0000 -0.7239,-0.1158 -1.0038 -0.3571c -0.0869,0.1158 -0.2123,0.2606 -0.2992 0.3571l -0.2027,-0.0483 c 0.0290,-0.2317 0.0290,-0.3861 0.0290 -0.7625v -4.8261 ZM 352.4286,313.2932 ZM 356.5694,312.1736 c 0.0000,0.4826 0.0483,0.6370 0.2413 0.6370c 0.1158,-0.0000 0.3282,-0.0193 0.4923 -0.0483l 0.0386,0.2703 c -0.5888,0.1062 -1.0617,0.2027 -1.2837 0.3764h -0.2123 l 0.0290,-0.7143 h -0.0290 c -0.5309,0.5791 -0.9652,0.7143 -1.3609 0.7143c -0.9556,-0.0000 -1.2065,-0.6467 -1.2065 -1.3127v -2.2007 c 0.0000,-0.3185 -0.0676,-0.4826 -0.4247 -0.4826c -0.0386,-0.0000 -0.1062,0.0097 -0.1641 0.0097l -0.0290,-0.0097 v -0.2510 l 0.0290,-0.0290 c 0.0000,-0.0000 0.6563,0.0193 0.9652 0.0193c 0.1351,-0.0000 0.3571,-0.0193 0.3571 -0.0193l -0.0097,0.7722 v 2.0559 c 0.0000,0.8590 0.4440,1.0135 0.7336 1.0135c 0.2220,-0.0000 0.4247,-0.0869 0.6274 -0.2317c 0.2317,-0.1737 0.3861,-0.3089 0.4826 -0.4343v -2.3841 c 0.0000,-0.3475 -0.0483,-0.5116 -0.4054 -0.5116c -0.0579,-0.0000 -0.1641,0.0097 -0.1930 0.0097l -0.0193,-0.0193 v -0.2413 l 0.0193,-0.0290 c 0.0000,-0.0000 0.6853,0.0193 0.9556 0.0193c 0.2220,-0.0000 0.3764,-0.0193 0.3764 -0.0193l -0.0097,0.7625 v 2.2779 ZM 357.4187,313.2932 ZM 359.0017,309.5192 v 2.4709 c 0.0000,0.5984 0.0579,0.8880 0.3185 0.8880c 0.2510,-0.0000 0.4440,-0.0772 0.6950 -0.2703l 0.1737,0.1641 c -0.3764,0.4247 -0.7625,0.6370 -1.2065 0.6370c -0.4440,-0.0000 -0.7046,-0.2703 -0.7046 -0.9556v -2.9342 h -0.6274 c -0.0290,-0.0000 -0.0386,-0.0097 -0.0386 -0.0386v -0.2992 c 0.0000,-0.0290 0.0097,-0.0386 0.0290 -0.0386c 0.6467,-0.0000 0.8011,-0.3764 0.8011 -1.1100v -0.1834 l 0.5598,-0.1930 v 1.4864 h 1.0617 c 0.0483,-0.0000 0.0772,0.0193 0.0772 0.0579v 0.1930 c 0.0000,0.0869 -0.1351,0.1255 -0.2317 0.1255h -0.9073 ZM 360.3337,313.2932 ZM 361.0866,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 361.0866,307.7819 ZM 362.0035,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 362.8818,313.2932 ZM 363.2100,311.3145 c 0.0000,-1.3223 0.7143,-2.2876 1.9980 -2.2876c 1.4285,-0.0000 1.9787,1.1969 1.9787 2.2007c 0.0000,0.9652 -0.6274,2.1814 -1.9980 2.1814c -1.2934,-0.0000 -1.9787,-1.1100 -1.9787 -2.0945ZM 363.2100,311.3145 ZM 365.1018,309.3455 c -0.7722,-0.0000 -1.1293,0.9073 -1.1293 1.7470c 0.0000,0.7432 0.4247,1.9787 1.3803 1.9787c 0.4343,-0.0000 1.0714,-0.2606 1.0714 -1.5347c 0.0000,-1.4189 -0.5309,-2.1910 -1.3223 -2.1910ZM 367.5052,313.2932 ZM 371.0186,312.5983 v -2.1138 c 0.0000,-0.6756 -0.1158,-0.9942 -0.6274 -0.9942c -0.4247,-0.0000 -0.7915,0.1641 -1.2837 0.7432v 2.3648 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.1351 c 0.0483,-0.0000 0.0772,0.0290 0.0772 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6081,-0.0193 -0.9845 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5212 -0.0772,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.4054,-0.0676 0.6950,-0.1158 0.9942 -0.2799c 0.1062,-0.0483 0.1834,-0.0772 0.2510 -0.0772h 0.1448 l -0.0290,0.8590 h 0.0290 c 0.6177,-0.7239 1.0810,-0.8590 1.5733 -0.8590c 0.8687,-0.0000 1.0521,0.6660 1.0521 1.5250v 2.0462 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9459,0.0193 -0.9459 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1351 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="26.076868814405135px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,43.5270,221.5990)" stroke="none" text-anchor="start">Rect Chart
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 491.8184,331.1720 l -0.0000,-28.6846 h -329.8724 l -0.0000,28.6846 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="26.076868814405135px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,326.8822,316.8297)" stroke="none" text-anchor="middle">grey wider distribution
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 281.7117,314.5404 l -0.0000,-8.3146 h -8.3146 l -0.0000,8.3146 Z"/>
+    <path d="M 158.6029,318.4010 l -0.0000,-8.3580 h -8.3580 l -0.0000,8.3580 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 285.0376,296.6640 ZM 286.4757,296.1331 c 0.1930,0.2317 0.3957,0.3089 0.6950 0.3089c 0.9170,-0.0000 1.3803,-0.8494 1.3803 -1.9497c 0.0000,-0.9845 -0.5019,-1.6891 -1.0907 -1.6891c -0.1062,-0.0000 -0.6081,0.0193 -0.9845 0.4150v 2.9149 ZM 286.4757,296.1331 ZM 285.7518,291.1334 c 0.0000,-0.5502 -0.0965,-0.7046 -0.2896 -0.7046l -0.3089,0.0386 c -0.0290,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1737,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 v 2.9922 c 0.3282,-0.3571 0.7143,-0.5309 1.1776 -0.5309c 0.8397,-0.0000 1.6409,0.8011 1.6409 1.9787c 0.0000,1.5347 -1.0810,2.4034 -2.0656 2.4034c -0.4150,-0.0000 -0.7239,-0.1158 -1.0038 -0.3571c -0.0869,0.1158 -0.2123,0.2606 -0.2992 0.3571l -0.2027,-0.0483 c 0.0290,-0.2317 0.0290,-0.3861 0.0290 -0.7625v -4.8261 ZM 289.5837,296.6640 ZM 290.5007,295.9691 v -4.8357 c 0.0000,-0.5502 -0.0965,-0.7046 -0.2896 -0.7046l -0.3089,0.0386 c -0.0290,-0.0000 -0.0579,-0.0193 -0.0579 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5116,-0.0579 0.6756 -0.0869c 0.1737,-0.0386 0.3089,-0.0772 0.5019 -0.1641h 0.2123 v 6.0422 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.2317 c 0.0386,-0.0000 0.0772,0.0290 0.0772 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7046,-0.0193 -1.0810 -0.0193c -0.3378,-0.0000 -1.0424,0.0193 -1.0424 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.2317 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 292.0933,296.6640 ZM 296.2340,295.5444 c 0.0000,0.4826 0.0483,0.6370 0.2413 0.6370c 0.1158,-0.0000 0.3282,-0.0193 0.4923 -0.0483l 0.0386,0.2703 c -0.5888,0.1062 -1.0617,0.2027 -1.2837 0.3764h -0.2123 l 0.0290,-0.7143 h -0.0290 c -0.5309,0.5791 -0.9652,0.7143 -1.3609 0.7143c -0.9556,-0.0000 -1.2065,-0.6467 -1.2065 -1.3127v -2.2007 c 0.0000,-0.3185 -0.0676,-0.4826 -0.4247 -0.4826c -0.0386,-0.0000 -0.1062,0.0097 -0.1641 0.0097l -0.0290,-0.0097 v -0.2510 l 0.0290,-0.0290 c 0.0000,-0.0000 0.6563,0.0193 0.9652 0.0193c 0.1351,-0.0000 0.3571,-0.0193 0.3571 -0.0193l -0.0097,0.7722 v 2.0559 c 0.0000,0.8590 0.4440,1.0135 0.7336 1.0135c 0.2220,-0.0000 0.4247,-0.0869 0.6274 -0.2317c 0.2317,-0.1737 0.3861,-0.3089 0.4826 -0.4343v -2.3841 c 0.0000,-0.3475 -0.0483,-0.5116 -0.4054 -0.5116c -0.0579,-0.0000 -0.1641,0.0097 -0.1930 0.0097l -0.0193,-0.0193 v -0.2413 l 0.0193,-0.0290 c 0.0000,-0.0000 0.6853,0.0193 0.9556 0.0193c 0.2220,-0.0000 0.3764,-0.0193 0.3764 -0.0193l -0.0097,0.7625 v 2.2779 ZM 297.0834,296.6640 ZM 298.1837,293.9904 h 1.7760 c 0.0965,-0.0000 0.1351,-0.0483 0.1351 -0.1351c 0.0000,-0.8976 -0.4536,-1.1293 -0.8011 -1.1293c -0.2220,-0.0000 -0.9459,0.0869 -1.1100 1.2644ZM 298.1837,293.9904 ZM 300.7319,295.7664 l 0.1930,0.1544 c -0.3668,0.5019 -0.9363,0.8590 -1.6312 0.8590c -1.3223,-0.0000 -1.8822,-0.9845 -1.8822 -2.0366c 0.0000,-1.4671 0.9652,-2.3455 1.8822 -2.3455c 1.2741,-0.0000 1.5733,0.9942 1.5733 1.8049c 0.0000,0.1062 -0.0676,0.1641 -0.1737 0.1641h -2.5385 c -0.0097,0.0579 -0.0097,0.1158 -0.0097 0.1930c 0.0000,0.9845 0.6853,1.7470 1.3803 1.7470c 0.5309,-0.0000 0.8687,-0.1737 1.2065 -0.5405ZM 303.6275,296.6640 ZM 306.6776,293.9325 c 0.0000,-0.8011 -0.3764,-1.2644 -0.9556 -1.2644c -0.5019,-0.0000 -0.8397,0.3475 -0.8397 1.1003c 0.0000,0.5019 0.1930,1.2934 0.9652 1.2934c 0.3378,-0.0000 0.8301,-0.1641 0.8301 -1.1293ZM 306.6776,293.9325 ZM 304.8727,296.7316 c -0.2992,0.2799 -0.3668,0.5791 -0.3668 0.9073c 0.0000,0.7239 0.8687,0.9363 1.1969 0.9363c 0.8301,-0.0000 1.8822,-0.2896 1.8822 -0.9845c 0.0000,-0.2510 -0.1351,-0.4150 -0.5116 -0.5984c -0.2703,-0.1351 -0.6660,-0.2413 -1.1293 -0.2413c -0.0772,-0.0000 -0.1834,0.0097 -0.3185 0.0193c -0.1351,0.0097 -0.2799,0.0097 -0.3861 0.0097c -0.1544,-0.0000 -0.2317,-0.0193 -0.3668 -0.0483ZM 304.8727,296.7316 ZM 307.8069,292.9190 c -0.1544,-0.0000 -0.2510,-0.0869 -0.2896 -0.1641c -0.0579,-0.0869 -0.0965,-0.1158 -0.1641 -0.1158c -0.1158,-0.0000 -0.2992,0.1351 -0.3668 0.2317c 0.2703,0.2896 0.3957,0.5695 0.3957 1.0231c 0.0000,0.9459 -0.7722,1.4575 -1.5829 1.4575c -0.3571,-0.0000 -0.6467,-0.0676 -0.8687 -0.2027c -0.1062,0.1641 -0.1641,0.3668 -0.1641 0.5598c 0.0000,0.4150 0.3185,0.5212 0.5888 0.5212c 0.0483,-0.0000 0.1641,-0.0097 0.2992 -0.0193c 0.2220,-0.0290 0.4633,-0.0483 0.6274 -0.0483c 0.3378,-0.0000 0.9749,0.0676 1.3609 0.3957c 0.2606,0.2413 0.4054,0.4730 0.4054 0.7818c 0.0000,1.0424 -1.3706,1.5926 -2.6157 1.5926c -0.7046,-0.0000 -1.4864,-0.2606 -1.4864 -1.1003c 0.0000,-0.4150 0.2606,-0.8590 0.7529 -1.1679c -0.2413,-0.1255 -0.4150,-0.3668 -0.4150 -0.7143c 0.0000,-0.3282 0.1448,-0.7432 0.4054 -0.9749c -0.2606,-0.2606 -0.4826,-0.5888 -0.4826 -1.1196c 0.0000,-0.8880 0.7818,-1.4575 1.6023 -1.4575c 0.5405,-0.0000 0.8783,0.2220 0.9845 0.2992c 0.2413,-0.3282 0.6756,-0.4923 0.9170 -0.4923c 0.2510,-0.0000 0.4247,0.1641 0.4247 0.3668c 0.0000,0.2123 -0.1351,0.3475 -0.3282 0.3475ZM 308.2992,296.6640 ZM 311.1079,294.2992 l -0.7625,0.1930 c -0.8494,0.2606 -0.9749,0.7046 -0.9749 1.1389c 0.0000,0.2992 0.1448,0.7529 0.7529 0.7529c 0.2896,-0.0000 0.7336,-0.2799 0.9845 -0.4923v -1.5926 ZM 311.1079,294.2992 ZM 311.7257,296.7798 c -0.3668,-0.0000 -0.5695,-0.3282 -0.6081 -0.5598l -0.2220,0.1544 c -0.4440,0.3089 -0.6081,0.4054 -1.0521 0.4054c -0.6756,-0.0000 -1.1679,-0.3861 -1.1679 -1.1100c 0.0000,-0.7336 0.6274,-1.2355 1.5443 -1.4671l 0.8880,-0.2220 c 0.0000,-1.0907 -0.5019,-1.2934 -0.8301 -1.2934c -0.3668,-0.0000 -0.7915,0.1641 -0.7915 0.4633c 0.0000,0.1062 0.0193,0.1641 0.0290 0.1930c 0.0193,0.0386 0.0290,0.1062 0.0290 0.1737c 0.0000,0.1255 -0.0965,0.3185 -0.3764 0.3185c -0.2317,-0.0000 -0.3861,-0.1544 -0.3861 -0.3861c 0.0000,-0.5598 0.9073,-1.0521 1.5250 -1.0521c 0.7046,-0.0000 1.5154,0.2896 1.5154 1.6602v 1.4189 c 0.0000,0.5888 0.0097,0.8397 0.2317 0.8397c 0.2123,-0.0000 0.2703,-0.2703 0.2799 -0.4826l 0.2413,0.0483 c -0.0579,0.7046 -0.3571,0.8976 -0.8494 0.8976ZM 312.6523,296.6640 ZM 316.7930,295.5444 c 0.0000,0.4826 0.0483,0.6370 0.2413 0.6370c 0.1158,-0.0000 0.3282,-0.0193 0.4923 -0.0483l 0.0386,0.2703 c -0.5888,0.1062 -1.0617,0.2027 -1.2837 0.3764h -0.2123 l 0.0290,-0.7143 h -0.0290 c -0.5309,0.5791 -0.9652,0.7143 -1.3609 0.7143c -0.9556,-0.0000 -1.2065,-0.6467 -1.2065 -1.3127v -2.2007 c 0.0000,-0.3185 -0.0676,-0.4826 -0.4247 -0.4826c -0.0386,-0.0000 -0.1062,0.0097 -0.1641 0.0097l -0.0290,-0.0097 v -0.2510 l 0.0290,-0.0290 c 0.0000,-0.0000 0.6563,0.0193 0.9652 0.0193c 0.1351,-0.0000 0.3571,-0.0193 0.3571 -0.0193l -0.0097,0.7722 v 2.0559 c 0.0000,0.8590 0.4440,1.0135 0.7336 1.0135c 0.2220,-0.0000 0.4247,-0.0869 0.6274 -0.2317c 0.2317,-0.1737 0.3861,-0.3089 0.4826 -0.4343v -2.3841 c 0.0000,-0.3475 -0.0483,-0.5116 -0.4054 -0.5116c -0.0579,-0.0000 -0.1641,0.0097 -0.1930 0.0097l -0.0193,-0.0193 v -0.2413 l 0.0193,-0.0290 c 0.0000,-0.0000 0.6853,0.0193 0.9556 0.0193c 0.2220,-0.0000 0.3764,-0.0193 0.3764 -0.0193l -0.0097,0.7625 v 2.2779 ZM 317.6424,296.6640 ZM 321.2040,295.3127 l 0.2606,-0.0097 c 0.0290,0.2413 0.1448,0.6950 0.3475 0.9266c 0.0965,0.1062 0.2606,0.2799 0.6177 0.2799c 0.3185,-0.0000 0.7529,-0.2992 0.7529 -0.7432c 0.0000,-0.4150 -0.1930,-0.6853 -0.9556 -1.0135c -0.7046,-0.3089 -1.0231,-0.5212 -1.0231 -1.2451c 0.0000,-0.6081 0.5309,-1.1100 1.2837 -1.1100c 0.4826,-0.0000 0.7915,0.0869 1.1003 0.2413c 0.0579,0.3089 0.0869,0.6370 0.0965 0.9845l -0.2510,0.0097 c -0.2027,-0.7915 -0.7336,-0.9459 -0.9363 -0.9459c -0.3668,-0.0000 -0.6950,0.2027 -0.6950 0.6756c 0.0000,0.3861 0.1351,0.5695 0.6563 0.7625c 0.7818,0.2896 1.3706,0.6467 1.3706 1.4189c 0.0000,0.9170 -0.9459,1.2355 -1.3706 1.2355c -0.3378,-0.0000 -0.5309,-0.0386 -0.7818 -0.1062c -0.0579,-0.0097 -0.1158,-0.0193 -0.1834 -0.0193c -0.0483,-0.0000 -0.1255,0.0097 -0.2220 0.0290c 0.0000,-0.4054 -0.0290,-0.8976 -0.0676 -1.3706ZM 321.2040,295.3127 ZM 318.1057,295.3127 l 0.2606,-0.0097 c 0.0290,0.2413 0.1255,0.7046 0.3475 0.9266c 0.0965,0.1062 0.3089,0.2799 0.6660 0.2799c 0.3378,-0.0000 0.7432,-0.2896 0.7432 -0.7432c 0.0000,-0.4150 -0.1351,-0.6853 -0.8976 -1.0135c -0.7046,-0.3089 -1.0231,-0.5212 -1.0231 -1.2451c 0.0000,-0.6081 0.5695,-1.1100 1.2837 -1.1100c 0.4826,-0.0000 0.7432,0.0869 1.0424 0.2413c 0.0579,0.3089 0.0965,0.6370 0.1062 0.9845l -0.2606,0.0097 c -0.1930,-0.7915 -0.6853,-0.9459 -0.8880 -0.9459c -0.3668,-0.0000 -0.6950,0.1544 -0.6950 0.6756c 0.0000,0.3861 0.1351,0.5695 0.6660 0.7625c 0.7818,0.2896 1.3223,0.6467 1.3223 1.4189c 0.0000,0.9170 -0.9266,1.2355 -1.3803 1.2355c -0.3378,-0.0000 -0.5695,-0.0386 -0.8204 -0.1062c -0.0676,-0.0097 -0.1158,-0.0193 -0.1834 -0.0193c -0.0483,-0.0000 -0.1351,0.0097 -0.2220 0.0290c 0.0000,-0.4054 -0.0290,-0.8976 -0.0676 -1.3706ZM 324.2927,296.6640 ZM 325.0456,291.1527 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 325.0456,291.1527 ZM 325.9625,295.9691 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 326.8409,296.6640 ZM 329.6496,294.2992 l -0.7625,0.1930 c -0.8494,0.2606 -0.9749,0.7046 -0.9749 1.1389c 0.0000,0.2992 0.1448,0.7529 0.7529 0.7529c 0.2896,-0.0000 0.7336,-0.2799 0.9845 -0.4923v -1.5926 ZM 329.6496,294.2992 ZM 330.2674,296.7798 c -0.3668,-0.0000 -0.5695,-0.3282 -0.6081 -0.5598l -0.2220,0.1544 c -0.4440,0.3089 -0.6081,0.4054 -1.0521 0.4054c -0.6756,-0.0000 -1.1679,-0.3861 -1.1679 -1.1100c 0.0000,-0.7336 0.6274,-1.2355 1.5443 -1.4671l 0.8880,-0.2220 c 0.0000,-1.0907 -0.5019,-1.2934 -0.8301 -1.2934c -0.3668,-0.0000 -0.7915,0.1641 -0.7915 0.4633c 0.0000,0.1062 0.0193,0.1641 0.0290 0.1930c 0.0193,0.0386 0.0290,0.1062 0.0290 0.1737c 0.0000,0.1255 -0.0965,0.3185 -0.3764 0.3185c -0.2317,-0.0000 -0.3861,-0.1544 -0.3861 -0.3861c 0.0000,-0.5598 0.9073,-1.0521 1.5250 -1.0521c 0.7046,-0.0000 1.5154,0.2896 1.5154 1.6602v 1.4189 c 0.0000,0.5888 0.0097,0.8397 0.2317 0.8397c 0.2123,-0.0000 0.2703,-0.2703 0.2799 -0.4826l 0.2413,0.0483 c -0.0579,0.7046 -0.3571,0.8976 -0.8494 0.8976ZM 331.1940,296.6640 ZM 334.7073,295.9691 v -2.1138 c 0.0000,-0.6756 -0.1158,-0.9942 -0.6274 -0.9942c -0.4247,-0.0000 -0.7915,0.1641 -1.2837 0.7432v 2.3648 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.1351 c 0.0483,-0.0000 0.0772,0.0290 0.0772 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6081,-0.0193 -0.9845 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5212 -0.0772,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.4054,-0.0676 0.6950,-0.1158 0.9942 -0.2799c 0.1062,-0.0483 0.1834,-0.0772 0.2510 -0.0772h 0.1448 l -0.0290,0.8590 h 0.0290 c 0.6177,-0.7239 1.0810,-0.8590 1.5733 -0.8590c 0.8687,-0.0000 1.0521,0.6660 1.0521 1.5250v 2.0462 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9459,0.0193 -0.9459 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1351 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.3957,297.4727 l -0.0000,-28.6846 h -186.4496 l -0.0000,28.6846 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="26.076868814405135px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,255.1709,283.1304)" stroke="none" text-anchor="middle">blue gaussian
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 281.7117,297.9112 l -0.0000,-8.3146 h -8.3146 l -0.0000,8.3146 Z"/>
+    <path d="M 158.6029,284.7017 l -0.0000,-8.3580 h -8.3580 l -0.0000,8.3580 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8011455471853495" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 377.4807,317.7182 l -0.0000,-31.0966 h -109.0399 l -0.0000,31.0966 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8595395526206677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 508.8971,334.2912 l -0.0000,-68.6223 h -375.7309 l -0.0000,68.6223 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 572.3988,260.8463 l -0.0000,-3.3258 h -498.8762 l -0.0000,3.3258 Z"/>
+    <path d="M 571.7708,241.6581 l -0.0000,-3.3432 h -501.4782 l -0.0000,3.3432 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 569.9830,274.8653 ZM 573.3916,273.0010 c 0.0000,-1.1362 -0.6177,-1.6988 -1.3017 -1.6988c -0.5074,-0.0000 -0.8935,0.0772 -1.3237 0.2537l 0.3530,-3.0115 c 0.3640,0.0331 0.7391,0.0441 1.1252 0.0441c 0.5515,-0.0000 1.1252,-0.0331 1.7208 -0.0993l 0.0662,0.0331 l -0.1655,0.7170 c -0.4302,0.0441 -0.7832,0.0552 -1.0921 0.0552c -0.4964,-0.0000 -0.8714,-0.0441 -1.2575 -0.0882l -0.2096,1.7429 c 0.2317,-0.0882 0.6288,-0.1655 1.0590 -0.1655c 1.1693,-0.0000 1.8201,1.0149 1.8201 2.0297c 0.0000,1.2355 -0.8604,2.1841 -2.1069 2.1841c -0.6288,-0.0000 -1.5443,-0.3530 -1.5443 -0.7832c 0.0000,-0.2096 0.1765,-0.3530 0.3751 -0.3530c 0.2206,-0.0000 0.3640,0.1655 0.4964 0.3420c 0.1655,0.1986 0.3420,0.4192 0.6950 0.4192c 0.7060,-0.0000 1.2906,-0.6619 1.2906 -1.6216Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 574.6392,257.3109 l -0.0000,-11.4738 h -5.7369 l -0.0000,11.4738 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 572.3988,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,571.7708,251.5740)" stroke="none" text-anchor="middle">5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 520.0954,274.8653 ZM 522.9414,270.9493 c 0.0000,-0.0772 0.0110,-0.1655 0.1103 -0.2206c 0.1213,-0.0882 0.3199,-0.1875 0.4854 -0.1875c 0.1434,-0.0000 0.1544,0.1213 0.1544 0.3420v 1.7760 h 0.8935 l -0.0662,0.5185 h -0.8273 v 0.9156 c 0.0000,0.3089 0.0441,0.4633 0.3640 0.4633h 0.2978 c 0.0662,-0.0000 0.0772,0.0552 0.0772 0.0772v 0.2427 c 0.0000,-0.0000 -0.7060,-0.0221 -1.1693 -0.0221c -0.4192,-0.0000 -1.0700,0.0221 -1.0700 0.0221v -0.2427 c 0.0000,-0.0221 0.0110,-0.0772 0.0772 -0.0772h 0.2978 c 0.3420,-0.0000 0.3751,-0.1434 0.3751 -0.4633v -0.9156 h -2.1621 c -0.0441,-0.0000 -0.0662,-0.0221 -0.0993 -0.0662l -0.0882,-0.1213 l -0.1324,-0.2317 c -0.0110,-0.0000 -0.0110,-0.0110 -0.0110 -0.0221c 0.0000,-0.0110 0.0110,-0.0221 0.0221 -0.0331c 0.7170,-0.7942 1.9856,-3.2541 2.3827 -4.1587c 0.0110,-0.0441 0.0331,-0.0552 0.0772 -0.0552c 0.0110,-0.0000 0.2537,0.0993 0.3861 0.1213c -0.4964,1.3347 -1.3127,2.7688 -2.1179 4.0484h 1.7429 v -1.7098 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 571.7708,238.3149 v 5.0148 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.5112,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 524.4914,257.3109 l -0.0000,-11.4738 h -5.7369 l -0.0000,11.4738 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.2078,274.8653 ZM 472.5905,268.8313 c -0.2758,-0.0000 -1.0810,0.1544 -1.0810 0.8273c 0.0000,0.1986 -0.0772,0.5405 -0.3751 0.5405c -0.2868,-0.0000 -0.3089,-0.3199 -0.3089 -0.3530c 0.0000,-0.3420 0.4523,-1.3568 1.9856 -1.3568c 1.0700,-0.0000 1.3899,0.6729 1.3899 1.1141c 0.0000,0.2758 -0.0882,0.8273 -1.0810 1.4561c 0.6177,0.0993 1.4340,0.5515 1.4340 1.6988c 0.0000,1.4561 -1.1031,2.2393 -2.3496 2.2393c -0.6288,-0.0000 -1.5112,-0.2758 -1.5112 -0.6950c 0.0000,-0.1655 0.1655,-0.3530 0.3861 -0.3530c 0.2096,-0.0000 0.3089,0.1103 0.4081 0.2537c 0.1213,0.1875 0.3199,0.4523 0.8494 0.4523c 0.3640,-0.0000 1.4009,-0.3640 1.4009 -1.7539c 0.0000,-1.1803 -0.8273,-1.3678 -1.4230 -1.3678c -0.0993,-0.0000 -0.2206,0.0221 -0.3420 0.0441l -0.0441,-0.3309 c 0.8494,-0.1434 1.5554,-0.9707 1.5554 -1.4782c 0.0000,-0.6288 -0.4412,-0.9376 -0.8935 -0.9376Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,521.6230,251.5740)" stroke="none" text-anchor="middle">4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 472.6236,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 521.6230,238.3149 v 5.0148 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 420.3202,274.8653 ZM 420.9600,269.9785 c 0.0000,-0.6288 0.6067,-1.4892 1.7650 -1.4892c 0.8494,-0.0000 1.8422,0.3199 1.8422 1.5885c 0.0000,0.8384 -0.4302,1.2575 -1.0259 1.8311l -1.0479,1.0149 c -0.0552,0.0552 -0.7942,0.7832 -0.7942 1.3017h 1.8753 c 0.3751,-0.0000 0.5736,-0.1875 0.7280 -0.7942l 0.2758,0.0441 l -0.2206,1.3899 h -3.4086 c 0.0000,-0.6177 0.0993,-1.0921 1.1252 -2.1400l 0.7722,-0.7611 c 0.6177,-0.6288 0.8714,-1.1693 0.8714 -1.8422c 0.0000,-1.0038 -0.6839,-1.2906 -1.0590 -1.2906c -0.7611,-0.0000 -0.9707,0.3971 -0.9707 0.6619c 0.0000,0.0882 0.0221,0.1765 0.0441 0.2537c 0.0221,0.0772 0.0441,0.1544 0.0441 0.2427c 0.0000,0.2868 -0.2206,0.3971 -0.3971 0.3971c -0.2427,-0.0000 -0.4192,-0.1875 -0.4192 -0.4081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 474.3436,257.3109 l -0.0000,-11.4738 h -5.7369 l -0.0000,11.4738 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.7360,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,471.4751,251.5740)" stroke="none" text-anchor="middle">3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.4326,274.8653 ZM 372.5064,269.6035 c -0.2096,-0.0000 -0.6950,0.1986 -0.9376 0.3089l -0.1324,-0.3420 c 0.9707,-0.4523 1.3458,-0.6839 1.8973 -1.0810h 0.2096 v 5.5486 c 0.0000,0.3971 0.0552,0.5074 0.4192 0.5074h 0.5736 c 0.0331,-0.0000 0.0882,0.0221 0.0882 0.0882v 0.2427 l -1.5112,-0.0221 l -1.5333,0.0221 v -0.2427 c 0.0110,-0.0331 0.0221,-0.0882 0.0882 -0.0882h 0.6619 c 0.4192,-0.0000 0.4192,-0.1875 0.4192 -0.5074v -3.7947 c 0.0000,-0.3751 0.0000,-0.6398 -0.2427 -0.6398Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 471.4751,238.3149 v 5.0148 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 372.8483,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 424.1958,257.3109 l -0.0000,-11.4738 h -5.7369 l -0.0000,11.4738 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.5449,274.8653 ZM 322.9607,268.8754 c -0.4743,-0.0000 -1.1693,0.4633 -1.1693 3.0335c 0.0000,0.9045 0.1655,2.7247 1.1362 2.7247c 0.1875,-0.0000 0.7170,-0.1213 0.9487 -0.9818c 0.1434,-0.5295 0.2206,-1.1913 0.2206 -2.1510c 0.0000,-1.4009 -0.3530,-2.1841 -0.6729 -2.4599c -0.1213,-0.1103 -0.2868,-0.1655 -0.4633 -0.1655ZM 322.9607,268.8754 ZM 322.9166,274.9976 c -1.1803,-0.0000 -1.9745,-1.5112 -1.9745 -3.1990c 0.0000,-2.0628 0.9818,-3.3093 2.0187 -3.3093c 0.4743,-0.0000 0.9487,0.2978 1.2686 0.7280c 0.4633,0.6177 0.7060,1.4451 0.7060 2.4820c 0.0000,2.4489 -1.2134,3.2983 -2.0187 3.2983Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,421.3273,251.5740)" stroke="none" text-anchor="middle">2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.9607,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 421.3273,238.3149 v 5.0148 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.8207,274.8653 ZM 271.8431,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 272.4940,274.8653 ZM 274.5678,269.6035 c -0.2096,-0.0000 -0.6950,0.1986 -0.9376 0.3089l -0.1324,-0.3420 c 0.9707,-0.4523 1.3458,-0.6839 1.8973 -1.0810h 0.2096 v 5.5486 c 0.0000,0.3971 0.0552,0.5074 0.4192 0.5074h 0.5736 c 0.0331,-0.0000 0.0882,0.0221 0.0882 0.0882v 0.2427 l -1.5112,-0.0221 l -1.5333,0.0221 v -0.2427 c 0.0110,-0.0331 0.0221,-0.0882 0.0882 -0.0882h 0.6619 c 0.4192,-0.0000 0.4192,-0.1875 0.4192 -0.5074v -3.7947 c 0.0000,-0.3751 0.0000,-0.6398 -0.2427 -0.6398Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.0479,257.3109 l -0.0000,-11.4738 h -5.7369 l -0.0000,11.4738 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.0731,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,371.1795,251.5740)" stroke="none" text-anchor="middle">1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.9330,274.8653 ZM 221.9555,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 222.6063,274.8653 ZM 223.2461,269.9785 c 0.0000,-0.6288 0.6067,-1.4892 1.7650 -1.4892c 0.8494,-0.0000 1.8422,0.3199 1.8422 1.5885c 0.0000,0.8384 -0.4302,1.2575 -1.0259 1.8311l -1.0479,1.0149 c -0.0552,0.0552 -0.7942,0.7832 -0.7942 1.3017h 1.8753 c 0.3751,-0.0000 0.5736,-0.1875 0.7280 -0.7942l 0.2758,0.0441 l -0.2206,1.3899 h -3.4086 c 0.0000,-0.6177 0.0993,-1.0921 1.1252 -2.1400l 0.7722,-0.7611 c 0.6177,-0.6288 0.8714,-1.1693 0.8714 -1.8422c 0.0000,-1.0038 -0.6839,-1.2906 -1.0590 -1.2906c -0.7611,-0.0000 -0.9707,0.3971 -0.9707 0.6619c 0.0000,0.0882 0.0221,0.1765 0.0441 0.2537c 0.0221,0.0772 0.0441,0.1544 0.0441 0.2427c 0.0000,0.2868 -0.2206,0.3971 -0.3971 0.3971c -0.2427,-0.0000 -0.4192,-0.1875 -0.4192 -0.4081Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 371.1795,238.3149 v 5.0148 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.1855,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.9001,257.3109 l -0.0000,-11.4738 h -5.7369 l -0.0000,11.4738 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.0454,274.8653 ZM 172.0679,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 172.7187,274.8653 ZM 175.1014,268.8313 c -0.2758,-0.0000 -1.0810,0.1544 -1.0810 0.8273c 0.0000,0.1986 -0.0772,0.5405 -0.3751 0.5405c -0.2868,-0.0000 -0.3089,-0.3199 -0.3089 -0.3530c 0.0000,-0.3420 0.4523,-1.3568 1.9856 -1.3568c 1.0700,-0.0000 1.3899,0.6729 1.3899 1.1141c 0.0000,0.2758 -0.0882,0.8273 -1.0810 1.4561c 0.6177,0.0993 1.4340,0.5515 1.4340 1.6988c 0.0000,1.4561 -1.1031,2.2393 -2.3496 2.2393c -0.6288,-0.0000 -1.5112,-0.2758 -1.5112 -0.6950c 0.0000,-0.1655 0.1655,-0.3530 0.3861 -0.3530c 0.2096,-0.0000 0.3089,0.1103 0.4081 0.2537c 0.1213,0.1875 0.3199,0.4523 0.8494 0.4523c 0.3640,-0.0000 1.4009,-0.3640 1.4009 -1.7539c 0.0000,-1.1803 -0.8273,-1.3678 -1.4230 -1.3678c -0.0993,-0.0000 -0.2206,0.0221 -0.3420 0.0441l -0.0441,-0.3309 c 0.8494,-0.1434 1.5554,-0.9707 1.5554 -1.4782c 0.0000,-0.6288 -0.4412,-0.9376 -0.8935 -0.9376Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,321.0317,251.5740)" stroke="none" text-anchor="middle">0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.2979,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 321.0317,238.3149 v 5.0148 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 119.1578,274.8653 ZM 122.1803,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 122.8311,274.8653 ZM 125.6771,270.9493 c 0.0000,-0.0772 0.0110,-0.1655 0.1103 -0.2206c 0.1213,-0.0882 0.3199,-0.1875 0.4854 -0.1875c 0.1434,-0.0000 0.1544,0.1213 0.1544 0.3420v 1.7760 h 0.8935 l -0.0662,0.5185 h -0.8273 v 0.9156 c 0.0000,0.3089 0.0441,0.4633 0.3640 0.4633h 0.2978 c 0.0662,-0.0000 0.0772,0.0552 0.0772 0.0772v 0.2427 c 0.0000,-0.0000 -0.7060,-0.0221 -1.1693 -0.0221c -0.4192,-0.0000 -1.0700,0.0221 -1.0700 0.0221v -0.2427 c 0.0000,-0.0221 0.0110,-0.0772 0.0772 -0.0772h 0.2978 c 0.3420,-0.0000 0.3751,-0.1434 0.3751 -0.4633v -0.9156 h -2.1621 c -0.0441,-0.0000 -0.0662,-0.0221 -0.0993 -0.0662l -0.0882,-0.1213 l -0.1324,-0.2317 c -0.0110,-0.0000 -0.0110,-0.0110 -0.0110 -0.0221c 0.0000,-0.0110 0.0110,-0.0221 0.0221 -0.0331c 0.7170,-0.7942 1.9856,-3.2541 2.3827 -4.1587c 0.0110,-0.0441 0.0331,-0.0552 0.0772 -0.0552c 0.0110,-0.0000 0.2537,0.0993 0.3861 0.1213c -0.4964,1.3347 -1.3127,2.7688 -2.1179 4.0484h 1.7429 v -1.7098 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 276.6207,257.3109 l -0.0000,-11.4738 h -11.4738 l -0.0000,11.4738 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 123.4102,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,270.8838,251.5740)" stroke="none" text-anchor="middle">-1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.2702,274.8653 ZM 72.2927,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 72.9435,274.8653 ZM 76.3521,273.0010 c 0.0000,-1.1362 -0.6177,-1.6988 -1.3017 -1.6988c -0.5074,-0.0000 -0.8935,0.0772 -1.3237 0.2537l 0.3530,-3.0115 c 0.3640,0.0331 0.7391,0.0441 1.1252 0.0441c 0.5515,-0.0000 1.1252,-0.0331 1.7208 -0.0993l 0.0662,0.0331 l -0.1655,0.7170 c -0.4302,0.0441 -0.7832,0.0552 -1.0921 0.0552c -0.4964,-0.0000 -0.8714,-0.0441 -1.2575 -0.0882l -0.2096,1.7429 c 0.2317,-0.0882 0.6288,-0.1655 1.0590 -0.1655c 1.1693,-0.0000 1.8201,1.0149 1.8201 2.0297c 0.0000,1.2355 -0.8604,2.1841 -2.1069 2.1841c -0.6288,-0.0000 -1.5443,-0.3530 -1.5443 -0.7832c 0.0000,-0.2096 0.1765,-0.3530 0.3751 -0.3530c 0.2206,-0.0000 0.3640,0.1655 0.4964 0.3420c 0.1655,0.1986 0.3420,0.4192 0.6950 0.4192c 0.7060,-0.0000 1.2906,-0.6619 1.2906 -1.6216Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 270.8838,238.3149 v 5.0148 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.5226,257.5204 v 4.9888 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 226.4729,257.3109 l -0.0000,-11.4738 h -11.4738 l -0.0000,11.4738 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,220.7360,251.5740)" stroke="none" text-anchor="middle">-2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 220.7360,238.3149 v 5.0148 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.3251,257.3109 l -0.0000,-11.4738 h -11.4738 l -0.0000,11.4738 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,170.5882,251.5740)" stroke="none" text-anchor="middle">-3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.5882,238.3149 v 5.0148 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 126.1773,257.3109 l -0.0000,-11.4738 h -11.4738 l -0.0000,11.4738 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,120.4404,251.5740)" stroke="none" text-anchor="middle">-4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 120.4404,238.3149 v 5.0148 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 76.0295,257.3109 l -0.0000,-11.4738 h -11.4738 l -0.0000,11.4738 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="10.430747525762053px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.2925,251.5740)" stroke="none" text-anchor="middle">-5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.148848881551669" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 70.2925,238.3149 v 5.0148 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 572.3988,240.8912 l -0.0000,-166.2921 h -498.8762 l -0.0000,166.2921 Z"/>
+    <path d="M 571.7708,221.5990 l -0.0000,-167.1594 h -501.4782 l -0.0000,167.1594 Z"/>
   </g>
 </svg>
diff --git a/other/rect_Example.svg b/other/rect_Example.svg
--- a/other/rect_Example.svg
+++ b/other/rect_Example.svg
@@ -4,19 +4,35 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="200.0000" stroke-opacity="1" viewBox="0 0 300 200" font-size="1" width="300.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.3188,42.1500 ZM 267.9943,31.2964 h 4.9472 c 0.7320,-0.0000 1.6154,-0.1262 1.6912 -0.1262c 0.1767,-0.0000 0.3281,0.0505 0.3281 0.1514c 0.0000,0.1010 -0.1262,0.4039 -0.5553 1.0601l -5.9569,8.7839 h 3.2561 c 1.4892,-0.0000 1.8931,-0.5553 2.4989 -1.8931l 0.3281,-0.7320 l 0.6815,0.1767 c -0.4291,1.4640 -0.7067,2.6503 -0.8330 3.4328h -7.6480 c -0.3786,-0.0000 -0.5805,-0.1262 -0.5805 -0.3029c 0.0000,-0.1262 0.0252,-0.2019 0.2272 -0.5048l 6.1336,-9.0615 h -3.4075 c -0.7572,-0.0000 -1.6154,0.4291 -2.1202 2.2717l -0.6563,-0.0757 c 0.2019,-1.2368 0.3534,-2.3474 0.3786 -3.4833h 0.6310 c 0.0505,0.1514 0.2777,0.3029 0.6563 0.3029ZM 275.6929,42.1500 ZM 278.3179,39.7521 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 281.2207,42.1500 ZM 286.3193,31.8012 c 0.0000,0.1262 -0.1010,0.2019 -0.2272 0.2019h -0.3786 c -0.5553,-0.0000 -0.7320,0.1514 -0.7320 0.4039c 0.0000,0.1767 0.1010,0.4039 0.2272 0.7572l 2.6503,6.6636 l 2.1960,-5.4773 l -0.4543,-1.1358 c -0.3281,-0.8582 -0.8582,-1.2116 -1.6154 -1.2116c -0.1262,-0.0000 -0.2524,-0.0505 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.4135,0.0505 2.2969 0.0505l 2.5241,-0.0505 l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1262,0.2019 -0.2524 0.2019h -0.4543 c -0.5048,-0.0000 -0.7320,0.1010 -0.7320 0.3534c 0.0000,0.2019 0.1010,0.4543 0.2524 0.8077l 2.6251,6.6636 l 2.6251,-6.5374 c 0.0757,-0.1514 0.1262,-0.3534 0.1262 -0.5553c 0.0000,-0.4291 -0.2777,-0.7320 -1.1358 -0.7320h -0.3786 c -0.1262,-0.0000 -0.2272,-0.1010 -0.2272 -0.1767v -0.5048 l 0.0757,-0.0505 c 0.0000,-0.0000 1.6659,0.0505 2.5998 0.0505c 0.8582,-0.0000 1.8678,-0.0505 1.8678 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1514 -0.1514,0.2019 -0.3029 0.2019c -0.6310,-0.0000 -1.2873,0.2777 -1.7416 1.3883l -3.4328,8.5315 c -0.1514,0.3786 -0.3534,0.5301 -0.5805 0.5301c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -2.5241,-6.3103 l -2.5241,6.2598 c -0.1767,0.4039 -0.3786,0.5553 -0.6058 0.5553c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -3.4580,-8.7334 c -0.3786,-0.9844 -0.8330,-1.2116 -1.5902 -1.2116c -0.1262,-0.0000 -0.3029,-0.0505 -0.3029 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1863,0.0505 2.2969 0.0505c 1.1611,-0.0000 2.4989,-0.0505 2.4989 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.0000,47.8635 l -0.0000,-25.5978 h -38.3968 l -0.0000,25.5978 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.6999,172.5403 ZM 268.3755,161.6866 h 4.9472 c 0.7320,-0.0000 1.6154,-0.1262 1.6912 -0.1262c 0.1767,-0.0000 0.3281,0.0505 0.3281 0.1514c 0.0000,0.1010 -0.1262,0.4039 -0.5553 1.0601l -5.9569,8.7839 h 3.2561 c 1.4892,-0.0000 1.8931,-0.5553 2.4989 -1.8931l 0.3281,-0.7320 l 0.6815,0.1767 c -0.4291,1.4640 -0.7067,2.6503 -0.8330 3.4328h -7.6480 c -0.3786,-0.0000 -0.5805,-0.1262 -0.5805 -0.3029c 0.0000,-0.1262 0.0252,-0.2019 0.2272 -0.5048l 6.1336,-9.0615 h -3.4075 c -0.7572,-0.0000 -1.6154,0.4291 -2.1202 2.2717l -0.6563,-0.0757 c 0.2019,-1.2368 0.3534,-2.3474 0.3786 -3.4833h 0.6310 c 0.0505,0.1514 0.2777,0.3029 0.6563 0.3029ZM 276.0740,172.5403 ZM 278.6991,170.1424 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 281.6018,172.5403 ZM 286.8519,162.1914 c 0.0000,0.1262 -0.1514,0.2019 -0.2777 0.2019c -0.7572,-0.0000 -1.0854,0.1514 -1.0854 0.5553c 0.0000,0.1514 0.0505,0.3534 0.1514 0.5805l 2.7765,6.5122 l 2.8018,-6.4112 c 0.1262,-0.2272 0.1767,-0.4291 0.1767 -0.5805c 0.0000,-0.5301 -0.5048,-0.6563 -1.0601 -0.6563h -0.1010 c -0.1262,-0.0000 -0.2524,-0.1010 -0.2524 -0.1767v -0.4796 l 0.0505,-0.0757 c 0.0000,-0.0000 1.4892,0.0505 2.3727 0.0505c 0.7067,-0.0000 1.7416,-0.0505 1.7416 -0.0505l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1010,0.2019 -0.2777 0.2019c -0.9592,-0.0000 -1.4387,0.9844 -1.7921 1.7164c -1.3378,2.8270 -2.4484,5.4268 -4.4677 10.2983c -0.7572,1.8174 -1.6659,3.9376 -3.4580 3.9376c -0.4796,-0.0000 -1.4640,-0.2777 -1.4640 -1.1863c 0.0000,-0.7572 0.5553,-0.9844 0.9592 -0.9844c 0.3786,-0.0000 0.6310,0.1514 0.7825 0.3534c 0.2524,0.2524 0.4291,0.4291 0.6815 0.4291c 0.3786,-0.0000 1.2621,-2.1707 1.8931 -3.7104c 0.1514,-0.3029 0.2019,-0.5553 0.2019 -0.7825c 0.0000,-0.2524 -0.2272,-0.9339 -0.4291 -1.4387l -3.1804,-7.3956 c -0.4039,-0.9592 -0.6815,-1.2368 -1.5397 -1.2368c -0.1514,-0.0000 -0.2524,-0.0757 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1106,0.0505 1.8678 0.0505c 1.1863,-0.0000 3.0037,-0.0505 3.0037 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" font-size="23.270769659159466px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,280.8016,35.0646)" stroke="none" text-anchor="middle">z,w
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M -0.0000,41.7159 ZM 4.9725,31.5690 c -0.5048,-0.0000 -0.6058,0.1262 -0.6058 0.3029c 0.0000,0.1262 0.1010,0.3534 0.3786 0.8077l 1.5397,2.2717 c 0.0757,0.1514 0.1514,0.2272 0.2524 0.2272c 0.0757,-0.0000 0.1262,-0.0505 0.2272 -0.1767l 1.6407,-2.2969 c 0.2777,-0.3534 0.4291,-0.6310 0.4291 -0.8330c 0.0000,-0.2019 -0.1767,-0.3029 -0.5301 -0.3029h -0.4039 c -0.0757,-0.0000 -0.1514,-0.0505 -0.1514 -0.1767v -0.4796 l 0.0757,-0.0757 c 0.0000,-0.0000 1.1863,0.0505 1.9688 0.0505c 0.8077,-0.0000 2.0445,-0.0505 2.0445 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1767 -0.1514,0.2019 -0.3029 0.2019c -0.9339,-0.0000 -1.3125,0.3029 -2.2465 1.4892l -2.1202,2.7008 c -0.0505,0.0757 -0.0757,0.1262 -0.0757 0.1767c 0.0000,0.0505 0.0252,0.1262 0.0757 0.2019l 2.2717,3.2056 c 1.1611,1.6407 1.4892,1.6659 2.2969 1.6659c 0.2524,-0.0000 0.3534,0.0505 0.3534 0.2019v 0.4796 l -0.0252,0.0505 c 0.0000,-0.0000 -1.3630,-0.0505 -2.2212 -0.0505c -1.0349,-0.0000 -2.6251,0.0505 -2.6251 0.0505l -0.0505,-0.0505 v -0.4796 c 0.0000,-0.1262 0.0505,-0.2019 0.1767 -0.2019h 0.3029 c 0.4039,-0.0000 0.5805,-0.0757 0.5805 -0.2777c 0.0000,-0.2272 -0.2777,-0.6058 -0.6815 -1.1358l -1.4640,-2.0193 c -0.1010,-0.1262 -0.1514,-0.1767 -0.2272 -0.1767c -0.0505,-0.0000 -0.1262,0.0757 -0.2272 0.2272l -1.5902,2.2969 c -0.3786,0.5048 -0.4543,0.6310 -0.4543 0.8077c 0.0000,0.1767 0.1514,0.2777 0.5301 0.2777h 0.3534 c 0.1262,-0.0000 0.1767,0.0757 0.1767 0.2019v 0.4796 l -0.0505,0.0505 c 0.0000,-0.0000 -1.3125,-0.0505 -2.1202 -0.0505c -0.7320,-0.0000 -1.8931,0.0505 -1.8931 0.0505l -0.0505,-0.0505 v -0.4291 c 0.0000,-0.1514 0.1010,-0.2524 0.3281 -0.2524c 0.6058,-0.0000 1.1863,-0.1262 2.2465 -1.4892l 2.1202,-2.7260 c 0.0252,-0.0505 0.0505,-0.1010 0.0505 -0.1767c 0.0000,-0.0757 -0.0252,-0.1262 -0.0757 -0.2019l -2.1960,-3.2056 c -0.7067,-1.0349 -1.1611,-1.6407 -2.0445 -1.6407c -0.1767,-0.0000 -0.3534,-0.0757 -0.3534 -0.1767v -0.4796 l 0.0505,-0.0757 l 1.9940,0.0505 l 2.8018,-0.0505 l 0.0757,0.0757 v 0.4543 c 0.0000,0.1262 -0.1010,0.2019 -0.2019 0.2019h -0.3786 ZM 12.5448,41.7159 ZM 15.1699,39.3180 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 18.0726,41.7159 ZM 23.1713,31.3671 c 0.0000,0.1262 -0.1010,0.2019 -0.2272 0.2019h -0.3786 c -0.5553,-0.0000 -0.7320,0.1514 -0.7320 0.4039c 0.0000,0.1767 0.1010,0.4039 0.2272 0.7572l 2.6503,6.6636 l 2.1960,-5.4773 l -0.4543,-1.1358 c -0.3281,-0.8582 -0.8582,-1.2116 -1.6154 -1.2116c -0.1262,-0.0000 -0.2524,-0.0505 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.4135,0.0505 2.2969 0.0505l 2.5241,-0.0505 l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1262,0.2019 -0.2524 0.2019h -0.4543 c -0.5048,-0.0000 -0.7320,0.1010 -0.7320 0.3534c 0.0000,0.2019 0.1010,0.4543 0.2524 0.8077l 2.6251,6.6636 l 2.6251,-6.5374 c 0.0757,-0.1514 0.1262,-0.3534 0.1262 -0.5553c 0.0000,-0.4291 -0.2777,-0.7320 -1.1358 -0.7320h -0.3786 c -0.1262,-0.0000 -0.2272,-0.1010 -0.2272 -0.1767v -0.5048 l 0.0757,-0.0505 c 0.0000,-0.0000 1.6659,0.0505 2.5998 0.0505c 0.8582,-0.0000 1.8678,-0.0505 1.8678 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1514 -0.1514,0.2019 -0.3029 0.2019c -0.6310,-0.0000 -1.2873,0.2777 -1.7416 1.3883l -3.4328,8.5315 c -0.1514,0.3786 -0.3534,0.5301 -0.5805 0.5301c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -2.5241,-6.3103 l -2.5241,6.2598 c -0.1767,0.4039 -0.3786,0.5553 -0.6058 0.5553c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -3.4580,-8.7334 c -0.3786,-0.9844 -0.8330,-1.2116 -1.5902 -1.2116c -0.1262,-0.0000 -0.3029,-0.0505 -0.3029 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1863,0.0505 2.2969 0.0505c 1.1611,-0.0000 2.4989,-0.0505 2.4989 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.1383,177.7343 l -0.0000,-25.5978 h -38.3968 l -0.0000,25.5978 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 5.5505,172.9744 ZM 10.5230,162.8275 c -0.5048,-0.0000 -0.6058,0.1262 -0.6058 0.3029c 0.0000,0.1262 0.1010,0.3534 0.3786 0.8077l 1.5397,2.2717 c 0.0757,0.1514 0.1514,0.2272 0.2524 0.2272c 0.0757,-0.0000 0.1262,-0.0505 0.2272 -0.1767l 1.6407,-2.2969 c 0.2777,-0.3534 0.4291,-0.6310 0.4291 -0.8330c 0.0000,-0.2019 -0.1767,-0.3029 -0.5301 -0.3029h -0.4039 c -0.0757,-0.0000 -0.1514,-0.0505 -0.1514 -0.1767v -0.4796 l 0.0757,-0.0757 c 0.0000,-0.0000 1.1863,0.0505 1.9688 0.0505c 0.8077,-0.0000 2.0445,-0.0505 2.0445 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1767 -0.1514,0.2019 -0.3029 0.2019c -0.9339,-0.0000 -1.3125,0.3029 -2.2465 1.4892l -2.1202,2.7008 c -0.0505,0.0757 -0.0757,0.1262 -0.0757 0.1767c 0.0000,0.0505 0.0252,0.1262 0.0757 0.2019l 2.2717,3.2056 c 1.1611,1.6407 1.4892,1.6659 2.2969 1.6659c 0.2524,-0.0000 0.3534,0.0505 0.3534 0.2019v 0.4796 l -0.0252,0.0505 c 0.0000,-0.0000 -1.3630,-0.0505 -2.2212 -0.0505c -1.0349,-0.0000 -2.6251,0.0505 -2.6251 0.0505l -0.0505,-0.0505 v -0.4796 c 0.0000,-0.1262 0.0505,-0.2019 0.1767 -0.2019h 0.3029 c 0.4039,-0.0000 0.5805,-0.0757 0.5805 -0.2777c 0.0000,-0.2272 -0.2777,-0.6058 -0.6815 -1.1358l -1.4640,-2.0193 c -0.1010,-0.1262 -0.1514,-0.1767 -0.2272 -0.1767c -0.0505,-0.0000 -0.1262,0.0757 -0.2272 0.2272l -1.5902,2.2969 c -0.3786,0.5048 -0.4543,0.6310 -0.4543 0.8077c 0.0000,0.1767 0.1514,0.2777 0.5301 0.2777h 0.3534 c 0.1262,-0.0000 0.1767,0.0757 0.1767 0.2019v 0.4796 l -0.0505,0.0505 c 0.0000,-0.0000 -1.3125,-0.0505 -2.1202 -0.0505c -0.7320,-0.0000 -1.8931,0.0505 -1.8931 0.0505l -0.0505,-0.0505 v -0.4291 c 0.0000,-0.1514 0.1010,-0.2524 0.3281 -0.2524c 0.6058,-0.0000 1.1863,-0.1262 2.2465 -1.4892l 2.1202,-2.7260 c 0.0252,-0.0505 0.0505,-0.1010 0.0505 -0.1767c 0.0000,-0.0757 -0.0252,-0.1262 -0.0757 -0.2019l -2.1960,-3.2056 c -0.7067,-1.0349 -1.1611,-1.6407 -2.0445 -1.6407c -0.1767,-0.0000 -0.3534,-0.0757 -0.3534 -0.1767v -0.4796 l 0.0505,-0.0757 l 1.9940,0.0505 l 2.8018,-0.0505 l 0.0757,0.0757 v 0.4543 c 0.0000,0.1262 -0.1010,0.2019 -0.2019 0.2019h -0.3786 ZM 18.0953,172.9744 ZM 20.7204,170.5765 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 23.6231,172.9744 ZM 28.8732,162.6256 c 0.0000,0.1262 -0.1514,0.2019 -0.2777 0.2019c -0.7572,-0.0000 -1.0854,0.1514 -1.0854 0.5553c 0.0000,0.1514 0.0505,0.3534 0.1514 0.5805l 2.7765,6.5122 l 2.8018,-6.4112 c 0.1262,-0.2272 0.1767,-0.4291 0.1767 -0.5805c 0.0000,-0.5301 -0.5048,-0.6563 -1.0601 -0.6563h -0.1010 c -0.1262,-0.0000 -0.2524,-0.1010 -0.2524 -0.1767v -0.4796 l 0.0505,-0.0757 c 0.0000,-0.0000 1.4892,0.0505 2.3727 0.0505c 0.7067,-0.0000 1.7416,-0.0505 1.7416 -0.0505l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1010,0.2019 -0.2777 0.2019c -0.9592,-0.0000 -1.4387,0.9844 -1.7921 1.7164c -1.3378,2.8270 -2.4484,5.4268 -4.4677 10.2983c -0.7572,1.8174 -1.6659,3.9376 -3.4580 3.9376c -0.4796,-0.0000 -1.4640,-0.2777 -1.4640 -1.1863c 0.0000,-0.7572 0.5553,-0.9844 0.9592 -0.9844c 0.3786,-0.0000 0.6310,0.1514 0.7825 0.3534c 0.2524,0.2524 0.4291,0.4291 0.6815 0.4291c 0.3786,-0.0000 1.2621,-2.1707 1.8931 -3.7104c 0.1514,-0.3029 0.2019,-0.5553 0.2019 -0.7825c 0.0000,-0.2524 -0.2272,-0.9339 -0.4291 -1.4387l -3.1804,-7.3956 c -0.4039,-0.9592 -0.6815,-1.2368 -1.5397 -1.2368c -0.1514,-0.0000 -0.2524,-0.0757 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1106,0.0505 1.8678 0.0505c 1.1863,-0.0000 3.0037,-0.0505 3.0037 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" font-size="23.270769659159466px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,278.9400,164.9354)" stroke="none" text-anchor="middle">z,y
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.101246660461931" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.4459,151.1157 l -0.0000,-101.4690 h -202.9381 l -0.0000,101.4690 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 38.3968,47.8635 l -0.0000,-25.5978 h -38.3968 l -0.0000,25.5978 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" font-size="23.270769659159466px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.1984,35.0646)" stroke="none" text-anchor="middle">x,w
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 40.2584,177.7343 l -0.0000,-25.5978 h -38.3968 l -0.0000,25.5978 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" font-size="23.270769659159466px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,21.0600,164.9354)" stroke="none" text-anchor="middle">x,y
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.0798216202337627" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.4477,147.8622 l -0.0000,-99.4477 h -198.8955 l -0.0000,99.4477 Z"/>
   </g>
 </svg>
diff --git a/other/scaleExample.svg b/other/scaleExample.svg
--- a/other/scaleExample.svg
+++ b/other/scaleExample.svg
@@ -4,154 +4,226 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="120.0000" stroke-opacity="1" viewBox="0 0 300 120" font-size="1" width="300.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 242.4231,96.3775 v -42.2143 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.7054,95.9005 v -41.6535 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.3160,96.3775 v -37.9928 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.8787,95.9005 v -37.4882 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.2088,96.3775 v -33.7714 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.0519,95.9005 v -33.3228 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.1017,96.3775 v -29.5500 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.2251,95.9005 v -29.1575 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.9946,96.3775 v -25.3286 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.3984,95.9005 v -24.9921 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 136.8874,96.3775 v -21.1071 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5716,95.9005 v -20.8268 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 115.7803,96.3775 v -16.8857 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.7448,95.9005 v -16.6614 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.6732,96.3775 v -12.6643 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 96.9181,95.9005 v -12.4961 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.5660,96.3775 v -8.4429 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 76.0913,95.9005 v -8.3307 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 52.4589,96.3775 v -4.2214 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 55.2646,95.9005 v -4.1654 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 31.3518,96.3775 h 0.0000 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.604832785656074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 34.4378,95.9005 h 0.0000 "/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 26.7481,96.3775 l -0.0000,-84.4285 h -1.6886 l -0.0000,84.4285 Z"/>
+    <path d="M 29.6760,95.9005 l -0.0000,-83.3070 h -1.6661 l -0.0000,83.3070 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,13.6375 ZM 15.5897,10.5964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,10.5964 ZM 15.5673,13.7047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,13.6375 ZM 17.1354,13.4079 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,13.6375 ZM 18.3675,11.1564 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072ZM 20.4958,13.6375 ZM 21.7223,10.5964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7223,10.5964 ZM 21.6999,13.7047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,15.9724 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,11.9489 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,13.1133)" stroke="none" text-anchor="middle">0.20
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,22.0804 ZM 15.5897,19.0392 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,19.0392 ZM 15.5673,22.1476 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,22.0804 ZM 17.1354,21.8507 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,22.0804 ZM 19.0956,19.4089 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,22.0804 ZM 21.7391,18.9776 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 21.7391,18.9776 ZM 22.5960,19.5097 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 22.5960,19.5097 ZM 21.6999,21.9907 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,12.5935 h 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,20.3918 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,24.3031 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,30.5232 ZM 15.5897,27.4821 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,27.4821 ZM 15.5673,30.5904 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,30.5232 ZM 17.1354,30.2936 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,30.5232 ZM 19.0956,27.8517 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,30.5232 ZM 21.1454,29.0559 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 21.1454,29.0559 ZM 22.6128,27.4317 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,21.4440)" stroke="none" text-anchor="middle">0.18
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,28.8346 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,20.9242 h 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,38.9661 ZM 15.5897,35.9250 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,35.9250 ZM 15.5673,39.0333 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,38.9661 ZM 17.1354,38.7364 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,38.9661 ZM 19.0956,36.2946 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,38.9661 ZM 21.9407,36.9779 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,32.6338 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,37.2775 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,29.7747)" stroke="none" text-anchor="middle">0.16
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,47.4089 ZM 15.5897,44.3678 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,44.3678 ZM 15.5673,47.4761 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,47.4089 ZM 17.1354,47.1793 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,47.4089 ZM 19.0956,44.7374 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,47.4089 ZM 20.8206,44.9279 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,29.2549 h 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,45.7203 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,40.9645 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,55.8518 ZM 15.5897,52.8107 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,52.8107 ZM 15.5673,55.9190 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,55.8518 ZM 17.1354,55.6221 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,55.8518 ZM 19.0956,53.1803 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,55.8518 ZM 21.7223,52.8107 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7223,52.8107 ZM 21.6999,55.9190 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,38.1054)" stroke="none" text-anchor="middle">0.14
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,54.1632 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,37.5856 h 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,64.2946 ZM 15.5897,61.2535 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,61.2535 ZM 15.5673,64.3618 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,64.2946 ZM 17.1354,64.0650 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,64.2946 ZM 19.2692,61.2535 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,61.2535 ZM 19.2468,64.3618 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,64.2946 ZM 21.7391,61.1919 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 21.7391,61.1919 ZM 22.5960,61.7240 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 22.5960,61.7240 ZM 21.6999,64.2050 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,49.2952 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,62.6060 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,46.4361)" stroke="none" text-anchor="middle">0.12
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,72.7375 ZM 15.5897,69.6964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,69.6964 ZM 15.5673,72.8047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,72.7375 ZM 17.1354,72.5078 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,72.7375 ZM 19.2692,69.6964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,69.6964 ZM 19.2468,72.8047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,72.7375 ZM 21.1454,71.2701 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 21.1454,71.2701 ZM 22.6128,69.6460 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,45.9163 h 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,71.0489 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,57.6259 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,81.1803 ZM 15.5897,78.1392 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,78.1392 ZM 15.5673,81.2475 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,81.1803 ZM 17.1354,80.9507 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,81.1803 ZM 19.2692,78.1392 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,78.1392 ZM 19.2468,81.2475 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,81.1803 ZM 21.9407,79.1921 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,54.7668)" stroke="none" text-anchor="middle">0.10
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,79.4918 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,54.2470 h 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,89.6232 ZM 15.5897,86.5821 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,86.5821 ZM 15.5673,89.6904 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,89.6232 ZM 17.1354,89.3936 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,89.6232 ZM 19.2692,86.5821 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,86.5821 ZM 19.2468,89.6904 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,89.6232 ZM 20.8206,87.1421 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,65.9566 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,87.9346 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,63.0975)" stroke="none" text-anchor="middle">0.08
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 14.3631,98.0660 ZM 15.5897,95.0249 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,95.0249 ZM 15.5673,98.1332 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,98.0660 ZM 17.1354,97.8364 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,98.0660 ZM 19.2692,95.0249 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,95.0249 ZM 19.2468,98.1332 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,98.0660 ZM 21.7223,95.0249 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7223,95.0249 ZM 21.6999,98.1332 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,62.5777 h 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 24.2152,96.3775 h 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,74.2873 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,71.4282)" stroke="none" text-anchor="middle">0.06
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,70.9084 h 2.4992 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,82.6180 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,79.7589)" stroke="none" text-anchor="middle">0.04
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,79.2391 h 2.4992 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,90.9487 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,88.0896)" stroke="none" text-anchor="middle">0.02
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,87.5698 h 2.4992 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 25.9272,99.2794 l -0.0000,-5.7182 h -11.4364 l -0.0000,5.7182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,20.2090,96.4203)" stroke="none" text-anchor="middle">0.00
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 27.1768,95.9005 h 2.4992 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.6374,101.4432 l -0.0000,-1.6886 h -253.2856 l -0.0000,1.6886 Z"/>
+    <path d="M 284.3589,100.8989 l -0.0000,-1.6661 h -249.9211 l -0.0000,1.6661 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.1843,108.5608 ZM 283.2372,105.8893 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 284.6374,108.5608 ZM 284.9622,106.0797 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 287.2180,108.6998 l -0.0000,-5.7182 h -5.7182 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.6374,99.7546 v 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,284.3589,105.8407)" stroke="none" text-anchor="middle">12
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9701,108.5608 ZM 241.0230,105.8893 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 242.4231,108.5608 ZM 243.6496,105.5197 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 243.6496,105.5197 ZM 243.6272,108.6280 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 284.3589,99.2328 v 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 242.4231,99.7546 v 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.5645,108.6998 l -0.0000,-5.7182 h -5.7182 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.9823,108.5608 ZM 200.2256,105.4581 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 200.2256,105.4581 ZM 201.0825,105.9901 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 201.0825,105.9901 ZM 200.1864,108.4712 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,242.7054,105.8407)" stroke="none" text-anchor="middle">10
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.2088,99.7546 v 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.7054,99.2328 v 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.7680,108.5608 ZM 157.4177,107.0934 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 157.4177,107.0934 ZM 158.8851,105.4693 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.4814,108.6998 l -0.0000,-5.7182 h -2.8591 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.9946,99.7546 v 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,201.0519,105.8407)" stroke="none" text-anchor="middle">8
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.5538,108.5608 ZM 115.9987,106.5726 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.0519,99.2328 v 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 115.7803,99.7546 v 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.8279,108.6998 l -0.0000,-5.7182 h -2.8591 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 72.3395,108.5608 ZM 72.6643,106.0797 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,159.3984,105.8407)" stroke="none" text-anchor="middle">6
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.5660,99.7546 v 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.3984,99.2328 v 2.4992 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 30.1252,108.5608 ZM 31.3518,105.5197 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 31.3518,105.5197 ZM 31.3294,108.6280 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 119.1744,108.6998 l -0.0000,-5.7182 h -2.8591 l -0.0000,5.7182 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 31.3518,99.7546 v 2.5329 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,117.7448,105.8407)" stroke="none" text-anchor="middle">4
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.7448,99.2328 v 2.4992 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 77.5209,108.6998 l -0.0000,-5.7182 h -2.8591 l -0.0000,5.7182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,76.0913,105.8407)" stroke="none" text-anchor="middle">2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 76.0913,99.2328 v 2.4992 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 35.8673,108.6998 l -0.0000,-5.7182 h -2.8591 l -0.0000,5.7182 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="5.198359628739375px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,34.4378,105.8407)" stroke="none" text-anchor="middle">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9012081964140185" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 34.4378,99.2328 v 2.4992 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.6374,96.3775 l -0.0000,-84.4285 h -253.2856 l -0.0000,84.4285 Z"/>
+    <path d="M 284.3589,95.9005 l -0.0000,-83.3070 h -249.9211 l -0.0000,83.3070 Z"/>
   </g>
 </svg>
diff --git a/other/scatterHistExample.svg b/other/scatterHistExample.svg
--- a/other/scatterHistExample.svg
+++ b/other/scatterHistExample.svg
@@ -5,6639 +5,6659 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,103.3485 l 1.8305,0.0000 l 0.0000,4.5830 l -1.8305,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,107.9316 l 0.9152,0.0000 l 0.0000,4.5830 l -0.9152,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,112.5146 l 1.8305,0.0000 l 0.0000,4.5830 l -1.8305,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,117.0977 l 0.9152,0.0000 l 0.0000,4.5830 l -0.9152,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,121.6807 l 0.9152,0.0000 l 0.0000,4.5830 l -0.9152,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,126.2638 l 4.5762,-0.0000 l 0.0000,4.5830 l -4.5762,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,130.8468 l 3.6610,-0.0000 l 0.0000,4.5830 l -3.6610,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,135.4298 l 4.5762,-0.0000 l 0.0000,4.5830 l -4.5762,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,140.0129 l 7.3219,-0.0000 l 0.0000,4.5830 l -7.3219,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,144.5959 l 9.1524,-0.0000 l 0.0000,4.5830 l -9.1524,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,149.1790 l 10.9829,-0.0000 l 0.0000,4.5830 l -10.9829,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,153.7620 l 10.0677,-0.0000 l 0.0000,4.5830 l -10.0677,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,158.3451 l 16.4744,-0.0000 l 0.0000,4.5830 l -16.4744,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,162.9281 l 19.2201,-0.0000 l 0.0000,4.5830 l -19.2201,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,167.5112 l 19.2201,-0.0000 l 0.0000,4.5830 l -19.2201,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,172.0942 l 28.3725,-0.0000 l 0.0000,4.5830 l -28.3725,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,176.6773 l 27.4573,-0.0000 l 0.0000,4.5830 l -27.4573,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,181.2603 l 29.2878,-0.0000 l 0.0000,4.5830 l -29.2878,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,185.8434 l 40.2707,-0.0000 l 0.0000,4.5830 l -40.2707,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,190.4264 l 26.5420,-0.0000 l 0.0000,4.5830 l -26.5420,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,195.0094 l 28.3725,-0.0000 l 0.0000,4.5830 l -28.3725,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,199.5925 l 43.0164,-0.0000 l 0.0000,4.5830 l -43.0164,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,204.1755 l 53.9993,-0.0000 l 0.0000,4.5830 l -53.9993,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,208.7586 l 52.1688,-0.0000 l 0.0000,4.5830 l -52.1688,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,213.3416 l 51.2536,-0.0000 l 0.0000,4.5830 l -51.2536,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,217.9247 l 41.1859,-0.0000 l 0.0000,4.5830 l -41.1859,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,222.5077 l 40.2707,-0.0000 l 0.0000,4.5830 l -40.2707,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,227.0908 l 35.6945,-0.0000 l 0.0000,4.5830 l -35.6945,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,231.6738 l 32.9487,-0.0000 l 0.0000,4.5830 l -32.9487,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,236.2569 l 36.6097,-0.0000 l 0.0000,4.5830 l -36.6097,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,240.8399 l 31.1183,-0.0000 l 0.0000,4.5830 l -31.1183,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,245.4230 l 29.2878,-0.0000 l 0.0000,4.5830 l -29.2878,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,250.0060 l 28.3725,-0.0000 l 0.0000,4.5830 l -28.3725,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,254.5891 l 26.5420,-0.0000 l 0.0000,4.5830 l -26.5420,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,259.1721 l 23.7963,-0.0000 l 0.0000,4.5830 l -23.7963,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,263.7551 l 12.8134,-0.0000 l 0.0000,4.5830 l -12.8134,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,268.3382 l 17.3896,-0.0000 l 0.0000,4.5830 l -17.3896,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,272.9212 l 12.8134,-0.0000 l 0.0000,4.5830 l -12.8134,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,277.5043 l 8.2372,-0.0000 l 0.0000,4.5830 l -8.2372,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,282.0873 l 8.2372,-0.0000 l 0.0000,4.5830 l -8.2372,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,286.6704 l 6.4067,-0.0000 l 0.0000,4.5830 l -6.4067,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,291.2534 l 6.4067,-0.0000 l 0.0000,4.5830 l -6.4067,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,295.8365 l 5.4915,-0.0000 l 0.0000,4.5830 l -5.4915,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,300.4195 l 6.4067,-0.0000 l 0.0000,4.5830 l -6.4067,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,305.0026 l 2.7457,0.0000 l 0.0000,4.5830 l -2.7457,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,309.5856 l 2.7457,0.0000 l 0.0000,4.5830 l -2.7457,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,314.1687 l 3.6610,-0.0000 l 0.0000,4.5830 l -3.6610,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,318.7517 l 1.8305,0.0000 l 0.0000,4.5830 l -1.8305,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,323.3348 l 0.0000,0.0000 l 0.0000,4.5830 l -0.0000,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,327.9178 l 0.0000,0.0000 l 0.0000,4.5830 l -0.0000,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,62.5042 l 1.8287,0.0000 l 0.0000,4.6159 l -1.8287,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,67.1202 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,71.7361 l 4.5716,-0.0000 l 0.0000,4.6159 l -4.5716,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,76.3521 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,80.9680 l 1.8287,0.0000 l 0.0000,4.6159 l -1.8287,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,85.5839 l 3.6573,-0.0000 l 0.0000,4.6159 l -3.6573,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,90.1999 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,94.8158 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,99.4318 l 1.8287,0.0000 l 0.0000,4.6159 l -1.8287,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,104.0477 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,108.6637 l 14.6292,-0.0000 l 0.0000,4.6159 l -14.6292,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,113.2796 l 11.8862,-0.0000 l 0.0000,4.6159 l -11.8862,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,117.8956 l 10.0576,-0.0000 l 0.0000,4.6159 l -10.0576,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,122.5115 l 25.6011,-0.0000 l 0.0000,4.6159 l -25.6011,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,127.1275 l 22.8582,-0.0000 l 0.0000,4.6159 l -22.8582,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,131.7434 l 22.8582,-0.0000 l 0.0000,4.6159 l -22.8582,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,136.3594 l 30.1728,-0.0000 l 0.0000,4.6159 l -30.1728,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,140.9753 l 20.1152,-0.0000 l 0.0000,4.6159 l -20.1152,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,145.5912 l 31.0871,-0.0000 l 0.0000,4.6159 l -31.0871,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,150.2072 l 32.0014,-0.0000 l 0.0000,4.6159 l -32.0014,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,154.8231 l 34.7444,-0.0000 l 0.0000,4.6159 l -34.7444,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,159.4391 l 33.8301,-0.0000 l 0.0000,4.6159 l -33.8301,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,164.0550 l 40.2304,-0.0000 l 0.0000,4.6159 l -40.2304,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,168.6710 l 43.8877,-0.0000 l 0.0000,4.6159 l -43.8877,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,173.2869 l 45.7163,-0.0000 l 0.0000,4.6159 l -45.7163,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,177.9029 l 35.6587,-0.0000 l 0.0000,4.6159 l -35.6587,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,182.5188 l 43.8877,-0.0000 l 0.0000,4.6159 l -43.8877,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,187.1348 l 52.1166,-0.0000 l 0.0000,4.6159 l -52.1166,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,191.7507 l 44.8020,-0.0000 l 0.0000,4.6159 l -44.8020,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,196.3666 l 32.9158,-0.0000 l 0.0000,4.6159 l -32.9158,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,200.9826 l 39.3160,-0.0000 l 0.0000,4.6159 l -39.3160,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,205.5985 l 32.9158,-0.0000 l 0.0000,4.6159 l -32.9158,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,210.2145 l 23.7725,-0.0000 l 0.0000,4.6159 l -23.7725,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,214.8304 l 25.6011,-0.0000 l 0.0000,4.6159 l -25.6011,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,219.4464 l 23.7725,-0.0000 l 0.0000,4.6159 l -23.7725,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,224.0623 l 29.2585,-0.0000 l 0.0000,4.6159 l -29.2585,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,228.6783 l 10.9719,-0.0000 l 0.0000,4.6159 l -10.9719,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,233.2942 l 11.8862,-0.0000 l 0.0000,4.6159 l -11.8862,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,237.9102 l 15.5436,-0.0000 l 0.0000,4.6159 l -15.5436,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,242.5261 l 7.3146,-0.0000 l 0.0000,4.6159 l -7.3146,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,247.1421 l 6.4003,-0.0000 l 0.0000,4.6159 l -6.4003,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,251.7580 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,256.3739 l 7.3146,-0.0000 l 0.0000,4.6159 l -7.3146,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,260.9899 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,265.6058 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,270.2218 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,274.8377 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,279.4537 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,284.0696 l 0.0000,0.0000 l 0.0000,4.6159 l -0.0000,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.4985,288.6856 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 407.9987,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 403.0342,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.0697,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 393.1053,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 388.1408,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.1764,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 378.2119,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 373.2475,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 368.2830,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 363.3186,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 358.3541,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.3897,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 348.4252,346.0007 l -0.0000,0.3121 h -4.9645 l -0.0000,-0.3121 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 343.4608,346.0007 l -0.0000,0.3121 h -4.9645 l -0.0000,-0.3121 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 338.4963,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.5319,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 328.5674,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.6030,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 318.6385,346.0007 l -0.0000,0.9364 h -4.9645 l -0.0000,-0.9364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 313.6741,346.0007 l -0.0000,1.8728 h -4.9645 l -0.0000,-1.8728 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.7096,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.7452,346.0007 l -0.0000,1.2485 h -4.9645 l -0.0000,-1.2485 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 298.7807,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.8163,346.0007 l -0.0000,2.1849 h -4.9645 l -0.0000,-2.1849 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 288.8518,346.0007 l -0.0000,0.9364 h -4.9645 l -0.0000,-0.9364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.8874,346.0007 l -0.0000,0.9364 h -4.9645 l -0.0000,-0.9364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.9229,346.0007 l -0.0000,0.3121 h -4.9645 l -0.0000,-0.3121 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.9585,346.0007 l -0.0000,1.8728 h -4.9645 l -0.0000,-1.8728 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.9940,346.0007 l -0.0000,2.4971 h -4.9645 l -0.0000,-2.4971 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.0295,346.0007 l -0.0000,3.4335 h -4.9645 l -0.0000,-3.4335 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.0651,346.0007 l -0.0000,4.3699 h -4.9645 l -0.0000,-4.3699 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.1006,346.0007 l -0.0000,3.4335 h -4.9645 l -0.0000,-3.4335 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.1362,346.0007 l -0.0000,4.0578 h -4.9645 l -0.0000,-4.0578 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.1717,346.0007 l -0.0000,3.7456 h -4.9645 l -0.0000,-3.7456 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.2073,346.0007 l -0.0000,7.8034 h -4.9645 l -0.0000,-7.8034 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.2428,346.0007 l -0.0000,5.6184 h -4.9645 l -0.0000,-5.6184 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.2784,346.0007 l -0.0000,7.1791 h -4.9645 l -0.0000,-7.1791 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.3139,346.0007 l -0.0000,7.1791 h -4.9645 l -0.0000,-7.1791 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.3495,346.0007 l -0.0000,8.1155 h -4.9645 l -0.0000,-8.1155 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.3850,346.0007 l -0.0000,9.9883 h -4.9645 l -0.0000,-9.9883 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.4206,346.0007 l -0.0000,13.7339 h -4.9645 l -0.0000,-13.7339 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.4561,346.0007 l -0.0000,10.9247 h -4.9645 l -0.0000,-10.9247 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.4917,346.0007 l -0.0000,14.0461 h -4.9645 l -0.0000,-14.0461 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.5272,346.0007 l -0.0000,21.2252 h -4.9645 l -0.0000,-21.2252 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.5628,346.0007 l -0.0000,19.3524 h -4.9645 l -0.0000,-19.3524 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.5983,346.0007 l -0.0000,18.4160 h -4.9645 l -0.0000,-18.4160 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.6339,346.0007 l -0.0000,20.9130 h -4.9645 l -0.0000,-20.9130 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.6694,346.0007 l -0.0000,29.9649 h -4.9645 l -0.0000,-29.9649 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.7050,346.0007 l -0.0000,27.4679 h -4.9645 l -0.0000,-27.4679 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.7405,346.0007 l -0.0000,53.9993 h -4.9645 l -0.0000,-53.9993 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 363.0810,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 358.5795,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 354.0779,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 349.5763,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 345.0747,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.5731,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.0716,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 331.5700,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 327.0684,346.0007 l -0.0000,0.6236 h -4.5016 l -0.0000,-0.6236 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.5668,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 318.0652,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 313.5637,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.0621,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.5605,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 300.0589,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.5573,346.0007 l -0.0000,1.5591 h -4.5016 l -0.0000,-1.5591 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.0558,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.5542,346.0007 l -0.0000,0.6236 h -4.5016 l -0.0000,-0.6236 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.0526,346.0007 l -0.0000,0.6236 h -4.5016 l -0.0000,-0.6236 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.5510,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.0494,346.0007 l -0.0000,1.5591 h -4.5016 l -0.0000,-1.5591 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.5479,346.0007 l -0.0000,2.1828 h -4.5016 l -0.0000,-2.1828 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.0463,346.0007 l -0.0000,1.2473 h -4.5016 l -0.0000,-1.2473 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.5447,346.0007 l -0.0000,2.1828 h -4.5016 l -0.0000,-2.1828 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.0431,346.0007 l -0.0000,2.1828 h -4.5016 l -0.0000,-2.1828 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.5415,346.0007 l -0.0000,1.5591 h -4.5016 l -0.0000,-1.5591 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.0400,346.0007 l -0.0000,3.7419 h -4.5016 l -0.0000,-3.7419 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.5384,346.0007 l -0.0000,3.7419 h -4.5016 l -0.0000,-3.7419 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.0368,346.0007 l -0.0000,3.4300 h -4.5016 l -0.0000,-3.4300 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.5352,346.0007 l -0.0000,1.8709 h -4.5016 l -0.0000,-1.8709 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.0336,346.0007 l -0.0000,3.7419 h -4.5016 l -0.0000,-3.7419 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.5320,346.0007 l -0.0000,3.4300 h -4.5016 l -0.0000,-3.4300 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.0305,346.0007 l -0.0000,5.3010 h -4.5016 l -0.0000,-5.3010 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.5289,346.0007 l -0.0000,7.7956 h -4.5016 l -0.0000,-7.7956 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.0273,346.0007 l -0.0000,5.3010 h -4.5016 l -0.0000,-5.3010 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.5257,346.0007 l -0.0000,6.2364 h -4.5016 l -0.0000,-6.2364 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.0241,346.0007 l -0.0000,8.1074 h -4.5016 l -0.0000,-8.1074 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.5226,346.0007 l -0.0000,7.4837 h -4.5016 l -0.0000,-7.4837 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.0210,346.0007 l -0.0000,8.4192 h -4.5016 l -0.0000,-8.4192 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.5194,346.0007 l -0.0000,11.8493 h -4.5016 l -0.0000,-11.8493 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.0178,346.0007 l -0.0000,7.7956 h -4.5016 l -0.0000,-7.7956 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.5162,346.0007 l -0.0000,13.0965 h -4.5016 l -0.0000,-13.0965 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.0147,346.0007 l -0.0000,14.6557 h -4.5016 l -0.0000,-14.6557 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.5131,346.0007 l -0.0000,21.8276 h -4.5016 l -0.0000,-21.8276 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.0115,346.0007 l -0.0000,17.4621 h -4.5016 l -0.0000,-17.4621 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.5099,346.0007 l -0.0000,17.4621 h -4.5016 l -0.0000,-17.4621 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.0083,346.0007 l -0.0000,19.9566 h -4.5016 l -0.0000,-19.9566 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.5068,346.0007 l -0.0000,21.2039 h -4.5016 l -0.0000,-21.2039 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.0052,346.0007 l -0.0000,29.3113 h -4.5016 l -0.0000,-29.3113 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.5036,346.0007 l -0.0000,52.3862 h -4.5016 l -0.0000,-52.3862 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 407.9987,51.7044 l -0.0000,-5.3999 h -269.9966 l -0.0000,5.3999 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 383.2647,33.9665 ZM 384.3035,26.0323 c 0.0000,-1.0209 0.9851,-2.4179 2.8656 -2.4179c 1.3791,-0.0000 2.9910,0.5194 2.9910 2.5791c 0.0000,1.3612 -0.6985,2.0418 -1.6657 2.9731l -1.7015,1.6477 c -0.0896,0.0896 -1.2895,1.2716 -1.2895 2.1134h 3.0447 c 0.6089,-0.0000 0.9313,-0.3045 1.1821 -1.2895l 0.4478,0.0716 l -0.3582,2.2567 h -5.5343 c 0.0000,-1.0030 0.1612,-1.7731 1.8268 -3.4746l 1.2537,-1.2358 c 1.0030,-1.0209 1.4149,-1.8985 1.4149 -2.9910c 0.0000,-1.6298 -1.1104,-2.0955 -1.7194 -2.0955c -1.2358,-0.0000 -1.5761,0.6448 -1.5761 1.0746c 0.0000,0.1433 0.0358,0.2866 0.0716 0.4119c 0.0358,0.1254 0.0716,0.2507 0.0716 0.3940c 0.0000,0.4657 -0.3582,0.6448 -0.6448 0.6448c -0.3940,-0.0000 -0.6806,-0.3045 -0.6806 -0.6627ZM 391.1094,33.9665 ZM 395.0318,24.2413 c -0.7701,-0.0000 -1.8985,0.7522 -1.8985 4.9253c 0.0000,1.4686 0.2687,4.4238 1.8448 4.4238c 0.3045,-0.0000 1.1642,-0.1970 1.5403 -1.5940c 0.2328,-0.8597 0.3582,-1.9343 0.3582 -3.4925c 0.0000,-2.2746 -0.5731,-3.5462 -1.0925 -3.9940c -0.1970,-0.1791 -0.4657,-0.2687 -0.7522 -0.2687ZM 395.0318,24.2413 ZM 394.9601,34.1814 c -1.9164,-0.0000 -3.2059,-2.4537 -3.2059 -5.1940c 0.0000,-3.3492 1.5940,-5.3731 3.2776 -5.3731c 0.7701,-0.0000 1.5403,0.4836 2.0597 1.1821c 0.7522,1.0030 1.1463,2.3462 1.1463 4.0298c 0.0000,3.9761 -1.9701,5.3552 -3.2776 5.3552Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 391.1094,43.6045 v 8.0999 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 328.8330,33.9665 ZM 332.2002,25.4233 c -0.3403,-0.0000 -1.1283,0.3224 -1.5224 0.5015l -0.2149,-0.5552 c 1.5761,-0.7343 2.1850,-1.1104 3.0806 -1.7552h 0.3403 v 9.0088 c 0.0000,0.6448 0.0896,0.8239 0.6806 0.8239h 0.9313 c 0.0537,-0.0000 0.1433,0.0358 0.1433 0.1433v 0.3940 l -2.4537,-0.0358 l -2.4895,0.0358 v -0.3940 c 0.0179,-0.0537 0.0358,-0.1433 0.1433 -0.1433h 1.0746 c 0.6806,-0.0000 0.6806,-0.3045 0.6806 -0.8239v -6.1611 c 0.0000,-0.6089 0.0000,-1.0388 -0.3940 -1.0388ZM 336.6777,33.9665 ZM 342.2120,30.9397 c 0.0000,-1.8448 -1.0030,-2.7582 -2.1134 -2.7582c -0.8239,-0.0000 -1.4507,0.1254 -2.1492 0.4119l 0.5731,-4.8895 c 0.5910,0.0537 1.2000,0.0716 1.8268 0.0716c 0.8955,-0.0000 1.8268,-0.0537 2.7940 -0.1612l 0.1075,0.0537 l -0.2687,1.1642 c -0.6985,0.0716 -1.2716,0.0896 -1.7731 0.0896c -0.8060,-0.0000 -1.4149,-0.0716 -2.0418 -0.1433l -0.3403,2.8298 c 0.3761,-0.1433 1.0209,-0.2687 1.7194 -0.2687c 1.8985,-0.0000 2.9552,1.6477 2.9552 3.2955c 0.0000,2.0059 -1.3970,3.5462 -3.4209 3.5462c -1.0209,-0.0000 -2.5074,-0.5731 -2.5074 -1.2716c 0.0000,-0.3403 0.2866,-0.5731 0.6089 -0.5731c 0.3582,-0.0000 0.5910,0.2687 0.8060 0.5552c 0.2687,0.3224 0.5552,0.6806 1.1283 0.6806c 1.1463,-0.0000 2.0955,-1.0746 2.0955 -2.6328Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 336.6777,43.6045 v 8.0999 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 274.4013,33.9665 ZM 277.7685,25.4233 c -0.3403,-0.0000 -1.1283,0.3224 -1.5224 0.5015l -0.2149,-0.5552 c 1.5761,-0.7343 2.1850,-1.1104 3.0806 -1.7552h 0.3403 v 9.0088 c 0.0000,0.6448 0.0896,0.8239 0.6806 0.8239h 0.9313 c 0.0537,-0.0000 0.1433,0.0358 0.1433 0.1433v 0.3940 l -2.4537,-0.0358 l -2.4895,0.0358 v -0.3940 c 0.0179,-0.0537 0.0358,-0.1433 0.1433 -0.1433h 1.0746 c 0.6806,-0.0000 0.6806,-0.3045 0.6806 -0.8239v -6.1611 c 0.0000,-0.6089 0.0000,-1.0388 -0.3940 -1.0388ZM 282.2460,33.9665 ZM 286.1684,24.2413 c -0.7701,-0.0000 -1.8985,0.7522 -1.8985 4.9253c 0.0000,1.4686 0.2687,4.4238 1.8448 4.4238c 0.3045,-0.0000 1.1642,-0.1970 1.5403 -1.5940c 0.2328,-0.8597 0.3582,-1.9343 0.3582 -3.4925c 0.0000,-2.2746 -0.5731,-3.5462 -1.0925 -3.9940c -0.1970,-0.1791 -0.4657,-0.2687 -0.7522 -0.2687ZM 286.1684,24.2413 ZM 286.0967,34.1814 c -1.9164,-0.0000 -3.2059,-2.4537 -3.2059 -5.1940c 0.0000,-3.3492 1.5940,-5.3731 3.2776 -5.3731c 0.7701,-0.0000 1.5403,0.4836 2.0597 1.1821c 0.7522,1.0030 1.1463,2.3462 1.1463 4.0298c 0.0000,3.9761 -1.9701,5.3552 -3.2776 5.3552Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.2460,43.6045 v 8.0999 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.8920,33.9665 ZM 229.4262,30.9397 c 0.0000,-1.8448 -1.0030,-2.7582 -2.1134 -2.7582c -0.8239,-0.0000 -1.4507,0.1254 -2.1492 0.4119l 0.5731,-4.8895 c 0.5910,0.0537 1.2000,0.0716 1.8268 0.0716c 0.8955,-0.0000 1.8268,-0.0537 2.7940 -0.1612l 0.1075,0.0537 l -0.2687,1.1642 c -0.6985,0.0716 -1.2716,0.0896 -1.7731 0.0896c -0.8060,-0.0000 -1.4149,-0.0716 -2.0418 -0.1433l -0.3403,2.8298 c 0.3761,-0.1433 1.0209,-0.2687 1.7194 -0.2687c 1.8985,-0.0000 2.9552,1.6477 2.9552 3.2955c 0.0000,2.0059 -1.3970,3.5462 -3.4209 3.5462c -1.0209,-0.0000 -2.5074,-0.5731 -2.5074 -1.2716c 0.0000,-0.3403 0.2866,-0.5731 0.6089 -0.5731c 0.3582,-0.0000 0.5910,0.2687 0.8060 0.5552c 0.2687,0.3224 0.5552,0.6806 1.1283 0.6806c 1.1463,-0.0000 2.0955,-1.0746 2.0955 -2.6328Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.8143,43.6045 v 8.0999 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.4603,33.9665 ZM 173.3826,24.2413 c -0.7701,-0.0000 -1.8985,0.7522 -1.8985 4.9253c 0.0000,1.4686 0.2687,4.4238 1.8448 4.4238c 0.3045,-0.0000 1.1642,-0.1970 1.5403 -1.5940c 0.2328,-0.8597 0.3582,-1.9343 0.3582 -3.4925c 0.0000,-2.2746 -0.5731,-3.5462 -1.0925 -3.9940c -0.1970,-0.1791 -0.4657,-0.2687 -0.7522 -0.2687ZM 173.3826,24.2413 ZM 173.3110,34.1814 c -1.9164,-0.0000 -3.2059,-2.4537 -3.2059 -5.1940c 0.0000,-3.3492 1.5940,-5.3731 3.2776 -5.3731c 0.7701,-0.0000 1.5403,0.4836 2.0597 1.1821c 0.7522,1.0030 1.1463,2.3462 1.1463 4.0298c 0.0000,3.9761 -1.9701,5.3552 -3.2776 5.3552Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.3826,43.6045 v 8.0999 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 407.9987,332.5008 l -0.0000,-269.9966 h -269.9966 l -0.0000,269.9966 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.0028,201.5962 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.0531,222.0355 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.1341,191.4615 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.5322,194.4391 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.8541,204.7023 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5615,202.0249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 299.9041,262.8314 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.7221,262.7999 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.6420,274.0853 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.5780,229.8233 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.2830,302.5133 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.8634,261.0709 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.3448,191.1061 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.9329,199.5036 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.7477,161.2761 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.4169,202.3668 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.8926,226.9406 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.6699,184.9924 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.2561,182.4810 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.6448,261.7671 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.0547,186.9594 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.5923,294.9856 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.0625,221.5510 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6891,184.1513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.4477,222.9793 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8399,189.8878 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.5726,198.2605 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.2513,215.2411 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8065,211.4855 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5362,198.3000 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.4588,211.4938 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.5478,217.9015 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.5522,254.1498 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.7724,196.7513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.5005,167.2652 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.9240,232.9027 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.9885,237.0619 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.3781,284.0997 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.5990,196.1293 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9536,237.8283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.6618,205.9215 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.3105,176.8615 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 283.7725,306.2659 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.4785,176.9703 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.0189,253.8097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.0407,241.8569 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.9763,241.7412 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.0724,225.8765 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.9083,208.1329 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.3964,223.9319 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.4467,301.1837 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.3900,239.6953 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.4180,247.6713 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.4230,216.4019 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.1346,271.3062 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.9256,204.9143 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.4682,239.3237 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.2117,211.8726 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 296.2795,253.0930 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.2201,258.5730 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.2587,206.9967 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.6291,257.7097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4958,227.2469 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.0241,190.5624 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.6173,253.9452 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 251.2122,282.6328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.2955,208.0380 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.9123,260.2249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0250,177.8627 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.2661,225.9118 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.8262,215.1280 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.6611,150.0027 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.4684,229.2364 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.9867,224.7394 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.4530,272.4960 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.2163,225.7924 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.4889,248.9472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.8153,285.2210 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.2826,232.8836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 257.2758,228.2124 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.1193,210.9801 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.6904,207.0196 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.2683,211.5088 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.2638,202.5973 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.3216,228.6316 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.5466,206.9125 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.1100,224.7642 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6920,172.6367 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.0427,240.0827 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.0502,204.2458 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.9613,191.6968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.4152,170.9683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.8890,279.3417 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.9642,196.2476 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.8391,212.2640 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.3836,216.9355 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.4107,282.0505 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.7087,290.1637 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.6015,230.9786 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.9472,174.7167 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.7699,260.0287 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.3555,149.5687 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.5148,262.6064 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5769,212.6623 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.6093,245.2529 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.5252,194.7488 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.6596,252.6078 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.9808,203.9814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.9148,173.4899 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8048,213.8401 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.6660,187.5346 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.3552,255.3797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 260.6571,254.1845 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.0574,225.4556 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.6239,251.5983 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.7798,186.6774 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.1889,240.7852 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 318.0475,283.8165 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.7393,220.1291 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.2947,212.1201 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.9263,146.7905 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.5191,206.9195 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.7981,199.3331 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.9597,237.0371 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.7594,191.1986 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.6261,214.0005 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.2049,252.4893 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.6014,175.0323 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.3424,215.1961 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.8604,214.3245 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.8693,243.2244 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.9243,269.0915 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.1744,213.0532 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.0677,235.1623 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.9815,207.6850 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4979,186.3057 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.0153,171.2656 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.0765,223.5170 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.6927,208.2635 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.5300,234.7265 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.9245,190.2771 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.6852,268.4689 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.5951,203.7602 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.6858,221.9086 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.6473,264.0658 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.6263,267.9065 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.8527,234.0664 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.4285,178.8706 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.8915,190.8986 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8641,210.5676 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.7731,202.1279 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.2026,214.4140 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.2591,182.3640 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.6721,202.5561 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.4805,217.3845 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.3747,214.5315 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 364.7030,281.8363 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.2768,229.5506 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5773,230.8983 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.2258,212.6883 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.8717,292.5239 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.8276,219.5522 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.6908,220.3498 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.6018,207.5000 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.3627,231.4108 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.5783,236.0861 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.1856,255.6858 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.9266,156.7386 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.6707,246.4731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.2358,257.1558 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.7698,190.4114 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.1235,207.2362 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.5732,169.4284 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.0816,145.7977 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.0145,253.7682 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4761,219.9963 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.3594,163.8487 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.6000,233.7016 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.3574,122.7029 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.7451,217.3096 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.8907,240.1212 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.4584,207.4926 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0732,219.0365 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.8905,155.2993 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 315.2389,247.3272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.4525,174.1026 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.1343,189.6483 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5672,143.6881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 256.1111,303.5989 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.8209,171.6057 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.1813,296.3823 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.4499,266.9572 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.1059,132.9896 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.6919,201.8140 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.5042,233.8415 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.5225,257.6236 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.2684,285.5256 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.5154,203.7215 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.7312,175.0269 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.5032,260.2836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.1450,183.8852 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 270.8221,248.5756 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.3995,183.4916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.6995,233.3671 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.4500,168.5342 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.9944,166.8526 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.0253,190.5895 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.8136,213.4526 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.0335,281.8250 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.2349,251.7224 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.8212,233.0044 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.6893,220.0560 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.2622,189.5118 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.8882,159.6472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.5447,260.6738 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.1062,156.8810 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.2309,270.5393 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3579,227.6670 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.6209,206.1322 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.9018,282.4125 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 236.2987,274.1283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.4503,229.1786 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.7063,207.1138 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.8868,206.2997 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.1283,193.5317 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.9536,264.1496 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.8107,228.2570 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.8278,241.9722 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.5635,212.1230 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.8147,194.9151 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.9185,222.4180 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4679,181.6345 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.8521,235.7333 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.1129,172.7014 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.1069,174.4999 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6411,219.1434 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.4486,158.7138 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.7628,215.6214 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.6736,218.6227 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 363.6166,322.5311 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.9297,244.1397 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 258.9940,214.5543 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 267.8685,273.1294 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.4374,247.3472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6988,179.4228 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.5645,222.0281 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.7172,219.6836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.5605,252.0417 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.2581,193.0906 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.5190,135.7436 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.9340,257.1465 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.6100,207.5364 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.3828,231.3266 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.1469,170.0507 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 315.9280,291.6477 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.0925,226.2808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.6522,204.6617 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.0386,221.5867 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.1338,284.2146 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.9103,211.3563 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.6121,264.3734 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 306.0515,258.2247 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.3690,164.6328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.7560,259.4161 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.9281,214.2731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.1822,212.8673 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.5212,252.0028 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.2136,296.3144 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.9572,166.4395 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.3586,244.4021 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.2901,252.7113 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.5996,230.6444 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.7717,171.9430 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.2018,228.4674 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.1104,239.4156 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.5550,232.3541 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.3615,225.0141 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.2049,210.4065 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.0485,243.7059 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.1542,194.8963 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.6962,187.4621 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 314.1795,213.3581 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 258.0580,251.7014 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8267,190.2104 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.5047,169.0118 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.0512,163.7222 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.2566,207.6500 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.9027,196.8556 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.6184,241.4891 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.7867,157.8981 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.9350,220.8930 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.5305,264.8104 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.3037,226.9575 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.9878,242.0899 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.3958,194.8055 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.2389,261.8278 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.7325,228.2125 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.7844,275.5785 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7036,167.9345 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.3357,201.8980 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.3034,249.1736 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.7144,223.1493 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.0685,165.5233 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.7660,201.8808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.9566,218.3995 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4266,194.8797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.8443,218.1442 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.3290,222.6683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.5219,203.5465 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.2031,196.0965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.6849,233.6700 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.4020,189.8292 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.4860,203.0361 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.3994,206.5103 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.7988,270.4820 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5456,206.0554 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8493,137.0283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.5381,230.3900 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6173,202.7188 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.4617,208.4985 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.9780,289.9219 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.6757,176.2291 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.4566,214.7799 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7983,221.1947 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.8590,205.4029 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.3643,246.9751 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.7346,196.8272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.0649,205.8683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.2333,254.2320 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.8621,224.0671 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.6160,192.0938 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8497,209.7405 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5404,172.0885 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4910,129.6761 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3771,160.8528 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.7734,258.0338 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.9763,265.5563 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.9030,177.6423 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.2699,198.8310 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.1933,246.1180 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.8964,244.0253 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.3914,218.3022 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.7653,232.2996 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.1964,212.7508 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 257.1829,241.2522 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.1864,140.7444 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.2709,174.0431 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.6604,241.2306 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.8929,108.4584 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.9727,179.2049 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 271.8597,185.8725 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 256.0570,232.1167 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.3727,208.1000 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.3834,163.0249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.9004,231.2844 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.0117,270.4538 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.2623,138.1593 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.0124,221.8523 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.6456,191.4340 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.8325,215.0517 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7157,179.2320 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.1385,182.6963 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 242.6696,262.4878 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 277.2326,249.4100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.6603,234.9660 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.1899,173.7148 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.7170,191.7040 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.5800,180.0025 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.0804,207.2698 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.4226,231.5756 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.0898,226.4530 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.6106,254.5631 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.0081,207.5435 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.3692,217.8056 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.2687,129.8453 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.8544,215.1923 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5341,284.6431 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.2177,145.5468 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.8087,205.2883 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.0867,205.7802 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.2454,205.0613 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.9216,220.5930 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.9924,266.7850 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.1603,211.8674 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.8934,198.2365 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.0827,202.0362 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.5066,242.7100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.3541,229.5586 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.8541,271.2639 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.9518,230.3245 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.4609,188.7785 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.5552,181.1495 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.5810,210.4105 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.9322,154.6203 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.7503,154.6259 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.5441,260.3920 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6860,156.6367 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.3106,244.6544 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4760,306.3337 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.7518,171.7157 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.7657,238.4811 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 236.2286,285.9929 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.4103,150.2836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.7092,197.9719 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.6006,284.6208 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.7037,215.4795 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.9292,209.9746 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 410.6986,284.9298 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.6603,152.4393 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.5963,210.4580 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.5124,181.4163 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.3599,217.5328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.6289,219.2971 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.9349,215.9711 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.4960,216.7272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.7685,248.1095 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.4147,230.8954 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.8179,176.5847 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.4384,259.4127 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.6965,215.1696 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0962,204.4410 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.9084,191.9495 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.3434,160.4064 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.9380,174.5916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0426,189.0545 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.5433,196.0249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4914,218.8918 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.0493,273.8119 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.5027,257.4687 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.6810,214.2789 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.7506,179.1954 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8190,176.3859 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.8432,238.8808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.8292,230.6751 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.3369,137.1328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.0250,178.5972 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.3083,236.0844 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.3348,218.0730 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.2999,218.2139 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4824,201.9636 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.6888,184.7941 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5697,212.3823 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.1428,226.6135 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.0726,207.0762 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.5503,170.1855 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.4443,237.9948 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 236.4417,203.3228 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.0852,293.5657 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.9323,203.8854 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.1856,154.2306 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.4267,219.0992 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.8514,228.7734 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.2581,217.8080 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.9189,231.7100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.7119,235.9636 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6829,213.1415 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.5430,191.3057 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.1704,200.7256 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.5119,240.3091 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.8914,209.9817 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.1754,215.7879 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.8009,213.8129 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.1166,198.0470 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3669,148.7364 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.0113,227.1414 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.2439,234.2221 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.0280,234.8487 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.4750,239.3733 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.7747,261.3081 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.2543,268.3881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.7967,204.4571 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.1192,210.2291 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.1431,186.3033 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.2491,246.5234 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.4439,271.3289 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5926,118.3400 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.2111,204.5945 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.7973,209.3427 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.8915,184.1911 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.5600,246.2113 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.3920,307.9338 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.4731,244.9670 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.7529,251.6174 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 270.9340,242.5273 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.6317,230.4692 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.6939,165.7920 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.0562,185.2519 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.3978,221.3031 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.5224,234.1876 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4136,219.4763 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.5144,246.5639 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.6178,240.8273 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.4128,200.0927 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3234,188.5093 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.3041,164.1980 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.8473,200.9974 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.4954,218.7538 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.9350,211.1527 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.9596,217.7878 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.5511,218.2097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.8343,234.1962 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.4014,244.5683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.6158,220.2690 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.5053,212.7923 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.7961,225.5385 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.0243,167.7124 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.1827,190.6064 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.6746,182.8201 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.2849,262.7644 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.7755,266.4513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 266.6231,275.3573 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.2576,243.0470 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.6778,216.6640 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.2331,166.1313 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 333.9194,217.5988 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.3106,311.3253 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.0458,276.6615 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.1021,261.8320 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.9689,233.6635 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.8070,190.0692 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.3293,232.8835 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.3608,246.6255 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.4083,194.8976 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.2489,269.6821 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.0535,211.3016 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3190,216.5121 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.7596,238.9248 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.5113,219.3935 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.6062,187.1099 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.7415,190.8567 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.2609,228.3838 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8784,196.4026 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.8649,181.0012 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.6386,159.8249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.2503,201.5169 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.7475,209.1824 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.9205,201.0840 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.0332,215.1245 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.8616,241.5220 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.6591,241.3705 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.7603,140.4988 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.6068,189.5039 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.6139,193.1472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6074,182.6089 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.6059,248.6194 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 302.7205,263.0648 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.4761,230.7448 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.1450,198.6617 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.9518,278.0073 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6564,134.7448 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.0075,259.8290 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.0936,220.2681 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.1061,216.6100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.6796,176.3264 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.6848,201.0750 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.7850,241.3420 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.2235,211.8804 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.1442,210.2441 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.0532,205.3512 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.6064,207.1170 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.6642,160.2570 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.6327,168.1142 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.7335,290.4794 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5293,188.0851 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.8430,257.4858 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.8390,224.7124 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.7340,170.4769 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.3490,146.0212 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.5445,247.0731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.6920,144.7957 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.4261,220.1445 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.7324,239.4475 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.0433,167.7767 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.0530,195.3093 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.6516,200.8537 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.6558,223.3815 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.8263,266.7523 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.6405,165.3866 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.1969,184.3464 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.2246,225.0965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.3144,194.3226 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6251,186.9397 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.8804,247.9154 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.8596,266.1401 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.0575,181.3356 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4811,209.1547 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.0780,142.9895 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.1337,202.8101 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6257,211.9909 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.4050,183.3715 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5033,193.4235 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.6388,205.4034 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.3508,311.1400 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.7677,236.7396 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.4100,289.2708 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.0659,237.1712 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.7657,154.6175 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5820,153.4487 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.1709,186.8123 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.4707,212.1562 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.7741,234.5419 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0438,200.6785 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4705,188.0273 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.6761,107.1701 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.1165,174.1441 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4823,150.1608 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.4451,129.4050 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.1159,147.6913 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.7782,218.0808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5927,143.5482 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.8570,257.5373 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.9404,240.6041 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.6709,216.2577 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.9883,256.1086 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.6804,197.8927 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.6263,258.3408 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.0525,214.0853 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.8637,201.6324 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.4126,216.2922 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.7867,184.3195 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.7308,238.2789 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.2234,226.0339 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.2731,180.9557 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.4423,187.5604 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.9488,181.9350 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.8514,250.2466 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.6276,214.8748 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.2239,246.5049 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.9672,197.3658 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.8952,151.3570 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.7677,260.4257 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.2419,295.6048 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.9955,213.7223 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.3763,253.9492 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.8454,221.5567 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.1458,237.2727 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.6466,201.3993 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.5959,277.1428 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.1012,249.8598 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 311.5926,293.1554 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.3795,205.7043 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 257.7336,316.7374 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.3561,249.2626 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.4790,270.1617 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7983,242.4849 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.8075,228.2762 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.5177,212.7126 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.3328,258.2391 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.3789,207.4660 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.7590,262.6297 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5021,193.4987 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.6278,184.6735 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.2377,187.0973 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.8480,220.5300 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.0135,182.0593 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.6149,255.2965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.2541,249.6410 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3361,185.8854 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.7888,145.4564 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7474,209.8278 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.3826,217.5858 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.4547,250.6135 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.8393,219.6097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8502,128.9349 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8909,221.1046 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7328,201.5718 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.4618,197.6775 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3892,190.9537 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.0734,264.6567 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.2805,174.3815 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.4852,260.4541 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.6280,190.6953 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.1967,104.9073 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.3075,265.1772 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 288.9463,209.5642 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.3889,214.3975 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.6495,249.3232 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8415,241.0176 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.3743,200.9299 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.0049,190.0406 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.4437,185.1731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 236.3029,257.8835 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.0724,206.9599 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.7479,136.6810 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.3396,198.9824 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.3812,171.4421 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.9455,160.7511 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.7826,184.7042 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.6211,263.7809 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.6944,177.6379 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.0239,183.1408 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.8976,275.5175 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.7106,226.9647 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.3093,206.6589 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.3840,243.4330 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.4728,211.6770 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 345.8712,293.6652 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.3949,226.1109 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.6971,187.0141 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.6158,186.2401 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.9982,203.5607 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.0959,216.0407 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.0759,321.1742 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7235,206.7252 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.2266,255.2844 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.6585,208.5897 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.7295,262.9502 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.0912,279.5194 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.4807,251.3418 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0576,219.9509 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.6350,208.0095 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.2661,189.9872 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.7088,243.8115 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.9645,219.2600 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4851,152.0816 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.3895,190.6021 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.9136,215.8385 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.1382,203.6548 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.3361,258.9689 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 267.5275,298.5723 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.3803,252.4836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.2507,205.9126 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.6163,264.9013 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.4761,227.9849 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.3232,268.1950 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.1351,162.0946 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.5340,155.9007 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.7790,232.0037 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.0626,195.8597 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.6650,148.2347 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3966,202.9430 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.5297,254.5955 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.0104,223.4539 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.9681,216.7342 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.3913,199.7077 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0662,231.4299 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.1932,196.0264 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1583,235.5631 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1067,251.8688 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.8459,217.8142 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.1995,204.8015 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7284,250.1797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.6260,306.1825 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.5574,219.7453 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.0831,207.6881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4948,151.5265 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.0850,213.4791 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7216,189.7499 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.9004,272.9564 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.0455,179.7857 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.8467,233.2479 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.1523,206.5337 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.0959,232.5706 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.1368,234.9360 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.5673,258.6612 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6526,177.3402 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.0357,241.2303 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.8911,173.3448 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.4525,264.9653 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7434,165.5036 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.9186,217.4504 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.8238,227.4938 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.5534,205.4824 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.3311,182.7185 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.6128,241.7895 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.4555,167.1554 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.2595,240.9746 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.5788,232.9778 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.3351,147.7334 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.1209,177.9292 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.1173,224.4743 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.3487,265.8199 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.8333,163.3036 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.6368,241.5477 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.6018,221.8616 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.9606,160.4820 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2297,211.8241 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.1898,159.0513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.7167,250.6075 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.6343,253.5434 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.0868,214.7687 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.5995,162.1975 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.5463,247.0353 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.9958,290.9549 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.6081,244.5843 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.6284,273.0657 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.9276,209.0874 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 366.1101,316.0486 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.9232,230.7633 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.4027,210.5482 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.4501,174.6924 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.8213,210.0357 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.3064,217.5090 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.0287,168.7968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.3050,271.9676 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.4091,241.3149 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.9236,209.8226 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.7081,231.0325 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.6630,189.3814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.9001,207.8511 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.3429,250.6776 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.9580,163.9101 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.2759,164.4530 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.3904,246.0914 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.9576,129.2881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.4641,181.8440 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.7884,258.3128 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.7568,234.7472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.2218,222.3796 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.7249,298.2904 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.5304,220.2276 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.4304,172.4685 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.1393,208.8945 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.8197,237.5813 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.4359,227.4753 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.1593,242.1056 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.3863,301.5033 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5001,188.6438 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.6082,165.3429 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.0731,219.6949 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.4231,183.1089 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.1668,210.0270 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.0900,194.7851 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.2571,274.2508 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.3985,198.5213 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.8557,152.7665 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.8615,228.4780 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.9899,205.2804 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.0323,218.5160 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.2306,178.0843 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.5849,230.9801 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.0394,213.0062 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.6930,311.3911 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.2913,224.5544 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 292.9514,278.5177 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.8074,237.9047 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.8970,179.2739 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.1429,282.3797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7868,185.7686 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.8272,208.8787 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.5803,248.4466 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.0618,193.1541 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.9377,196.7916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.6855,243.8596 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.8641,276.8560 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.2622,200.3065 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.1811,253.3724 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.9627,209.4903 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.4254,198.2901 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.0836,228.9931 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.0329,152.0793 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.1177,241.7821 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.7552,176.4818 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.6816,172.4054 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.4759,234.0110 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.7792,227.5205 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.2531,178.9916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.2135,249.0361 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.5966,237.1988 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.2561,311.6349 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.0992,238.6514 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.9566,223.1842 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.3224,213.5241 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.7598,266.5314 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.1222,262.7068 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.6454,232.6365 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.5505,193.0275 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.4004,264.5481 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.0472,192.4980 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.5329,273.6247 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.4024,190.4514 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.6926,250.1277 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.7960,276.7074 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.3413,181.9172 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 257.4097,221.2331 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4858,247.4268 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.2805,206.7751 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.5112,302.4752 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5420,224.3328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.5194,175.4282 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.8412,316.4489 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.9547,176.8531 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 272.4039,235.3763 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.2457,189.5375 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.7418,194.6857 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.5815,203.6133 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.5048,162.4899 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.4801,274.3274 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.8724,278.8477 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.3304,210.5875 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.9375,193.8283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.4762,223.0087 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.4849,212.2150 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.5868,246.4271 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.3984,261.4486 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.0825,228.0893 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.3493,250.7831 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.7359,203.9116 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.5413,242.3017 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.0662,244.4037 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.2742,218.1196 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.3874,232.4827 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.9249,334.0597 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.3583,182.4437 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.7841,155.4063 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.5241,224.3921 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.9770,298.5741 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.6060,158.8805 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.8939,241.4255 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.6062,247.2272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.3616,198.1105 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.4011,243.0657 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.4328,227.4950 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.0855,235.3136 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.5010,224.3230 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.6009,318.8803 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4771,211.5393 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.7327,236.6234 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.0471,185.6156 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2831,170.2985 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.8386,306.4968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.7952,278.7584 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.3931,124.8227 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.9277,195.5956 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.4344,167.1382 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.9476,247.6606 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.2262,181.6146 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2775,198.1234 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.2059,202.1762 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.4607,242.5049 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 293.6244,235.0165 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.8536,174.5235 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4724,166.1724 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.5280,208.1219 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.0643,260.4863 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 301.1322,273.1289 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.2191,243.2303 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.2665,178.7723 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7731,160.2377 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.7520,208.4216 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 368.1283,310.3741 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.9817,172.1131 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.2755,282.6941 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.6139,190.9308 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5690,215.2199 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.2746,190.6850 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.4410,234.4419 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.4027,215.6072 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.2710,263.8200 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.7810,250.8612 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.8945,213.3333 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.9812,243.9833 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.4379,260.4947 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.6888,220.2503 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.0921,174.2563 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.9117,179.9809 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.9280,222.0561 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.0364,223.7033 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.1784,187.7550 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.7920,256.7887 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.0677,237.8584 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 269.9272,230.3172 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 274.7872,253.9951 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.6253,170.1965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.5735,212.7968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.1175,246.1471 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.7458,227.5699 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.7294,297.7495 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.0925,243.9529 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.0990,219.9814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.5417,274.8763 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.9072,247.0788 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.1773,180.6674 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.5047,176.0046 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 236.0860,224.9703 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.1833,220.1833 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.6530,160.8814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4761,110.4175 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.0983,252.1693 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.4330,191.7422 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.6186,255.6723 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.1977,233.0853 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4831,167.8038 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.1921,187.2725 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.0105,183.2623 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0388,177.0277 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.2928,150.2251 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.8616,225.1502 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.5240,212.5922 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.1047,202.8112 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.8213,175.0155 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.8230,218.0637 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5502,118.2018 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 314.8206,278.7667 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.5358,235.0392 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.7523,275.8692 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.2458,208.2553 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.5141,249.8311 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.6460,169.3408 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.4982,207.4855 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8322,195.6553 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.8907,161.3853 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.8822,197.1667 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.9620,180.0944 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.4395,155.0835 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.0411,185.3508 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.5368,248.3015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.3920,157.6178 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.2567,213.0850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.9931,168.1837 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.7842,243.3629 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.7507,94.1793 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.4692,156.9343 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.7485,192.8663 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.6876,137.3439 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.8732,201.4123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.5191,165.0594 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.4379,166.8428 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 257.5852,140.9433 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.6802,208.0766 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.9233,183.1672 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.6865,224.9056 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.1871,169.1249 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.9460,224.7370 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.5352,172.0861 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 259.5837,140.3088 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.6640,136.0313 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.0030,123.1893 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8607,171.2743 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.3202,202.4953 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.6220,239.2391 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.2385,142.1525 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.1581,130.6984 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.9593,230.8930 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.4887,149.1961 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.9055,152.8506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.2655,150.8230 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4793,238.4573 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.8099,155.0409 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.7660,199.1584 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.0568,162.3829 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.6048,181.2060 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.8069,128.3919 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.4036,176.8601 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.5621,138.0867 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.2599,164.8284 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.3468,189.9571 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.6901,242.4345 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.9175,178.7639 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.7660,201.8360 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 152.1729,175.1368 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4127,204.1306 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.1540,160.9325 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.2328,179.8059 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.7755,137.4795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.1732,124.2951 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.7290,158.0270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.7093,157.6585 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.6690,148.7740 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.6735,154.5481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.7400,67.7682 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.2726,239.7721 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.8163,208.2300 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.7592,189.7782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.3058,177.0590 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3523,227.4802 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3523,201.1677 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.7990,241.5302 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.7394,130.3255 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.9419,119.3291 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3792,183.9283 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.5816,190.6980 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 242.9437,148.3742 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.1847,248.3227 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.8340,198.7003 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4817,211.2473 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5064,242.0378 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.0743,183.0536 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.3529,254.8660 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.8563,127.4977 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.1795,166.6261 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 266.9072,109.2991 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.1435,199.0565 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.9426,145.6595 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.9514,240.8655 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.8968,188.1498 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.4814,210.4975 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.5766,139.2888 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.8883,123.3284 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.1901,155.8550 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5322,222.8289 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3576,204.7694 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.2244,163.8138 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.5819,136.7020 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.1040,196.0583 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5235,179.7195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.3038,198.6643 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.6512,160.4361 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.7206,166.8320 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.2328,188.2795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.3997,151.3181 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.2208,200.2253 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.1064,222.7955 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5764,193.2046 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.6399,96.6925 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.0706,196.2965 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.8109,227.4154 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.1479,113.4070 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.8372,180.6324 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.4456,146.3694 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.2429,184.6445 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.0156,154.1601 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.8154,216.4834 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.4216,124.0360 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.5702,135.8950 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.1940,201.7572 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.5102,139.0361 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.1613,175.9618 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.9140,143.6334 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.0459,181.4557 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.5654,261.1909 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.3042,189.7994 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.1102,216.2106 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.5547,150.9159 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.6289,152.7079 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.6841,228.9174 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.3327,243.4828 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.0523,156.5880 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.1955,194.4669 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.2098,203.9480 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.3934,181.0080 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.2710,185.8358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.5578,158.0044 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.3133,171.1311 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.3488,198.5441 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.2492,203.7658 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.0718,218.1129 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.0966,230.1776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.6076,165.7832 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.0476,140.4779 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.1689,185.0716 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.8605,201.8456 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.2927,194.2494 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.1022,175.7053 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.7933,207.7109 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.9107,199.8289 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.2378,206.6017 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8299,151.0202 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1062,178.8961 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.5538,192.3217 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.0959,165.0087 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 236.5605,124.2925 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.3062,136.4506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.9100,155.8592 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.7959,107.6236 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.5019,153.6624 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.0346,205.3582 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.5385,134.3584 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.6413,171.8503 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 260.8331,131.0995 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.0450,221.8215 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.3650,191.2195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.1572,166.7131 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.1812,147.0173 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.3208,163.1431 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.2826,174.7246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.7563,178.2663 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.4643,175.8991 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.7776,198.6909 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.8827,178.6293 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.6085,222.9963 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.5674,178.2508 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.2727,156.1294 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.6184,176.1167 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.9188,220.3290 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.1610,143.3713 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 231.8205,115.1852 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.9858,220.4477 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.7615,196.0207 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.3090,215.6497 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.7248,126.7275 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.8294,172.7143 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4906,291.9078 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.0666,205.0083 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.8273,133.5861 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.5075,187.3976 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.7998,187.5207 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.5581,112.7400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.3964,269.9757 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.0792,214.8795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.6920,184.2251 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.8609,150.0270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.1196,109.1776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.8312,164.1574 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.9181,113.8358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.0281,215.7340 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.8317,235.9223 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.7681,223.3811 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.3006,154.9115 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.4709,144.3810 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.6655,208.6846 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.3902,192.1928 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.9163,189.4620 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5396,213.8240 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.5611,188.0819 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.4361,207.3611 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.9145,133.8547 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.9266,129.8317 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.0052,139.0868 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 257.9708,117.0619 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.0883,84.7535 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.0763,95.6428 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.9817,168.7039 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.1519,169.0027 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.3653,131.8104 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6923,185.9359 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.0960,78.1904 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.6523,170.9801 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.0303,177.1450 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.7477,190.3569 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.4799,205.2744 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.9964,199.0148 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.7110,171.2931 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.4488,168.3814 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.5777,218.2145 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.6219,184.4063 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.0118,197.1974 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.3873,240.9340 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.3735,206.9722 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.5193,153.6597 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.6736,121.7388 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.7999,158.6833 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.5034,110.8606 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.7426,282.7610 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.8003,176.1028 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.6325,216.8535 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.6742,141.3158 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.5969,184.6400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.1323,147.5269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.4785,259.5929 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.8146,159.9685 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.3041,140.3911 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.7143,182.0812 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.0454,250.5961 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.0571,186.7764 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.5233,177.1684 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.9939,227.2798 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.3656,221.7123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.6439,232.4901 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.6603,131.0865 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.4832,191.8798 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.1981,187.0350 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.2002,203.8599 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.8505,201.6118 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8595,258.9169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.2604,212.3555 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.0191,131.7118 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.4356,129.0725 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.2829,207.1631 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.1934,173.1121 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.6156,221.9997 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.2322,204.1565 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.8905,184.1041 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.7352,175.4289 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.1049,227.6552 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3571,212.9383 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.0119,187.5765 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.2373,216.6347 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.8279,126.0727 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.9879,190.9598 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.4692,151.9564 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.7887,168.0841 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.6334,156.6077 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.7114,166.7037 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.3443,197.3691 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.9774,137.4484 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.9687,225.0951 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.1656,192.9296 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.9426,186.7055 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.3622,227.6506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4938,171.2740 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.0349,259.7150 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3546,201.4157 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.6399,163.8990 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.9750,189.5401 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.5683,134.8778 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.0193,90.3489 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.0235,196.5895 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.9017,144.2170 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.4040,268.5706 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.3127,177.8850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.3408,112.5075 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 272.6659,96.9470 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.7122,210.0667 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.4608,196.0811 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.0516,210.8802 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.2127,175.8062 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 296.5517,160.0403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.9932,144.1681 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.5565,217.1742 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.7554,122.7063 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.3199,224.5367 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.8653,217.2822 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.0998,214.3151 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4421,232.5305 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.8295,136.3446 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.4345,160.8455 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.0068,139.5805 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.2361,217.2984 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.7775,138.8533 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.3490,190.7026 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.8737,204.8642 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.5715,239.4001 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.7359,138.7921 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.5809,202.6169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.5239,226.5117 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.6827,122.5983 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.8949,235.0159 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.2513,216.9352 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.2719,145.0899 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.2312,187.8618 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.7613,211.2494 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.2648,162.7338 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.8570,224.0560 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.0451,223.0506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.5596,174.9625 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.0069,167.7606 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5405,221.0363 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.9083,224.2558 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.5992,193.2081 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.4872,168.7742 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.2210,126.7510 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.5778,137.1400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.3450,112.0641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.8469,214.7904 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 152.9862,168.7032 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.3532,178.2179 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.8958,184.1406 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.0693,138.3699 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.2176,191.5466 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.7104,120.0218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.4967,210.9478 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.7191,199.4543 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5850,190.3740 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.7866,186.2403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.4843,83.5073 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.7962,174.4870 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8078,164.3043 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.9342,192.8919 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.0646,155.2588 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.6218,202.0325 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.8488,184.4677 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.0490,204.8481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.2239,194.8239 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 364.4310,63.6023 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.7188,118.7179 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 220.7553,162.3263 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3700,192.9042 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.9274,177.1492 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.1112,175.6718 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.3854,62.5042 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.8030,144.0477 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.9503,191.3400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.7518,172.8978 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3524,259.2358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.6263,171.2232 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.4820,174.9987 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.1958,90.0810 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.8481,162.5582 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.7034,164.8555 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.8771,154.6954 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.9979,187.8479 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.8844,203.4223 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.7029,165.8297 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.8345,211.1704 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.2857,97.0005 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.1257,153.7952 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0053,149.8645 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.6288,206.2175 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.5437,201.4730 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4597,171.4818 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.5513,207.0130 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.0075,184.9384 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.2724,117.9659 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.2824,200.3575 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.3141,234.7647 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.7209,112.7922 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.6233,191.7562 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.1934,172.7544 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.5176,183.8741 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.4486,192.9123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.1026,183.8265 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.9377,181.9656 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.7854,180.5598 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.3333,231.2927 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 267.9959,130.8711 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.5034,104.5593 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5251,149.9776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.4096,170.6502 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.7161,132.4587 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.5461,154.5238 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.5771,241.7043 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.8907,187.8224 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.2856,177.4123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.5748,230.4660 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.7150,138.8836 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.8457,148.8355 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5319,252.9782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.3727,110.0083 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.1339,172.5941 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.5781,132.3246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.6390,180.1153 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.2042,147.6082 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4815,224.3270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.4461,185.6102 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.7313,186.5235 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.0509,136.2158 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.2907,181.0075 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8519,152.2043 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5238,203.4512 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.7488,149.2141 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.3726,180.0425 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.7441,152.6357 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.1914,131.5446 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.5934,201.0799 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.9583,157.4720 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.0651,189.6188 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.0434,148.7309 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.0051,177.2146 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 256.6949,140.5420 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.8733,164.3360 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.0400,186.3015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.8452,108.9915 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.2823,115.9844 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.0602,222.8737 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.1831,158.4149 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.1786,96.6200 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.0110,126.9030 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.9177,187.2701 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.3349,191.8310 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.0012,166.4913 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.9194,195.7219 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 236.3529,121.6892 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.2179,167.9308 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.7808,208.7782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.8221,177.5325 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.2473,207.2484 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.6439,205.0844 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.6886,178.5226 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.7735,175.2394 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 242.8238,186.8639 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.5425,191.7876 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.4990,172.6548 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3569,255.2641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.1220,172.8379 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.0001,193.2799 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.9437,204.5246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.4855,233.5060 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 218.6287,110.8969 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.6750,173.9630 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.3727,210.8382 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.4013,221.1273 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.8259,220.6767 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.5933,240.7211 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.6082,140.5162 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.0935,189.0470 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.4912,163.6509 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.7100,160.5121 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.6308,106.3068 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.6655,131.0543 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.6541,156.0022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.5108,171.6462 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.8716,160.8880 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 233.3497,132.6253 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.0821,202.2470 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.4122,191.5145 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.4634,193.0194 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3529,247.6576 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.4192,75.1738 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.8056,190.6144 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.5816,224.2400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.1685,232.7249 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.9340,124.7298 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.4705,136.6660 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.1005,187.7469 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.6922,166.1058 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.4396,112.2842 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.0165,143.8196 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.1505,257.3200 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.3765,192.9190 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.1811,234.2223 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.5702,176.4087 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.1101,181.8516 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.4166,201.9678 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4092,181.8269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.0846,196.1817 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.3963,167.0071 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.1033,213.9481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.0354,206.3648 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.4631,183.2815 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.6220,171.6343 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.0685,175.9921 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.7271,228.0118 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.9784,151.3624 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.4379,226.6854 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.4978,228.3426 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.1839,151.8661 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.8602,240.6180 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.0060,171.3564 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.3527,124.5278 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.9079,112.9013 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 256.2954,87.2128 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.0991,162.3493 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.0987,201.8934 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.5268,179.3294 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.6828,222.6244 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.9742,143.7607 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.4756,103.4864 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 251.6035,119.6849 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.3120,204.2626 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.3552,170.9548 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.4768,200.1942 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.4556,154.3673 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.7405,189.8666 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.6606,117.5403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.7972,209.0499 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.1365,206.9279 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.4298,194.8342 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.7581,187.2683 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.7794,165.1592 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.3065,191.3565 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.6243,122.6433 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.3900,186.1992 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.9077,151.2386 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.9115,124.5461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.6319,150.2983 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.9447,158.5193 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.4601,151.2558 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.7416,207.0246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.1084,150.5745 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.7449,175.8372 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.6522,160.6929 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.1311,206.3267 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.1246,174.8705 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.9733,170.4079 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.3594,174.7270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.4898,233.5571 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.2042,197.9430 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.8748,227.4258 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.7120,205.9635 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.6306,204.6269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.0392,186.3413 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 152.1400,162.3687 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.8461,129.6717 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.5130,116.6761 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.3976,165.0370 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8650,240.2123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.0230,207.0777 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.4038,179.8008 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.8895,149.2937 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.8126,250.7892 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.4359,194.7088 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.6932,146.4311 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4026,244.9887 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.8624,172.6737 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.0018,165.0817 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.4810,184.0808 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.3443,150.0358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.8155,119.4514 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.3806,150.1985 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.9957,174.4674 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.8560,189.9949 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.6145,161.4393 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.1759,140.8197 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.6811,224.1929 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.1220,188.3797 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.0770,192.4365 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.2475,140.9738 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.6186,146.6795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6215,211.0055 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.4775,237.9657 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.9397,176.0032 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.9675,129.0778 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.5869,215.7131 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.2217,155.7514 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.4345,131.5477 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 324.0480,145.1941 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.6178,185.5152 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.4014,170.8060 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.5682,165.0493 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.8719,154.9835 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.0982,213.3714 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.3125,194.3850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.8644,160.6534 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5663,253.1116 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.9231,242.1489 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4569,265.5048 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.9457,199.4502 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.6109,167.3113 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.5129,280.2649 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.1682,173.7282 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.3353,234.1162 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.5576,170.2351 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.1201,250.3471 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.4422,115.2256 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.4978,172.1189 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.0385,163.3780 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.3526,160.2776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.8684,227.9070 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.5638,158.3366 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.7037,112.7270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.5058,122.7000 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.3983,216.9066 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.6123,176.2297 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.6678,160.7536 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.2077,261.1611 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3664,190.4935 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2286,196.3022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.5387,118.4976 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.4663,238.1246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.1809,172.6011 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.1931,174.9388 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.8577,156.0427 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.1753,187.2356 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 152.9042,165.1602 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.0386,148.5702 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.8712,151.1419 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.4231,207.4993 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.1407,234.9308 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.7572,158.2735 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.0738,133.5577 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.9064,289.1050 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.3975,223.1286 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5771,174.7260 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.2620,175.8379 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.6524,207.1340 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.8999,136.4986 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.7269,192.0450 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.9569,198.1541 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.0493,124.4461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.0338,191.6634 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.1652,128.9544 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.8462,144.5942 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.6105,142.8015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.1842,129.0235 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.1999,211.4709 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.5135,161.4772 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.8196,191.2928 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 204.5363,142.4856 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.8834,259.1494 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.3173,181.5123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.9534,165.1174 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.3752,186.6056 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.3514,212.9269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.4760,213.4680 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.0533,226.2192 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.0016,151.2476 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.9409,151.0096 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.5283,225.0396 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.9250,208.3420 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.4517,201.7073 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.4052,193.8522 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.4477,220.1398 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.9556,157.4066 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.7057,182.0753 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.1957,207.4794 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.3771,153.4169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.4252,226.5091 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.8416,186.4550 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.7675,163.9981 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.8510,227.0778 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.8352,180.2022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4042,183.1828 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 252.0894,162.3407 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.3709,220.2816 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.4808,126.5693 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.0751,149.4488 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.7938,191.7341 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.5557,192.2827 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 190.0800,127.4328 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.9956,167.1107 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.1115,145.6658 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.6183,201.6391 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.9898,228.7003 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.2062,207.9419 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.3088,216.4894 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.1707,231.2524 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.4853,215.1850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.5119,191.5983 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.0810,133.3843 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.4680,183.8536 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.9021,132.6054 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.2407,170.9685 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5474,180.0964 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.6300,157.1298 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.1766,263.2782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.1815,137.6468 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.9314,218.5448 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.0529,171.6395 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.0932,150.0330 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.0553,199.4766 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.4538,191.9283 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.5066,181.8664 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.9892,193.0870 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 258.7555,123.4353 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.7665,118.4432 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.9651,126.1976 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.4524,278.3641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.6297,199.1096 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.6544,170.5784 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.7696,195.8792 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.9632,251.1762 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.0999,150.1190 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.0438,212.6320 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 152.4110,219.3022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.9896,254.5972 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.8965,183.2264 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.0104,166.9992 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.2287,160.1828 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.2583,192.2785 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.3130,193.0016 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.6070,210.2170 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.4870,135.8714 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8701,224.4853 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.7480,188.1300 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.4468,236.7181 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.5780,194.4414 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.8471,225.6235 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.6458,210.6146 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.4297,167.5481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.7260,192.9763 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.7095,132.7413 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.3150,220.4800 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.7409,191.1220 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.6390,154.8301 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.4532,140.8033 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.6085,280.2080 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.6326,216.7521 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.4824,178.3787 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.0992,125.5559 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3568,271.5840 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.5865,90.9768 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.6882,189.9100 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.2725,145.2903 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.3140,99.6461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3969,176.9403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.3354,115.2447 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 296.5446,113.4370 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.9378,135.0218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.6928,199.2180 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.8347,186.3268 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.5133,114.1757 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.9021,203.4483 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.6026,178.7842 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.8852,216.2904 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.7499,105.0156 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.2532,138.2865 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 213.0790,151.6641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.9384,205.0890 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.3521,185.5613 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.7955,193.8504 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.2652,76.1113 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.2718,190.0531 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.9981,154.0149 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.1251,145.5627 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.1952,194.6207 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3520,216.8270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.3671,134.8275 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.0035,151.0869 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.6536,194.9978 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.0072,131.0589 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.2806,244.0995 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.0353,185.9316 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.8736,262.7562 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.1183,124.1336 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.3631,199.4768 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.4508,86.9371 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.4725,205.5971 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.1154,175.5143 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.0345,142.2621 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.5159,128.0246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.8413,152.0405 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.3245,223.2885 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.0780,172.1410 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.5324,164.5527 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.9719,130.0461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.9910,175.5497 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.8410,159.1218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.4480,189.6865 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8797,166.1990 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.6325,244.3230 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.9867,149.7006 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.1137,132.6620 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.9925,153.2925 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.0609,227.3236 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.8070,236.7148 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 208.6573,169.4169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.7239,206.5272 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.1115,206.3150 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.6620,205.0253 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.8445,202.4390 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.2438,133.3542 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 242.2589,137.9886 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.9199,244.8970 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.6282,223.9519 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.4249,164.9900 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.0637,191.2277 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.2058,147.3240 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.4434,183.4546 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.1342,182.8819 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.9028,150.1739 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.6673,158.1195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8547,182.7457 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.2882,191.1215 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.9328,122.7368 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.5034,181.7543 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.6871,236.6357 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.7198,114.8763 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.1307,202.8488 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.8666,149.7281 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.3914,218.9917 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.6682,196.9287 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.0740,213.9880 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 215.9478,140.3644 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.4063,112.6542 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 224.4737,159.8930 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.5517,209.8013 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.2252,161.1471 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.1489,163.1903 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.1898,176.4758 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.8111,185.2699 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.3884,155.8932 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.7551,190.4405 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.8100,155.3506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.3205,136.0539 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 152.7534,219.3975 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.5558,89.9907 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.3908,197.1661 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.4676,188.6825 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.3470,173.3963 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.5806,172.0728 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.1439,200.0344 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5278,258.4640 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.5289,149.4255 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.1421,127.5188 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.4978,218.3013 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.9643,207.9656 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 258.0277,104.6832 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 266.4654,159.2017 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.1971,255.2881 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.9727,264.6475 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.2657,256.7886 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5567,197.4078 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 154.6381,186.0953 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.2147,193.2789 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.6247,218.5061 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.6653,161.1368 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.1717,134.8323 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.5184,160.0143 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.8099,161.3777 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.9478,207.8107 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.1427,109.4432 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.4108,169.5596 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.1326,144.4630 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.1818,224.9730 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.5528,204.3580 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 141.7484,218.1968 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.3305,145.4703 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.4618,122.8796 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.8710,180.2313 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.9527,184.2293 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 159.7452,188.3164 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.1543,199.4317 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.2303,181.0312 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.0305,144.8097 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.0370,213.7944 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.1805,149.2331 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.4596,189.7034 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.2447,185.8617 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.7181,243.4473 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.0143,169.8768 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.9283,186.3188 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4515,138.5081 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 161.7197,221.9758 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.6297,191.9114 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.0923,196.8836 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 202.6741,130.6674 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.2753,125.1809 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.2941,174.6314 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.4509,181.5739 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.8774,175.3341 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.6808,291.8725 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.2061,111.7656 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.7484,171.5275 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4645,141.0315 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.5441,165.4290 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.3318,135.7993 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.8135,239.8342 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.7906,168.6157 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.3699,130.8594 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.0420,181.7762 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.3109,218.3819 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3753,267.4327 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.5438,197.6349 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.8168,209.1476 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.4720,95.2261 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.8360,153.2091 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.6999,167.6994 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.7785,179.1297 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.0255,200.8789 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.4928,75.0405 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.6544,175.2966 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.9159,174.8174 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.1993,200.6205 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.4106,172.3218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.9892,168.4745 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.9294,177.6317 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.3549,196.3933 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.3056,189.7211 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.0233,152.7422 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.5393,200.2649 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.3041,188.4391 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.7726,147.0595 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.8714,205.6836 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.9056,195.2592 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.9762,192.9867 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.6699,159.8868 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.5042,164.9614 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.5377,190.4304 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.2174,164.7984 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.2603,136.6580 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.4271,167.9469 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.3655,104.6696 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.6621,183.3515 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.0423,230.4195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.4535,204.1079 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.1804,205.9935 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.5629,157.2107 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 168.7451,170.6270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.1510,175.7780 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.7789,231.3151 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.0594,190.0251 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.1706,173.5897 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 163.4910,177.5124 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.9968,173.0345 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.0984,169.3135 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.4491,156.9247 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.1846,170.9979 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.2779,175.4149 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.7742,202.4259 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.0373,183.4097 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.6677,147.0835 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 172.7168,169.3175 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 165.6824,208.5120 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.0512,235.7606 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.0010,181.1387 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.2368,207.5542 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.0849,149.8246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.5848,182.0440 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.2040,125.0847 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.8226,126.9578 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.3639,228.5645 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 183.1080,135.6044 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.5601,242.8134 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.5912,198.8418 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.1686,196.7137 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 158.8809,162.9971 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.2031,158.2132 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5938,224.7163 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.0675,194.3177 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.3531,191.2244 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 186.6577,159.0112 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.4044,156.9662 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 140.8203,222.7575 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.7455,114.7374 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.6013,121.3026 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 211.3995,138.8418 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.1495,190.1361 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.5712,159.6947 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 177.4193,155.1770 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.0588,122.6752 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.1008,127.7969 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 193.9927,164.2318 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 152.6009,151.9702 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5164,206.2083 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.9766,221.8599 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.9582,293.3015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.2055,226.7855 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.1662,74.8331 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.6846,227.4761 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8696,228.2397 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8257,148.4877 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.6147,173.0508 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.7293,220.8481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.7186,75.3281 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.0507,188.8854 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.5811,214.7178 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.4567,213.0583 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.6224,235.6506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.5690,165.9998 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>
+    <path d="M 422.5320,100.8251 l 1.8461,0.0000 l 0.0000,4.6220 l -1.8461,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,105.4471 l 0.9230,0.0000 l 0.0000,4.6220 l -0.9230,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,110.0691 l 1.8461,0.0000 l 0.0000,4.6220 l -1.8461,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,114.6912 l 0.9230,0.0000 l 0.0000,4.6220 l -0.9230,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,119.3132 l 0.9230,0.0000 l 0.0000,4.6220 l -0.9230,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,123.9352 l 4.6151,-0.0000 l 0.0000,4.6220 l -4.6151,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,128.5573 l 3.6921,-0.0000 l 0.0000,4.6220 l -3.6921,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,133.1793 l 4.6151,-0.0000 l 0.0000,4.6220 l -4.6151,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,137.8013 l 7.3842,-0.0000 l 0.0000,4.6220 l -7.3842,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,142.4234 l 9.2303,-0.0000 l 0.0000,4.6220 l -9.2303,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,147.0454 l 11.0763,-0.0000 l 0.0000,4.6220 l -11.0763,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,151.6674 l 10.1533,-0.0000 l 0.0000,4.6220 l -10.1533,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,156.2895 l 16.6145,-0.0000 l 0.0000,4.6220 l -16.6145,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,160.9115 l 19.3836,-0.0000 l 0.0000,4.6220 l -19.3836,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,165.5335 l 19.3836,-0.0000 l 0.0000,4.6220 l -19.3836,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,170.1555 l 28.6139,-0.0000 l 0.0000,4.6220 l -28.6139,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,174.7776 l 27.6908,-0.0000 l 0.0000,4.6220 l -27.6908,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,179.3996 l 29.5369,-0.0000 l 0.0000,4.6220 l -29.5369,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,184.0216 l 40.6132,-0.0000 l 0.0000,4.6220 l -40.6132,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,188.6437 l 26.7678,-0.0000 l 0.0000,4.6220 l -26.7678,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,193.2657 l 28.6139,-0.0000 l 0.0000,4.6220 l -28.6139,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,197.8877 l 43.3823,-0.0000 l 0.0000,4.6220 l -43.3823,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,202.5098 l 54.4587,-0.0000 l 0.0000,4.6220 l -54.4587,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,207.1318 l 52.6126,-0.0000 l 0.0000,4.6220 l -52.6126,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,211.7538 l 51.6896,-0.0000 l 0.0000,4.6220 l -51.6896,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,216.3759 l 41.5363,-0.0000 l 0.0000,4.6220 l -41.5363,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,220.9979 l 40.6132,-0.0000 l 0.0000,4.6220 l -40.6132,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,225.6199 l 35.9981,-0.0000 l 0.0000,4.6220 l -35.9981,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,230.2420 l 33.2290,-0.0000 l 0.0000,4.6220 l -33.2290,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,234.8640 l 36.9211,-0.0000 l 0.0000,4.6220 l -36.9211,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,239.4860 l 31.3830,-0.0000 l 0.0000,4.6220 l -31.3830,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,244.1081 l 29.5369,-0.0000 l 0.0000,4.6220 l -29.5369,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,248.7301 l 28.6139,-0.0000 l 0.0000,4.6220 l -28.6139,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,253.3521 l 26.7678,-0.0000 l 0.0000,4.6220 l -26.7678,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,257.9742 l 23.9987,-0.0000 l 0.0000,4.6220 l -23.9987,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,262.5962 l 12.9224,-0.0000 l 0.0000,4.6220 l -12.9224,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,267.2182 l 17.5375,-0.0000 l 0.0000,4.6220 l -17.5375,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,271.8403 l 12.9224,-0.0000 l 0.0000,4.6220 l -12.9224,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,276.4623 l 8.3073,-0.0000 l 0.0000,4.6220 l -8.3073,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,281.0843 l 8.3073,-0.0000 l 0.0000,4.6220 l -8.3073,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,285.7063 l 6.4612,-0.0000 l 0.0000,4.6220 l -6.4612,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,290.3284 l 6.4612,-0.0000 l 0.0000,4.6220 l -6.4612,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,294.9504 l 5.5382,-0.0000 l 0.0000,4.6220 l -5.5382,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,299.5724 l 6.4612,-0.0000 l 0.0000,4.6220 l -6.4612,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,304.1945 l 2.7691,0.0000 l 0.0000,4.6220 l -2.7691,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,308.8165 l 2.7691,0.0000 l 0.0000,4.6220 l -2.7691,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,313.4385 l 3.6921,-0.0000 l 0.0000,4.6220 l -3.6921,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,318.0606 l 1.8461,0.0000 l 0.0000,4.6220 l -1.8461,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,322.6826 l 0.0000,0.0000 l 0.0000,4.6220 l -0.0000,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,327.3046 l 0.0000,0.0000 l 0.0000,4.6220 l -0.0000,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,59.6333 l 1.8442,0.0000 l 0.0000,4.6552 l -1.8442,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,64.2885 l 0.9221,0.0000 l 0.0000,4.6552 l -0.9221,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,68.9438 l 4.6105,-0.0000 l 0.0000,4.6552 l -4.6105,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,73.5990 l 0.9221,0.0000 l 0.0000,4.6552 l -0.9221,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,78.2542 l 1.8442,0.0000 l 0.0000,4.6552 l -1.8442,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,82.9094 l 3.6884,-0.0000 l 0.0000,4.6552 l -3.6884,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,87.5646 l 2.7663,0.0000 l 0.0000,4.6552 l -2.7663,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,92.2198 l 5.5326,-0.0000 l 0.0000,4.6552 l -5.5326,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,96.8750 l 1.8442,0.0000 l 0.0000,4.6552 l -1.8442,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,101.5302 l 5.5326,-0.0000 l 0.0000,4.6552 l -5.5326,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,106.1854 l 14.7537,-0.0000 l 0.0000,4.6552 l -14.7537,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,110.8407 l 11.9874,-0.0000 l 0.0000,4.6552 l -11.9874,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,115.4959 l 10.1431,-0.0000 l 0.0000,4.6552 l -10.1431,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,120.1511 l 25.8189,-0.0000 l 0.0000,4.6552 l -25.8189,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,124.8063 l 23.0526,-0.0000 l 0.0000,4.6552 l -23.0526,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,129.4615 l 23.0526,-0.0000 l 0.0000,4.6552 l -23.0526,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,134.1167 l 30.4294,-0.0000 l 0.0000,4.6552 l -30.4294,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,138.7719 l 20.2863,-0.0000 l 0.0000,4.6552 l -20.2863,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,143.4271 l 31.3515,-0.0000 l 0.0000,4.6552 l -31.3515,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,148.0823 l 32.2737,-0.0000 l 0.0000,4.6552 l -32.2737,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,152.7376 l 35.0400,-0.0000 l 0.0000,4.6552 l -35.0400,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,157.3928 l 34.1179,-0.0000 l 0.0000,4.6552 l -34.1179,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,162.0480 l 40.5726,-0.0000 l 0.0000,4.6552 l -40.5726,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,166.7032 l 44.2610,-0.0000 l 0.0000,4.6552 l -44.2610,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,171.3584 l 46.1052,-0.0000 l 0.0000,4.6552 l -46.1052,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,176.0136 l 35.9621,-0.0000 l 0.0000,4.6552 l -35.9621,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,180.6688 l 44.2610,-0.0000 l 0.0000,4.6552 l -44.2610,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,185.3240 l 52.5599,-0.0000 l 0.0000,4.6552 l -52.5599,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,189.9792 l 45.1831,-0.0000 l 0.0000,4.6552 l -45.1831,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,194.6345 l 33.1958,-0.0000 l 0.0000,4.6552 l -33.1958,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,199.2897 l 39.6505,-0.0000 l 0.0000,4.6552 l -39.6505,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,203.9449 l 33.1958,-0.0000 l 0.0000,4.6552 l -33.1958,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,208.6001 l 23.9747,-0.0000 l 0.0000,4.6552 l -23.9747,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,213.2553 l 25.8189,-0.0000 l 0.0000,4.6552 l -25.8189,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,217.9105 l 23.9747,-0.0000 l 0.0000,4.6552 l -23.9747,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,222.5657 l 29.5073,-0.0000 l 0.0000,4.6552 l -29.5073,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,227.2209 l 11.0653,-0.0000 l 0.0000,4.6552 l -11.0653,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,231.8761 l 11.9874,-0.0000 l 0.0000,4.6552 l -11.9874,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,236.5314 l 15.6758,-0.0000 l 0.0000,4.6552 l -15.6758,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,241.1866 l 7.3768,-0.0000 l 0.0000,4.6552 l -7.3768,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,245.8418 l 6.4547,-0.0000 l 0.0000,4.6552 l -6.4547,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,250.4970 l 5.5326,-0.0000 l 0.0000,4.6552 l -5.5326,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,255.1522 l 7.3768,-0.0000 l 0.0000,4.6552 l -7.3768,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,259.8074 l 5.5326,-0.0000 l 0.0000,4.6552 l -5.5326,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,264.4626 l 2.7663,0.0000 l 0.0000,4.6552 l -2.7663,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,269.1178 l 0.9221,0.0000 l 0.0000,4.6552 l -0.9221,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,273.7730 l 0.9221,0.0000 l 0.0000,4.6552 l -0.9221,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,278.4283 l 2.7663,0.0000 l 0.0000,4.6552 l -2.7663,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,283.0835 l 0.0000,0.0000 l 0.0000,4.6552 l -0.0000,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 422.5320,287.7387 l 2.7663,0.0000 l 0.0000,4.6552 l -2.7663,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 408.9173,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 403.9107,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 398.9040,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 393.8973,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 388.8906,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 383.8839,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 378.8772,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 373.8706,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 368.8639,345.5413 l -0.0000,0.6296 h -5.0067 l -0.0000,-0.6296 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 363.8572,345.5413 l -0.0000,0.6296 h -5.0067 l -0.0000,-0.6296 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 358.8505,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.8438,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.8372,345.5413 l -0.0000,0.3148 h -5.0067 l -0.0000,-0.3148 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.8305,345.5413 l -0.0000,0.3148 h -5.0067 l -0.0000,-0.3148 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.8238,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 333.8171,345.5413 l -0.0000,0.6296 h -5.0067 l -0.0000,-0.6296 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 328.8104,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.8037,345.5413 l -0.0000,0.6296 h -5.0067 l -0.0000,-0.6296 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 318.7971,345.5413 l -0.0000,0.9444 h -5.0067 l -0.0000,-0.9444 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.7904,345.5413 l -0.0000,1.8887 h -5.0067 l -0.0000,-1.8887 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 308.7837,345.5413 l -0.0000,0.0000 h -5.0067 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 303.7770,345.5413 l -0.0000,1.2592 h -5.0067 l -0.0000,-1.2592 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 298.7703,345.5413 l -0.0000,0.6296 h -5.0067 l -0.0000,-0.6296 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 293.7637,345.5413 l -0.0000,2.2035 h -5.0067 l -0.0000,-2.2035 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.7570,345.5413 l -0.0000,0.9444 h -5.0067 l -0.0000,-0.9444 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.7503,345.5413 l -0.0000,0.9444 h -5.0067 l -0.0000,-0.9444 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 278.7436,345.5413 l -0.0000,0.3148 h -5.0067 l -0.0000,-0.3148 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 273.7369,345.5413 l -0.0000,1.8887 h -5.0067 l -0.0000,-1.8887 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.7302,345.5413 l -0.0000,2.5183 h -5.0067 l -0.0000,-2.5183 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.7236,345.5413 l -0.0000,3.4627 h -5.0067 l -0.0000,-3.4627 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 258.7169,345.5413 l -0.0000,4.4071 h -5.0067 l -0.0000,-4.4071 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.7102,345.5413 l -0.0000,3.4627 h -5.0067 l -0.0000,-3.4627 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 248.7035,345.5413 l -0.0000,4.0923 h -5.0067 l -0.0000,-4.0923 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 243.6968,345.5413 l -0.0000,3.7775 h -5.0067 l -0.0000,-3.7775 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.6902,345.5413 l -0.0000,7.8697 h -5.0067 l -0.0000,-7.8697 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.6835,345.5413 l -0.0000,5.6662 h -5.0067 l -0.0000,-5.6662 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.6768,345.5413 l -0.0000,7.2402 h -5.0067 l -0.0000,-7.2402 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6701,345.5413 l -0.0000,7.2402 h -5.0067 l -0.0000,-7.2402 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.6634,345.5413 l -0.0000,8.1845 h -5.0067 l -0.0000,-8.1845 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.6567,345.5413 l -0.0000,10.0733 h -5.0067 l -0.0000,-10.0733 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.6501,345.5413 l -0.0000,13.8508 h -5.0067 l -0.0000,-13.8508 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.6434,345.5413 l -0.0000,11.0176 h -5.0067 l -0.0000,-11.0176 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.6367,345.5413 l -0.0000,14.1655 h -5.0067 l -0.0000,-14.1655 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.6300,345.5413 l -0.0000,21.4057 h -5.0067 l -0.0000,-21.4057 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.6233,345.5413 l -0.0000,19.5170 h -5.0067 l -0.0000,-19.5170 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.6167,345.5413 l -0.0000,18.5726 h -5.0067 l -0.0000,-18.5726 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6100,345.5413 l -0.0000,21.0909 h -5.0067 l -0.0000,-21.0909 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.6033,345.5413 l -0.0000,30.2198 h -5.0067 l -0.0000,-30.2198 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.5966,345.5413 l -0.0000,27.7015 h -5.0067 l -0.0000,-27.7015 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.5899,345.5413 l -0.0000,54.4587 h -5.0067 l -0.0000,-54.4587 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 363.6176,345.5413 l -0.0000,0.3145 h -4.5399 l -0.0000,-0.3145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.0778,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 354.5379,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.9980,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.4581,345.5413 l -0.0000,0.3145 h -4.5399 l -0.0000,-0.3145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 340.9183,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 336.3784,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 331.8385,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.2987,345.5413 l -0.0000,0.6289 h -4.5399 l -0.0000,-0.6289 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 322.7588,345.5413 l -0.0000,0.3145 h -4.5399 l -0.0000,-0.3145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 318.2189,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 313.6790,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.1392,345.5413 l -0.0000,0.3145 h -4.5399 l -0.0000,-0.3145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 304.5993,345.5413 l -0.0000,0.3145 h -4.5399 l -0.0000,-0.3145 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.0594,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.5195,345.5413 l -0.0000,1.5724 h -4.5399 l -0.0000,-1.5724 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 290.9797,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 286.4398,345.5413 l -0.0000,0.6289 h -4.5399 l -0.0000,-0.6289 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 281.8999,345.5413 l -0.0000,0.6289 h -4.5399 l -0.0000,-0.6289 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 277.3601,345.5413 l -0.0000,0.0000 h -4.5399 l -0.0000,-0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.8202,345.5413 l -0.0000,1.5724 h -4.5399 l -0.0000,-1.5724 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.2803,345.5413 l -0.0000,2.2013 h -4.5399 l -0.0000,-2.2013 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.7404,345.5413 l -0.0000,1.2579 h -4.5399 l -0.0000,-1.2579 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.2006,345.5413 l -0.0000,2.2013 h -4.5399 l -0.0000,-2.2013 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.6607,345.5413 l -0.0000,2.2013 h -4.5399 l -0.0000,-2.2013 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.1208,345.5413 l -0.0000,1.5724 h -4.5399 l -0.0000,-1.5724 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.5809,345.5413 l -0.0000,3.7737 h -4.5399 l -0.0000,-3.7737 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.0411,345.5413 l -0.0000,3.7737 h -4.5399 l -0.0000,-3.7737 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5012,345.5413 l -0.0000,3.4592 h -4.5399 l -0.0000,-3.4592 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.9613,345.5413 l -0.0000,1.8868 h -4.5399 l -0.0000,-1.8868 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.4215,345.5413 l -0.0000,3.7737 h -4.5399 l -0.0000,-3.7737 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.8816,345.5413 l -0.0000,3.4592 h -4.5399 l -0.0000,-3.4592 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.3417,345.5413 l -0.0000,5.3461 h -4.5399 l -0.0000,-5.3461 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.8018,345.5413 l -0.0000,7.8619 h -4.5399 l -0.0000,-7.8619 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.2620,345.5413 l -0.0000,5.3461 h -4.5399 l -0.0000,-5.3461 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.7221,345.5413 l -0.0000,6.2895 h -4.5399 l -0.0000,-6.2895 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.1822,345.5413 l -0.0000,8.1763 h -4.5399 l -0.0000,-8.1763 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.6423,345.5413 l -0.0000,7.5474 h -4.5399 l -0.0000,-7.5474 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.1025,345.5413 l -0.0000,8.4908 h -4.5399 l -0.0000,-8.4908 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.5626,345.5413 l -0.0000,11.9500 h -4.5399 l -0.0000,-11.9500 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.0227,345.5413 l -0.0000,7.8619 h -4.5399 l -0.0000,-7.8619 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.4829,345.5413 l -0.0000,13.2079 h -4.5399 l -0.0000,-13.2079 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.9430,345.5413 l -0.0000,14.7803 h -4.5399 l -0.0000,-14.7803 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.4031,345.5413 l -0.0000,22.0132 h -4.5399 l -0.0000,-22.0132 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.8632,345.5413 l -0.0000,17.6106 h -4.5399 l -0.0000,-17.6106 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.3234,345.5413 l -0.0000,17.6106 h -4.5399 l -0.0000,-17.6106 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.7835,345.5413 l -0.0000,20.1264 h -4.5399 l -0.0000,-20.1264 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.2436,345.5413 l -0.0000,21.3843 h -4.5399 l -0.0000,-21.3843 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.7037,345.5413 l -0.0000,29.5606 h -4.5399 l -0.0000,-29.5606 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.1639,345.5413 l -0.0000,52.8318 h -4.5399 l -0.0000,-52.8318 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 408.9173,48.7416 l -0.0000,-5.4459 h -272.2933 l -0.0000,5.4459 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 401.2295,36.4884 l -0.0000,-18.6902 h -18.6902 l -0.0000,18.6902 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.991104176707484px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,391.8844,27.1433)" stroke="none" text-anchor="middle">20
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8814391752452142" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 391.8844,40.5728 v 8.1688 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 346.3348,36.4884 l -0.0000,-18.6902 h -18.6902 l -0.0000,18.6902 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.991104176707484px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,336.9897,27.1433)" stroke="none" text-anchor="middle">15
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8814391752452142" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 336.9897,40.5728 v 8.1688 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 291.4401,36.4884 l -0.0000,-18.6902 h -18.6902 l -0.0000,18.6902 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.991104176707484px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,282.0950,27.1433)" stroke="none" text-anchor="middle">10
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8814391752452142" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.0950,40.5728 v 8.1688 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.8728,36.4884 l -0.0000,-18.6902 h -9.3451 l -0.0000,18.6902 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.991104176707484px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,227.2003,27.1433)" stroke="none" text-anchor="middle">5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8814391752452142" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.2003,40.5728 v 8.1688 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.9781,36.4884 l -0.0000,-18.6902 h -9.3451 l -0.0000,18.6902 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="16.991104176707484px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,172.3056,27.1433)" stroke="none" text-anchor="middle">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8814391752452142" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3056,40.5728 v 8.1688 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 408.9173,331.9267 l -0.0000,-272.2933 h -272.2933 l -0.0000,272.2933 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.9055,199.9085 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.9392,220.5216 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.2676,189.6876 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.4139,192.6905 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.7726,203.0411 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3924,200.3408 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 299.9033,261.6646 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.9712,261.6329 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.0095,273.0142 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.7833,228.3757 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.4943,301.6840 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.9606,259.8891 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.4546,189.3292 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7669,197.7981 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.5887,159.2454 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.8250,200.6856 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.0836,225.4685 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.6038,183.1635 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.3311,180.6307 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.9357,260.5913 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.1364,185.1472 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.6786,294.0923 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.9657,220.0330 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5211,182.3152 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.1027,221.4735 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.8093,188.1005 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.8034,196.5444 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.4539,213.6695 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.3030,209.8819 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3669,196.5843 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.7396,209.8902 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.9995,216.3525 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.6467,252.9091 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.4812,195.0224 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.5860,165.2855 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.9196,231.4813 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.1973,235.6759 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.5987,283.1138 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.7109,194.3951 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.1366,236.4487 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.5445,204.2706 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.5390,174.9633 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 283.6344,305.4685 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.4363,175.0731 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.9388,252.5662 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.7349,240.5117 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.9468,240.3950 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.9842,224.3954 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.1504,206.5008 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 224.7618,222.4342 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.0507,300.3432 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.2875,238.3317 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.9112,246.3755 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.4739,214.8401 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.4382,270.2115 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.1764,203.2548 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.4939,237.9569 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.0991,210.2723 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.2478,251.8434 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.4649,257.3699 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.2656,205.3549 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 292.5664,256.4993 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3261,225.7774 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.1652,188.7808 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.3503,252.7028 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.7972,281.6344 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.8471,206.4051 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.0269,259.0359 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 319.1868,175.9731 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.9366,224.4309 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.0166,213.5554 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.5184,147.8761 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.4857,227.7838 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.8978,223.2486 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.7253,271.4114 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.4865,224.3105 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.4213,247.6623 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.8610,284.2446 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 244.8171,231.4620 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 256.9124,226.7511 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.1421,209.3722 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.5479,205.3780 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.1223,209.9054 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.4665,200.9181 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.4312,227.1739 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4029,205.2700 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.3709,223.2735 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5240,170.7026 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.0052,238.7224 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0809,202.5806 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.1359,189.9248 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3384,169.0200 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.9694,278.3153 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.8666,194.5144 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.7064,210.6670 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.3236,215.3783 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.8102,281.0472 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6854,289.2294 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.7389,229.5408 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.8409,172.8004 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.0448,258.8381 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.7035,147.4384 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.4303,261.4377 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4079,211.0687 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.8999,243.9366 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.5600,193.0029 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.0527,251.3541 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.9598,202.3140 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.7572,171.5631 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6377,212.2565 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.5659,185.7272 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.5926,254.1495 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.3224,252.9441 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.1477,223.9708 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.8040,250.3360 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.7826,184.8627 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.3654,239.4309 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 318.2010,282.8282 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.9120,218.5991 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.2764,210.5219 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.9730,144.6366 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.4602,205.2770 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.6565,197.6262 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.6447,235.6508 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.1108,189.4224 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.7298,212.4183 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.2454,251.2345 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.8834,173.1187 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 261.0135,213.6240 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.8469,212.7451 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.8134,241.8908 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.0985,267.9779 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.1551,211.4630 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.1836,233.7601 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.8415,206.0490 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3282,184.4879 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.9181,169.3199 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.2945,222.0157 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.6012,206.6325 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.7775,233.3206 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.9627,188.4931 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.0020,267.3500 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4517,202.0909 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.5943,220.3937 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.7681,262.9095 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.8235,266.7829 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.7031,232.6549 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.3944,176.9895 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.1931,189.1199 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6975,208.9562 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.1076,200.4447 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.7195,212.8353 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.1640,180.5127 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.7847,200.8766 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.5064,215.8310 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.6633,212.9539 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2534,280.8312 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 226.6582,228.1007 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.4169,229.4598 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.3346,211.0950 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 273.6494,291.6097 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.7628,218.0173 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.5909,218.8216 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.9519,205.8625 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.2430,229.9767 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 220.9113,234.6918 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.2345,254.4582 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.7946,154.6693 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.6301,245.1671 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.5913,255.9407 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.8916,188.6285 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.1973,205.5964 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.4212,167.4671 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.9169,143.6353 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.0874,252.5243 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3147,218.4651 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.2652,161.8399 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.6609,232.2870 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.3142,120.3440 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.4027,215.7555 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.8434,238.7612 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3904,205.8551 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.1211,217.4972 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.0304,153.2178 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 315.3685,246.0285 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.3079,172.1810 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.9701,187.8590 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3982,141.5078 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.7378,302.7789 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.7391,169.6629 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.5959,295.5009 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.8923,265.8255 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.9584,130.7183 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.1789,200.1281 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.3516,232.4281 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.8975,256.4125 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.3690,284.5518 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.4395,202.0518 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.1250,173.1132 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.6228,259.0951 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.5678,182.0469 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 270.5739,247.2875 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.2460,181.6499 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.5911,231.9497 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.3905,166.5653 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.9141,164.8694 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.8856,188.8082 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9529,211.8657 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8769,280.8197 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.2332,250.4611 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.9180,231.5839 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.7850,218.5254 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.1841,187.7213 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.7900,157.6026 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.5626,259.4887 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.1629,154.8129 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.1951,269.4381 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.1956,226.2010 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.6479,204.4831 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.0588,281.4123 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.7568,273.0576 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.3653,227.7256 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.5469,205.4730 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.1713,204.6520 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.2447,191.7753 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.2047,262.9940 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.6692,226.7961 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 319.9965,240.6279 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.5815,210.5249 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.3028,193.1705 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.1437,220.9074 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3065,179.7770 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.9492,234.3360 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.0845,170.7679 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.1465,172.5816 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4727,217.6050 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3721,156.6613 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.7996,214.0530 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.7181,217.0798 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 364.1577,321.8721 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.2315,242.8139 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 258.6452,212.9768 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.5952,272.0502 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 237.9138,246.0487 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5308,177.5464 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.6931,220.5141 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.6174,218.1497 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.7317,250.7831 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.2991,191.3306 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.3836,133.4957 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.8106,255.9313 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.6285,205.8992 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.5865,229.8918 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.2125,168.0947 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 316.0635,290.7260 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.0130,224.8030 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.7901,203.0000 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.1288,220.0690 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.0461,283.2297 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.9738,209.7516 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.7326,263.2197 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 306.1029,257.0187 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.2918,162.6306 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.6396,258.2202 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.8387,212.6932 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.4437,211.2755 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.4793,250.7439 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.7731,295.4324 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8000,164.4527 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.2898,243.0786 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.2122,251.4584 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.5499,229.2037 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.6298,170.0031 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.5401,227.0082 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.2097,238.0496 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.8537,230.9280 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.2672,223.5256 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.1519,208.7938 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.2153,242.3764 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.0157,193.1516 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.8515,185.6542 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 314.3001,211.7704 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.7012,250.4399 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.8300,188.4258 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.4457,167.0469 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.9628,161.7123 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.1105,206.0138 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7365,195.1276 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.8240,240.1407 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.8067,155.8387 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.0413,219.3694 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.5738,263.6604 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.3196,225.4855 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.3752,240.7467 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.3614,193.0601 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.7815,260.6525 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.8370,226.7512 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.3572,274.5201 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.7824,165.9604 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.2412,200.2128 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.6510,247.8906 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.9719,221.6449 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.0738,163.5288 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.0750,200.1955 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.3097,216.8547 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.2649,193.1349 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9838,216.5972 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.5067,221.1598 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.5311,201.8753 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.2266,194.3620 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.9081,232.2552 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.2485,188.0414 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.3928,201.3607 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.7904,204.8644 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.0144,269.3803 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.4189,204.4056 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6826,134.7914 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.4794,228.9473 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4487,201.0406 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.5639,206.8695 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.4674,288.9855 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.6096,174.3256 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.7120,213.2043 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.8779,219.6737 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.8711,203.7475 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.0441,245.6734 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.2219,195.0989 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.3084,204.2169 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.4272,252.9920 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.8912,222.5706 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.5069,190.3252 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6830,208.1220 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3712,170.1498 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3212,127.3766 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.2149,158.8186 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.0229,256.8261 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.9809,264.4126 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.0430,175.7508 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.2429,197.1198 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.0636,244.8090 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.9853,242.6985 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.3485,216.7566 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.7765,230.8730 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.9259,211.1579 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 256.8187,239.9018 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.0226,138.5390 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.1334,172.1210 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.8664,239.8800 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.9988,105.9784 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.8922,177.3268 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 271.6203,184.0511 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.6832,230.6886 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.3551,206.4676 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.2638,161.0091 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.9808,229.8493 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.1101,269.3518 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.2778,135.9320 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.0428,220.3369 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.8090,189.6598 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.7252,213.4785 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5479,177.3540 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.0679,180.8478 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.1819,261.3181 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 277.0389,248.1290 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.6111,233.5621 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.0772,171.7899 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.8895,189.9322 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.7343,178.1311 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.1879,205.6304 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.3714,230.1429 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.3505,224.9767 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4674,253.3259 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.9194,205.9064 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.2239,216.2557 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.1481,127.5473 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.7983,213.6202 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3733,283.6618 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.0542,143.3823 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.6502,203.6320 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.0582,204.1280 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.5245,203.4031 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.9512,219.0669 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8354,265.6518 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.7704,210.2670 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.0333,196.5202 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.3093,200.3523 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.5072,241.3720 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.0339,228.1087 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.0193,270.1688 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 287.8493,228.8812 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.5291,186.9817 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.8709,179.2878 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.7098,208.7978 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.8257,152.5330 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.6679,152.5386 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.6896,259.2044 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5179,154.5665 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.5562,243.3330 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3062,305.5369 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.7544,169.7738 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.7089,237.1071 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.6861,285.0231 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.2569,148.1594 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6859,196.2533 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.4488,283.6393 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.7144,213.9099 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.9078,208.3581 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 411.6403,283.9510 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.5006,150.3334 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.7423,208.8457 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.5385,179.5570 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.3677,215.9806 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.7070,217.7600 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 237.4070,214.4057 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.6836,215.1682 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7373,246.8175 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.3124,229.4569 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.9997,174.6843 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.4044,258.2168 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.9794,213.5973 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.1443,202.7775 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.8953,190.1797 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.3000,158.3683 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.0188,172.6741 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.0903,187.2601 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.7568,194.2898 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3217,217.3512 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.2416,272.7384 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 232.9371,256.2563 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.1168,212.6991 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.6766,177.3171 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6521,174.4837 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.0082,237.5103 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.0451,229.2347 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.1829,134.8968 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.8853,176.7138 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.7750,234.6901 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.6486,216.5255 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.1881,216.6675 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3126,200.2790 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.5803,182.9634 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4007,210.7864 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 258.7953,225.1386 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.9759,205.4351 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.5512,168.2306 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.4699,236.6167 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.9011,201.6498 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 232.5160,292.6603 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.0045,202.2171 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.0558,152.1400 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.9880,217.5604 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.2546,227.3169 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.5117,216.2581 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.7869,230.2785 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.6632,234.5683 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5149,211.5520 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.5523,189.5305 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.3127,199.0305 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.0484,238.9507 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.7761,208.3653 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.1136,214.2209 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.7444,212.2291 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 244.6498,196.3291 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.2046,146.5990 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.1437,225.6710 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.1402,232.8119 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.1521,233.4438 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.7985,238.0069 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.9051,260.1283 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.2271,267.2686 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.7232,202.7937 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.1335,208.6148 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.1916,184.4855 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.5707,245.2179 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.6434,270.2344 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4238,115.9441 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.0475,202.9323 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.6642,207.7209 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.7337,182.3553 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.5354,244.9031 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.5872,307.1506 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3968,243.6482 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 224.1128,250.3552 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 270.6867,241.1877 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.6248,229.0271 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.5684,163.7997 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.8913,183.4251 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.4910,219.7830 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.6167,232.7772 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.2517,217.9407 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.8722,245.2587 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.6022,239.4733 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.4040,198.3922 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.2714,186.7103 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.2774,162.1922 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9868,199.3046 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.3427,217.2121 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.8201,209.5463 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.2958,216.2378 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.5946,216.6633 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 220.1609,232.7858 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.8689,243.2461 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.7109,218.7401 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.9992,211.1999 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.7566,224.0545 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.9101,165.7364 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.5888,188.8252 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.5320,180.9727 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.5642,261.5970 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.5099,265.3153 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.3392,274.2970 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.1710,241.7119 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.7139,215.1044 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.0697,164.1419 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 334.2080,216.0473 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.2707,310.5709 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8893,275.6123 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.0226,260.6566 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.8883,232.2485 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.8611,188.2835 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.4559,231.4620 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.7769,245.3208 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.8589,193.1529 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.3323,268.5736 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.2033,209.6964 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.2670,214.9513 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.9664,237.5546 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.4269,217.8572 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.9648,185.2990 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.7015,189.0777 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.4125,226.9239 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7120,194.6707 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.7239,179.1383 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.4872,157.7818 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.2912,199.8285 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.8351,207.5592 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.8820,199.3919 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.1744,213.5519 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.0097,240.1739 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 224.0182,240.0212 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.7034,138.2914 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.8463,187.7133 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.5218,191.3877 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4387,180.7596 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.5053,247.3317 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 302.7437,261.9000 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.7486,229.3051 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.9809,196.9491 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.2029,276.9695 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4881,132.4884 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.9783,258.6366 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.0518,218.7392 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.2053,215.0500 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.5200,174.4237 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.7379,199.3828 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1962,239.9924 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.0940,210.2801 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.0481,208.6300 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.1689,203.6955 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.8630,205.4762 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.5300,158.2176 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.7449,166.1416 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.3484,289.5478 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3599,186.2825 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.1101,256.2735 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.2422,223.2213 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.5834,168.5245 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.2376,143.8608 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.2004,245.7723 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.5325,142.6249 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.5196,218.6146 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.6498,238.0818 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.5418,165.8013 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.9306,193.5682 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.6108,199.1597 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.6491,221.8791 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.9146,265.6188 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4976,163.3909 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.0332,182.5119 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.7161,223.6087 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 261.9938,192.5730 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4565,185.1273 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.7310,246.6217 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.9738,265.0014 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.9267,179.4755 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3113,207.5313 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.9133,140.8032 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.0120,201.1327 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4572,210.3916 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.6258,181.5287 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3337,191.6663 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.5044,203.7481 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.9284,310.3842 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 220.0938,235.3509 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 293.3540,288.3289 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.9095,235.7861 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.6239,152.5301 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4131,151.3514 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.0240,184.9988 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.3179,210.5583 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.7685,233.1345 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.0915,198.9830 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3091,186.2242 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.5164,104.6792 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.3519,172.2229 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3125,148.0356 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.3856,127.1032 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.9515,145.5450 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.8661,216.5333 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4238,141.3667 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.9286,256.3255 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.8085,239.2482 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.9961,214.6948 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.5884,254.8846 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6569,196.1735 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.9000,257.1358 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.1172,212.5038 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.7056,199.9450 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.8547,214.7295 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.6875,182.4848 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.9289,236.9032 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.3152,224.5541 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.1611,179.0924 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3657,185.7533 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.9701,180.0800 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.0675,248.9727 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.9099,213.3001 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.2305,245.1992 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.8611,195.6421 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.8395,149.2419 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.6854,259.2384 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.4019,294.7168 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.4425,212.1378 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.8436,252.7068 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.9509,220.0388 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 274.9344,235.8885 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.4952,199.7099 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.6908,276.0977 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.0132,248.5826 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 311.6912,292.2465 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3025,204.0515 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.3740,316.0292 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.2277,247.9804 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.7600,269.0573 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.8778,241.1450 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.0573,226.8154 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.8416,211.1194 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.0209,257.0332 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.2847,205.8282 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.6937,261.4612 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3325,191.7421 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.6549,182.8419 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.1935,185.2863 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.2598,219.0034 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.0098,180.2054 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 284.4841,254.0656 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.6778,248.3619 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.1736,184.0641 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.6812,143.2912 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5799,208.2102 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.4416,216.0341 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.4889,249.3428 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.9022,218.0753 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6835,126.6291 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7246,219.5828 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5652,199.8839 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.7172,195.9564 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.2271,189.1754 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.6487,263.5054 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.3386,172.4623 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.4175,259.2671 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.4679,188.9149 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.1521,102.3972 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.4255,264.0304 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.8523,207.9443 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.2864,212.8186 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.2552,248.0414 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6748,239.6652 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.2206,199.2366 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.1628,188.2545 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.4096,183.3457 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.7610,256.6746 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.0607,205.3178 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.7335,134.4411 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.3812,197.2725 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.2871,169.4979 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.9073,158.7160 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.8025,182.8728 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.1585,262.6222 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.5604,175.7464 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.0628,181.2961 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 244.4289,274.4586 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.9425,225.4928 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.1550,205.0143 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3069,242.1012 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.8899,210.0750 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 346.2614,292.7607 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.4965,224.6317 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.8353,185.2023 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8640,184.4218 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.2156,201.8897 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.2375,214.4758 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 322.2637,320.5037 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5557,205.0811 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.6331,254.0534 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.6519,206.9615 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.8510,261.7844 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.4625,278.4945 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.7107,250.0772 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.1054,218.4193 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.1215,206.3763 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.8771,188.2007 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.0173,242.4829 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.9520,217.7225 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3238,149.9727 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.2699,188.8209 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7474,214.2719 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.3568,201.9846 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.2671,257.7692 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.2513,297.7095 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.4223,251.2288 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.1215,204.2616 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.8900,263.7521 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.4169,226.5217 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.4158,267.0738 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.8300,160.0708 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.5773,153.8243 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.8500,230.5746 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.3146,194.1232 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.7009,146.0930 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.3451,201.2667 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.9983,253.3586 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.9727,221.9521 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.8705,215.1753 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.6291,198.0039 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.1140,229.9960 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.2931,194.2913 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.4026,234.1643 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.1038,250.6088 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.9600,216.2644 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 290.1161,203.1410 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 232.1562,248.9053 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.3166,305.3844 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.5839,218.2120 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.0375,206.0522 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3251,149.4129 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.0990,211.8924 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5539,187.9614 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.8277,271.8757 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.0336,177.9125 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.7651,231.8294 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.0393,204.8880 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.6459,231.1463 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 237.6106,233.5319 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.8831,257.4589 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4843,175.4462 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.9642,239.8798 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.7758,171.4167 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.9035,263.8167 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5758,163.5089 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.8461,215.8975 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.9546,226.0263 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.9116,203.8278 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.6875,180.8702 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.7164,240.4437 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.3705,165.1748 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.8194,239.6218 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 224.9457,231.5570 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.1896,145.5875 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.4669,176.0401 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.5058,222.9812 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.6456,264.6785 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.7856,161.2902 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.6980,240.1998 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.6798,220.3463 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 233.3988,158.4445 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.1683,210.2234 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.1791,157.0017 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.0848,249.3367 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.7125,252.2976 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.9477,213.1931 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.6859,160.1747 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.5217,245.7341 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.2472,290.0273 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.4905,243.2623 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.6555,271.9859 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.9232,207.4634 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 366.6724,315.3345 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.1995,229.3237 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.3428,208.9367 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.5352,172.7758 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.7225,208.4198 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.2457,215.9566 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8721,166.8301 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.2443,270.8785 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.3833,239.9650 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.0553,208.2049 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.6423,229.5952 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.5799,187.5897 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.0997,206.2166 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.7504,249.4074 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.8518,161.9018 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.1639,162.4494 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.6026,244.7822 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.9450,126.9853 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.6514,179.9882 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 284.6590,257.1076 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.8275,233.3414 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.2200,220.8687 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 312.8332,297.4252 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.1862,218.6983 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.3367,170.5330 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.2388,207.2688 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.6613,236.1996 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.6230,226.0077 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.4291,240.7625 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.9047,300.6655 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3305,186.8459 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.7628,163.3468 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.1040,218.1611 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.3039,181.2639 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.0539,208.4111 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.3337,193.0394 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.2045,273.1811 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.4662,196.8074 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.1654,150.6634 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.0096,227.0190 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.2072,203.6241 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.8927,216.9722 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.0672,176.1966 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.7733,229.5424 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.1125,211.4155 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 305.7414,310.6373 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.2050,223.0620 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 292.8914,277.4844 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.8361,236.5258 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.7393,177.3963 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.7613,281.3791 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.8663,183.9463 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.9751,207.2529 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.6240,247.1574 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.2287,191.3946 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.9334,195.0631 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.1895,242.5315 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 237.3355,275.8085 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.1756,198.6078 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.2044,252.1251 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7970,207.8697 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.3913,196.5743 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.9615,227.5384 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8763,149.9703 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.0980,240.4362 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.8259,174.5804 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.6156,170.4694 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.3911,232.5990 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.1904,226.0533 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.2005,177.1117 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.3477,247.7519 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.2104,235.8139 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 248.8244,310.8832 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.3685,237.2789 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.8929,221.6802 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.2363,211.9379 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.8645,265.3960 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 237.5959,261.5390 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.9448,231.2128 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.5174,191.2669 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.7999,263.3959 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.3926,190.7329 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.5762,272.5497 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.2489,188.6689 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.7798,248.8528 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.0372,275.6586 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.3915,180.0621 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.0474,219.7124 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3245,246.1290 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.1515,205.1314 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.0051,301.6457 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3812,222.8385 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.5116,173.5179 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 305.8909,315.7382 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.0781,174.9549 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.1692,233.9759 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.1420,187.7472 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.7613,192.9392 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.7018,201.9427 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.4628,160.4695 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.7951,273.2584 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.9015,277.8171 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.1678,208.9763 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.8226,192.0745 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.6126,221.5032 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.4172,210.6176 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.8092,245.1208 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.5086,260.2701 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.0028,226.6270 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.3400,249.5138 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.6108,202.2436 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.7633,240.9603 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.6669,243.0801 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 249.8512,216.5724 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.8037,231.0578 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.3326,333.4988 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 220.6893,180.5931 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.8550,153.3257 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.4483,222.8983 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.1346,297.7114 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.8796,156.8294 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.1529,240.0766 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 237.0754,245.9277 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 220.6926,196.3932 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.4433,241.7307 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.6794,226.0276 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.6013,233.9127 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.5951,222.8287 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 334.8952,318.1903 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3073,209.9362 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.4412,235.2337 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.1969,183.7919 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.2222,168.3446 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.0206,305.7014 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.1810,277.7270 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.2396,122.4820 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.8638,193.8568 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.4514,165.1574 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.0454,246.3647 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.1818,179.7569 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.2165,196.4062 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.2975,200.4934 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.8181,241.1651 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 293.5702,233.6131 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.1889,172.6055 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3111,164.1834 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.7925,206.4897 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.0441,259.2995 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 301.1418,272.0496 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.2258,241.8968 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.3161,176.8905 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6058,158.1982 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.6951,206.7919 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 368.7078,309.6117 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.8161,170.1746 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.5122,281.6963 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.5389,189.1524 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.4425,213.6481 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.3582,188.9045 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.5090,233.0336 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.5470,214.0387 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 230.6864,262.6616 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.2772,249.5926 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.7538,211.7455 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.1729,242.6562 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.5484,259.3080 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.6143,218.7212 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.0041,172.3361 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.9668,178.1093 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.9662,220.5425 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.5263,222.2036 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.1166,185.9495 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.7269,255.5705 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.1411,236.4792 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 269.6713,228.8738 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 274.5728,252.7531 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.5503,168.2417 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 248.1361,211.2043 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.9531,244.8384 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.6208,226.1032 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.0977,296.8797 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.0045,242.6255 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.2067,218.4500 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.0954,273.8119 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.8346,245.7780 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.0220,178.8016 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.4201,174.0991 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.5423,223.4814 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.1470,218.6537 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.5272,158.8474 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3063,107.9542 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.8694,250.9118 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.6031,189.9707 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.4755,254.4446 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.1105,231.6655 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3133,165.8287 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.7344,185.4629 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.8708,181.4186 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.0864,175.1310 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.1724,148.1004 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.7461,223.6629 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.5757,210.9981 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.3059,201.1339 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.9521,173.1017 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.9114,216.5161 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3895,115.8047 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 314.9467,277.7354 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 244.0640,233.6359 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7209,274.8133 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.4228,206.6242 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.4722,248.5536 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.4946,167.3787 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.9665,205.8479 l -2.7229,-4.7163 l -2.7229,4.7163 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.4697,193.9171 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.8009,159.3555 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.6817,195.4413 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.1195,178.2237 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.8478,153.0002 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.9016,183.5249 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.2229,247.0111 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3150,155.5560 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.1105,211.4950 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.8702,166.2118 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.4213,242.0305 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.3063,91.5779 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.1887,154.8666 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.3938,191.1044 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.7152,135.1096 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.5451,199.7230 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.6814,163.0609 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.4889,164.8594 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.2244,138.7397 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.3675,206.4440 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.6807,181.3227 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.5524,223.4162 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.3891,167.1610 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.5931,223.2462 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.1872,170.1474 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 259.2399,138.0997 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.7935,133.7859 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.2885,120.8346 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.8302,169.3287 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.1320,200.8153 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.3939,237.8716 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.1432,139.9591 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.5555,128.4076 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.6405,229.4545 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.6932,147.0626 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.2242,150.7482 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.1960,148.7034 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1139,237.0832 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.7365,152.9572 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.6752,197.4499 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.6064,160.3616 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.2659,179.3448 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.9461,126.0814 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.3352,174.9620 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.5801,135.8588 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.0627,162.8280 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.3120,188.1703 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.4881,241.0942 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.8876,176.8820 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.5476,200.1504 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.9154,173.2240 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0467,202.4645 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.8831,158.8989 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.1204,177.9328 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.5147,135.2464 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.4176,121.9498 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.2334,155.9687 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.9242,155.5970 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.9516,146.6370 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.5649,152.4602 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 303.7718,64.9421 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.1266,238.4092 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.9215,206.5987 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.4727,187.9899 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.0239,175.1626 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9858,226.0127 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9857,199.4763 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.4788,240.1822 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.6058,128.0315 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 327.1711,116.9416 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0129,182.0903 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.4296,188.9176 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.4583,146.2338 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.8508,247.0324 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.5482,196.9880 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1163,209.6417 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1412,240.6941 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.8755,181.2082 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.0374,253.6315 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.2256,125.1797 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.7982,164.6409 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.6257,106.8262 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.1155,197.3472 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.8788,143.4959 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5900,239.5118 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.7901,186.3477 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.3286,208.8855 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.4757,137.0711 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.1898,120.9749 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.2135,153.7782 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1672,221.3218 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9911,203.1087 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.5968,161.8047 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.7362,134.4623 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.8289,194.3235 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.3966,177.8457 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.3026,196.9517 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.8486,158.3982 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.6549,164.8485 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.8822,186.4785 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.2803,149.2027 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.9892,198.5260 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.1886,221.2882 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.3054,191.4455 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.4667,94.1125 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.7697,194.5637 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.5079,225.9473 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.0982,110.9691 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.7895,178.7663 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.5478,144.2119 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.2922,182.8126 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.8759,152.0689 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.5378,214.9223 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.7447,121.6886 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.3076,133.6484 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.8347,200.0708 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.9616,136.8162 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.8186,174.0561 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.9860,141.4526 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.1106,179.5967 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.2687,260.0102 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.1754,188.0113 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.0308,214.6472 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.6833,148.7971 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.5029,150.6043 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.4905,227.4621 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.2127,242.1514 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.8363,154.5174 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.2189,192.7185 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.8931,202.2803 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.2484,179.1452 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.9378,184.0141 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.6779,155.9459 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.1931,169.1843 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.2800,196.8304 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.9753,202.0965 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7199,216.5656 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.7364,228.7330 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.6600,163.7909 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.2059,138.2703 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.4473,183.2433 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.5749,200.1600 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0532,192.4992 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.8952,173.7974 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.6942,206.0752 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.0253,198.1262 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.9043,204.9566 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6631,148.9023 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.1033,177.0153 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.2060,190.5551 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.9653,163.0098 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.0209,121.9472 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.6793,134.2088 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.9736,153.7825 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.0456,105.1365 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.3153,151.5669 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.6994,203.7025 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.8201,132.0988 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4729,169.9095 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.4999,128.8121 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.7524,220.3059 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.1942,189.4436 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.0102,164.7287 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 264.8850,144.8653 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.8046,161.1283 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.4684,172.8083 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.6739,176.3802 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.1582,173.9928 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.6189,196.9785 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.6568,176.7463 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.2867,221.4906 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.3303,176.3645 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.4073,154.0549 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.4838,174.2123 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.5656,218.8006 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.9885,141.1883 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 231.2406,112.7625 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.6757,218.9203 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.5260,194.2855 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.0016,214.0815 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.0675,124.4029 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.1134,170.7809 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1252,290.9884 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7146,203.3496 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 343.1916,131.3198 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.6101,185.5891 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.0495,185.7133 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8058,110.2964 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.0812,268.8697 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.7444,213.3047 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.5155,182.3896 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.8134,147.9006 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 260.7889,106.7037 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.7409,162.1512 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.2284,111.4015 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.8629,214.1665 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.5969,234.5266 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.5668,221.8787 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.1973,152.8267 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.2755,142.2065 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.3016,207.0572 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.0580,190.4251 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.8267,187.6711 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1747,212.2403 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.3239,186.2792 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.0788,205.7224 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.9100,131.5908 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.0413,127.5335 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 226.3842,136.8674 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.6133,114.6551 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.6042,82.0719 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.2471,93.0538 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.6460,166.7363 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.6938,167.0377 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 239.8580,129.5291 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.3627,184.1150 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.3823,75.4529 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.6626,169.0320 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.7036,175.2493 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.5717,188.5736 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.2930,203.6180 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.6864,197.3052 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 248.2747,169.3476 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.3298,166.4111 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.3322,216.6682 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.3767,182.5723 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.7189,195.4723 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.1657,239.5809 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.0326,205.3302 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.7241,151.5642 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.8372,119.3718 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.7775,156.6306 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 244.0313,108.4010 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.4389,281.7637 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.4886,174.1983 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2684,215.2956 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.5826,139.1154 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.2749,182.8081 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.3423,145.3792 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.1385,258.3986 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.1325,157.9267 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.1328,138.1827 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.7081,180.2274 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.7017,249.3252 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.8412,184.9626 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.4049,175.2729 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.6413,225.8106 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.0247,220.1958 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2798,231.0652 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.6622,128.7990 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.5686,190.1094 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.2130,185.2235 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.0025,202.1915 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.7264,199.9242 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.4972,257.7168 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.9015,210.7593 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.2026,129.4296 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.3930,126.7679 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.5027,205.5228 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.2423,171.1821 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.5490,220.4855 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.9923,202.4906 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.7157,182.2676 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.5336,173.5186 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.0680,226.1892 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9906,211.3470 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.7020,185.7695 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.0144,215.0749 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.9248,123.7426 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.6267,189.1816 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.4099,149.8464 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.5875,166.1113 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.6436,154.5373 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.7307,164.7191 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.0372,195.6455 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.8714,135.2151 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.8456,223.6073 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.3504,191.1681 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5811,184.8912 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.0042,226.1845 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3242,169.3283 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.7592,258.5217 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9881,199.7265 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.4205,161.8906 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.6308,187.7499 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.7650,132.6226 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.1604,87.7149 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.6967,194.8592 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.8801,142.0412 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.1060,267.4526 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.0054,175.9956 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.6291,110.0620 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.4334,94.3691 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.6039,208.4510 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.2228,194.3465 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.1503,209.2715 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.8875,173.8991 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.5223,157.9991 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.1765,141.9919 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.2598,215.6190 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.3535,120.3475 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.0126,223.0441 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.6052,215.7279 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.0033,212.7356 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0763,231.1059 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.6201,134.1019 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.1026,158.8112 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 254.6241,137.3652 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.8855,215.7443 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.8655,136.6319 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.3482,188.9222 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.6733,203.2043 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.3089,238.0339 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.7555,136.5701 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.4800,200.9379 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.1928,225.0359 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.7613,120.2386 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.5585,233.6125 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.9009,215.3780 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.5256,142.9215 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.1784,186.0572 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.5258,209.6438 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.0251,160.7156 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.5118,222.5593 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.6845,221.5454 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.4585,173.0483 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.9522,165.7850 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1755,219.5140 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5465,222.7609 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.2773,191.4491 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.2750,166.8073 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.0745,124.4266 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.7236,134.9040 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.4292,109.6148 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.7823,213.2149 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.7356,166.7356 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.2503,176.3313 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.5679,182.3044 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.9981,136.1443 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.9775,189.7734 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.8573,117.6402 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.2675,209.3396 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.6194,197.7483 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.4246,188.5909 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.6109,184.4219 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.5442,80.8151 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6291,172.5687 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7768,162.2994 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.6066,191.1301 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.4356,153.1769 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.2661,200.3485 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.1925,182.6343 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.6969,203.1881 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.0349,193.0786 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 364.9791,60.7408 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.5085,116.3252 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 220.0812,160.3046 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0036,191.1425 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.8125,175.2536 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.8617,173.7635 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.8357,59.6333 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.0953,141.8704 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.7080,189.5651 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.7204,170.9660 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9858,258.0384 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.3301,169.2771 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.4483,173.0847 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.1550,87.4447 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.8940,160.5384 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 237.1734,162.8552 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.5868,152.6088 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.6879,186.0432 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.8286,201.7501 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.3393,163.8378 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.9824,209.5641 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.1993,94.4230 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.0039,151.7009 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.0526,147.7368 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.2901,204.5691 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.3064,199.7842 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.2897,169.5379 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.2459,205.3713 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.8336,183.1090 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.4836,115.5668 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.9833,198.6593 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.9898,233.3592 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.9870,110.3491 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2591,189.9847 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.8850,170.8214 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.7309,182.0357 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.5252,191.1507 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.1507,181.9876 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.3843,180.1109 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.0009,178.6932 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.9751,229.8576 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 267.7236,128.5818 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.5380,102.0462 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.3982,147.8508 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.6475,168.6993 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.0076,130.1829 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.4193,152.4357 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.2295,240.3578 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 227.2773,186.0175 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.3183,175.5188 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.2612,229.0239 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.0491,136.6624 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.6960,146.6990 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.2605,251.7276 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.9165,107.5415 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.8846,170.6597 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.2390,130.0476 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.5896,178.2449 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.8619,145.4613 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1161,222.8326 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.4206,183.7865 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.4020,184.7076 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.0986,133.9719 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.1703,179.1447 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.8214,150.0964 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1587,201.7793 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.0237,147.0808 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.2954,178.1715 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.1464,150.5315 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.9511,129.2610 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.4841,199.3878 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.7840,155.4090 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.8493,187.8292 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.9124,146.5935 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.8227,175.3194 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 256.3265,138.3349 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 248.4384,162.3313 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.1642,184.4837 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.1804,106.5160 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.9785,113.5684 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.1505,221.3669 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.9938,156.3598 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.3040,94.0393 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.1179,124.5799 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.0153,185.4606 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.0702,190.0603 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.8188,164.5050 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7533,193.9842 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.8115,119.3218 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.8673,165.9567 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.8943,207.1516 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.6978,175.6401 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.9309,205.6087 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.3394,203.4264 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.4270,176.6387 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.6317,173.3275 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.3374,185.0509 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.3477,190.0165 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.4314,170.7209 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9904,254.0329 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.0938,170.9055 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.6901,191.5214 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.7353,202.8618 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.1966,232.0898 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 217.9365,108.4377 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.7110,172.0403 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.0914,209.2292 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.0607,219.6057 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.4719,219.1513 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.2458,239.3663 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.5756,138.3089 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.1246,187.2525 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.2194,161.6404 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.5846,158.4749 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 295.5936,103.8086 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.0332,128.7665 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.4517,153.9266 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.4093,169.7037 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.4112,158.8541 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 232.7828,130.3509 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.7473,200.5648 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.1652,189.7410 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.1829,191.2587 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9863,246.3617 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.6997,72.4107 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.5960,188.8333 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.2510,222.7449 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.8344,231.3020 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.8361,122.3883 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 226.8536,134.4259 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.3527,185.9413 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.4136,164.1162 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.1248,109.8368 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.2596,141.6405 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.8248,256.1063 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.2568,191.1575 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.8982,232.8121 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.7924,174.5067 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.5751,179.9959 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.1186,200.2832 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0432,179.9711 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.8774,194.4479 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.4640,165.0251 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.8538,212.3655 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8788,204.7177 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.1485,181.4380 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.2663,169.6917 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.8442,174.0866 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.4063,226.5488 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.6852,149.2474 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.2252,225.2111 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.2091,226.8824 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.4369,149.7554 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.5065,239.2623 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.8237,169.4114 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.0835,122.1845 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.6312,110.4591 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.9236,84.5521 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.2663,160.3277 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.9682,200.2082 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3659,177.4522 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.4722,221.1156 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.2425,141.5811 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.7651,100.9641 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.1918,117.3005 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.0132,202.5975 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.3800,169.0065 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.4005,198.4945 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.5237,152.2778 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.4198,188.0791 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.2579,115.1376 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.6556,207.4256 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7851,205.2856 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.0724,193.0889 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.3950,185.4588 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 190.8589,163.1615 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.9481,189.5817 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.5663,120.2840 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.3045,184.3805 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.8181,149.1226 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.3578,122.2030 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.9737,148.1742 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.0000,156.4651 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.5113,149.1399 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.5230,205.3831 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.5904,148.4528 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.5348,173.9304 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.3307,158.6572 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7797,204.6793 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.8752,172.9554 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.7566,168.4549 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.0354,172.8107 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.1669,232.1413 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.8705,196.2243 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.5892,225.9578 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.4421,204.3130 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.3855,202.9649 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.7720,184.5238 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.8822,160.3473 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.1387,127.3722 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.9645,114.2660 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.4057,163.0383 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5028,238.8531 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.7388,205.4366 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.0717,177.9276 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.9358,147.1610 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.5350,249.5199 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.3508,192.9625 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.7294,144.2741 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0365,243.6701 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.5767,170.7399 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.1257,163.0834 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.2942,182.2441 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.0372,147.9095 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.8442,117.0650 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 273.1542,148.0735 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.8473,172.5490 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.8510,188.2085 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.4969,159.4100 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.1226,138.6150 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.3259,222.6974 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.9236,186.5795 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.9463,190.6709 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.8583,138.7704 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.5690,144.5247 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.2912,209.3979 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.3502,236.5874 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.6632,174.0978 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.9124,126.7732 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.3755,214.1455 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.8626,153.6737 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 273.2086,129.2642 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 324.2526,143.0266 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.3216,183.6907 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.3500,168.8563 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.5437,163.0507 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.9266,152.8993 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.7550,211.7838 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.2603,192.6359 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.7574,158.6174 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.2951,251.8622 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.7400,240.8061 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0912,264.3607 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.8224,197.7442 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.7570,165.3319 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.1562,279.2464 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.8936,171.8034 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.0282,232.7051 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.5756,168.2806 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7686,249.0741 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.5783,112.8032 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.1750,170.1805 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.0010,161.3652 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.1562,158.2384 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.5658,226.4431 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.4288,156.2809 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.8336,110.2833 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.2001,120.3411 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.0662,215.3491 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.5712,174.3262 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.3465,158.7185 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.0016,259.9801 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0000,188.7114 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.1672,194.5695 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.7437,116.1030 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.1177,236.7476 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.1786,170.6668 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.8507,173.0244 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 273.6354,153.9675 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 205.3772,185.4258 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.6530,163.1625 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.9416,146.4314 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.9429,149.0250 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.1763,205.8618 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.9000,233.5267 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.4366,156.2173 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.3089,131.2913 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.6381,288.1617 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.1590,221.6241 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.4081,172.8097 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.0393,173.9310 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.3054,205.4934 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.0909,134.2571 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.7378,190.2761 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.6040,196.4371 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.0545,122.1021 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.6986,189.8912 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.5712,126.6487 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.2154,142.4216 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.8586,140.6136 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 243.7094,126.7184 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.0192,209.8672 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.8884,159.4483 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.5421,189.5175 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.7242,140.2951 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.5979,257.9512 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.2822,179.6537 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.6856,163.1194 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 236.8425,184.7904 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.2485,211.3356 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.4167,211.8813 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7012,224.7409 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.0659,149.1316 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.6219,148.8915 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.2057,223.5513 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 208.1503,206.7117 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.0945,200.0205 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.3454,192.0986 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.3542,218.6098 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.7643,155.3430 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.7930,180.2216 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.8363,205.8418 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.1554,151.3194 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.0763,225.0333 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.6749,184.6385 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.7702,161.9905 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.5142,225.6069 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.6855,178.3325 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0381,181.3385 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.6819,160.3190 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.0215,218.7528 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 187.5322,124.2434 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.3357,147.3175 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.5161,189.9625 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.5226,190.5158 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.1450,125.1143 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.9153,165.1296 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.9981,143.5023 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.3391,199.9517 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.7478,227.2432 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.8895,206.3081 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.1801,214.9283 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.9813,229.8170 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.2560,213.6129 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.1722,189.8255 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.2396,131.1164 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.3662,182.0150 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.5828,130.3308 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.1879,169.0202 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.2761,178.2258 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.3934,155.0638 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.8596,262.1152 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.2218,135.4151 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5697,217.0013 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.9050,169.6970 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.1243,147.9067 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.3497,197.7709 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.5900,190.1584 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.2860,180.0109 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.9003,191.3269 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 258.4046,121.0827 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.1010,116.0482 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.7909,123.8685 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.1718,277.3295 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.3336,197.4008 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.5031,168.6268 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.4832,194.1428 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.6103,249.9102 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.9014,147.9934 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.6832,211.0381 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.1555,217.7651 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.7051,253.3603 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.0705,181.3825 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.7090,165.0172 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 222.5757,158.1429 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.0696,190.5115 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.9971,191.2408 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2426,208.6026 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.4788,133.6246 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.8397,222.9923 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 234.1930,186.3278 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.1066,235.3292 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.2814,192.6928 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.5614,224.1402 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.5285,209.0036 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.2764,165.5708 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.5923,191.2153 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.6352,130.4679 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.2714,218.9530 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.7775,189.3452 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.6662,152.7446 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.4958,138.5984 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.2611,279.1890 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.3875,215.1933 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.4997,176.4934 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.1814,123.2214 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9903,270.4916 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 216.8855,88.3481 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.3245,188.1229 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.5263,143.1236 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 238.7977,97.0912 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0308,175.0429 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.5046,112.8224 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.5152,110.9994 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.0016,132.7678 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.3632,197.5101 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.6934,184.5092 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.8882,111.7444 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.5742,201.7764 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.3148,176.9025 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.5402,214.7277 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.9057,102.5063 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.5067,136.0603 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.3396,149.5517 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.6109,203.4310 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.1387,183.7372 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.3004,192.0968 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.5529,73.3562 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.2449,188.2672 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.7136,151.9224 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.1480,143.3983 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.8821,192.8736 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9855,215.2688 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 197.5025,132.5718 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.1444,148.9695 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.5533,193.2539 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.1651,128.7711 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.9305,242.7734 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.7341,184.1107 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.0389,261.5887 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.1751,121.7870 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 221.7027,197.7710 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.6296,84.2740 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.1835,203.9435 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.9595,173.6047 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 272.8052,140.0697 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.3974,125.7110 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.9723,149.9313 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.9833,221.7853 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.8537,170.2027 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.3886,162.5499 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 286.8611,127.7498 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.2509,173.6405 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.7679,157.0728 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.2439,187.8974 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5177,164.2102 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.3959,242.9988 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.6681,147.5714 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 192.2044,130.3880 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.0993,151.1939 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.8110,225.8547 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.4699,235.3258 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.8803,167.4555 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.3860,204.8814 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.0066,204.6674 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.4342,203.3668 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.6608,200.7584 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.3272,131.0860 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.7678,135.7598 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.6602,243.5776 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.2725,222.4543 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.1100,162.9909 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.7287,189.4517 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.1017,145.1746 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.4349,181.6126 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 174.0720,181.0350 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.0258,148.0488 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.4396,156.0620 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.4924,180.8976 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.7888,189.3447 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.4303,120.3783 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.2147,179.8978 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.5871,235.2460 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.2666,112.4510 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.8218,201.1717 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.5554,147.5991 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.0677,217.4520 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.3553,195.2013 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.7221,212.4057 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.2328,138.1558 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.8143,110.2099 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.8312,157.8506 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.2124,208.1834 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.0192,159.1154 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.4186,161.1759 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.0260,174.5744 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.7462,183.4433 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.4900,153.8167 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.4856,188.6579 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.7195,153.2695 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.2259,133.8086 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.5008,217.8612 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.0927,87.3536 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.2118,195.4407 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.1531,186.8850 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.3547,171.4687 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.5137,170.1340 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.8181,198.3334 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1627,257.2600 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.4871,147.2940 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.2842,125.2010 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.2261,216.7557 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.8837,206.3321 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.6707,102.1711 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 266.1801,157.1534 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.8633,254.0571 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.6540,263.4962 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.0516,255.5704 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.2854,195.6844 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 153.4016,184.2758 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.8810,191.5204 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.3285,216.9623 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.5311,159.1049 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.0248,132.5766 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.6892,157.9729 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.3064,159.3478 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.8841,206.1759 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.2507,106.9716 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.2829,167.5994 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.0278,142.2893 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.0009,223.4841 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.2135,202.6938 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.4022,216.6503 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.2275,143.3052 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 204.6576,120.5223 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.7131,178.3618 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.1867,182.3939 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 158.5521,186.5158 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.7946,197.7256 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 198.3731,179.1686 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 213.2992,142.6389 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.8124,212.2104 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.0676,147.1000 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0939,187.9146 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.0644,184.0401 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.3546,242.1156 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.7300,167.9193 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.5922,184.5011 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.2815,136.2837 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.5434,220.4615 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.2740,190.1413 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 209.3275,195.1558 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.8462,128.3764 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.1718,122.8432 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.1313,172.7144 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.7062,179.7159 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.7365,173.4230 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.3596,290.9527 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.7485,109.3137 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.4873,169.5840 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.2946,138.8286 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 215.8342,163.4337 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.8923,133.5519 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.4764,238.4718 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.4703,166.6475 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.1482,128.5699 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.8855,179.9199 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.9696,216.8370 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.0089,266.3050 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.3150,195.9135 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.5733,207.5241 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.0081,92.6336 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.8649,151.1097 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.5150,165.7234 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.6707,177.2509 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.7328,199.1851 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 268.2248,72.2763 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.9029,173.3852 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.7668,172.9019 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.1292,198.9245 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.3338,170.3851 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 186.0278,166.5051 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.5678,175.7401 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 137.9884,194.6613 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 159.1173,187.9323 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.2664,150.6389 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.1829,198.5658 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.9456,186.6395 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.6734,144.9078 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 163.7220,204.0306 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.6289,193.5176 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 169.8787,191.2258 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.5357,157.8443 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.3601,162.9621 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.3683,188.6477 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.4622,162.7977 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.2928,134.4179 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.3164,165.9730 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 180.3563,102.1574 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 177.6300,181.5086 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 145.7412,228.9770 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.1728,202.4415 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.1272,204.3432 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.7426,155.1454 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.6286,168.6759 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 188.2081,173.8707 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.4159,229.8802 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.9966,188.2390 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.9471,171.6637 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 162.3298,175.6198 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.7293,171.1038 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 183.1125,167.3512 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 170.3556,154.8570 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.2079,169.0499 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.1319,173.5045 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.4453,200.7452 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 199.1870,181.5673 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 202.8483,144.9321 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.6340,167.3552 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 164.5399,206.8831 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.7247,234.3635 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.8271,179.2769 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 148.9629,205.9172 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.1159,147.6965 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.2968,180.1900 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 191.2870,122.7461 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 165.6897,124.6351 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.0060,227.1062 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 182.1136,133.3554 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.2379,241.4763 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.2948,197.1307 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.9025,194.9845 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.6805,160.9810 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 166.0735,156.1564 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2293,223.2252 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 155.8517,192.5681 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.9951,189.4484 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.6936,156.9612 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 152.1573,154.8989 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.4662,221.2498 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 241.2500,112.3108 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.4363,118.9319 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 210.6458,136.6203 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 147.8663,188.3509 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.7339,157.6506 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 176.3765,153.0944 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 168.9534,120.3161 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.0809,125.4815 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.0910,162.2263 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 151.3470,149.8603 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.1512,204.5599 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.6664,220.3445 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.6224,292.3939 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.8633,225.3121 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 308.2356,72.0671 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 146.3890,226.0085 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.8732,226.7787 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.8290,146.3482 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 141.2759,171.1203 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 154.5021,219.3241 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 287.6142,72.5663 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.1665,187.0896 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2165,213.1417 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.1846,211.4681 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 138.2582,234.2526 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 143.2468,164.0093 c 0.0000,-0.7519 -0.6095,-1.3615 -1.3615 -1.3615c -0.7519,-0.0000 -1.3615,0.6095 -1.3615 1.3615c -0.0000,0.7519 0.6095,1.3615 1.3615 1.3615c 0.7519,0.0000 1.3615,-0.6095 1.3615 -1.3615Z"/>
   </g>
 </svg>
diff --git a/other/schoolbookExample.svg b/other/schoolbookExample.svg
--- a/other/schoolbookExample.svg
+++ b/other/schoolbookExample.svg
@@ -4,403 +4,415 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 400 400" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 20.4369,273.8059 ZM 24.2829,266.2249 c 0.0000,0.0925 -0.1109,0.1479 -0.2034 0.1479c -0.5547,-0.0000 -0.7951,0.1109 -0.7951 0.4068c 0.0000,0.1109 0.0370,0.2589 0.1109 0.4253l 2.0339,4.7705 l 2.0524,-4.6965 c 0.0925,-0.1664 0.1294,-0.3143 0.1294 -0.4253c 0.0000,-0.3883 -0.3698,-0.4807 -0.7766 -0.4807h -0.0740 c -0.0925,-0.0000 -0.1849,-0.0740 -0.1849 -0.1294v -0.3513 l 0.0370,-0.0555 c 0.0000,-0.0000 1.0909,0.0370 1.7381 0.0370c 0.5177,-0.0000 1.2758,-0.0370 1.2758 -0.0370l 0.0555,0.0370 v 0.3513 c 0.0000,0.0925 -0.0740,0.1479 -0.2034 0.1479c -0.7026,-0.0000 -1.0539,0.7211 -1.3128 1.2573c -0.9800,2.0709 -1.7935,3.9754 -3.2728 7.5440c -0.5547,1.3313 -1.2204,2.8845 -2.5332 2.8845c -0.3513,-0.0000 -1.0724,-0.2034 -1.0724 -0.8690c 0.0000,-0.5547 0.4068,-0.7211 0.7026 -0.7211c 0.2774,-0.0000 0.4623,0.1109 0.5732 0.2589c 0.1849,0.1849 0.3143,0.3143 0.4992 0.3143c 0.2774,-0.0000 0.9245,-1.5902 1.3868 -2.7181c 0.1109,-0.2219 0.1479,-0.4068 0.1479 -0.5732c 0.0000,-0.1849 -0.1664,-0.6841 -0.3143 -1.0539l -2.3298,-5.4176 c -0.2958,-0.7026 -0.4992,-0.9060 -1.1279 -0.9060c -0.1109,-0.0000 -0.1849,-0.0555 -0.1849 -0.1294v -0.3698 l 0.0370,-0.0370 c 0.0000,-0.0000 0.8136,0.0370 1.3683 0.0370c 0.8690,-0.0000 2.2003,-0.0370 2.2003 -0.0370l 0.0370,0.0555 v 0.3328 ZM 34.4710,273.8059 ZM 42.9950,267.9260 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 42.9950,267.9260 ZM 42.9950,270.2373 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 48.8379,273.8059 ZM 53.9042,269.4422 h -4.1788 c -0.1664,-0.0000 -0.2774,-0.1479 -0.2774 -0.3143c 0.0000,-0.2958 0.2404,-0.6841 0.4623 -0.6841h 4.2343 c 0.1849,-0.0000 0.2589,0.1664 0.2589 0.3328c 0.0000,0.2034 -0.2589,0.6656 -0.4992 0.6656ZM 54.9951,273.8059 ZM 56.0675,265.6147 c 0.0000,-1.0539 1.0170,-2.4962 2.9584 -2.4962c 1.4237,-0.0000 3.0879,0.5362 3.0879 2.6626c 0.0000,1.4053 -0.7211,2.1079 -1.7196 3.0694l -1.7566,1.7011 c -0.0925,0.0925 -1.3313,1.3128 -1.3313 2.1818h 3.1433 c 0.6287,-0.0000 0.9615,-0.3143 1.2204 -1.3313l 0.4623,0.0740 l -0.3698,2.3298 h -5.7135 c 0.0000,-1.0355 0.1664,-1.8305 1.8860 -3.5871l 1.2943,-1.2758 c 1.0355,-1.0539 1.4607,-1.9600 1.4607 -3.0879c 0.0000,-1.6826 -1.1464,-2.1634 -1.7751 -2.1634c -1.2758,-0.0000 -1.6271,0.6656 -1.6271 1.1094c 0.0000,0.1479 0.0370,0.2958 0.0740 0.4253c 0.0370,0.1294 0.0740,0.2589 0.0740 0.4068c 0.0000,0.4807 -0.3698,0.6656 -0.6656 0.6656c -0.4068,-0.0000 -0.7026,-0.3143 -0.7026 -0.6841ZM 63.0938,273.8059 ZM 64.1477,273.0478 c 0.0000,-0.5362 0.4438,-0.9800 0.9800 -0.9800c 0.5362,-0.0000 0.9800,0.4438 0.9800 0.9800c 0.0000,0.5362 -0.4438,0.9800 -0.9800 0.9800c -0.5362,-0.0000 -0.9800,-0.4438 -0.9800 -0.9800ZM 67.1432,273.8059 ZM 71.1925,263.7657 c -0.7951,-0.0000 -1.9600,0.7766 -1.9600 5.0848c 0.0000,1.5162 0.2774,4.5671 1.9045 4.5671c 0.3143,-0.0000 1.2019,-0.2034 1.5902 -1.6456c 0.2404,-0.8875 0.3698,-1.9969 0.3698 -3.6056c 0.0000,-2.3483 -0.5917,-3.6611 -1.1279 -4.1233c -0.2034,-0.1849 -0.4807,-0.2774 -0.7766 -0.2774ZM 71.1925,263.7657 ZM 71.1185,274.0277 c -1.9784,-0.0000 -3.3097,-2.5332 -3.3097 -5.3622c 0.0000,-3.4577 1.6456,-5.5471 3.3837 -5.5471c 0.7951,-0.0000 1.5902,0.4992 2.1264 1.2204c 0.7766,1.0355 1.1834,2.4222 1.1834 4.1603c 0.0000,4.1048 -2.0339,5.5286 -3.3837 5.5286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 90.2922,277.8898 l -0.0000,-19.4007 h -77.6028 l -0.0000,19.4007 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.8546,385.3017 ZM 177.4972,377.8686 c -0.3698,-0.0000 -0.4438,0.0925 -0.4438 0.2219c 0.0000,0.0925 0.0740,0.2589 0.2774 0.5917l 1.1279,1.6641 c 0.0555,0.1109 0.1109,0.1664 0.1849 0.1664c 0.0555,-0.0000 0.0925,-0.0370 0.1664 -0.1294l 1.2019,-1.6826 c 0.2034,-0.2589 0.3143,-0.4623 0.3143 -0.6102c 0.0000,-0.1479 -0.1294,-0.2219 -0.3883 -0.2219h -0.2958 c -0.0555,-0.0000 -0.1109,-0.0370 -0.1109 -0.1294v -0.3513 l 0.0555,-0.0555 c 0.0000,-0.0000 0.8690,0.0370 1.4422 0.0370c 0.5917,-0.0000 1.4977,-0.0370 1.4977 -0.0370l 0.0185,0.0370 v 0.3513 c 0.0000,0.1294 -0.1109,0.1479 -0.2219 0.1479c -0.6841,-0.0000 -0.9615,0.2219 -1.6456 1.0909l -1.5532,1.9784 c -0.0370,0.0555 -0.0555,0.0925 -0.0555 0.1294c 0.0000,0.0370 0.0185,0.0925 0.0555 0.1479l 1.6641,2.3483 c 0.8505,1.2019 1.0909,1.2204 1.6826 1.2204c 0.1849,-0.0000 0.2589,0.0370 0.2589 0.1479v 0.3513 l -0.0185,0.0370 c 0.0000,-0.0000 -0.9985,-0.0370 -1.6271 -0.0370c -0.7581,-0.0000 -1.9230,0.0370 -1.9230 0.0370l -0.0370,-0.0370 v -0.3513 c 0.0000,-0.0925 0.0370,-0.1479 0.1294 -0.1479h 0.2219 c 0.2958,-0.0000 0.4253,-0.0555 0.4253 -0.2034c 0.0000,-0.1664 -0.2034,-0.4438 -0.4992 -0.8321l -1.0724,-1.4792 c -0.0740,-0.0925 -0.1109,-0.1294 -0.1664 -0.1294c -0.0370,-0.0000 -0.0925,0.0555 -0.1664 0.1664l -1.1649,1.6826 c -0.2774,0.3698 -0.3328,0.4623 -0.3328 0.5917c 0.0000,0.1294 0.1109,0.2034 0.3883 0.2034h 0.2589 c 0.0925,-0.0000 0.1294,0.0555 0.1294 0.1479v 0.3513 l -0.0370,0.0370 c 0.0000,-0.0000 -0.9615,-0.0370 -1.5532 -0.0370c -0.5362,-0.0000 -1.3868,0.0370 -1.3868 0.0370l -0.0370,-0.0370 v -0.3143 c 0.0000,-0.1109 0.0740,-0.1849 0.2404 -0.1849c 0.4438,-0.0000 0.8690,-0.0925 1.6456 -1.0909l 1.5532,-1.9969 c 0.0185,-0.0370 0.0370,-0.0740 0.0370 -0.1294c 0.0000,-0.0555 -0.0185,-0.0925 -0.0555 -0.1479l -1.6086,-2.3483 c -0.5177,-0.7581 -0.8505,-1.2019 -1.4977 -1.2019c -0.1294,-0.0000 -0.2589,-0.0555 -0.2589 -0.1294v -0.3513 l 0.0370,-0.0555 l 1.4607,0.0370 l 2.0524,-0.0370 l 0.0555,0.0555 v 0.3328 c 0.0000,0.0925 -0.0740,0.1479 -0.1479 0.1479h -0.2774 ZM 187.6668,385.3017 ZM 196.1908,379.4218 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 196.1908,379.4218 ZM 196.1908,381.7331 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 202.0337,385.3017 ZM 207.1000,380.9380 h -4.1788 c -0.1664,-0.0000 -0.2774,-0.1479 -0.2774 -0.3143c 0.0000,-0.2958 0.2404,-0.6841 0.4623 -0.6841h 4.2343 c 0.1849,-0.0000 0.2589,0.1664 0.2589 0.3328c 0.0000,0.2034 -0.2589,0.6656 -0.4992 0.6656ZM 208.1909,385.3017 ZM 211.6671,376.4819 c -0.3513,-0.0000 -1.1649,0.3328 -1.5717 0.5177l -0.2219,-0.5732 c 1.6271,-0.7581 2.2558,-1.1464 3.1803 -1.8120h 0.3513 v 9.3006 c 0.0000,0.6656 0.0925,0.8505 0.7026 0.8505h 0.9615 c 0.0555,-0.0000 0.1479,0.0370 0.1479 0.1479v 0.4068 l -2.5332,-0.0370 l -2.5701,0.0370 v -0.4068 c 0.0185,-0.0555 0.0370,-0.1479 0.1479 -0.1479h 1.1094 c 0.7026,-0.0000 0.7026,-0.3143 0.7026 -0.8505v -6.3606 c 0.0000,-0.6287 0.0000,-1.0724 -0.4068 -1.0724ZM 216.2896,385.3017 ZM 217.3436,384.5436 c 0.0000,-0.5362 0.4438,-0.9800 0.9800 -0.9800c 0.5362,-0.0000 0.9800,0.4438 0.9800 0.9800c 0.0000,0.5362 -0.4438,0.9800 -0.9800 0.9800c -0.5362,-0.0000 -0.9800,-0.4438 -0.9800 -0.9800ZM 220.3390,385.3017 ZM 224.3883,375.2615 c -0.7951,-0.0000 -1.9600,0.7766 -1.9600 5.0848c 0.0000,1.5162 0.2774,4.5671 1.9045 4.5671c 0.3143,-0.0000 1.2019,-0.2034 1.5902 -1.6456c 0.2404,-0.8875 0.3698,-1.9969 0.3698 -3.6056c 0.0000,-2.3483 -0.5917,-3.6611 -1.1279 -4.1233c -0.2034,-0.1849 -0.4807,-0.2774 -0.7766 -0.2774ZM 224.3883,375.2615 ZM 224.3144,385.5236 c -1.9784,-0.0000 -3.3097,-2.5332 -3.3097 -5.3622c 0.0000,-3.4577 1.6456,-5.5471 3.3837 -5.5471c 0.7951,-0.0000 1.5902,0.4992 2.1264 1.2204c 0.7766,1.0355 1.1834,2.4222 1.1834 4.1603c 0.0000,4.1048 -2.0339,5.5286 -3.3837 5.5286Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="17.636998352466932px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,51.4908,268.1894)" stroke="none" text-anchor="middle">y = -2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="5.847956717830579" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.3273,268.2311 c 0.0000,-2.3092 -1.8719,-4.1811 -4.1811 -4.1811c -2.3092,-0.0000 -4.1811,1.8719 -4.1811 4.1811c -0.0000,2.3092 1.8719,4.1811 4.1811 4.1811c 2.3092,0.0000 4.1811,-1.8719 4.1811 -4.1811Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 245.7465,390.9475 l -0.0000,-19.4007 h -77.6028 l -0.0000,19.4007 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.1462,351.8529 v -83.6219 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="17.636998352466932px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,206.9451,381.2471)" stroke="none" text-anchor="middle">x = -1.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,268.2311 h 111.4958 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="5.976502717529218" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 211.1848,266.4257 c 0.0000,-2.3415 -1.8982,-4.2397 -4.2397 -4.2397c -2.3415,-0.0000 -4.2397,1.8982 -4.2397 4.2397c -0.0000,2.3415 1.8982,4.2397 4.2397 4.2397c 2.3415,0.0000 4.2397,-1.8982 4.2397 -4.2397Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="3.898637811887053" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.3982,45.2394 l 3.3449,19.6679 l 3.3449,18.8651 l 3.3449,18.0623 l 3.3449,17.2596 l 3.3449,16.4568 l 3.3449,15.6540 l 3.3449,14.8512 l 3.3449,14.0485 l 3.3449,13.2457 l 3.3449,12.4429 l 3.3449,11.6402 l 3.3449,10.8374 l 3.3449,10.0346 l 3.3449,9.2319 l 3.3449,8.4291 l 3.3449,7.6263 l 3.3449,6.8235 l 3.3449,6.0208 l 3.3449,5.2180 l 3.3449,4.4152 l 3.3449,3.6125 l 3.3449,2.8097 l 3.3449,2.0069 l 3.3449,1.2042 l 3.3449,0.4014 l 3.3449,-0.4014 l 3.3449,-1.2042 l 3.3449,-2.0069 l 3.3449,-2.8097 l 3.3449,-3.6125 l 3.3449,-4.4152 l 3.3449,-5.2180 l 3.3449,-6.0208 l 3.3449,-6.8235 l 3.3449,-7.6263 l 3.3449,-8.4291 l 3.3449,-9.2319 l 3.3449,-10.0346 l 3.3449,-10.8374 l 3.3449,-11.6402 l 3.3449,-12.4429 l 3.3449,-13.2457 l 3.3449,-14.0485 l 3.3449,-14.8512 l 3.3449,-15.6540 l 3.3449,-16.4568 l 3.3449,-17.2596 l 3.3449,-18.0623 l 3.3449,-18.8651 l 3.3449,-19.6679 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.9451,351.2190 v -84.7933 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.9441,53.3104 ZM 184.7130,41.9389 c 0.0000,0.1387 -0.1664,0.2219 -0.3051 0.2219c -0.8321,-0.0000 -1.1926,0.1664 -1.1926 0.6102c 0.0000,0.1664 0.0555,0.3883 0.1664 0.6379l 3.0509,7.1557 l 3.0786,-7.0448 c 0.1387,-0.2496 0.1941,-0.4715 0.1941 -0.6379c 0.0000,-0.5824 -0.5547,-0.7211 -1.1649 -0.7211h -0.1109 c -0.1387,-0.0000 -0.2774,-0.1109 -0.2774 -0.1941v -0.5270 l 0.0555,-0.0832 c 0.0000,-0.0000 1.6364,0.0555 2.6071 0.0555c 0.7766,-0.0000 1.9137,-0.0555 1.9137 -0.0555l 0.0832,0.0555 v 0.5270 c 0.0000,0.1387 -0.1109,0.2219 -0.3051 0.2219c -1.0539,-0.0000 -1.5809,1.0817 -1.9692 1.8860c -1.4700,3.1064 -2.6903,5.9631 -4.9091 11.3160c -0.8321,1.9969 -1.8305,4.3267 -3.7997 4.3267c -0.5270,-0.0000 -1.6086,-0.3051 -1.6086 -1.3036c 0.0000,-0.8321 0.6102,-1.0817 1.0539 -1.0817c 0.4160,-0.0000 0.6934,0.1664 0.8598 0.3883c 0.2774,0.2774 0.4715,0.4715 0.7489 0.4715c 0.4160,-0.0000 1.3868,-2.3852 2.0801 -4.0771c 0.1664,-0.3328 0.2219,-0.6102 0.2219 -0.8598c 0.0000,-0.2774 -0.2496,-1.0262 -0.4715 -1.5809l -3.4946,-8.1264 c -0.4438,-1.0539 -0.7489,-1.3590 -1.6919 -1.3590c -0.1664,-0.0000 -0.2774,-0.0832 -0.2774 -0.1941v -0.5547 l 0.0555,-0.0555 c 0.0000,-0.0000 1.2204,0.0555 2.0524 0.0555c 1.3036,-0.0000 3.3005,-0.0555 3.3005 -0.0555l 0.0555,0.0832 v 0.4992 ZM 199.9951,53.3104 ZM 212.7811,44.4906 v 1.3590 h -10.9554 v -1.3590 h 10.9554 ZM 212.7811,44.4906 ZM 212.7811,47.9575 v 1.3590 h -10.9554 v -1.3590 h 10.9554 ZM 221.5455,53.3104 ZM 227.0093,42.1608 c -0.5547,-0.0000 -0.6656,0.1387 -0.6656 0.3328c 0.0000,0.1387 0.1109,0.3883 0.4160 0.8875l 1.6919,2.4962 c 0.0832,0.1664 0.1664,0.2496 0.2774 0.2496c 0.0832,-0.0000 0.1387,-0.0555 0.2496 -0.1941l 1.8028,-2.5239 c 0.3051,-0.3883 0.4715,-0.6934 0.4715 -0.9153c 0.0000,-0.2219 -0.1941,-0.3328 -0.5824 -0.3328h -0.4438 c -0.0832,-0.0000 -0.1664,-0.0555 -0.1664 -0.1941v -0.5270 l 0.0832,-0.0832 c 0.0000,-0.0000 1.3036,0.0555 2.1634 0.0555c 0.8875,-0.0000 2.2466,-0.0555 2.2466 -0.0555l 0.0277,0.0555 v 0.5270 c 0.0000,0.1941 -0.1664,0.2219 -0.3328 0.2219c -1.0262,-0.0000 -1.4422,0.3328 -2.4684 1.6364l -2.3298,2.9677 c -0.0555,0.0832 -0.0832,0.1387 -0.0832 0.1941c 0.0000,0.0555 0.0277,0.1387 0.0832 0.2219l 2.4962,3.5224 c 1.2758,1.8028 1.6364,1.8305 2.5239 1.8305c 0.2774,-0.0000 0.3883,0.0555 0.3883 0.2219v 0.5270 l -0.0277,0.0555 c 0.0000,-0.0000 -1.4977,-0.0555 -2.4407 -0.0555c -1.1371,-0.0000 -2.8845,0.0555 -2.8845 0.0555l -0.0555,-0.0555 v -0.5270 c 0.0000,-0.1387 0.0555,-0.2219 0.1941 -0.2219h 0.3328 c 0.4438,-0.0000 0.6379,-0.0832 0.6379 -0.3051c 0.0000,-0.2496 -0.3051,-0.6656 -0.7489 -1.2481l -1.6086,-2.2188 c -0.1109,-0.1387 -0.1664,-0.1941 -0.2496 -0.1941c -0.0555,-0.0000 -0.1387,0.0832 -0.2496 0.2496l -1.7473,2.5239 c -0.4160,0.5547 -0.4992,0.6934 -0.4992 0.8875c 0.0000,0.1941 0.1664,0.3051 0.5824 0.3051h 0.3883 c 0.1387,-0.0000 0.1941,0.0832 0.1941 0.2219v 0.5270 l -0.0555,0.0555 c 0.0000,-0.0000 -1.4422,-0.0555 -2.3298 -0.0555c -0.8043,-0.0000 -2.0801,0.0555 -2.0801 0.0555l -0.0555,-0.0555 v -0.4715 c 0.0000,-0.1664 0.1109,-0.2774 0.3606 -0.2774c 0.6656,-0.0000 1.3036,-0.1387 2.4684 -1.6364l 2.3298,-2.9954 c 0.0277,-0.0555 0.0555,-0.1109 0.0555 -0.1941c 0.0000,-0.0832 -0.0277,-0.1387 -0.0832 -0.2219l -2.4130,-3.5224 c -0.7766,-1.1371 -1.2758,-1.8028 -2.2466 -1.8028c -0.1941,-0.0000 -0.3883,-0.0832 -0.3883 -0.1941v -0.5270 l 0.0555,-0.0832 l 2.1911,0.0555 l 3.0786,-0.0555 l 0.0832,0.0832 v 0.4992 c 0.0000,0.1387 -0.1109,0.2219 -0.2219 0.2219h -0.4160 ZM 235.3299,53.3104 ZM 237.3546,37.0298 c -0.3328,-0.0000 -0.7211,-0.3051 -0.7211 -0.6656c 0.0000,-0.7211 0.7766,-2.1356 2.9677 -2.1356c 1.3868,-0.0000 2.9954,0.5270 2.9954 2.3020c 0.0000,1.2758 -0.9430,2.1911 -2.4684 3.3005c -1.1649,0.8321 -1.8305,1.6364 -1.8305 2.4962h 2.2466 c 0.8598,-0.0000 1.3036,-1.0817 1.6086 -1.8583l 0.6656,0.1387 c -0.2496,0.8321 -0.4438,1.8028 -0.5270 2.6071h -5.7135 c 0.0000,-1.3313 1.2204,-2.4962 2.5239 -3.5224c 1.2481,-0.9985 1.8583,-1.6364 1.8583 -3.1341c 0.0000,-1.3036 -0.9707,-1.6641 -1.4700 -1.6641c -1.1926,-0.0000 -1.4977,0.4438 -1.4977 0.8043c 0.0000,0.2496 0.1387,0.4438 0.1387 0.6656c 0.0000,0.4438 -0.4992,0.6656 -0.7766 0.6656ZM 250.7784,53.3104 ZM 258.3779,46.7649 h -6.2682 c -0.2496,-0.0000 -0.4160,-0.2219 -0.4160 -0.4715c 0.0000,-0.4438 0.3606,-1.0262 0.6934 -1.0262h 6.3514 c 0.2774,-0.0000 0.3883,0.2496 0.3883 0.4992c 0.0000,0.3051 -0.3883,0.9985 -0.7489 0.9985ZM 266.9481,53.3104 ZM 272.9389,38.1392 c -0.6934,-0.0000 -2.7181,0.3883 -2.7181 2.0801c 0.0000,0.4992 -0.1941,1.3590 -0.9430 1.3590c -0.7211,-0.0000 -0.7766,-0.8043 -0.7766 -0.8875c 0.0000,-0.8598 1.1371,-3.4114 4.9924 -3.4114c 2.6903,-0.0000 3.4946,1.6919 3.4946 2.8013c 0.0000,0.6934 -0.2219,2.0801 -2.7181 3.6611c 1.5532,0.2496 3.6056,1.3868 3.6056 4.2712c 0.0000,3.6611 -2.7735,5.6303 -5.9076 5.6303c -1.5809,-0.0000 -3.7997,-0.6934 -3.7997 -1.7473c 0.0000,-0.4160 0.4160,-0.8875 0.9707 -0.8875c 0.5270,-0.0000 0.7766,0.2774 1.0262 0.6379c 0.3051,0.4715 0.8043,1.1371 2.1356 1.1371c 0.9153,-0.0000 3.5224,-0.9153 3.5224 -4.4099c 0.0000,-2.9677 -2.0801,-3.4392 -3.5779 -3.4392c -0.2496,-0.0000 -0.5547,0.0555 -0.8598 0.1109l -0.1109,-0.8321 c 2.1356,-0.3606 3.9107,-2.4407 3.9107 -3.7165c 0.0000,-1.5809 -1.1094,-2.3575 -2.2466 -2.3575Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,266.4257 h 113.0577 "/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="3.9843351450194793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.4163,40.3104 l 3.3917,19.9434 l 3.3917,19.1294 l 3.3917,18.3153 l 3.3917,17.5013 l 3.3917,16.6873 l 3.3917,15.8733 l 3.3917,15.0593 l 3.3917,14.2453 l 3.3917,13.4313 l 3.3917,12.6172 l 3.3917,11.8032 l 3.3917,10.9892 l 3.3917,10.1752 l 3.3917,9.3612 l 3.3917,8.5472 l 3.3917,7.7331 l 3.3917,6.9191 l 3.3917,6.1051 l 3.3917,5.2911 l 3.3917,4.4771 l 3.3917,3.6631 l 3.3917,2.8491 l 3.3917,2.0350 l 3.3917,1.2210 l 3.3917,0.4070 l 3.3917,-0.4070 l 3.3917,-1.2210 l 3.3917,-2.0350 l 3.3917,-2.8491 l 3.3917,-3.6631 l 3.3917,-4.4771 l 3.3917,-5.2911 l 3.3917,-6.1051 l 3.3917,-6.9191 l 3.3917,-7.7331 l 3.3917,-8.5472 l 3.3917,-9.3612 l 3.3917,-10.1752 l 3.3917,-10.9892 l 3.3917,-11.8032 l 3.3917,-12.6172 l 3.3917,-13.4313 l 3.3917,-14.2453 l 3.3917,-15.0593 l 3.3917,-15.8733 l 3.3917,-16.6873 l 3.3917,-17.5013 l 3.3917,-18.3153 l 3.3917,-19.1294 l 3.3917,-19.9434 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 307.9622,57.2690 l -0.0000,-29.1010 h -145.5052 l -0.0000,29.1010 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="26.4554975287004px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,235.2096,42.7185)" stroke="none" text-anchor="middle">y = x² - 3
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 368.3899,351.8529 l -0.0000,-278.7396 h -278.7396 l -0.0000,278.7396 Z"/>
+    <path d="M 376.5317,351.2190 l -0.0000,-282.6442 h -282.6442 l -0.0000,282.6442 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,73.1134 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,68.5748 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,78.6882 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,74.2277 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,84.2630 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,79.8806 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,89.8378 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,85.5334 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,95.4126 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,91.1863 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,100.9873 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,96.8392 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,106.5621 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,102.4921 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,112.1369 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,108.1450 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,117.7117 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,113.7979 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,123.2865 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,119.4508 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,128.8613 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,125.1036 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,134.4361 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,130.7565 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,140.0109 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,136.4094 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,145.5857 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,142.0623 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,151.1605 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,147.7152 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,156.7353 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,153.3681 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,162.3100 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,159.0209 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,167.8848 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,164.6738 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,173.4596 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,170.3267 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,179.0344 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,175.9796 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,184.6092 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,181.6325 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,190.1840 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,187.2854 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,195.7588 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,192.9382 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,201.3336 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,198.5911 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,206.9084 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,204.2440 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,212.4832 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,209.8969 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,218.0580 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,215.5498 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,223.6327 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,221.2027 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,229.2075 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,226.8556 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,234.7823 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,232.5084 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,240.3571 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,238.1613 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,245.9319 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,243.8142 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,251.5067 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,249.4671 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,257.0815 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,255.1200 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,262.6563 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,260.7729 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,268.2311 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,266.4257 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,273.8059 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,272.0786 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,279.3807 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,277.7315 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,284.9554 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,283.3844 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,290.5302 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,289.0373 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,296.1050 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,294.6902 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,301.6798 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,300.3430 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,307.2546 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,305.9959 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,312.8294 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,311.6488 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,318.4042 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,317.3017 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,323.9790 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,322.9546 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,329.5538 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,328.6075 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,335.1286 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,334.2603 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,340.7034 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,339.9132 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,346.2782 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,345.5661 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,351.8529 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,351.2190 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 368.3899,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5317,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.8151,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 370.8788,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.2403,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 365.2259,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 351.6655,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 359.5730,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.0907,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 353.9201,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.5159,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2672,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.9411,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 342.6144,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 329.3664,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 336.9615,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.7916,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 331.3086,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 318.2168,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 325.6557,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.6420,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.0028,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.0672,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 314.3499,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 301.4924,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 308.6970,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.9176,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 303.0442,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 290.3428,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 297.3913,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.7680,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 291.7384,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.1932,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 286.0855,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.6184,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 280.4326,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 268.0437,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 274.7797,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.4689,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 269.1269,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 256.8941,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.4740,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 251.3193,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.8211,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 245.7445,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 252.1682,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 240.1697,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 246.5153,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.5949,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.8624,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.0201,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.2096,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.4453,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 229.5567,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.8705,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 223.9038,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.2957,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.2509,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 206.7210,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 212.5980,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.1462,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.9451,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.5714,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 201.2922,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.9966,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.6394,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 184.4218,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 189.9865,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.8470,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 184.3336,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.2722,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6807,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 167.6974,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 173.0278,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.1226,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 167.3749,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 156.5478,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.7221,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.9730,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 156.0692,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.3982,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.4163,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.8235,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 144.7634,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 134.2487,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.1105,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 128.6739,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 133.4576,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 123.0991,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 127.8048,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 117.5243,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 122.1519,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 111.9495,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 116.4990,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 106.3747,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 110.8461,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.7999,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 105.1932,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.2251,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 99.5403,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7968670290038958" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,73.1134 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,68.5748 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,100.9873 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,96.8392 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,128.8613 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,125.1036 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,156.7353 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,153.3681 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,184.6092 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,181.6325 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,212.4832 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,209.8969 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,240.3571 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,238.1613 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,268.2311 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,266.4257 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,296.1050 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,294.6902 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,323.9790 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,322.9546 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,351.8529 h 278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,351.2190 h 282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 368.3899,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 376.5317,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 340.5159,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 348.2672,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.6420,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 320.0028,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.7680,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 291.7384,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 256.8941,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 263.4740,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 229.0201,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.2096,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.1462,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.9451,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.2722,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 178.6807,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 145.3982,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 150.4163,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 117.5243,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 122.1519,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 89.6503,351.8529 v -278.7396 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9921675725097396" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 93.8875,351.2190 v -282.6442 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="1.9493189059435265" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 389.9922,400.0000 l -0.0000,-400.0000 h -379.9844 l -0.0000,400.0000 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="1.9921675725097396" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 398.4366,400.0000 l -0.0000,-400.0000 h -396.8732 l -0.0000,400.0000 Z"/>
   </g>
 </svg>
diff --git a/other/scratch.svg b/other/scratch.svg
deleted file mode 100644
--- a/other/scratch.svg
+++ /dev/null
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
-  <defs>
-  </defs>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.8419,330.0992 l -0.0000,-301.9474 h -6.0389 l -0.0000,301.9474 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3218,34.1907 ZM 47.7083,23.3145 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,23.3145 ZM 47.6281,34.4310 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,34.1907 ZM 53.2365,33.3694 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,34.1907 ZM 62.6704,30.8057 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,28.1517 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3218,64.3854 ZM 47.7083,53.5093 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,53.5093 ZM 47.6281,64.6258 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,64.3854 ZM 53.2365,63.5642 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,64.3854 ZM 61.6489,57.2749 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,58.3465 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3218,94.5802 ZM 47.7083,83.7040 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,83.7040 ZM 47.6281,94.8205 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,94.5802 ZM 53.2365,93.7589 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,94.5802 ZM 60.8077,83.6239 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,88.5412 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3218,124.7749 ZM 47.7083,113.8988 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,113.8988 ZM 47.6281,125.0153 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,124.7749 ZM 53.2365,123.9537 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,124.7749 ZM 57.6430,115.9018 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,118.7360 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3218,154.9696 ZM 47.7083,144.0935 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,144.0935 ZM 47.6281,155.2100 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,154.9696 ZM 53.2365,154.1484 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,154.9696 ZM 60.2468,145.4155 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,148.9307 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3218,185.1644 ZM 47.7083,174.2883 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,174.2883 ZM 47.6281,185.4047 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,185.1644 ZM 53.2365,184.3432 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,185.1644 ZM 60.8678,174.2883 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 60.8678,174.2883 ZM 60.7876,185.4047 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,179.1254 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 36.6519,215.3591 ZM 42.1400,210.6321 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,215.3591 ZM 47.7083,204.4830 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,204.4830 ZM 47.6281,215.5995 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,215.3591 ZM 53.2365,214.5379 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,215.3591 ZM 60.2468,205.8050 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,209.3202 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 36.6519,245.5539 ZM 42.1400,240.8269 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,245.5539 ZM 47.7083,234.6778 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,234.6778 ZM 47.6281,245.7942 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,245.5539 ZM 53.2365,244.7327 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,245.5539 ZM 57.6430,236.6807 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,239.5149 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 36.6519,275.7486 ZM 42.1400,271.0216 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,275.7486 ZM 47.7083,264.8725 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,264.8725 ZM 47.6281,275.9890 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,275.7486 ZM 53.2365,274.9274 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,275.7486 ZM 60.8077,264.7924 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,269.7097 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 36.6519,305.9434 ZM 42.1400,301.2164 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,305.9434 ZM 47.7083,295.0673 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,295.0673 ZM 47.6281,306.1837 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,305.9434 ZM 53.2365,305.1222 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,305.9434 ZM 61.6489,298.8328 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,299.9044 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 36.6519,336.1381 ZM 42.1400,331.4111 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,336.1381 ZM 47.7083,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,325.2620 ZM 47.6281,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,336.1381 ZM 53.2365,335.3169 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,336.1381 ZM 62.6704,332.7531 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.7835,330.0992 h 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 558.1422,348.2160 l -0.0000,-6.0389 h -452.9212 l -0.0000,6.0389 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 547.1759,373.6712 ZM 551.5624,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 551.5624,362.7951 ZM 551.4823,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 555.9489,373.6712 ZM 557.0906,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 560.3354,373.6712 ZM 566.5246,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 558.1422,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 501.8838,373.6712 ZM 506.2703,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 506.2703,362.7951 ZM 506.1902,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 510.6568,373.6712 ZM 511.7985,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 515.0433,373.6712 ZM 520.2110,366.5607 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 512.8500,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 456.5917,373.6712 ZM 460.9782,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 460.9782,362.7951 ZM 460.8981,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 465.3647,373.6712 ZM 466.5064,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 469.7512,373.6712 ZM 474.0776,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 467.5579,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 411.2996,373.6712 ZM 415.6861,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 415.6861,362.7951 ZM 415.6059,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 420.0726,373.6712 ZM 421.2142,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 424.4591,373.6712 ZM 425.6208,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 422.2658,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 366.0074,373.6712 ZM 370.3939,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 370.3939,362.7951 ZM 370.3138,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 374.7804,373.6712 ZM 375.9221,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 379.1669,373.6712 ZM 382.9325,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.9737,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 320.7153,373.6712 ZM 325.1018,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 325.1018,362.7951 ZM 325.0217,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 329.4883,373.6712 ZM 330.6300,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 333.8748,373.6712 ZM 338.2613,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 338.2613,362.7951 ZM 338.1812,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 331.6816,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 272.0883,373.6712 ZM 277.5764,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 278.7581,373.6712 ZM 283.1446,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 283.1446,362.7951 ZM 283.0645,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 287.5311,373.6712 ZM 288.6728,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 291.9176,373.6712 ZM 295.6832,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.3895,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.7961,373.6712 ZM 232.2843,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 233.4660,373.6712 ZM 237.8525,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 237.8525,362.7951 ZM 237.7724,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 242.2390,373.6712 ZM 243.3807,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 246.6255,373.6712 ZM 247.7873,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.0973,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 181.5040,373.6712 ZM 186.9922,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 188.1739,373.6712 ZM 192.5604,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 192.5604,362.7951 ZM 192.4803,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 196.9469,373.6712 ZM 198.0886,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 201.3334,373.6712 ZM 205.6598,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 195.8052,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 136.2119,373.6712 ZM 141.7000,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 142.8818,373.6712 ZM 147.2683,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 147.2683,362.7951 ZM 147.1882,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 151.6548,373.6712 ZM 152.7965,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 156.0413,373.6712 ZM 161.2090,366.5607 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 150.5131,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 90.9198,373.6712 ZM 96.4079,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 97.5897,373.6712 ZM 101.9762,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 101.9762,362.7951 ZM 101.8961,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 106.3627,373.6712 ZM 107.5044,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 110.7492,373.6712 ZM 116.9384,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 105.2210,342.1771 v 9.0584 "/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 558.1422,330.0992 l -0.0000,-301.9474 h -452.9212 l -0.0000,301.9474 Z"/>
-  </g>
-</svg>
diff --git a/other/scratchpad.svg b/other/scratchpad.svg
deleted file mode 100644
--- a/other/scratchpad.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 500.0000,400.0000 l -0.0000,-400.0000 h -400.0000 l -0.0000,400.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="24.96px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,300.0000,202.4960)" stroke="none" text-anchor="middle">1234</text></g></svg>
diff --git a/other/skinnyExample.svg b/other/skinnyExample.svg
--- a/other/skinnyExample.svg
+++ b/other/skinnyExample.svg
@@ -4,142 +4,198 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="150.0000" stroke-opacity="1" viewBox="0 0 600 150" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 555.3626,86.8233 ZM 561.7229,78.7381 l -2.7549,-2.7549 c -0.8025,-0.8025 -1.4134,-0.7905 -1.8686 -0.3354c -0.4671,0.4671 -0.5989,1.0780 -0.5390 2.2878c 0.1677,0.1198 0.3354,0.2875 0.5031 0.4552l 2.5034,2.5034 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2036,-0.2036 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8265,0.7786 -1.2936 1.2457c -0.4312,0.4312 -1.2337,1.2816 -1.2337 1.2816l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2396,-0.2396 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.7310,-2.7310 c -0.8025,-0.8025 -1.4493,-0.8025 -1.9045 -0.3474c -0.4192,0.4192 -0.5151,1.1140 -0.4911 2.2638l 2.9705,2.9705 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6827,-0.6827 -0.8385,-0.6229 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7426,-1.1020 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0062,1.0780 l 0.0359,-0.0359 c -0.0359,-1.1619 0.0240,-2.1081 0.7666 -2.8508c 0.6708,-0.6708 1.5811,-0.5989 2.1920 -0.1318c -0.0240,-1.4134 0.2276,-2.2878 0.8744 -2.9346c 1.0541,-1.0541 2.1081,-0.3593 3.1742 0.7067l 2.4914,2.4914 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421ZM 564.4659,77.7200 ZM 565.0169,71.2998 l -0.7067,1.1858 c -0.7307,1.3775 -0.3354,2.0842 0.2036 2.6232c 0.3713,0.3713 1.1140,0.7546 1.8686 -0.0000c 0.3593,-0.3593 0.5630,-1.2577 0.6109 -1.8326l -1.9764,-1.9764 ZM 565.0169,71.2998 ZM 568.8618,73.6115 c -0.4552,0.4552 -1.1140,0.2995 -1.4493 0.0599l -0.0838,0.4671 c -0.1677,0.9343 -0.2515,1.2577 -0.8025 1.8087c -0.8385,0.8385 -1.9285,0.9702 -2.8268 0.0719c -0.9103,-0.9103 -0.7546,-2.3118 0.0958 -3.7371l 0.8265,-1.3775 c -1.3535,-1.3535 -2.2279,-0.9822 -2.6352 -0.5749c -0.4552,0.4552 -0.7786,1.1858 -0.4073 1.5571c 0.1318,0.1318 0.2276,0.1797 0.2755 0.2036c 0.0719,0.0240 0.1677,0.0958 0.2515 0.1797c 0.1557,0.1557 0.2755,0.5151 -0.0719 0.8624c -0.2875,0.2875 -0.6708,0.2875 -0.9582 -0.0000c -0.6947,-0.6947 -0.1797,-2.4315 0.5869 -3.1981c 0.8744,-0.8744 2.2399,-1.5212 3.9408 0.1797l 1.7608,1.7608 c 0.7307,0.7307 1.0541,1.0301 1.3296 0.7546c 0.2635,-0.2635 0.0000,-0.6708 -0.2515 -0.9463l 0.3593,-0.2396 c 0.8025,0.9463 0.6708,1.5571 0.0599 2.1680ZM 569.8680,72.3179 ZM 567.4125,65.1431 c -0.2396,0.2396 -0.2276,0.3474 -0.1437 0.4312c 0.0599,0.0599 0.2156,0.1198 0.5630 0.2036l 1.8087,0.3474 c 0.1078,0.0359 0.1797,0.0359 0.2276 -0.0120c 0.0359,-0.0359 0.0359,-0.0838 0.0240 -0.1916l -0.3114,-1.8686 c -0.0359,-0.2995 -0.0958,-0.5031 -0.1916 -0.5989c -0.0958,-0.0958 -0.2276,-0.0599 -0.3953 0.1078l -0.1916,0.1916 c -0.0359,0.0359 -0.0958,0.0479 -0.1557 -0.0120l -0.2276,-0.2276 l 0.0000,-0.0719 c 0.0000,-0.0000 0.5869,-0.5390 0.9582 -0.9103c 0.3833,-0.3833 0.9463,-0.9942 0.9463 -0.9942l 0.0359,0.0120 l 0.2276,0.2276 c 0.0838,0.0838 0.0240,0.1677 -0.0479 0.2396c -0.4432,0.4432 -0.4791,0.7666 -0.3593 1.7727l 0.2755,2.2878 c 0.0120,0.0599 0.0240,0.0958 0.0479 0.1198c 0.0240,0.0240 0.0719,0.0479 0.1318 0.0599l 2.5992,0.4432 c 1.3296,0.2276 1.4973,0.0838 1.8805 -0.2995c 0.1198,-0.1198 0.1916,-0.1437 0.2635 -0.0719l 0.2276,0.2276 l 0.0120,0.0359 c 0.0000,-0.0000 -0.6708,0.6229 -1.0780 1.0301c -0.4911,0.4911 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0719,-0.1198 -0.0120 -0.1797l 0.1437,-0.1437 c 0.1916,-0.1916 0.2396,-0.3114 0.1437 -0.4073c -0.1078,-0.1078 -0.4192,-0.1557 -0.8624 -0.2156l -1.6530,-0.2635 c -0.1078,-0.0120 -0.1557,-0.0120 -0.1916 0.0240c -0.0240,0.0240 -0.0240,0.0958 -0.0000 0.2156l 0.3354,1.8446 c 0.0599,0.4192 0.0838,0.5151 0.1677 0.5989c 0.0838,0.0838 0.2036,0.0599 0.3833 -0.1198l 0.1677,-0.1677 c 0.0599,-0.0599 0.1198,-0.0479 0.1797 0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.6468,0.5989 -1.0301 0.9822c -0.3474,0.3474 -0.8744,0.9223 -0.8744 0.9223l -0.0479,0.0000 l -0.2036,-0.2036 c -0.0719,-0.0719 -0.0719,-0.1677 0.0359 -0.2755c 0.2875,-0.2875 0.5031,-0.6229 0.3593 -1.7727l -0.2875,-2.2998 c -0.0120,-0.0359 -0.0240,-0.0719 -0.0599 -0.1078c -0.0359,-0.0359 -0.0719,-0.0479 -0.1318 -0.0599l -2.5633,-0.4791 c -0.8265,-0.1557 -1.3296,-0.2276 -1.7488 0.1916c -0.0838,0.0838 -0.2036,0.1318 -0.2515 0.0838l -0.2276,-0.2276 l -0.0120,-0.0599 l 0.9702,-0.9223 l 1.3056,-1.3535 l 0.0719,-0.0000 l 0.2156,0.2156 c 0.0599,0.0599 0.0479,0.1437 -0.0000 0.1916l -0.1797,0.1797 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 588.7672,72.3731 l -12.7328,-12.7328 l -19.0992,19.0992 l 12.7328,12.7328 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.1786,86.8233 ZM 333.7170,78.8579 c -0.2276,0.2276 -0.5390,0.9702 -0.6827 1.3535l -0.5151,-0.2276 c 0.5630,-1.5452 0.7187,-2.2040 0.8864 -3.2341l 0.2276,-0.2276 l 6.0249,6.0249 c 0.4312,0.4312 0.6109,0.4911 1.0062 0.0958l 0.6229,-0.6229 c 0.0359,-0.0359 0.1198,-0.0719 0.1916 -0.0000l 0.2635,0.2635 l -1.6649,1.6170 l -1.6410,1.6889 l -0.2635,-0.2635 c -0.0240,-0.0479 -0.0719,-0.1198 0.0000 -0.1916l 0.7187,-0.7187 c 0.4552,-0.4552 0.2515,-0.6588 -0.0958 -1.0062l -4.1204,-4.1204 c -0.4073,-0.4073 -0.6947,-0.6947 -0.9582 -0.4312ZM 342.4250,81.5769 ZM 341.2631,79.3849 l 0.3114,-0.3354 c 0.3354,0.2635 1.0421,0.7067 1.5811 0.7187c 0.2515,0.0120 0.7905,-0.0958 1.2337 -0.5390c 0.4192,-0.4192 0.7067,-1.3775 0.1198 -1.9644c -0.5151,-0.5151 -1.1499,-0.5749 -2.5034 -0.0359c -1.2577,0.4911 -1.9644,0.6947 -2.8627 -0.2036c -0.8025,-0.8025 -0.6708,-2.0842 0.2755 -3.0304c 0.5989,-0.5989 1.1499,-0.9343 1.7129 -1.1140c 0.4552,0.3114 0.8984,0.6827 1.3535 1.0900l -0.3114,0.3354 c -1.2337,-0.7307 -2.1441,-0.2036 -2.3956 0.0479c -0.4552,0.4552 -0.7426,1.1020 -0.0838 1.7608c 0.4791,0.4791 0.9463,0.4911 1.8446 0.0719c 1.3296,-0.6109 2.5393,-0.9582 3.4976 -0.0000c 1.1858,1.1858 0.2755,2.7909 -0.2875 3.3538c -0.4192,0.4192 -0.8145,0.7187 -1.2098 0.9463c -0.0958,0.0719 -0.1677,0.1198 -0.2515 0.2036c -0.0599,0.0599 -0.1437,0.1677 -0.2396 0.3114c -0.5031,-0.5031 -1.1499,-1.0780 -1.7847 -1.6170ZM 346.8689,77.1331 ZM 344.1498,70.4853 l 3.0664,3.0664 c 0.7426,0.7426 1.1738,1.0301 1.4973 0.7067c 0.3114,-0.3114 0.4552,-0.6468 0.5270 -1.1978l 0.4192,-0.0120 c 0.0599,0.9942 -0.1557,1.7368 -0.7067 2.2878c -0.5510,0.5510 -1.2098,0.5390 -2.0602 -0.3114l -3.6413,-3.6413 l -0.7786,0.7786 c -0.0359,0.0359 -0.0599,0.0359 -0.0958 0.0000l -0.3713,-0.3713 c -0.0359,-0.0359 -0.0359,-0.0599 -0.0120 -0.0838c 0.8025,-0.8025 0.5270,-1.4613 -0.3833 -2.3716l -0.2276,-0.2276 l 0.4552,-0.9343 l 1.8446,1.8446 l 1.3176,-1.3176 c 0.0599,-0.0599 0.1198,-0.0719 0.1677 -0.0240l 0.2396,0.2396 c 0.1078,0.1078 -0.0120,0.3234 -0.1318 0.4432l -1.1259,1.1259 ZM 353.4807,70.5212 ZM 350.0071,59.0463 c -1.1499,1.1499 -1.4254,3.5096 1.0900 6.0249c 2.2998,2.2998 5.0907,2.2159 6.5280 0.7786c 1.3655,-1.3655 1.1140,-3.7252 -1.0301 -5.8692c -2.4914,-2.4914 -4.8990,-2.6232 -6.5879 -0.9343ZM 350.0071,59.0463 ZM 357.4694,58.6510 c 2.3956,2.3956 2.6112,5.5578 0.3234 7.8456l -0.2036,0.2036 c -0.0479,0.1916 -0.0000,0.4073 0.0240 0.5031c 0.4312,-0.3593 1.1499,-0.7187 1.9884 -0.8624c 0.8864,-0.1437 1.9764,-0.4671 2.4555 -0.9463c 0.3474,-0.3474 0.6588,-0.8984 0.5869 -1.4733l 0.3593,-0.0719 c 0.2036,1.1379 0.0120,1.9524 -0.7546 2.7190c -0.6708,0.6708 -1.4733,0.9463 -2.5034 1.1140c -1.0900,0.1557 -1.8925,0.3114 -2.3956 0.8145c -0.1797,0.1797 -0.5031,0.7905 -0.1916 1.5811l -0.6947,0.2396 c -0.0599,-0.2515 -0.2036,-1.1619 0.3953 -2.1920c 0.0958,-0.1677 0.1797,-0.3474 0.1677 -0.4552c -0.0120,-0.1318 -0.0120,-0.3713 0.0120 -0.5390c -2.0243,1.4254 -4.7433,1.3176 -6.8275 -0.7666c -2.3477,-2.3477 -2.5992,-5.7375 -0.4552 -7.8815c 2.1560,-2.1560 5.3422,-2.2040 7.7138 0.1677Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.369932491517716px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,-0.7071,0.7071,0.7071,563.3015,85.1059)" stroke="none" text-anchor="start">max
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 299.7877,86.8233 ZM 306.1480,78.7381 l -2.7549,-2.7549 c -0.8025,-0.8025 -1.4134,-0.7905 -1.8686 -0.3354c -0.4671,0.4671 -0.5989,1.0780 -0.5390 2.2878c 0.1677,0.1198 0.3354,0.2875 0.5031 0.4552l 2.5034,2.5034 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2036,-0.2036 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8265,0.7786 -1.2936 1.2457c -0.4312,0.4312 -1.2337,1.2816 -1.2337 1.2816l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2396,-0.2396 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.7310,-2.7310 c -0.8025,-0.8025 -1.4493,-0.8025 -1.9045 -0.3474c -0.4192,0.4192 -0.5151,1.1140 -0.4911 2.2638l 2.9705,2.9705 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6827,-0.6827 -0.8385,-0.6229 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7426,-1.1020 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0062,1.0780 l 0.0359,-0.0359 c -0.0359,-1.1619 0.0240,-2.1081 0.7666 -2.8508c 0.6708,-0.6708 1.5811,-0.5989 2.1920 -0.1318c -0.0240,-1.4134 0.2276,-2.2878 0.8744 -2.9346c 1.0541,-1.0541 2.1081,-0.3593 3.1742 0.7067l 2.4914,2.4914 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421ZM 308.8910,77.7200 ZM 306.9385,73.0366 l 2.2040,-2.2040 c 0.1198,-0.1198 0.1078,-0.2276 0.0000 -0.3354c -1.1140,-1.1140 -1.9644,-0.8385 -2.3956 -0.4073c -0.2755,0.2755 -1.0660,1.2816 0.1916 2.9466ZM 306.9385,73.0366 ZM 312.3047,72.0783 l 0.4312,-0.0479 c 0.1677,1.0780 -0.0958,2.2279 -0.9582 3.0903c -1.6410,1.6410 -3.5575,1.1140 -4.8631 -0.1916c -1.8207,-1.8207 -1.7129,-4.1085 -0.5749 -5.2464c 1.5811,-1.5811 3.1862,-0.7187 4.1923 0.2875c 0.1318,0.1318 0.1198,0.2875 -0.0120 0.4192l -3.1502,3.1502 c 0.0599,0.0838 0.1318,0.1557 0.2276 0.2515c 1.2218,1.2218 3.0185,1.3176 3.8809 0.4552c 0.6588,-0.6588 0.8624,-1.2936 0.8265 -2.1680ZM 313.4306,73.1803 ZM 316.3652,68.1136 l -3.1023,-3.1023 c -0.7426,-0.1677 -1.3176,-0.0958 -1.8805 0.4671c -0.2396,0.2396 -0.6947,0.7666 -0.5151 1.7129c 0.0838,0.4192 0.3953,1.1379 1.2577 2.0003c 1.5691,1.5691 3.1023,1.4733 3.7491 0.8265c 0.3953,-0.3953 0.4791,-0.9582 0.4911 -1.9045ZM 316.3652,68.1136 ZM 309.9690,59.9207 l 6.9233,6.9233 c 0.3593,0.3593 0.5749,0.5270 0.6827 0.5869c 0.1437,0.0719 0.3474,0.0120 0.4432 -0.0838c 0.1437,-0.1437 0.4073,-0.4073 0.5510 -0.6229l 0.3833,0.2875 c -0.5749,0.8145 -1.0660,1.5691 -1.1020 2.0363l -0.2875,0.2875 l -0.7905,-0.8624 c 0.0120,0.9223 -0.0958,1.7488 -0.7067 2.3597c -1.2936,1.2936 -3.1862,0.9822 -4.6594 -0.4911c -0.8864,-0.8864 -1.3895,-1.8686 -1.3895 -2.8987c 0.0240,-0.9343 0.2875,-1.7248 1.0780 -2.5154c 0.2396,-0.2396 0.8744,-0.6588 1.3056 -0.7786l -1.8326,-1.8326 c -0.6827,-0.6827 -0.9822,-0.7666 -1.2218 -0.5270l -0.3474,0.4432 c -0.0240,0.0240 -0.0838,0.0359 -0.1198 -0.0000l -0.3234,-0.2755 c 0.1916,-0.1916 0.5510,-0.6947 0.7187 -0.9343c 0.1797,-0.2755 0.2995,-0.4911 0.4312 -0.8385l 0.2635,-0.2635 ZM 319.3478,67.2632 ZM 313.4426,59.4894 c -0.3114,-0.3114 -0.3234,-0.8265 -0.0120 -1.1379c 0.3234,-0.3234 0.8385,-0.3114 1.1499 -0.0000c 0.3234,0.3234 0.3234,0.8265 -0.0000 1.1499c -0.3114,0.3114 -0.8145,0.3114 -1.1379 -0.0120ZM 313.4426,59.4894 ZM 320.5575,64.3286 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.2098,1.2577 -1.2098 1.2577l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6348,-0.6348 -0.8385,-0.6229 -1.0062 -0.4552c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6348,-0.8984 0.7187,-1.0780 0.8984 -1.5931c 0.0838,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 4.4319,4.4319 ZM 322.5100,64.1010 ZM 323.0610,57.6808 l -0.7067,1.1858 c -0.7307,1.3775 -0.3354,2.0842 0.2036 2.6232c 0.3713,0.3713 1.1140,0.7546 1.8686 -0.0000c 0.3593,-0.3593 0.5630,-1.2577 0.6109 -1.8326l -1.9764,-1.9764 ZM 323.0610,57.6808 ZM 326.9059,59.9925 c -0.4552,0.4552 -1.1140,0.2995 -1.4493 0.0599l -0.0838,0.4671 c -0.1677,0.9343 -0.2515,1.2577 -0.8025 1.8087c -0.8385,0.8385 -1.9285,0.9702 -2.8268 0.0719c -0.9103,-0.9103 -0.7546,-2.3118 0.0958 -3.7371l 0.8265,-1.3775 c -1.3535,-1.3535 -2.2279,-0.9822 -2.6352 -0.5749c -0.4552,0.4552 -0.7786,1.1858 -0.4073 1.5571c 0.1318,0.1318 0.2276,0.1797 0.2755 0.2036c 0.0719,0.0240 0.1677,0.0958 0.2515 0.1797c 0.1557,0.1557 0.2755,0.5151 -0.0719 0.8624c -0.2875,0.2875 -0.6708,0.2875 -0.9582 -0.0000c -0.6947,-0.6947 -0.1797,-2.4315 0.5869 -3.1981c 0.8744,-0.8744 2.2399,-1.5212 3.9408 0.1797l 1.7608,1.7608 c 0.7307,0.7307 1.0541,1.0301 1.3296 0.7546c 0.2635,-0.2635 0.0000,-0.6708 -0.2515 -0.9463l 0.3593,-0.2396 c 0.8025,0.9463 0.6708,1.5571 0.0599 2.1680ZM 327.9121,58.6989 ZM 331.4096,53.4765 l -2.6232,-2.6232 c -0.8385,-0.8385 -1.3775,-1.0900 -2.0123 -0.4552c -0.5270,0.5270 -0.7786,1.1858 -0.6708 2.5154l 2.9346,2.9346 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.1677,-0.1677 c 0.0599,-0.0599 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.7786,0.7307 -1.2457 1.1978c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6468,-0.6468 -0.8265,-0.6348 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.4192,-0.5869 0.7187,-1.0062 0.8864 -1.5811c 0.0719,-0.1916 0.1318,-0.3234 0.2156 -0.4073l 0.1797,-0.1797 l 1.0301,1.1020 l 0.0359,-0.0359 c -0.1318,-1.6649 0.2755,-2.4076 0.8864 -3.0185c 1.0780,-1.0780 2.1321,-0.4791 3.1981 0.5869l 2.5393,2.5393 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.1499,1.1978 -1.1499 1.1978l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.1677,-0.1677 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 377.3556,59.6403 l -12.7328,-12.7328 l -31.8320,31.8320 l 12.7328,12.7328 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.1193,86.8233 ZM 258.1545,77.6841 c -0.2995,0.2995 -1.0062,1.3415 -0.2755 2.0722c 0.2156,0.2156 0.5031,0.6708 0.1797 0.9942c -0.3114,0.3114 -0.6827,-0.0120 -0.7187 -0.0479c -0.3713,-0.3713 -0.9822,-1.9644 0.6827 -3.6293c 1.1619,-1.1619 2.2399,-0.7786 2.7190 -0.2995c 0.2995,0.2995 0.8025,0.9942 0.4073 2.7549c 0.7786,-0.5630 2.1560,-0.9582 3.4018 0.2875c 1.5811,1.5811 1.2337,3.6293 -0.1198 4.9829c -0.6827,0.6827 -1.9404,1.3415 -2.3956 0.8864c -0.1797,-0.1797 -0.2036,-0.5630 0.0359 -0.8025c 0.2276,-0.2276 0.4552,-0.2156 0.7187 -0.1677c 0.3354,0.0719 0.8385,0.1437 1.4134 -0.4312c 0.3953,-0.3953 1.1259,-1.9165 -0.3833 -3.4257c -1.2816,-1.2816 -2.3836,-0.5869 -3.0304 0.0599c -0.1078,0.1078 -0.2156,0.2635 -0.3234 0.4192l -0.4073,-0.3114 c 0.7666,-1.0780 0.6348,-2.7430 0.0838 -3.2940c -0.6827,-0.6827 -1.4973,-0.5390 -1.9884 -0.0479ZM 267.3656,81.5769 ZM 267.5693,79.6485 l -2.9825,-2.9825 c -0.5989,-0.5989 -0.8145,-0.6468 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7187,-1.0541 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0421,1.1140 l 0.0359,-0.0359 c -0.1557,-0.7786 -0.2396,-1.9165 0.3234 -2.4794c 0.4911,-0.4911 0.9103,-0.4312 1.2218 -0.1198c 0.3114,0.3114 0.2995,0.7067 -0.0120 1.0181c -0.2396,0.2396 -0.4671,0.2755 -0.7067 0.2755c -0.1437,0.0000 -0.2635,0.0479 -0.3474 0.1318c -0.1318,0.1318 -0.1797,0.6109 -0.0599 1.3056c 0.0240,0.1916 0.1198,0.4073 0.2755 0.5630l 2.6591,2.6591 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.3474,-0.3474 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.9702,0.9223 -1.4374 1.3895c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0359,-0.0120 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0719,-0.1198 -0.0120 -0.1797l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421ZM 271.5220,77.4205 ZM 274.4566,72.3538 l -3.1023,-3.1023 c -0.7426,-0.1677 -1.3176,-0.0958 -1.8805 0.4671c -0.2396,0.2396 -0.6947,0.7666 -0.5151 1.7129c 0.0838,0.4192 0.3953,1.1379 1.2577 2.0003c 1.5691,1.5691 3.1023,1.4733 3.7491 0.8265c 0.3953,-0.3953 0.4791,-0.9582 0.4911 -1.9045ZM 274.4566,72.3538 ZM 268.0604,64.1609 l 6.9233,6.9233 c 0.3593,0.3593 0.5749,0.5270 0.6827 0.5869c 0.1437,0.0719 0.3474,0.0120 0.4432 -0.0838c 0.1437,-0.1437 0.4073,-0.4073 0.5510 -0.6229l 0.3833,0.2875 c -0.5749,0.8145 -1.0660,1.5691 -1.1020 2.0363l -0.2875,0.2875 l -0.7905,-0.8624 c 0.0120,0.9223 -0.0958,1.7488 -0.7067 2.3597c -1.2936,1.2936 -3.1862,0.9822 -4.6594 -0.4911c -0.8864,-0.8864 -1.3895,-1.8686 -1.3895 -2.8987c 0.0240,-0.9343 0.2875,-1.7248 1.0780 -2.5154c 0.2396,-0.2396 0.8744,-0.6588 1.3056 -0.7786l -1.8326,-1.8326 c -0.6827,-0.6827 -0.9822,-0.7666 -1.2218 -0.5270l -0.3474,0.4432 c -0.0240,0.0240 -0.0838,0.0359 -0.1198 -0.0000l -0.3234,-0.2755 c 0.1916,-0.1916 0.5510,-0.6947 0.7187 -0.9343c 0.1797,-0.2755 0.2995,-0.4911 0.4312 -0.8385l 0.2635,-0.2635 ZM 280.4336,68.5089 ZM 276.9600,57.0340 c -1.1499,1.1499 -1.4254,3.5096 1.0900 6.0249c 2.2998,2.2998 5.0907,2.2159 6.5280 0.7786c 1.3655,-1.3655 1.1140,-3.7252 -1.0301 -5.8692c -2.4914,-2.4914 -4.8990,-2.6232 -6.5879 -0.9343ZM 276.9600,57.0340 ZM 284.4223,56.6387 c 2.3956,2.3956 2.6112,5.5578 0.3234 7.8456l -0.2036,0.2036 c -0.0479,0.1916 -0.0000,0.4073 0.0240 0.5031c 0.4312,-0.3593 1.1499,-0.7187 1.9884 -0.8624c 0.8864,-0.1437 1.9764,-0.4671 2.4555 -0.9463c 0.3474,-0.3474 0.6588,-0.8984 0.5869 -1.4733l 0.3593,-0.0719 c 0.2036,1.1379 0.0120,1.9524 -0.7546 2.7190c -0.6708,0.6708 -1.4733,0.9463 -2.5034 1.1140c -1.0900,0.1557 -1.8925,0.3114 -2.3956 0.8145c -0.1797,0.1797 -0.5031,0.7905 -0.1916 1.5811l -0.6947,0.2396 c -0.0599,-0.2515 -0.2036,-1.1619 0.3953 -2.1920c 0.0958,-0.1677 0.1797,-0.3474 0.1677 -0.4552c -0.0120,-0.1318 -0.0120,-0.3713 0.0120 -0.5390c -2.0243,1.4254 -4.7433,1.3176 -6.8275 -0.7666c -2.3477,-2.3477 -2.5992,-5.7375 -0.4552 -7.8815c 2.1560,-2.1560 5.3422,-2.2040 7.7138 0.1677Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.369932491517716px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,-0.7071,0.7071,0.7071,339.1572,85.1059)" stroke="none" text-anchor="start">1st Q
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 44.6374,86.8233 ZM 50.9977,78.7381 l -2.7549,-2.7549 c -0.8025,-0.8025 -1.4134,-0.7905 -1.8686 -0.3354c -0.4671,0.4671 -0.5989,1.0780 -0.5390 2.2878c 0.1677,0.1198 0.3354,0.2875 0.5031 0.4552l 2.5034,2.5034 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2036,-0.2036 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8265,0.7786 -1.2936 1.2457c -0.4312,0.4312 -1.2337,1.2816 -1.2337 1.2816l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2396,-0.2396 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.7310,-2.7310 c -0.8025,-0.8025 -1.4493,-0.8025 -1.9045 -0.3474c -0.4192,0.4192 -0.5151,1.1140 -0.4911 2.2638l 2.9705,2.9705 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6827,-0.6827 -0.8385,-0.6229 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7426,-1.1020 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0062,1.0780 l 0.0359,-0.0359 c -0.0359,-1.1619 0.0240,-2.1081 0.7666 -2.8508c 0.6708,-0.6708 1.5811,-0.5989 2.1920 -0.1318c -0.0240,-1.4134 0.2276,-2.2878 0.8744 -2.9346c 1.0541,-1.0541 2.1081,-0.3593 3.1742 0.7067l 2.4914,2.4914 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421ZM 53.7407,77.7200 ZM 47.8355,69.9463 c -0.3114,-0.3114 -0.3234,-0.8265 -0.0120 -1.1379c 0.3234,-0.3234 0.8385,-0.3114 1.1499 -0.0000c 0.3234,0.3234 0.3234,0.8265 -0.0000 1.1499c -0.3114,0.3114 -0.8145,0.3114 -1.1379 -0.0120ZM 47.8355,69.9463 ZM 54.9505,74.7854 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.2098,1.2577 -1.2098 1.2577l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6348,-0.6348 -0.8385,-0.6229 -1.0062 -0.4552c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6348,-0.8984 0.7187,-1.0780 0.8984 -1.5931c 0.0838,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 4.4319,4.4319 ZM 56.9029,74.5578 ZM 60.4005,69.3354 l -2.6232,-2.6232 c -0.8385,-0.8385 -1.3775,-1.0900 -2.0123 -0.4552c -0.5270,0.5270 -0.7786,1.1858 -0.6708 2.5154l 2.9346,2.9346 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.1677,-0.1677 c 0.0599,-0.0599 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.7786,0.7307 -1.2457 1.1978c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6468,-0.6468 -0.8265,-0.6348 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.4192,-0.5869 0.7187,-1.0062 0.8864 -1.5811c 0.0719,-0.1916 0.1318,-0.3234 0.2156 -0.4073l 0.1797,-0.1797 l 1.0301,1.1020 l 0.0359,-0.0359 c -0.1318,-1.6649 0.2755,-2.4076 0.8864 -3.0185c 1.0780,-1.0780 2.1321,-0.4791 3.1981 0.5869l 2.5393,2.5393 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.1499,1.1978 -1.1499 1.1978l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.1677,-0.1677 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 345.3096,53.2739 l -12.7328,-12.7328 l -38.1985,38.1985 l 12.7328,12.7328 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 556.8948,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.369932491517716px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,-0.7071,0.7071,0.7071,300.7447,85.1059)" stroke="none" text-anchor="start">median
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 392.8848,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 300.2458,59.6403 l -12.7328,-12.7328 l -31.8320,31.8320 l 12.7328,12.7328 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 372.4133,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.369932491517716px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,-0.7071,0.7071,0.7071,262.0473,85.1059)" stroke="none" text-anchor="start">3rd Q
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 358.8327,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 64.0899,72.3731 l -12.7328,-12.7328 l -19.0992,19.0992 l 12.7328,12.7328 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 347.9226,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="16.369932491517716px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,-0.7071,0.7071,0.7071,38.6242,85.1059)" stroke="none" text-anchor="start">min
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 338.7108,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 563.7180,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 330.2509,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 395.2276,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.7115,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 374.1969,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 315.4444,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 360.2453,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 308.3605,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 349.0371,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 301.3198,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 339.5737,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3367,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 330.8826,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.2987,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 323.1373,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.8280,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 315.6717,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 272.0362,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 308.3943,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 263.6514,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 301.1612,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 254.4762,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 293.9874,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.7492,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 286.7571,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.2499,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 279.0823,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.0794,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 271.0776,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 46.1696,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 262.4638,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.0379,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.0179,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.1498,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.4283,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.414950119424813" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 39.0407,99.6887 c 0.0000,-0.8693 -0.7047,-1.5740 -1.5740 -1.5740c -0.8693,-0.0000 -1.5740,0.7047 -1.5740 1.5740c -0.0000,0.8693 0.7047,1.5740 1.5740 1.5740c 0.8693,0.0000 1.5740,-0.7047 1.5740 -1.5740Z"/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 555.3626,113.3810 l -0.0000,-2.0429 h -510.7252 l -0.0000,2.0429 Z"/>
+    <path d="M 562.1440,116.4784 l -0.0000,-2.0987 h -524.6773 l -0.0000,2.0987 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 517.3990,134.8645 ZM 522.8620,127.3476 c 0.0000,-0.1482 0.0212,-0.3176 0.2117 -0.4235c 0.2329,-0.1694 0.6141,-0.3600 0.9317 -0.3600c 0.2753,-0.0000 0.2964,0.2329 0.2964 0.6564v 3.4091 h 1.7151 l -0.1270,0.9952 h -1.5881 v 1.7575 c 0.0000,0.5929 0.0847,0.8893 0.6988 0.8893h 0.5717 c 0.1270,-0.0000 0.1482,0.1059 0.1482 0.1482v 0.4658 c 0.0000,-0.0000 -1.3552,-0.0423 -2.2445 -0.0423c -0.8046,-0.0000 -2.0539,0.0423 -2.0539 0.0423v -0.4658 c 0.0000,-0.0423 0.0212,-0.1482 0.1482 -0.1482h 0.5717 c 0.6564,-0.0000 0.7199,-0.2753 0.7199 -0.8893v -1.7575 h -4.1502 c -0.0847,-0.0000 -0.1270,-0.0423 -0.1906 -0.1270l -0.1694,-0.2329 l -0.2541,-0.4447 c -0.0212,-0.0000 -0.0212,-0.0212 -0.0212 -0.0423c 0.0000,-0.0212 0.0212,-0.0423 0.0423 -0.0635c 1.3763,-1.5246 3.8114,-6.2464 4.5737 -7.9827c 0.0212,-0.0847 0.0635,-0.1059 0.1482 -0.1059c 0.0212,-0.0000 0.4870,0.1906 0.7411 0.2329c -0.9528,2.5621 -2.5197,5.3148 -4.0655 7.7710h 3.3455 v -3.2820 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 533.5343,141.6104 l -0.0000,-22.5087 h -11.2543 l -0.0000,22.5087 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.0362,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,527.9072,130.3561)" stroke="none" text-anchor="middle">4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 461.8093,134.8645 ZM 466.3830,123.2821 c -0.5294,-0.0000 -2.0751,0.2964 -2.0751 1.5881c 0.0000,0.3811 -0.1482,1.0375 -0.7199 1.0375c -0.5505,-0.0000 -0.5929,-0.6141 -0.5929 -0.6776c 0.0000,-0.6564 0.8681,-2.6044 3.8114 -2.6044c 2.0539,-0.0000 2.6680,1.2916 2.6680 2.1386c 0.0000,0.5294 -0.1694,1.5881 -2.0751 2.7950c 1.1858,0.1906 2.7527,1.0587 2.7527 3.2608c 0.0000,2.7950 -2.1174,4.2984 -4.5101 4.2984c -1.2069,-0.0000 -2.9009,-0.5294 -2.9009 -1.3340c 0.0000,-0.3176 0.3176,-0.6776 0.7411 -0.6776c 0.4023,-0.0000 0.5929,0.2117 0.7835 0.4870c 0.2329,0.3600 0.6141,0.8681 1.6304 0.8681c 0.6988,-0.0000 2.6891,-0.6988 2.6891 -3.3667c 0.0000,-2.2657 -1.5881,-2.6256 -2.7315 -2.6256c -0.1906,-0.0000 -0.4235,0.0423 -0.6564 0.0847l -0.0847,-0.6352 c 1.6304,-0.2753 2.9856,-1.8633 2.9856 -2.8374c 0.0000,-1.2069 -0.8470,-1.7998 -1.7151 -1.7998Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 527.9072,114.3797 v 3.1481 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 466.4465,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 476.4260,141.6104 l -0.0000,-22.5087 h -11.2543 l -0.0000,22.5087 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 406.2197,134.8645 ZM 407.4478,125.4843 c 0.0000,-1.2069 1.1646,-2.8585 3.3879 -2.8585c 1.6304,-0.0000 3.5361,0.6141 3.5361 3.0491c 0.0000,1.6093 -0.8258,2.4139 -1.9692 3.5149l -2.0116,1.9480 c -0.1059,0.1059 -1.5246,1.5034 -1.5246 2.4986h 3.5996 c 0.7199,-0.0000 1.1011,-0.3600 1.3975 -1.5246l 0.5294,0.0847 l -0.4235,2.6680 h -6.5429 c 0.0000,-1.1858 0.1906,-2.0963 2.1598 -4.1078l 1.4822,-1.4610 c 1.1858,-1.2069 1.6728,-2.2445 1.6728 -3.5361c 0.0000,-1.9269 -1.3128,-2.4774 -2.0327 -2.4774c -1.4610,-0.0000 -1.8633,0.7623 -1.8633 1.2705c 0.0000,0.1694 0.0423,0.3388 0.0847 0.4870c 0.0423,0.1482 0.0847,0.2964 0.0847 0.4658c 0.0000,0.5505 -0.4235,0.7623 -0.7623 0.7623c -0.4658,-0.0000 -0.8046,-0.3600 -0.8046 -0.7835Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,470.7989,130.3561)" stroke="none" text-anchor="middle">3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 410.8568,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 470.7989,114.3797 v 3.1481 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 350.6300,134.8645 ZM 354.6108,124.7643 c -0.4023,-0.0000 -1.3340,0.3811 -1.7998 0.5929l -0.2541,-0.6564 c 1.8633,-0.8681 2.5833,-1.3128 3.6420 -2.0751h 0.4023 v 10.6507 c 0.0000,0.7623 0.1059,0.9740 0.8046 0.9740h 1.1011 c 0.0635,-0.0000 0.1694,0.0423 0.1694 0.1694v 0.4658 l -2.9009,-0.0423 l -2.9432,0.0423 v -0.4658 c 0.0212,-0.0635 0.0423,-0.1694 0.1694 -0.1694h 1.2705 c 0.8046,-0.0000 0.8046,-0.3600 0.8046 -0.9740v -7.2840 c 0.0000,-0.7199 0.0000,-1.2281 -0.4658 -1.2281Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 419.3178,141.6104 l -0.0000,-22.5087 h -11.2543 l -0.0000,22.5087 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 355.2672,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,413.6906,130.3561)" stroke="none" text-anchor="middle">2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 295.0403,134.8645 ZM 299.6775,123.3668 c -0.9105,-0.0000 -2.2445,0.8893 -2.2445 5.8229c 0.0000,1.7363 0.3176,5.2301 2.1810 5.2301c 0.3600,-0.0000 1.3763,-0.2329 1.8210 -1.8845c 0.2753,-1.0164 0.4235,-2.2868 0.4235 -4.1290c 0.0000,-2.6891 -0.6776,-4.1925 -1.2916 -4.7219c -0.2329,-0.2117 -0.5505,-0.3176 -0.8893 -0.3176ZM 299.6775,123.3668 ZM 299.5928,135.1186 c -2.2657,-0.0000 -3.7902,-2.9009 -3.7902 -6.1406c 0.0000,-3.9596 1.8845,-6.3523 3.8749 -6.3523c 0.9105,-0.0000 1.8210,0.5717 2.4350 1.3975c 0.8893,1.1858 1.3552,2.7738 1.3552 4.7642c 0.0000,4.7007 -2.3292,6.3311 -3.8749 6.3311Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 413.6906,114.3797 v 3.1481 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 299.6775,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 362.2095,141.6104 l -0.0000,-22.5087 h -11.2543 l -0.0000,22.5087 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.9251,134.8645 ZM 241.7269,129.8673 h -4.7854 c -0.1906,-0.0000 -0.3176,-0.1694 -0.3176 -0.3600c 0.0000,-0.3388 0.2753,-0.7835 0.5294 -0.7835h 4.8489 c 0.2117,-0.0000 0.2964,0.1906 0.2964 0.3811c 0.0000,0.2329 -0.2964,0.7623 -0.5717 0.7623ZM 242.9762,134.8645 ZM 246.9569,124.7643 c -0.4023,-0.0000 -1.3340,0.3811 -1.7998 0.5929l -0.2541,-0.6564 c 1.8633,-0.8681 2.5833,-1.3128 3.6420 -2.0751h 0.4023 v 10.6507 c 0.0000,0.7623 0.1059,0.9740 0.8046 0.9740h 1.1011 c 0.0635,-0.0000 0.1694,0.0423 0.1694 0.1694v 0.4658 l -2.9009,-0.0423 l -2.9432,0.0423 v -0.4658 c 0.0212,-0.0635 0.0423,-0.1694 0.1694 -0.1694h 1.2705 c 0.8046,-0.0000 0.8046,-0.3600 0.8046 -0.9740v -7.2840 c 0.0000,-0.7199 0.0000,-1.2281 -0.4658 -1.2281Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,356.5823,130.3561)" stroke="none" text-anchor="middle">1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.0878,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 356.5823,114.3797 v 3.1481 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.3354,134.8645 ZM 186.1372,129.8673 h -4.7854 c -0.1906,-0.0000 -0.3176,-0.1694 -0.3176 -0.3600c 0.0000,-0.3388 0.2753,-0.7835 0.5294 -0.7835h 4.8489 c 0.2117,-0.0000 0.2964,0.1906 0.2964 0.3811c 0.0000,0.2329 -0.2964,0.7623 -0.5717 0.7623ZM 187.3865,134.8645 ZM 188.6146,125.4843 c 0.0000,-1.2069 1.1646,-2.8585 3.3879 -2.8585c 1.6304,-0.0000 3.5361,0.6141 3.5361 3.0491c 0.0000,1.6093 -0.8258,2.4139 -1.9692 3.5149l -2.0116,1.9480 c -0.1059,0.1059 -1.5246,1.5034 -1.5246 2.4986h 3.5996 c 0.7199,-0.0000 1.1011,-0.3600 1.3975 -1.5246l 0.5294,0.0847 l -0.4235,2.6680 h -6.5429 c 0.0000,-1.1858 0.1906,-2.0963 2.1598 -4.1078l 1.4822,-1.4610 c 1.1858,-1.2069 1.6728,-2.2445 1.6728 -3.5361c 0.0000,-1.9269 -1.3128,-2.4774 -2.0327 -2.4774c -1.4610,-0.0000 -1.8633,0.7623 -1.8633 1.2705c 0.0000,0.1694 0.0423,0.3388 0.0847 0.4870c 0.0423,0.1482 0.0847,0.2964 0.0847 0.4658c 0.0000,0.5505 -0.4235,0.7623 -0.7623 0.7623c -0.4658,-0.0000 -0.8046,-0.3600 -0.8046 -0.7835Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 305.1012,141.6104 l -0.0000,-22.5087 h -11.2543 l -0.0000,22.5087 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 188.4981,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,299.4740,130.3561)" stroke="none" text-anchor="middle">0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 124.7457,134.8645 ZM 130.5475,129.8673 h -4.7854 c -0.1906,-0.0000 -0.3176,-0.1694 -0.3176 -0.3600c 0.0000,-0.3388 0.2753,-0.7835 0.5294 -0.7835h 4.8489 c 0.2117,-0.0000 0.2964,0.1906 0.2964 0.3811c 0.0000,0.2329 -0.2964,0.7623 -0.5717 0.7623ZM 131.7968,134.8645 ZM 136.3705,123.2821 c -0.5294,-0.0000 -2.0751,0.2964 -2.0751 1.5881c 0.0000,0.3811 -0.1482,1.0375 -0.7199 1.0375c -0.5505,-0.0000 -0.5929,-0.6141 -0.5929 -0.6776c 0.0000,-0.6564 0.8681,-2.6044 3.8114 -2.6044c 2.0539,-0.0000 2.6680,1.2916 2.6680 2.1386c 0.0000,0.5294 -0.1694,1.5881 -2.0751 2.7950c 1.1858,0.1906 2.7527,1.0587 2.7527 3.2608c 0.0000,2.7950 -2.1174,4.2984 -4.5101 4.2984c -1.2069,-0.0000 -2.9009,-0.5294 -2.9009 -1.3340c 0.0000,-0.3176 0.3176,-0.6776 0.7411 -0.6776c 0.4023,-0.0000 0.5929,0.2117 0.7835 0.4870c 0.2329,0.3600 0.6141,0.8681 1.6304 0.8681c 0.6988,-0.0000 2.6891,-0.6988 2.6891 -3.3667c 0.0000,-2.2657 -1.5881,-2.6256 -2.7315 -2.6256c -0.1906,-0.0000 -0.4235,0.0423 -0.6564 0.0847l -0.0847,-0.6352 c 1.6304,-0.2753 2.9856,-1.8633 2.9856 -2.8374c 0.0000,-1.2069 -0.8470,-1.7998 -1.7151 -1.7998Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 299.4740,114.3797 v 3.1481 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 132.9085,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 253.6201,141.6104 l -0.0000,-22.5087 h -22.5087 l -0.0000,22.5087 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 69.1561,134.8645 ZM 74.9578,129.8673 h -4.7854 c -0.1906,-0.0000 -0.3176,-0.1694 -0.3176 -0.3600c 0.0000,-0.3388 0.2753,-0.7835 0.5294 -0.7835h 4.8489 c 0.2117,-0.0000 0.2964,0.1906 0.2964 0.3811c 0.0000,0.2329 -0.2964,0.7623 -0.5717 0.7623ZM 76.2071,134.8645 ZM 81.6701,127.3476 c 0.0000,-0.1482 0.0212,-0.3176 0.2117 -0.4235c 0.2329,-0.1694 0.6141,-0.3600 0.9317 -0.3600c 0.2753,-0.0000 0.2964,0.2329 0.2964 0.6564v 3.4091 h 1.7151 l -0.1270,0.9952 h -1.5881 v 1.7575 c 0.0000,0.5929 0.0847,0.8893 0.6988 0.8893h 0.5717 c 0.1270,-0.0000 0.1482,0.1059 0.1482 0.1482v 0.4658 c 0.0000,-0.0000 -1.3552,-0.0423 -2.2445 -0.0423c -0.8046,-0.0000 -2.0539,0.0423 -2.0539 0.0423v -0.4658 c 0.0000,-0.0423 0.0212,-0.1482 0.1482 -0.1482h 0.5717 c 0.6564,-0.0000 0.7199,-0.2753 0.7199 -0.8893v -1.7575 h -4.1502 c -0.0847,-0.0000 -0.1270,-0.0423 -0.1906 -0.1270l -0.1694,-0.2329 l -0.2541,-0.4447 c -0.0212,-0.0000 -0.0212,-0.0212 -0.0212 -0.0423c 0.0000,-0.0212 0.0212,-0.0423 0.0423 -0.0635c 1.3763,-1.5246 3.8114,-6.2464 4.5737 -7.9827c 0.0212,-0.0847 0.0635,-0.1059 0.1482 -0.1059c 0.0212,-0.0000 0.4870,0.1906 0.7411 0.2329c -0.9528,2.5621 -2.5197,5.3148 -4.0655 7.7710h 3.3455 v -3.2820 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,242.3657,130.3561)" stroke="none" text-anchor="middle">-1
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.451461874467844" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 77.3188,111.3381 v 3.0644 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.3657,114.3797 v 3.1481 "/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 196.5118,141.6104 l -0.0000,-22.5087 h -22.5087 l -0.0000,22.5087 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,185.2574,130.3561)" stroke="none" text-anchor="middle">-2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 185.2574,114.3797 v 3.1481 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 139.4035,141.6104 l -0.0000,-22.5087 h -22.5087 l -0.0000,22.5087 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,128.1492,130.3561)" stroke="none" text-anchor="middle">-3
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 128.1492,114.3797 v 3.1481 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 82.2952,141.6104 l -0.0000,-22.5087 h -22.5087 l -0.0000,22.5087 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="20.462415614397145px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,71.0409,130.3561)" stroke="none" text-anchor="middle">-4
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.4716500398082712" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 71.0409,114.3797 v 3.1481 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 555.3626,107.2523 l -0.0000,-102.1450 h -510.7252 l -0.0000,102.1450 Z"/>
+    <path d="M 562.1440,110.1822 l -0.0000,-104.9355 h -524.6773 l -0.0000,104.9355 Z"/>
   </g>
 </svg>
diff --git a/other/test1.svg b/other/test1.svg
--- a/other/test1.svg
+++ b/other/test1.svg
@@ -4,130 +4,202 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2052,88.5412 v 241.5580 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.747661643246717" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.2022,87.5972 v 243.6533 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.7183,330.0992 l 452.9212,-181.1685 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.747661643246717" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.0605,331.2506 l 456.8500,-182.7400 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.7183,269.7097 h 150.9737 l 150.9737,-241.5580 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.747661643246717" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.0605,270.3372 h 152.2833 l 152.2833,-243.6533 "/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 76.6742,330.0992 l -0.0000,-301.9474 h -6.0389 l -0.0000,301.9474 Z"/>
+    <path d="M 75.1987,331.2506 l -0.0000,-304.5667 h -6.0913 l -0.0000,304.5667 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,34.1907 ZM 47.3432,30.8057 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444ZM 49.9270,34.1907 ZM 51.0687,33.3694 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,34.1907 ZM 58.7000,23.3145 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,23.3145 ZM 58.6199,34.4310 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,39.0371 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,28.1517 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,28.5844)" stroke="none" text-anchor="middle">5.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,64.3854 ZM 46.3217,57.2749 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,64.3854 ZM 51.0687,63.5642 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,64.3854 ZM 60.5027,61.0004 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,26.6839 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,58.3465 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,69.4938 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,94.5802 ZM 46.3217,87.4696 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,94.5802 ZM 51.0687,93.7589 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,94.5802 ZM 58.7000,83.7040 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,83.7040 ZM 58.6199,94.8205 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,59.0411)" stroke="none" text-anchor="middle">4.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,88.5412 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,57.1406 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,124.7749 ZM 45.4805,113.8187 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,124.7749 ZM 51.0687,123.9537 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,124.7749 ZM 60.5027,121.3899 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,99.9505 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,118.7360 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,89.4977)" stroke="none" text-anchor="middle">4.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,154.9696 ZM 45.4805,144.0134 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,154.9696 ZM 51.0687,154.1484 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,154.9696 ZM 58.7000,144.0935 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,144.0935 ZM 58.6199,155.2100 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,87.5972 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,148.9307 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,130.4071 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,185.1644 ZM 42.3158,176.2912 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,185.1644 ZM 51.0687,184.3432 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,185.1644 ZM 60.5027,181.7794 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,119.9544)" stroke="none" text-anchor="middle">3.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,179.1254 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,118.0539 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,215.3591 ZM 42.3158,206.4860 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,215.3591 ZM 51.0687,214.5379 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,215.3591 ZM 58.7000,204.4830 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,204.4830 ZM 58.6199,215.5995 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,160.8638 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,209.3202 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,150.4111)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,245.5539 ZM 44.9196,235.9997 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,245.5539 ZM 51.0687,244.7327 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,245.5539 ZM 60.5027,242.1689 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,148.5106 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,239.5149 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,191.3205 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,275.7486 ZM 44.9196,266.1945 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,275.7486 ZM 51.0687,274.9274 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,275.7486 ZM 58.7000,264.8725 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,264.8725 ZM 58.6199,275.9890 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,180.8677)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,269.7097 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,178.9672 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,305.9434 ZM 45.5405,295.0673 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,295.0673 ZM 45.4604,306.1837 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,305.9434 ZM 51.0687,305.1222 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,305.9434 ZM 60.5027,302.5584 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,221.7771 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,299.9044 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,211.3244)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,336.1381 ZM 45.5405,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,325.2620 ZM 45.4604,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,336.1381 ZM 51.0687,335.3169 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,336.1381 ZM 58.7000,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,325.2620 ZM 58.6199,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,209.4239 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,330.0992 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,252.2338 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,241.7811)" stroke="none" text-anchor="middle">1.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,239.8806 h 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,282.6905 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,272.2377)" stroke="none" text-anchor="middle">1.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,270.3372 h 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,313.1471 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,302.6944)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,300.7939 h 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,343.6038 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,333.1511)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,331.2506 h 9.1370 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.6395,348.2160 l -0.0000,-6.0389 h -452.9212 l -0.0000,6.0389 Z"/>
+    <path d="M 559.9105,349.5246 l -0.0000,-6.0913 h -456.8500 l -0.0000,6.0913 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 541.6733,373.6712 ZM 545.9997,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 550.4463,373.6712 ZM 551.5879,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 554.8328,373.6712 ZM 559.2193,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 559.2193,362.7951 ZM 559.1391,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 575.5896,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.6395,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,559.9105,367.5915)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 466.1864,373.6712 ZM 467.3481,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 474.9594,373.6712 ZM 476.1011,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 479.3459,373.6712 ZM 485.5351,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 559.9105,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1526,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.4479,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.6995,373.6712 ZM 391.8613,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 399.4725,373.6712 ZM 400.6142,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 403.8590,373.6712 ZM 408.2455,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 408.2455,362.7951 ZM 408.1654,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,483.7688,367.5915)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 401.6658,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.7688,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 315.2127,373.6712 ZM 318.9782,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 323.9857,373.6712 ZM 325.1274,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 328.3722,373.6712 ZM 334.5613,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3063,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.1789,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,407.6272,367.5915)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.7258,373.6712 ZM 243.4914,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 248.4988,373.6712 ZM 249.6405,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 252.8853,373.6712 ZM 257.2718,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 257.2718,362.7951 ZM 257.1917,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 407.6272,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.6921,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.1646,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.2389,373.6712 ZM 168.6254,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 168.6254,362.7951 ZM 168.5453,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 173.0119,373.6712 ZM 174.1536,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 177.3984,373.6712 ZM 183.5876,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,331.4855,367.5915)" stroke="none" text-anchor="middle">1.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2052,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 331.4855,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.7521,373.6712 ZM 93.1386,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 93.1386,362.7951 ZM 93.0585,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 97.5251,373.6712 ZM 98.6668,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 101.9116,373.6712 ZM 106.2981,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 106.2981,362.7951 ZM 106.2180,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 271.0229,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.7183,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,255.3438,367.5915)" stroke="none" text-anchor="middle">1.0
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.3438,343.4332 v 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.8812,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,179.2022,367.5915)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.2022,343.4332 v 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 118.7396,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.0605,367.5915)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.0605,343.4332 v 9.1370 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.6395,330.0992 l -0.0000,-301.9474 h -452.9212 l -0.0000,301.9474 Z"/>
+    <path d="M 559.9105,331.2506 l -0.0000,-304.5667 h -456.8500 l -0.0000,304.5667 Z"/>
   </g>
 </svg>
diff --git a/other/test2.svg b/other/test2.svg
--- a/other/test2.svg
+++ b/other/test2.svg
@@ -5,129 +5,201 @@
   <defs>
   </defs>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 76.6742,330.0992 l -0.0000,-301.9474 h -6.0389 l -0.0000,301.9474 Z"/>
+    <path d="M 75.1987,331.2506 l -0.0000,-304.5667 h -6.0913 l -0.0000,304.5667 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,34.1907 ZM 47.3432,30.8057 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444ZM 49.9270,34.1907 ZM 51.0687,33.3694 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,34.1907 ZM 58.7000,23.3145 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,23.3145 ZM 58.6199,34.4310 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,39.0371 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,28.1517 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,28.5844)" stroke="none" text-anchor="middle">5.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,64.3854 ZM 46.3217,57.2749 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,64.3854 ZM 51.0687,63.5642 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,64.3854 ZM 60.5027,61.0004 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,26.6839 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,58.3465 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,69.4938 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,94.5802 ZM 46.3217,87.4696 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,94.5802 ZM 51.0687,93.7589 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,94.5802 ZM 58.7000,83.7040 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,83.7040 ZM 58.6199,94.8205 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,59.0411)" stroke="none" text-anchor="middle">4.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,88.5412 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,57.1406 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,124.7749 ZM 45.4805,113.8187 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,124.7749 ZM 51.0687,123.9537 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,124.7749 ZM 60.5027,121.3899 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,99.9505 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,118.7360 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,89.4977)" stroke="none" text-anchor="middle">4.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,154.9696 ZM 45.4805,144.0134 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,154.9696 ZM 51.0687,154.1484 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,154.9696 ZM 58.7000,144.0935 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,144.0935 ZM 58.6199,155.2100 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,87.5972 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,148.9307 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,130.4071 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,185.1644 ZM 42.3158,176.2912 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,185.1644 ZM 51.0687,184.3432 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,185.1644 ZM 60.5027,181.7794 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,119.9544)" stroke="none" text-anchor="middle">3.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,179.1254 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,118.0539 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,215.3591 ZM 42.3158,206.4860 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,215.3591 ZM 51.0687,214.5379 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,215.3591 ZM 58.7000,204.4830 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,204.4830 ZM 58.6199,215.5995 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,160.8638 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,209.3202 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,150.4111)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,245.5539 ZM 44.9196,235.9997 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,245.5539 ZM 51.0687,244.7327 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,245.5539 ZM 60.5027,242.1689 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,148.5106 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,239.5149 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,191.3205 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,275.7486 ZM 44.9196,266.1945 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,275.7486 ZM 51.0687,274.9274 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,275.7486 ZM 58.7000,264.8725 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,264.8725 ZM 58.6199,275.9890 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,180.8677)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,269.7097 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,178.9672 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,305.9434 ZM 45.5405,295.0673 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,295.0673 ZM 45.4604,306.1837 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,305.9434 ZM 51.0687,305.1222 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,305.9434 ZM 60.5027,302.5584 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,221.7771 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,299.9044 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,211.3244)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 41.1540,336.1381 ZM 45.5405,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,325.2620 ZM 45.4604,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,336.1381 ZM 51.0687,335.3169 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,336.1381 ZM 58.7000,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,325.2620 ZM 58.6199,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,209.4239 h 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 67.6158,330.0992 h 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,252.2338 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,241.7811)" stroke="none" text-anchor="middle">1.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,239.8806 h 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,282.6905 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,272.2377)" stroke="none" text-anchor="middle">1.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,270.3372 h 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,313.1471 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,302.6944)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,300.7939 h 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 61.4932,343.6038 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,45.8141,333.1511)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 66.0617,331.2506 h 9.1370 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.6395,348.2160 l -0.0000,-6.0389 h -452.9212 l -0.0000,6.0389 Z"/>
+    <path d="M 559.9105,349.5246 l -0.0000,-6.0913 h -456.8500 l -0.0000,6.0913 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 541.6733,373.6712 ZM 545.9997,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 550.4463,373.6712 ZM 551.5879,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 554.8328,373.6712 ZM 559.2193,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 559.2193,362.7951 ZM 559.1391,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 575.5896,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.6395,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,559.9105,367.5915)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 466.1864,373.6712 ZM 467.3481,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 474.9594,373.6712 ZM 476.1011,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 479.3459,373.6712 ZM 485.5351,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 559.9105,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 477.1526,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 499.4479,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 390.6995,373.6712 ZM 391.8613,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 399.4725,373.6712 ZM 400.6142,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 403.8590,373.6712 ZM 408.2455,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 408.2455,362.7951 ZM 408.1654,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,483.7688,367.5915)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 401.6658,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 483.7688,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 315.2127,373.6712 ZM 318.9782,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 323.9857,373.6712 ZM 325.1274,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 328.3722,373.6712 ZM 334.5613,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 423.3063,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.1789,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,407.6272,367.5915)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.7258,373.6712 ZM 243.4914,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 248.4988,373.6712 ZM 249.6405,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 252.8853,373.6712 ZM 257.2718,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 257.2718,362.7951 ZM 257.1917,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 407.6272,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.6921,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.1646,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.2389,373.6712 ZM 168.6254,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 168.6254,362.7951 ZM 168.5453,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 173.0119,373.6712 ZM 174.1536,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 177.3984,373.6712 ZM 183.5876,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,331.4855,367.5915)" stroke="none" text-anchor="middle">1.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2052,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 331.4855,343.4332 v 9.1370 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 88.7521,373.6712 ZM 93.1386,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 93.1386,362.7951 ZM 93.0585,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 97.5251,373.6712 ZM 98.6668,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 101.9116,373.6712 ZM 106.2981,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 106.2981,362.7951 ZM 106.2180,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 271.0229,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.7183,342.1771 v 9.0584 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,255.3438,367.5915)" stroke="none" text-anchor="middle">1.0
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.3438,343.4332 v 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 194.8812,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,179.2022,367.5915)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.2022,343.4332 v 9.1370 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 118.7396,378.0442 l -0.0000,-20.9055 h -31.3582 l -0.0000,20.9055 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="19.004960375875882px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.0605,367.5915)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4369154108116793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.0605,343.4332 v 9.1370 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 552.6395,330.0992 l -0.0000,-301.9474 h -452.9212 l -0.0000,301.9474 Z"/>
+    <path d="M 559.9105,331.2506 l -0.0000,-304.5667 h -456.8500 l -0.0000,304.5667 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 175.2052,88.5412 v 241.5580 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.747661643246717" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 179.2022,87.5972 v 243.6533 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.7183,330.0992 l 452.9212,-181.1685 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.747661643246717" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.0605,331.2506 l 456.8500,-182.7400 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 99.7183,269.7097 h 150.9737 l 150.9737,-241.5580 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.747661643246717" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.0605,270.3372 h 152.2833 l 152.2833,-243.6533 "/>
   </g>
 </svg>
diff --git a/other/testTextDiffs.svg b/other/testTextDiffs.svg
--- a/other/testTextDiffs.svg
+++ b/other/testTextDiffs.svg
@@ -4,121 +4,184 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="600.0000" stroke-opacity="1" viewBox="0 0 400 600" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,370.3155,490.8360)" stroke="none" text-anchor="end">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 380.7444,485.3644 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,380.7444,440.6251)" stroke="none" text-anchor="end">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.4973,502.5026 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 381.8182,450.7931 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.3436,532.8057 ZM 43.9674,520.4935 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 43.9674,520.4935 ZM 47.1837,533.4087 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.0080,532.8057 ZM 59.4958,530.0417 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.4958,530.0417 ZM 55.7268,504.0103 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.0293,532.8057 ZM 95.3268,528.2326 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.2816,532.8057 ZM 113.0664,528.3331 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.0664,528.3331 ZM 116.8354,497.7285 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.1070,532.8057 ZM 126.8359,518.8854 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 126.8359,518.8854 ZM 140.1029,528.1321 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.6156,532.8057 ZM 147.2389,529.1874 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 160.9582,532.8057 ZM 176.8384,518.5838 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 176.8384,518.5838 ZM 167.4410,533.1574 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.4410,533.1574 ZM 182.7181,513.3072 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.0298,532.8057 ZM 193.2211,497.7285 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.0612,532.8057 ZM 214.9810,504.1108 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 214.9810,504.1108 ZM 219.7551,529.1874 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.3282,532.8057 ZM 229.5546,504.1108 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.5546,504.1108 ZM 226.8912,542.5549 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.2485,532.8057 ZM 249.2541,505.5179 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.2541,505.5179 ZM 249.0531,533.4087 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.2597,532.8057 ZM 269.7074,508.8346 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.2708,532.8057 ZM 285.1856,510.5432 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.2820,532.8057 ZM 315.1368,505.3169 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.2932,532.8057 ZM 339.2586,514.9656 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.3043,532.8057 ZM 363.8327,524.3128 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 380.7444,485.8133 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,380.7444,440.4930)" stroke="none" text-anchor="end">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.6564,502.5026 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 381.1070,450.7931 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,370.3155,461.7148)" stroke="none" text-anchor="end">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 380.7444,440.1497 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,380.7444,417.7800)" stroke="none" text-anchor="end">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.4973,457.0481 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 381.8182,413.7128 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.3436,472.1996 ZM 43.9674,459.8874 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 43.9674,459.8874 ZM 47.1837,472.8027 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.0080,472.1996 ZM 59.4958,469.4357 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.4958,469.4357 ZM 55.7268,443.4042 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.0293,472.1996 ZM 95.3268,467.6265 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.2816,472.1996 ZM 113.0664,467.7270 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.0664,467.7270 ZM 116.8354,437.1225 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.1070,472.1996 ZM 126.8359,458.2793 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 126.8359,458.2793 ZM 140.1029,467.5260 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.6156,472.1996 ZM 147.2389,468.5813 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 160.9582,472.1996 ZM 176.8384,457.9778 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 176.8384,457.9778 ZM 167.4410,472.5514 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.4410,472.5514 ZM 182.7181,452.7011 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.0298,472.1996 ZM 193.2211,437.1225 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.0612,472.1996 ZM 214.9810,443.5047 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 214.9810,443.5047 ZM 219.7551,468.5813 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.3282,472.1996 ZM 229.5546,443.5047 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.5546,443.5047 ZM 226.8912,481.9488 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.2485,472.1996 ZM 249.2541,444.9118 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.2541,444.9118 ZM 249.0531,472.8027 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.2597,472.1996 ZM 269.7074,448.2286 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.2708,472.1996 ZM 285.1856,449.9372 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.2820,472.1996 ZM 315.1368,444.7108 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.2932,472.1996 ZM 339.2586,454.3595 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.3043,472.1996 ZM 363.8327,463.7067 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 380.7444,440.4930 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,380.7444,417.8329)" stroke="none" text-anchor="end">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.6564,457.0481 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 381.1070,413.7128 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,370.3155,399.9269)" stroke="none" text-anchor="end">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 380.7444,395.0142 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,380.7444,372.6446)" stroke="none" text-anchor="end">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.4973,411.5935 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 381.8182,382.8126 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.3436,411.5935 ZM 43.9674,399.2814 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 43.9674,399.2814 ZM 47.1837,412.1966 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.0080,411.5935 ZM 59.4958,408.8296 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.4958,408.8296 ZM 55.7268,382.7981 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.0293,411.5935 ZM 95.3268,407.0205 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.2816,411.5935 ZM 113.0664,407.1210 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.0664,407.1210 ZM 116.8354,376.5164 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.1070,411.5935 ZM 126.8359,397.6732 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 126.8359,397.6732 ZM 140.1029,406.9199 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.6156,411.5935 ZM 147.2389,407.9753 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 160.9582,411.5935 ZM 176.8384,397.3717 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 176.8384,397.3717 ZM 167.4410,411.9453 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.4410,411.9453 ZM 182.7181,392.0951 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.0298,411.5935 ZM 193.2211,376.5164 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.0612,411.5935 ZM 214.9810,382.8986 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 214.9810,382.8986 ZM 219.7551,407.9753 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.3282,411.5935 ZM 229.5546,382.8986 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.5546,382.8986 ZM 226.8912,421.3428 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.2485,411.5935 ZM 249.2541,384.3057 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.2541,384.3057 ZM 249.0531,412.1966 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.2597,411.5935 ZM 269.7074,387.6225 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.2708,411.5935 ZM 285.1856,389.3311 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.2820,411.5935 ZM 315.1368,384.1047 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.2932,411.5935 ZM 339.2586,393.7535 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.3043,411.5935 ZM 363.8327,403.1007 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 380.7444,395.1727 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,380.7444,372.5125)" stroke="none" text-anchor="end">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 370.6564,411.5935 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 381.1070,382.8126 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,309.0178)" stroke="none" text-anchor="middle">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 378.9572,349.4034 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,304.6641)" stroke="none" text-anchor="middle">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.1818,320.6845 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 201.0737,314.8321 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.5140,350.9875 ZM 44.1379,338.6753 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.1379,338.6753 ZM 47.3541,351.5905 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.1785,350.9875 ZM 59.6663,348.2235 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.6663,348.2235 ZM 55.8973,322.1921 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.1998,350.9875 ZM 95.4973,346.4144 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.4521,350.9875 ZM 113.2368,346.5149 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.2368,346.5149 ZM 117.0059,315.9103 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.2775,350.9875 ZM 127.0064,337.0672 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.0064,337.0672 ZM 140.2734,346.3139 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.7861,350.9875 ZM 147.4094,347.3692 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.1287,350.9875 ZM 177.0089,336.7657 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.0089,336.7657 ZM 167.6114,351.3393 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.6114,351.3393 ZM 182.8886,331.4890 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.2003,350.9875 ZM 193.3916,315.9103 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.2317,350.9875 ZM 215.1515,322.2926 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.1515,322.2926 ZM 219.9256,347.3692 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.4987,350.9875 ZM 229.7251,322.2926 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.7251,322.2926 ZM 227.0617,360.7367 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.4190,350.9875 ZM 249.4246,323.6997 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.4246,323.6997 ZM 249.2236,351.5905 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.4302,350.9875 ZM 269.8779,327.0164 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.4413,350.9875 ZM 285.3560,328.7251 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.4525,350.9875 ZM 315.3073,323.4987 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.4636,350.9875 ZM 339.4291,333.1474 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.4748,350.9875 ZM 364.0032,342.4946 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.2813,349.8524 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,304.5320)" stroke="none" text-anchor="middle">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.3410,320.6845 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 200.3626,314.8321 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,279.8966)" stroke="none" text-anchor="middle">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 378.9572,304.1887 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,281.8190)" stroke="none" text-anchor="middle">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.1818,275.2299 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 201.0737,277.7518 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.5140,290.3814 ZM 44.1379,278.0692 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.1379,278.0692 ZM 47.3541,290.9845 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.1785,290.3814 ZM 59.6663,287.6175 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.6663,287.6175 ZM 55.8973,261.5860 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.1998,290.3814 ZM 95.4973,285.8083 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.4521,290.3814 ZM 113.2368,285.9088 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.2368,285.9088 ZM 117.0059,255.3043 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.2775,290.3814 ZM 127.0064,276.4611 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.0064,276.4611 ZM 140.2734,285.7078 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.7861,290.3814 ZM 147.4094,286.7632 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.1287,290.3814 ZM 177.0089,276.1596 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.0089,276.1596 ZM 167.6114,290.7332 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.6114,290.7332 ZM 182.8886,270.8830 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.2003,290.3814 ZM 193.3916,255.3043 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.2317,290.3814 ZM 215.1515,261.6865 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.1515,261.6865 ZM 219.9256,286.7632 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.4987,290.3814 ZM 229.7251,261.6865 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.7251,261.6865 ZM 227.0617,300.1307 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.4190,290.3814 ZM 249.4246,263.0936 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.4246,263.0936 ZM 249.2236,290.9845 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.4302,290.3814 ZM 269.8779,266.4104 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.4413,290.3814 ZM 285.3560,268.1190 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.4525,290.3814 ZM 315.3073,262.8926 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.4636,290.3814 ZM 339.4291,272.5413 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.4748,290.3814 ZM 364.0032,281.8885 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.2813,304.5320 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,281.8719)" stroke="none" text-anchor="middle">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.3410,275.2299 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 200.3626,277.7518 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,218.1087)" stroke="none" text-anchor="middle">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 378.9572,259.0532 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,236.6836)" stroke="none" text-anchor="middle">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.1818,229.7754 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 201.0737,246.8516 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.5140,229.7754 ZM 44.1379,217.4632 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.1379,217.4632 ZM 47.3541,230.3784 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.1785,229.7754 ZM 59.6663,227.0114 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.6663,227.0114 ZM 55.8973,200.9799 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.1998,229.7754 ZM 95.4973,225.2023 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.4521,229.7754 ZM 113.2368,225.3028 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.2368,225.3028 ZM 117.0059,194.6982 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.2775,229.7754 ZM 127.0064,215.8551 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.0064,215.8551 ZM 140.2734,225.1018 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.7861,229.7754 ZM 147.4094,226.1571 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.1287,229.7754 ZM 177.0089,215.5535 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.0089,215.5535 ZM 167.6114,230.1271 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.6114,230.1271 ZM 182.8886,210.2769 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.2003,229.7754 ZM 193.3916,194.6982 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.2317,229.7754 ZM 215.1515,201.0805 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.1515,201.0805 ZM 219.9256,226.1571 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.4987,229.7754 ZM 229.7251,201.0805 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.7251,201.0805 ZM 227.0617,239.5246 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.4190,229.7754 ZM 249.4246,202.4876 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.4246,202.4876 ZM 249.2236,230.3784 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.4302,229.7754 ZM 269.8779,205.8043 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.4413,229.7754 ZM 285.3560,207.5129 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.4525,229.7754 ZM 315.3073,202.2865 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.4636,229.7754 ZM 339.4291,211.9353 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.4748,229.7754 ZM 364.0032,221.2825 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.2813,259.2117 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,236.5515)" stroke="none" text-anchor="middle">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.3410,229.7754 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 200.3626,246.8516 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,29.6845,127.1996)" stroke="none" text-anchor="start">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 377.1699,213.4424 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.2556,168.7031)" stroke="none" text-anchor="start">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.8664,138.8663 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 20.3293,178.8711 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.6845,169.1693 ZM 44.3084,156.8571 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.3084,156.8571 ZM 47.5246,169.7724 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.3490,169.1693 ZM 59.8368,166.4053 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.8368,166.4053 ZM 56.0678,140.3739 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.3703,169.1693 ZM 95.6677,164.5962 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.6226,169.1693 ZM 113.4073,164.6967 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.4073,164.6967 ZM 117.1764,134.0922 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.4479,169.1693 ZM 127.1769,155.2490 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.1769,155.2490 ZM 140.4439,164.4957 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.9566,169.1693 ZM 147.5799,165.5510 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.2992,169.1693 ZM 177.1794,154.9475 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.1794,154.9475 ZM 167.7819,169.5211 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.7819,169.5211 ZM 183.0591,149.6708 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.3707,169.1693 ZM 193.5621,134.0922 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.4022,169.1693 ZM 215.3220,140.4744 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.3220,140.4744 ZM 220.0961,165.5510 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.6692,169.1693 ZM 229.8956,140.4744 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.8956,140.4744 ZM 227.2321,178.9185 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.5895,169.1693 ZM 249.5951,141.8815 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.5951,141.8815 ZM 249.3941,169.7724 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.6007,169.1693 ZM 270.0484,145.1983 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.6118,169.1693 ZM 285.5265,146.9069 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.6230,169.1693 ZM 315.4778,141.6805 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.6341,169.1693 ZM 339.5996,151.3292 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.6453,169.1693 ZM 364.1737,160.6764 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.8182,213.8914 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.2556,168.5711)" stroke="none" text-anchor="start">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 30.0255,138.8663 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 19.6181,178.8711 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,29.6845,98.0784)" stroke="none" text-anchor="start">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 377.1699,168.2277 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.2556,145.8581)" stroke="none" text-anchor="start">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.8664,93.4117 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 20.3293,141.7909 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.6845,108.5632 ZM 44.3084,96.2511 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.3084,96.2511 ZM 47.5246,109.1663 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.3490,108.5632 ZM 59.8368,105.7993 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.8368,105.7993 ZM 56.0678,79.7678 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.3703,108.5632 ZM 95.6677,103.9902 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.6226,108.5632 ZM 113.4073,104.0907 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.4073,104.0907 ZM 117.1764,73.4861 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.4479,108.5632 ZM 127.1769,94.6429 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.1769,94.6429 ZM 140.4439,103.8896 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.9566,108.5632 ZM 147.5799,104.9450 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.2992,108.5632 ZM 177.1794,94.3414 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.1794,94.3414 ZM 167.7819,108.9150 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.7819,108.9150 ZM 183.0591,89.0648 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.3707,108.5632 ZM 193.5621,73.4861 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.4022,108.5632 ZM 215.3220,79.8683 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.3220,79.8683 ZM 220.0961,104.9450 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.6692,108.5632 ZM 229.8956,79.8683 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.8956,79.8683 ZM 227.2321,118.3125 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.5895,108.5632 ZM 249.5951,81.2754 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.5951,81.2754 ZM 249.3941,109.1663 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.6007,108.5632 ZM 270.0484,84.5922 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.6118,108.5632 ZM 285.5265,86.3008 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.6230,108.5632 ZM 315.4778,81.0744 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.6341,108.5632 ZM 339.5996,90.7232 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.6453,108.5632 ZM 364.1737,100.0704 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.8182,168.5711 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.2556,145.9109)" stroke="none" text-anchor="start">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 30.0255,93.4117 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 19.6181,141.7909 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,29.6845,36.2905)" stroke="none" text-anchor="start">abcdefghij012345
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <path d="M 377.1699,123.0923 l -0.0000,-44.7393 h -357.9144 l -0.0000,44.7393 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="40.672088837138496px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="san-serif" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.2556,100.7226)" stroke="none" text-anchor="start">abcdefghij012345
     </text>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.8664,47.9572 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>
+    <path d="M 20.3293,110.8906 c 0.0000,-0.5930 -0.4807,-1.0737 -1.0737 -1.0737c -0.5930,-0.0000 -1.0737,0.4807 -1.0737 1.0737c -0.0000,0.5930 0.4807,1.0737 1.0737 1.0737c 0.5930,0.0000 1.0737,-0.4807 1.0737 -1.0737Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.6845,47.9572 ZM 44.3084,35.6450 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.3084,35.6450 ZM 47.5246,48.5602 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.3490,47.9572 ZM 59.8368,45.1932 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.8368,45.1932 ZM 56.0678,19.1618 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.3703,47.9572 ZM 95.6677,43.3841 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.6226,47.9572 ZM 113.4073,43.4846 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.4073,43.4846 ZM 117.1764,12.8800 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.4479,47.9572 ZM 127.1769,34.0369 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.1769,34.0369 ZM 140.4439,43.2836 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.9566,47.9572 ZM 147.5799,44.3389 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.2992,47.9572 ZM 177.1794,33.7354 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.1794,33.7354 ZM 167.7819,48.3090 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.7819,48.3090 ZM 183.0591,28.4587 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.3707,47.9572 ZM 193.5621,12.8800 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.4022,47.9572 ZM 215.3220,19.2623 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.3220,19.2623 ZM 220.0961,44.3389 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.6692,47.9572 ZM 229.8956,19.2623 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.8956,19.2623 ZM 227.2321,57.7064 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.5895,47.9572 ZM 249.5951,20.6694 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.5951,20.6694 ZM 249.3941,48.5602 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.6007,47.9572 ZM 270.0484,23.9861 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.6118,47.9572 ZM 285.5265,25.6948 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.6230,47.9572 ZM 315.4778,20.4684 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.6341,47.9572 ZM 339.5996,30.1171 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.6453,47.9572 ZM 364.1737,39.4643 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 381.8182,123.2507 l -0.0000,-45.3203 h -362.5626 l -0.0000,45.3203 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="41.20029778307536px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.2556,100.5906)" stroke="none" text-anchor="start">abcdefghij012345
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 30.0255,47.9572 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>
+    <path d="M 19.6181,110.8906 c 0.0000,-0.2002 -0.1623,-0.3626 -0.3626 -0.3626c -0.2002,-0.0000 -0.3626,0.1623 -0.3626 0.3626c -0.0000,0.2002 0.1623,0.3626 0.3626 0.3626c 0.2002,0.0000 0.3626,-0.1623 0.3626 -0.3626Z"/>
   </g>
 </svg>
diff --git a/other/textChart_Example.svg b/other/textChart_Example.svg
--- a/other/textChart_Example.svg
+++ b/other/textChart_Example.svg
@@ -4,82 +4,186 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 217.8254,18.3930 ZM 220.0062,9.5463 h 4.0325 c 0.5966,-0.0000 1.3167,-0.1029 1.3784 -0.1029c 0.1440,-0.0000 0.2675,0.0411 0.2675 0.1234c 0.0000,0.0823 -0.1029,0.3292 -0.4526 0.8641l -4.8554,7.1597 h 2.6540 c 1.2139,-0.0000 1.5430,-0.4526 2.0368 -1.5430l 0.2675,-0.5966 l 0.5555,0.1440 c -0.3498,1.1933 -0.5761,2.1603 -0.6789 2.7980h -6.2339 c -0.3086,-0.0000 -0.4732,-0.1029 -0.4732 -0.2469c 0.0000,-0.1029 0.0206,-0.1646 0.1852 -0.4115l 4.9994,-7.3860 h -2.7775 c -0.6172,-0.0000 -1.3167,0.3498 -1.7282 1.8516l -0.5349,-0.0617 c 0.1646,-1.0081 0.2880,-1.9134 0.3086 -2.8392h 0.5143 c 0.0411,0.1234 0.2263,0.2469 0.5349 0.2469Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 225.9992,24.4233 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.1911,21.4005 ZM 238.4704,12.9652 c 0.0000,0.1029 -0.1234,0.1646 -0.2263 0.1646c -0.6172,-0.0000 -0.8847,0.1234 -0.8847 0.4526c 0.0000,0.1234 0.0411,0.2880 0.1234 0.4732l 2.2631,5.3080 l 2.2837,-5.2258 c 0.1029,-0.1852 0.1440,-0.3498 0.1440 -0.4732c 0.0000,-0.4321 -0.4115,-0.5349 -0.8641 -0.5349h -0.0823 c -0.1029,-0.0000 -0.2057,-0.0823 -0.2057 -0.1440v -0.3909 l 0.0411,-0.0617 c 0.0000,-0.0000 1.2139,0.0411 1.9339 0.0411c 0.5761,-0.0000 1.4196,-0.0411 1.4196 -0.0411l 0.0617,0.0411 v 0.3909 c 0.0000,0.1029 -0.0823,0.1646 -0.2263 0.1646c -0.7818,-0.0000 -1.1727,0.8024 -1.4607 1.3990c -1.0904,2.3043 -1.9957,4.4234 -3.6416 8.3941c -0.6172,1.4813 -1.3579,3.2095 -2.8186 3.2095c -0.3909,-0.0000 -1.1933,-0.2263 -1.1933 -0.9670c 0.0000,-0.6172 0.4526,-0.8024 0.7818 -0.8024c 0.3086,-0.0000 0.5143,0.1234 0.6378 0.2880c 0.2057,0.2057 0.3498,0.3498 0.5555 0.3498c 0.3086,-0.0000 1.0287,-1.7693 1.5430 -3.0244c 0.1234,-0.2469 0.1646,-0.4526 0.1646 -0.6378c 0.0000,-0.2057 -0.1852,-0.7612 -0.3498 -1.1727l -2.5923,-6.0281 c -0.3292,-0.7818 -0.5555,-1.0081 -1.2550 -1.0081c -0.1234,-0.0000 -0.2057,-0.0617 -0.2057 -0.1440v -0.4115 l 0.0411,-0.0411 c 0.0000,-0.0000 0.9052,0.0411 1.5225 0.0411c 0.9670,-0.0000 2.4483,-0.0411 2.4483 -0.0411l 0.0411,0.0617 v 0.3703 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,220.9842,14.3932)" stroke="none" text-anchor="middle">z
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.1654,24.4080 ZM 254.2184,16.1374 c -0.4115,-0.0000 -0.4938,0.1029 -0.4938 0.2469c 0.0000,0.1029 0.0823,0.2880 0.3086 0.6584l 1.2550,1.8516 c 0.0617,0.1234 0.1234,0.1852 0.2057 0.1852c 0.0617,-0.0000 0.1029,-0.0411 0.1852 -0.1440l 1.3373,-1.8722 c 0.2263,-0.2880 0.3498,-0.5143 0.3498 -0.6789c 0.0000,-0.1646 -0.1440,-0.2469 -0.4321 -0.2469h -0.3292 c -0.0617,-0.0000 -0.1234,-0.0411 -0.1234 -0.1440v -0.3909 l 0.0617,-0.0617 c 0.0000,-0.0000 0.9670,0.0411 1.6048 0.0411c 0.6584,-0.0000 1.6665,-0.0411 1.6665 -0.0411l 0.0206,0.0411 v 0.3909 c 0.0000,0.1440 -0.1234,0.1646 -0.2469 0.1646c -0.7612,-0.0000 -1.0698,0.2469 -1.8311 1.2139l -1.7282,2.2014 c -0.0411,0.0617 -0.0617,0.1029 -0.0617 0.1440c 0.0000,0.0411 0.0206,0.1029 0.0617 0.1646l 1.8516,2.6129 c 0.9464,1.3373 1.2139,1.3579 1.8722 1.3579c 0.2057,-0.0000 0.2880,0.0411 0.2880 0.1646v 0.3909 l -0.0206,0.0411 c 0.0000,-0.0000 -1.1110,-0.0411 -1.8105 -0.0411c -0.8435,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.2469 c 0.3292,-0.0000 0.4732,-0.0617 0.4732 -0.2263c 0.0000,-0.1852 -0.2263,-0.4938 -0.5555 -0.9258l -1.1933,-1.6459 c -0.0823,-0.1029 -0.1234,-0.1440 -0.1852 -0.1440c -0.0411,-0.0000 -0.1029,0.0617 -0.1852 0.1852l -1.2962,1.8722 c -0.3086,0.4115 -0.3703,0.5143 -0.3703 0.6584c 0.0000,0.1440 0.1234,0.2263 0.4321 0.2263h 0.2880 c 0.1029,-0.0000 0.1440,0.0617 0.1440 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.0698,-0.0411 -1.7282 -0.0411c -0.5966,-0.0000 -1.5430,0.0411 -1.5430 0.0411l -0.0411,-0.0411 v -0.3498 c 0.0000,-0.1234 0.0823,-0.2057 0.2675 -0.2057c 0.4938,-0.0000 0.9670,-0.1029 1.8311 -1.2139l 1.7282,-2.2220 c 0.0206,-0.0411 0.0411,-0.0823 0.0411 -0.1440c 0.0000,-0.0617 -0.0206,-0.1029 -0.0617 -0.1646l -1.7899,-2.6129 c -0.5761,-0.8435 -0.9464,-1.3373 -1.6665 -1.3373c -0.1440,-0.0000 -0.2880,-0.0617 -0.2880 -0.1440v -0.3909 l 0.0411,-0.0617 l 1.6253,0.0411 l 2.2837,-0.0411 l 0.0617,0.0617 v 0.3703 c 0.0000,0.1029 -0.0823,0.1646 -0.1646 0.1646h -0.3086 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.3704,27.2572 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 261.7940,27.4156 ZM 265.9499,18.9803 c 0.0000,0.1029 -0.0823,0.1646 -0.1852 0.1646h -0.3086 c -0.4526,-0.0000 -0.5966,0.1234 -0.5966 0.3292c 0.0000,0.1440 0.0823,0.3292 0.1852 0.6172l 2.1603,5.4315 l 1.7899,-4.4645 l -0.3703,-0.9258 c -0.2675,-0.6995 -0.6995,-0.9875 -1.3167 -0.9875c -0.1029,-0.0000 -0.2057,-0.0411 -0.2057 -0.1440v -0.4115 l 0.0411,-0.0411 c 0.0000,-0.0000 1.1521,0.0411 1.8722 0.0411l 2.0574,-0.0411 l 0.0617,0.0411 v 0.3909 c 0.0000,0.1029 -0.1029,0.1646 -0.2057 0.1646h -0.3703 c -0.4115,-0.0000 -0.5966,0.0823 -0.5966 0.2880c 0.0000,0.1646 0.0823,0.3703 0.2057 0.6584l 2.1397,5.4315 l 2.1397,-5.3286 c 0.0617,-0.1234 0.1029,-0.2880 0.1029 -0.4526c 0.0000,-0.3498 -0.2263,-0.5966 -0.9258 -0.5966h -0.3086 c -0.1029,-0.0000 -0.1852,-0.0823 -0.1852 -0.1440v -0.4115 l 0.0617,-0.0411 c 0.0000,-0.0000 1.3579,0.0411 2.1191 0.0411c 0.6995,-0.0000 1.5225,-0.0411 1.5225 -0.0411l 0.0206,0.0411 v 0.3909 c 0.0000,0.1234 -0.1234,0.1646 -0.2469 0.1646c -0.5143,-0.0000 -1.0493,0.2263 -1.4196 1.1316l -2.7980,6.9540 c -0.1234,0.3086 -0.2880,0.4321 -0.4732 0.4321c -0.2057,-0.0000 -0.3703,-0.1234 -0.4938 -0.4115l -2.0574,-5.1435 l -2.0574,5.1023 c -0.1440,0.3292 -0.3086,0.4526 -0.4938 0.4526c -0.2057,-0.0000 -0.3703,-0.1234 -0.4938 -0.4115l -2.8186,-7.1185 c -0.3086,-0.8024 -0.6789,-0.9875 -1.2962 -0.9875c -0.1029,-0.0000 -0.2469,-0.0411 -0.2469 -0.1440v -0.4115 l 0.0411,-0.0411 c 0.0000,-0.0000 0.9670,0.0411 1.8722 0.0411c 0.9464,-0.0000 2.0368,-0.0411 2.0368 -0.0411l 0.0411,0.0617 v 0.3703 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,237.3554,17.2271)" stroke="none" text-anchor="middle">y
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 276.6814,30.4231 ZM 283.4707,22.1524 h -0.1029 c -0.1029,-0.0000 -0.1646,-0.0823 -0.1646 -0.1440v -0.4115 l 0.0823,-0.0411 c 0.0000,-0.0000 1.1727,0.0411 1.9339 0.0411c 0.5349,-0.0000 1.3990,-0.0411 1.3990 -0.0411l 0.0411,0.0411 v 0.3703 c 0.0000,0.1029 -0.1029,0.1852 -0.2263 0.1852c -0.5966,-0.0000 -1.0698,0.2675 -1.3990 1.0698l -2.8392,6.9745 c -0.1440,0.3498 -0.2880,0.4732 -0.4938 0.4732c -0.2675,-0.0000 -0.3909,-0.1234 -0.5143 -0.4321l -2.7980,-7.0980 c -0.2880,-0.7407 -0.7201,-0.9875 -1.3167 -0.9875c -0.1029,-0.0000 -0.2057,-0.0411 -0.2057 -0.1440v -0.4115 l 0.0617,-0.0411 c 0.0000,-0.0000 1.0904,0.0411 1.7899 0.0411c 0.8024,-0.0000 2.0574,-0.0411 2.0574 -0.0411l 0.0823,0.0411 v 0.3909 c 0.0000,0.1440 -0.1234,0.1646 -0.1852 0.1646h -0.3498 c -0.4115,0.0206 -0.5966,0.1440 -0.5966 0.3498c 0.0000,0.1440 0.0823,0.3086 0.2057 0.5966l 1.7693,4.4851 l 0.3498,0.9464 l 0.3498,-0.8847 l 1.8311,-4.5057 c 0.1029,-0.2263 0.1646,-0.4115 0.1646 -0.5555c 0.0000,-0.3086 -0.2263,-0.4321 -0.9258 -0.4321Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 257.3065,30.0912 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 286.8759,33.4306 ZM 295.7020,31.0440 c 0.0000,1.0287 0.1029,1.3579 0.5143 1.3579c 0.2469,-0.0000 0.6995,-0.0411 1.0493 -0.1029l 0.0823,0.5761 c -1.2550,0.2263 -2.2631,0.4321 -2.7363 0.8024h -0.4526 l 0.0617,-1.5225 h -0.0617 c -1.1316,1.2344 -2.0574,1.5225 -2.9009 1.5225c -2.0368,-0.0000 -2.5717,-1.3784 -2.5717 -2.7980v -4.6908 c 0.0000,-0.6789 -0.1440,-1.0287 -0.9052 -1.0287c -0.0823,-0.0000 -0.2263,0.0206 -0.3498 0.0206l -0.0617,-0.0206 v -0.5349 l 0.0617,-0.0617 c 0.0000,-0.0000 1.3990,0.0411 2.0574 0.0411c 0.2880,-0.0000 0.7612,-0.0411 0.7612 -0.0411l -0.0206,1.6459 v 4.3822 c 0.0000,1.8311 0.9464,2.1603 1.5636 2.1603c 0.4732,-0.0000 0.9052,-0.1852 1.3373 -0.4938c 0.4938,-0.3703 0.8230,-0.6584 1.0287 -0.9258v -5.0817 c 0.0000,-0.7407 -0.1029,-1.0904 -0.8641 -1.0904c -0.1234,-0.0000 -0.3498,0.0206 -0.4115 0.0206l -0.0411,-0.0411 v -0.5143 l 0.0411,-0.0617 c 0.0000,-0.0000 1.4607,0.0411 2.0368 0.0411c 0.4732,-0.0000 0.8024,-0.0411 0.8024 -0.0411l -0.0206,1.6253 v 4.8554 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,252.2915,20.0611)" stroke="none" text-anchor="middle">x
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 297.4376,36.4381 ZM 300.8117,28.3937 v 5.2669 c 0.0000,1.2756 0.1234,1.8928 0.6789 1.8928c 0.5349,-0.0000 0.9464,-0.1646 1.4813 -0.5761l 0.3703,0.3498 c -0.8024,0.9052 -1.6253,1.3579 -2.5717 1.3579c -0.9464,-0.0000 -1.5019,-0.5761 -1.5019 -2.0368v -6.2544 h -1.3373 c -0.0617,-0.0000 -0.0823,-0.0206 -0.0823 -0.0823v -0.6378 c 0.0000,-0.0617 0.0206,-0.0823 0.0617 -0.0823c 1.3784,-0.0000 1.7076,-0.8024 1.7076 -2.3660v -0.3909 l 1.1933,-0.4115 v 3.1684 h 2.2631 c 0.1029,-0.0000 0.1646,0.0411 0.1646 0.1234v 0.4115 c 0.0000,0.1852 -0.2880,0.2675 -0.4938 0.2675h -1.9339 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 270.6583,32.9251 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 302.9442,39.4456 ZM 303.8288,36.5653 l 0.5555,-0.0206 c 0.0617,0.5143 0.2880,1.5019 0.7407 1.9751c 0.2057,0.2263 0.7612,0.5966 1.5225 0.5966c 0.7201,-0.0000 1.7899,-0.5761 1.7899 -1.5842c 0.0000,-0.8847 -0.4938,-1.4813 -2.1191 -2.1808c -1.5019,-0.6584 -2.2837,-1.0904 -2.2837 -2.6334c 0.0000,-1.3784 1.2139,-2.3660 2.8392 -2.3660c 1.0287,-0.0000 1.7899,0.1852 2.4277 0.5143c 0.1234,0.6584 0.1852,1.3579 0.2263 2.0985l -0.5555,0.0206 c -0.4321,-1.6871 -1.6665,-2.0162 -2.0985 -2.0162c -0.7818,-0.0000 -1.5842,0.3086 -1.5842 1.4402c 0.0000,0.8230 0.3909,1.2344 1.5225 1.6459c 1.6665,0.6172 3.0038,1.3579 3.0038 3.0038c 0.0000,2.0368 -2.1603,2.6334 -3.1272 2.6334c -0.7201,-0.0000 -1.3167,-0.0823 -1.8516 -0.2263c -0.1440,-0.0206 -0.2469,-0.0411 -0.3909 -0.0411c -0.1029,-0.0000 -0.2675,0.0206 -0.4732 0.0617c 0.0000,-0.8641 -0.0617,-1.9134 -0.1440 -2.9215Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,265.6432,22.8950)" stroke="none" text-anchor="middle">w
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.2117,42.4531 ZM 309.0427,40.9718 v -5.1229 c 0.0000,-1.0287 -0.1440,-1.2550 -0.4526 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.2962,-0.2263 1.5225,-0.2880 2.1397 -0.5966c 0.2057,-0.1029 0.3703,-0.1646 0.5143 -0.1646h 0.3086 l -0.0617,1.8516 h 0.0617 c 0.5349,-0.8024 1.4402,-1.8516 2.4071 -1.8516c 0.8435,-0.0000 1.1521,0.4115 1.1521 0.9464c 0.0000,0.5349 -0.3498,0.8641 -0.8847 0.8641c -0.4115,-0.0000 -0.6378,-0.1646 -0.8435 -0.3703c -0.1234,-0.1234 -0.2675,-0.1852 -0.4115 -0.1852c -0.2263,-0.0000 -0.6789,0.3703 -1.1727 1.0698c -0.1440,0.1852 -0.2469,0.4526 -0.2469 0.7201v 4.5674 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.5966 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.6253,-0.0411 -2.4277 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0206,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 282.2923,35.7591 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.4945,45.4607 ZM 314.4484,38.5479 c -0.5555,-0.9258 -1.2550,-1.4813 -2.1191 -1.4813c -1.6459,-0.0000 -2.5306,1.5842 -2.5306 3.7239c 0.0000,3.1066 1.8105,4.0119 3.0038 4.0119c 0.3909,-0.0000 1.1110,-0.0411 1.6459 -0.4526v -5.8018 ZM 314.4484,38.5479 ZM 314.4484,48.7113 v -3.6827 c -0.3086,0.2675 -0.9670,0.6789 -2.1397 0.6789c -2.9626,-0.0000 -4.0736,-2.5923 -4.0736 -4.5057c 0.0000,-2.7157 1.6665,-4.8348 4.1765 -4.8348c 1.0081,-0.0000 1.8928,0.2880 2.5717 0.8847l 0.3086,-0.4938 c 0.1440,-0.2469 0.2880,-0.3909 0.4321 -0.3909c 0.2263,-0.0000 0.2675,0.2263 0.2675 0.5143v 11.8299 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.3454,0.0411 -2.3454 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.5966 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,277.2772,25.7290)" stroke="none" text-anchor="middle">v
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.1694,48.4682 ZM 310.2349,42.0080 v 5.1229 c 0.7201,0.8435 1.3990,0.8847 1.7282 0.8847c 2.2014,-0.0000 2.6952,-2.0574 2.6952 -3.8267c 0.0000,-2.4894 -1.0081,-3.8679 -2.2631 -3.8679c -0.6995,-0.0000 -1.7076,0.5966 -2.1603 1.6871ZM 310.2349,42.0080 ZM 308.7125,51.7188 v -10.1840 c 0.0000,-0.7818 -0.1852,-0.9258 -0.4732 -0.9258c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.3167,-0.2263 1.5636,-0.3086 2.1397 -0.5966c 0.2263,-0.1029 0.3703,-0.1646 0.5143 -0.1646h 0.3086 l -0.0617,1.6459 h 0.0617 c 0.9464,-1.4402 2.0574,-1.6459 2.7157 -1.6459c 1.9957,-0.0000 3.3124,2.0780 3.3124 4.2588c 0.0000,1.6665 -0.5143,2.9421 -1.4402 3.8885c -0.8024,0.8024 -1.6459,1.1933 -2.7363 1.1933c -0.7407,-0.0000 -1.3167,-0.1646 -1.8516 -0.4526v 3.4564 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.3909 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.4196,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 292.0923,38.5930 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 304.4513,51.4757 ZM 305.1508,47.2581 c 0.0000,-2.8186 1.5225,-4.8760 4.2588 -4.8760c 3.0449,-0.0000 4.2176,2.5512 4.2176 4.6908c 0.0000,2.0574 -1.3373,4.6497 -4.2588 4.6497c -2.7569,-0.0000 -4.2176,-2.3660 -4.2176 -4.4645ZM 305.1508,47.2581 ZM 309.1833,43.0610 c -1.6459,-0.0000 -2.4071,1.9339 -2.4071 3.7239c 0.0000,1.5842 0.9052,4.2176 2.9421 4.2176c 0.9258,-0.0000 2.2837,-0.5555 2.2837 -3.2712c 0.0000,-3.0244 -1.1316,-4.6703 -2.8186 -4.6703Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,287.0773,28.5630)" stroke="none" text-anchor="middle">u
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 299.0895,54.4832 ZM 306.5784,53.0019 v -4.5057 c 0.0000,-1.4402 -0.2469,-2.1191 -1.3373 -2.1191c -0.9052,-0.0000 -1.6871,0.3498 -2.7363 1.5842v 5.0406 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.2880 c 0.1029,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.2962,-0.0411 -2.0985 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -5.1229 c 0.0000,-1.1110 -0.1646,-1.2550 -0.4526 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 0.8641,-0.1440 1.4813,-0.2469 2.1191 -0.5966c 0.2263,-0.1029 0.3909,-0.1646 0.5349 -0.1646h 0.3086 l -0.0617,1.8311 h 0.0617 c 1.3167,-1.5430 2.3043,-1.8311 3.3535 -1.8311c 1.8516,-0.0000 2.2425,1.4196 2.2425 3.2507v 4.3617 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.3909 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.4196,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.0162,0.0411 -2.0162 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.2880 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 299.9605,41.4270 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 289.5080,57.4907 ZM 301.9140,56.0094 v -4.7320 c 0.0000,-1.3784 -0.5349,-1.8928 -1.3167 -1.8928c -0.8024,-0.0000 -1.4402,0.4115 -2.4277 1.5019c 0.0411,0.2469 0.0411,0.5349 0.0411 0.8230v 4.2999 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3498 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3784,-0.0411 -2.1808 -0.0411c -0.7407,-0.0000 -2.1603,0.0411 -2.1603 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.4115 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -4.6908 c 0.0000,-1.3784 -0.5555,-1.9339 -1.3373 -1.9339c -0.7201,-0.0000 -1.3990,0.5143 -2.3660 1.5225v 5.1023 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -5.1229 c 0.0000,-1.1727 -0.1852,-1.2550 -0.4526 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.2962,-0.2263 1.5842,-0.3086 2.1397 -0.5966c 0.2057,-0.1029 0.3703,-0.1646 0.5143 -0.1646h 0.3086 l -0.0617,1.7899 h 0.0617 c 0.9670,-1.0287 1.8311,-1.7899 3.1066 -1.7899c 1.1521,-0.0000 1.8722,0.8435 1.9957 1.7693c 1.1933,-1.2344 2.1603,-1.7693 3.2712 -1.7693c 1.8105,-0.0000 2.1191,1.5019 2.1191 3.3330v 4.2794 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,294.9454,31.3969)" stroke="none" text-anchor="middle">t
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 285.4374,60.4983 ZM 287.3919,59.0169 v -10.3075 c 0.0000,-1.1727 -0.2057,-1.5019 -0.6172 -1.5019l -0.6584,0.0823 c -0.0617,-0.0000 -0.1234,-0.0411 -0.1234 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0904,-0.1234 1.4402 -0.1852c 0.3703,-0.0823 0.6584,-0.1646 1.0698 -0.3498h 0.4526 v 12.8792 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.4938 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.5019,-0.0411 -2.3043 -0.0411c -0.7201,-0.0000 -2.2220,0.0411 -2.2220 0.0411l -0.0206,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.4938 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 305.8181,44.2610 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 271.9610,63.5058 ZM 275.3146,59.1441 v 2.8803 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.0411 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.0493,-0.0411 -1.8516 -0.0411c -0.7407,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -10.3075 c 0.0000,-1.1727 -0.1852,-1.5019 -0.5966 -1.5019l -0.6789,0.0823 c -0.0617,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3703,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 v 9.4845 c 0.5349,-0.1234 1.5842,-1.0493 2.6952 -2.2631c 0.3292,-0.3292 0.4115,-0.5966 0.4115 -0.8024c 0.0000,-0.1646 -0.1029,-0.3292 -0.5966 -0.3292h -0.0823 c -0.1029,-0.0000 -0.1646,-0.0823 -0.1646 -0.1646v -0.3909 l 0.0617,-0.0411 c 0.0000,-0.0000 0.9875,0.0411 1.7076 0.0411c 0.8024,-0.0000 1.9134,-0.0411 1.9134 -0.0411l 0.0823,0.0411 v 0.3909 c 0.0000,0.1029 -0.1234,0.1646 -0.2263 0.1646h -0.1440 c -0.5555,-0.0000 -1.4607,0.4526 -1.9751 0.9875l -1.5636,1.7282 c -0.0617,0.0617 -0.0823,0.1234 -0.0823 0.2057c 0.0000,0.1029 0.0411,0.2057 0.1029 0.2880l 2.4071,3.5593 c 0.3703,0.5555 1.0287,0.9258 1.5430 0.9258h 0.1440 c 0.1440,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.0493,-0.0411 -1.8516 -0.0411c -0.7201,-0.0000 -1.2756,0.0411 -1.2756 0.0411l -0.0617,-0.0411 v -0.3909 c 0.0000,-0.2675 -0.0617,-0.4938 -0.4732 -1.0904l -1.5019,-2.1191 c -0.4115,-0.5966 -0.6995,-0.7407 -1.2139 -0.7407Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,300.8031,34.2309)" stroke="none" text-anchor="middle">s
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 260.9182,66.5133 ZM 263.0579,54.7656 c 0.0000,-0.5349 0.4321,-0.9875 0.9875 -0.9875c 0.5349,-0.0000 0.9875,0.4526 0.9875 0.9875c 0.0000,0.5555 -0.4526,0.9875 -0.9875 0.9875c -0.5555,-0.0000 -0.9875,-0.4321 -0.9875 -0.9875ZM 263.0579,54.7656 ZM 261.9675,70.5046 c 0.9052,-0.0000 1.5225,-1.6253 1.5225 -4.5262v -6.0693 c 0.0000,-1.0904 -0.1852,-1.2550 -0.4526 -1.2550c -0.2880,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.5019,-0.2469 1.9545,-0.4938 2.2220 -0.6378c 0.1440,-0.0617 0.2263,-0.1234 0.4321 -0.1234h 0.3086 v 7.9209 c 0.0000,2.6952 -0.2057,3.8267 -1.3373 4.9789c -0.5555,0.5349 -1.1521,0.7818 -1.6459 0.7818c -0.8435,-0.0000 -1.9339,-0.4321 -1.9339 -1.0493c 0.0000,-0.5143 0.3086,-0.7818 0.6584 -0.7818c 0.4938,-0.0000 0.7612,0.4732 0.8641 0.9052c 0.0617,0.2057 0.1646,0.3292 0.3292 0.3292Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 309.6067,47.0949 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.1649,69.5208 ZM 247.7697,57.7732 c 0.0000,-0.5349 0.4321,-0.9875 0.9670 -0.9875c 0.5555,-0.0000 0.9875,0.4526 0.9875 0.9875c 0.0000,0.5555 -0.4321,0.9875 -0.9875 0.9875c -0.5349,-0.0000 -0.9670,-0.4321 -0.9670 -0.9875ZM 247.7697,57.7732 ZM 249.7242,68.0395 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.3909 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.4196,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -5.1229 c 0.0000,-1.0904 -0.1852,-1.2550 -0.4732 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.3167,-0.2263 1.5430,-0.3086 2.1397 -0.5966c 0.2263,-0.0823 0.3703,-0.1646 0.5143 -0.1646h 0.3086 v 7.6123 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,304.5917,37.0648)" stroke="none" text-anchor="middle">r
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 227.0476,72.5283 ZM 230.4012,58.1678 v 6.9745 c 1.3784,-1.3784 2.5923,-1.7076 3.3947 -1.7076c 1.4813,-0.0000 2.2220,1.1316 2.2220 3.2507v 4.3617 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -4.5880 c 0.0000,-1.6665 -0.4526,-2.0574 -1.6048 -2.0574c -0.5966,-0.0000 -1.4813,0.5349 -2.4689 1.5019v 5.1435 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -10.3075 c 0.0000,-1.1727 -0.1852,-1.5019 -0.5966 -1.5019l -0.6789,0.0823 c -0.0617,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3703,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 311.2884,49.9289 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.4404,75.5359 ZM 215.9418,69.7135 c 0.0000,-1.7076 -0.8024,-2.6952 -2.0368 -2.6952c -1.0698,-0.0000 -1.7899,0.7407 -1.7899 2.3454c 0.0000,1.0698 0.4115,2.7569 2.0574 2.7569c 0.7201,-0.0000 1.7693,-0.3498 1.7693 -2.4071ZM 215.9418,69.7135 ZM 212.0945,75.6799 c -0.6378,0.5966 -0.7818,1.2344 -0.7818 1.9339c 0.0000,1.5430 1.8516,1.9957 2.5512 1.9957c 1.7693,-0.0000 4.0119,-0.6172 4.0119 -2.0985c 0.0000,-0.5349 -0.2880,-0.8847 -1.0904 -1.2756c -0.5761,-0.2880 -1.4196,-0.5143 -2.4071 -0.5143c -0.1646,-0.0000 -0.3909,0.0206 -0.6789 0.0411c -0.2880,0.0206 -0.5966,0.0206 -0.8230 0.0206c -0.3292,-0.0000 -0.4938,-0.0411 -0.7818 -0.1029ZM 212.0945,75.6799 ZM 218.3489,67.5532 c -0.3292,-0.0000 -0.5349,-0.1852 -0.6172 -0.3498c -0.1234,-0.1852 -0.2057,-0.2469 -0.3498 -0.2469c -0.2469,-0.0000 -0.6378,0.2880 -0.7818 0.4938c 0.5761,0.6172 0.8435,1.2139 0.8435 2.1808c 0.0000,2.0162 -1.6459,3.1066 -3.3741 3.1066c -0.7612,-0.0000 -1.3784,-0.1440 -1.8516 -0.4321c -0.2263,0.3498 -0.3498,0.7818 -0.3498 1.1933c 0.0000,0.8847 0.6789,1.1110 1.2550 1.1110c 0.1029,-0.0000 0.3498,-0.0206 0.6378 -0.0411c 0.4732,-0.0617 0.9875,-0.1029 1.3373 -0.1029c 0.7201,-0.0000 2.0780,0.1440 2.9009 0.8435c 0.5555,0.5143 0.8641,1.0081 0.8641 1.6665c 0.0000,2.2220 -2.9215,3.3947 -5.5755 3.3947c -1.5019,-0.0000 -3.1684,-0.5555 -3.1684 -2.3454c 0.0000,-0.8847 0.5555,-1.8311 1.6048 -2.4894c -0.5143,-0.2675 -0.8847,-0.7818 -0.8847 -1.5225c 0.0000,-0.6995 0.3086,-1.5842 0.8641 -2.0780c -0.5555,-0.5555 -1.0287,-1.2550 -1.0287 -2.3866c 0.0000,-1.8928 1.6665,-3.1066 3.4153 -3.1066c 1.1521,-0.0000 1.8722,0.4732 2.0985 0.6378c 0.5143,-0.6995 1.4402,-1.0493 1.9545 -1.0493c 0.5349,-0.0000 0.9052,0.3498 0.9052 0.7818c 0.0000,0.4526 -0.2880,0.7407 -0.6995 0.7407Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,306.2734,39.8988)" stroke="none" text-anchor="middle">q
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 192.0620,78.5434 ZM 193.9548,77.0621 v -6.5630 h -1.4196 c -0.0823,-0.0000 -0.1029,-0.0206 -0.1029 -0.1029v -0.2880 c 0.0000,-0.1646 0.1029,-0.4115 0.4732 -0.4115h 1.0493 v -0.8024 c 0.0000,-3.2095 1.6665,-4.7114 3.3947 -4.7114c 0.7818,-0.0000 1.3167,0.2057 1.8311 0.5555c 0.4115,0.3086 0.5966,0.6584 0.5966 0.9875c 0.0000,0.4321 -0.3086,0.7407 -0.6995 0.7407c -0.4115,-0.0000 -0.6789,-0.2263 -0.8435 -0.5761c -0.2675,-0.6789 -0.6584,-1.0081 -1.2756 -1.0081c -0.6789,-0.0000 -1.4607,0.4938 -1.4607 3.6621v 1.1521 h 2.2631 c 0.1029,-0.0000 0.1646,0.0411 0.1646 0.1234v 0.4115 c 0.0000,0.1852 -0.2880,0.2675 -0.4732 0.2675h -1.9545 v 6.5630 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.6789 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.6871,-0.0411 -2.4894 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 310.8464,52.7628 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 170.4754,81.5509 ZM 172.8208,75.8519 h 3.7856 c 0.2057,-0.0000 0.2880,-0.1029 0.2880 -0.2880c 0.0000,-1.9134 -0.9670,-2.4071 -1.7076 -2.4071c -0.4732,-0.0000 -2.0162,0.1852 -2.3660 2.6952ZM 172.8208,75.8519 ZM 178.2523,79.6375 l 0.4115,0.3292 c -0.7818,1.0698 -1.9957,1.8311 -3.4770 1.8311c -2.8186,-0.0000 -4.0119,-2.0985 -4.0119 -4.3411c 0.0000,-3.1272 2.0574,-4.9994 4.0119 -4.9994c 2.7157,-0.0000 3.3535,2.1191 3.3535 3.8473c 0.0000,0.2263 -0.1440,0.3498 -0.3703 0.3498h -5.4109 c -0.0206,0.1234 -0.0206,0.2469 -0.0206 0.4115c 0.0000,2.0985 1.4607,3.7239 2.9421 3.7239c 1.1316,-0.0000 1.8516,-0.3703 2.5717 -1.1521Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,305.8314,42.7327)" stroke="none" text-anchor="middle">p
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.6074,84.5584 ZM 155.4791,82.7273 v -5.3286 c -0.4938,-0.7818 -1.0493,-1.2139 -2.0162 -1.2139c -0.4115,-0.0000 -1.2550,0.0617 -1.9134 1.0287c -0.2880,0.4321 -0.6378,1.3167 -0.6378 2.7980c 0.0000,2.6952 1.3990,3.9296 2.5100 3.9296c 0.6789,-0.0000 1.2344,-0.4115 2.0574 -1.2139ZM 155.4791,82.7273 ZM 157.0221,70.1979 v 11.8917 c 0.0000,0.6172 0.0411,0.9464 0.0823 1.0904c 0.0617,0.1852 0.2880,0.3086 0.4526 0.3086c 0.2469,-0.0000 0.6995,-0.0000 1.0081 -0.0617l 0.0823,0.5761 c -1.1933,0.2057 -2.2631,0.4321 -2.6952 0.8024h -0.4938 l 0.0617,-1.4196 c -0.7818,0.8024 -1.5842,1.4196 -2.6334 1.4196c -2.2220,-0.0000 -3.5798,-1.8928 -3.5798 -4.4234c 0.0000,-1.5225 0.4115,-2.7980 1.2962 -3.6827c 0.8230,-0.7818 1.7282,-1.2344 3.0861 -1.2344c 0.4115,-0.0000 1.3167,0.1852 1.7899 0.4526v -3.1478 c 0.0000,-1.1727 -0.1852,-1.5019 -0.5966 -1.5019l -0.6789,0.0823 c -0.0411,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3909,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 308.2852,55.5968 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 127.6881,87.5659 ZM 135.5885,85.6937 c -0.9052,1.5636 -1.8928,2.1191 -3.1272 2.1191c -2.4689,-0.0000 -4.0119,-1.8722 -4.0119 -4.5262c 0.0000,-2.9215 1.8311,-4.8143 4.0530 -4.8143c 1.9751,-0.0000 3.0244,1.0081 3.0244 2.0985c 0.0000,0.5966 -0.3703,0.9052 -0.8024 0.9052c -0.4321,-0.0000 -0.8435,-0.2263 -0.9052 -0.7407c -0.0823,-0.6789 -0.2057,-1.5636 -1.4196 -1.5636c -1.3579,-0.0000 -2.3660,1.4402 -2.3660 3.6621c 0.0000,2.4071 1.2962,4.0736 2.8803 4.0736c 0.8847,-0.0000 1.6665,-0.5761 2.3043 -1.5019Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,303.2701,45.5667)" stroke="none" text-anchor="middle">o
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 104.6133,90.5734 ZM 107.6788,89.4419 c 0.4115,0.4938 0.8435,0.6584 1.4813 0.6584c 1.9545,-0.0000 2.9421,-1.8105 2.9421 -4.1559c 0.0000,-2.0985 -1.0698,-3.6004 -2.3248 -3.6004c -0.2263,-0.0000 -1.2962,0.0411 -2.0985 0.8847v 6.2133 ZM 107.6788,89.4419 ZM 106.1358,78.7846 c 0.0000,-1.1727 -0.2057,-1.5019 -0.6172 -1.5019l -0.6584,0.0823 c -0.0617,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3703,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 v 6.3779 c 0.6995,-0.7612 1.5225,-1.1316 2.5100 -1.1316c 1.7899,-0.0000 3.4975,1.7076 3.4975 4.2176c 0.0000,3.2712 -2.3043,5.1229 -4.4028 5.1229c -0.8847,-0.0000 -1.5430,-0.2469 -2.1397 -0.7612c -0.1852,0.2469 -0.4526,0.5555 -0.6378 0.7612l -0.4321,-0.1029 c 0.0617,-0.4938 0.0617,-0.8230 0.0617 -1.6253v -10.2869 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 303.6302,58.4307 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 82.3626,93.5810 ZM 88.3496,88.5404 l -1.6253,0.4115 c -1.8105,0.5555 -2.0780,1.5019 -2.0780 2.4277c 0.0000,0.6378 0.3086,1.6048 1.6048 1.6048c 0.6172,-0.0000 1.5636,-0.5966 2.0985 -1.0493v -3.3947 ZM 88.3496,88.5404 ZM 89.6663,93.8279 c -0.7818,-0.0000 -1.2139,-0.6995 -1.2962 -1.1933l -0.4732,0.3292 c -0.9464,0.6584 -1.2962,0.8641 -2.2425 0.8641c -1.4402,-0.0000 -2.4894,-0.8230 -2.4894 -2.3660c 0.0000,-1.5636 1.3373,-2.6334 3.2918 -3.1272l 1.8928,-0.4732 c 0.0000,-2.3248 -1.0698,-2.7569 -1.7693 -2.7569c -0.7818,-0.0000 -1.6871,0.3498 -1.6871 0.9875c 0.0000,0.2263 0.0411,0.3498 0.0617 0.4115c 0.0411,0.0823 0.0617,0.2263 0.0617 0.3703c 0.0000,0.2675 -0.2057,0.6789 -0.8024 0.6789c -0.4938,-0.0000 -0.8230,-0.3292 -0.8230 -0.8230c 0.0000,-1.1933 1.9339,-2.2425 3.2507 -2.2425c 1.5019,-0.0000 3.2301,0.6172 3.2301 3.5387v 3.0244 c 0.0000,1.2550 0.0206,1.7899 0.4938 1.7899c 0.4526,-0.0000 0.5761,-0.5761 0.5966 -1.0287l 0.5143,0.1029 c -0.1234,1.5019 -0.7612,1.9134 -1.8105 1.9134Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,298.6152,48.4007)" stroke="none" text-anchor="middle">n
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.9281,61.2647 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,291.9130,51.2346)" stroke="none" text-anchor="middle">m
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.2457,64.0987 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,283.2307,54.0686)" stroke="none" text-anchor="middle">l
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 277.6699,66.9326 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,272.6549,56.9025)" stroke="none" text-anchor="middle">k
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 265.3063,69.7666 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,260.2912,59.7365)" stroke="none" text-anchor="middle">j
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 251.2784,72.6005 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,246.2634,62.5704)" stroke="none" text-anchor="middle">i
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 235.7265,75.4345 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,230.7114,65.4044)" stroke="none" text-anchor="middle">h
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 218.8058,78.2684 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,213.7907,68.2384)" stroke="none" text-anchor="middle">g
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 200.6855,81.1024 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,195.6704,71.0723)" stroke="none" text-anchor="middle">f
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.5466,83.9364 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,176.5315,73.9063)" stroke="none" text-anchor="middle">e
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 161.5803,86.7703 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,156.5653,76.7402)" stroke="none" text-anchor="middle">d
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 140.9862,89.6043 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,135.9712,79.5742)" stroke="none" text-anchor="middle">c
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 119.9700,92.4382 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,114.9549,82.4081)" stroke="none" text-anchor="middle">b
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 98.7417,95.2722 l -0.0000,-20.0602 h -10.0301 l -0.0000,20.0602 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="18.236513552691058px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,93.7266,85.2421)" stroke="none" text-anchor="middle">a
+    </text>
   </g>
 </svg>
diff --git a/other/textHudExample.svg b/other/textHudExample.svg
--- a/other/textHudExample.svg
+++ b/other/textHudExample.svg
@@ -4,193 +4,369 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 378.9528,110.1441 ZM 383.4998,91.6988 h 8.4076 c 1.2440,-0.0000 2.7453,-0.2145 2.8740 -0.2145c 0.3003,-0.0000 0.5576,0.0858 0.5576 0.2574c 0.0000,0.1716 -0.2145,0.6863 -0.9437 1.8016l -10.1235,14.9278 h 5.5336 c 2.5309,-0.0000 3.2172,-0.9437 4.2467 -3.2172l 0.5576,-1.2440 l 1.1582,0.3003 c -0.7292,2.4880 -1.2011,4.5041 -1.4156 5.8339h -12.9975 c -0.6434,-0.0000 -0.9866,-0.2145 -0.9866 -0.5148c 0.0000,-0.2145 0.0429,-0.3432 0.3861 -0.8579l 10.4237,-15.3997 h -5.7910 c -1.2869,-0.0000 -2.7453,0.7292 -3.6033 3.8606l -1.1153,-0.1287 c 0.3432,-2.1019 0.6005,-3.9893 0.6434 -5.9197h 1.0724 c 0.0858,0.2574 0.4719,0.5148 1.1153 0.5148Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 390.7524,128.4854 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 413.0750,116.4147 ZM 421.9974,98.8273 c 0.0000,0.2145 -0.2574,0.3432 -0.4719 0.3432c -1.2869,-0.0000 -1.8445,0.2574 -1.8445 0.9437c 0.0000,0.2574 0.0858,0.6005 0.2574 0.9866l 4.7186,11.0672 l 4.7615,-10.8956 c 0.2145,-0.3861 0.3003,-0.7292 0.3003 -0.9866c 0.0000,-0.9008 -0.8579,-1.1153 -1.8016 -1.1153h -0.1716 c -0.2145,-0.0000 -0.4290,-0.1716 -0.4290 -0.3003v -0.8150 l 0.0858,-0.1287 c 0.0000,-0.0000 2.5309,0.0858 4.0322 0.0858c 1.2011,-0.0000 2.9598,-0.0858 2.9598 -0.0858l 0.1287,0.0858 v 0.8150 c 0.0000,0.2145 -0.1716,0.3432 -0.4719 0.3432c -1.6301,-0.0000 -2.4451,1.6729 -3.0456 2.9169c -2.2735,4.8044 -4.1609,9.2227 -7.5926 17.5016c -1.2869,3.0885 -2.8311,6.6918 -5.8768 6.6918c -0.8150,-0.0000 -2.4880,-0.4719 -2.4880 -2.0161c 0.0000,-1.2869 0.9437,-1.6729 1.6301 -1.6729c 0.6434,-0.0000 1.0724,0.2574 1.3298 0.6005c 0.4290,0.4290 0.7292,0.7292 1.1582 0.7292c 0.6434,-0.0000 2.1448,-3.6891 3.2172 -6.3057c 0.2574,-0.5148 0.3432,-0.9437 0.3432 -1.3298c 0.0000,-0.4290 -0.3861,-1.5872 -0.7292 -2.4451l -5.4049,-12.5685 c -0.6863,-1.6301 -1.1582,-2.1019 -2.6167 -2.1019c -0.2574,-0.0000 -0.4290,-0.1287 -0.4290 -0.3003v -0.8579 l 0.0858,-0.0858 c 0.0000,-0.0000 1.8874,0.0858 3.1743 0.0858c 2.0161,-0.0000 5.1046,-0.0858 5.1046 -0.0858l 0.0858,0.1287 v 0.7721 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,379.8687,106.7180)" stroke="none" text-anchor="middle">z
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 446.3811,122.6853 ZM 454.8316,105.4411 c -0.8579,-0.0000 -1.0295,0.2145 -1.0295 0.5148c 0.0000,0.2145 0.1716,0.6005 0.6434 1.3727l 2.6167,3.8606 c 0.1287,0.2574 0.2574,0.3861 0.4290 0.3861c 0.1287,-0.0000 0.2145,-0.0858 0.3861 -0.3003l 2.7882,-3.9035 c 0.4719,-0.6005 0.7292,-1.0724 0.7292 -1.4156c 0.0000,-0.3432 -0.3003,-0.5148 -0.9008 -0.5148h -0.6863 c -0.1287,-0.0000 -0.2574,-0.0858 -0.2574 -0.3003v -0.8150 l 0.1287,-0.1287 c 0.0000,-0.0000 2.0161,0.0858 3.3459 0.0858c 1.3727,-0.0000 3.4746,-0.0858 3.4746 -0.0858l 0.0429,0.0858 v 0.8150 c 0.0000,0.3003 -0.2574,0.3432 -0.5148 0.3432c -1.5872,-0.0000 -2.2306,0.5148 -3.8177 2.5309l -3.6033,4.5899 c -0.0858,0.1287 -0.1287,0.2145 -0.1287 0.3003c 0.0000,0.0858 0.0429,0.2145 0.1287 0.3432l 3.8606,5.4478 c 1.9732,2.7882 2.5309,2.8311 3.9035 2.8311c 0.4290,-0.0000 0.6005,0.0858 0.6005 0.3432v 0.8150 l -0.0429,0.0858 c 0.0000,-0.0000 -2.3164,-0.0858 -3.7749 -0.0858c -1.7587,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.5148 c 0.6863,-0.0000 0.9866,-0.1287 0.9866 -0.4719c 0.0000,-0.3861 -0.4719,-1.0295 -1.1582 -1.9303l -2.4880,-3.4317 c -0.1716,-0.2145 -0.2574,-0.3003 -0.3861 -0.3003c -0.0858,-0.0000 -0.2145,0.1287 -0.3861 0.3861l -2.7025,3.9035 c -0.6434,0.8579 -0.7721,1.0724 -0.7721 1.3727c 0.0000,0.3003 0.2574,0.4719 0.9008 0.4719h 0.6005 c 0.2145,-0.0000 0.3003,0.1287 0.3003 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.2306,-0.0858 -3.6033 -0.0858c -1.2440,-0.0000 -3.2172,0.0858 -3.2172 0.0858l -0.0858,-0.0858 v -0.7292 c 0.0000,-0.2574 0.1716,-0.4290 0.5576 -0.4290c 1.0295,-0.0000 2.0161,-0.2145 3.8177 -2.5309l 3.6033,-4.6328 c 0.0429,-0.0858 0.0858,-0.1716 0.0858 -0.3003c 0.0000,-0.1287 -0.0429,-0.2145 -0.1287 -0.3432l -3.7320,-5.4478 c -1.2011,-1.7587 -1.9732,-2.7882 -3.4746 -2.7882c -0.3003,-0.0000 -0.6005,-0.1287 -0.6005 -0.3003v -0.8150 l 0.0858,-0.1287 l 3.3888,0.0858 l 4.7615,-0.0858 l 0.1287,0.1287 v 0.7721 c 0.0000,0.2145 -0.1716,0.3432 -0.3432 0.3432h -0.6434 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.2813,134.6357 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 470.6265,128.9559 ZM 479.2915,111.3686 c 0.0000,0.2145 -0.1716,0.3432 -0.3861 0.3432h -0.6434 c -0.9437,-0.0000 -1.2440,0.2574 -1.2440 0.6863c 0.0000,0.3003 0.1716,0.6863 0.3861 1.2869l 4.5041,11.3246 l 3.7320,-9.3084 l -0.7721,-1.9303 c -0.5576,-1.4585 -1.4585,-2.0590 -2.7453 -2.0590c -0.2145,-0.0000 -0.4290,-0.0858 -0.4290 -0.3003v -0.8579 l 0.0858,-0.0858 c 0.0000,-0.0000 2.4022,0.0858 3.9035 0.0858l 4.2896,-0.0858 l 0.1287,0.0858 v 0.8150 c 0.0000,0.2145 -0.2145,0.3432 -0.4290 0.3432h -0.7721 c -0.8579,-0.0000 -1.2440,0.1716 -1.2440 0.6005c 0.0000,0.3432 0.1716,0.7721 0.4290 1.3727l 4.4612,11.3246 l 4.4612,-11.1101 c 0.1287,-0.2574 0.2145,-0.6005 0.2145 -0.9437c 0.0000,-0.7292 -0.4719,-1.2440 -1.9303 -1.2440h -0.6434 c -0.2145,-0.0000 -0.3861,-0.1716 -0.3861 -0.3003v -0.8579 l 0.1287,-0.0858 c 0.0000,-0.0000 2.8311,0.0858 4.4183 0.0858c 1.4585,-0.0000 3.1743,-0.0858 3.1743 -0.0858l 0.0429,0.0858 v 0.8150 c 0.0000,0.2574 -0.2574,0.3432 -0.5148 0.3432c -1.0724,-0.0000 -2.1877,0.4719 -2.9598 2.3593l -5.8339,14.4989 c -0.2574,0.6434 -0.6005,0.9008 -0.9866 0.9008c -0.4290,-0.0000 -0.7721,-0.2574 -1.0295 -0.8579l -4.2896,-10.7240 l -4.2896,10.6382 c -0.3003,0.6863 -0.6434,0.9437 -1.0295 0.9437c -0.4290,-0.0000 -0.7721,-0.2574 -1.0295 -0.8579l -5.8768,-14.8420 c -0.6434,-1.6729 -1.4156,-2.0590 -2.7025 -2.0590c -0.2145,-0.0000 -0.5148,-0.0858 -0.5148 -0.3003v -0.8579 l 0.0858,-0.0858 c 0.0000,-0.0000 2.0161,0.0858 3.9035 0.0858c 1.9732,-0.0000 4.2467,-0.0858 4.2467 -0.0858l 0.0858,0.1287 v 0.7721 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,415.3976,112.8683)" stroke="none" text-anchor="middle">y
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 501.6665,135.2266 ZM 515.8222,117.9824 h -0.2145 c -0.2145,-0.0000 -0.3432,-0.1716 -0.3432 -0.3003v -0.8579 l 0.1716,-0.0858 c 0.0000,-0.0000 2.4451,0.0858 4.0322 0.0858c 1.1153,-0.0000 2.9169,-0.0858 2.9169 -0.0858l 0.0858,0.0858 v 0.7721 c 0.0000,0.2145 -0.2145,0.3861 -0.4719 0.3861c -1.2440,-0.0000 -2.2306,0.5576 -2.9169 2.2306l -5.9197,14.5418 c -0.3003,0.7292 -0.6005,0.9866 -1.0295 0.9866c -0.5576,-0.0000 -0.8150,-0.2574 -1.0724 -0.9008l -5.8339,-14.7991 c -0.6005,-1.5443 -1.5014,-2.0590 -2.7453 -2.0590c -0.2145,-0.0000 -0.4290,-0.0858 -0.4290 -0.3003v -0.8579 l 0.1287,-0.0858 c 0.0000,-0.0000 2.2735,0.0858 3.7320 0.0858c 1.6729,-0.0000 4.2896,-0.0858 4.2896 -0.0858l 0.1716,0.0858 v 0.8150 c 0.0000,0.3003 -0.2574,0.3432 -0.3861 0.3432h -0.7292 c -0.8579,0.0429 -1.2440,0.3003 -1.2440 0.7292c 0.0000,0.3003 0.1716,0.6434 0.4290 1.2440l 3.6891,9.3513 l 0.7292,1.9732 l 0.7292,-1.8445 l 3.8177,-9.3942 c 0.2145,-0.4719 0.3432,-0.8579 0.3432 -1.1582c 0.0000,-0.6434 -0.4719,-0.9008 -1.9303 -0.9008Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 458.6958,140.7860 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 522.9218,141.4972 ZM 541.3242,136.5212 c 0.0000,2.1448 0.2145,2.8311 1.0724 2.8311c 0.5148,-0.0000 1.4585,-0.0858 2.1877 -0.2145l 0.1716,1.2011 c -2.6167,0.4719 -4.7186,0.9008 -5.7052 1.6729h -0.9437 l 0.1287,-3.1743 h -0.1287 c -2.3593,2.5738 -4.2896,3.1743 -6.0483 3.1743c -4.2467,-0.0000 -5.3620,-2.8740 -5.3620 -5.8339v -9.7803 c 0.0000,-1.4156 -0.3003,-2.1448 -1.8874 -2.1448c -0.1716,-0.0000 -0.4719,0.0429 -0.7292 0.0429l -0.1287,-0.0429 v -1.1153 l 0.1287,-0.1287 c 0.0000,-0.0000 2.9169,0.0858 4.2896 0.0858c 0.6005,-0.0000 1.5872,-0.0858 1.5872 -0.0858l -0.0429,3.4317 v 9.1369 c 0.0000,3.8177 1.9732,4.5041 3.2601 4.5041c 0.9866,-0.0000 1.8874,-0.3861 2.7882 -1.0295c 1.0295,-0.7721 1.7158,-1.3727 2.1448 -1.9303v -10.5953 c 0.0000,-1.5443 -0.2145,-2.2735 -1.8016 -2.2735c -0.2574,-0.0000 -0.7292,0.0429 -0.8579 0.0429l -0.0858,-0.0858 v -1.0724 l 0.0858,-0.1287 c 0.0000,-0.0000 3.0456,0.0858 4.2467 0.0858c 0.9866,-0.0000 1.6729,-0.0858 1.6729 -0.0858l -0.0429,3.3888 v 10.1235 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,447.8121,119.0186)" stroke="none" text-anchor="middle">x
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 544.9428,147.7678 ZM 551.9778,130.9955 v 10.9814 c 0.0000,2.6596 0.2574,3.9464 1.4156 3.9464c 1.1153,-0.0000 1.9732,-0.3432 3.0885 -1.2011l 0.7721,0.7292 c -1.6729,1.8874 -3.3888,2.8311 -5.3620 2.8311c -1.9732,-0.0000 -3.1314,-1.2011 -3.1314 -4.2467v -13.0404 h -2.7882 c -0.1287,-0.0000 -0.1716,-0.0429 -0.1716 -0.1716v -1.3298 c 0.0000,-0.1287 0.0429,-0.1716 0.1287 -0.1716c 2.8740,-0.0000 3.5604,-1.6729 3.5604 -4.9330v -0.8150 l 2.4880,-0.8579 v 6.6060 h 4.7186 c 0.2145,-0.0000 0.3432,0.0858 0.3432 0.2574v 0.8579 c 0.0000,0.3861 -0.6005,0.5576 -1.0295 0.5576h -4.0322 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 487.6719,146.9363 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 556.4239,154.0384 ZM 558.2685,148.0330 l 1.1582,-0.0429 c 0.1287,1.0724 0.6005,3.1314 1.5443 4.1180c 0.4290,0.4719 1.5872,1.2440 3.1743 1.2440c 1.5014,-0.0000 3.7320,-1.2011 3.7320 -3.3030c 0.0000,-1.8445 -1.0295,-3.0885 -4.4183 -4.5470c -3.1314,-1.3727 -4.7615,-2.2735 -4.7615 -5.4907c 0.0000,-2.8740 2.5309,-4.9330 5.9197 -4.9330c 2.1448,-0.0000 3.7320,0.3861 5.0617 1.0724c 0.2574,1.3727 0.3861,2.8311 0.4719 4.3754l -1.1582,0.0429 c -0.9008,-3.5175 -3.4746,-4.2038 -4.3754 -4.2038c -1.6301,-0.0000 -3.3030,0.6434 -3.3030 3.0027c 0.0000,1.7158 0.8150,2.5738 3.1743 3.4317c 3.4746,1.2869 6.2628,2.8311 6.2628 6.2628c 0.0000,4.2467 -4.5041,5.4907 -6.5202 5.4907c -1.5014,-0.0000 -2.7453,-0.1716 -3.8606 -0.4719c -0.3003,-0.0429 -0.5148,-0.0858 -0.8150 -0.0858c -0.2145,-0.0000 -0.5576,0.0429 -0.9866 0.1287c 0.0000,-1.8016 -0.1287,-3.9893 -0.3003 -6.0912Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,476.7882,125.1689)" stroke="none" text-anchor="middle">w
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 565.3216,160.3091 ZM 569.1394,157.2205 v -10.6811 c 0.0000,-2.1448 -0.3003,-2.6167 -0.9437 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7025,-0.4719 3.1743,-0.6005 4.4612 -1.2440c 0.4290,-0.2145 0.7721,-0.3432 1.0724 -0.3432h 0.6434 l -0.1287,3.8606 h 0.1287 c 1.1153,-1.6729 3.0027,-3.8606 5.0188 -3.8606c 1.7587,-0.0000 2.4022,0.8579 2.4022 1.9732c 0.0000,1.1153 -0.7292,1.8016 -1.8445 1.8016c -0.8579,-0.0000 -1.3298,-0.3432 -1.7587 -0.7721c -0.2574,-0.2574 -0.5576,-0.3861 -0.8579 -0.3861c -0.4719,-0.0000 -1.4156,0.7721 -2.4451 2.2306c -0.3003,0.3861 -0.5148,0.9437 -0.5148 1.5014v 9.5229 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 1.2440 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -3.3888,-0.0858 -5.0617 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0429,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 512.9203,153.0866 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 565.9113,166.5797 ZM 580.4102,152.1666 c -1.1582,-1.9303 -2.6167,-3.0885 -4.4183 -3.0885c -3.4317,-0.0000 -5.2762,3.3030 -5.2762 7.7642c 0.0000,6.4773 3.7749,8.3647 6.2628 8.3647c 0.8150,-0.0000 2.3164,-0.0858 3.4317 -0.9437v -12.0967 ZM 580.4102,152.1666 ZM 580.4102,173.3573 v -7.6784 c -0.6434,0.5576 -2.0161,1.4156 -4.4612 1.4156c -6.1770,-0.0000 -8.4934,-5.4049 -8.4934 -9.3942c 0.0000,-5.6623 3.4746,-10.0806 8.7079 -10.0806c 2.1019,-0.0000 3.9464,0.6005 5.3620 1.8445l 0.6434,-1.0295 c 0.3003,-0.5148 0.6005,-0.8150 0.9008 -0.8150c 0.4719,-0.0000 0.5576,0.4719 0.5576 1.0724v 24.6652 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.8902,0.0858 -4.8902 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 1.2440 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,502.0365,131.3192)" stroke="none" text-anchor="middle">v
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 565.2336,172.8503 ZM 571.6251,159.3809 v 10.6811 c 1.5014,1.7587 2.9169,1.8445 3.6033 1.8445c 4.5899,-0.0000 5.6194,-4.2896 5.6194 -7.9787c 0.0000,-5.1904 -2.1019,-8.0645 -4.7186 -8.0645c -1.4585,-0.0000 -3.5604,1.2440 -4.5041 3.5175ZM 571.6251,159.3809 ZM 568.4508,179.6279 v -21.2335 c 0.0000,-1.6301 -0.3861,-1.9303 -0.9866 -1.9303c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7453,-0.4719 3.2601,-0.6434 4.4612 -1.2440c 0.4719,-0.2145 0.7721,-0.3432 1.0724 -0.3432h 0.6434 l -0.1287,3.4317 h 0.1287 c 1.9732,-3.0027 4.2896,-3.4317 5.6623 -3.4317c 4.1609,-0.0000 6.9063,4.3325 6.9063 8.8795c 0.0000,3.4746 -1.0724,6.1341 -3.0027 8.1074c -1.6729,1.6729 -3.4317,2.4880 -5.7052 2.4880c -1.5443,-0.0000 -2.7453,-0.3432 -3.8606 -0.9437v 7.2065 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 0.8150 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9598,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 534.1884,159.2369 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 559.5663,179.1209 ZM 561.0248,170.3272 c 0.0000,-5.8768 3.1743,-10.1664 8.8795 -10.1664c 6.3486,-0.0000 8.7937,5.3191 8.7937 9.7803c 0.0000,4.2896 -2.7882,9.6945 -8.8795 9.6945c -5.7481,-0.0000 -8.7937,-4.9330 -8.7937 -9.3084ZM 561.0248,170.3272 ZM 569.4324,161.5764 c -3.4317,-0.0000 -5.0188,4.0322 -5.0188 7.7642c 0.0000,3.3030 1.8874,8.7937 6.1341 8.7937c 1.9303,-0.0000 4.7615,-1.1582 4.7615 -6.8205c 0.0000,-6.3057 -2.3593,-9.7374 -5.8768 -9.7374Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,523.3047,137.4695)" stroke="none" text-anchor="middle">u
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 548.3870,185.3916 ZM 564.0012,182.3030 v -9.3942 c 0.0000,-3.0027 -0.5148,-4.4183 -2.7882 -4.4183c -1.8874,-0.0000 -3.5175,0.7292 -5.7052 3.3030v 10.5095 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.6005 c 0.2145,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.7025,-0.0858 -4.3754 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -10.6811 c 0.0000,-2.3164 -0.3432,-2.6167 -0.9437 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 1.8016,-0.3003 3.0885,-0.5148 4.4183 -1.2440c 0.4719,-0.2145 0.8150,-0.3432 1.1153 -0.3432h 0.6434 l -0.1287,3.8177 h 0.1287 c 2.7453,-3.2172 4.8044,-3.8177 6.9921 -3.8177c 3.8606,-0.0000 4.6757,2.9598 4.6757 6.7776v 9.0940 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 0.8150 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9598,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.2038,0.0858 -4.2038 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.6005 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 551.2640,165.3872 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 528.4098,191.6622 ZM 554.2762,188.5737 v -9.8661 c 0.0000,-2.8740 -1.1153,-3.9464 -2.7453 -3.9464c -1.6729,-0.0000 -3.0027,0.8579 -5.0617 3.1314c 0.0858,0.5148 0.0858,1.1153 0.0858 1.7158v 8.9653 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.7292 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.8740,-0.0858 -4.5470 -0.0858c -1.5443,-0.0000 -4.5041,0.0858 -4.5041 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8579 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -9.7803 c 0.0000,-2.8740 -1.1582,-4.0322 -2.7882 -4.0322c -1.5014,-0.0000 -2.9169,1.0724 -4.9330 3.1743v 10.6382 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -10.6811 c 0.0000,-2.4451 -0.3861,-2.6167 -0.9437 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7025,-0.4719 3.3030,-0.6434 4.4612 -1.2440c 0.4290,-0.2145 0.7721,-0.3432 1.0724 -0.3432h 0.6434 l -0.1287,3.7320 h 0.1287 c 2.0161,-2.1448 3.8177,-3.7320 6.4773 -3.7320c 2.4022,-0.0000 3.9035,1.7587 4.1609 3.6891c 2.4880,-2.5738 4.5041,-3.6891 6.8205 -3.6891c 3.7749,-0.0000 4.4183,3.1314 4.4183 6.9492v 8.9224 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,540.3803,143.6198)" stroke="none" text-anchor="middle">t
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 519.9226,197.9328 ZM 523.9978,194.8443 v -21.4909 c 0.0000,-2.4451 -0.4290,-3.1314 -1.2869 -3.1314l -1.3727,0.1716 c -0.1287,-0.0000 -0.2574,-0.0858 -0.2574 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2735,-0.2574 3.0027 -0.3861c 0.7721,-0.1716 1.3727,-0.3432 2.2306 -0.7292h 0.9437 v 26.8529 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 1.0295 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -3.1314,-0.0858 -4.8044 -0.0858c -1.5014,-0.0000 -4.6328,0.0858 -4.6328 0.0858l -0.0429,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 1.0295 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 563.9763,171.5375 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 491.8247,204.2034 ZM 498.8167,195.1095 v 6.0054 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.0858 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.1877,-0.0858 -3.8606 -0.0858c -1.5443,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -21.4909 c 0.0000,-2.4451 -0.3861,-3.1314 -1.2440 -3.1314l -1.4156,0.1716 c -0.1287,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.7721,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 v 19.7751 c 1.1153,-0.2574 3.3030,-2.1877 5.6194 -4.7186c 0.6863,-0.6863 0.8579,-1.2440 0.8579 -1.6729c 0.0000,-0.3432 -0.2145,-0.6863 -1.2440 -0.6863h -0.1716 c -0.2145,-0.0000 -0.3432,-0.1716 -0.3432 -0.3432v -0.8150 l 0.1287,-0.0858 c 0.0000,-0.0000 2.0590,0.0858 3.5604 0.0858c 1.6729,-0.0000 3.9893,-0.0858 3.9893 -0.0858l 0.1716,0.0858 v 0.8150 c 0.0000,0.2145 -0.2574,0.3432 -0.4719 0.3432h -0.3003 c -1.1582,-0.0000 -3.0456,0.9437 -4.1180 2.0590l -3.2601,3.6033 c -0.1287,0.1287 -0.1716,0.2574 -0.1716 0.4290c 0.0000,0.2145 0.0858,0.4290 0.2145 0.6005l 5.0188,7.4210 c 0.7721,1.1582 2.1448,1.9303 3.2172 1.9303h 0.3003 c 0.3003,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.1877,-0.0858 -3.8606 -0.0858c -1.5014,-0.0000 -2.6596,0.0858 -2.6596 0.0858l -0.1287,-0.0858 v -0.8150 c 0.0000,-0.5576 -0.1287,-1.0295 -0.9866 -2.2735l -3.1314,-4.4183 c -0.8579,-1.2440 -1.4585,-1.5443 -2.5309 -1.5443Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,553.0926,149.7700)" stroke="none" text-anchor="middle">s
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 468.8006,210.4740 ZM 473.2617,185.9804 c 0.0000,-1.1153 0.9008,-2.0590 2.0590 -2.0590c 1.1153,-0.0000 2.0590,0.9437 2.0590 2.0590c 0.0000,1.1582 -0.9437,2.0590 -2.0590 2.0590c -1.1582,-0.0000 -2.0590,-0.9008 -2.0590 -2.0590ZM 473.2617,185.9804 ZM 470.9883,218.7959 c 1.8874,-0.0000 3.1743,-3.3888 3.1743 -9.4371v -12.6543 c 0.0000,-2.2735 -0.3861,-2.6167 -0.9437 -2.6167c -0.6005,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 3.1314,-0.5148 4.0751,-1.0295 4.6328 -1.3298c 0.3003,-0.1287 0.4719,-0.2574 0.9008 -0.2574h 0.6434 v 16.5150 c 0.0000,5.6194 -0.4290,7.9787 -2.7882 10.3808c -1.1582,1.1153 -2.4022,1.6301 -3.4317 1.6301c -1.7587,-0.0000 -4.0322,-0.9008 -4.0322 -2.1877c 0.0000,-1.0724 0.6434,-1.6301 1.3727 -1.6301c 1.0295,-0.0000 1.5872,0.9866 1.8016 1.8874c 0.1287,0.4290 0.3432,0.6863 0.6863 0.6863Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 572.1984,177.6878 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 438.0403,216.7447 ZM 441.3862,192.2510 c 0.0000,-1.1153 0.9008,-2.0590 2.0161 -2.0590c 1.1582,-0.0000 2.0590,0.9437 2.0590 2.0590c 0.0000,1.1582 -0.9008,2.0590 -2.0590 2.0590c -1.1153,-0.0000 -2.0161,-0.9008 -2.0161 -2.0590ZM 441.3862,192.2510 ZM 445.4613,213.6562 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 0.8150 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9598,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -10.6811 c 0.0000,-2.2735 -0.3861,-2.6167 -0.9866 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7453,-0.4719 3.2172,-0.6434 4.4612 -1.2440c 0.4719,-0.1716 0.7721,-0.3432 1.0724 -0.3432h 0.6434 v 15.8715 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,561.3147,155.9203)" stroke="none" text-anchor="middle">r
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.1811,223.0153 ZM 405.1731,193.0738 v 14.5418 c 2.8740,-2.8740 5.4049,-3.5604 7.0778 -3.5604c 3.0885,-0.0000 4.6328,2.3593 4.6328 6.7776v 9.0940 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -9.5658 c 0.0000,-3.4746 -0.9437,-4.2896 -3.3459 -4.2896c -1.2440,-0.0000 -3.0885,1.1153 -5.1475 3.1314v 10.7240 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -21.4909 c 0.0000,-2.4451 -0.3861,-3.1314 -1.2440 -3.1314l -1.4156,0.1716 c -0.1287,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.7721,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 575.8480,183.8380 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 361.4704,229.2859 ZM 375.0255,217.1463 c 0.0000,-3.5604 -1.6729,-5.6194 -4.2467 -5.6194c -2.2306,-0.0000 -3.7320,1.5443 -3.7320 4.8902c 0.0000,2.2306 0.8579,5.7481 4.2896 5.7481c 1.5014,-0.0000 3.6891,-0.7292 3.6891 -5.0188ZM 375.0255,217.1463 ZM 367.0040,229.5862 c -1.3298,1.2440 -1.6301,2.5738 -1.6301 4.0322c 0.0000,3.2172 3.8606,4.1609 5.3191 4.1609c 3.6891,-0.0000 8.3647,-1.2869 8.3647 -4.3754c 0.0000,-1.1153 -0.6005,-1.8445 -2.2735 -2.6596c -1.2011,-0.6005 -2.9598,-1.0724 -5.0188 -1.0724c -0.3432,-0.0000 -0.8150,0.0429 -1.4156 0.0858c -0.6005,0.0429 -1.2440,0.0429 -1.7158 0.0429c -0.6863,-0.0000 -1.0295,-0.0858 -1.6301 -0.2145ZM 367.0040,229.5862 ZM 380.0444,212.6422 c -0.6863,-0.0000 -1.1153,-0.3861 -1.2869 -0.7292c -0.2574,-0.3861 -0.4290,-0.5148 -0.7292 -0.5148c -0.5148,-0.0000 -1.3298,0.6005 -1.6301 1.0295c 1.2011,1.2869 1.7587,2.5309 1.7587 4.5470c 0.0000,4.2038 -3.4317,6.4773 -7.0350 6.4773c -1.5872,-0.0000 -2.8740,-0.3003 -3.8606 -0.9008c -0.4719,0.7292 -0.7292,1.6301 -0.7292 2.4880c 0.0000,1.8445 1.4156,2.3164 2.6167 2.3164c 0.2145,-0.0000 0.7292,-0.0429 1.3298 -0.0858c 0.9866,-0.1287 2.0590,-0.2145 2.7882 -0.2145c 1.5014,-0.0000 4.3325,0.3003 6.0483 1.7587c 1.1582,1.0724 1.8016,2.1019 1.8016 3.4746c 0.0000,4.6328 -6.0912,7.0778 -11.6248 7.0778c -3.1314,-0.0000 -6.6060,-1.1582 -6.6060 -4.8902c 0.0000,-1.8445 1.1582,-3.8177 3.3459 -5.1904c -1.0724,-0.5576 -1.8445,-1.6301 -1.8445 -3.1743c 0.0000,-1.4585 0.6434,-3.3030 1.8016 -4.3325c -1.1582,-1.1582 -2.1448,-2.6167 -2.1448 -4.9759c 0.0000,-3.9464 3.4746,-6.4773 7.1207 -6.4773c 2.4022,-0.0000 3.9035,0.9866 4.3754 1.3298c 1.0724,-1.4585 3.0027,-2.1877 4.0751 -2.1877c 1.1153,-0.0000 1.8874,0.7292 1.8874 1.6301c 0.0000,0.9437 -0.6005,1.5443 -1.4585 1.5443Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,564.9643,162.0706)" stroke="none" text-anchor="middle">q
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 325.2367,235.5565 ZM 329.1831,232.4680 v -13.6838 h -2.9598 c -0.1716,-0.0000 -0.2145,-0.0429 -0.2145 -0.2145v -0.6005 c 0.0000,-0.3432 0.2145,-0.8579 0.9866 -0.8579h 2.1877 v -1.6729 c 0.0000,-6.6918 3.4746,-9.8232 7.0778 -9.8232c 1.6301,-0.0000 2.7453,0.4290 3.8177 1.1582c 0.8579,0.6434 1.2440,1.3727 1.2440 2.0590c 0.0000,0.9008 -0.6434,1.5443 -1.4585 1.5443c -0.8579,-0.0000 -1.4156,-0.4719 -1.7587 -1.2011c -0.5576,-1.4156 -1.3727,-2.1019 -2.6596 -2.1019c -1.4156,-0.0000 -3.0456,1.0295 -3.0456 7.6355v 2.4022 h 4.7186 c 0.2145,-0.0000 0.3432,0.0858 0.3432 0.2574v 0.8579 c 0.0000,0.3861 -0.6005,0.5576 -0.9866 0.5576h -4.0751 v 13.6838 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 1.4156 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -3.5175,-0.0858 -5.1904 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 574.8888,189.9883 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.2290,241.8272 ZM 285.1191,229.9450 h 7.8929 c 0.4290,-0.0000 0.6005,-0.2145 0.6005 -0.6005c 0.0000,-3.9893 -2.0161,-5.0188 -3.5604 -5.0188c -0.9866,-0.0000 -4.2038,0.3861 -4.9330 5.6194ZM 285.1191,229.9450 ZM 296.4437,237.8378 l 0.8579,0.6863 c -1.6301,2.2306 -4.1609,3.8177 -7.2494 3.8177c -5.8768,-0.0000 -8.3647,-4.3754 -8.3647 -9.0511c 0.0000,-6.5202 4.2896,-10.4237 8.3647 -10.4237c 5.6623,-0.0000 6.9921,4.4183 6.9921 8.0216c 0.0000,0.4719 -0.3003,0.7292 -0.7721 0.7292h -11.2817 c -0.0429,0.2574 -0.0429,0.5148 -0.0429 0.8579c 0.0000,4.3754 3.0456,7.7642 6.1341 7.7642c 2.3593,-0.0000 3.8606,-0.7721 5.3620 -2.4022Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,564.0051,168.2209)" stroke="none" text-anchor="middle">p
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 234.6346,248.0978 ZM 248.9618,244.2800 v -11.1101 c -1.0295,-1.6301 -2.1877,-2.5309 -4.2038 -2.5309c -0.8579,-0.0000 -2.6167,0.1287 -3.9893 2.1448c -0.6005,0.9008 -1.3298,2.7453 -1.3298 5.8339c 0.0000,5.6194 2.9169,8.1931 5.2333 8.1931c 1.4156,-0.0000 2.5738,-0.8579 4.2896 -2.5309ZM 248.9618,244.2800 ZM 252.1790,218.1563 v 24.7939 c 0.0000,1.2869 0.0858,1.9732 0.1716 2.2735c 0.1287,0.3861 0.6005,0.6434 0.9437 0.6434c 0.5148,-0.0000 1.4585,-0.0000 2.1019 -0.1287l 0.1716,1.2011 c -2.4880,0.4290 -4.7186,0.9008 -5.6194 1.6729h -1.0295 l 0.1287,-2.9598 c -1.6301,1.6729 -3.3030,2.9598 -5.4907 2.9598c -4.6328,-0.0000 -7.4639,-3.9464 -7.4639 -9.2227c 0.0000,-3.1743 0.8579,-5.8339 2.7025 -7.6784c 1.7158,-1.6301 3.6033,-2.5738 6.4344 -2.5738c 0.8579,-0.0000 2.7453,0.3861 3.7320 0.9437v -6.5631 c 0.0000,-2.4451 -0.3861,-3.1314 -1.2440 -3.1314l -1.4156,0.1716 c -0.0858,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.8150,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 569.3303,196.1386 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.0182,254.3684 ZM 207.4903,250.4649 c -1.8874,3.2601 -3.9464,4.4183 -6.5202 4.4183c -5.1475,-0.0000 -8.3647,-3.9035 -8.3647 -9.4371c 0.0000,-6.0912 3.8177,-10.0377 8.4505 -10.0377c 4.1180,-0.0000 6.3057,2.1019 6.3057 4.3754c 0.0000,1.2440 -0.7721,1.8874 -1.6729 1.8874c -0.9008,-0.0000 -1.7587,-0.4719 -1.8874 -1.5443c -0.1716,-1.4156 -0.4290,-3.2601 -2.9598 -3.2601c -2.8311,-0.0000 -4.9330,3.0027 -4.9330 7.6355c 0.0000,5.0188 2.7025,8.4934 6.0054 8.4934c 1.8445,-0.0000 3.4746,-1.2011 4.8044 -3.1314Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,558.4466,174.3712)" stroke="none" text-anchor="middle">o
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.9076,260.6390 ZM 149.2991,258.2798 c 0.8579,1.0295 1.7587,1.3727 3.0885 1.3727c 4.0751,-0.0000 6.1341,-3.7749 6.1341 -8.6650c 0.0000,-4.3754 -2.2306,-7.5068 -4.8473 -7.5068c -0.4719,-0.0000 -2.7025,0.0858 -4.3754 1.8445v 12.9546 ZM 149.2991,258.2798 ZM 146.0819,236.0596 c 0.0000,-2.4451 -0.4290,-3.1314 -1.2869 -3.1314l -1.3727,0.1716 c -0.1287,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.7721,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 v 13.2978 c 1.4585,-1.5872 3.1743,-2.3593 5.2333 -2.3593c 3.7320,-0.0000 7.2923,3.5604 7.2923 8.7937c 0.0000,6.8205 -4.8044,10.6811 -9.1798 10.6811c -1.8445,-0.0000 -3.2172,-0.5148 -4.4612 -1.5872c -0.3861,0.5148 -0.9437,1.1582 -1.3298 1.5872l -0.9008,-0.2145 c 0.1287,-1.0295 0.1287,-1.7158 0.1287 -3.3888v -21.4480 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 559.2281,202.2889 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 96.5153,266.9097 ZM 108.9981,256.4001 l -3.3888,0.8579 c -3.7749,1.1582 -4.3325,3.1314 -4.3325 5.0617c 0.0000,1.3298 0.6434,3.3459 3.3459 3.3459c 1.2869,-0.0000 3.2601,-1.2440 4.3754 -2.1877v -7.0778 ZM 108.9981,256.4001 ZM 111.7434,267.4244 c -1.6301,-0.0000 -2.5309,-1.4585 -2.7025 -2.4880l -0.9866,0.6863 c -1.9732,1.3727 -2.7025,1.8016 -4.6757 1.8016c -3.0027,-0.0000 -5.1904,-1.7158 -5.1904 -4.9330c 0.0000,-3.2601 2.7882,-5.4907 6.8634 -6.5202l 3.9464,-0.9866 c 0.0000,-4.8473 -2.2306,-5.7481 -3.6891 -5.7481c -1.6301,-0.0000 -3.5175,0.7292 -3.5175 2.0590c 0.0000,0.4719 0.0858,0.7292 0.1287 0.8579c 0.0858,0.1716 0.1287,0.4719 0.1287 0.7721c 0.0000,0.5576 -0.4290,1.4156 -1.6729 1.4156c -1.0295,-0.0000 -1.7158,-0.6863 -1.7158 -1.7158c 0.0000,-2.4880 4.0322,-4.6757 6.7776 -4.6757c 3.1314,-0.0000 6.7347,1.2869 6.7347 7.3781v 6.3057 c 0.0000,2.6167 0.0429,3.7320 1.0295 3.7320c 0.9437,-0.0000 1.2011,-1.2011 1.2440 -2.1448l 1.0724,0.2145 c -0.2574,3.1314 -1.5872,3.9893 -3.7749 3.9893Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,548.3444,180.5215)" stroke="none" text-anchor="middle">n
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 364.4695,309.4645 ZM 367.0276,303.3655 v 3.9932 c 0.0000,0.9671 0.0936,1.4351 0.5148 1.4351c 0.4056,-0.0000 0.7175,-0.1248 1.1231 -0.4368l 0.2808,0.2652 c -0.6083,0.6863 -1.2323,1.0295 -1.9498 1.0295c -0.7175,-0.0000 -1.1387,-0.4368 -1.1387 -1.5443v -4.7420 h -1.0139 c -0.0468,-0.0000 -0.0624,-0.0156 -0.0624 -0.0624v -0.4836 c 0.0000,-0.0468 0.0156,-0.0624 0.0468 -0.0624c 1.0451,-0.0000 1.2947,-0.6083 1.2947 -1.7938v -0.2964 l 0.9047,-0.3120 v 2.4022 h 1.7158 c 0.0780,-0.0000 0.1248,0.0312 0.1248 0.0936v 0.3120 c 0.0000,0.1404 -0.2184,0.2028 -0.3744 0.2028h -1.4663 ZM 369.1802,309.4645 ZM 370.9585,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 370.9585,305.1437 ZM 375.0765,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 375.8564,309.4645 ZM 378.9293,303.1939 c -0.3120,-0.0000 -0.3744,0.0780 -0.3744 0.1872c 0.0000,0.0780 0.0624,0.2184 0.2340 0.4992l 0.9515,1.4039 c 0.0468,0.0936 0.0936,0.1404 0.1560 0.1404c 0.0468,-0.0000 0.0780,-0.0312 0.1404 -0.1092l 1.0139,-1.4195 c 0.1716,-0.2184 0.2652,-0.3900 0.2652 -0.5148c 0.0000,-0.1248 -0.1092,-0.1872 -0.3276 -0.1872h -0.2496 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.1092v -0.2964 l 0.0468,-0.0468 c 0.0000,-0.0000 0.7331,0.0312 1.2167 0.0312c 0.4992,-0.0000 1.2635,-0.0312 1.2635 -0.0312l 0.0156,0.0312 v 0.2964 c 0.0000,0.1092 -0.0936,0.1248 -0.1872 0.1248c -0.5771,-0.0000 -0.8111,0.1872 -1.3883 0.9203l -1.3103,1.6690 c -0.0312,0.0468 -0.0468,0.0780 -0.0468 0.1092c 0.0000,0.0312 0.0156,0.0780 0.0468 0.1248l 1.4039,1.9810 c 0.7175,1.0139 0.9203,1.0295 1.4195 1.0295c 0.1560,-0.0000 0.2184,0.0312 0.2184 0.1248v 0.2964 l -0.0156,0.0312 c 0.0000,-0.0000 -0.8423,-0.0312 -1.3727 -0.0312c -0.6395,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.1872 c 0.2496,-0.0000 0.3588,-0.0468 0.3588 -0.1716c 0.0000,-0.1404 -0.1716,-0.3744 -0.4212 -0.7019l -0.9047,-1.2479 c -0.0624,-0.0780 -0.0936,-0.1092 -0.1404 -0.1092c -0.0312,-0.0000 -0.0780,0.0468 -0.1404 0.1404l -0.9827,1.4195 c -0.2340,0.3120 -0.2808,0.3900 -0.2808 0.4992c 0.0000,0.1092 0.0936,0.1716 0.3276 0.1716h 0.2184 c 0.0780,-0.0000 0.1092,0.0468 0.1092 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -0.8111,-0.0312 -1.3103 -0.0312c -0.4524,-0.0000 -1.1699,0.0312 -1.1699 0.0312l -0.0312,-0.0312 v -0.2652 c 0.0000,-0.0936 0.0624,-0.1560 0.2028 -0.1560c 0.3744,-0.0000 0.7331,-0.0780 1.3883 -0.9203l 1.3103,-1.6846 c 0.0156,-0.0312 0.0312,-0.0624 0.0312 -0.1092c 0.0000,-0.0468 -0.0156,-0.0780 -0.0468 -0.1248l -1.3571,-1.9810 c -0.4368,-0.6395 -0.7175,-1.0139 -1.2635 -1.0139c -0.1092,-0.0000 -0.2184,-0.0468 -0.2184 -0.1092v -0.2964 l 0.0312,-0.0468 l 1.2323,0.0312 l 1.7314,-0.0312 l 0.0468,0.0468 v 0.2808 c 0.0000,0.0780 -0.0624,0.1248 -0.1248 0.1248h -0.2340 ZM 383.6089,309.4645 ZM 386.1671,303.3655 v 3.9932 c 0.0000,0.9671 0.0936,1.4351 0.5148 1.4351c 0.4056,-0.0000 0.7175,-0.1248 1.1231 -0.4368l 0.2808,0.2652 c -0.6083,0.6863 -1.2323,1.0295 -1.9498 1.0295c -0.7175,-0.0000 -1.1387,-0.4368 -1.1387 -1.5443v -4.7420 h -1.0139 c -0.0468,-0.0000 -0.0624,-0.0156 -0.0624 -0.0624v -0.4836 c 0.0000,-0.0468 0.0156,-0.0624 0.0468 -0.0624c 1.0451,-0.0000 1.2947,-0.6083 1.2947 -1.7938v -0.2964 l 0.9047,-0.3120 v 2.4022 h 1.7158 c 0.0780,-0.0000 0.1248,0.0312 0.1248 0.0936v 0.3120 c 0.0000,0.1404 -0.2184,0.2028 -0.3744 0.2028h -1.4663 ZM 392.2193,309.4645 ZM 396.7585,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 396.7585,305.6428 ZM 397.7568,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 399.2543,309.4645 ZM 404.9321,308.3414 v -3.4161 c 0.0000,-1.0919 -0.1872,-1.6067 -1.0139 -1.6067c -0.6863,-0.0000 -1.2791,0.2652 -2.0746 1.2011v 3.8216 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2184 c 0.0780,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -0.9827,-0.0312 -1.5911 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8423 -0.1248,-0.9515 -0.3432 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.6551,-0.1092 1.1231,-0.1872 1.6067 -0.4524c 0.1716,-0.0780 0.2964,-0.1248 0.4056 -0.1248h 0.2340 l -0.0468,1.3883 h 0.0468 c 0.9983,-1.1699 1.7470,-1.3883 2.5426 -1.3883c 1.4039,-0.0000 1.7002,1.0763 1.7002 2.4646v 3.3069 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.5287,0.0312 -1.5287 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2184 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 407.3655,309.4645 ZM 412.5754,308.0762 v -4.0400 c -0.3744,-0.5927 -0.7955,-0.9203 -1.5287 -0.9203c -0.3120,-0.0000 -0.9515,0.0468 -1.4507 0.7799c -0.2184,0.3276 -0.4836,0.9983 -0.4836 2.1214c 0.0000,2.0434 1.0607,2.9793 1.9030 2.9793c 0.5148,-0.0000 0.9359,-0.3120 1.5599 -0.9203ZM 412.5754,308.0762 ZM 413.7453,298.5767 v 9.0160 c 0.0000,0.4680 0.0312,0.7175 0.0624 0.8267c 0.0468,0.1404 0.2184,0.2340 0.3432 0.2340c 0.1872,-0.0000 0.5304,-0.0000 0.7643 -0.0468l 0.0624,0.4368 c -0.9047,0.1560 -1.7158,0.3276 -2.0434 0.6083h -0.3744 l 0.0468,-1.0763 c -0.5927,0.6083 -1.2011,1.0763 -1.9966 1.0763c -1.6846,-0.0000 -2.7142,-1.4351 -2.7142 -3.3537c 0.0000,-1.1543 0.3120,-2.1214 0.9827 -2.7921c 0.6239,-0.5927 1.3103,-0.9359 2.3398 -0.9359c 0.3120,-0.0000 0.9983,0.1404 1.3571 0.3432v -2.3866 c 0.0000,-0.8891 -0.1404,-1.1387 -0.4524 -1.1387l -0.5148,0.0624 c -0.0312,-0.0000 -0.0780,-0.0312 -0.0780 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8111,-0.0936 1.0763 -0.1404c 0.2964,-0.0624 0.5148,-0.1248 0.8267 -0.2652h 0.3432 ZM 418.9708,309.4645 ZM 423.9000,305.0501 c 0.0000,-1.2947 -0.6083,-2.0434 -1.5443 -2.0434c -0.8111,-0.0000 -1.3571,0.5615 -1.3571 1.7782c 0.0000,0.8111 0.3120,2.0902 1.5599 2.0902c 0.5459,-0.0000 1.3415,-0.2652 1.3415 -1.8250ZM 423.9000,305.0501 ZM 420.9831,309.5737 c -0.4836,0.4524 -0.5927,0.9359 -0.5927 1.4663c 0.0000,1.1699 1.4039,1.5131 1.9342 1.5131c 1.3415,-0.0000 3.0417,-0.4680 3.0417 -1.5911c 0.0000,-0.4056 -0.2184,-0.6707 -0.8267 -0.9671c -0.4368,-0.2184 -1.0763,-0.3900 -1.8250 -0.3900c -0.1248,-0.0000 -0.2964,0.0156 -0.5148 0.0312c -0.2184,0.0156 -0.4524,0.0156 -0.6239 0.0156c -0.2496,-0.0000 -0.3744,-0.0312 -0.5927 -0.0780ZM 420.9831,309.5737 ZM 425.7250,303.4123 c -0.2496,-0.0000 -0.4056,-0.1404 -0.4680 -0.2652c -0.0936,-0.1404 -0.1560,-0.1872 -0.2652 -0.1872c -0.1872,-0.0000 -0.4836,0.2184 -0.5927 0.3744c 0.4368,0.4680 0.6395,0.9203 0.6395 1.6534c 0.0000,1.5287 -1.2479,2.3554 -2.5582 2.3554c -0.5771,-0.0000 -1.0451,-0.1092 -1.4039 -0.3276c -0.1716,0.2652 -0.2652,0.5927 -0.2652 0.9047c 0.0000,0.6707 0.5148,0.8423 0.9515 0.8423c 0.0780,-0.0000 0.2652,-0.0156 0.4836 -0.0312c 0.3588,-0.0468 0.7487,-0.0780 1.0139 -0.0780c 0.5459,-0.0000 1.5755,0.1092 2.1994 0.6395c 0.4212,0.3900 0.6551,0.7643 0.6551 1.2635c 0.0000,1.6846 -2.2150,2.5738 -4.2272 2.5738c -1.1387,-0.0000 -2.4022,-0.4212 -2.4022 -1.7782c 0.0000,-0.6707 0.4212,-1.3883 1.2167 -1.8874c -0.3900,-0.2028 -0.6707,-0.5927 -0.6707 -1.1543c 0.0000,-0.5304 0.2340,-1.2011 0.6551 -1.5755c -0.4212,-0.4212 -0.7799,-0.9515 -0.7799 -1.8094c 0.0000,-1.4351 1.2635,-2.3554 2.5894 -2.3554c 0.8735,-0.0000 1.4195,0.3588 1.5911 0.4836c 0.3900,-0.5304 1.0919,-0.7955 1.4819 -0.7955c 0.4056,-0.0000 0.6863,0.2652 0.6863 0.5927c 0.0000,0.3432 -0.2184,0.5615 -0.5304 0.5615ZM 426.4426,309.4645 ZM 427.9244,308.3414 v -7.8149 c 0.0000,-0.8891 -0.1560,-1.1387 -0.4680 -1.1387l -0.4992,0.0624 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8267,-0.0936 1.0919 -0.1404c 0.2808,-0.0624 0.4992,-0.1248 0.8111 -0.2652h 0.3432 v 9.7647 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.3744 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.1387,-0.0312 -1.7470 -0.0312c -0.5459,-0.0000 -1.6846,0.0312 -1.6846 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.3744 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 430.4982,309.4645 ZM 433.7427,303.0691 c 0.0000,0.0780 -0.0936,0.1248 -0.1716 0.1248c -0.4680,-0.0000 -0.6707,0.0936 -0.6707 0.3432c 0.0000,0.0936 0.0312,0.2184 0.0936 0.3588l 1.7158,4.0244 l 1.7314,-3.9620 c 0.0780,-0.1404 0.1092,-0.2652 0.1092 -0.3588c 0.0000,-0.3276 -0.3120,-0.4056 -0.6551 -0.4056h -0.0624 c -0.0780,-0.0000 -0.1560,-0.0624 -0.1560 -0.1092v -0.2964 l 0.0312,-0.0468 c 0.0000,-0.0000 0.9203,0.0312 1.4663 0.0312c 0.4368,-0.0000 1.0763,-0.0312 1.0763 -0.0312l 0.0468,0.0312 v 0.2964 c 0.0000,0.0780 -0.0624,0.1248 -0.1716 0.1248c -0.5927,-0.0000 -0.8891,0.6083 -1.1075 1.0607c -0.8267,1.7470 -1.5131,3.3537 -2.7609 6.3642c -0.4680,1.1231 -1.0295,2.4334 -2.1370 2.4334c -0.2964,-0.0000 -0.9047,-0.1716 -0.9047 -0.7331c 0.0000,-0.4680 0.3432,-0.6083 0.5927 -0.6083c 0.2340,-0.0000 0.3900,0.0936 0.4836 0.2184c 0.1560,0.1560 0.2652,0.2652 0.4212 0.2652c 0.2340,-0.0000 0.7799,-1.3415 1.1699 -2.2930c 0.0936,-0.1872 0.1248,-0.3432 0.1248 -0.4836c 0.0000,-0.1560 -0.1404,-0.5771 -0.2652 -0.8891l -1.9654,-4.5704 c -0.2496,-0.5927 -0.4212,-0.7643 -0.9515 -0.7643c -0.0936,-0.0000 -0.1560,-0.0468 -0.1560 -0.1092v -0.3120 l 0.0312,-0.0312 c 0.0000,-0.0000 0.6863,0.0312 1.1543 0.0312c 0.7331,-0.0000 1.8562,-0.0312 1.8562 -0.0312l 0.0312,0.0468 v 0.2808 ZM 438.4379,309.4645 ZM 440.7620,304.5665 v 3.8840 c 0.5459,0.6395 1.0607,0.6707 1.3103 0.6707c 1.6690,-0.0000 2.0434,-1.5599 2.0434 -2.9013c 0.0000,-1.8874 -0.7643,-2.9325 -1.7158 -2.9325c -0.5304,-0.0000 -1.2947,0.4524 -1.6378 1.2791ZM 440.7620,304.5665 ZM 439.6077,311.9291 v -7.7213 c 0.0000,-0.5927 -0.1404,-0.7019 -0.3588 -0.7019c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9983,-0.1716 1.1855,-0.2340 1.6223 -0.4524c 0.1716,-0.0780 0.2808,-0.1248 0.3900 -0.1248h 0.2340 l -0.0468,1.2479 h 0.0468 c 0.7175,-1.0919 1.5599,-1.2479 2.0590 -1.2479c 1.5131,-0.0000 2.5114,1.5755 2.5114 3.2289c 0.0000,1.2635 -0.3900,2.2306 -1.0919 2.9481c -0.6083,0.6083 -1.2479,0.9047 -2.0746 0.9047c -0.5615,-0.0000 -0.9983,-0.1248 -1.4039 -0.3432v 2.6206 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 445.9096,309.4645 ZM 448.4521,298.5767 v 5.2879 c 1.0451,-1.0451 1.9654,-1.2947 2.5738 -1.2947c 1.1231,-0.0000 1.6846,0.8579 1.6846 2.4646v 3.3069 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.4785 c 0.0000,-1.2635 -0.3432,-1.5599 -1.2167 -1.5599c -0.4524,-0.0000 -1.1231,0.4056 -1.8718 1.1387v 3.8996 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -7.8149 c 0.0000,-0.8891 -0.1404,-1.1387 -0.4524 -1.1387l -0.5148,0.0624 c -0.0468,-0.0000 -0.0780,-0.0312 -0.0780 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8111,-0.0936 1.0763 -0.1404c 0.2808,-0.0624 0.5148,-0.1248 0.8267 -0.2652h 0.3432 ZM 453.9896,309.4645 ZM 454.6604,307.2807 l 0.4212,-0.0156 c 0.0468,0.3900 0.2184,1.1387 0.5615 1.4975c 0.1560,0.1716 0.5771,0.4524 1.1543 0.4524c 0.5459,-0.0000 1.3571,-0.4368 1.3571 -1.2011c 0.0000,-0.6707 -0.3744,-1.1231 -1.6067 -1.6534c -1.1387,-0.4992 -1.7314,-0.8267 -1.7314 -1.9966c 0.0000,-1.0451 0.9203,-1.7938 2.1526 -1.7938c 0.7799,-0.0000 1.3571,0.1404 1.8406 0.3900c 0.0936,0.4992 0.1404,1.0295 0.1716 1.5911l -0.4212,0.0156 c -0.3276,-1.2791 -1.2635,-1.5287 -1.5911 -1.5287c -0.5927,-0.0000 -1.2011,0.2340 -1.2011 1.0919c 0.0000,0.6239 0.2964,0.9359 1.1543 1.2479c 1.2635,0.4680 2.2774,1.0295 2.2774 2.2774c 0.0000,1.5443 -1.6378,1.9966 -2.3710 1.9966c -0.5459,-0.0000 -0.9983,-0.0624 -1.4039 -0.1716c -0.1092,-0.0156 -0.1872,-0.0312 -0.2964 -0.0312c -0.0780,-0.0000 -0.2028,0.0156 -0.3588 0.0468c 0.0000,-0.6551 -0.0468,-1.4507 -0.1092 -2.2150ZM 463.6763,309.4645 ZM 466.2189,298.5767 v 5.2879 c 1.0451,-1.0451 1.9654,-1.2947 2.5738 -1.2947c 1.1231,-0.0000 1.6846,0.8579 1.6846 2.4646v 3.3069 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.4785 c 0.0000,-1.2635 -0.3432,-1.5599 -1.2167 -1.5599c -0.4524,-0.0000 -1.1231,0.4056 -1.8718 1.1387v 3.8996 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -7.8149 c 0.0000,-0.8891 -0.1404,-1.1387 -0.4524 -1.1387l -0.5148,0.0624 c -0.0468,-0.0000 -0.0780,-0.0312 -0.0780 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8111,-0.0936 1.0763 -0.1404c 0.2808,-0.0624 0.5148,-0.1248 0.8267 -0.2652h 0.3432 ZM 471.7564,309.4645 ZM 476.2956,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 476.2956,305.6428 ZM 477.2939,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 478.7913,309.4645 ZM 483.9389,303.1939 h -0.0780 c -0.0780,-0.0000 -0.1248,-0.0624 -0.1248 -0.1092v -0.3120 l 0.0624,-0.0312 c 0.0000,-0.0000 0.8891,0.0312 1.4663 0.0312c 0.4056,-0.0000 1.0607,-0.0312 1.0607 -0.0312l 0.0312,0.0312 v 0.2808 c 0.0000,0.0780 -0.0780,0.1404 -0.1716 0.1404c -0.4524,-0.0000 -0.8111,0.2028 -1.0607 0.8111l -2.1526,5.2879 c -0.1092,0.2652 -0.2184,0.3588 -0.3744 0.3588c -0.2028,-0.0000 -0.2964,-0.0936 -0.3900 -0.3276l -2.1214,-5.3815 c -0.2184,-0.5615 -0.5459,-0.7487 -0.9983 -0.7487c -0.0780,-0.0000 -0.1560,-0.0312 -0.1560 -0.1092v -0.3120 l 0.0468,-0.0312 c 0.0000,-0.0000 0.8267,0.0312 1.3571 0.0312c 0.6083,-0.0000 1.5599,-0.0312 1.5599 -0.0312l 0.0624,0.0312 v 0.2964 c 0.0000,0.1092 -0.0936,0.1248 -0.1404 0.1248h -0.2652 c -0.3120,0.0156 -0.4524,0.1092 -0.4524 0.2652c 0.0000,0.1092 0.0624,0.2340 0.1560 0.4524l 1.3415,3.4005 l 0.2652,0.7175 l 0.2652,-0.6707 l 1.3883,-3.4161 c 0.0780,-0.1716 0.1248,-0.3120 0.1248 -0.4212c 0.0000,-0.2340 -0.1716,-0.3276 -0.7019 -0.3276ZM 486.5438,309.4645 ZM 488.3221,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 488.3221,305.1437 ZM 492.4401,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 497.1197,309.4645 ZM 501.6588,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 501.6588,305.6428 ZM 502.6572,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 508.0543,309.4645 ZM 508.7250,307.2807 l 0.4212,-0.0156 c 0.0468,0.3900 0.2184,1.1387 0.5615 1.4975c 0.1560,0.1716 0.5771,0.4524 1.1543 0.4524c 0.5459,-0.0000 1.3571,-0.4368 1.3571 -1.2011c 0.0000,-0.6707 -0.3744,-1.1231 -1.6067 -1.6534c -1.1387,-0.4992 -1.7314,-0.8267 -1.7314 -1.9966c 0.0000,-1.0451 0.9203,-1.7938 2.1526 -1.7938c 0.7799,-0.0000 1.3571,0.1404 1.8406 0.3900c 0.0936,0.4992 0.1404,1.0295 0.1716 1.5911l -0.4212,0.0156 c -0.3276,-1.2791 -1.2635,-1.5287 -1.5911 -1.5287c -0.5927,-0.0000 -1.2011,0.2340 -1.2011 1.0919c 0.0000,0.6239 0.2964,0.9359 1.1543 1.2479c 1.2635,0.4680 2.2774,1.0295 2.2774 2.2774c 0.0000,1.5443 -1.6378,1.9966 -2.3710 1.9966c -0.5459,-0.0000 -0.9983,-0.0624 -1.4039 -0.1716c -0.1092,-0.0156 -0.1872,-0.0312 -0.2964 -0.0312c -0.0780,-0.0000 -0.2028,0.0156 -0.3588 0.0468c 0.0000,-0.6551 -0.0468,-1.4507 -0.1092 -2.2150ZM 513.8413,309.4645 ZM 515.0580,300.5577 c 0.0000,-0.4056 0.3276,-0.7487 0.7331 -0.7487c 0.4212,-0.0000 0.7487,0.3432 0.7487 0.7487c 0.0000,0.4212 -0.3276,0.7487 -0.7487 0.7487c -0.4056,-0.0000 -0.7331,-0.3276 -0.7331 -0.7487ZM 515.0580,300.5577 ZM 516.5399,308.3414 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8267 -0.1404,-0.9515 -0.3588 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9983,-0.1716 1.1699,-0.2340 1.6223 -0.4524c 0.1716,-0.0624 0.2808,-0.1248 0.3900 -0.1248h 0.2340 v 5.7715 ZM 517.9593,309.4645 ZM 527.3653,308.3414 v -3.5877 c 0.0000,-1.0451 -0.4056,-1.4351 -0.9983 -1.4351c -0.6083,-0.0000 -1.0919,0.3120 -1.8406 1.1387c 0.0312,0.1872 0.0312,0.4056 0.0312 0.6239v 3.2601 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2652 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0451,-0.0312 -1.6534 -0.0312c -0.5615,-0.0000 -1.6378,0.0312 -1.6378 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.3120 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.5565 c 0.0000,-1.0451 -0.4212,-1.4663 -1.0139 -1.4663c -0.5459,-0.0000 -1.0607,0.3900 -1.7938 1.1543v 3.8684 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8891 -0.1404,-0.9515 -0.3432 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9827,-0.1716 1.2011,-0.2340 1.6223 -0.4524c 0.1560,-0.0780 0.2808,-0.1248 0.3900 -0.1248h 0.2340 l -0.0468,1.3571 h 0.0468 c 0.7331,-0.7799 1.3883,-1.3571 2.3554 -1.3571c 0.8735,-0.0000 1.4195,0.6395 1.5131 1.3415c 0.9047,-0.9359 1.6378,-1.3415 2.4802 -1.3415c 1.3727,-0.0000 1.6067,1.1387 1.6067 2.5270v 3.2445 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 529.8143,309.4645 ZM 531.0309,300.5577 c 0.0000,-0.4056 0.3276,-0.7487 0.7331 -0.7487c 0.4212,-0.0000 0.7487,0.3432 0.7487 0.7487c 0.0000,0.4212 -0.3276,0.7487 -0.7487 0.7487c -0.4056,-0.0000 -0.7331,-0.3276 -0.7331 -0.7487ZM 531.0309,300.5577 ZM 532.5128,308.3414 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8267 -0.1404,-0.9515 -0.3588 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9983,-0.1716 1.1699,-0.2340 1.6223 -0.4524c 0.1716,-0.0624 0.2808,-0.1248 0.3900 -0.1248h 0.2340 v 5.7715 ZM 533.9323,309.4645 ZM 535.4141,308.3414 v -7.8149 c 0.0000,-0.8891 -0.1560,-1.1387 -0.4680 -1.1387l -0.4992,0.0624 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8267,-0.0936 1.0919 -0.1404c 0.2808,-0.0624 0.4992,-0.1248 0.8111 -0.2652h 0.3432 v 9.7647 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.3744 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.1387,-0.0312 -1.7470 -0.0312c -0.5459,-0.0000 -1.6846,0.0312 -1.6846 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.3744 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 537.9879,309.4645 ZM 542.5271,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 542.5271,305.6428 ZM 543.5254,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 545.0229,309.4645 ZM 546.4111,308.3414 v -3.8840 c 0.0000,-0.7799 -0.1092,-0.9515 -0.3432 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9827,-0.1716 1.1543,-0.2184 1.6223 -0.4524c 0.1560,-0.0780 0.2808,-0.1248 0.3900 -0.1248h 0.2340 l -0.0468,1.4039 h 0.0468 c 0.4056,-0.6083 1.0919,-1.4039 1.8250 -1.4039c 0.6395,-0.0000 0.8735,0.3120 0.8735 0.7175c 0.0000,0.4056 -0.2652,0.6551 -0.6707 0.6551c -0.3120,-0.0000 -0.4836,-0.1248 -0.6395 -0.2808c -0.0936,-0.0936 -0.2028,-0.1404 -0.3120 -0.1404c -0.1716,-0.0000 -0.5148,0.2808 -0.8891 0.8111c -0.1092,0.1404 -0.1872,0.3432 -0.1872 0.5459v 3.4629 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.4524 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.2323,-0.0312 -1.8406 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 554.3352,309.4645 ZM 555.7703,308.3414 v -4.9759 h -1.0763 c -0.0624,-0.0000 -0.0780,-0.0156 -0.0780 -0.0780v -0.2184 c 0.0000,-0.1248 0.0780,-0.3120 0.3588 -0.3120h 0.7955 v -0.6083 c 0.0000,-2.4334 1.2635,-3.5721 2.5738 -3.5721c 0.5927,-0.0000 0.9983,0.1560 1.3883 0.4212c 0.3120,0.2340 0.4524,0.4992 0.4524 0.7487c 0.0000,0.3276 -0.2340,0.5615 -0.5304 0.5615c -0.3120,-0.0000 -0.5148,-0.1716 -0.6395 -0.4368c -0.2028,-0.5148 -0.4992,-0.7643 -0.9671 -0.7643c -0.5148,-0.0000 -1.1075,0.3744 -1.1075 2.7765v 0.8735 h 1.7158 c 0.0780,-0.0000 0.1248,0.0312 0.1248 0.0936v 0.3120 c 0.0000,0.1404 -0.2184,0.2028 -0.3588 0.2028h -1.4819 v 4.9759 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.5148 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.2791,-0.0312 -1.8874 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 559.0772,309.4645 ZM 560.8554,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 560.8554,305.1437 ZM 564.9734,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 565.7533,309.4645 ZM 567.5316,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 567.5316,305.1437 ZM 571.6496,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 572.4295,309.4645 ZM 573.9114,308.3414 v -7.8149 c 0.0000,-0.8891 -0.1560,-1.1387 -0.4680 -1.1387l -0.4992,0.0624 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8267,-0.0936 1.0919 -0.1404c 0.2808,-0.0624 0.4992,-0.1248 0.8111 -0.2652h 0.3432 v 9.7647 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.3744 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.1387,-0.0312 -1.7470 -0.0312c -0.5459,-0.0000 -1.6846,0.0312 -1.6846 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.3744 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 544.6830,208.4392 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 54.2725,261.8148 ZM 37.4780,259.8130 l 0.0000,-10.9970 c 0.0000,-0.5459 -0.4420,-0.5719 -0.5979 -0.5719l -0.1040,-0.6759 c 1.2739,-0.1040 2.6258,-0.2860 4.0036 -0.5719l 0.1300,0.7539 c -2.0798,0.5200 -2.3918,0.8839 -2.3918 2.3138l -0.0000,1.7158 c -0.0000,0.9359 0.2080,1.2479 1.0919 1.2479l 12.7908,0.0000 c 0.8059,0.0000 1.1439,-0.4160 1.1439 -1.4299l 0.0000,-0.6759 c 0.0000,-0.1300 0.0780,-0.2340 0.2080 -0.2340l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,2.2878 -0.0520 3.3017c -0.0000,0.9099 0.0520,3.3277 0.0520 3.3277l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0780 -0.2080 -0.2080l 0.0000,-0.6759 c 0.0000,-1.0659 -0.4160,-1.4299 -1.1439 -1.4299l -12.8688,-0.0000 c -0.8059,-0.0000 -1.0139,0.3120 -1.0139 1.2739l -0.0000,2.1838 c -0.0000,1.4299 0.3120,1.7678 2.3918 2.2878l -0.1300,0.7799 c -1.3779,-0.3120 -2.7297,-0.4680 -4.0036 -0.5719l 0.1040,-0.7019 c 0.1560,0.0000 0.5979,0.0000 0.5979 -0.5459ZM 54.2725,248.0880 ZM 47.0711,245.1243 l 0.0000,-4.7836 c 0.0000,-0.2600 -0.1300,-0.3640 -0.3640 -0.3640c -2.4178,-0.0000 -3.0417,1.2219 -3.0417 2.1578c -0.0000,0.5979 0.2340,2.5478 3.4057 2.9897ZM 47.0711,245.1243 ZM 51.8547,238.2609 l 0.4160,-0.5200 c 1.3519,0.9879 2.3138,2.5218 2.3138 4.3936c -0.0000,3.5617 -2.6518,5.0695 -5.4855 5.0695c -3.9516,-0.0000 -6.3174,-2.5998 -6.3174 -5.0695c 0.0000,-3.4317 2.6778,-4.2376 4.8616 -4.2376c 0.2860,0.0000 0.4420,0.1820 0.4420 0.4680l -0.0000,6.8374 c 0.1560,0.0260 0.3120,0.0260 0.5200 0.0260c 2.6518,0.0000 4.7056,-1.8458 4.7056 -3.7177c 0.0000,-1.4299 -0.4680,-2.3398 -1.4559 -3.2497ZM 54.2725,236.9611 ZM 43.8214,231.8395 c -0.0000,0.5200 0.1300,0.6239 0.3120 0.6239c 0.1300,0.0000 0.3640,-0.1040 0.8319 -0.3900l 2.3398,-1.5859 c 0.1560,-0.0780 0.2340,-0.1560 0.2340 -0.2600c 0.0000,-0.0780 -0.0520,-0.1300 -0.1820 -0.2340l -2.3658,-1.6898 c -0.3640,-0.2860 -0.6499,-0.4420 -0.8579 -0.4420c -0.2080,-0.0000 -0.3120,0.1820 -0.3120 0.5459l -0.0000,0.4160 c -0.0000,0.0780 -0.0520,0.1560 -0.1820 0.1560l -0.4940,-0.0000 l -0.0780,-0.0780 c 0.0000,-0.0000 0.0520,-1.2219 0.0520 -2.0278c 0.0000,-0.8319 -0.0520,-2.1058 -0.0520 -2.1058l 0.0520,-0.0260 l 0.4940,0.0000 c 0.1820,0.0000 0.2080,0.1560 0.2080 0.3120c -0.0000,0.9619 0.3120,1.3519 1.5339 2.3138l 2.7817,2.1838 c 0.0780,0.0520 0.1300,0.0780 0.1820 0.0780c 0.0520,0.0000 0.1300,-0.0260 0.2080 -0.0780l 3.3017,-2.3398 c 1.6898,-1.1959 1.7158,-1.5339 1.7158 -2.3658c 0.0000,-0.2600 0.0520,-0.3640 0.2080 -0.3640l 0.4940,0.0000 l 0.0520,0.0260 c 0.0000,-0.0000 -0.0520,1.4039 -0.0520 2.2878c -0.0000,1.0659 0.0520,2.7038 0.0520 2.7038l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0520 -0.2080 -0.1820l 0.0000,-0.3120 c 0.0000,-0.4160 -0.0780,-0.5979 -0.2860 -0.5979c -0.2340,-0.0000 -0.6239,0.2860 -1.1699 0.7019l -2.0798,1.5079 c -0.1300,0.1040 -0.1820,0.1560 -0.1820 0.2340c -0.0000,0.0520 0.0780,0.1300 0.2340 0.2340l 2.3658,1.6378 c 0.5200,0.3900 0.6499,0.4680 0.8319 0.4680c 0.1820,0.0000 0.2860,-0.1560 0.2860 -0.5459l 0.0000,-0.3640 c 0.0000,-0.1300 0.0780,-0.1820 0.2080 -0.1820l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,1.3519 -0.0520 2.1838c -0.0000,0.7539 0.0520,1.9498 0.0520 1.9498l -0.0520,0.0520 l -0.4420,-0.0000 c -0.1560,-0.0000 -0.2600,-0.1040 -0.2600 -0.3380c 0.0000,-0.6239 -0.1300,-1.2219 -1.5339 -2.3138l -2.8077,-2.1838 c -0.0520,-0.0260 -0.1040,-0.0520 -0.1820 -0.0520c -0.0780,-0.0000 -0.1300,0.0260 -0.2080 0.0780l -3.3017,2.2618 c -1.0659,0.7279 -1.6898,1.1959 -1.6898 2.1058c -0.0000,0.1820 -0.0780,0.3640 -0.1820 0.3640l -0.4940,-0.0000 l -0.0780,-0.0520 l 0.0520,-2.0538 l -0.0520,-2.8857 l 0.0780,-0.0780 l 0.4680,0.0000 c 0.1300,0.0000 0.2080,0.1040 0.2080 0.2080l -0.0000,0.3900 ZM 54.2725,224.0402 ZM 44.1074,219.7766 l 6.6554,0.0000 c 1.6119,0.0000 2.3918,-0.1560 2.3918 -0.8579c 0.0000,-0.6759 -0.2080,-1.1959 -0.7279 -1.8718l 0.4420,-0.4680 c 1.1439,1.0139 1.7158,2.0538 1.7158 3.2497c -0.0000,1.1959 -0.7279,1.8978 -2.5738 1.8978l -7.9033,-0.0000 l -0.0000,1.6898 c -0.0000,0.0780 -0.0260,0.1040 -0.1040 0.1040l -0.8059,-0.0000 c -0.0780,-0.0000 -0.1040,-0.0260 -0.1040 -0.0780c 0.0000,-1.7418 -1.0139,-2.1578 -2.9897 -2.1578l -0.4940,-0.0000 l -0.5200,-1.5079 l 4.0036,0.0000 l 0.0000,-2.8597 c 0.0000,-0.1300 0.0520,-0.2080 0.1560 -0.2080l 0.5200,0.0000 c 0.2340,0.0000 0.3380,0.3640 0.3380 0.6239l -0.0000,2.4438 ZM 54.2725,209.6896 ZM 54.5845,200.4604 c -0.0000,5.5895 -4.3156,8.2672 -8.5012 8.2672c -5.1215,-0.0000 -8.9172,-3.9776 -8.9172 -8.2932c 0.0000,-3.1977 1.0919,-4.2116 1.1699 -5.6935c 1.4299,-0.0780 2.6778,-0.3120 4.0296 -0.5719l 0.1040,0.7799 c -2.2358,0.6759 -4.3416,2.1838 -4.3416 5.7715c -0.0000,2.0538 2.1838,5.7455 7.4613 5.7455c 3.7957,0.0000 7.9293,-1.9498 7.9293 -5.9795c 0.0000,-2.4178 -0.8579,-4.1856 -2.8857 -6.0314l 0.3900,-0.5979 c 2.3138,1.7678 3.5617,4.0816 3.5617 6.6034ZM 54.2725,192.9471 ZM 36.1261,188.7095 l 8.8132,0.0000 c -1.7418,-1.7418 -2.1578,-3.2757 -2.1578 -4.2896c 0.0000,-1.8718 1.4299,-2.8077 4.1076 -2.8077l 5.5115,0.0000 c 0.7539,0.0000 1.1439,-0.2600 1.1439 -1.1179l 0.0000,-0.4940 c 0.0000,-0.1040 0.0780,-0.2080 0.2080 -0.2080l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,1.7678 -0.0520 2.8077c -0.0000,0.9099 0.0520,2.6778 0.0520 2.6778l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0780 -0.2080 -0.2080l 0.0000,-0.4940 c 0.0000,-0.8839 -0.3900,-1.1179 -1.1439 -1.1179l -5.7975,-0.0000 c -2.1058,-0.0000 -2.5998,0.5719 -2.5998 2.0278c -0.0000,0.7539 0.6759,1.8718 1.8978 3.1197l 6.4994,0.0000 c 0.7539,0.0000 1.1439,-0.2600 1.1439 -1.1179l 0.0000,-0.4940 c 0.0000,-0.1040 0.0780,-0.2080 0.2080 -0.2080l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,1.7678 -0.0520 2.7817c -0.0000,0.9359 0.0520,2.6778 0.0520 2.6778l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0520 -0.2080 -0.1820l 0.0000,-0.4940 c 0.0000,-0.8839 -0.3900,-1.1179 -1.1439 -1.1179l -13.0248,-0.0000 c -1.4819,-0.0000 -1.8978,0.2340 -1.8978 0.7539l 0.1040,0.8579 c -0.0000,0.0780 -0.0520,0.1300 -0.1300 0.1300l -0.6499,0.0520 c 0.0000,-0.4160 -0.1560,-1.3519 -0.2340 -1.7938c -0.1040,-0.4680 -0.2080,-0.8579 -0.4420 -1.3779l 0.0000,-0.5719 ZM 54.2725,179.4803 ZM 47.9031,171.9150 l 0.5200,2.0538 c 0.7019,2.2878 1.8978,2.6258 3.0677 2.6258c 0.8059,0.0000 2.0278,-0.3900 2.0278 -2.0278c 0.0000,-0.7799 -0.7539,-1.9758 -1.3259 -2.6518l -4.2896,-0.0000 ZM 47.9031,171.9150 ZM 54.5845,170.2512 c -0.0000,0.9879 -0.8839,1.5339 -1.5079 1.6378l 0.4160,0.5979 c 0.8319,1.1959 1.0919,1.6378 1.0919 2.8337c -0.0000,1.8198 -1.0399,3.1457 -2.9897 3.1457c -1.9758,-0.0000 -3.3277,-1.6898 -3.9516 -4.1596l -0.5979,-2.3918 c -2.9377,-0.0000 -3.4837,1.3519 -3.4837 2.2358c -0.0000,0.9879 0.4420,2.1318 1.2479 2.1318c 0.2860,0.0000 0.4420,-0.0520 0.5200 -0.0780c 0.1040,-0.0520 0.2860,-0.0780 0.4680 -0.0780c 0.3380,0.0000 0.8579,0.2600 0.8579 1.0139c -0.0000,0.6239 -0.4160,1.0399 -1.0399 1.0399c -1.5079,-0.0000 -2.8337,-2.4438 -2.8337 -4.1076c 0.0000,-1.8978 0.7799,-4.0816 4.4716 -4.0816l 3.8216,0.0000 c 1.5859,0.0000 2.2618,-0.0260 2.2618 -0.6239c 0.0000,-0.5719 -0.7279,-0.7279 -1.2999 -0.7539l 0.1300,-0.6499 c 1.8978,0.1560 2.4178,0.9619 2.4178 2.2878ZM 54.2725,167.7554 ZM 52.4007,165.4416 l -6.4734,-0.0000 c -1.2999,-0.0000 -1.5859,0.1820 -1.5859 0.5719c -0.0000,0.3380 0.0260,0.6499 0.1300 1.0919l -0.7279,0.1300 c -0.2860,-1.6378 -0.3640,-1.9238 -0.7539 -2.7038c -0.1300,-0.2600 -0.2080,-0.4680 -0.2080 -0.6499l 0.0000,-0.3900 l 2.3398,0.0780 l 0.0000,-0.0780 c -1.0139,-0.6759 -2.3398,-1.8198 -2.3398 -3.0417c 0.0000,-1.0659 0.5200,-1.4559 1.1959 -1.4559c 0.6759,0.0000 1.0919,0.4420 1.0919 1.1179c -0.0000,0.5200 -0.2080,0.8059 -0.4680 1.0659c -0.1560,0.1560 -0.2340,0.3380 -0.2340 0.5200c -0.0000,0.2860 0.4680,0.8579 1.3519 1.4819c 0.2340,0.1820 0.5719,0.3120 0.9099 0.3120l 5.7715,0.0000 c 0.7539,0.0000 1.1439,-0.2600 1.1439 -1.1179l 0.0000,-0.7539 c 0.0000,-0.1300 0.0780,-0.2340 0.2080 -0.2340l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,2.0538 -0.0520 3.0677c -0.0000,0.9359 0.0520,2.7038 0.0520 2.7038l -0.0520,0.0260 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0520 -0.2080 -0.1820l 0.0000,-0.4940 c 0.0000,-0.8839 -0.3900,-1.1179 -1.1439 -1.1179ZM 54.2725,158.7343 ZM 44.1074,154.4706 l 6.6554,0.0000 c 1.6119,0.0000 2.3918,-0.1560 2.3918 -0.8579c 0.0000,-0.6759 -0.2080,-1.1959 -0.7279 -1.8718l 0.4420,-0.4680 c 1.1439,1.0139 1.7158,2.0538 1.7158 3.2497c -0.0000,1.1959 -0.7279,1.8978 -2.5738 1.8978l -7.9033,-0.0000 l -0.0000,1.6898 c -0.0000,0.0780 -0.0260,0.1040 -0.1040 0.1040l -0.8059,-0.0000 c -0.0780,-0.0000 -0.1040,-0.0260 -0.1040 -0.0780c 0.0000,-1.7418 -1.0139,-2.1578 -2.9897 -2.1578l -0.4940,-0.0000 l -0.5200,-1.5079 l 4.0036,0.0000 l 0.0000,-2.8597 c 0.0000,-0.1300 0.0520,-0.2080 0.1560 -0.2080l 0.5200,0.0000 c 0.2340,0.0000 0.3380,0.3640 0.3380 0.6239l -0.0000,2.4438 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,533.7993,186.6718)" stroke="none" text-anchor="middle">m
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 525.8404,214.5895 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,514.9567,192.8221)" stroke="none" text-anchor="middle">l
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 502.8887,220.7398 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,492.0050,198.9724)" stroke="none" text-anchor="middle">k
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 476.0570,226.8901 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,465.1733,205.1227)" stroke="none" text-anchor="middle">j
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 445.6136,233.0404 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,434.7299,211.2729)" stroke="none" text-anchor="middle">i
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 411.8625,239.1906 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,400.9788,217.4232)" stroke="none" text-anchor="middle">h
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 375.1410,245.3409 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,364.2573,223.5735)" stroke="none" text-anchor="middle">g
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 335.8161,251.4912 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,324.9324,229.7238)" stroke="none" text-anchor="middle">f
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 294.2806,257.6415 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,283.3969,235.8741)" stroke="none" text-anchor="middle">e
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.9496,263.7918 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,240.0659,242.0244)" stroke="none" text-anchor="middle">d
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 206.2560,269.9421 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,195.3723,248.1747)" stroke="none" text-anchor="middle">c
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.6463,276.0924 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,149.7626,254.3250)" stroke="none" text-anchor="middle">b
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 114.5764,282.2427 l -0.0000,-43.5348 h -21.7674 l -0.0000,43.5348 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="39.57711123733441px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.6926,260.4753)" stroke="none" text-anchor="middle">a
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 564.9643,311.3474 l -0.0000,-15.8308 h -277.0398 l -0.0000,15.8308 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="14.391676813576149px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,564.9643,303.4320)" stroke="none" text-anchor="end">text and glyphs have a similar feel
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 56.7782,124.5938 l -26.3847,0.0000 l -0.0000,131.9237 l 26.3847,0.0000 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" font-size="23.986128022626918px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.0000,-1.0000,1.0000,0.0000,43.5859,256.5175)" stroke="none" text-anchor="start">Text Chart
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 84.8184,253.9765 l -0.0000,-156.7656 h -3.1353 l -0.0000,156.7656 Z"/>
+    <path d="M 80.4015,256.5175 l -0.0000,-153.7572 h -3.0751 l -0.0000,153.7572 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 68.6544,100.3462 ZM 69.2575,95.7394 c 0.0000,-0.5927 0.5719,-1.4039 1.6638 -1.4039c 0.8007,-0.0000 1.7366,0.3016 1.7366 1.4975c 0.0000,0.7903 -0.4056,1.1855 -0.9671 1.7262l -0.9879,0.9567 c -0.0520,0.0520 -0.7487,0.7383 -0.7487 1.2271h 1.7678 c 0.3536,-0.0000 0.5408,-0.1768 0.6863 -0.7487l 0.2600,0.0416 l -0.2080,1.3103 h -3.2133 c 0.0000,-0.5823 0.0936,-1.0295 1.0607 -2.0174l 0.7279,-0.7175 c 0.5823,-0.5927 0.8215,-1.1023 0.8215 -1.7366c 0.0000,-0.9463 -0.6447,-1.2167 -0.9983 -1.2167c -0.7175,-0.0000 -0.9151,0.3744 -0.9151 0.6239c 0.0000,0.0832 0.0208,0.1664 0.0416 0.2392c 0.0208,0.0728 0.0416,0.1456 0.0416 0.2288c 0.0000,0.2704 -0.2080,0.3744 -0.3744 0.3744c -0.2288,-0.0000 -0.3952,-0.1768 -0.3952 -0.3848ZM 73.2091,100.3462 ZM 76.4224,98.5888 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 73.4824,108.9967 l -0.0000,-10.5539 h -10.5539 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.1154,97.2109 h 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,68.2055,103.7198)" stroke="none" text-anchor="middle">25
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 68.6544,131.6993 ZM 69.2575,127.0926 c 0.0000,-0.5927 0.5719,-1.4039 1.6638 -1.4039c 0.8007,-0.0000 1.7366,0.3016 1.7366 1.4975c 0.0000,0.7903 -0.4056,1.1855 -0.9671 1.7262l -0.9879,0.9567 c -0.0520,0.0520 -0.7487,0.7383 -0.7487 1.2271h 1.7678 c 0.3536,-0.0000 0.5408,-0.1768 0.6863 -0.7487l 0.2600,0.0416 l -0.2080,1.3103 h -3.2133 c 0.0000,-0.5823 0.0936,-1.0295 1.0607 -2.0174l 0.7279,-0.7175 c 0.5823,-0.5927 0.8215,-1.1023 0.8215 -1.7366c 0.0000,-0.9463 -0.6447,-1.2167 -0.9983 -1.2167c -0.7175,-0.0000 -0.9151,0.3744 -0.9151 0.6239c 0.0000,0.0832 0.0208,0.1664 0.0416 0.2392c 0.0208,0.0728 0.0416,0.1456 0.0416 0.2288c 0.0000,0.2704 -0.2080,0.3744 -0.3744 0.3744c -0.2288,-0.0000 -0.3952,-0.1768 -0.3952 -0.3848ZM 73.2091,131.6993 ZM 75.4865,126.0527 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 75.4865,126.0527 ZM 75.4449,131.8241 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 75.7888,102.7603 h 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.1154,128.5640 h 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 73.4824,139.7482 l -0.0000,-10.5539 h -10.5539 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 68.6544,163.0525 ZM 70.6094,158.0921 c -0.1976,-0.0000 -0.6551,0.1872 -0.8839 0.2912l -0.1248,-0.3224 c 0.9151,-0.4264 1.2687,-0.6447 1.7886 -1.0191h 0.1976 v 5.2307 c 0.0000,0.3744 0.0520,0.4784 0.3952 0.4784h 0.5408 c 0.0312,-0.0000 0.0832,0.0208 0.0832 0.0832v 0.2288 l -1.4247,-0.0208 l -1.4455,0.0208 v -0.2288 c 0.0104,-0.0312 0.0208,-0.0832 0.0832 -0.0832h 0.6239 c 0.3952,-0.0000 0.3952,-0.1768 0.3952 -0.4784v -3.5773 c 0.0000,-0.3536 0.0000,-0.6031 -0.2288 -0.6031ZM 73.2091,163.0525 ZM 76.4224,161.2950 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,68.2055,134.4712)" stroke="none" text-anchor="middle">20
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.1154,159.9171 h 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 75.7888,133.5118 h 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 68.6544,194.4056 ZM 70.6094,189.4452 c -0.1976,-0.0000 -0.6551,0.1872 -0.8839 0.2912l -0.1248,-0.3224 c 0.9151,-0.4264 1.2687,-0.6447 1.7886 -1.0191h 0.1976 v 5.2307 c 0.0000,0.3744 0.0520,0.4784 0.3952 0.4784h 0.5408 c 0.0312,-0.0000 0.0832,0.0208 0.0832 0.0832v 0.2288 l -1.4247,-0.0208 l -1.4455,0.0208 v -0.2288 c 0.0104,-0.0312 0.0208,-0.0832 0.0832 -0.0832h 0.6239 c 0.3952,-0.0000 0.3952,-0.1768 0.3952 -0.4784v -3.5773 c 0.0000,-0.3536 0.0000,-0.6031 -0.2288 -0.6031ZM 73.2091,194.4056 ZM 75.4865,188.7589 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 75.4865,188.7589 ZM 75.4449,194.5304 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 73.4824,170.4996 l -0.0000,-10.5539 h -10.5539 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.1154,191.2703 h 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,68.2055,165.2227)" stroke="none" text-anchor="middle">15
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.2091,225.7587 ZM 76.4224,224.0013 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 75.7888,164.2632 h 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.1154,222.6234 h 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 73.4824,201.2510 l -0.0000,-10.5539 h -10.5539 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 73.2091,257.1118 ZM 75.4865,251.4651 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 75.4865,251.4651 ZM 75.4449,257.2366 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,68.2055,195.9741)" stroke="none" text-anchor="middle">10
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 80.1154,253.9765 h 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 75.7888,195.0147 h 4.6127 "/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 73.4824,232.0025 l -0.0000,-10.5539 h -5.2769 l -0.0000,10.5539 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.8440,226.7255)" stroke="none" text-anchor="middle">5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 75.7888,225.7661 h 4.6127 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 73.4824,262.7539 l -0.0000,-10.5539 h -5.2769 l -0.0000,10.5539 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.8440,257.4770)" stroke="none" text-anchor="middle">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 75.7888,256.5175 h 4.6127 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.4852,272.7884 l -0.0000,-3.1353 h -470.2968 l -0.0000,3.1353 Z"/>
+    <path d="M 564.9643,274.9684 l -0.0000,-3.0751 h -461.2717 l -0.0000,3.0751 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 523.9426,286.0043 ZM 526.2200,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 526.2200,280.3576 ZM 526.1784,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 528.4973,286.0043 ZM 529.0901,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 530.7747,286.0043 ZM 534.0920,282.8429 c 0.0000,-0.1040 0.0104,-0.2600 0.0104 -0.3640c 0.0000,-1.7470 -0.7799,-2.1838 -1.3103 -2.1838c -0.4784,-0.0000 -0.9775,0.4472 -0.9775 1.5287c 0.0000,0.4992 0.2496,1.4871 1.2375 1.4871c 0.2184,-0.0000 0.6135,-0.0208 1.0399 -0.4680ZM 534.0920,282.8429 ZM 531.3571,285.8587 c 0.6863,-0.0624 1.2583,-0.2392 1.7678 -0.7279c 0.4680,-0.4680 0.8111,-1.1647 0.9359 -1.9966c -0.2392,0.2912 -0.8215,0.5096 -1.2063 0.5096c -1.5391,-0.0000 -1.7470,-1.2687 -1.7470 -1.7470c 0.0000,-0.7071 0.3536,-1.9030 1.7886 -1.9030c 0.7695,-0.0000 1.9238,0.4472 1.9238 2.5166c 0.0000,0.9567 -0.3328,1.8926 -1.0399 2.6102c -0.6655,0.6759 -1.3727,0.9567 -2.3918 1.0087Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 526.9297,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 529.6360,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,519.0143,284.0893)" stroke="none" text-anchor="middle">0.9
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 476.8928,286.0043 ZM 479.1702,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 479.1702,280.3576 ZM 479.1286,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 481.4476,286.0043 ZM 482.0404,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 483.7250,286.0043 ZM 486.0336,280.2432 c -0.5927,-0.0000 -0.9775,0.4680 -0.9775 0.9255c 0.0000,0.3016 0.1248,0.6655 0.7487 1.0711l 0.3016,0.1872 c 0.2704,-0.1976 0.9047,-0.6759 0.9047 -1.2063c 0.0000,-0.4576 -0.3328,-0.9775 -0.9775 -0.9775ZM 486.0336,280.2432 ZM 487.6246,281.2311 c 0.0000,0.6343 -0.7175,1.1335 -1.1543 1.4247l 0.6031,0.3952 c 0.5096,0.3328 0.7695,0.7903 0.7695 1.3623c 0.0000,0.7487 -0.6135,1.7158 -1.9030 1.7158c -1.0399,-0.0000 -1.7574,-0.5511 -1.7574 -1.5599c 0.0000,-0.3848 0.1664,-0.8319 0.5719 -1.1855c 0.2496,-0.2184 0.4680,-0.4056 0.7175 -0.5927l -0.1768,-0.1040 c -0.6031,-0.3744 -0.9047,-0.7799 -0.9047 -1.3311c 0.0000,-0.7591 0.6863,-1.3623 1.6950 -1.3623c 0.9671,-0.0000 1.5391,0.5304 1.5391 1.2375ZM 487.6246,281.2311 ZM 485.9608,285.8379 c 0.4472,-0.0000 1.2271,-0.2392 1.2271 -1.2271c 0.0000,-0.4680 -0.2912,-0.9359 -0.9047 -1.3103l -0.4576,-0.2808 c -0.8423,0.5615 -1.0295,1.2583 -1.0295 1.5495c 0.0000,0.8839 0.7175,1.2687 1.1647 1.2687Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 519.0143,271.8933 v 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 482.5863,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 480.7828,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 429.8431,286.0043 ZM 432.1205,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 432.1205,280.3576 ZM 432.0789,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 434.3979,286.0043 ZM 434.9906,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 436.6753,286.0043 ZM 438.2351,280.7215 c -0.4576,-0.0000 -0.6135,0.1872 -0.8111 0.7175l -0.2704,-0.0416 c 0.1248,-0.4264 0.2288,-0.8215 0.2600 -1.4039h 0.2184 c 0.0416,0.0624 0.0728,0.1144 0.3120 0.1144h 1.9758 c 0.3744,-0.0000 0.5927,-0.0104 0.7591 -0.0624l 0.1560,0.0728 c -1.1023,2.6830 -1.6846,4.3052 -2.2462 5.9795l -0.6759,0.0312 l -0.0312,-0.0624 c 0.6655,-1.4975 1.4559,-3.4317 2.2254 -5.3451h -1.8718 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,472.8674,284.0893)" stroke="none" text-anchor="middle">0.8
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 435.5366,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 472.8674,271.8933 v 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.7934,286.0043 ZM 385.0707,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 385.0707,280.3576 ZM 385.0291,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 387.3481,286.0043 ZM 387.9409,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 389.6255,286.0043 ZM 390.8318,283.2797 c -0.0104,0.1040 -0.0104,0.2600 -0.0104 0.3640c 0.0000,1.7470 0.7799,2.1838 1.2999 2.1838c 0.4784,-0.0000 0.9879,-0.4472 0.9879 -1.5287c 0.0000,-0.4888 -0.2496,-1.4871 -1.2479 -1.4871c -0.2184,-0.0000 -0.6135,0.0208 -1.0295 0.4680ZM 390.8318,283.2797 ZM 393.5564,280.2640 c -0.6759,0.0624 -1.2583,0.2392 -1.7574 0.7279c -0.4784,0.4680 -0.8215,1.1647 -0.9359 1.9966c 0.2392,-0.2912 0.8111,-0.5096 1.2063 -0.5096c 1.5391,-0.0000 1.7366,1.2687 1.7366 1.7470c 0.0000,0.7071 -0.3536,1.9030 -1.7886 1.9030c -0.7591,-0.0000 -1.9134,-0.4472 -1.9134 -2.5166c 0.0000,-0.9567 0.3224,-1.8926 1.0399 -2.6102c 0.6655,-0.6759 1.3623,-0.9567 2.3814 -1.0087Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 434.6360,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 388.4868,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,426.7206,284.0893)" stroke="none" text-anchor="middle">0.7
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 335.7436,286.0043 ZM 338.0210,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 338.0210,280.3576 ZM 337.9794,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 340.2984,286.0043 ZM 340.8911,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 342.5758,286.0043 ZM 345.7891,284.2468 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 426.7206,271.8933 v 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 341.4371,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 388.4891,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 288.6939,286.0043 ZM 290.9713,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 290.9713,280.3576 ZM 290.9297,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 293.2487,286.0043 ZM 293.8414,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 295.5261,286.0043 ZM 298.2090,282.3126 c 0.0000,-0.0728 0.0104,-0.1560 0.1040 -0.2080c 0.1144,-0.0832 0.3016,-0.1768 0.4576 -0.1768c 0.1352,-0.0000 0.1456,0.1144 0.1456 0.3224v 1.6742 h 0.8423 l -0.0624,0.4888 h -0.7799 v 0.8631 c 0.0000,0.2912 0.0416,0.4368 0.3432 0.4368h 0.2808 c 0.0624,-0.0000 0.0728,0.0520 0.0728 0.0728v 0.2288 c 0.0000,-0.0000 -0.6655,-0.0208 -1.1023 -0.0208c -0.3952,-0.0000 -1.0087,0.0208 -1.0087 0.0208v -0.2288 c 0.0000,-0.0208 0.0104,-0.0728 0.0728 -0.0728h 0.2808 c 0.3224,-0.0000 0.3536,-0.1352 0.3536 -0.4368v -0.8631 h -2.0382 c -0.0416,-0.0000 -0.0624,-0.0208 -0.0936 -0.0624l -0.0832,-0.1144 l -0.1248,-0.2184 c -0.0104,-0.0000 -0.0104,-0.0104 -0.0104 -0.0208c 0.0000,-0.0104 0.0104,-0.0208 0.0208 -0.0312c 0.6759,-0.7487 1.8718,-3.0677 2.2462 -3.9204c 0.0104,-0.0416 0.0312,-0.0520 0.0728 -0.0520c 0.0104,-0.0000 0.2392,0.0936 0.3640 0.1144c -0.4680,1.2583 -1.2375,2.6102 -1.9966 3.8164h 1.6430 v -1.6119 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,380.5737,284.0893)" stroke="none" text-anchor="middle">0.6
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.3874,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 380.5737,271.8933 v 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.6441,286.0043 ZM 243.9215,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 243.9215,280.3576 ZM 243.8799,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 246.1989,286.0043 ZM 246.7917,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 248.4763,286.0043 ZM 250.7225,280.3160 c -0.2600,-0.0000 -1.0191,0.1456 -1.0191 0.7799c 0.0000,0.1872 -0.0728,0.5096 -0.3536 0.5096c -0.2704,-0.0000 -0.2912,-0.3016 -0.2912 -0.3328c 0.0000,-0.3224 0.4264,-1.2791 1.8718 -1.2791c 1.0087,-0.0000 1.3103,0.6343 1.3103 1.0503c 0.0000,0.2600 -0.0832,0.7799 -1.0191 1.3727c 0.5823,0.0936 1.3519,0.5200 1.3519 1.6015c 0.0000,1.3727 -1.0399,2.1110 -2.2150 2.1110c -0.5927,-0.0000 -1.4247,-0.2600 -1.4247 -0.6551c 0.0000,-0.1560 0.1560,-0.3328 0.3640 -0.3328c 0.1976,-0.0000 0.2912,0.1040 0.3848 0.2392c 0.1144,0.1768 0.3016,0.4264 0.8007 0.4264c 0.3432,-0.0000 1.3207,-0.3432 1.3207 -1.6534c 0.0000,-1.1127 -0.7799,-1.2895 -1.3415 -1.2895c -0.0936,-0.0000 -0.2080,0.0208 -0.3224 0.0416l -0.0416,-0.3120 c 0.8007,-0.1352 1.4663,-0.9151 1.4663 -1.3935c 0.0000,-0.5927 -0.4160,-0.8839 -0.8423 -0.8839Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 342.3423,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 247.3376,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,334.4269,284.0893)" stroke="none" text-anchor="middle">0.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.5944,286.0043 ZM 196.8718,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 196.8718,280.3576 ZM 196.8302,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 199.1492,286.0043 ZM 199.7419,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 201.4266,286.0043 ZM 202.0297,281.3975 c 0.0000,-0.5927 0.5719,-1.4039 1.6638 -1.4039c 0.8007,-0.0000 1.7366,0.3016 1.7366 1.4975c 0.0000,0.7903 -0.4056,1.1855 -0.9671 1.7262l -0.9879,0.9567 c -0.0520,0.0520 -0.7487,0.7383 -0.7487 1.2271h 1.7678 c 0.3536,-0.0000 0.5408,-0.1768 0.6863 -0.7487l 0.2600,0.0416 l -0.2080,1.3103 h -3.2133 c 0.0000,-0.5823 0.0936,-1.0295 1.0607 -2.0174l 0.7279,-0.7175 c 0.5823,-0.5927 0.8215,-1.1023 0.8215 -1.7366c 0.0000,-0.9463 -0.6447,-1.2167 -0.9983 -1.2167c -0.7175,-0.0000 -0.9151,0.3744 -0.9151 0.6239c 0.0000,0.0832 0.0208,0.1664 0.0416 0.2392c 0.0208,0.0728 0.0416,0.1456 0.0416 0.2288c 0.0000,0.2704 -0.2080,0.3744 -0.3744 0.3744c -0.2288,-0.0000 -0.3952,-0.1768 -0.3952 -0.3848Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 334.4269,271.8933 v 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.2879,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 296.1955,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 147.5447,286.0043 ZM 149.8221,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 149.8221,280.3576 ZM 149.7805,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 152.0994,286.0043 ZM 152.6922,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 154.3768,286.0043 ZM 156.3319,281.0439 c -0.1976,-0.0000 -0.6551,0.1872 -0.8839 0.2912l -0.1248,-0.3224 c 0.9151,-0.4264 1.2687,-0.6447 1.7886 -1.0191h 0.1976 v 5.2307 c 0.0000,0.3744 0.0520,0.4784 0.3952 0.4784h 0.5408 c 0.0312,-0.0000 0.0832,0.0208 0.0832 0.0832v 0.2288 l -1.4247,-0.0208 l -1.4455,0.0208 v -0.2288 c 0.0104,-0.0312 0.0208,-0.0832 0.0832 -0.0832h 0.6239 c 0.3952,-0.0000 0.3952,-0.1768 0.3952 -0.4784v -3.5773 c 0.0000,-0.3536 0.0000,-0.6031 -0.2288 -0.6031Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,288.2800,284.0893)" stroke="none" text-anchor="middle">0.4
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.2381,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 288.2800,271.8933 v 4.6127 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.4949,286.0043 ZM 102.7723,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 102.7723,280.3576 ZM 102.7307,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 105.0497,286.0043 ZM 105.6425,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 107.3271,286.0043 ZM 109.6045,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 109.6045,280.3576 ZM 109.5629,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 250.0486,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 106.1884,269.6531 v 4.7030 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,242.1332,284.0893)" stroke="none" text-anchor="middle">0.3
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 242.1332,271.8933 v 4.6127 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 203.9018,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,195.9863,284.0893)" stroke="none" text-anchor="middle">0.2
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 195.9863,271.8933 v 4.6127 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 157.7549,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,149.8395,284.0893)" stroke="none" text-anchor="middle">0.1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.8395,271.8933 v 4.6127 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 111.6081,289.3662 l -0.0000,-10.5539 h -15.8308 l -0.0000,10.5539 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="9.594451209050765px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,103.6926,284.0893)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9327562008694346" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 103.6926,271.8933 v 4.6127 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 576.4852,253.9765 l -0.0000,-156.7656 h -470.2968 l -0.0000,156.7656 Z"/>
+    <path d="M 564.9643,256.5175 l -0.0000,-153.7572 h -461.2717 l -0.0000,153.7572 Z"/>
   </g>
 </svg>
diff --git a/other/text_PathExample.svg b/other/text_PathExample.svg
new file mode 100644
--- /dev/null
+++ b/other/text_PathExample.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
+  <defs>
+  </defs>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 0.0000,56.1212 ZM 6.0606,56.3636 c -2.8687,-0.0000 -4.6263,-2.4444 -4.6263 -6.7273c 0.0000,-4.3232 1.7576,-6.6465 4.6263 -6.6465c 2.8687,-0.0000 4.6263,2.3232 4.6263 6.6465c 0.0000,4.2828 -1.7576,6.7273 -4.6263 6.7273ZM 6.0606,56.3636 ZM 6.0606,55.0303 c 1.7980,-0.0000 3.0707,-1.6970 3.0707 -5.3939c 0.0000,-3.7172 -1.2727,-5.3131 -3.0707 -5.3131c -1.7980,-0.0000 -3.0707,1.5960 -3.0707 5.3131c 0.0000,3.6970 1.2727,5.3939 3.0707 5.3939ZM 6.0606,55.0303 ZM 6.0606,50.8485 c -0.6667,-0.0000 -1.2525,-0.5051 -1.2525 -1.3535c 0.0000,-0.8283 0.5859,-1.3333 1.2525 -1.3333c 0.6667,-0.0000 1.2525,0.5051 1.2525 1.3333c 0.0000,0.8485 -0.5859,1.3535 -1.2525 1.3535ZM 12.1212,56.1212 ZM 14.0808,56.1212 v -1.3737 h 3.7172 v -9.4949 h -2.8889 v -1.0707 c 1.5152,-0.2020 2.4848,-0.5051 3.3131 -0.9495h 1.2323 v 11.5152 h 3.3737 v 1.3737 h -8.7475 ZM 24.2424,56.1212 ZM 25.7172,56.1212 v -0.9899 c 4.3636,-3.8586 6.7677,-6.1212 6.7677 -8.2626c 0.0000,-1.4747 -0.9091,-2.5253 -2.8081 -2.5253c -1.2121,-0.0000 -2.2626,0.6869 -3.0909 1.5556l -0.9495,-0.9495 c 1.1515,-1.1717 2.4242,-1.9596 4.2424 -1.9596c 2.5859,-0.0000 4.2020,1.5152 4.2020 3.7980c 0.0000,2.4242 -2.4242,4.8283 -5.9394 8.0202c 0.8081,-0.0606 1.6364,-0.1212 2.4040 -0.1212h 4.2424 v 1.4343 h -9.0707 ZM 36.3636,56.1212 ZM 42.1616,56.3636 c -2.2222,-0.0000 -3.6970,-0.8687 -4.6465 -1.8182l 0.8485,-1.0909 c 0.8485,0.8081 2.0404,1.5354 3.6970 1.5354c 1.7576,-0.0000 3.0909,-0.9293 3.0909 -2.3636c 0.0000,-1.5354 -1.2929,-2.5657 -4.6869 -2.5657v -1.2727 c 3.0505,-0.0000 4.2222,-1.0505 4.2222 -2.4040c 0.0000,-1.2525 -1.0505,-2.0404 -2.6263 -2.0404c -1.2121,-0.0000 -2.3232,0.5455 -3.1717 1.3131l -0.8889,-1.0505 c 1.0707,-0.9293 2.4646,-1.6162 4.1212 -1.6162c 2.4242,-0.0000 4.2626,1.1919 4.2626 3.2727c 0.0000,1.5556 -1.1515,2.5455 -2.7475 3.0707v 0.0808 c 1.7172,0.3636 3.1919,1.4949 3.1919 3.2727c 0.0000,2.2828 -2.1010,3.6768 -4.6667 3.6768ZM 60.6061,56.1212 ZM 70.5657,55.1515 l -7.5354,-5.1111 v -1.2525 l 7.5354,-5.1111 v 1.5960 l -6.0808,4.1010 v 0.0808 l 6.0808,4.1010 v 1.5960 ZM 72.7273,56.1212 ZM 76.3636,53.8788 l -0.8485,-0.6061 l 2.1818,-3.3333 l -3.2727,-1.4141 l 0.3232,-0.9293 l 3.3737,1.1111 l 0.1818,-3.8182 h 0.9697 l 0.1818,3.8182 l 3.3737,-1.1111 l 0.3232,0.9293 l -3.2727,1.4141 l 2.1818,3.3333 l -0.8485,0.6061 l -2.4242,-3.2121 ZM 84.8485,56.1212 ZM 87.0101,55.1515 v -1.5960 l 6.0808,-4.1010 v -0.0808 l -6.0808,-4.1010 v -1.5960 l 7.5354,5.1111 v 1.2525 ZM 109.0909,56.1212 ZM 119.0505,55.1515 l -7.5354,-5.1111 v -1.2525 l 7.5354,-5.1111 v 1.5960 l -6.0808,4.1010 v 0.0808 l 6.0808,4.1010 v 1.5960 ZM 121.2121,56.1212 ZM 122.9293,53.8384 l 0.7879,-1.1515 c 1.0101,0.7273 2.2424,1.3737 3.7576 1.3737c 1.5960,-0.0000 2.4444,-0.7273 2.4444 -1.7576c 0.0000,-2.5051 -6.4040,-2.0606 -6.4040 -5.5758c 0.0000,-1.6970 1.3131,-2.8485 3.2727 -3.0505v -2.6667 h 1.2121 v 2.6465 c 1.4747,0.1212 2.4040,0.7475 3.2121 1.5354l -0.8889,0.9697 c -0.9091,-0.7071 -1.6162,-1.1515 -2.9697 -1.1515c -1.3535,-0.0000 -2.2222,0.6465 -2.2222 1.6768c 0.0000,2.2222 6.4242,1.7980 6.4242 5.4949c 0.0000,1.7374 -1.4343,2.9899 -3.5556 3.2121v 2.9495 h -1.2121 v -2.9293 c -1.4949,-0.1212 -2.9293,-0.7879 -3.8586 -1.5758ZM 133.3333,56.1212 ZM 135.4949,55.1515 v -1.5960 l 6.0808,-4.1010 v -0.0808 l -6.0808,-4.1010 v -1.5960 l 7.5354,5.1111 v 1.2525 ZM 157.5758,56.1212 ZM 167.5354,55.1515 l -7.5354,-5.1111 v -1.2525 l 7.5354,-5.1111 v 1.5960 l -6.0808,4.1010 v 0.0808 l 6.0808,4.1010 v 1.5960 ZM 169.6970,56.1212 ZM 175.0101,61.1717 v -20.2020 h 1.4949 v 20.2020 h -1.4949 ZM 193.9394,56.1212 ZM 199.2525,61.1717 v -20.2020 h 1.4949 v 20.2020 h -1.4949 ZM 206.0606,56.1212 ZM 208.2222,55.1515 v -1.5960 l 6.0808,-4.1010 v -0.0808 l -6.0808,-4.1010 v -1.5960 l 7.5354,5.1111 v 1.2525 ZM 230.3030,56.1212 ZM 240.2626,55.1515 l -7.5354,-5.1111 v -1.2525 l 7.5354,-5.1111 v 1.5960 l -6.0808,4.1010 v 0.0808 l 6.0808,4.1010 v 1.5960 ZM 242.4242,56.1212 ZM 244.5859,55.1515 v -1.5960 l 6.0808,-4.1010 v -0.0808 l -6.0808,-4.1010 v -1.5960 l 7.5354,5.1111 v 1.2525 ZM 266.6667,56.1212 ZM 276.6263,55.1515 l -7.5354,-5.1111 v -1.2525 l 7.5354,-5.1111 v 1.5960 l -6.0808,4.1010 v 0.0808 l 6.0808,4.1010 v 1.5960 ZM 278.7879,56.1212 ZM 280.5051,50.0808 v -1.2525 h 8.6869 v 1.2525 h -8.6869 ZM 303.0303,56.1212 ZM 304.7475,50.0808 v -1.2525 h 8.6869 v 1.2525 h -8.6869 ZM 315.1515,56.1212 ZM 317.3131,55.1515 v -1.5960 l 6.0808,-4.1010 v -0.0808 l -6.0808,-4.1010 v -1.5960 l 7.5354,5.1111 v 1.2525 ZM 339.3939,56.1212 ZM 341.1111,47.9192 v -1.2525 h 8.6869 v 1.2525 h -8.6869 ZM 341.1111,47.9192 ZM 341.1111,52.2424 v -1.2525 h 8.6869 v 1.2525 h -8.6869 ZM 351.5152,56.1212 ZM 353.6768,55.1515 v -1.5960 l 6.0808,-4.1010 v -0.0808 l -6.0808,-4.1010 v -1.5960 l 7.5354,5.1111 v 1.2525 ZM 375.7576,56.1212 ZM 381.8182,49.1313 c -0.9091,-0.0000 -1.6364,-0.6869 -1.6364 -1.6970c 0.0000,-1.0303 0.7273,-1.7172 1.6364 -1.7172c 0.9091,-0.0000 1.6364,0.6869 1.6364 1.7172c 0.0000,1.0101 -0.7273,1.6970 -1.6364 1.6970ZM 381.8182,49.1313 ZM 381.8182,56.3636 c -0.9091,-0.0000 -1.6364,-0.6869 -1.6364 -1.6970c 0.0000,-1.0303 0.7273,-1.7172 1.6364 -1.7172c 0.9091,-0.0000 1.6364,0.6869 1.6364 1.7172c 0.0000,1.0101 -0.7273,1.6970 -1.6364 1.6970ZM 387.8788,56.1212 ZM 393.9394,49.1313 c -0.9091,-0.0000 -1.6364,-0.6869 -1.6364 -1.6970c 0.0000,-1.0303 0.7273,-1.7172 1.6364 -1.7172c 0.9091,-0.0000 1.6364,0.6869 1.6364 1.7172c 0.0000,1.0101 -0.7273,1.6970 -1.6364 1.6970ZM 393.9394,49.1313 ZM 393.9394,56.3636 c -0.9091,-0.0000 -1.6364,-0.6869 -1.6364 -1.6970c 0.0000,-1.0303 0.7273,-1.7172 1.6364 -1.7172c 0.9091,-0.0000 1.6364,0.6869 1.6364 1.7172c 0.0000,1.0101 -0.7273,1.6970 -1.6364 1.6970Z"/>
+  </g>
+</svg>
diff --git a/other/text_SvgExample.svg b/other/text_SvgExample.svg
new file mode 100644
--- /dev/null
+++ b/other/text_SvgExample.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
+  <defs>
+  </defs>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" fill-rule="evenodd" stroke-width="0.6859943405700352" fill="rgb(93,165,218)" stroke-linecap="butt" font-family="Comic Sans MS" stroke-miterlimit="10.0">
+    <path d="M 400.0000,73.5294 l -0.0000,-47.0588 h -400.0000 l -0.0000,47.0588 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="42.78074866310159px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" font-family="Comic Sans MS" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,50.0000)" stroke="none" text-anchor="middle">abc &amp; 0123 &amp; POW!
+    </text>
+  </g>
+</svg>
diff --git a/other/textsExample.svg b/other/textsExample.svg
deleted file mode 100644
--- a/other/textsExample.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
-  <defs>
-  </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.3364,0.2365 ZM 200.3644,0.1227 h 0.0518 c 0.0077,-0.0000 0.0169,-0.0013 0.0177 -0.0013c 0.0019,-0.0000 0.0034,0.0005 0.0034 0.0016c 0.0000,0.0011 -0.0013,0.0042 -0.0058 0.0111l -0.0624,0.0920 h 0.0341 c 0.0156,-0.0000 0.0198,-0.0058 0.0262 -0.0198l 0.0034,-0.0077 l 0.0071,0.0019 c -0.0045,0.0153 -0.0074,0.0278 -0.0087 0.0360h -0.0801 c -0.0040,-0.0000 -0.0061,-0.0013 -0.0061 -0.0032c 0.0000,-0.0013 0.0003,-0.0021 0.0024 -0.0053l 0.0643,-0.0950 h -0.0357 c -0.0079,-0.0000 -0.0169,0.0045 -0.0222 0.0238l -0.0069,-0.0008 c 0.0021,-0.0130 0.0037,-0.0246 0.0040 -0.0365h 0.0066 c 0.0005,0.0016 0.0029,0.0032 0.0069 0.0032Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.6304,4.2237 ZM 200.6854,4.1153 c 0.0000,0.0013 -0.0016,0.0021 -0.0029 0.0021c -0.0079,-0.0000 -0.0114,0.0016 -0.0114 0.0058c 0.0000,0.0016 0.0005,0.0037 0.0016 0.0061l 0.0291,0.0682 l 0.0294,-0.0672 c 0.0013,-0.0024 0.0019,-0.0045 0.0019 -0.0061c 0.0000,-0.0056 -0.0053,-0.0069 -0.0111 -0.0069h -0.0011 c -0.0013,-0.0000 -0.0026,-0.0011 -0.0026 -0.0019v -0.0050 l 0.0005,-0.0008 c 0.0000,-0.0000 0.0156,0.0005 0.0249 0.0005c 0.0074,-0.0000 0.0183,-0.0005 0.0183 -0.0005l 0.0008,0.0005 v 0.0050 c 0.0000,0.0013 -0.0011,0.0021 -0.0029 0.0021c -0.0101,-0.0000 -0.0151,0.0103 -0.0188 0.0180c -0.0140,0.0296 -0.0257,0.0569 -0.0468 0.1079c -0.0079,0.0190 -0.0175,0.0413 -0.0362 0.0413c -0.0050,-0.0000 -0.0153,-0.0029 -0.0153 -0.0124c 0.0000,-0.0079 0.0058,-0.0103 0.0101 -0.0103c 0.0040,-0.0000 0.0066,0.0016 0.0082 0.0037c 0.0026,0.0026 0.0045,0.0045 0.0071 0.0045c 0.0040,-0.0000 0.0132,-0.0227 0.0198 -0.0389c 0.0016,-0.0032 0.0021,-0.0058 0.0021 -0.0082c 0.0000,-0.0026 -0.0024,-0.0098 -0.0045 -0.0151l -0.0333,-0.0775 c -0.0042,-0.0101 -0.0071,-0.0130 -0.0161 -0.0130c -0.0016,-0.0000 -0.0026,-0.0008 -0.0026 -0.0019v -0.0053 l 0.0005,-0.0005 c 0.0000,-0.0000 0.0116,0.0005 0.0196 0.0005c 0.0124,-0.0000 0.0315,-0.0005 0.0315 -0.0005l 0.0005,0.0008 v 0.0048 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.9120,8.2109 ZM 200.9641,8.1046 c -0.0053,-0.0000 -0.0063,0.0013 -0.0063 0.0032c 0.0000,0.0013 0.0011,0.0037 0.0040 0.0085l 0.0161,0.0238 c 0.0008,0.0016 0.0016,0.0024 0.0026 0.0024c 0.0008,-0.0000 0.0013,-0.0005 0.0024 -0.0019l 0.0172,-0.0241 c 0.0029,-0.0037 0.0045,-0.0066 0.0045 -0.0087c 0.0000,-0.0021 -0.0019,-0.0032 -0.0056 -0.0032h -0.0042 c -0.0008,-0.0000 -0.0016,-0.0005 -0.0016 -0.0019v -0.0050 l 0.0008,-0.0008 c 0.0000,-0.0000 0.0124,0.0005 0.0206 0.0005c 0.0085,-0.0000 0.0214,-0.0005 0.0214 -0.0005l 0.0003,0.0005 v 0.0050 c 0.0000,0.0019 -0.0016,0.0021 -0.0032 0.0021c -0.0098,-0.0000 -0.0138,0.0032 -0.0235 0.0156l -0.0222,0.0283 c -0.0005,0.0008 -0.0008,0.0013 -0.0008 0.0019c 0.0000,0.0005 0.0003,0.0013 0.0008 0.0021l 0.0238,0.0336 c 0.0122,0.0172 0.0156,0.0175 0.0241 0.0175c 0.0026,-0.0000 0.0037,0.0005 0.0037 0.0021v 0.0050 l -0.0003,0.0005 c 0.0000,-0.0000 -0.0143,-0.0005 -0.0233 -0.0005c -0.0108,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0032 c 0.0042,-0.0000 0.0061,-0.0008 0.0061 -0.0029c 0.0000,-0.0024 -0.0029,-0.0063 -0.0071 -0.0119l -0.0153,-0.0212 c -0.0011,-0.0013 -0.0016,-0.0019 -0.0024 -0.0019c -0.0005,-0.0000 -0.0013,0.0008 -0.0024 0.0024l -0.0167,0.0241 c -0.0040,0.0053 -0.0048,0.0066 -0.0048 0.0085c 0.0000,0.0019 0.0016,0.0029 0.0056 0.0029h 0.0037 c 0.0013,-0.0000 0.0019,0.0008 0.0019 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0138,-0.0005 -0.0222 -0.0005c -0.0077,-0.0000 -0.0198,0.0005 -0.0198 0.0005l -0.0005,-0.0005 v -0.0045 c 0.0000,-0.0016 0.0011,-0.0026 0.0034 -0.0026c 0.0063,-0.0000 0.0124,-0.0013 0.0235 -0.0156l 0.0222,-0.0286 c 0.0003,-0.0005 0.0005,-0.0011 0.0005 -0.0019c 0.0000,-0.0008 -0.0003,-0.0013 -0.0008 -0.0021l -0.0230,-0.0336 c -0.0074,-0.0108 -0.0122,-0.0172 -0.0214 -0.0172c -0.0019,-0.0000 -0.0037,-0.0008 -0.0037 -0.0019v -0.0050 l 0.0005,-0.0008 l 0.0209,0.0005 l 0.0294,-0.0005 l 0.0008,0.0008 v 0.0048 c 0.0000,0.0013 -0.0011,0.0021 -0.0021 0.0021h -0.0040 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.1297,12.1982 ZM 201.1832,12.0897 c 0.0000,0.0013 -0.0011,0.0021 -0.0024 0.0021h -0.0040 c -0.0058,-0.0000 -0.0077,0.0016 -0.0077 0.0042c 0.0000,0.0019 0.0011,0.0042 0.0024 0.0079l 0.0278,0.0698 l 0.0230,-0.0574 l -0.0048,-0.0119 c -0.0034,-0.0090 -0.0090,-0.0127 -0.0169 -0.0127c -0.0013,-0.0000 -0.0026,-0.0005 -0.0026 -0.0019v -0.0053 l 0.0005,-0.0005 c 0.0000,-0.0000 0.0148,0.0005 0.0241 0.0005l 0.0264,-0.0005 l 0.0008,0.0005 v 0.0050 c 0.0000,0.0013 -0.0013,0.0021 -0.0026 0.0021h -0.0048 c -0.0053,-0.0000 -0.0077,0.0011 -0.0077 0.0037c 0.0000,0.0021 0.0011,0.0048 0.0026 0.0085l 0.0275,0.0698 l 0.0275,-0.0685 c 0.0008,-0.0016 0.0013,-0.0037 0.0013 -0.0058c 0.0000,-0.0045 -0.0029,-0.0077 -0.0119 -0.0077h -0.0040 c -0.0013,-0.0000 -0.0024,-0.0011 -0.0024 -0.0019v -0.0053 l 0.0008,-0.0005 c 0.0000,-0.0000 0.0175,0.0005 0.0272 0.0005c 0.0090,-0.0000 0.0196,-0.0005 0.0196 -0.0005l 0.0003,0.0005 v 0.0050 c 0.0000,0.0016 -0.0016,0.0021 -0.0032 0.0021c -0.0066,-0.0000 -0.0135,0.0029 -0.0183 0.0145l -0.0360,0.0894 c -0.0016,0.0040 -0.0037,0.0056 -0.0061 0.0056c -0.0026,-0.0000 -0.0048,-0.0016 -0.0063 -0.0053l -0.0264,-0.0661 l -0.0264,0.0656 c -0.0019,0.0042 -0.0040,0.0058 -0.0063 0.0058c -0.0026,-0.0000 -0.0048,-0.0016 -0.0063 -0.0053l -0.0362,-0.0915 c -0.0040,-0.0103 -0.0087,-0.0127 -0.0167 -0.0127c -0.0013,-0.0000 -0.0032,-0.0005 -0.0032 -0.0019v -0.0053 l 0.0005,-0.0005 c 0.0000,-0.0000 0.0124,0.0005 0.0241 0.0005c 0.0122,-0.0000 0.0262,-0.0005 0.0262 -0.0005l 0.0005,0.0008 v 0.0048 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.3805,16.1854 ZM 201.4678,16.0791 h -0.0013 c -0.0013,-0.0000 -0.0021,-0.0011 -0.0021 -0.0019v -0.0053 l 0.0011,-0.0005 c 0.0000,-0.0000 0.0151,0.0005 0.0249 0.0005c 0.0069,-0.0000 0.0180,-0.0005 0.0180 -0.0005l 0.0005,0.0005 v 0.0048 c 0.0000,0.0013 -0.0013,0.0024 -0.0029 0.0024c -0.0077,-0.0000 -0.0138,0.0034 -0.0180 0.0138l -0.0365,0.0897 c -0.0019,0.0045 -0.0037,0.0061 -0.0063 0.0061c -0.0034,-0.0000 -0.0050,-0.0016 -0.0066 -0.0056l -0.0360,-0.0913 c -0.0037,-0.0095 -0.0093,-0.0127 -0.0169 -0.0127c -0.0013,-0.0000 -0.0026,-0.0005 -0.0026 -0.0019v -0.0053 l 0.0008,-0.0005 c 0.0000,-0.0000 0.0140,0.0005 0.0230 0.0005c 0.0103,-0.0000 0.0264,-0.0005 0.0264 -0.0005l 0.0011,0.0005 v 0.0050 c 0.0000,0.0019 -0.0016,0.0021 -0.0024 0.0021h -0.0045 c -0.0053,0.0003 -0.0077,0.0019 -0.0077 0.0045c 0.0000,0.0019 0.0011,0.0040 0.0026 0.0077l 0.0227,0.0577 l 0.0045,0.0122 l 0.0045,-0.0114 l 0.0235,-0.0579 c 0.0013,-0.0029 0.0021,-0.0053 0.0021 -0.0071c 0.0000,-0.0040 -0.0029,-0.0056 -0.0119 -0.0056Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.5617,20.1727 ZM 201.6751,20.1420 c 0.0000,0.0132 0.0013,0.0175 0.0066 0.0175c 0.0032,-0.0000 0.0090,-0.0005 0.0135 -0.0013l 0.0011,0.0074 c -0.0161,0.0029 -0.0291,0.0056 -0.0352 0.0103h -0.0058 l 0.0008,-0.0196 h -0.0008 c -0.0145,0.0159 -0.0264,0.0196 -0.0373 0.0196c -0.0262,-0.0000 -0.0331,-0.0177 -0.0331 -0.0360v -0.0603 c 0.0000,-0.0087 -0.0019,-0.0132 -0.0116 -0.0132c -0.0011,-0.0000 -0.0029,0.0003 -0.0045 0.0003l -0.0008,-0.0003 v -0.0069 l 0.0008,-0.0008 c 0.0000,-0.0000 0.0180,0.0005 0.0264 0.0005c 0.0037,-0.0000 0.0098,-0.0005 0.0098 -0.0005l -0.0003,0.0212 v 0.0563 c 0.0000,0.0235 0.0122,0.0278 0.0201 0.0278c 0.0061,-0.0000 0.0116,-0.0024 0.0172 -0.0063c 0.0063,-0.0048 0.0106,-0.0085 0.0132 -0.0119v -0.0653 c 0.0000,-0.0095 -0.0013,-0.0140 -0.0111 -0.0140c -0.0016,-0.0000 -0.0045,0.0003 -0.0053 0.0003l -0.0005,-0.0005 v -0.0066 l 0.0005,-0.0008 c 0.0000,-0.0000 0.0188,0.0005 0.0262 0.0005c 0.0061,-0.0000 0.0103,-0.0005 0.0103 -0.0005l -0.0003,0.0209 v 0.0624 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.7376,24.1599 ZM 201.7810,24.0565 v 0.0677 c 0.0000,0.0164 0.0016,0.0243 0.0087 0.0243c 0.0069,-0.0000 0.0122,-0.0021 0.0190 -0.0074l 0.0048,0.0045 c -0.0103,0.0116 -0.0209,0.0175 -0.0331 0.0175c -0.0122,-0.0000 -0.0193,-0.0074 -0.0193 -0.0262v -0.0804 h -0.0172 c -0.0008,-0.0000 -0.0011,-0.0003 -0.0011 -0.0011v -0.0082 c 0.0000,-0.0008 0.0003,-0.0011 0.0008 -0.0011c 0.0177,-0.0000 0.0220,-0.0103 0.0220 -0.0304v -0.0050 l 0.0153,-0.0053 v 0.0407 h 0.0291 c 0.0013,-0.0000 0.0021,0.0005 0.0021 0.0016v 0.0053 c 0.0000,0.0024 -0.0037,0.0034 -0.0063 0.0034h -0.0249 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.8384,28.1471 ZM 201.8497,28.1101 l 0.0071,-0.0003 c 0.0008,0.0066 0.0037,0.0193 0.0095 0.0254c 0.0026,0.0029 0.0098,0.0077 0.0196 0.0077c 0.0093,-0.0000 0.0230,-0.0074 0.0230 -0.0204c 0.0000,-0.0114 -0.0063,-0.0190 -0.0272 -0.0280c -0.0193,-0.0085 -0.0294,-0.0140 -0.0294 -0.0339c 0.0000,-0.0177 0.0156,-0.0304 0.0365 -0.0304c 0.0132,-0.0000 0.0230,0.0024 0.0312 0.0066c 0.0016,0.0085 0.0024,0.0175 0.0029 0.0270l -0.0071,0.0003 c -0.0056,-0.0217 -0.0214,-0.0259 -0.0270 -0.0259c -0.0101,-0.0000 -0.0204,0.0040 -0.0204 0.0185c 0.0000,0.0106 0.0050,0.0159 0.0196 0.0212c 0.0214,0.0079 0.0386,0.0175 0.0386 0.0386c 0.0000,0.0262 -0.0278,0.0339 -0.0402 0.0339c -0.0093,-0.0000 -0.0169,-0.0011 -0.0238 -0.0029c -0.0019,-0.0003 -0.0032,-0.0005 -0.0050 -0.0005c -0.0013,-0.0000 -0.0034,0.0003 -0.0061 0.0008c 0.0000,-0.0111 -0.0008,-0.0246 -0.0019 -0.0376Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.9126,32.1344 ZM 201.9361,32.1153 v -0.0659 c 0.0000,-0.0132 -0.0019,-0.0161 -0.0058 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0167,-0.0029 0.0196,-0.0037 0.0275 -0.0077c 0.0026,-0.0013 0.0048,-0.0021 0.0066 -0.0021h 0.0040 l -0.0008,0.0238 h 0.0008 c 0.0069,-0.0103 0.0185,-0.0238 0.0309 -0.0238c 0.0108,-0.0000 0.0148,0.0053 0.0148 0.0122c 0.0000,0.0069 -0.0045,0.0111 -0.0114 0.0111c -0.0053,-0.0000 -0.0082,-0.0021 -0.0108 -0.0048c -0.0016,-0.0016 -0.0034,-0.0024 -0.0053 -0.0024c -0.0029,-0.0000 -0.0087,0.0048 -0.0151 0.0138c -0.0019,0.0024 -0.0032,0.0058 -0.0032 0.0093v 0.0587 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0077 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0209,-0.0005 -0.0312 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0003,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.9248,36.1216 ZM 202.0142,36.0328 c -0.0071,-0.0119 -0.0161,-0.0190 -0.0272 -0.0190c -0.0212,-0.0000 -0.0325,0.0204 -0.0325 0.0479c 0.0000,0.0399 0.0233,0.0516 0.0386 0.0516c 0.0050,-0.0000 0.0143,-0.0005 0.0212 -0.0058v -0.0746 ZM 202.0142,36.0328 ZM 202.0142,36.1634 v -0.0473 c -0.0040,0.0034 -0.0124,0.0087 -0.0275 0.0087c -0.0381,-0.0000 -0.0524,-0.0333 -0.0524 -0.0579c 0.0000,-0.0349 0.0214,-0.0622 0.0537 -0.0622c 0.0130,-0.0000 0.0243,0.0037 0.0331 0.0114l 0.0040,-0.0063 c 0.0019,-0.0032 0.0037,-0.0050 0.0056 -0.0050c 0.0029,-0.0000 0.0034,0.0029 0.0034 0.0066v 0.1521 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0302,0.0005 -0.0302 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0077 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.9184,40.1089 ZM 201.9578,40.0258 v 0.0659 c 0.0093,0.0108 0.0180,0.0114 0.0222 0.0114c 0.0283,-0.0000 0.0346,-0.0264 0.0346 -0.0492c 0.0000,-0.0320 -0.0130,-0.0497 -0.0291 -0.0497c -0.0090,-0.0000 -0.0220,0.0077 -0.0278 0.0217ZM 201.9578,40.0258 ZM 201.9382,40.1507 v -0.1309 c 0.0000,-0.0101 -0.0024,-0.0119 -0.0061 -0.0119c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0169,-0.0029 0.0201,-0.0040 0.0275 -0.0077c 0.0029,-0.0013 0.0048,-0.0021 0.0066 -0.0021h 0.0040 l -0.0008,0.0212 h 0.0008 c 0.0122,-0.0185 0.0264,-0.0212 0.0349 -0.0212c 0.0257,-0.0000 0.0426,0.0267 0.0426 0.0548c 0.0000,0.0214 -0.0066,0.0378 -0.0185 0.0500c -0.0103,0.0103 -0.0212,0.0153 -0.0352 0.0153c -0.0095,-0.0000 -0.0169,-0.0021 -0.0238 -0.0058v 0.0444 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0050 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0183,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.8703,44.0961 ZM 201.8793,44.0419 c 0.0000,-0.0362 0.0196,-0.0627 0.0548 -0.0627c 0.0391,-0.0000 0.0542,0.0328 0.0542 0.0603c 0.0000,0.0264 -0.0172,0.0598 -0.0548 0.0598c -0.0354,-0.0000 -0.0542,-0.0304 -0.0542 -0.0574ZM 201.8793,44.0419 ZM 201.9312,43.9879 c -0.0212,-0.0000 -0.0309,0.0249 -0.0309 0.0479c 0.0000,0.0204 0.0116,0.0542 0.0378 0.0542c 0.0119,-0.0000 0.0294,-0.0071 0.0294 -0.0421c 0.0000,-0.0389 -0.0145,-0.0600 -0.0362 -0.0600Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.7776,48.0833 ZM 201.8739,48.0643 v -0.0579 c 0.0000,-0.0185 -0.0032,-0.0272 -0.0172 -0.0272c -0.0116,-0.0000 -0.0217,0.0045 -0.0352 0.0204v 0.0648 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0037 c 0.0013,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0167,-0.0005 -0.0270 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0659 c 0.0000,-0.0143 -0.0021,-0.0161 -0.0058 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0111,-0.0019 0.0190,-0.0032 0.0272 -0.0077c 0.0029,-0.0013 0.0050,-0.0021 0.0069 -0.0021h 0.0040 l -0.0008,0.0235 h 0.0008 c 0.0169,-0.0198 0.0296,-0.0235 0.0431 -0.0235c 0.0238,-0.0000 0.0288,0.0183 0.0288 0.0418v 0.0561 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0050 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0183,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0259,0.0005 -0.0259 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0037 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.6202,52.0706 ZM 201.7797,52.0515 v -0.0608 c 0.0000,-0.0177 -0.0069,-0.0243 -0.0169 -0.0243c -0.0103,-0.0000 -0.0185,0.0053 -0.0312 0.0193c 0.0005,0.0032 0.0005,0.0069 0.0005 0.0106v 0.0553 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0045 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0177,-0.0005 -0.0280 -0.0005c -0.0095,-0.0000 -0.0278,0.0005 -0.0278 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0053 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0603 c 0.0000,-0.0177 -0.0071,-0.0249 -0.0172 -0.0249c -0.0093,-0.0000 -0.0180,0.0066 -0.0304 0.0196v 0.0656 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0659 c 0.0000,-0.0151 -0.0024,-0.0161 -0.0058 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0167,-0.0029 0.0204,-0.0040 0.0275 -0.0077c 0.0026,-0.0013 0.0048,-0.0021 0.0066 -0.0021h 0.0040 l -0.0008,0.0230 h 0.0008 c 0.0124,-0.0132 0.0235,-0.0230 0.0399 -0.0230c 0.0148,-0.0000 0.0241,0.0108 0.0257 0.0227c 0.0153,-0.0159 0.0278,-0.0227 0.0421 -0.0227c 0.0233,-0.0000 0.0272,0.0193 0.0272 0.0428v 0.0550 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.5235,56.0578 ZM 201.5487,56.0388 v -0.1325 c 0.0000,-0.0151 -0.0026,-0.0193 -0.0079 -0.0193l -0.0085,0.0011 c -0.0008,-0.0000 -0.0016,-0.0005 -0.0016 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0140,-0.0016 0.0185 -0.0024c 0.0048,-0.0011 0.0085,-0.0021 0.0138 -0.0045h 0.0058 v 0.1656 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0063 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0193,-0.0005 -0.0296 -0.0005c -0.0093,-0.0000 -0.0286,0.0005 -0.0286 0.0005l -0.0003,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0063 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.2963,60.0451 ZM 201.3394,59.9890 v 0.0370 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0005 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0135,-0.0005 -0.0238 -0.0005c -0.0095,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.1325 c 0.0000,-0.0151 -0.0024,-0.0193 -0.0077 -0.0193l -0.0087,0.0011 c -0.0008,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0048,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 v 0.1219 c 0.0069,-0.0016 0.0204,-0.0135 0.0346 -0.0291c 0.0042,-0.0042 0.0053,-0.0077 0.0053 -0.0103c 0.0000,-0.0021 -0.0013,-0.0042 -0.0077 -0.0042h -0.0011 c -0.0013,-0.0000 -0.0021,-0.0011 -0.0021 -0.0021v -0.0050 l 0.0008,-0.0005 c 0.0000,-0.0000 0.0127,0.0005 0.0220 0.0005c 0.0103,-0.0000 0.0246,-0.0005 0.0246 -0.0005l 0.0011,0.0005 v 0.0050 c 0.0000,0.0013 -0.0016,0.0021 -0.0029 0.0021h -0.0019 c -0.0071,-0.0000 -0.0188,0.0058 -0.0254 0.0127l -0.0201,0.0222 c -0.0008,0.0008 -0.0011,0.0016 -0.0011 0.0026c 0.0000,0.0013 0.0005,0.0026 0.0013 0.0037l 0.0309,0.0458 c 0.0048,0.0071 0.0132,0.0119 0.0198 0.0119h 0.0019 c 0.0019,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0135,-0.0005 -0.0238 -0.0005c -0.0093,-0.0000 -0.0164,0.0005 -0.0164 0.0005l -0.0008,-0.0005 v -0.0050 c 0.0000,-0.0034 -0.0008,-0.0063 -0.0061 -0.0140l -0.0193,-0.0272 c -0.0053,-0.0077 -0.0090,-0.0095 -0.0156 -0.0095Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.0911,64.0323 ZM 201.1186,63.8813 c 0.0000,-0.0069 0.0056,-0.0127 0.0127 -0.0127c 0.0069,-0.0000 0.0127,0.0058 0.0127 0.0127c 0.0000,0.0071 -0.0058,0.0127 -0.0127 0.0127c -0.0071,-0.0000 -0.0127,-0.0056 -0.0127 -0.0127ZM 201.1186,63.8813 ZM 201.1046,64.0836 c 0.0116,-0.0000 0.0196,-0.0209 0.0196 -0.0582v -0.0780 c 0.0000,-0.0140 -0.0024,-0.0161 -0.0058 -0.0161c -0.0037,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0193,-0.0032 0.0251,-0.0063 0.0286 -0.0082c 0.0019,-0.0008 0.0029,-0.0016 0.0056 -0.0016h 0.0040 v 0.1018 c 0.0000,0.0346 -0.0026,0.0492 -0.0172 0.0640c -0.0071,0.0069 -0.0148,0.0101 -0.0212 0.0101c -0.0108,-0.0000 -0.0249,-0.0056 -0.0249 -0.0135c 0.0000,-0.0066 0.0040,-0.0101 0.0085 -0.0101c 0.0063,-0.0000 0.0098,0.0061 0.0111 0.0116c 0.0008,0.0026 0.0021,0.0042 0.0042 0.0042Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.8298,68.0196 ZM 200.8504,67.8685 c 0.0000,-0.0069 0.0056,-0.0127 0.0124 -0.0127c 0.0071,-0.0000 0.0127,0.0058 0.0127 0.0127c 0.0000,0.0071 -0.0056,0.0127 -0.0127 0.0127c -0.0069,-0.0000 -0.0124,-0.0056 -0.0124 -0.0127ZM 200.8504,67.8685 ZM 200.8756,68.0005 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0050 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0183,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0659 c 0.0000,-0.0140 -0.0024,-0.0161 -0.0061 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0169,-0.0029 0.0198,-0.0040 0.0275 -0.0077c 0.0029,-0.0011 0.0048,-0.0021 0.0066 -0.0021h 0.0040 v 0.0979 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.5046,72.0068 ZM 200.5477,71.8222 v 0.0897 c 0.0177,-0.0177 0.0333,-0.0220 0.0436 -0.0220c 0.0190,-0.0000 0.0286,0.0145 0.0286 0.0418v 0.0561 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0590 c 0.0000,-0.0214 -0.0058,-0.0264 -0.0206 -0.0264c -0.0077,-0.0000 -0.0190,0.0069 -0.0317 0.0193v 0.0661 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.1325 c 0.0000,-0.0151 -0.0024,-0.0193 -0.0077 -0.0193l -0.0087,0.0011 c -0.0008,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0048,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 200.1918,75.9940 ZM 200.2754,75.9192 c 0.0000,-0.0220 -0.0103,-0.0346 -0.0262 -0.0346c -0.0138,-0.0000 -0.0230,0.0095 -0.0230 0.0302c 0.0000,0.0138 0.0053,0.0354 0.0264 0.0354c 0.0093,-0.0000 0.0227,-0.0045 0.0227 -0.0309ZM 200.2754,75.9192 ZM 200.2259,75.9959 c -0.0082,0.0077 -0.0101,0.0159 -0.0101 0.0249c 0.0000,0.0198 0.0238,0.0257 0.0328 0.0257c 0.0227,-0.0000 0.0516,-0.0079 0.0516 -0.0270c 0.0000,-0.0069 -0.0037,-0.0114 -0.0140 -0.0164c -0.0074,-0.0037 -0.0183,-0.0066 -0.0309 -0.0066c -0.0021,-0.0000 -0.0050,0.0003 -0.0087 0.0005c -0.0037,0.0003 -0.0077,0.0003 -0.0106 0.0003c -0.0042,-0.0000 -0.0063,-0.0005 -0.0101 -0.0013ZM 200.2259,75.9959 ZM 200.3063,75.8914 c -0.0042,-0.0000 -0.0069,-0.0024 -0.0079 -0.0045c -0.0016,-0.0024 -0.0026,-0.0032 -0.0045 -0.0032c -0.0032,-0.0000 -0.0082,0.0037 -0.0101 0.0063c 0.0074,0.0079 0.0108,0.0156 0.0108 0.0280c 0.0000,0.0259 -0.0212,0.0399 -0.0434 0.0399c -0.0098,-0.0000 -0.0177,-0.0019 -0.0238 -0.0056c -0.0029,0.0045 -0.0045,0.0101 -0.0045 0.0153c 0.0000,0.0114 0.0087,0.0143 0.0161 0.0143c 0.0013,-0.0000 0.0045,-0.0003 0.0082 -0.0005c 0.0061,-0.0008 0.0127,-0.0013 0.0172 -0.0013c 0.0093,-0.0000 0.0267,0.0019 0.0373 0.0108c 0.0071,0.0066 0.0111,0.0130 0.0111 0.0214c 0.0000,0.0286 -0.0376,0.0436 -0.0717 0.0436c -0.0193,-0.0000 -0.0407,-0.0071 -0.0407 -0.0302c 0.0000,-0.0114 0.0071,-0.0235 0.0206 -0.0320c -0.0066,-0.0034 -0.0114,-0.0101 -0.0114 -0.0196c 0.0000,-0.0090 0.0040,-0.0204 0.0111 -0.0267c -0.0071,-0.0071 -0.0132,-0.0161 -0.0132 -0.0307c 0.0000,-0.0243 0.0214,-0.0399 0.0439 -0.0399c 0.0148,-0.0000 0.0241,0.0061 0.0270 0.0082c 0.0066,-0.0090 0.0185,-0.0135 0.0251 -0.0135c 0.0069,-0.0000 0.0116,0.0045 0.0116 0.0101c 0.0000,0.0058 -0.0037,0.0095 -0.0090 0.0095Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.8758,79.9813 ZM 199.9002,79.9622 v -0.0844 h -0.0183 c -0.0011,-0.0000 -0.0013,-0.0003 -0.0013 -0.0013v -0.0037 c 0.0000,-0.0021 0.0013,-0.0053 0.0061 -0.0053h 0.0135 v -0.0103 c 0.0000,-0.0413 0.0214,-0.0606 0.0436 -0.0606c 0.0101,-0.0000 0.0169,0.0026 0.0235 0.0071c 0.0053,0.0040 0.0077,0.0085 0.0077 0.0127c 0.0000,0.0056 -0.0040,0.0095 -0.0090 0.0095c -0.0053,-0.0000 -0.0087,-0.0029 -0.0108 -0.0074c -0.0034,-0.0087 -0.0085,-0.0130 -0.0164 -0.0130c -0.0087,-0.0000 -0.0188,0.0063 -0.0188 0.0471v 0.0148 h 0.0291 c 0.0013,-0.0000 0.0021,0.0005 0.0021 0.0016v 0.0053 c 0.0000,0.0024 -0.0037,0.0034 -0.0061 0.0034h -0.0251 v 0.0844 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0087 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0217,-0.0005 -0.0320 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.5006,83.9685 ZM 199.5307,83.8952 h 0.0487 c 0.0026,-0.0000 0.0037,-0.0013 0.0037 -0.0037c 0.0000,-0.0246 -0.0124,-0.0309 -0.0220 -0.0309c -0.0061,-0.0000 -0.0259,0.0024 -0.0304 0.0346ZM 199.5307,83.8952 ZM 199.6005,83.9439 l 0.0053,0.0042 c -0.0101,0.0138 -0.0257,0.0235 -0.0447 0.0235c -0.0362,-0.0000 -0.0516,-0.0270 -0.0516 -0.0558c 0.0000,-0.0402 0.0264,-0.0643 0.0516 -0.0643c 0.0349,-0.0000 0.0431,0.0272 0.0431 0.0495c 0.0000,0.0029 -0.0019,0.0045 -0.0048 0.0045h -0.0696 c -0.0003,0.0016 -0.0003,0.0032 -0.0003 0.0053c 0.0000,0.0270 0.0188,0.0479 0.0378 0.0479c 0.0145,-0.0000 0.0238,-0.0048 0.0331 -0.0148Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 199.1174,87.9558 ZM 199.2058,87.9322 v -0.0685 c -0.0063,-0.0101 -0.0135,-0.0156 -0.0259 -0.0156c -0.0053,-0.0000 -0.0161,0.0008 -0.0246 0.0132c -0.0037,0.0056 -0.0082,0.0169 -0.0082 0.0360c 0.0000,0.0346 0.0180,0.0505 0.0323 0.0505c 0.0087,-0.0000 0.0159,-0.0053 0.0264 -0.0156ZM 199.2058,87.9322 ZM 199.2256,87.7711 v 0.1529 c 0.0000,0.0079 0.0005,0.0122 0.0011 0.0140c 0.0008,0.0024 0.0037,0.0040 0.0058 0.0040c 0.0032,-0.0000 0.0090,-0.0000 0.0130 -0.0008l 0.0011,0.0074 c -0.0153,0.0026 -0.0291,0.0056 -0.0346 0.0103h -0.0063 l 0.0008,-0.0183 c -0.0101,0.0103 -0.0204,0.0183 -0.0339 0.0183c -0.0286,-0.0000 -0.0460,-0.0243 -0.0460 -0.0569c 0.0000,-0.0196 0.0053,-0.0360 0.0167 -0.0473c 0.0106,-0.0101 0.0222,-0.0159 0.0397 -0.0159c 0.0053,-0.0000 0.0169,0.0024 0.0230 0.0058v -0.0405 c 0.0000,-0.0151 -0.0024,-0.0193 -0.0077 -0.0193l -0.0087,0.0011 c -0.0005,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0050,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.7433,91.9430 ZM 198.8449,91.9189 c -0.0116,0.0201 -0.0243,0.0272 -0.0402 0.0272c -0.0317,-0.0000 -0.0516,-0.0241 -0.0516 -0.0582c 0.0000,-0.0376 0.0235,-0.0619 0.0521 -0.0619c 0.0254,-0.0000 0.0389,0.0130 0.0389 0.0270c 0.0000,0.0077 -0.0048,0.0116 -0.0103 0.0116c -0.0056,-0.0000 -0.0108,-0.0029 -0.0116 -0.0095c -0.0011,-0.0087 -0.0026,-0.0201 -0.0183 -0.0201c -0.0175,-0.0000 -0.0304,0.0185 -0.0304 0.0471c 0.0000,0.0309 0.0167,0.0524 0.0370 0.0524c 0.0114,-0.0000 0.0214,-0.0074 0.0296 -0.0193Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.3393,95.9302 ZM 198.3787,95.9157 c 0.0053,0.0063 0.0108,0.0085 0.0190 0.0085c 0.0251,-0.0000 0.0378,-0.0233 0.0378 -0.0534c 0.0000,-0.0270 -0.0138,-0.0463 -0.0299 -0.0463c -0.0029,-0.0000 -0.0167,0.0005 -0.0270 0.0114v 0.0799 ZM 198.3787,95.9157 ZM 198.3589,95.7787 c 0.0000,-0.0151 -0.0026,-0.0193 -0.0079 -0.0193l -0.0085,0.0011 c -0.0008,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0048,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 v 0.0820 c 0.0090,-0.0098 0.0196,-0.0145 0.0323 -0.0145c 0.0230,-0.0000 0.0450,0.0220 0.0450 0.0542c 0.0000,0.0421 -0.0296,0.0659 -0.0566 0.0659c -0.0114,-0.0000 -0.0198,-0.0032 -0.0275 -0.0098c -0.0024,0.0032 -0.0058,0.0071 -0.0082 0.0098l -0.0056,-0.0013 c 0.0008,-0.0063 0.0008,-0.0106 0.0008 -0.0209v -0.1322 Z"/>
-  </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 197.9448,99.9175 ZM 198.0218,99.8527 l -0.0209,0.0053 c -0.0233,0.0071 -0.0267,0.0193 -0.0267 0.0312c 0.0000,0.0082 0.0040,0.0206 0.0206 0.0206c 0.0079,-0.0000 0.0201,-0.0077 0.0270 -0.0135v -0.0436 ZM 198.0218,99.8527 ZM 198.0387,99.9207 c -0.0101,-0.0000 -0.0156,-0.0090 -0.0167 -0.0153l -0.0061,0.0042 c -0.0122,0.0085 -0.0167,0.0111 -0.0288 0.0111c -0.0185,-0.0000 -0.0320,-0.0106 -0.0320 -0.0304c 0.0000,-0.0201 0.0172,-0.0339 0.0423 -0.0402l 0.0243,-0.0061 c 0.0000,-0.0299 -0.0138,-0.0354 -0.0227 -0.0354c -0.0101,-0.0000 -0.0217,0.0045 -0.0217 0.0127c 0.0000,0.0029 0.0005,0.0045 0.0008 0.0053c 0.0005,0.0011 0.0008,0.0029 0.0008 0.0048c 0.0000,0.0034 -0.0026,0.0087 -0.0103 0.0087c -0.0063,-0.0000 -0.0106,-0.0042 -0.0106 -0.0106c 0.0000,-0.0153 0.0249,-0.0288 0.0418 -0.0288c 0.0193,-0.0000 0.0415,0.0079 0.0415 0.0455v 0.0389 c 0.0000,0.0161 0.0003,0.0230 0.0063 0.0230c 0.0058,-0.0000 0.0074,-0.0074 0.0077 -0.0132l 0.0066,0.0013 c -0.0016,0.0193 -0.0098,0.0246 -0.0233 0.0246Z"/>
-  </g>
-</svg>
diff --git a/other/timeExample.svg b/other/timeExample.svg
--- a/other/timeExample.svg
+++ b/other/timeExample.svg
@@ -4,586 +4,679 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 249.2228,42.5102 ZM 251.8166,34.3297 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 544.3898,42.5102 ZM 545.6582,41.4841 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 549.3352,42.5102 ZM 550.4468,34.3725 c 0.0000,-0.3705 0.2993,-0.6841 0.6698 -0.6841c 0.3848,-0.0000 0.6841,0.3135 0.6841 0.6841c 0.0000,0.3848 -0.2993,0.6841 -0.6841 0.6841c -0.3705,-0.0000 -0.6698,-0.2993 -0.6698 -0.6841ZM 550.4468,34.3725 ZM 551.8007,41.4841 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7553 -0.1283,-0.8694 -0.3278 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0689,-0.2138 1.4822 -0.4133c 0.1568,-0.0570 0.2565,-0.1140 0.3563 -0.1140h 0.2138 v 5.2731 ZM 553.0976,42.5102 ZM 554.5798,41.1563 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 559.7817,42.5102 ZM 562.8601,34.7145 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 566.0239,42.5102 ZM 568.7033,35.7121 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 575.8291,42.5102 ZM 579.5203,38.4770 h 2.5511 l -1.4109,-3.8052 l -1.4822,3.5487 c -0.0143,0.0570 -0.0285,0.0855 -0.0285 0.1283c 0.0000,0.0855 0.0998,0.1283 0.3705 0.1283ZM 579.5203,38.4770 ZM 577.8243,41.4841 c -0.0428,0.0998 -0.0570,0.1853 -0.0570 0.2708c 0.0000,0.2280 0.2280,0.3563 0.6556 0.3563h 0.4133 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.4109,-0.0285 -1.7530 -0.0285c -0.3705,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1710 c 0.5843,-0.0000 0.8409,-0.2708 1.0404 -0.7553l 3.3349,-7.7957 c 0.1283,-0.3278 0.2423,-0.4276 0.3848 -0.4276c 0.2565,-0.0000 0.3705,0.1425 0.4846 0.4276l 2.9216,7.7244 c 0.1995,0.5558 0.4846,0.8266 1.0546 0.8266h 0.1568 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2708 l -0.0428,0.0285 c 0.0000,-0.0000 -1.0974,-0.0285 -1.6532 -0.0285c -0.4988,-0.0000 -1.8955,0.0285 -1.8955 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.3990 c 0.4418,-0.0000 0.6698,-0.1568 0.6698 -0.3848c 0.0000,-0.0713 -0.0143,-0.1568 -0.0428 -0.2423l -0.9121,-2.4513 h -3.0071 c -0.3420,-0.0000 -0.4561,0.0855 -0.5131 0.2423ZM 585.7340,42.5102 ZM 591.8480,40.8570 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 593.1022,42.5102 ZM 597.6057,38.4770 c 0.0000,-1.1829 -0.5558,-1.8670 -1.4109 -1.8670c -0.7411,-0.0000 -1.2399,0.5131 -1.2399 1.6247c 0.0000,0.7411 0.2850,1.9097 1.4252 1.9097c 0.4988,-0.0000 1.2256,-0.2423 1.2256 -1.6674ZM 597.6057,38.4770 ZM 594.9406,42.6100 c -0.4418,0.4133 -0.5416,0.8551 -0.5416 1.3397c 0.0000,1.0689 1.2827,1.3824 1.7672 1.3824c 1.2256,-0.0000 2.7791,-0.4276 2.7791 -1.4537c 0.0000,-0.3705 -0.1995,-0.6128 -0.7553 -0.8836c -0.3990,-0.1995 -0.9834,-0.3563 -1.6674 -0.3563c -0.1140,-0.0000 -0.2708,0.0143 -0.4703 0.0285c -0.1995,0.0143 -0.4133,0.0143 -0.5701 0.0143c -0.2280,-0.0000 -0.3420,-0.0285 -0.5416 -0.0713ZM 594.9406,42.6100 ZM 599.2732,36.9806 c -0.2280,-0.0000 -0.3705,-0.1283 -0.4276 -0.2423c -0.0855,-0.1283 -0.1425,-0.1710 -0.2423 -0.1710c -0.1710,-0.0000 -0.4418,0.1995 -0.5416 0.3420c 0.3990,0.4276 0.5843,0.8409 0.5843 1.5107c 0.0000,1.3967 -1.1401,2.1520 -2.3373 2.1520c -0.5273,-0.0000 -0.9549,-0.0998 -1.2827 -0.2993c -0.1568,0.2423 -0.2423,0.5416 -0.2423 0.8266c 0.0000,0.6128 0.4703,0.7696 0.8694 0.7696c 0.0713,-0.0000 0.2423,-0.0143 0.4418 -0.0285c 0.3278,-0.0428 0.6841,-0.0713 0.9264 -0.0713c 0.4988,-0.0000 1.4394,0.0998 2.0095 0.5843c 0.3848,0.3563 0.5986,0.6983 0.5986 1.1544c 0.0000,1.5392 -2.0237,2.3515 -3.8622 2.3515c -1.0404,-0.0000 -2.1948,-0.3848 -2.1948 -1.6247c 0.0000,-0.6128 0.3848,-1.2684 1.1116 -1.7245c -0.3563,-0.1853 -0.6128,-0.5416 -0.6128 -1.0546c 0.0000,-0.4846 0.2138,-1.0974 0.5986 -1.4394c -0.3848,-0.3848 -0.7126,-0.8694 -0.7126 -1.6532c 0.0000,-1.3112 1.1544,-2.1520 2.3658 -2.1520c 0.7981,-0.0000 1.2969,0.3278 1.4537 0.4418c 0.3563,-0.4846 0.9976,-0.7268 1.3539 -0.7268c 0.3705,-0.0000 0.6271,0.2423 0.6271 0.5416c 0.0000,0.3135 -0.1995,0.5131 -0.4846 0.5131Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 517.3622,17.4508 l -0.0000,-17.4508 h -95.9797 l -0.0000,17.4508 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,469.3724,8.7254)" stroke="none" text-anchor="middle">Fri, 31 Aug
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 428.9083,66.2927 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>
+    <path d="M 474.4571,40.3322 l -0.0000,-10.1695 h -10.1695 l -0.0000,10.1695 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 342.4206,76.1475 ZM 343.5179,66.9409 h 6.0285 c 0.2993,-0.0000 0.3135,-0.2423 0.3135 -0.3278l 0.3705,-0.0570 c 0.0570,0.6983 0.1568,1.4394 0.3135 2.1948l -0.4133,0.0713 c -0.2850,-1.1401 -0.4846,-1.3112 -1.2684 -1.3112h -0.9406 c -0.5131,-0.0000 -0.6841,0.1140 -0.6841 0.5986v 7.0118 c 0.0000,0.4418 0.2280,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.2542,-0.0285 -1.8100 -0.0285c -0.4988,-0.0000 -1.8242,0.0285 -1.8242 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.0546 c 0.0000,-0.4418 -0.1710,-0.5558 -0.6983 -0.5558h -1.1971 c -0.7838,-0.0000 -0.9691,0.1710 -1.2542 1.3112l -0.4276,-0.0713 c 0.1710,-0.7553 0.2565,-1.4964 0.3135 -2.1948l 0.3848,0.0570 c 0.0000,0.0855 0.0000,0.3278 0.2993 0.3278ZM 350.6438,76.1475 ZM 356.7578,74.4943 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 358.0119,76.1475 ZM 359.6366,72.1998 h 2.6223 c 0.1425,-0.0000 0.1995,-0.0713 0.1995 -0.1995c 0.0000,-1.3254 -0.6698,-1.6674 -1.1829 -1.6674c -0.3278,-0.0000 -1.3967,0.1283 -1.6389 1.8670ZM 359.6366,72.1998 ZM 363.3991,74.8221 l 0.2850,0.2280 c -0.5416,0.7411 -1.3824,1.2684 -2.4085 1.2684c -1.9525,-0.0000 -2.7791,-1.4537 -2.7791 -3.0071c 0.0000,-2.1663 1.4252,-3.4632 2.7791 -3.4632c 1.8812,-0.0000 2.3230,1.4679 2.3230 2.6651c 0.0000,0.1568 -0.0998,0.2423 -0.2565 0.2423h -3.7482 c -0.0143,0.0855 -0.0143,0.1710 -0.0143 0.2850c 0.0000,1.4537 1.0119,2.5796 2.0380 2.5796c 0.7838,-0.0000 1.2827,-0.2565 1.7815 -0.7981ZM 364.1116,76.1475 ZM 365.5938,74.7936 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 370.7957,76.1475 ZM 373.8741,68.3518 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 377.0379,76.1475 ZM 379.7173,69.3494 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 386.8431,76.1475 ZM 387.7125,78.5275 c 0.6983,-0.0000 1.1686,-0.7411 1.1686 -3.3064v -7.0403 c 0.0000,-0.4276 -0.3135,-0.8409 -0.8694 -0.8409h -0.5273 c -0.0570,-0.0000 -0.1140,-0.0428 -0.1140 -0.1140v -0.2708 l 0.0285,-0.0143 c 0.0000,-0.0000 1.4822,0.0143 2.0380 0.0143c 0.4988,-0.0000 1.6960,-0.0143 1.6960 -0.0143l 0.0285,0.0143 v 0.2708 c 0.0000,0.0713 -0.0428,0.1140 -0.1140 0.1140h -0.2423 c -0.5843,-0.0000 -0.7696,0.2280 -0.7696 0.6271v 6.9406 c 0.0000,1.6674 -0.2423,2.5938 -1.0546 3.4489c -0.3705,0.3705 -0.8409,0.6128 -1.2542 0.6128c -0.4846,-0.0000 -1.4964,-0.1853 -1.4964 -0.9406c 0.0000,-0.3563 0.2423,-0.4276 0.4561 -0.4276c 0.3990,-0.0000 0.4988,0.3848 0.5416 0.5558c 0.0428,0.1710 0.0855,0.3705 0.4846 0.3705ZM 391.3324,76.1475 ZM 397.4464,74.4943 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 398.7005,76.1475 ZM 400.0544,75.1214 v -7.1401 c 0.0000,-0.8123 -0.1425,-1.0404 -0.4276 -1.0404l -0.4561,0.0570 c -0.0428,-0.0000 -0.0855,-0.0285 -0.0855 -0.0713l -0.0285,-0.3563 c 0.2280,-0.0000 0.7553,-0.0855 0.9976 -0.1283c 0.2565,-0.0570 0.4561,-0.1140 0.7411 -0.2423h 0.3135 v 8.9216 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.3420 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.4988,-0.0000 -1.5392,0.0285 -1.5392 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.3420 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 455.1552,57.4577 l -0.0000,-17.4508 h -95.9797 l -0.0000,17.4508 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,407.1654,48.7323)" stroke="none" text-anchor="middle">Tue, 31 Jul
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 376.7102,99.9300 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>
+    <path d="M 412.2501,80.3391 l -0.0000,-10.1695 h -10.1695 l -0.0000,10.1695 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 149.5473,110.8698 ZM 152.1411,102.6893 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 444.7144,110.8698 ZM 445.9828,109.8437 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 449.6597,110.8698 ZM 450.7713,102.7321 c 0.0000,-0.3705 0.2993,-0.6841 0.6698 -0.6841c 0.3848,-0.0000 0.6841,0.3135 0.6841 0.6841c 0.0000,0.3848 -0.2993,0.6841 -0.6841 0.6841c -0.3705,-0.0000 -0.6698,-0.2993 -0.6698 -0.6841ZM 450.7713,102.7321 ZM 452.1253,109.8437 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7553 -0.1283,-0.8694 -0.3278 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0689,-0.2138 1.4822 -0.4133c 0.1568,-0.0570 0.2565,-0.1140 0.3563 -0.1140h 0.2138 v 5.2731 ZM 453.4222,110.8698 ZM 454.9043,109.5159 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 460.1062,110.8698 ZM 460.9328,104.5563 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 466.3485,110.8698 ZM 470.8948,106.5373 c 0.0000,-0.1425 0.0143,-0.3563 0.0143 -0.4988c 0.0000,-2.3943 -1.0689,-2.9929 -1.7957 -2.9929c -0.6556,-0.0000 -1.3397,0.6128 -1.3397 2.0950c 0.0000,0.6841 0.3420,2.0380 1.6960 2.0380c 0.2993,-0.0000 0.8409,-0.0285 1.4252 -0.6413ZM 470.8948,106.5373 ZM 467.1466,110.6703 c 0.9406,-0.0855 1.7245,-0.3278 2.4228 -0.9976c 0.6413,-0.6413 1.1116,-1.5962 1.2827 -2.7363c -0.3278,0.3990 -1.1259,0.6983 -1.6532 0.6983c -2.1093,-0.0000 -2.3943,-1.7387 -2.3943 -2.3943c 0.0000,-0.9691 0.4846,-2.6081 2.4513 -2.6081c 1.0546,-0.0000 2.6366,0.6128 2.6366 3.4489c 0.0000,1.3112 -0.4561,2.5938 -1.4252 3.5772c -0.9121,0.9264 -1.8812,1.3112 -3.2779 1.3824ZM 476.1536,110.8698 ZM 477.0230,113.2498 c 0.6983,-0.0000 1.1686,-0.7411 1.1686 -3.3064v -7.0403 c 0.0000,-0.4276 -0.3135,-0.8409 -0.8694 -0.8409h -0.5273 c -0.0570,-0.0000 -0.1140,-0.0428 -0.1140 -0.1140v -0.2708 l 0.0285,-0.0143 c 0.0000,-0.0000 1.4822,0.0143 2.0380 0.0143c 0.4988,-0.0000 1.6960,-0.0143 1.6960 -0.0143l 0.0285,0.0143 v 0.2708 c 0.0000,0.0713 -0.0428,0.1140 -0.1140 0.1140h -0.2423 c -0.5843,-0.0000 -0.7696,0.2280 -0.7696 0.6271v 6.9406 c 0.0000,1.6674 -0.2423,2.5938 -1.0546 3.4489c -0.3705,0.3705 -0.8409,0.6128 -1.2542 0.6128c -0.4846,-0.0000 -1.4964,-0.1853 -1.4964 -0.9406c 0.0000,-0.3563 0.2423,-0.4276 0.4561 -0.4276c 0.3990,-0.0000 0.4988,0.3848 0.5416 0.5558c 0.0428,0.1710 0.0855,0.3705 0.4846 0.3705ZM 480.6429,110.8698 ZM 486.7569,109.2166 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 488.0111,110.8698 ZM 493.1987,109.8437 v -3.1211 c 0.0000,-0.9976 -0.1710,-1.4679 -0.9264 -1.4679c -0.6271,-0.0000 -1.1686,0.2423 -1.8955 1.0974v 3.4917 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.1995 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.8979,-0.0285 -1.4537 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7696 -0.1140,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.5986,-0.0998 1.0261,-0.1710 1.4679 -0.4133c 0.1568,-0.0713 0.2708,-0.1140 0.3705 -0.1140h 0.2138 l -0.0428,1.2684 h 0.0428 c 0.9121,-1.0689 1.5962,-1.2684 2.3230 -1.2684c 1.2827,-0.0000 1.5534,0.9834 1.5534 2.2518v 3.0214 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.3967,0.0285 -1.3967 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1995 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 395.6529,98.7551 l -0.0000,-17.4508 h -95.9797 l -0.0000,17.4508 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,347.6630,90.0297)" stroke="none" text-anchor="middle">Fri, 29 Jun
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 326.7815,134.6523 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>
+    <path d="M 352.7478,121.6365 l -0.0000,-10.1695 h -10.1695 l -0.0000,10.1695 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.7663,142.3369 ZM 241.5477,133.7004 c -0.7838,-0.0000 -0.9691,0.1710 -1.2542 1.3112l -0.4276,-0.0713 c 0.1710,-0.7553 0.2565,-1.4964 0.3135 -2.1948l 0.3848,0.0570 c 0.0000,0.0855 0.0000,0.3278 0.2993 0.3278h 5.5724 c 1.2542,-0.0000 1.6674,-0.1710 2.4228 -0.7411h 0.3135 v 4.8598 c 0.9549,-0.9549 1.7815,-1.1829 2.3373 -1.1829c 1.0261,-0.0000 1.5392,0.7838 1.5392 2.2518v 2.9929 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9691,-0.0285 -1.5249 -0.0285c -0.5131,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -2.8788 c 0.0000,-1.1544 -0.4418,-1.6960 -1.0974 -1.6960c -0.4133,-0.0000 -0.8694,0.2423 -1.7102 1.0404v 3.5344 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.2708 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9691,-0.0285 -1.5249 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -6.6555 c 0.0000,-0.7838 -0.1283,-0.9549 -1.1259 -0.9549h -1.7102 c -0.5131,-0.0000 -0.6841,0.1140 -0.6841 0.5986v 7.0118 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.2399,-0.0285 -1.7957 -0.0285c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3848 c 0.5843,-0.0000 0.7696,-0.2280 0.7696 -0.6271v -7.0546 c 0.0000,-0.4418 -0.1710,-0.5558 -0.6841 -0.5558h -1.1971 ZM 254.1462,142.3369 ZM 260.2602,140.6837 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 261.5144,142.3369 ZM 262.9966,140.9830 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 268.1984,142.3369 ZM 271.2768,134.5412 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 274.4407,142.3369 ZM 277.1200,135.5389 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 284.2458,142.3369 ZM 293.7232,141.0970 l -0.4276,-6.3705 l -3.2066,7.5392 c -0.0570,0.1140 -0.1140,0.1568 -0.1995 0.1568c -0.0855,-0.0000 -0.1710,-0.0570 -0.2138 -0.1568l -2.9786,-7.3966 l -0.5986,6.2422 c 0.0000,0.4133 0.0570,0.8266 0.4846 0.8266h 0.3705 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2565 l -0.0285,0.0428 c 0.0000,-0.0000 -0.7411,-0.0285 -1.3112 -0.0285c -0.4988,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1283 -0.1140h 0.3848 c 0.4561,-0.0000 0.5701,-0.4418 0.5986 -0.8266l 0.6556,-6.9548 c 0.0000,-0.4133 -0.0855,-0.6271 -0.5416 -0.6271h -0.4133 c -0.0998,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2565 l 0.0428,-0.0428 h 2.0950 l 2.9216,7.2541 c 0.0428,0.1283 0.0713,0.1853 0.1140 0.1853c 0.0285,-0.0000 0.0713,-0.0570 0.1283 -0.1995l 3.0926,-7.2399 h 1.8385 l 0.0285,0.0428 v 0.2565 c 0.0000,0.0855 -0.1140,0.0998 -0.1568 0.0998h -0.3848 c -0.4276,-0.0000 -0.5416,0.2565 -0.5416 0.6271l 0.4703,6.9406 c 0.0285,0.4561 0.1425,0.8409 0.6128 0.8409h 0.3848 c 0.0998,-0.0000 0.1568,0.0428 0.1568 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.5131,-0.0000 -1.5249,0.0285 -1.5249 0.0285l -0.0428,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0713,-0.1140 0.1283 -0.1140h 0.3848 c 0.4133,-0.0000 0.4703,-0.4703 0.4703 -0.8409ZM 296.2030,142.3369 ZM 300.3503,138.8453 l -1.1259,0.2850 c -1.2542,0.3848 -1.4394,1.0404 -1.4394 1.6817c 0.0000,0.4418 0.2138,1.1116 1.1116 1.1116c 0.4276,-0.0000 1.0831,-0.4133 1.4537 -0.7268v -2.3515 ZM 300.3503,138.8453 ZM 301.2624,142.5079 c -0.5416,-0.0000 -0.8409,-0.4846 -0.8979 -0.8266l -0.3278,0.2280 c -0.6556,0.4561 -0.8979,0.5986 -1.5534 0.5986c -0.9976,-0.0000 -1.7245,-0.5701 -1.7245 -1.6389c 0.0000,-1.0831 0.9264,-1.8242 2.2803 -2.1663l 1.3112,-0.3278 c 0.0000,-1.6104 -0.7411,-1.9097 -1.2256 -1.9097c -0.5416,-0.0000 -1.1686,0.2423 -1.1686 0.6841c 0.0000,0.1568 0.0285,0.2423 0.0428 0.2850c 0.0285,0.0570 0.0428,0.1568 0.0428 0.2565c 0.0000,0.1853 -0.1425,0.4703 -0.5558 0.4703c -0.3420,-0.0000 -0.5701,-0.2280 -0.5701 -0.5701c 0.0000,-0.8266 1.3397,-1.5534 2.2518 -1.5534c 1.0404,-0.0000 2.2375,0.4276 2.2375 2.4513v 2.0950 c 0.0000,0.8694 0.0143,1.2399 0.3420 1.2399c 0.3135,-0.0000 0.3990,-0.3990 0.4133 -0.7126l 0.3563,0.0713 c -0.0855,1.0404 -0.5273,1.3254 -1.2542 1.3254ZM 302.6305,142.3369 ZM 305.5949,136.4937 c 0.0000,0.0713 -0.0855,0.1140 -0.1568 0.1140c -0.4276,-0.0000 -0.6128,0.0855 -0.6128 0.3135c 0.0000,0.0855 0.0285,0.1995 0.0855 0.3278l 1.5677,3.6769 l 1.5819,-3.6199 c 0.0713,-0.1283 0.0998,-0.2423 0.0998 -0.3278c 0.0000,-0.2993 -0.2850,-0.3705 -0.5986 -0.3705h -0.0570 c -0.0713,-0.0000 -0.1425,-0.0570 -0.1425 -0.0998v -0.2708 l 0.0285,-0.0428 c 0.0000,-0.0000 0.8409,0.0285 1.3397 0.0285c 0.3990,-0.0000 0.9834,-0.0285 0.9834 -0.0285l 0.0428,0.0285 v 0.2708 c 0.0000,0.0713 -0.0570,0.1140 -0.1568 0.1140c -0.5416,-0.0000 -0.8123,0.5558 -1.0119 0.9691c -0.7553,1.5962 -1.3824,3.0641 -2.5226 5.8147c -0.4276,1.0261 -0.9406,2.2233 -1.9525 2.2233c -0.2708,-0.0000 -0.8266,-0.1568 -0.8266 -0.6698c 0.0000,-0.4276 0.3135,-0.5558 0.5416 -0.5558c 0.2138,-0.0000 0.3563,0.0855 0.4418 0.1995c 0.1425,0.1425 0.2423,0.2423 0.3848 0.2423c 0.2138,-0.0000 0.7126,-1.2256 1.0689 -2.0950c 0.0855,-0.1710 0.1140,-0.3135 0.1140 -0.4418c 0.0000,-0.1425 -0.1283,-0.5273 -0.2423 -0.8123l -1.7957,-4.1757 c -0.2280,-0.5416 -0.3848,-0.6983 -0.8694 -0.6983c -0.0855,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2850 l 0.0285,-0.0285 c 0.0000,-0.0000 0.6271,0.0285 1.0546 0.0285c 0.6698,-0.0000 1.6960,-0.0285 1.6960 -0.0285l 0.0285,0.0428 v 0.2565 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 338.8552,136.1809 l -0.0000,-17.4508 h -95.9797 l -0.0000,17.4508 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,290.8653,127.4555)" stroke="none" text-anchor="middle">Thu, 31 May
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 279.1224,166.1195 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>
+    <path d="M 295.9501,159.0623 l -0.0000,-10.1695 h -10.1695 l -0.0000,10.1695 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.3259,175.9742 ZM 196.8033,174.7343 l -0.4276,-6.3705 l -3.2066,7.5392 c -0.0570,0.1140 -0.1140,0.1568 -0.1995 0.1568c -0.0855,-0.0000 -0.1710,-0.0570 -0.2138 -0.1568l -2.9786,-7.3966 l -0.5986,6.2422 c 0.0000,0.4133 0.0570,0.8266 0.4846 0.8266h 0.3705 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2565 l -0.0285,0.0428 c 0.0000,-0.0000 -0.7411,-0.0285 -1.3112 -0.0285c -0.4988,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1283 -0.1140h 0.3848 c 0.4561,-0.0000 0.5701,-0.4418 0.5986 -0.8266l 0.6556,-6.9548 c 0.0000,-0.4133 -0.0855,-0.6271 -0.5416 -0.6271h -0.4133 c -0.0998,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2565 l 0.0428,-0.0428 h 2.0950 l 2.9216,7.2541 c 0.0428,0.1283 0.0713,0.1853 0.1140 0.1853c 0.0285,-0.0000 0.0713,-0.0570 0.1283 -0.1995l 3.0926,-7.2399 h 1.8385 l 0.0285,0.0428 v 0.2565 c 0.0000,0.0855 -0.1140,0.0998 -0.1568 0.0998h -0.3848 c -0.4276,-0.0000 -0.5416,0.2565 -0.5416 0.6271l 0.4703,6.9406 c 0.0285,0.4561 0.1425,0.8409 0.6128 0.8409h 0.3848 c 0.0998,-0.0000 0.1568,0.0428 0.1568 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.5131,-0.0000 -1.5249,0.0285 -1.5249 0.0285l -0.0428,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0713,-0.1140 0.1283 -0.1140h 0.3848 c 0.4133,-0.0000 0.4703,-0.4703 0.4703 -0.8409ZM 199.2830,175.9742 ZM 199.7676,173.0526 c 0.0000,-1.9525 1.0546,-3.3777 2.9501 -3.3777c 2.1093,-0.0000 2.9216,1.7672 2.9216 3.2494c 0.0000,1.4252 -0.9264,3.2209 -2.9501 3.2209c -1.9097,-0.0000 -2.9216,-1.6389 -2.9216 -3.0926ZM 199.7676,173.0526 ZM 202.5609,170.1452 c -1.1401,-0.0000 -1.6674,1.3397 -1.6674 2.5796c 0.0000,1.0974 0.6271,2.9216 2.0380 2.9216c 0.6413,-0.0000 1.5819,-0.3848 1.5819 -2.2660c 0.0000,-2.0950 -0.7838,-3.2351 -1.9525 -3.2351ZM 206.1096,175.9742 ZM 211.2972,174.9481 v -3.1211 c 0.0000,-0.9976 -0.1710,-1.4679 -0.9264 -1.4679c -0.6271,-0.0000 -1.1686,0.2423 -1.8955 1.0974v 3.4917 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.1995 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.8979,-0.0285 -1.4537 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7696 -0.1140,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.5986,-0.0998 1.0261,-0.1710 1.4679 -0.4133c 0.1568,-0.0713 0.2708,-0.1140 0.3705 -0.1140h 0.2138 l -0.0428,1.2684 h 0.0428 c 0.9121,-1.0689 1.5962,-1.2684 2.3230 -1.2684c 1.2827,-0.0000 1.5534,0.9834 1.5534 2.2518v 3.0214 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.3967,0.0285 -1.3967 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1995 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 213.5205,175.9742 ZM 215.0027,174.6203 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 220.2046,175.9742 ZM 223.2829,168.1785 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 226.4468,175.9742 ZM 229.5679,168.2355 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 229.5679,168.2355 ZM 229.5109,176.1452 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613ZM 236.2520,175.9742 ZM 239.9432,171.9410 h 2.5511 l -1.4109,-3.8052 l -1.4822,3.5487 c -0.0143,0.0570 -0.0285,0.0855 -0.0285 0.1283c 0.0000,0.0855 0.0998,0.1283 0.3705 0.1283ZM 239.9432,171.9410 ZM 238.2472,174.9481 c -0.0428,0.0998 -0.0570,0.1853 -0.0570 0.2708c 0.0000,0.2280 0.2280,0.3563 0.6556 0.3563h 0.4133 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.4109,-0.0285 -1.7530 -0.0285c -0.3705,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1710 c 0.5843,-0.0000 0.8409,-0.2708 1.0404 -0.7553l 3.3349,-7.7957 c 0.1283,-0.3278 0.2423,-0.4276 0.3848 -0.4276c 0.2565,-0.0000 0.3705,0.1425 0.4846 0.4276l 2.9216,7.7244 c 0.1995,0.5558 0.4846,0.8266 1.0546 0.8266h 0.1568 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2708 l -0.0428,0.0285 c 0.0000,-0.0000 -1.0974,-0.0285 -1.6532 -0.0285c -0.4988,-0.0000 -1.8955,0.0285 -1.8955 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.3990 c 0.4418,-0.0000 0.6698,-0.1568 0.6698 -0.3848c 0.0000,-0.0713 -0.0143,-0.1568 -0.0428 -0.2423l -0.9121,-2.4513 h -3.0071 c -0.3420,-0.0000 -0.4561,0.0855 -0.5131 0.2423ZM 246.1569,175.9742 ZM 248.2804,171.4992 v 3.5487 c 0.4988,0.5843 0.9691,0.6128 1.1971 0.6128c 1.5249,-0.0000 1.8670,-1.4252 1.8670 -2.6508c 0.0000,-1.7245 -0.6983,-2.6793 -1.5677 -2.6793c -0.4846,-0.0000 -1.1829,0.4133 -1.4964 1.1686ZM 248.2804,171.4992 ZM 247.2258,178.2260 v -7.0546 c 0.0000,-0.5416 -0.1283,-0.6413 -0.3278 -0.6413c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0831,-0.2138 1.4822 -0.4133c 0.1568,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.1401 h 0.0428 c 0.6556,-0.9976 1.4252,-1.1401 1.8812 -1.1401c 1.3824,-0.0000 2.2945,1.4394 2.2945 2.9501c 0.0000,1.1544 -0.3563,2.0380 -0.9976 2.6936c -0.5558,0.5558 -1.1401,0.8266 -1.8955 0.8266c -0.5131,-0.0000 -0.9121,-0.1140 -1.2827 -0.3135v 2.3943 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 252.9835,175.9742 ZM 254.2519,174.9481 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 276.6482,176.1878 l -0.0000,-17.4508 h -95.9797 l -0.0000,17.4508 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,228.6583,167.4624)" stroke="none" text-anchor="middle">Mon, 30 Apr
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 226.9242,199.7567 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>
+    <path d="M 233.7431,199.0692 l -0.0000,-10.1695 h -10.1695 l -0.0000,10.1695 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 0.0000,209.6115 ZM 2.5938,201.4310 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 295.1671,209.6115 ZM 296.4355,208.5853 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 300.1124,209.6115 ZM 301.2240,201.4737 c 0.0000,-0.3705 0.2993,-0.6841 0.6698 -0.6841c 0.3848,-0.0000 0.6841,0.3135 0.6841 0.6841c 0.0000,0.3848 -0.2993,0.6841 -0.6841 0.6841c -0.3705,-0.0000 -0.6698,-0.2993 -0.6698 -0.6841ZM 301.2240,201.4737 ZM 302.5780,208.5853 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7553 -0.1283,-0.8694 -0.3278 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0689,-0.2138 1.4822 -0.4133c 0.1568,-0.0570 0.2565,-0.1140 0.3563 -0.1140h 0.2138 v 5.2731 ZM 303.8749,209.6115 ZM 305.3570,208.2575 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 310.5589,209.6115 ZM 313.6373,201.8158 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 316.8012,209.6115 ZM 319.9223,201.8728 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 319.9223,201.8728 ZM 319.8653,209.7825 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613ZM 326.6063,209.6115 ZM 336.0837,208.3716 l -0.4276,-6.3705 l -3.2066,7.5392 c -0.0570,0.1140 -0.1140,0.1568 -0.1995 0.1568c -0.0855,-0.0000 -0.1710,-0.0570 -0.2138 -0.1568l -2.9786,-7.3966 l -0.5986,6.2422 c 0.0000,0.4133 0.0570,0.8266 0.4846 0.8266h 0.3705 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2565 l -0.0285,0.0428 c 0.0000,-0.0000 -0.7411,-0.0285 -1.3112 -0.0285c -0.4988,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1283 -0.1140h 0.3848 c 0.4561,-0.0000 0.5701,-0.4418 0.5986 -0.8266l 0.6556,-6.9548 c 0.0000,-0.4133 -0.0855,-0.6271 -0.5416 -0.6271h -0.4133 c -0.0998,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2565 l 0.0428,-0.0428 h 2.0950 l 2.9216,7.2541 c 0.0428,0.1283 0.0713,0.1853 0.1140 0.1853c 0.0285,-0.0000 0.0713,-0.0570 0.1283 -0.1995l 3.0926,-7.2399 h 1.8385 l 0.0285,0.0428 v 0.2565 c 0.0000,0.0855 -0.1140,0.0998 -0.1568 0.0998h -0.3848 c -0.4276,-0.0000 -0.5416,0.2565 -0.5416 0.6271l 0.4703,6.9406 c 0.0285,0.4561 0.1425,0.8409 0.6128 0.8409h 0.3848 c 0.0998,-0.0000 0.1568,0.0428 0.1568 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.5131,-0.0000 -1.5249,0.0285 -1.5249 0.0285l -0.0428,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0713,-0.1140 0.1283 -0.1140h 0.3848 c 0.4133,-0.0000 0.4703,-0.4703 0.4703 -0.8409ZM 338.5635,209.6115 ZM 342.7108,206.1198 l -1.1259,0.2850 c -1.2542,0.3848 -1.4394,1.0404 -1.4394 1.6817c 0.0000,0.4418 0.2138,1.1116 1.1116 1.1116c 0.4276,-0.0000 1.0831,-0.4133 1.4537 -0.7268v -2.3515 ZM 342.7108,206.1198 ZM 343.6229,209.7825 c -0.5416,-0.0000 -0.8409,-0.4846 -0.8979 -0.8266l -0.3278,0.2280 c -0.6556,0.4561 -0.8979,0.5986 -1.5534 0.5986c -0.9976,-0.0000 -1.7245,-0.5701 -1.7245 -1.6389c 0.0000,-1.0831 0.9264,-1.8242 2.2803 -2.1663l 1.3112,-0.3278 c 0.0000,-1.6104 -0.7411,-1.9097 -1.2256 -1.9097c -0.5416,-0.0000 -1.1686,0.2423 -1.1686 0.6841c 0.0000,0.1568 0.0285,0.2423 0.0428 0.2850c 0.0285,0.0570 0.0428,0.1568 0.0428 0.2565c 0.0000,0.1853 -0.1425,0.4703 -0.5558 0.4703c -0.3420,-0.0000 -0.5701,-0.2280 -0.5701 -0.5701c 0.0000,-0.8266 1.3397,-1.5534 2.2518 -1.5534c 1.0404,-0.0000 2.2375,0.4276 2.2375 2.4513v 2.0950 c 0.0000,0.8694 0.0143,1.2399 0.3420 1.2399c 0.3135,-0.0000 0.3990,-0.3990 0.4133 -0.7126l 0.3563,0.0713 c -0.0855,1.0404 -0.5273,1.3254 -1.2542 1.3254ZM 344.9910,209.6115 ZM 346.2594,208.5853 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 219.8505,216.1947 l -0.0000,-17.4508 h -95.9797 l -0.0000,17.4508 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,171.8607,207.4693)" stroke="none" text-anchor="middle">Fri, 30 Mar
+    </text>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 179.2651,233.3940 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>
+    <path d="M 176.9454,239.0761 l -0.0000,-10.1695 h -10.1695 l -0.0000,10.1695 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 91.0065,242.1636 ZM 95.6098,241.9926 c -0.0570,0.1995 -0.1995,0.3420 -0.3990 0.3420c -0.2138,-0.0000 -0.3848,-0.1140 -0.4703 -0.3420l -2.5938,-7.8384 c -0.1283,-0.3563 -0.3848,-0.7981 -0.7838 -0.7981h -0.1853 c -0.0998,-0.0000 -0.1710,-0.0428 -0.1710 -0.0998v -0.2708 l 0.0285,-0.0285 c 0.0000,-0.0000 0.7411,0.0143 1.2827 0.0143c 0.7268,-0.0000 1.7245,-0.0143 1.7245 -0.0143l 0.0285,0.0285 v 0.2565 c 0.0000,0.0713 -0.0428,0.1140 -0.1283 0.1140h -0.3135 c -0.2708,-0.0000 -0.3990,0.0998 -0.3990 0.2850c 0.0000,0.0998 0.0285,0.2138 0.0855 0.3705l 2.1663,6.5700 l 1.5107,-4.7173 c 0.0570,-0.1710 0.0998,-0.3563 0.0998 -0.5416c 0.0000,-0.1283 -0.0143,-0.2565 -0.0713 -0.3990l -0.2993,-0.9121 c -0.1140,-0.3848 -0.3705,-0.6556 -0.9264 -0.6556h -0.0428 c -0.0998,-0.0000 -0.1710,-0.0428 -0.1710 -0.0998v -0.2708 l 0.0285,-0.0285 c 0.0000,-0.0000 0.7981,0.0143 1.3682 0.0143c 0.6983,-0.0000 1.8242,-0.0143 1.8242 -0.0143l 0.0428,0.0285 v 0.2708 c 0.0000,0.0713 -0.0713,0.0998 -0.1283 0.0998h -0.4133 c -0.2850,-0.0000 -0.3990,0.1995 -0.3990 0.4418c 0.0000,0.1425 0.0285,0.2993 0.0855 0.4703l 2.0950,6.3420 l 2.1805,-6.5558 c 0.0285,-0.1140 0.0570,-0.2280 0.0570 -0.3278c 0.0000,-0.2138 -0.1283,-0.3705 -0.4846 -0.3705h -0.3848 c -0.0713,-0.0000 -0.1140,-0.0570 -0.1140 -0.0998v -0.2708 l 0.0285,-0.0285 c 0.0000,-0.0000 0.8551,0.0143 1.4537 0.0143c 0.4561,-0.0000 1.2114,-0.0143 1.2114 -0.0143l 0.0143,0.0143 v 0.2708 c 0.0000,0.1140 -0.1568,0.1140 -0.1568 0.1140h -0.1568 c -0.4133,-0.0000 -0.6983,0.1568 -0.8836 0.7126l -2.6223,7.9382 c -0.0713,0.2138 -0.2280,0.3278 -0.4276 0.3278c -0.1853,-0.0000 -0.3705,-0.0998 -0.4561 -0.3420l -1.6674,-5.0594 c -0.0713,-0.1995 -0.1425,-0.3990 -0.1995 -0.3990c -0.0713,-0.0000 -0.1425,0.1853 -0.1995 0.3563ZM 104.0468,242.1636 ZM 105.6715,238.2159 h 2.6223 c 0.1425,-0.0000 0.1995,-0.0713 0.1995 -0.1995c 0.0000,-1.3254 -0.6698,-1.6674 -1.1829 -1.6674c -0.3278,-0.0000 -1.3967,0.1283 -1.6389 1.8670ZM 105.6715,238.2159 ZM 109.4339,240.8382 l 0.2850,0.2280 c -0.5416,0.7411 -1.3824,1.2684 -2.4085 1.2684c -1.9525,-0.0000 -2.7791,-1.4537 -2.7791 -3.0071c 0.0000,-2.1663 1.4252,-3.4632 2.7791 -3.4632c 1.8812,-0.0000 2.3230,1.4679 2.3230 2.6651c 0.0000,0.1568 -0.0998,0.2423 -0.2565 0.2423h -3.7482 c -0.0143,0.0855 -0.0143,0.1710 -0.0143 0.2850c 0.0000,1.4537 1.0119,2.5796 2.0380 2.5796c 0.7838,-0.0000 1.2827,-0.2565 1.7815 -0.7981ZM 109.4482,242.1636 ZM 114.2082,240.8952 v -3.6912 c -0.3420,-0.5416 -0.7268,-0.8409 -1.3967 -0.8409c -0.2850,-0.0000 -0.8694,0.0428 -1.3254 0.7126c -0.1995,0.2993 -0.4418,0.9121 -0.4418 1.9382c 0.0000,1.8670 0.9691,2.7221 1.7387 2.7221c 0.4703,-0.0000 0.8551,-0.2850 1.4252 -0.8409ZM 114.2082,240.8952 ZM 115.2771,232.2160 v 8.2375 c 0.0000,0.4276 0.0285,0.6556 0.0570 0.7553c 0.0428,0.1283 0.1995,0.2138 0.3135 0.2138c 0.1710,-0.0000 0.4846,-0.0000 0.6983 -0.0428l 0.0570,0.3990 c -0.8266,0.1425 -1.5677,0.2993 -1.8670 0.5558h -0.3420 l 0.0428,-0.9834 c -0.5416,0.5558 -1.0974,0.9834 -1.8242 0.9834c -1.5392,-0.0000 -2.4798,-1.3112 -2.4798 -3.0641c 0.0000,-1.0546 0.2850,-1.9382 0.8979 -2.5511c 0.5701,-0.5416 1.1971,-0.8551 2.1378 -0.8551c 0.2850,-0.0000 0.9121,0.1283 1.2399 0.3135v -2.1805 c 0.0000,-0.8123 -0.1283,-1.0404 -0.4133 -1.0404l -0.4703,0.0570 c -0.0285,-0.0000 -0.0713,-0.0285 -0.0713 -0.0713l -0.0285,-0.3563 c 0.2280,-0.0000 0.7411,-0.0855 0.9834 -0.1283c 0.2708,-0.0570 0.4703,-0.1140 0.7553 -0.2423h 0.3135 ZM 116.4885,242.1636 ZM 117.9707,240.8097 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 123.1726,242.1636 ZM 123.9992,235.8501 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 129.4148,242.1636 ZM 132.5787,234.2682 c -0.8123,-0.0000 -1.3397,0.6413 -1.3397 1.2684c 0.0000,0.4133 0.1710,0.9121 1.0261 1.4679l 0.4133,0.2565 c 0.3705,-0.2708 1.2399,-0.9264 1.2399 -1.6532c 0.0000,-0.6271 -0.4561,-1.3397 -1.3397 -1.3397ZM 132.5787,234.2682 ZM 134.7592,235.6221 c 0.0000,0.8694 -0.9834,1.5534 -1.5819 1.9525l 0.8266,0.5416 c 0.6983,0.4561 1.0546,1.0831 1.0546 1.8670c 0.0000,1.0261 -0.8409,2.3515 -2.6081 2.3515c -1.4252,-0.0000 -2.4085,-0.7553 -2.4085 -2.1378c 0.0000,-0.5273 0.2280,-1.1401 0.7838 -1.6247c 0.3420,-0.2993 0.6413,-0.5558 0.9834 -0.8123l -0.2423,-0.1425 c -0.8266,-0.5131 -1.2399,-1.0689 -1.2399 -1.8242c 0.0000,-1.0404 0.9406,-1.8670 2.3230 -1.8670c 1.3254,-0.0000 2.1093,0.7268 2.1093 1.6960ZM 134.7592,235.6221 ZM 132.4789,241.9356 c 0.6128,-0.0000 1.6817,-0.3278 1.6817 -1.6817c 0.0000,-0.6413 -0.3990,-1.2827 -1.2399 -1.7957l -0.6271,-0.3848 c -1.1544,0.7696 -1.4109,1.7245 -1.4109 2.1235c 0.0000,1.2114 0.9834,1.7387 1.5962 1.7387ZM 139.2200,242.1636 ZM 141.8138,233.9832 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 146.1606,242.1636 ZM 147.7853,238.2159 h 2.6223 c 0.1425,-0.0000 0.1995,-0.0713 0.1995 -0.1995c 0.0000,-1.3254 -0.6698,-1.6674 -1.1829 -1.6674c -0.3278,-0.0000 -1.3967,0.1283 -1.6389 1.8670ZM 147.7853,238.2159 ZM 151.5477,240.8382 l 0.2850,0.2280 c -0.5416,0.7411 -1.3824,1.2684 -2.4085 1.2684c -1.9525,-0.0000 -2.7791,-1.4537 -2.7791 -3.0071c 0.0000,-2.1663 1.4252,-3.4632 2.7791 -3.4632c 1.8812,-0.0000 2.3230,1.4679 2.3230 2.6651c 0.0000,0.1568 -0.0998,0.2423 -0.2565 0.2423h -3.7482 c -0.0143,0.0855 -0.0143,0.1710 -0.0143 0.2850c 0.0000,1.4537 1.0119,2.5796 2.0380 2.5796c 0.7838,-0.0000 1.2827,-0.2565 1.7815 -0.7981ZM 152.2603,242.1636 ZM 154.3838,241.3798 c 0.2850,0.3420 0.5843,0.4561 1.0261 0.4561c 1.3539,-0.0000 2.0380,-1.2542 2.0380 -2.8788c 0.0000,-1.4537 -0.7411,-2.4940 -1.6104 -2.4940c -0.1568,-0.0000 -0.8979,0.0285 -1.4537 0.6128v 4.3040 ZM 154.3838,241.3798 ZM 153.3149,233.9974 c 0.0000,-0.8123 -0.1425,-1.0404 -0.4276 -1.0404l -0.4561,0.0570 c -0.0428,-0.0000 -0.0713,-0.0285 -0.0713 -0.0713l -0.0285,-0.3563 c 0.2280,-0.0000 0.7411,-0.0855 0.9834 -0.1283c 0.2565,-0.0570 0.4703,-0.1140 0.7553 -0.2423h 0.3135 v 4.4180 c 0.4846,-0.5273 1.0546,-0.7838 1.7387 -0.7838c 1.2399,-0.0000 2.4228,1.1829 2.4228 2.9216c 0.0000,2.2660 -1.5962,3.5487 -3.0499 3.5487c -0.6128,-0.0000 -1.0689,-0.1710 -1.4822 -0.5273c -0.1283,0.1710 -0.3135,0.3848 -0.4418 0.5273l -0.2993,-0.0713 c 0.0428,-0.3420 0.0428,-0.5701 0.0428 -1.1259v -7.1259 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 160.3481,254.9110 l -0.0000,-17.4508 h -95.9797 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 129.3364,265.9462 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,112.3583,246.1856)" stroke="none" text-anchor="middle">Wed, 28 Feb
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 432.4941,56.5705 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 117.4431,277.7924 l -0.0000,-10.1695 h -10.1695 l -0.0000,10.1695 Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 430.2246,57.6556 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 489.5761,21.0515 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 427.9551,58.7406 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 486.8715,22.3420 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 425.6856,61.9959 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 484.1668,26.2136 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 423.4161,63.0809 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 481.4621,27.5042 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 421.1466,64.1660 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 478.7575,28.7947 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 418.8772,65.2511 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 476.0528,30.0853 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 416.6077,66.3361 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 473.3482,31.3758 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 414.3382,69.5914 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 470.6435,35.2475 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 412.0687,70.6764 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 467.9389,36.5380 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 409.7992,71.7615 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 465.2342,37.8285 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 407.5297,72.8466 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 462.5296,39.1191 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 405.2603,73.9317 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 459.8249,40.4096 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 402.9908,77.1869 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 457.1203,44.2813 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 400.7213,78.2720 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 454.4156,45.5718 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 398.4518,79.3570 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 451.7110,46.8624 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 396.1823,80.4421 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 449.0063,48.1529 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 393.9128,81.5272 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 446.3017,49.4434 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 391.6434,84.7824 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 443.5970,53.3151 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 389.3739,85.8675 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 440.8924,54.6056 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 387.1044,86.9525 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 438.1877,55.8962 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 384.8349,88.0376 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 435.4831,57.1867 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 382.5654,89.1227 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 432.7784,58.4773 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 380.2959,92.3779 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 430.0738,62.3489 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 378.0265,93.4630 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 427.3691,63.6394 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 375.7570,94.5480 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 424.6645,64.9300 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 373.4875,95.6331 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 421.9598,66.2205 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 371.2180,96.7182 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 419.2552,67.5111 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 368.9485,99.9734 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 416.5505,71.3827 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 366.6790,101.0585 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 413.8459,72.6732 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 364.4096,102.1436 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 411.1412,73.9638 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 362.1401,103.2286 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 408.4366,75.2543 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 359.8706,104.3137 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 405.7319,76.5449 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 357.6011,107.5689 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 403.0272,80.4165 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 355.3316,108.6540 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 400.3226,81.7071 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 353.0621,109.7391 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 397.6179,82.9976 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 350.7927,110.8241 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 394.9133,84.2881 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 348.5232,111.9092 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 392.2086,85.5787 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 346.2537,115.1644 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 389.5040,89.4503 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 343.9842,116.2495 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 386.7993,90.7409 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 341.7147,117.3346 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 384.0947,92.0314 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 339.4452,118.4197 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 381.3900,93.3220 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 337.1757,119.5047 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 378.6854,94.6125 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 334.9063,122.7599 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 375.9807,98.4841 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 332.6368,123.8450 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 373.2761,99.7747 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 330.3673,124.9301 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 370.5714,101.0652 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 328.0978,126.0152 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 367.8668,102.3558 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 325.8283,127.1002 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 365.1621,103.6463 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 323.5588,130.3555 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 362.4575,107.5179 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 321.2894,131.4405 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 359.7528,108.8085 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 319.0199,132.5256 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 357.0482,110.0990 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 316.7504,133.6107 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 354.3435,111.3896 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 314.4809,134.6957 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 351.6389,112.6801 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 312.2114,137.9510 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 348.9342,116.5518 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 309.9419,139.0360 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 346.2296,117.8423 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 307.6725,140.1211 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 343.5249,119.1328 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 305.4030,141.2062 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 340.8203,120.4234 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 303.1335,142.2913 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 338.1156,121.7139 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 300.8640,145.5465 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 335.4110,125.5856 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 298.5945,146.6316 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 332.7063,126.8761 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 296.3250,147.7166 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 330.0017,128.1667 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 294.0556,148.8017 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 327.2970,129.4572 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 291.7861,149.8868 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 324.5923,130.7477 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 289.5166,153.1420 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 321.8877,134.6194 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 287.2471,154.2271 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 319.1830,135.9099 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 284.9776,155.3121 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 316.4784,137.2005 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 282.7081,156.3972 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 313.7737,138.4910 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 280.4387,157.4823 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 311.0691,139.7816 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 278.1692,160.7375 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 308.3644,143.6532 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 275.8997,161.8226 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 305.6598,144.9437 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 273.6302,162.9076 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 302.9551,146.2343 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 271.3607,163.9927 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 300.2505,147.5248 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 269.0912,165.0778 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 297.5458,148.8154 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 266.8218,168.3330 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 294.8412,152.6870 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 264.5523,169.4181 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 292.1365,153.9775 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 262.2828,170.5032 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 289.4319,155.2681 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 260.0133,171.5882 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 286.7272,156.5586 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 257.7438,172.6733 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 284.0226,157.8492 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.4743,175.9285 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 281.3179,161.7208 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 253.2049,177.0136 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 278.6133,163.0114 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 250.9354,178.0987 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 275.9086,164.3019 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 248.6659,179.1837 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 273.2040,165.5924 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 246.3964,180.2688 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 270.4993,166.8830 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 244.1269,183.5240 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 267.7947,170.7546 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 241.8574,184.6091 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 265.0900,172.0452 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 239.5880,185.6942 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 262.3854,173.3357 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 237.3185,186.7793 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 259.6807,174.6263 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 235.0490,187.8643 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 256.9761,175.9168 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 232.7795,191.1195 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 254.2714,179.7884 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 230.5100,192.2046 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 251.5667,181.0790 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 228.2405,193.2897 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 248.8621,182.3695 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 225.9710,194.3748 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 246.1574,183.6601 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 223.7016,195.4598 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 243.4528,184.9506 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 221.4321,198.7151 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 240.7481,188.8222 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 219.1626,199.8001 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 238.0435,190.1128 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 216.8931,200.8852 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 235.3388,191.4033 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 214.6236,201.9703 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 232.6342,192.6939 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 212.3541,203.0553 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 229.9295,193.9844 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 210.0847,206.3106 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 227.2249,197.8561 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 207.8152,207.3956 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 224.5202,199.1466 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.5457,208.4807 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 221.8156,200.4371 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 203.2762,209.5658 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 219.1109,201.7277 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 201.0067,210.6509 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 216.4063,203.0182 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 198.7372,213.9061 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 213.7016,206.8899 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 196.4678,214.9912 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 210.9970,208.1804 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 194.1983,216.0762 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 208.2923,209.4710 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 191.9288,217.1613 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 205.5877,210.7615 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 189.6593,218.2464 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 202.8830,212.0521 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 187.3898,221.5016 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 200.1784,215.9237 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 185.1203,222.5867 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 197.4737,217.2142 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 182.8509,223.6717 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 194.7691,218.5048 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 180.5814,224.7568 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 192.0644,219.7953 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 178.3119,225.8419 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 189.3598,221.0859 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.0424,229.0971 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 186.6551,224.9575 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 173.7729,230.1822 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 183.9505,226.2480 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.5034,231.2672 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 181.2458,227.5386 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 169.2340,232.3523 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 178.5412,228.8291 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 166.9645,233.4374 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 175.8365,230.1197 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 164.6950,236.6926 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 173.1318,233.9913 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 162.4255,237.7777 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 170.4272,235.2819 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 160.1560,238.8628 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 167.7225,236.5724 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 157.8865,239.9478 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 165.0179,237.8629 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 155.6171,241.0329 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 162.3132,239.1535 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 153.3476,244.2881 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 159.6086,243.0251 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 151.0781,245.3732 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 156.9039,244.3157 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 148.8086,246.4583 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 154.1993,245.6062 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 146.5391,247.5433 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 151.4946,246.8968 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 144.2696,248.6284 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 148.7900,248.1873 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 142.0002,251.8836 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 146.0853,252.0589 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 139.7307,252.9687 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 143.3807,253.3495 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 137.4612,254.0538 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 140.6760,254.6400 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 135.1917,255.1389 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 137.9714,255.9306 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 132.9222,256.2239 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 135.2667,257.2211 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 130.6527,259.4791 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 132.5621,261.0927 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 128.3832,260.5642 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 129.8574,262.3833 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 126.1138,261.6493 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 127.1528,263.6738 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 123.8443,262.7344 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 124.4481,264.9644 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 121.5748,263.8194 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 121.7435,266.2549 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 119.3053,267.0747 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 119.0388,270.1266 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 117.0358,268.1597 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 116.3342,271.4171 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 114.7663,269.2448 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 113.6295,272.7076 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 112.4969,270.3299 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 110.9249,273.9982 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 110.2274,271.4149 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>
+    <path d="M 108.2202,275.2887 c 0.0000,-0.7021 -0.5691,-1.2712 -1.2712 -1.2712c -0.7021,-0.0000 -1.2712,0.5691 -1.2712 1.2712c -0.0000,0.7021 0.5691,1.2712 1.2712 1.2712c 0.7021,0.0000 1.2712,-0.5691 1.2712 -1.2712Z"/>
   </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 100.5594,271.4149 l -0.0000,-214.8445 h -4.2969 l -0.0000,214.8445 Z"/>
+    <path d="M 94.8972,275.2887 l -0.0000,-254.2373 h -5.0847 l -0.0000,254.2373 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 72.1646,80.3987 ZM 74.8440,73.6006 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,80.3987 ZM 81.5708,72.5032 c -0.8123,-0.0000 -1.3397,0.6413 -1.3397 1.2684c 0.0000,0.4133 0.1710,0.9121 1.0261 1.4679l 0.4133,0.2565 c 0.3705,-0.2708 1.2399,-0.9264 1.2399 -1.6532c 0.0000,-0.6271 -0.4561,-1.3397 -1.3397 -1.3397ZM 81.5708,72.5032 ZM 83.7513,73.8572 c 0.0000,0.8694 -0.9834,1.5534 -1.5819 1.9525l 0.8266,0.5416 c 0.6983,0.4561 1.0546,1.0831 1.0546 1.8670c 0.0000,1.0261 -0.8409,2.3515 -2.6081 2.3515c -1.4252,-0.0000 -2.4085,-0.7553 -2.4085 -2.1378c 0.0000,-0.5273 0.2280,-1.1401 0.7838 -1.6247c 0.3420,-0.2993 0.6413,-0.5558 0.9834 -0.8123l -0.2423,-0.1425 c -0.8266,-0.5131 -1.2399,-1.0689 -1.2399 -1.8242c 0.0000,-1.0404 0.9406,-1.8670 2.3230 -1.8670c 1.3254,-0.0000 2.1093,0.7268 2.1093 1.6960ZM 83.7513,73.8572 ZM 81.4710,80.1707 c 0.6128,-0.0000 1.6817,-0.3278 1.6817 -1.6817c 0.0000,-0.6413 -0.3990,-1.2827 -1.2399 -1.7957l -0.6271,-0.3848 c -1.1544,0.7696 -1.4109,1.7245 -1.4109 2.1235c 0.0000,1.2114 0.9834,1.7387 1.5962 1.7387ZM 84.6491,80.3987 ZM 87.7703,72.6600 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,72.6600 ZM 87.7132,80.5697 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,53.3026 l -0.0000,-17.4508 h -26.1763 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,76.1018 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.3684,44.5772)" stroke="none" text-anchor="middle">180
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 72.1646,102.1002 ZM 74.8440,95.3021 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,102.1002 ZM 80.0601,98.3662 c -0.0143,0.1425 -0.0143,0.3563 -0.0143 0.4988c 0.0000,2.3943 1.0689,2.9929 1.7815 2.9929c 0.6556,-0.0000 1.3539,-0.6128 1.3539 -2.0950c 0.0000,-0.6698 -0.3420,-2.0380 -1.7102 -2.0380c -0.2993,-0.0000 -0.8409,0.0285 -1.4109 0.6413ZM 80.0601,98.3662 ZM 83.7940,94.2332 c -0.9264,0.0855 -1.7245,0.3278 -2.4085 0.9976c -0.6556,0.6413 -1.1259,1.5962 -1.2827 2.7363c 0.3278,-0.3990 1.1116,-0.6983 1.6532 -0.6983c 2.1093,-0.0000 2.3800,1.7387 2.3800 2.3943c 0.0000,0.9691 -0.4846,2.6081 -2.4513 2.6081c -1.0404,-0.0000 -2.6223,-0.6128 -2.6223 -3.4489c 0.0000,-1.3112 0.4418,-2.5938 1.4252 -3.5772c 0.9121,-0.9264 1.8670,-1.3112 3.2636 -1.3824ZM 84.6491,102.1002 ZM 87.7703,94.3615 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,94.3615 ZM 87.7132,102.2712 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,42.9907 h 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,97.8033 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,79.1135 l -0.0000,-17.4508 h -26.1763 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 72.1646,123.8016 ZM 74.8440,117.0036 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,123.8016 ZM 82.0838,118.7423 c 0.0000,-0.0998 0.0143,-0.2138 0.1425 -0.2850c 0.1568,-0.1140 0.4133,-0.2423 0.6271 -0.2423c 0.1853,-0.0000 0.1995,0.1568 0.1995 0.4418v 2.2945 h 1.1544 l -0.0855,0.6698 h -1.0689 v 1.1829 c 0.0000,0.3990 0.0570,0.5986 0.4703 0.5986h 0.3848 c 0.0855,-0.0000 0.0998,0.0713 0.0998 0.0998v 0.3135 c 0.0000,-0.0000 -0.9121,-0.0285 -1.5107 -0.0285c -0.5416,-0.0000 -1.3824,0.0285 -1.3824 0.0285v -0.3135 c 0.0000,-0.0285 0.0143,-0.0998 0.0998 -0.0998h 0.3848 c 0.4418,-0.0000 0.4846,-0.1853 0.4846 -0.5986v -1.1829 h -2.7933 c -0.0570,-0.0000 -0.0855,-0.0285 -0.1283 -0.0855l -0.1140,-0.1568 l -0.1710,-0.2993 c -0.0143,-0.0000 -0.0143,-0.0143 -0.0143 -0.0285c 0.0000,-0.0143 0.0143,-0.0285 0.0285 -0.0428c 0.9264,-1.0261 2.5653,-4.2043 3.0784 -5.3729c 0.0143,-0.0570 0.0428,-0.0713 0.0998 -0.0713c 0.0143,-0.0000 0.3278,0.1283 0.4988 0.1568c -0.6413,1.7245 -1.6960,3.5772 -2.7363 5.2304h 2.2518 v -2.2090 ZM 84.6491,123.8016 ZM 87.7703,116.0629 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,116.0629 ZM 87.7132,123.9726 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.3684,70.3881)" stroke="none" text-anchor="middle">160
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,119.5047 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,68.8016 h 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 72.1646,145.5031 ZM 74.8440,138.7050 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,145.5031 ZM 79.2335,139.1896 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 84.6491,145.5031 ZM 87.7703,137.7644 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,137.7644 ZM 87.7132,145.6741 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,104.9244 l -0.0000,-17.4508 h -26.1763 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,141.2062 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.3684,96.1989)" stroke="none" text-anchor="middle">140
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 72.1646,167.2045 ZM 74.8440,160.4065 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,167.2045 ZM 81.5280,159.4659 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 81.5280,159.4659 ZM 81.4710,167.3756 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613ZM 84.6491,167.2045 ZM 87.7703,159.4659 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,159.4659 ZM 87.7132,167.3756 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,94.6125 h 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,162.9076 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,130.7353 l -0.0000,-17.4508 h -26.1763 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.4069,188.9060 ZM 81.5708,181.0106 c -0.8123,-0.0000 -1.3397,0.6413 -1.3397 1.2684c 0.0000,0.4133 0.1710,0.9121 1.0261 1.4679l 0.4133,0.2565 c 0.3705,-0.2708 1.2399,-0.9264 1.2399 -1.6532c 0.0000,-0.6271 -0.4561,-1.3397 -1.3397 -1.3397ZM 81.5708,181.0106 ZM 83.7513,182.3645 c 0.0000,0.8694 -0.9834,1.5534 -1.5819 1.9525l 0.8266,0.5416 c 0.6983,0.4561 1.0546,1.0831 1.0546 1.8670c 0.0000,1.0261 -0.8409,2.3515 -2.6081 2.3515c -1.4252,-0.0000 -2.4085,-0.7553 -2.4085 -2.1378c 0.0000,-0.5273 0.2280,-1.1401 0.7838 -1.6247c 0.3420,-0.2993 0.6413,-0.5558 0.9834 -0.8123l -0.2423,-0.1425 c -0.8266,-0.5131 -1.2399,-1.0689 -1.2399 -1.8242c 0.0000,-1.0404 0.9406,-1.8670 2.3230 -1.8670c 1.3254,-0.0000 2.1093,0.7268 2.1093 1.6960ZM 83.7513,182.3645 ZM 81.4710,188.6780 c 0.6128,-0.0000 1.6817,-0.3278 1.6817 -1.6817c 0.0000,-0.6413 -0.3990,-1.2827 -1.2399 -1.7957l -0.6271,-0.3848 c -1.1544,0.7696 -1.4109,1.7245 -1.4109 2.1235c 0.0000,1.2114 0.9834,1.7387 1.5962 1.7387ZM 84.6491,188.9060 ZM 87.7703,181.1673 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,181.1673 ZM 87.7132,189.0770 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.3684,122.0098)" stroke="none" text-anchor="middle">120
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,184.6091 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,120.4234 h 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.4069,210.6075 ZM 80.0601,206.8735 c -0.0143,0.1425 -0.0143,0.3563 -0.0143 0.4988c 0.0000,2.3943 1.0689,2.9929 1.7815 2.9929c 0.6556,-0.0000 1.3539,-0.6128 1.3539 -2.0950c 0.0000,-0.6698 -0.3420,-2.0380 -1.7102 -2.0380c -0.2993,-0.0000 -0.8409,0.0285 -1.4109 0.6413ZM 80.0601,206.8735 ZM 83.7940,202.7405 c -0.9264,0.0855 -1.7245,0.3278 -2.4085 0.9976c -0.6556,0.6413 -1.1259,1.5962 -1.2827 2.7363c 0.3278,-0.3990 1.1116,-0.6983 1.6532 -0.6983c 2.1093,-0.0000 2.3800,1.7387 2.3800 2.3943c 0.0000,0.9691 -0.4846,2.6081 -2.4513 2.6081c -1.0404,-0.0000 -2.6223,-0.6128 -2.6223 -3.4489c 0.0000,-1.3112 0.4418,-2.5938 1.4252 -3.5772c 0.9121,-0.9264 1.8670,-1.3112 3.2636 -1.3824ZM 84.6491,210.6075 ZM 87.7703,202.8688 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,202.8688 ZM 87.7132,210.7785 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,156.5461 l -0.0000,-17.4508 h -26.1763 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,206.3106 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,70.3684,147.8207)" stroke="none" text-anchor="middle">100
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.4069,232.3089 ZM 82.0838,227.2496 c 0.0000,-0.0998 0.0143,-0.2138 0.1425 -0.2850c 0.1568,-0.1140 0.4133,-0.2423 0.6271 -0.2423c 0.1853,-0.0000 0.1995,0.1568 0.1995 0.4418v 2.2945 h 1.1544 l -0.0855,0.6698 h -1.0689 v 1.1829 c 0.0000,0.3990 0.0570,0.5986 0.4703 0.5986h 0.3848 c 0.0855,-0.0000 0.0998,0.0713 0.0998 0.0998v 0.3135 c 0.0000,-0.0000 -0.9121,-0.0285 -1.5107 -0.0285c -0.5416,-0.0000 -1.3824,0.0285 -1.3824 0.0285v -0.3135 c 0.0000,-0.0285 0.0143,-0.0998 0.0998 -0.0998h 0.3848 c 0.4418,-0.0000 0.4846,-0.1853 0.4846 -0.5986v -1.1829 h -2.7933 c -0.0570,-0.0000 -0.0855,-0.0285 -0.1283 -0.0855l -0.1140,-0.1568 l -0.1710,-0.2993 c -0.0143,-0.0000 -0.0143,-0.0143 -0.0143 -0.0285c 0.0000,-0.0143 0.0143,-0.0285 0.0285 -0.0428c 0.9264,-1.0261 2.5653,-4.2043 3.0784 -5.3729c 0.0143,-0.0570 0.0428,-0.0713 0.0998 -0.0713c 0.0143,-0.0000 0.3278,0.1283 0.4988 0.1568c -0.6413,1.7245 -1.6960,3.5772 -2.7363 5.2304h 2.2518 v -2.2090 ZM 84.6491,232.3089 ZM 87.7703,224.5702 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,224.5702 ZM 87.7132,232.4799 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,146.2343 h 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,228.0120 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,182.3570 l -0.0000,-17.4508 h -17.4508 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 78.4069,254.0104 ZM 79.2335,247.6969 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 84.6491,254.0104 ZM 87.7703,246.2717 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,246.2717 ZM 87.7132,254.1814 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,74.7311,173.6316)" stroke="none" text-anchor="middle">80
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,249.7135 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,172.0452 h 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 84.6491,275.7118 ZM 87.7703,267.9732 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,267.9732 ZM 87.7132,275.8829 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,208.1679 l -0.0000,-17.4508 h -17.4508 l -0.0000,17.4508 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 94.1140,271.4149 h 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,74.7311,199.4425)" stroke="none" text-anchor="middle">60
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,197.8561 h 7.6271 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,233.9788 l -0.0000,-17.4508 h -17.4508 l -0.0000,17.4508 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,74.7311,225.2534)" stroke="none" text-anchor="middle">40
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,223.6670 h 7.6271 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,259.7897 l -0.0000,-17.4508 h -17.4508 l -0.0000,17.4508 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,74.7311,251.0643)" stroke="none" text-anchor="middle">20
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,249.4778 h 7.6271 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.4566,285.6006 l -0.0000,-17.4508 h -8.7254 l -0.0000,17.4508 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,79.0939,276.8752)" stroke="none" text-anchor="middle">0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 87.2701,275.2887 h 7.6271 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.4198,284.3056 l -0.0000,-4.2969 h -322.2667 l -0.0000,4.2969 Z"/>
+    <path d="M 488.3049,290.5430 l -0.0000,-5.0847 h -381.3559 l -0.0000,5.0847 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 424.6114,298.6860 ZM 432.3005,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 429.0253,303.0999 ZM 435.7268,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 435.9586,310.0332 ZM 441.4206,309.7914 l 1.8039,1.8039 l 1.6930,-3.6884 l -3.5573,1.4612 c -0.0504,0.0302 -0.0806,0.0403 -0.1109 0.0705c -0.0605,0.0605 -0.0202,0.1612 0.1713 0.3527ZM 441.4206,309.7914 ZM 438.0951,310.7185 c -0.1008,0.0403 -0.1713,0.0907 -0.2318 0.1512c -0.1612,0.1612 -0.0907,0.4132 0.2116 0.7155l 0.2922,0.2922 c 0.0403,0.0403 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.9775,-1.0178 -1.2194 -1.2597c -0.2620,-0.2620 -0.9271,-0.8868 -0.9271 -0.8868l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.1209,0.1209 c 0.4132,0.4132 0.7860,0.4031 1.2698 0.2015l 7.8705,-3.1543 c 0.3225,-0.1411 0.4736,-0.1310 0.5744 -0.0302c 0.1814,0.1814 0.1612,0.3628 0.0403 0.6450l -3.3961,7.5279 c -0.2519,0.5341 -0.2419,0.9271 0.1612 1.3302l 0.1109,0.1109 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1915,0.1915 l -0.0504,-0.0101 c 0.0000,-0.0000 -0.7558,-0.7961 -1.1488 -1.1891c -0.3527,-0.3527 -1.3605,-1.3201 -1.3605 -1.3201l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.2822,0.2822 c 0.3124,0.3124 0.5845,0.3628 0.7457 0.2015c 0.0504,-0.0504 0.1008,-0.1209 0.1411 -0.2015l 1.0884,-2.3783 l -2.1263,-2.1263 c -0.2419,-0.2419 -0.3829,-0.2620 -0.5341 -0.1915ZM 442.9625,317.0371 ZM 448.4547,320.1913 c -0.5039,0.5039 -0.6147,0.7155 -0.4132 0.9171c 0.1209,0.1209 0.3628,0.3225 0.5643 0.4636l -0.2419,0.3225 c -0.7256,-0.5039 -1.3201,-0.8969 -1.7333 -0.9473l -0.2217,-0.2217 l 0.7760,-0.7155 l -0.0302,-0.0302 c -1.1589,0.0504 -1.7535,-0.2620 -2.1667 -0.6752c -0.9977,-0.9977 -0.5845,-1.9349 0.1109 -2.6302l 2.2977,-2.2977 c 0.3326,-0.3326 0.4333,-0.5744 0.0605 -0.9473c -0.0403,-0.0403 -0.1209,-0.1008 -0.1814 -0.1612l -0.0202,-0.0403 l 0.2620,-0.2620 l 0.0605,-0.0000 c 0.0000,-0.0000 0.6651,0.7054 0.9876 1.0279c 0.1411,0.1411 0.3930,0.3527 0.3930 0.3527l -0.8163,0.7961 l -2.1465,2.1465 c -0.8969,0.8969 -0.5946,1.5217 -0.2922 1.8240c 0.2318,0.2318 0.5341,0.3527 0.8969 0.4132c 0.4233,0.0605 0.7256,0.0806 0.9574 0.0504l 2.4891,-2.4891 c 0.3628,-0.3628 0.4837,-0.5845 0.1109 -0.9574c -0.0605,-0.0605 -0.1814,-0.1612 -0.2116 -0.1915l -0.0000,-0.0403 l 0.2519,-0.2519 l 0.0504,-0.0101 c 0.0000,-0.0000 0.6953,0.7357 0.9775 1.0178c 0.2318,0.2318 0.4132,0.3729 0.4132 0.3729l -0.8062,0.7860 l -2.3783,2.3783 ZM 448.1725,322.2471 ZM 454.2089,322.5797 c 0.8364,-0.8364 0.9271,-1.7132 0.3225 -2.3178c -0.5240,-0.5240 -1.2395,-0.5140 -2.0256 0.2721c -0.5240,0.5240 -1.1488,1.5519 -0.3426 2.3581c 0.3527,0.3527 1.0380,0.6953 2.0457 -0.3124ZM 454.2089,322.5797 ZM 449.4020,323.6177 c -0.6046,-0.0202 -0.9876,0.2217 -1.3302 0.5643c -0.7558,0.7558 -0.0705,1.8845 0.2721 2.2271c 0.8667,0.8667 2.2674,1.6628 2.9930 0.9372c 0.2620,-0.2620 0.2922,-0.5744 0.0907 -1.1589c -0.1411,-0.4233 -0.4434,-0.9473 -0.9271 -1.4310c -0.0806,-0.0806 -0.2015,-0.1814 -0.3527 -0.3124c -0.1512,-0.1310 -0.3023,-0.2822 -0.4132 -0.3930c -0.1612,-0.1612 -0.2217,-0.2620 -0.3326 -0.4333ZM 449.4020,323.6177 ZM 456.4461,322.7006 c -0.1612,-0.1612 -0.1713,-0.3527 -0.1310 -0.4736c 0.0302,-0.1512 0.0202,-0.2217 -0.0504 -0.2922c -0.1209,-0.1209 -0.4535,-0.1713 -0.6248 -0.1411c -0.0202,0.5845 -0.1814,1.0077 -0.6550 1.4814c -0.9876,0.9876 -2.3279,0.7155 -3.1744 -0.1310c -0.3729,-0.3729 -0.6046,-0.7457 -0.6953 -1.1186c -0.2822,0.0605 -0.5543,0.2116 -0.7558 0.4132c -0.4333,0.4333 -0.2116,0.8767 0.0705 1.1589c 0.0504,0.0504 0.1814,0.1612 0.3326 0.2922c 0.2620,0.2015 0.5341,0.4333 0.7054 0.6046c 0.3527,0.3527 0.9473,1.0884 1.0077 1.8341c 0.0202,0.5240 -0.0705,0.9171 -0.3930 1.2395c -1.0884,1.0884 -3.0938,0.2318 -4.3938 -1.0682c -0.7357,-0.7357 -1.2798,-1.8240 -0.4031 -2.7008c 0.4333,-0.4333 1.1690,-0.6248 2.0054 -0.4333c -0.1209,-0.3829 -0.0504,-0.8163 0.3124 -1.1791c 0.3426,-0.3426 0.9271,-0.6248 1.4411 -0.5946c -0.0000,-0.5442 0.1109,-1.1186 0.6651 -1.6729c 0.9271,-0.9271 2.3380,-0.7054 3.1946 0.1512c 0.5643,0.5643 0.6853,1.1488 0.7155 1.3403c 0.5946,-0.0907 1.2194,0.1915 1.4713 0.4434c 0.2620,0.2620 0.2721,0.6147 0.0605 0.8264c -0.2217,0.2217 -0.5039,0.2217 -0.7054 0.0202ZM 455.5694,329.6440 ZM 460.6182,325.7642 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 459.9833,334.0579 ZM 467.6624,330.7928 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 467.6624,330.7928 ZM 462.0291,336.3455 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 464.3973,338.4719 ZM 471.0988,335.5595 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 468.8112,342.8858 ZM 476.6313,339.5401 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 476.6313,339.5401 ZM 477.2158,342.0393 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 477.2158,342.0393 ZM 471.1391,344.8912 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 529.9486,377.1064 l 12.3396,-12.3396 l -67.8679,-67.8679 l -12.3396,12.3396 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 424.6114,280.0087 v 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,468.2506,303.0687)" stroke="none" text-anchor="start">31 Aug 2018
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 372.4133,298.6860 ZM 380.1024,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 376.8272,303.0999 ZM 383.5287,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 383.7605,310.0332 ZM 382.6923,312.3309 c 0.4938,0.4938 1.3504,0.3023 3.1643 -1.5116l 4.9783,-4.9783 c 0.3023,-0.3023 0.3729,-0.8163 -0.0202 -1.2093l -0.3729,-0.3729 c -0.0403,-0.0403 -0.0504,-0.1109 -0.0000 -0.1612l 0.1915,-0.1915 l 0.0302,0.0101 c 0.0000,-0.0000 1.0380,1.0581 1.4310 1.4512c 0.3527,0.3527 1.2093,1.1891 1.2093 1.1891l 0.0101,0.0302 l -0.1915,0.1915 c -0.0504,0.0504 -0.1109,0.0504 -0.1612 0.0000l -0.1713,-0.1713 c -0.4132,-0.4132 -0.7054,-0.3829 -0.9876 -0.1008l -4.9077,4.9077 c -1.1791,1.1791 -2.0054,1.6628 -3.1845 1.6930c -0.5240,0.0000 -1.0279,-0.1612 -1.3201 -0.4535c -0.3426,-0.3426 -0.9271,-1.1891 -0.3930 -1.7232c 0.2519,-0.2519 0.4736,-0.1310 0.6248 0.0202c 0.2822,0.2822 0.0806,0.6248 -0.0101 0.7760c -0.0907,0.1512 -0.2015,0.3225 0.0806 0.6046ZM 386.9349,313.2076 ZM 392.4271,316.3619 c -0.5039,0.5039 -0.6147,0.7155 -0.4132 0.9171c 0.1209,0.1209 0.3628,0.3225 0.5643 0.4636l -0.2419,0.3225 c -0.7256,-0.5039 -1.3201,-0.8969 -1.7333 -0.9473l -0.2217,-0.2217 l 0.7760,-0.7155 l -0.0302,-0.0302 c -1.1589,0.0504 -1.7535,-0.2620 -2.1667 -0.6752c -0.9977,-0.9977 -0.5845,-1.9349 0.1109 -2.6302l 2.2977,-2.2977 c 0.3326,-0.3326 0.4333,-0.5744 0.0605 -0.9473c -0.0403,-0.0403 -0.1209,-0.1008 -0.1814 -0.1612l -0.0202,-0.0403 l 0.2620,-0.2620 l 0.0605,-0.0000 c 0.0000,-0.0000 0.6651,0.7054 0.9876 1.0279c 0.1411,0.1411 0.3930,0.3527 0.3930 0.3527l -0.8163,0.7961 l -2.1465,2.1465 c -0.8969,0.8969 -0.5946,1.5217 -0.2922 1.8240c 0.2318,0.2318 0.5341,0.3527 0.8969 0.4132c 0.4233,0.0605 0.7256,0.0806 0.9574 0.0504l 2.4891,-2.4891 c 0.3628,-0.3628 0.4837,-0.5845 0.1109 -0.9574c -0.0605,-0.0605 -0.1814,-0.1612 -0.2116 -0.1915l -0.0000,-0.0403 l 0.2519,-0.2519 l 0.0504,-0.0101 c 0.0000,-0.0000 0.6953,0.7357 0.9775 1.0178c 0.2318,0.2318 0.4132,0.3729 0.4132 0.3729l -0.8062,0.7860 l -2.3783,2.3783 ZM 392.1450,318.4177 ZM 393.8279,318.6495 l 5.0488,-5.0488 c 0.5744,-0.5744 0.6349,-0.8364 0.4333 -1.0380l -0.3628,-0.2822 c -0.0302,-0.0302 -0.0403,-0.0806 -0.0101 -0.1109l 0.2318,-0.2721 c 0.1612,0.1612 0.5946,0.4736 0.7961 0.6147c 0.2217,0.1411 0.4031,0.2419 0.6953 0.3527l 0.2217,0.2217 l -6.3085,6.3085 c -0.2922,0.2922 -0.3326,0.5543 -0.0101 0.8767l 0.2419,0.2419 c 0.0403,0.0403 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7155,-0.7558 -1.1085 -1.1488c -0.3527,-0.3527 -1.1085,-1.0682 -1.1085 -1.0682l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.2419,0.2419 c 0.3326,0.3326 0.5845,0.2822 0.8767 -0.0101ZM 397.2845,323.5572 ZM 402.3333,319.6774 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 401.6984,327.9711 ZM 409.3775,324.7060 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 409.3775,324.7060 ZM 403.7441,330.2587 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 406.1123,332.3851 ZM 412.8139,329.4727 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 410.5263,336.7990 ZM 418.3464,333.4533 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 418.3464,333.4533 ZM 418.9309,335.9525 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 418.9309,335.9525 ZM 412.8542,338.8044 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 469.3724,285.4582 v 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 372.4133,280.0087 v 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 467.7416,377.1064 l 12.3396,-12.3396 l -67.8679,-67.8679 l -12.3396,12.3396 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.4846,298.6860 ZM 330.1737,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 326.8986,303.0999 ZM 334.5776,299.8348 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 334.5776,299.8348 ZM 328.9443,305.3875 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 333.8319,310.0332 ZM 332.7637,312.3309 c 0.4938,0.4938 1.3504,0.3023 3.1643 -1.5116l 4.9783,-4.9783 c 0.3023,-0.3023 0.3729,-0.8163 -0.0202 -1.2093l -0.3729,-0.3729 c -0.0403,-0.0403 -0.0504,-0.1109 -0.0000 -0.1612l 0.1915,-0.1915 l 0.0302,0.0101 c 0.0000,-0.0000 1.0380,1.0581 1.4310 1.4512c 0.3527,0.3527 1.2093,1.1891 1.2093 1.1891l 0.0101,0.0302 l -0.1915,0.1915 c -0.0504,0.0504 -0.1109,0.0504 -0.1612 -0.0000l -0.1713,-0.1713 c -0.4132,-0.4132 -0.7054,-0.3829 -0.9876 -0.1008l -4.9077,4.9077 c -1.1791,1.1791 -2.0054,1.6628 -3.1845 1.6930c -0.5240,-0.0000 -1.0279,-0.1612 -1.3201 -0.4535c -0.3426,-0.3426 -0.9271,-1.1891 -0.3930 -1.7232c 0.2519,-0.2519 0.4736,-0.1310 0.6248 0.0202c 0.2822,0.2822 0.0806,0.6248 -0.0101 0.7760c -0.0907,0.1512 -0.2015,0.3225 0.0806 0.6046ZM 337.0063,313.2076 ZM 342.4985,316.3619 c -0.5039,0.5039 -0.6147,0.7155 -0.4132 0.9171c 0.1209,0.1209 0.3628,0.3225 0.5643 0.4636l -0.2419,0.3225 c -0.7256,-0.5039 -1.3201,-0.8969 -1.7333 -0.9473l -0.2217,-0.2217 l 0.7760,-0.7155 l -0.0302,-0.0302 c -1.1589,0.0504 -1.7535,-0.2620 -2.1667 -0.6752c -0.9977,-0.9977 -0.5845,-1.9349 0.1109 -2.6302l 2.2977,-2.2977 c 0.3326,-0.3326 0.4333,-0.5744 0.0605 -0.9473c -0.0403,-0.0403 -0.1209,-0.1008 -0.1814 -0.1612l -0.0202,-0.0403 l 0.2620,-0.2620 h 0.0605 c 0.0000,-0.0000 0.6651,0.7054 0.9876 1.0279c 0.1411,0.1411 0.3930,0.3527 0.3930 0.3527l -0.8163,0.7961 l -2.1465,2.1465 c -0.8969,0.8969 -0.5946,1.5217 -0.2922 1.8240c 0.2318,0.2318 0.5341,0.3527 0.8969 0.4132c 0.4233,0.0605 0.7256,0.0806 0.9574 0.0504l 2.4891,-2.4891 c 0.3628,-0.3628 0.4837,-0.5845 0.1109 -0.9574c -0.0605,-0.0605 -0.1814,-0.1612 -0.2116 -0.1915l -0.0000,-0.0403 l 0.2519,-0.2519 l 0.0504,-0.0101 c 0.0000,-0.0000 0.6953,0.7357 0.9775 1.0178c 0.2318,0.2318 0.4132,0.3729 0.4132 0.3729l -0.8062,0.7860 l -2.3783,2.3783 ZM 342.2163,318.4177 ZM 346.6101,321.3603 l 2.2070,-2.2070 c 0.7054,-0.7054 0.9171,-1.1589 0.3829 -1.6930c -0.4434,-0.4434 -0.9977,-0.6550 -2.1163 -0.5643l -2.4690,2.4690 c -0.2922,0.2922 -0.3426,0.5442 -0.0101 0.8767l 0.1411,0.1411 c 0.0504,0.0504 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,-0.0000 c 0.0000,-0.0000 -0.6147,-0.6550 -1.0077 -1.0481c -0.3628,-0.3628 -1.0682,-1.0279 -1.0682 -1.0279l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 0.0000l 0.1915,0.1915 c 0.3426,0.3426 0.5845,0.2822 0.8767 -0.0101l 2.5093,-2.5093 c 0.5442,-0.5442 0.5341,-0.6953 0.3930 -0.8364c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.4938,0.3527 0.8465,0.6046 1.3302 0.7457c 0.1612,0.0605 0.2721,0.1109 0.3426 0.1814l 0.1512,0.1512 l -0.9271,0.8667 l 0.0302,0.0302 c 1.4008,-0.1109 2.0256,0.2318 2.5395 0.7457c 0.9070,0.9070 0.4031,1.7938 -0.4938 2.6907l -2.1364,2.1364 c -0.2922,0.2922 -0.3326,0.5543 -0.0101 0.8767l 0.1915,0.1915 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,-0.0000 c 0.0000,-0.0000 -0.6752,-0.7155 -1.0682 -1.1085c -0.3527,-0.3527 -1.0077,-0.9674 -1.0077 -0.9674l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 0.0000l 0.1411,0.1411 c 0.3326,0.3326 0.5845,0.2822 0.8767 -0.0101ZM 349.9760,326.1773 ZM 355.0248,322.2975 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,-0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 -0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 354.3899,330.5913 ZM 362.0690,327.3262 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 362.0690,327.3262 ZM 356.4356,332.8789 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 358.8039,335.0052 ZM 365.5054,332.0928 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 363.2178,339.4192 ZM 371.0379,336.0734 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 -0.0000 -1.8946ZM 371.0379,336.0734 ZM 371.6224,338.5726 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 371.6224,338.5726 ZM 365.5457,341.4246 c 0.4333,0.4333 1.4209,0.9574 2.3783 0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,406.0436,303.0687)" stroke="none" text-anchor="start">31 Jul 2018
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 322.4846,280.0087 v 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 407.1654,285.4582 v 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 274.8255,298.6860 ZM 282.5146,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 279.2394,303.0999 ZM 285.9409,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 286.1727,310.0332 ZM 293.7510,315.8580 l 4.2023,-4.8070 l -7.5984,3.0636 c -0.1209,0.0403 -0.1915,0.0302 -0.2519 -0.0302c -0.0605,-0.0605 -0.0806,-0.1612 -0.0403 -0.2620l 3.1240,-7.3364 l -4.8372,3.9907 c -0.2922,0.2922 -0.5442,0.6248 -0.2419 0.9271l 0.2620,0.2620 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1814,0.1814 l -0.0504,0.0101 c 0.0000,-0.0000 -0.5039,-0.5442 -0.9070 -0.9473c -0.3527,-0.3527 -0.9271,-0.8868 -0.9271 -0.8868l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1713 0.0101l 0.2721,0.2721 c 0.3225,0.3225 0.7155,0.0907 1.0077 -0.1612l 5.3814,-4.4542 c 0.2922,-0.2922 0.3829,-0.5039 0.0605 -0.8264l -0.2922,-0.2922 c -0.0705,-0.0705 -0.0705,-0.1310 -0.0302 -0.1713l 0.1814,-0.1814 l 0.0605,-0.0000 l 1.4814,1.4814 l -3.0636,7.1953 c -0.0605,0.1209 -0.0806,0.1814 -0.0504 0.2116c 0.0202,0.0202 0.0907,0.0101 0.2318 -0.0504l 7.3062,-2.9325 l 1.3000,1.3000 l -0.0101,0.0504 l -0.1814,0.1814 c -0.0605,0.0605 -0.1512,-0.0101 -0.1814 -0.0403l -0.2721,-0.2721 c -0.3023,-0.3023 -0.5643,-0.2015 -0.8264 0.0605l -4.5752,5.2403 c -0.3023,0.3426 -0.4938,0.6953 -0.1612 1.0279l 0.2721,0.2721 c 0.0705,0.0705 0.0806,0.1411 0.0302 0.1915l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7155,-0.7558 -1.1085 -1.1488c -0.3628,-0.3628 -1.0984,-1.0581 -1.0984 -1.0581l -0.0101,-0.0504 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1310,-0.0302 0.1713 0.0101l 0.2721,0.2721 c 0.2922,0.2922 0.6651,-0.0000 0.9271 -0.2620ZM 294.6277,318.4882 ZM 300.0292,318.9518 l -0.9977,-0.5946 c -1.1589,-0.6147 -1.7535,-0.2822 -2.2070 0.1713c -0.3124,0.3124 -0.6349,0.9372 0.0000 1.5721c 0.3023,0.3023 1.0581,0.4736 1.5419 0.5140l 1.6628,-1.6628 ZM 300.0292,318.9518 ZM 298.0843,322.1867 c -0.3829,-0.3829 -0.2519,-0.9372 -0.0504 -1.2194l -0.3930,-0.0705 c -0.7860,-0.1411 -1.0581,-0.2116 -1.5217 -0.6752c -0.7054,-0.7054 -0.8163,-1.6225 -0.0605 -2.3783c 0.7659,-0.7659 1.9450,-0.6349 3.1442 0.0806l 1.1589,0.6953 c 1.1388,-1.1388 0.8264,-1.8744 0.4837 -2.2170c -0.3829,-0.3829 -0.9977,-0.6550 -1.3101 -0.3426c -0.1109,0.1109 -0.1512,0.1915 -0.1713 0.2318c -0.0202,0.0605 -0.0806,0.1411 -0.1512 0.2116c -0.1310,0.1310 -0.4333,0.2318 -0.7256 -0.0605c -0.2419,-0.2419 -0.2419,-0.5643 -0.0000 -0.8062c 0.5845,-0.5845 2.0457,-0.1512 2.6907 0.4938c 0.7357,0.7357 1.2798,1.8845 -0.1512 3.3155l -1.4814,1.4814 c -0.6147,0.6147 -0.8667,0.8868 -0.6349 1.1186c 0.2217,0.2217 0.5643,-0.0000 0.7961 -0.2116l 0.2015,0.3023 c -0.7961,0.6752 -1.3101,0.5643 -1.8240 0.0504ZM 299.1727,323.0332 ZM 305.4005,320.9975 c -0.0504,0.0504 -0.1411,0.0202 -0.1915 -0.0302c -0.3023,-0.3023 -0.4938,-0.3729 -0.6550 -0.2116c -0.0605,0.0605 -0.1209,0.1612 -0.1713 0.2922l -1.4915,3.7085 l 3.6783,-1.4411 c 0.1411,-0.0403 0.2419,-0.1008 0.3023 -0.1612c 0.2116,-0.2116 0.0605,-0.4636 -0.1612 -0.6853l -0.0403,-0.0403 c -0.0504,-0.0504 -0.0605,-0.1411 -0.0302 -0.1713l 0.1915,-0.1915 l 0.0504,-0.0101 c 0.0000,-0.0000 0.5744,0.6147 0.9271 0.9674c 0.2822,0.2822 0.7155,0.6752 0.7155 0.6752l 0.0101,0.0504 l -0.1915,0.1915 c -0.0504,0.0504 -0.1209,0.0403 -0.1915 -0.0302c -0.3829,-0.3829 -0.9674,-0.1814 -1.4008 -0.0302c -1.6628,0.5946 -3.1442,1.1891 -5.8953 2.3279c -1.0279,0.4233 -2.2372,0.9070 -2.9527 0.1915c -0.1915,-0.1915 -0.4736,-0.6953 -0.1109 -1.0581c 0.3023,-0.3023 0.6147,-0.1713 0.7760 -0.0101c 0.1512,0.1512 0.1915,0.3124 0.1713 0.4535c 0.0000,0.2015 0.0000,0.3426 0.1008 0.4434c 0.1512,0.1512 1.3705,-0.3628 2.2372 -0.7256c 0.1814,-0.0605 0.3023,-0.1411 0.3930 -0.2318c 0.1008,-0.1008 0.2822,-0.4636 0.4031 -0.7457l 1.6829,-4.2225 c 0.2217,-0.5442 0.2217,-0.7659 -0.1209 -1.1085c -0.0605,-0.0605 -0.0705,-0.1310 -0.0302 -0.1713l 0.2015,-0.2015 l 0.0403,-0.0000 c 0.0000,-0.0000 0.4233,0.4636 0.7256 0.7659c 0.4736,0.4736 1.2194,1.1791 1.2194 1.1791l -0.0101,0.0504 l -0.1814,0.1814 ZM 306.8215,330.6820 ZM 311.8703,326.8022 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 311.2354,335.0959 ZM 318.9144,331.8308 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 318.9144,331.8308 ZM 313.2811,337.3835 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 315.6493,339.5099 ZM 322.3509,336.5975 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 320.0633,343.9238 ZM 327.8834,340.5781 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 327.8834,340.5781 ZM 328.4679,343.0773 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 328.4679,343.0773 ZM 322.3912,345.9292 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 408.2393,377.1064 l 12.3396,-12.3396 l -67.8679,-67.8679 l -12.3396,12.3396 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 274.8255,280.0087 v 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,346.5412,303.0687)" stroke="none" text-anchor="start">30 Jun 2018
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.6273,298.6860 ZM 230.3165,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 227.0413,303.0999 ZM 234.7203,299.8348 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 234.7203,299.8348 ZM 229.0870,305.3875 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 233.9746,310.0332 ZM 239.4366,309.7914 l 1.8039,1.8039 l 1.6930,-3.6884 l -3.5573,1.4612 c -0.0504,0.0302 -0.0806,0.0403 -0.1109 0.0705c -0.0605,0.0605 -0.0202,0.1612 0.1713 0.3527ZM 239.4366,309.7914 ZM 236.1110,310.7185 c -0.1008,0.0403 -0.1713,0.0907 -0.2318 0.1512c -0.1612,0.1612 -0.0907,0.4132 0.2116 0.7155l 0.2922,0.2922 c 0.0403,0.0403 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.9775,-1.0178 -1.2194 -1.2597c -0.2620,-0.2620 -0.9271,-0.8868 -0.9271 -0.8868l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.1209,0.1209 c 0.4132,0.4132 0.7860,0.4031 1.2698 0.2015l 7.8705,-3.1543 c 0.3225,-0.1411 0.4736,-0.1310 0.5744 -0.0302c 0.1814,0.1814 0.1612,0.3628 0.0403 0.6450l -3.3961,7.5279 c -0.2519,0.5341 -0.2419,0.9271 0.1612 1.3302l 0.1109,0.1109 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1915,0.1915 l -0.0504,-0.0101 c 0.0000,-0.0000 -0.7558,-0.7961 -1.1488 -1.1891c -0.3527,-0.3527 -1.3605,-1.3201 -1.3605 -1.3201l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.2822,0.2822 c 0.3124,0.3124 0.5845,0.3628 0.7457 0.2015c 0.0504,-0.0504 0.1008,-0.1209 0.1411 -0.2015l 1.0884,-2.3783 l -2.1263,-2.1263 c -0.2419,-0.2419 -0.3829,-0.2620 -0.5341 -0.1915ZM 240.9784,317.0371 ZM 245.6443,315.3743 l -2.5093,2.5093 c -0.0605,0.7659 0.2519,1.1186 0.4132 1.2798c 1.0783,1.0783 2.3279,0.3124 3.1946 -0.5543c 1.2194,-1.2194 1.4008,-2.3884 0.7860 -3.0031c -0.3426,-0.3426 -1.1287,-0.5442 -1.8845 -0.2318ZM 245.6443,315.3743 ZM 240.1420,319.3851 l 4.9884,-4.9884 c 0.3829,-0.3829 0.3628,-0.5442 0.2217 -0.6853c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.7558,0.5341 0.9171,0.6147 1.3403 0.7558c 0.1612,0.0605 0.2620,0.1008 0.3326 0.1713l 0.1512,0.1512 l -0.8364,0.7760 l 0.0302,0.0302 c 1.1690,-0.2419 1.8139,0.2015 2.1364 0.5240c 0.9775,0.9775 0.6046,2.6403 -0.4636 3.7085c -0.8163,0.8163 -1.6930,1.1891 -2.6101 1.1992c -0.7860,0.0000 -1.3907,-0.2217 -1.9248 -0.7558c -0.3628,-0.3628 -0.5643,-0.7256 -0.6853 -1.1287l -1.6930,1.6930 c -0.2922,0.2922 -0.3326,0.5543 -0.0101 0.8767l 0.1915,0.1915 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.6752,-0.7155 -1.0682 -1.1085c -0.3527,-0.3527 -1.0581,-1.0178 -1.0581 -1.0178l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.1915,0.1915 c 0.3326,0.3326 0.5845,0.2822 0.8767 -0.0101ZM 245.8055,321.8642 ZM 247.4280,322.0355 l 2.5093,-2.5093 c 0.5039,-0.5039 0.5442,-0.6853 0.3930 -0.8364c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.7457,0.5240 0.8868,0.6046 1.3403 0.7558c 0.1512,0.0504 0.2620,0.1008 0.3326 0.1713l 0.1512,0.1512 l -0.9372,0.8767 l 0.0302,0.0302 c 0.6550,-0.1310 1.6124,-0.2015 2.0860 0.2721c 0.4132,0.4132 0.3628,0.7659 0.1008 1.0279c -0.2620,0.2620 -0.5946,0.2519 -0.8566 -0.0101c -0.2015,-0.2015 -0.2318,-0.3930 -0.2318 -0.5946c -0.0000,-0.1209 -0.0403,-0.2217 -0.1109 -0.2922c -0.1109,-0.1109 -0.5140,-0.1512 -1.0984 -0.0504c -0.1612,0.0202 -0.3426,0.1008 -0.4736 0.2318l -2.2372,2.2372 c -0.2922,0.2922 -0.3426,0.5442 -0.0101 0.8767l 0.2922,0.2922 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7760,-0.8163 -1.1690 -1.2093c -0.3628,-0.3628 -1.0682,-1.0279 -1.0682 -1.0279l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.1915,0.1915 c 0.3426,0.3426 0.5845,0.2822 0.8767 -0.0101ZM 251.8218,327.8804 ZM 256.8706,324.0006 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 256.2357,332.2944 ZM 263.9148,329.0293 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 263.9148,329.0293 ZM 258.2815,334.5820 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 260.6497,336.7083 ZM 267.3512,333.7959 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 265.0636,341.1222 ZM 272.8837,337.7765 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 272.8837,337.7765 ZM 273.4682,340.2757 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 273.4682,340.2757 ZM 267.3915,343.1277 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 347.6630,285.4582 v 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 222.6273,280.0087 v 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 351.4416,377.1064 l 12.3396,-12.3396 l -67.8679,-67.8679 l -12.3396,12.3396 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.9682,298.6860 ZM 182.6573,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 179.3821,303.0999 ZM 186.0836,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 186.3154,310.0332 ZM 193.8937,315.8580 l 4.2023,-4.8070 l -7.5984,3.0636 c -0.1209,0.0403 -0.1915,0.0302 -0.2519 -0.0302c -0.0605,-0.0605 -0.0806,-0.1612 -0.0403 -0.2620l 3.1240,-7.3364 l -4.8372,3.9907 c -0.2922,0.2922 -0.5442,0.6248 -0.2419 0.9271l 0.2620,0.2620 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1814,0.1814 l -0.0504,0.0101 c 0.0000,-0.0000 -0.5039,-0.5442 -0.9070 -0.9473c -0.3527,-0.3527 -0.9271,-0.8868 -0.9271 -0.8868l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1713 0.0101l 0.2721,0.2721 c 0.3225,0.3225 0.7155,0.0907 1.0077 -0.1612l 5.3814,-4.4542 c 0.2922,-0.2922 0.3829,-0.5039 0.0605 -0.8264l -0.2922,-0.2922 c -0.0705,-0.0705 -0.0705,-0.1310 -0.0302 -0.1713l 0.1814,-0.1814 l 0.0605,-0.0000 l 1.4814,1.4814 l -3.0636,7.1953 c -0.0605,0.1209 -0.0806,0.1814 -0.0504 0.2116c 0.0202,0.0202 0.0907,0.0101 0.2318 -0.0504l 7.3062,-2.9325 l 1.3000,1.3000 l -0.0101,0.0504 l -0.1814,0.1814 c -0.0605,0.0605 -0.1512,-0.0101 -0.1814 -0.0403l -0.2721,-0.2721 c -0.3023,-0.3023 -0.5643,-0.2015 -0.8264 0.0605l -4.5752,5.2403 c -0.3023,0.3426 -0.4938,0.6953 -0.1612 1.0279l 0.2721,0.2721 c 0.0705,0.0705 0.0806,0.1411 0.0302 0.1915l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7155,-0.7558 -1.1085 -1.1488c -0.3628,-0.3628 -1.0984,-1.0581 -1.0984 -1.0581l -0.0101,-0.0504 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1310,-0.0302 0.1713 0.0101l 0.2721,0.2721 c 0.2922,0.2922 0.6651,-0.0000 0.9271 -0.2620ZM 194.7704,318.4882 ZM 200.1720,318.9518 l -0.9977,-0.5946 c -1.1589,-0.6147 -1.7535,-0.2822 -2.2070 0.1713c -0.3124,0.3124 -0.6349,0.9372 0.0000 1.5721c 0.3023,0.3023 1.0581,0.4736 1.5419 0.5140l 1.6628,-1.6628 ZM 200.1720,318.9518 ZM 198.2270,322.1867 c -0.3829,-0.3829 -0.2519,-0.9372 -0.0504 -1.2194l -0.3930,-0.0705 c -0.7860,-0.1411 -1.0581,-0.2116 -1.5217 -0.6752c -0.7054,-0.7054 -0.8163,-1.6225 -0.0605 -2.3783c 0.7659,-0.7659 1.9450,-0.6349 3.1442 0.0806l 1.1589,0.6953 c 1.1388,-1.1388 0.8264,-1.8744 0.4837 -2.2170c -0.3829,-0.3829 -0.9977,-0.6550 -1.3101 -0.3426c -0.1109,0.1109 -0.1512,0.1915 -0.1713 0.2318c -0.0202,0.0605 -0.0806,0.1411 -0.1512 0.2116c -0.1310,0.1310 -0.4333,0.2318 -0.7256 -0.0605c -0.2419,-0.2419 -0.2419,-0.5643 -0.0000 -0.8062c 0.5845,-0.5845 2.0457,-0.1512 2.6907 0.4938c 0.7357,0.7357 1.2798,1.8845 -0.1512 3.3155l -1.4814,1.4814 c -0.6147,0.6147 -0.8667,0.8868 -0.6349 1.1186c 0.2217,0.2217 0.5643,-0.0000 0.7961 -0.2116l 0.2015,0.3023 c -0.7961,0.6752 -1.3101,0.5643 -1.8240 0.0504ZM 199.3154,323.0332 ZM 200.9378,323.2045 l 2.5093,-2.5093 c 0.5039,-0.5039 0.5442,-0.6853 0.3930 -0.8364c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.7457,0.5240 0.8868,0.6046 1.3403 0.7558c 0.1512,0.0504 0.2620,0.1008 0.3326 0.1713l 0.1512,0.1512 l -0.9372,0.8767 l 0.0302,0.0302 c 0.6550,-0.1310 1.6124,-0.2015 2.0860 0.2721c 0.4132,0.4132 0.3628,0.7659 0.1008 1.0279c -0.2620,0.2620 -0.5946,0.2519 -0.8566 -0.0101c -0.2015,-0.2015 -0.2318,-0.3930 -0.2318 -0.5946c -0.0000,-0.1209 -0.0403,-0.2217 -0.1109 -0.2922c -0.1109,-0.1109 -0.5140,-0.1512 -1.0984 -0.0504c -0.1612,0.0202 -0.3426,0.1008 -0.4736 0.2318l -2.2372,2.2372 c -0.2922,0.2922 -0.3426,0.5442 -0.0101 0.8767l 0.2922,0.2922 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7760,-0.8163 -1.1690 -1.2093c -0.3628,-0.3628 -1.0682,-1.0279 -1.0682 -1.0279l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.1915,0.1915 c 0.3426,0.3426 0.5845,0.2822 0.8767 -0.0101ZM 205.3316,329.0494 ZM 210.3804,325.1696 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 209.7456,333.4634 ZM 217.4246,330.1983 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 217.4246,330.1983 ZM 211.7913,335.7510 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 214.1595,337.8773 ZM 220.8610,334.9649 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 218.5734,342.2912 ZM 226.3936,338.9455 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 226.3936,338.9455 ZM 226.9780,341.4447 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 226.9780,341.4447 ZM 220.9013,344.2967 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,289.7436,303.0687)" stroke="none" text-anchor="start">31 May 2018
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 174.9682,280.0087 v 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 290.8653,285.4582 v 7.6271 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 125.0395,298.6860 ZM 130.0884,294.8062 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 129.4535,303.0999 ZM 137.2736,299.7542 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 137.2736,299.7542 ZM 137.8581,302.2534 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 137.8581,302.2534 ZM 131.7814,305.1053 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581ZM 136.3868,310.0332 ZM 144.0054,306.0829 l -2.1465,2.1465 l 1.3705,1.3705 c 0.3527,0.3527 0.6046,0.2822 0.9473 0.0605l 0.3729,-0.2318 c 0.0403,-0.0403 0.1109,-0.0504 0.1512 -0.0101l 0.2217,0.2217 c 0.0302,0.0302 0.0202,0.0605 0.0000 0.0806c -0.2721,0.1915 -0.7054,0.5442 -1.0380 0.8767c -0.3426,0.3426 -0.6248,0.6853 -0.8868 1.0481l -0.0605,0.0000 l -0.2318,-0.2318 c -0.0504,-0.0504 -0.0302,-0.1109 -0.0101 -0.1512l 0.2519,-0.3729 c 0.2419,-0.3426 0.2822,-0.6046 -0.0605 -0.9473l -1.3705,-1.3705 l -2.5698,2.5698 c -0.3124,0.3124 -0.2922,0.5946 0.1109 0.9977l 0.2620,0.2620 c 0.0504,0.0504 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0302,0.0101 l -1.2496,-1.2899 c -0.3628,-0.3628 -1.3201,-1.2798 -1.3201 -1.2798l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.2620,0.2620 c 0.4132,0.4132 0.7155,0.3930 0.9977 0.1109l 5.0589,-5.0589 c 0.2922,-0.2922 0.3527,-0.5341 -0.0806 -0.9674l -0.3023,-0.3023 c -0.0705,-0.0705 -0.0302,-0.1310 -0.0101 -0.1512l 0.2015,-0.2015 l 0.0504,0.0302 l 1.2496,1.2698 l 0.7558,0.7357 l 2.5294,2.5294 c -0.4837,0.5845 -1.0178,1.2798 -1.3504 1.7736l -0.3426,-0.2419 c 0.4736,-0.9171 0.8062,-1.6124 0.0504 -2.3682l -1.2597,-1.2597 c -0.2419,-0.2419 -0.4434,-0.2822 -0.6853 -0.0403ZM 141.2945,314.9410 ZM 145.2348,313.2983 l 1.8543,1.8543 c 0.1008,0.1008 0.1915,0.0907 0.2822 -0.0000c 0.9372,-0.9372 0.7054,-1.6527 0.3426 -2.0155c -0.2318,-0.2318 -1.0783,-0.8969 -2.4791 0.1612ZM 145.2348,313.2983 ZM 146.0410,317.8130 l 0.0403,0.3628 c -0.9070,0.1411 -1.8744,-0.0806 -2.6000 -0.8062c -1.3806,-1.3806 -0.9372,-2.9930 0.1612 -4.0915c 1.5318,-1.5318 3.4566,-1.4411 4.4139 -0.4837c 1.3302,1.3302 0.6046,2.6806 -0.2419 3.5271c -0.1109,0.1109 -0.2419,0.1008 -0.3527 -0.0101l -2.6504,-2.6504 c -0.0705,0.0504 -0.1310,0.1109 -0.2116 0.1915c -1.0279,1.0279 -1.1085,2.5395 -0.3829 3.2651c 0.5543,0.5543 1.0884,0.7256 1.8240 0.6953ZM 145.6077,319.2541 ZM 147.6635,320.2014 c -0.0403,0.4434 0.0907,0.7357 0.4031 1.0481c 0.9574,0.9574 2.3279,0.5543 3.4767 -0.5946c 1.0279,-1.0279 1.2395,-2.2876 0.6248 -2.9023c -0.1109,-0.1109 -0.6550,-0.6147 -1.4612 -0.5946l -3.0434,3.0434 ZM 147.6635,320.2014 ZM 152.1278,314.2255 c 0.5744,-0.5744 0.6349,-0.8364 0.4333 -1.0380l -0.3628,-0.2822 c -0.0302,-0.0302 -0.0302,-0.0705 -0.0000 -0.1008l 0.2318,-0.2721 c 0.1612,0.1612 0.5845,0.4636 0.7860 0.6046c 0.2217,0.1411 0.4132,0.2519 0.7054 0.3628l 0.2217,0.2217 l -3.1240,3.1240 c 0.7155,-0.0302 1.3000,0.1915 1.7837 0.6752c 0.8767,0.8767 0.8767,2.5496 -0.3527 3.7791c -1.6023,1.6023 -3.6380,1.3806 -4.6659 0.3527c -0.4333,-0.4333 -0.6349,-0.8767 -0.6752 -1.4209c -0.2116,0.0302 -0.4938,0.0504 -0.6853 0.0605l -0.1612,-0.2620 c 0.2721,-0.2116 0.4333,-0.3729 0.8264 -0.7659l 5.0387,-5.0387 ZM 152.9441,326.5905 ZM 157.9929,322.7107 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 157.3580,331.0045 ZM 165.0371,327.7394 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 165.0371,327.7394 ZM 159.4037,333.2920 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 161.7719,335.4184 ZM 168.4735,332.5060 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 166.1859,339.8323 ZM 174.0060,336.4866 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 174.0060,336.4866 ZM 174.5905,338.9858 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 174.5905,338.9858 ZM 168.5138,341.8377 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 289.2346,377.1064 l 12.3396,-12.3396 l -67.8679,-67.8679 l -12.3396,12.3396 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 125.0395,280.0087 v 6.4453 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,227.5366,303.0687)" stroke="none" text-anchor="start">30 Apr 2018
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 228.6583,285.4582 v 7.6271 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 232.4369,377.1064 l 12.3396,-12.3396 l -67.8679,-67.8679 l -12.3396,12.3396 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,170.7389,303.0687)" stroke="none" text-anchor="start">31 Mar 2018
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 171.8607,285.4582 v 7.6271 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 172.9346,377.1064 l 12.3396,-12.3396 l -67.8679,-67.8679 l -12.3396,12.3396 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="15.864405359341319px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(0.7071,0.7071,-0.7071,0.7071,111.2365,303.0687)" stroke="none" text-anchor="start">28 Feb 2018
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3097808067006182" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 112.3583,285.4582 v 7.6271 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 431.4198,271.4149 l -0.0000,-214.8445 h -322.2667 l -0.0000,214.8445 Z"/>
+    <path d="M 488.3049,275.2887 l -0.0000,-254.2373 h -381.3559 l -0.0000,254.2373 Z"/>
   </g>
 </svg>
diff --git a/other/withHudExample.svg b/other/withHudExample.svg
--- a/other/withHudExample.svg
+++ b/other/withHudExample.svg
@@ -4,154 +4,242 @@
 <svg xmlns="http://www.w3.org/2000/svg" height="200.0000" stroke-opacity="1" viewBox="0 0 300 200" font-size="1" width="300.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">
   <defs>
   </defs>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 76.6730,62.5339 v 106.6145 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 77.0340,61.9755 v 104.7398 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.817833384613362" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3560,169.1484 l 199.9022,-79.9609 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.784683821252237" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 44.3028,166.7153 l 196.3870,-78.5548 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.408916692306681" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3560,142.4948 h 66.6341 l 66.6341,-106.6145 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.3923419106261186" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 44.3028,140.5304 h 65.4623 l 65.4623,-104.7398 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 95.3504,21.1744 ZM 98.0291,15.7376 c 0.0000,0.0663 -0.0530,0.1061 -0.1193 0.1061h -0.1989 c -0.2917,-0.0000 -0.3846,0.0796 -0.3846 0.2122c 0.0000,0.0928 0.0530,0.2122 0.1193 0.3978l 1.3924,3.5008 l 1.1537,-2.8775 l -0.2387,-0.5967 c -0.1724,-0.4509 -0.4509,-0.6365 -0.8487 -0.6365c -0.0663,-0.0000 -0.1326,-0.0265 -0.1326 -0.0928v -0.2652 l 0.0265,-0.0265 c 0.0000,-0.0000 0.7426,0.0265 1.2067 0.0265l 1.3261,-0.0265 l 0.0398,0.0265 v 0.2519 c 0.0000,0.0663 -0.0663,0.1061 -0.1326 0.1061h -0.2387 c -0.2652,-0.0000 -0.3846,0.0530 -0.3846 0.1856c 0.0000,0.1061 0.0530,0.2387 0.1326 0.4243l 1.3791,3.5008 l 1.3791,-3.4345 c 0.0398,-0.0796 0.0663,-0.1856 0.0663 -0.2917c 0.0000,-0.2254 -0.1459,-0.3846 -0.5967 -0.3846h -0.1989 c -0.0663,-0.0000 -0.1193,-0.0530 -0.1193 -0.0928v -0.2652 l 0.0398,-0.0265 c 0.0000,-0.0000 0.8752,0.0265 1.3658 0.0265c 0.4509,-0.0000 0.9813,-0.0265 0.9813 -0.0265l 0.0133,0.0265 v 0.2519 c 0.0000,0.0796 -0.0796,0.1061 -0.1591 0.1061c -0.3315,-0.0000 -0.6763,0.1459 -0.9150 0.7293l -1.8034,4.4821 c -0.0796,0.1989 -0.1856,0.2785 -0.3050 0.2785c -0.1326,-0.0000 -0.2387,-0.0796 -0.3183 -0.2652l -1.3261,-3.3151 l -1.3261,3.2886 c -0.0928,0.2122 -0.1989,0.2917 -0.3183 0.2917c -0.1326,-0.0000 -0.2387,-0.0796 -0.3183 -0.2652l -1.8167,-4.5881 c -0.1989,-0.5172 -0.4376,-0.6365 -0.8354 -0.6365c -0.0663,-0.0000 -0.1591,-0.0265 -0.1591 -0.0928v -0.2652 l 0.0265,-0.0265 c 0.0000,-0.0000 0.6232,0.0265 1.2067 0.0265c 0.6100,-0.0000 1.3128,-0.0265 1.3128 -0.0265l 0.0265,0.0398 v 0.2387 ZM 105.2163,21.1744 ZM 106.2506,13.6026 c 0.0000,-0.3448 0.2785,-0.6365 0.6232 -0.6365c 0.3580,-0.0000 0.6365,0.2917 0.6365 0.6365c 0.0000,0.3580 -0.2785,0.6365 -0.6365 0.6365c -0.3448,-0.0000 -0.6232,-0.2785 -0.6232 -0.6365ZM 106.2506,13.6026 ZM 107.5103,20.2196 c 0.0000,0.3846 0.1459,0.5835 0.5702 0.5835h 0.2519 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9150,-0.0265 -1.4321 -0.0265c -0.4641,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -3.3019 c 0.0000,-0.7028 -0.1193,-0.8089 -0.3050 -0.8089c -0.1724,-0.0000 -0.3315,0.0133 -0.5569 0.0663l -0.0663,-0.3713 c 0.8487,-0.1459 0.9945,-0.1989 1.3791 -0.3846c 0.1459,-0.0530 0.2387,-0.1061 0.3315 -0.1061h 0.1989 v 4.9064 ZM 108.7170,21.1744 ZM 110.8918,15.9895 v 3.3947 c 0.0000,0.8222 0.0796,1.2200 0.4376 1.2200c 0.3448,-0.0000 0.6100,-0.1061 0.9548 -0.3713l 0.2387,0.2254 c -0.5172,0.5835 -1.0476,0.8752 -1.6576 0.8752c -0.6100,-0.0000 -0.9680,-0.3713 -0.9680 -1.3128v -4.0312 h -0.8619 c -0.0398,-0.0000 -0.0530,-0.0133 -0.0530 -0.0530v -0.4111 c 0.0000,-0.0398 0.0133,-0.0530 0.0398 -0.0530c 0.8885,-0.0000 1.1006,-0.5172 1.1006 -1.5250v -0.2519 l 0.7691,-0.2652 v 2.0421 h 1.4587 c 0.0663,-0.0000 0.1061,0.0265 0.1061 0.0796v 0.2652 c 0.0000,0.1193 -0.1856,0.1724 -0.3183 0.1724h -1.2465 ZM 112.7217,21.1744 ZM 114.8832,11.9185 v 4.4953 c 0.8885,-0.8885 1.6708,-1.1006 2.1880 -1.1006c 0.9548,-0.0000 1.4321,0.7293 1.4321 2.0952v 2.8112 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4321 -0.0265c -0.4641,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -2.9571 c 0.0000,-1.0741 -0.2917,-1.3261 -1.0343 -1.3261c -0.3846,-0.0000 -0.9548,0.3448 -1.5913 0.9680v 3.3151 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4189 -0.0265c -0.4774,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0265,-0.1061 0.0928 -0.1061h 0.2519 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -6.6435 c 0.0000,-0.7558 -0.1193,-0.9680 -0.3846 -0.9680l -0.4376,0.0530 c -0.0398,-0.0000 -0.0663,-0.0265 -0.0663 -0.0663l -0.0265,-0.3315 c 0.2122,-0.0000 0.6895,-0.0796 0.9150 -0.1193c 0.2387,-0.0530 0.4376,-0.1061 0.7028 -0.2254h 0.2917 ZM 119.5907,21.1744 ZM 126.4066,20.2196 v -3.3416 h -4.3362 v 3.3416 c 0.0000,0.4111 0.1989,0.5835 0.7293 0.5835h 0.3448 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -1.1404,-0.0265 -1.6708 -0.0265c -0.4641,-0.0000 -1.6973,0.0265 -1.6973 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.0928 -0.1061h 0.3580 c 0.5437,-0.0000 0.7161,-0.2122 0.7161 -0.5835v -6.6568 c 0.0000,-0.3978 -0.1989,-0.5835 -0.7161 -0.5835h -0.3580 c -0.0530,-0.0000 -0.1061,-0.0398 -0.1061 -0.1061v -0.2519 l 0.0265,-0.0133 c 0.0000,-0.0000 1.1537,0.0133 1.6708 0.0133c 0.4774,-0.0000 1.7106,-0.0133 1.7106 -0.0133l 0.0265,0.0133 v 0.2519 c 0.0000,0.0663 -0.0398,0.1061 -0.1061 0.1061h -0.3448 c -0.5437,-0.0000 -0.7293,0.2122 -0.7293 0.5835v 2.7980 h 4.3362 v -2.7980 c 0.0000,-0.3978 -0.1989,-0.5835 -0.7293 -0.5835h -0.3448 c -0.0663,-0.0000 -0.1193,-0.0398 -0.1193 -0.1061v -0.2519 l 0.0265,-0.0133 c 0.0000,-0.0000 1.1537,0.0133 1.6708 0.0133c 0.4774,-0.0000 1.7106,-0.0133 1.7106 -0.0133l 0.0265,0.0133 v 0.2519 c 0.0000,0.0663 -0.0398,0.1061 -0.1061 0.1061h -0.3448 c -0.5437,-0.0000 -0.7293,0.2122 -0.7293 0.5835v 6.6568 c 0.0000,0.4111 0.1989,0.5835 0.7293 0.5835h 0.3448 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -1.1537,-0.0265 -1.6708 -0.0265c -0.4774,-0.0000 -1.7106,0.0265 -1.7106 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.3448 c 0.5437,-0.0000 0.7293,-0.2122 0.7293 -0.5835ZM 128.8730,21.1744 ZM 134.5618,19.6362 c 0.0000,0.6630 0.0663,0.8752 0.3315 0.8752c 0.1591,-0.0000 0.4509,-0.0265 0.6763 -0.0663l 0.0530,0.3713 c -0.8089,0.1459 -1.4587,0.2785 -1.7636 0.5172h -0.2917 l 0.0398,-0.9813 h -0.0398 c -0.7293,0.7956 -1.3261,0.9813 -1.8697 0.9813c -1.3128,-0.0000 -1.6576,-0.8885 -1.6576 -1.8034v -3.0234 c 0.0000,-0.4376 -0.0928,-0.6630 -0.5835 -0.6630c -0.0530,-0.0000 -0.1459,0.0133 -0.2254 0.0133l -0.0398,-0.0133 v -0.3448 l 0.0398,-0.0398 c 0.0000,-0.0000 0.9017,0.0265 1.3261 0.0265c 0.1856,-0.0000 0.4906,-0.0265 0.4906 -0.0265l -0.0133,1.0608 v 2.8245 c 0.0000,1.1802 0.6100,1.3924 1.0078 1.3924c 0.3050,-0.0000 0.5835,-0.1193 0.8619 -0.3183c 0.3183,-0.2387 0.5304,-0.4243 0.6630 -0.5967v -3.2753 c 0.0000,-0.4774 -0.0663,-0.7028 -0.5569 -0.7028c -0.0796,-0.0000 -0.2254,0.0133 -0.2652 0.0133l -0.0265,-0.0265 v -0.3315 l 0.0265,-0.0398 c 0.0000,-0.0000 0.9415,0.0265 1.3128 0.0265c 0.3050,-0.0000 0.5172,-0.0265 0.5172 -0.0265l -0.0133,1.0476 v 3.1295 ZM 135.7287,21.1744 ZM 140.1577,19.9942 v -3.4345 c -0.3183,-0.5039 -0.6763,-0.7824 -1.2995 -0.7824c -0.2652,-0.0000 -0.8089,0.0398 -1.2332 0.6630c -0.1856,0.2785 -0.4111,0.8487 -0.4111 1.8034c 0.0000,1.7371 0.9017,2.5328 1.6178 2.5328c 0.4376,-0.0000 0.7956,-0.2652 1.3261 -0.7824ZM 140.1577,19.9942 ZM 141.1522,11.9185 v 7.6646 c 0.0000,0.3978 0.0265,0.6100 0.0530 0.7028c 0.0398,0.1193 0.1856,0.1989 0.2917 0.1989c 0.1591,-0.0000 0.4509,-0.0000 0.6498 -0.0398l 0.0530,0.3713 c -0.7691,0.1326 -1.4587,0.2785 -1.7371 0.5172h -0.3183 l 0.0398,-0.9150 c -0.5039,0.5172 -1.0211,0.9150 -1.6973 0.9150c -1.4321,-0.0000 -2.3073,-1.2200 -2.3073 -2.8510c 0.0000,-0.9813 0.2652,-1.8034 0.8354 -2.3736c 0.5304,-0.5039 1.1139,-0.7956 1.9891 -0.7956c 0.2652,-0.0000 0.8487,0.1193 1.1537 0.2917v -2.0289 c 0.0000,-0.7558 -0.1193,-0.9680 -0.3846 -0.9680l -0.4376,0.0530 c -0.0265,-0.0000 -0.0663,-0.0265 -0.0663 -0.0663l -0.0265,-0.3315 c 0.2122,-0.0000 0.6895,-0.0796 0.9150 -0.1193c 0.2519,-0.0530 0.4376,-0.1061 0.7028 -0.2254h 0.2917 ZM 145.5945,21.1744 ZM 150.2755,13.1385 h -1.7902 c -0.3183,-0.0000 -0.4774,0.1061 -0.4774 0.4243v 2.8245 h 1.8167 c 0.4641,-0.0000 0.5835,-0.2122 0.6630 -0.5835l 0.0928,-0.3978 c 0.0000,-0.0530 0.0398,-0.1061 0.0928 -0.1061h 0.2917 c 0.0398,-0.0000 0.0530,0.0265 0.0530 0.0530c -0.0530,0.3315 -0.1061,0.8222 -0.1061 1.2597c 0.0000,0.4509 0.0663,1.0476 0.1061 1.2730l -0.0398,0.0398 h -0.3050 c -0.0663,-0.0000 -0.1061,-0.0530 -0.1061 -0.0928l -0.0796,-0.4111 c -0.0663,-0.3846 -0.2122,-0.5835 -0.6630 -0.5835h -1.8167 v 3.3814 c 0.0000,0.3580 0.1856,0.4376 0.4774 0.4376h 2.2012 c 1.0078,-0.0000 1.3924,-0.7824 1.6576 -1.7371l 0.4111,0.0663 c -0.1591,0.6895 -0.2917,1.4454 -0.3580 2.1880h -3.8986 l -1.0211,-0.0133 l -1.6973,0.0265 l -0.0265,-0.0265 v -0.2652 c 0.0000,-0.0398 0.0265,-0.0928 0.1061 -0.0928h 0.3978 c 0.5304,-0.0000 0.6895,-0.2122 0.6895 -0.5835v -6.6435 c 0.0000,-0.4111 -0.1856,-0.5967 -0.6895 -0.5967h -0.3978 c -0.0928,-0.0000 -0.1061,-0.0530 -0.1061 -0.0928v -0.2652 l 0.0265,-0.0133 l 1.6973,0.0133 l 1.0343,-0.0133 h 3.3947 c 0.0530,0.7028 0.1724,1.5117 0.2785 2.0554l -0.3846,0.0663 c -0.2917,-0.9150 -0.5304,-1.5913 -1.5250 -1.5913ZM 153.1397,21.1744 ZM 155.7521,15.8437 c -0.2652,-0.0000 -0.3183,0.0663 -0.3183 0.1591c 0.0000,0.0663 0.0530,0.1856 0.1989 0.4243l 0.8089,1.1934 c 0.0398,0.0796 0.0796,0.1193 0.1326 0.1193c 0.0398,-0.0000 0.0663,-0.0265 0.1193 -0.0928l 0.8619,-1.2067 c 0.1459,-0.1856 0.2254,-0.3315 0.2254 -0.4376c 0.0000,-0.1061 -0.0928,-0.1591 -0.2785 -0.1591h -0.2122 c -0.0398,-0.0000 -0.0796,-0.0265 -0.0796 -0.0928v -0.2519 l 0.0398,-0.0398 c 0.0000,-0.0000 0.6232,0.0265 1.0343 0.0265c 0.4243,-0.0000 1.0741,-0.0265 1.0741 -0.0265l 0.0133,0.0265 v 0.2519 c 0.0000,0.0928 -0.0796,0.1061 -0.1591 0.1061c -0.4906,-0.0000 -0.6895,0.1591 -1.1802 0.7824l -1.1139,1.4189 c -0.0265,0.0398 -0.0398,0.0663 -0.0398 0.0928c 0.0000,0.0265 0.0133,0.0663 0.0398 0.1061l 1.1934,1.6841 c 0.6100,0.8619 0.7824,0.8752 1.2067 0.8752c 0.1326,-0.0000 0.1856,0.0265 0.1856 0.1061v 0.2519 l -0.0133,0.0265 c 0.0000,-0.0000 -0.7161,-0.0265 -1.1669 -0.0265c -0.5437,-0.0000 -1.3791,0.0265 -1.3791 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0265,-0.1061 0.0928 -0.1061h 0.1591 c 0.2122,-0.0000 0.3050,-0.0398 0.3050 -0.1459c 0.0000,-0.1193 -0.1459,-0.3183 -0.3580 -0.5967l -0.7691,-1.0608 c -0.0530,-0.0663 -0.0796,-0.0928 -0.1193 -0.0928c -0.0265,-0.0000 -0.0663,0.0398 -0.1193 0.1193l -0.8354,1.2067 c -0.1989,0.2652 -0.2387,0.3315 -0.2387 0.4243c 0.0000,0.0928 0.0796,0.1459 0.2785 0.1459h 0.1856 c 0.0663,-0.0000 0.0928,0.0398 0.0928 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.6895,-0.0265 -1.1139 -0.0265c -0.3846,-0.0000 -0.9945,0.0265 -0.9945 0.0265l -0.0265,-0.0265 v -0.2254 c 0.0000,-0.0796 0.0530,-0.1326 0.1724 -0.1326c 0.3183,-0.0000 0.6232,-0.0663 1.1802 -0.7824l 1.1139,-1.4321 c 0.0133,-0.0265 0.0265,-0.0530 0.0265 -0.0928c 0.0000,-0.0398 -0.0133,-0.0663 -0.0398 -0.1061l -1.1537,-1.6841 c -0.3713,-0.5437 -0.6100,-0.8619 -1.0741 -0.8619c -0.0928,-0.0000 -0.1856,-0.0398 -0.1856 -0.0928v -0.2519 l 0.0265,-0.0398 l 1.0476,0.0265 l 1.4719,-0.0265 l 0.0398,0.0398 v 0.2387 c 0.0000,0.0663 -0.0530,0.1061 -0.1061 0.1061h -0.1989 ZM 159.7302,21.1744 ZM 163.5890,17.9256 l -1.0476,0.2652 c -1.1669,0.3580 -1.3393,0.9680 -1.3393 1.5647c 0.0000,0.4111 0.1989,1.0343 1.0343 1.0343c 0.3978,-0.0000 1.0078,-0.3846 1.3526 -0.6763v -2.1880 ZM 163.5890,17.9256 ZM 164.4377,21.3335 c -0.5039,-0.0000 -0.7824,-0.4509 -0.8354 -0.7691l -0.3050,0.2122 c -0.6100,0.4243 -0.8354,0.5569 -1.4454 0.5569c -0.9282,-0.0000 -1.6045,-0.5304 -1.6045 -1.5250c 0.0000,-1.0078 0.8619,-1.6973 2.1217 -2.0156l 1.2200,-0.3050 c 0.0000,-1.4984 -0.6895,-1.7769 -1.1404 -1.7769c -0.5039,-0.0000 -1.0874,0.2254 -1.0874 0.6365c 0.0000,0.1459 0.0265,0.2254 0.0398 0.2652c 0.0265,0.0530 0.0398,0.1459 0.0398 0.2387c 0.0000,0.1724 -0.1326,0.4376 -0.5172 0.4376c -0.3183,-0.0000 -0.5304,-0.2122 -0.5304 -0.5304c 0.0000,-0.7691 1.2465,-1.4454 2.0952 -1.4454c 0.9680,-0.0000 2.0819,0.3978 2.0819 2.2808v 1.9493 c 0.0000,0.8089 0.0133,1.1537 0.3183 1.1537c 0.2917,-0.0000 0.3713,-0.3713 0.3846 -0.6630l 0.3315,0.0663 c -0.0796,0.9680 -0.4906,1.2332 -1.1669 1.2332ZM 165.7107,21.1744 ZM 173.7068,20.2196 v -3.0499 c 0.0000,-0.8885 -0.3448,-1.2200 -0.8487 -1.2200c -0.5172,-0.0000 -0.9282,0.2652 -1.5647 0.9680c 0.0265,0.1591 0.0265,0.3448 0.0265 0.5304v 2.7714 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2254 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.8885,-0.0265 -1.4056 -0.0265c -0.4774,-0.0000 -1.3924,0.0265 -1.3924 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2652 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -3.0234 c 0.0000,-0.8885 -0.3580,-1.2465 -0.8619 -1.2465c -0.4641,-0.0000 -0.9017,0.3315 -1.5250 0.9813v 3.2886 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4189 -0.0265c -0.4774,-0.0000 -1.3791,0.0265 -1.3791 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -3.3019 c 0.0000,-0.7558 -0.1193,-0.8089 -0.2917 -0.8089c -0.1724,-0.0000 -0.3315,0.0133 -0.5569 0.0663l -0.0663,-0.3713 c 0.8354,-0.1459 1.0211,-0.1989 1.3791 -0.3846c 0.1326,-0.0663 0.2387,-0.1061 0.3315 -0.1061h 0.1989 l -0.0398,1.1537 h 0.0398 c 0.6232,-0.6630 1.1802,-1.1537 2.0023 -1.1537c 0.7426,-0.0000 1.2067,0.5437 1.2863 1.1404c 0.7691,-0.7956 1.3924,-1.1404 2.1084 -1.1404c 1.1669,-0.0000 1.3658,0.9680 1.3658 2.1482v 2.7582 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4189 -0.0265c -0.4774,-0.0000 -1.3791,0.0265 -1.3791 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835ZM 175.7887,21.1744 ZM 177.7645,17.0106 v 3.3019 c 0.4641,0.5437 0.9017,0.5702 1.1139 0.5702c 1.4189,-0.0000 1.7371,-1.3261 1.7371 -2.4665c 0.0000,-1.6045 -0.6498,-2.4930 -1.4587 -2.4930c -0.4509,-0.0000 -1.1006,0.3846 -1.3924 1.0874ZM 177.7645,17.0106 ZM 176.7832,23.2695 v -6.5640 c 0.0000,-0.5039 -0.1193,-0.5967 -0.3050 -0.5967c -0.1724,-0.0000 -0.3315,0.0133 -0.5569 0.0663l -0.0663,-0.3713 c 0.8487,-0.1459 1.0078,-0.1989 1.3791 -0.3846c 0.1459,-0.0663 0.2387,-0.1061 0.3315 -0.1061h 0.1989 l -0.0398,1.0608 h 0.0398 c 0.6100,-0.9282 1.3261,-1.0608 1.7504 -1.0608c 1.2863,-0.0000 2.1349,1.3393 2.1349 2.7449c 0.0000,1.0741 -0.3315,1.8963 -0.9282 2.5062c -0.5172,0.5172 -1.0608,0.7691 -1.7636 0.7691c -0.4774,-0.0000 -0.8487,-0.1061 -1.1934 -0.2917v 2.2278 c 0.0000,0.3846 0.1459,0.5835 0.5702 0.5835h 0.2519 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9150,-0.0265 -1.4321 -0.0265c -0.4641,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835ZM 182.1405,21.1744 ZM 183.4002,20.2196 v -6.6435 c 0.0000,-0.7558 -0.1326,-0.9680 -0.3978 -0.9680l -0.4243,0.0530 c -0.0398,-0.0000 -0.0796,-0.0265 -0.0796 -0.0663l -0.0265,-0.3315 c 0.2122,-0.0000 0.7028,-0.0796 0.9282 -0.1193c 0.2387,-0.0530 0.4243,-0.1061 0.6895 -0.2254h 0.2917 v 8.3011 c 0.0000,0.3846 0.1459,0.5835 0.5702 0.5835h 0.3183 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9680,-0.0265 -1.4852 -0.0265c -0.4641,-0.0000 -1.4321,0.0265 -1.4321 0.0265l -0.0133,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0265,-0.1061 0.0928 -0.1061h 0.3183 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835ZM 185.5882,21.1744 ZM 187.0999,17.5012 h 2.4399 c 0.1326,-0.0000 0.1856,-0.0663 0.1856 -0.1856c 0.0000,-1.2332 -0.6232,-1.5515 -1.1006 -1.5515c -0.3050,-0.0000 -1.2995,0.1193 -1.5250 1.7371ZM 187.0999,17.5012 ZM 190.6007,19.9412 l 0.2652,0.2122 c -0.5039,0.6895 -1.2863,1.1802 -2.2410 1.1802c -1.8167,-0.0000 -2.5858,-1.3526 -2.5858 -2.7980c 0.0000,-2.0156 1.3261,-3.2223 2.5858 -3.2223c 1.7504,-0.0000 2.1615,1.3658 2.1615 2.4797c 0.0000,0.1459 -0.0928,0.2254 -0.2387 0.2254h -3.4875 c -0.0133,0.0796 -0.0133,0.1591 -0.0133 0.2652c 0.0000,1.3526 0.9415,2.4002 1.8963 2.4002c 0.7293,-0.0000 1.1934,-0.2387 1.6576 -0.7426Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 193.0464,26.8772 l -0.0000,-13.4800 h -101.1001 l -0.0000,13.4800 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.2956,164.9359 ZM 266.0305,164.3790 v -3.8754 c 0.0000,-0.4409 -0.0774,-0.5647 -0.2321 -0.5647l -0.2475,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1934 c 0.1238,-0.0000 0.4100,-0.0464 0.5415 -0.0696c 0.1392,-0.0309 0.2475,-0.0619 0.4022 -0.1315h 0.1702 v 4.8423 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5647,-0.0155 -0.8664 -0.0155c -0.2707,-0.0000 -0.8354,0.0155 -0.8354 0.0155l -0.0077,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 267.3068,164.9359 ZM 267.9101,160.5190 c 0.0000,-0.2011 0.1624,-0.3713 0.3636 -0.3713c 0.2089,-0.0000 0.3713,0.1702 0.3713 0.3713c 0.0000,0.2089 -0.1624,0.3713 -0.3713 0.3713c -0.2011,-0.0000 -0.3636,-0.1624 -0.3636 -0.3713ZM 267.9101,160.5190 ZM 268.6450,164.3790 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7967,0.0155 -0.7967 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4100 -0.0696,-0.4719 -0.1779 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.4951,-0.0851 0.5801,-0.1160 0.8045 -0.2243c 0.0851,-0.0309 0.1392,-0.0619 0.1934 -0.0619h 0.1160 v 2.8621 ZM 269.3489,164.9359 ZM 272.1645,164.3790 v -1.6940 c 0.0000,-0.5415 -0.0928,-0.7967 -0.5028 -0.7967c -0.3404,-0.0000 -0.6343,0.1315 -1.0288 0.5956v 1.8951 c 0.0000,0.2243 0.0774,0.3404 0.3326 0.3404h 0.1083 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4873,-0.0155 -0.7890 -0.0155c -0.2785,-0.0000 -0.8045,0.0155 -0.8045 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2630,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4177 -0.0619,-0.4719 -0.1702 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.3249,-0.0541 0.5569,-0.0928 0.7967 -0.2243c 0.0851,-0.0387 0.1470,-0.0619 0.2011 -0.0619h 0.1160 l -0.0232,0.6884 h 0.0232 c 0.4951,-0.5801 0.8664,-0.6884 1.2609 -0.6884c 0.6962,-0.0000 0.8431,0.5337 0.8431 1.2222v 1.6399 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7581,0.0155 -0.7581 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1083 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 273.3713,164.9359 ZM 274.2531,162.7932 h 1.4233 c 0.0774,-0.0000 0.1083,-0.0387 0.1083 -0.1083c 0.0000,-0.7194 -0.3636,-0.9050 -0.6420 -0.9050c -0.1779,-0.0000 -0.7581,0.0696 -0.8896 1.0133ZM 274.2531,162.7932 ZM 276.2952,164.2165 l 0.1547,0.1238 c -0.2939,0.4022 -0.7503,0.6884 -1.3073 0.6884c -1.0597,-0.0000 -1.5084,-0.7890 -1.5084 -1.6321c 0.0000,-1.1758 0.7735,-1.8797 1.5084 -1.8797c 1.0211,-0.0000 1.2609,0.7967 1.2609 1.4465c 0.0000,0.0851 -0.0541,0.1315 -0.1392 0.1315h -2.0344 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1547c 0.0000,0.7890 0.5492,1.4001 1.1061 1.4001c 0.4254,-0.0000 0.6962,-0.1392 0.9669 -0.4332ZM 276.6820,164.9359 ZM 278.3528,160.7047 c -0.1934,-0.0000 -0.7581,0.1083 -0.7581 0.5801c 0.0000,0.1392 -0.0541,0.3790 -0.2630 0.3790c -0.2011,-0.0000 -0.2166,-0.2243 -0.2166 -0.2475c 0.0000,-0.2398 0.3171,-0.9514 1.3924 -0.9514c 0.7503,-0.0000 0.9746,0.4719 0.9746 0.7813c 0.0000,0.1934 -0.0619,0.5801 -0.7581 1.0211c 0.4332,0.0696 1.0056,0.3868 1.0056 1.1912c 0.0000,1.0211 -0.7735,1.5703 -1.6476 1.5703c -0.4409,-0.0000 -1.0597,-0.1934 -1.0597 -0.4873c 0.0000,-0.1160 0.1160,-0.2475 0.2707 -0.2475c 0.1470,-0.0000 0.2166,0.0774 0.2862 0.1779c 0.0851,0.1315 0.2243,0.3171 0.5956 0.3171c 0.2553,-0.0000 0.9824,-0.2553 0.9824 -1.2299c 0.0000,-0.8277 -0.5801,-0.9592 -0.9979 -0.9592c -0.0696,-0.0000 -0.1547,0.0155 -0.2398 0.0309l -0.0309,-0.2321 c 0.5956,-0.1006 1.0907,-0.6807 1.0907 -1.0365c 0.0000,-0.4409 -0.3094,-0.6575 -0.6266 -0.6575Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="12.254551651647786px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,142.4963,20.1372)" stroke="none" text-anchor="middle">withHud Example
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.9668,162.6037 h 6.6634 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 284.2403,165.1430 l -0.0000,-7.8633 h -19.6583 l -0.0000,7.8633 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.2956,151.6091 ZM 266.0305,151.0521 v -3.8754 c 0.0000,-0.4409 -0.0774,-0.5647 -0.2321 -0.5647l -0.2475,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1934 c 0.1238,-0.0000 0.4100,-0.0464 0.5415 -0.0696c 0.1392,-0.0309 0.2475,-0.0619 0.4022 -0.1315h 0.1702 v 4.8423 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5647,-0.0155 -0.8664 -0.0155c -0.2707,-0.0000 -0.8354,0.0155 -0.8354 0.0155l -0.0077,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 267.3068,151.6091 ZM 267.9101,147.1922 c 0.0000,-0.2011 0.1624,-0.3713 0.3636 -0.3713c 0.2089,-0.0000 0.3713,0.1702 0.3713 0.3713c 0.0000,0.2089 -0.1624,0.3713 -0.3713 0.3713c -0.2011,-0.0000 -0.3636,-0.1624 -0.3636 -0.3713ZM 267.9101,147.1922 ZM 268.6450,151.0521 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7967,0.0155 -0.7967 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4100 -0.0696,-0.4719 -0.1779 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.4951,-0.0851 0.5801,-0.1160 0.8045 -0.2243c 0.0851,-0.0309 0.1392,-0.0619 0.1934 -0.0619h 0.1160 v 2.8621 ZM 269.3489,151.6091 ZM 272.1645,151.0521 v -1.6940 c 0.0000,-0.5415 -0.0928,-0.7967 -0.5028 -0.7967c -0.3404,-0.0000 -0.6343,0.1315 -1.0288 0.5956v 1.8951 c 0.0000,0.2243 0.0774,0.3404 0.3326 0.3404h 0.1083 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4873,-0.0155 -0.7890 -0.0155c -0.2785,-0.0000 -0.8045,0.0155 -0.8045 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2630,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4177 -0.0619,-0.4719 -0.1702 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.3249,-0.0541 0.5569,-0.0928 0.7967 -0.2243c 0.0851,-0.0387 0.1470,-0.0619 0.2011 -0.0619h 0.1160 l -0.0232,0.6884 h 0.0232 c 0.4951,-0.5801 0.8664,-0.6884 1.2609 -0.6884c 0.6962,-0.0000 0.8431,0.5337 0.8431 1.2222v 1.6399 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7581,0.0155 -0.7581 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1083 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 273.3713,151.6091 ZM 274.2531,149.4664 h 1.4233 c 0.0774,-0.0000 0.1083,-0.0387 0.1083 -0.1083c 0.0000,-0.7194 -0.3636,-0.9050 -0.6420 -0.9050c -0.1779,-0.0000 -0.7581,0.0696 -0.8896 1.0133ZM 274.2531,149.4664 ZM 276.2952,150.8897 l 0.1547,0.1238 c -0.2939,0.4022 -0.7503,0.6884 -1.3073 0.6884c -1.0597,-0.0000 -1.5084,-0.7890 -1.5084 -1.6321c 0.0000,-1.1758 0.7735,-1.8797 1.5084 -1.8797c 1.0211,-0.0000 1.2609,0.7967 1.2609 1.4465c 0.0000,0.0851 -0.0541,0.1315 -0.1392 0.1315h -2.0344 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1547c 0.0000,0.7890 0.5492,1.4001 1.1061 1.4001c 0.4254,-0.0000 0.6962,-0.1392 0.9669 -0.4332ZM 276.6820,151.6091 ZM 277.1306,148.1823 c 0.0000,-0.4409 0.4254,-1.0443 1.2376 -1.0443c 0.5956,-0.0000 1.2918,0.2243 1.2918 1.1139c 0.0000,0.5879 -0.3017,0.8818 -0.7194 1.2841l -0.7349,0.7116 c -0.0387,0.0387 -0.5569,0.5492 -0.5569 0.9128h 1.3150 c 0.2630,-0.0000 0.4022,-0.1315 0.5105 -0.5569l 0.1934,0.0309 l -0.1547,0.9746 h -2.3902 c 0.0000,-0.4332 0.0696,-0.7658 0.7890 -1.5006l 0.5415,-0.5337 c 0.4332,-0.4409 0.6111,-0.8199 0.6111 -1.2918c 0.0000,-0.7039 -0.4796,-0.9050 -0.7426 -0.9050c -0.5337,-0.0000 -0.6807,0.2785 -0.6807 0.4641c 0.0000,0.0619 0.0155,0.1238 0.0309 0.1779c 0.0155,0.0541 0.0309,0.1083 0.0309 0.1702c 0.0000,0.2011 -0.1547,0.2785 -0.2785 0.2785c -0.1702,-0.0000 -0.2939,-0.1315 -0.2939 -0.2862Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="7.148488463461209px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,274.4112,161.2114)" stroke="none" text-anchor="middle">line3
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.817833384613362" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.9668,149.2769 h 6.6634 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.4173,160.4965 h 6.5462 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 265.2956,138.2823 ZM 266.0305,137.7253 v -3.8754 c 0.0000,-0.4409 -0.0774,-0.5647 -0.2321 -0.5647l -0.2475,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1934 c 0.1238,-0.0000 0.4100,-0.0464 0.5415 -0.0696c 0.1392,-0.0309 0.2475,-0.0619 0.4022 -0.1315h 0.1702 v 4.8423 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5647,-0.0155 -0.8664 -0.0155c -0.2707,-0.0000 -0.8354,0.0155 -0.8354 0.0155l -0.0077,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 267.3068,138.2823 ZM 267.9101,133.8654 c 0.0000,-0.2011 0.1624,-0.3713 0.3636 -0.3713c 0.2089,-0.0000 0.3713,0.1702 0.3713 0.3713c 0.0000,0.2089 -0.1624,0.3713 -0.3713 0.3713c -0.2011,-0.0000 -0.3636,-0.1624 -0.3636 -0.3713ZM 267.9101,133.8654 ZM 268.6450,137.7253 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7967,0.0155 -0.7967 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4100 -0.0696,-0.4719 -0.1779 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.4951,-0.0851 0.5801,-0.1160 0.8045 -0.2243c 0.0851,-0.0309 0.1392,-0.0619 0.1934 -0.0619h 0.1160 v 2.8621 ZM 269.3489,138.2823 ZM 272.1645,137.7253 v -1.6940 c 0.0000,-0.5415 -0.0928,-0.7967 -0.5028 -0.7967c -0.3404,-0.0000 -0.6343,0.1315 -1.0288 0.5956v 1.8951 c 0.0000,0.2243 0.0774,0.3404 0.3326 0.3404h 0.1083 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4873,-0.0155 -0.7890 -0.0155c -0.2785,-0.0000 -0.8045,0.0155 -0.8045 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2630,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4177 -0.0619,-0.4719 -0.1702 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.3249,-0.0541 0.5569,-0.0928 0.7967 -0.2243c 0.0851,-0.0387 0.1470,-0.0619 0.2011 -0.0619h 0.1160 l -0.0232,0.6884 h 0.0232 c 0.4951,-0.5801 0.8664,-0.6884 1.2609 -0.6884c 0.6962,-0.0000 0.8431,0.5337 0.8431 1.2222v 1.6399 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7581,0.0155 -0.7581 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1083 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 273.3713,138.2823 ZM 274.2531,136.1396 h 1.4233 c 0.0774,-0.0000 0.1083,-0.0387 0.1083 -0.1083c 0.0000,-0.7194 -0.3636,-0.9050 -0.6420 -0.9050c -0.1779,-0.0000 -0.7581,0.0696 -0.8896 1.0133ZM 274.2531,136.1396 ZM 276.2952,137.5629 l 0.1547,0.1238 c -0.2939,0.4022 -0.7503,0.6884 -1.3073 0.6884c -1.0597,-0.0000 -1.5084,-0.7890 -1.5084 -1.6321c 0.0000,-1.1758 0.7735,-1.8797 1.5084 -1.8797c 1.0211,-0.0000 1.2609,0.7967 1.2609 1.4465c 0.0000,0.0851 -0.0541,0.1315 -0.1392 0.1315h -2.0344 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1547c 0.0000,0.7890 0.5492,1.4001 1.1061 1.4001c 0.4254,-0.0000 0.6962,-0.1392 0.9669 -0.4332ZM 276.6820,138.2823 ZM 278.1362,134.5925 c -0.1470,-0.0000 -0.4873,0.1392 -0.6575 0.2166l -0.0928,-0.2398 c 0.6807,-0.3171 0.9437,-0.4796 1.3305 -0.7581h 0.1470 v 3.8909 c 0.0000,0.2785 0.0387,0.3558 0.2939 0.3558h 0.4022 c 0.0232,-0.0000 0.0619,0.0155 0.0619 0.0619v 0.1702 l -1.0597,-0.0155 l -1.0752,0.0155 v -0.1702 c 0.0077,-0.0232 0.0155,-0.0619 0.0619 -0.0619h 0.4641 c 0.2939,-0.0000 0.2939,-0.1315 0.2939 -0.3558v -2.6609 c 0.0000,-0.2630 0.0000,-0.4486 -0.1702 -0.4486Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 284.2403,153.3519 l -0.0000,-7.8633 h -19.6583 l -0.0000,7.8633 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.408916692306681" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 255.9668,135.9501 h 6.6634 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="7.148488463461209px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,274.4112,149.4203)" stroke="none" text-anchor="middle">line2
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48178333846133614" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 281.2752,169.1484 l -0.0000,-39.5806 h -26.5135 l -0.0000,39.5806 Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.784683821252237" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.4173,148.7054 h 6.5462 "/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 284.2403,141.5609 l -0.0000,-7.8633 h -19.6583 l -0.0000,7.8633 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" font-size="7.148488463461209px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,274.4112,137.6292)" stroke="none" text-anchor="middle">line1
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.3923419106261186" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 255.4173,136.9143 h 6.5462 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4784683821252237" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 285.6815,166.7153 l -0.0000,-34.5900 h -31.7054 l -0.0000,34.5900 Z"/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 33.1852,169.1484 l -0.0000,-133.2681 h -2.6654 l -0.0000,133.2681 Z"/>
+    <path d="M 32.3258,166.7153 l -0.0000,-130.9247 h -2.6185 l -0.0000,130.9247 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,38.5457 ZM 20.2396,37.0516 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995ZM 21.3800,38.5457 ZM 21.8839,38.1832 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,38.5457 ZM 25.2521,33.7453 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,33.7453 ZM 25.2167,38.6517 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,41.1009 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,35.8803 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,36.6076)" stroke="none" text-anchor="middle">5.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,51.8725 ZM 19.7887,48.7341 c 0.0000,-0.0619 0.0088,-0.1326 0.0884 -0.1768c 0.0972,-0.0707 0.2564,-0.1503 0.3890 -0.1503c 0.1149,-0.0000 0.1238,0.0972 0.1238 0.2741v 1.4233 h 0.7161 l -0.0530,0.4155 h -0.6630 v 0.7337 c 0.0000,0.2475 0.0354,0.3713 0.2917 0.3713h 0.2387 c 0.0530,-0.0000 0.0619,0.0442 0.0619 0.0619v 0.1945 c 0.0000,-0.0000 -0.5658,-0.0177 -0.9371 -0.0177c -0.3359,-0.0000 -0.8575,0.0177 -0.8575 0.0177v -0.1945 c 0.0000,-0.0177 0.0088,-0.0619 0.0619 -0.0619h 0.2387 c 0.2741,-0.0000 0.3006,-0.1149 0.3006 -0.3713v -0.7337 h -1.7327 c -0.0354,-0.0000 -0.0530,-0.0177 -0.0796 -0.0530l -0.0707,-0.0972 l -0.1061,-0.1856 c -0.0088,-0.0000 -0.0088,-0.0088 -0.0088 -0.0177c 0.0000,-0.0088 0.0088,-0.0177 0.0177 -0.0265c 0.5746,-0.6365 1.5913,-2.6079 1.9095 -3.3328c 0.0088,-0.0354 0.0265,-0.0442 0.0619 -0.0442c 0.0088,-0.0000 0.2033,0.0796 0.3094 0.0972c -0.3978,1.0697 -1.0520,2.2189 -1.6973 3.2444h 1.3968 v -1.3703 ZM 21.3800,51.8725 ZM 21.8839,51.5100 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,51.8725 ZM 26.0477,50.3784 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,35.7906 h 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,49.2071 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,54.1934 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,65.1993 ZM 19.7887,62.0610 c 0.0000,-0.0619 0.0088,-0.1326 0.0884 -0.1768c 0.0972,-0.0707 0.2564,-0.1503 0.3890 -0.1503c 0.1149,-0.0000 0.1238,0.0972 0.1238 0.2741v 1.4233 h 0.7161 l -0.0530,0.4155 h -0.6630 v 0.7337 c 0.0000,0.2475 0.0354,0.3713 0.2917 0.3713h 0.2387 c 0.0530,-0.0000 0.0619,0.0442 0.0619 0.0619v 0.1945 c 0.0000,-0.0000 -0.5658,-0.0177 -0.9371 -0.0177c -0.3359,-0.0000 -0.8575,0.0177 -0.8575 0.0177v -0.1945 c 0.0000,-0.0177 0.0088,-0.0619 0.0619 -0.0619h 0.2387 c 0.2741,-0.0000 0.3006,-0.1149 0.3006 -0.3713v -0.7337 h -1.7327 c -0.0354,-0.0000 -0.0530,-0.0177 -0.0796 -0.0530l -0.0707,-0.0972 l -0.1061,-0.1856 c -0.0088,-0.0000 -0.0088,-0.0088 -0.0088 -0.0177c 0.0000,-0.0088 0.0088,-0.0177 0.0177 -0.0265c 0.5746,-0.6365 1.5913,-2.6079 1.9095 -3.3328c 0.0088,-0.0354 0.0265,-0.0442 0.0619 -0.0442c 0.0088,-0.0000 0.2033,0.0796 0.3094 0.0972c -0.3978,1.0697 -1.0520,2.2189 -1.6973 3.2444h 1.3968 v -1.3703 ZM 21.3800,65.1993 ZM 21.8839,64.8368 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,65.1993 ZM 25.2521,60.3990 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,60.3990 ZM 25.2167,65.3054 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,49.7000)" stroke="none" text-anchor="middle">4.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,62.5339 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,48.8831 h 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,78.5261 ZM 19.4174,73.6904 c -0.2210,-0.0000 -0.8664,0.1238 -0.8664 0.6630c 0.0000,0.1591 -0.0619,0.4332 -0.3006 0.4332c -0.2298,-0.0000 -0.2475,-0.2564 -0.2475 -0.2829c 0.0000,-0.2741 0.3625,-1.0874 1.5913 -1.0874c 0.8575,-0.0000 1.1139,0.5393 1.1139 0.8929c 0.0000,0.2210 -0.0707,0.6630 -0.8664 1.1669c 0.4951,0.0796 1.1492,0.4420 1.1492 1.3614c 0.0000,1.1669 -0.8840,1.7946 -1.8830 1.7946c -0.5039,-0.0000 -1.2111,-0.2210 -1.2111 -0.5569c 0.0000,-0.1326 0.1326,-0.2829 0.3094 -0.2829c 0.1680,-0.0000 0.2475,0.0884 0.3271 0.2033c 0.0972,0.1503 0.2564,0.3625 0.6807 0.3625c 0.2917,-0.0000 1.1227,-0.2917 1.1227 -1.4056c 0.0000,-0.9459 -0.6630,-1.0962 -1.1404 -1.0962c -0.0796,-0.0000 -0.1768,0.0177 -0.2741 0.0354l -0.0354,-0.2652 c 0.6807,-0.1149 1.2465,-0.7779 1.2465 -1.1846c 0.0000,-0.5039 -0.3536,-0.7514 -0.7161 -0.7514ZM 21.3800,78.5261 ZM 21.8839,78.1636 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,78.5261 ZM 26.0477,77.0321 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,67.2858 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,75.8607 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,62.7925)" stroke="none" text-anchor="middle">4.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,91.8529 ZM 19.4174,87.0172 c -0.2210,-0.0000 -0.8664,0.1238 -0.8664 0.6630c 0.0000,0.1591 -0.0619,0.4332 -0.3006 0.4332c -0.2298,-0.0000 -0.2475,-0.2564 -0.2475 -0.2829c 0.0000,-0.2741 0.3625,-1.0874 1.5913 -1.0874c 0.8575,-0.0000 1.1139,0.5393 1.1139 0.8929c 0.0000,0.2210 -0.0707,0.6630 -0.8664 1.1669c 0.4951,0.0796 1.1492,0.4420 1.1492 1.3614c 0.0000,1.1669 -0.8840,1.7946 -1.8830 1.7946c -0.5039,-0.0000 -1.2111,-0.2210 -1.2111 -0.5569c 0.0000,-0.1326 0.1326,-0.2829 0.3094 -0.2829c 0.1680,-0.0000 0.2475,0.0884 0.3271 0.2033c 0.0972,0.1503 0.2564,0.3625 0.6807 0.3625c 0.2917,-0.0000 1.1227,-0.2917 1.1227 -1.4056c 0.0000,-0.9459 -0.6630,-1.0962 -1.1404 -1.0962c -0.0796,-0.0000 -0.1768,0.0177 -0.2741 0.0354l -0.0354,-0.2652 c 0.6807,-0.1149 1.2465,-0.7779 1.2465 -1.1846c 0.0000,-0.5039 -0.3536,-0.7514 -0.7161 -0.7514ZM 21.3800,91.8529 ZM 21.8839,91.4905 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,91.8529 ZM 25.2521,87.0526 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,87.0526 ZM 25.2167,91.9590 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,61.9755 h 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,89.1875 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,80.3783 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,105.1797 ZM 18.0207,101.2635 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 21.3800,105.1797 ZM 21.8839,104.8173 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,105.1797 ZM 26.0477,103.6857 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,75.8850)" stroke="none" text-anchor="middle">3.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,102.5144 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,75.0680 h 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,118.5065 ZM 18.0207,114.5903 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 21.3800,118.5065 ZM 21.8839,118.1441 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,118.5065 ZM 25.2521,113.7062 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,113.7062 ZM 25.2167,118.6126 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,93.4708 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,115.8412 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,88.9774)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,131.8333 ZM 19.1699,127.6165 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 21.3800,131.8333 ZM 21.8839,131.4709 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,131.8333 ZM 26.0477,130.3393 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,88.1605 h 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,129.1680 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,106.5633 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,145.1602 ZM 19.1699,140.9433 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 21.3800,145.1602 ZM 21.8839,144.7977 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,145.1602 ZM 25.2521,140.3599 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,140.3599 ZM 25.2167,145.2662 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,102.0699)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,142.4948 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,101.2529 h 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,158.4870 ZM 19.4440,153.6867 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 19.4440,153.6867 ZM 19.4086,158.5931 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 21.3800,158.4870 ZM 21.8839,158.1245 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,158.4870 ZM 26.0477,156.9930 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,119.6557 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,155.8216 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,115.1624)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 17.5079,171.8138 ZM 19.4440,167.0135 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 19.4440,167.0135 ZM 19.4086,171.9199 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 21.3800,171.8138 ZM 21.8839,171.4513 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,171.8138 ZM 25.2521,167.0135 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,167.0135 ZM 25.2167,171.9199 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,114.3454 h 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 29.1871,169.1484 h 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,132.7482 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,128.2549)" stroke="none" text-anchor="middle">1.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,127.4379 h 3.9277 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,145.8407 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,141.3473)" stroke="none" text-anchor="middle">1.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,140.5304 h 3.9277 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,158.9331 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,154.4398)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,153.6228 h 3.9277 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 26.4342,172.0256 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,19.6942,167.5323)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 28.3981,166.7153 h 3.9277 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.2582,177.1445 l -0.0000,-2.6654 h -199.9022 l -0.0000,2.6654 Z"/>
+    <path d="M 240.6899,174.5708 l -0.0000,-2.6185 h -196.3870 l -0.0000,2.6185 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 238.4181,188.3795 ZM 240.3276,183.5438 c -0.2210,-0.0000 -0.8664,0.1238 -0.8664 0.6630c 0.0000,0.1591 -0.0619,0.4332 -0.3006 0.4332c -0.2298,-0.0000 -0.2475,-0.2564 -0.2475 -0.2829c 0.0000,-0.2741 0.3625,-1.0874 1.5913 -1.0874c 0.8575,-0.0000 1.1139,0.5393 1.1139 0.8929c 0.0000,0.2210 -0.0707,0.6630 -0.8664 1.1669c 0.4951,0.0796 1.1492,0.4420 1.1492 1.3614c 0.0000,1.1669 -0.8840,1.7946 -1.8830 1.7946c -0.5039,-0.0000 -1.2111,-0.2210 -1.2111 -0.5569c 0.0000,-0.1326 0.1326,-0.2829 0.3094 -0.2829c 0.1680,-0.0000 0.2475,0.0884 0.3271 0.2033c 0.0972,0.1503 0.2564,0.3625 0.6807 0.3625c 0.2917,-0.0000 1.1227,-0.2917 1.1227 -1.4056c 0.0000,-0.9459 -0.6630,-1.0962 -1.1404 -1.0962c -0.0796,-0.0000 -0.1768,0.0177 -0.2741 0.0354l -0.0354,-0.2652 c 0.6807,-0.1149 1.2465,-0.7779 1.2465 -1.1846c 0.0000,-0.5039 -0.3536,-0.7514 -0.7161 -0.7514ZM 242.2902,188.3795 ZM 242.7941,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 244.2262,188.3795 ZM 246.1622,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 246.1622,183.5792 ZM 246.1269,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 247.4299,186.8306 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.2582,174.4792 v 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,240.6899,182.3372)" stroke="none" text-anchor="middle">3.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 205.1011,188.3795 ZM 205.6138,184.4632 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 208.9731,188.3795 ZM 209.4770,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 210.9092,188.3795 ZM 213.6408,186.8855 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 240.6899,171.9523 v 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 209.9411,174.4792 v 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 214.6987,186.8306 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 171.7840,188.3795 ZM 172.2968,184.4632 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 175.6561,188.3795 ZM 176.1600,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 177.5921,188.3795 ZM 179.5282,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 179.5282,183.5792 ZM 179.4928,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,207.9587,182.3372)" stroke="none" text-anchor="middle">2.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 176.6241,174.4792 v 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 207.9587,171.9523 v 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 138.4670,188.3795 ZM 140.1290,184.1626 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 142.3391,188.3795 ZM 142.8430,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 144.2751,188.3795 ZM 147.0068,186.8855 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 181.9675,186.8306 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 143.3071,174.4792 v 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,175.2275,182.3372)" stroke="none" text-anchor="middle">2.0
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 105.1500,188.3795 ZM 106.8119,184.1626 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 109.0220,188.3795 ZM 109.5259,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 110.9581,188.3795 ZM 112.8941,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 112.8941,183.5792 ZM 112.8587,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 175.2275,171.9523 v 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 109.9900,174.4792 v 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 149.2363,186.8306 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 71.8329,188.3795 ZM 73.7690,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 73.7690,183.5792 ZM 73.7336,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 75.7050,188.3795 ZM 76.2089,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 77.6410,188.3795 ZM 80.3727,186.8855 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,142.4963,182.3372)" stroke="none" text-anchor="middle">1.5
+    </text>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 76.6730,174.4792 v 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 142.4963,171.9523 v 3.9277 "/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 38.5159,188.3795 ZM 40.4519,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 40.4519,183.5792 ZM 40.4166,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 42.3880,188.3795 ZM 42.8919,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 44.3240,188.3795 ZM 46.2600,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 46.2600,183.5792 ZM 46.2247,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 116.5052,186.8306 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
   </g>
-  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 43.3560,174.4792 v 3.9980 "/>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,109.7652,182.3372)" stroke="none" text-anchor="middle">1.0
+    </text>
   </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 109.7652,171.9523 v 3.9277 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 83.7740,186.8306 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,77.0340,182.3372)" stroke="none" text-anchor="middle">0.5
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 77.0340,171.9523 v 3.9277 "/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 51.0428,186.8306 l -0.0000,-8.9867 h -13.4800 l -0.0000,8.9867 Z"/>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" font-size="8.169701101098525px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,44.3028,182.3372)" stroke="none" text-anchor="middle">0.0
+    </text>
+  </g>
+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.1961709553130593" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
+    <path d="M 44.3028,171.9523 v 3.9277 "/>
+  </g>
   <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">
-    <path d="M 243.2582,169.1484 l -0.0000,-133.2681 h -199.9022 l -0.0000,133.2681 Z"/>
+    <path d="M 240.6899,166.7153 l -0.0000,-130.9247 h -196.3870 l -0.0000,130.9247 Z"/>
   </g>
 </svg>
diff --git a/src/Chart/Hud.hs b/src/Chart/Hud.hs
--- a/src/Chart/Hud.hs
+++ b/src/Chart/Hud.hs
@@ -521,7 +521,10 @@
     legend__ (LegendPixel c s, t) =
       hori
         identity
-        [rect_ c (s *. one), strutX (opts ^. field @"sep"), text_ (opts ^. field @"text") t]
+        [ rect_ c (s *. one)
+        , strutX (opts ^. field @"sep")
+        , text_ (opts ^. field @"text") t
+        ]
 
 -- | The positioning of boundaries for a grid over a space
 data GridPos
diff --git a/src/Chart/Text.hs b/src/Chart/Text.hs
--- a/src/Chart/Text.hs
+++ b/src/Chart/Text.hs
@@ -19,15 +19,17 @@
   ) where
 
 import Chart.Core
-import qualified Data.Text as Text
-import Diagrams.Prelude hiding (Color, D, scale, (<>))
-import qualified Diagrams.TwoD.Size as D
-import qualified Diagrams.TwoD.Text as D
+import Chart.Rect
+import Diagrams.Prelude hiding (Color, D, scale, (<>), (*.))
 import Graphics.SVGFonts hiding (textFont)
 import Graphics.SVGFonts.ReadFont
 import NumHask.Pair
 import NumHask.Prelude hiding (rotate)
 import NumHask.Rect
+import System.IO.Unsafe (unsafePerformIO)
+import qualified Data.Text as Text
+import qualified Diagrams.TwoD.Size as D
+import qualified Diagrams.TwoD.Text as D
 
 -- | options specific to text as an SVG path
 newtype TextPathOptions = TextPathOptions
@@ -37,16 +39,31 @@
 instance Default TextPathOptions where
   def = TextPathOptions Lin2
 
+-- | ADT of fonts
+data TextFont
+  = Lin2
+  | FromFontFile Text
+  deriving (Show)
+
+-- | transform from chart-unit to SVGFonts rep of font
+textFont :: TextFont -> PreparedFont Double
+textFont Lin2 = lin2
+textFont (FromFontFile f) = unsafePerformIO (loadFont (Text.unpack f))
+
 -- | options specific to text as SVG text
 data TextSvgOptions = TextSvgOptions
   { nudgeSize :: Double
   , nudgeBottom :: Double
   , nudgeMid :: Double
   , nudgeTop :: Double
+  , svgFont :: Maybe Text
+  , sizeVert :: Double -- ^ approximate divisor of vertical size
+  , sizeHori :: Double -- ^ approximate divisor of horizontal size per character
+  , textBox :: RectOptions -- ^ bounding box 
   } deriving (Show, Generic)
 
 instance Default TextSvgOptions where
-  def = TextSvgOptions 0.78 0.25 -0.10 0.25
+  def = TextSvgOptions 0.78 0.25 -0.10 0.25 Nothing 1.1 0.55 clear
 
 -- | text as a path or as svg text
 data TextType
@@ -74,20 +91,7 @@
       (withOpacity black 0.33)
       EvenOdd
       0
-      (TextPath def)
-
--- | ADT of fonts
-data TextFont
-  = Lin2
-  | Lin
-  | Bit
-  deriving (Show)
-
--- | transform from chart-unit to SVGFonts rep of font
-textFont :: TextFont -> PreparedFont Double
-textFont Lin = lin
-textFont Lin2 = lin2
-textFont Bit = Graphics.SVGFonts.bit
+      (TextSvg def)
 
 -- | Create a textual chart element
 --
@@ -95,6 +99,30 @@
 --
 -- ![text_ example](other/text_Example.svg)
 --
+-- Text can be either SVG text or text rendered as an SVG path.  Text as SVG can be overridden by an opinionated browser.
+-- SVG Text not have a size, according to diagrams, and according to the svg standards for all I know.
+-- textSvg corrects for this by adding an approximately bounding rectangle so that size is forced.
+--
+-- > text_SvgExample :: Chart b
+-- > text_SvgExample = text_
+-- >   (#textType .~ TextSvg (#textBox .~ def $ #svgFont .~ Just "Comic Sans MS" $ def) $
+-- >   #size .~ 0.2 $
+-- >   def)
+-- >   "abc & 0123 & POW!"
+--
+-- ![text_Svg example](other/text_SvgExample.svg)
+--
+-- Text as an SVG path can use the fonts supplied in [SVGFonts](https://hackage.haskell.org/package/SVGFonts), follow the instructions there to make your own, or use the [Hasklig](https://github.com/i-tu/Hasklig) font supplied in chart-unit.
+--
+-- > text_PathExample :: Chart b
+-- > text_PathExample = text_
+-- >   (#textType .~ TextPath (#font .~ FromFontFile "other/Hasklig-Regular.svg" $ def) $
+-- >    #size .~ 0.2 $
+-- >    def)
+-- >    "0123 <*> <$> <| |> <> <- -> => ::"
+--
+-- ![text_Path example](other/text_PathExample.svg)
+--
 text_ :: TextOptions -> Text -> Chart b
 text_ (TextOptions s ah av c fr rot (TextPath (TextPathOptions f))) t =
   moveTo (p_ (Pair (alignHTU ah * D.width path) (av' * D.height path))) $
@@ -106,35 +134,33 @@
       AlignBottom -> 0
       AlignMid -> -0.25
       AlignTop -> -0.5
-text_ (TextOptions s ah av c fr rot (TextSvg (TextSvgOptions ns nb nm nt))) t =
+text_ (TextOptions s ah av c fr rot (TextSvg (TextSvgOptions ns nb nm nt f v h bx))) t =
   txt #
   moveTo (p_ (Pair 0 mv)) #
   Chart.Core.scaleX (s * ns) #
   Chart.Core.scaleY (s * ns) #
-  fcA c # lw 0 # fillRule fr # rotate (rot @@ deg)
+  maybe identity (D.font . Text.unpack) f #
+  fcA c #
+  lw 0 #
+  fillRule fr #
+  rotate (rot @@ deg)
   where
-    txt = D.alignedText ah'' av'' (Text.unpack t)
-    ah'' = case ah of
-      AlignLeft -> 0
-      AlignCenter -> 0.5
-      AlignRight -> 1
-    (av'',mv) = case av of
-      AlignBottom -> (0.5, nb)
-      AlignMid -> (0.5, nm)
-      AlignTop -> (1, nt)
+    txt =
+      D.alignedText ah'' av'' (Text.unpack t) <>
+      Chart.Core.scaleX (h*fromIntegral(Text.length t))
+      (Chart.Core.scaleY v $
+       moveOriginTo (p_ (Pair boxh boxv)) $
+       rect_ bx one)
+    (ah'', boxh) = case ah of
+      AlignLeft -> (0, -0.5)
+      AlignCenter -> (0.5, 0)
+      AlignRight -> (1, 0.5)
+    (av'', mv, boxv) = case av of
+      AlignBottom -> (0.5, nb, 0)
+      AlignMid -> (0.5, nm, 0)
+      AlignTop -> (1, nt, 0.5)
 
 -- | Create positioned text from a list
---
--- > ts :: [(Text, Pair Double)]
--- > ts = zip
--- >   (map Text.singleton ['a' .. 'z'])
--- >   [Pair (sin (x * 0.1)) x | x <- [0 .. 25]]
--- >
--- > textsExample :: Chart b
--- > textsExample = texts def ts
---
--- ![texts example](other/textsExample.svg)
---
 texts :: (R2 r) =>
   TextOptions -> [(Text, r Double)] -> Chart b
 texts opts ts = mconcat $ (\(t, p) -> positioned p (text_ opts t)) <$> ts
@@ -155,6 +181,11 @@
 
 -- | A chart of text scaled to its own range
 --
+-- > ts :: [(Text, Pair Double)]
+-- > ts = zip
+-- >   (map Text.singleton ['a' .. 'z'])
+-- >   [Pair (sin (x * 0.1)) x | x <- [0 .. 25]]
+-- >
 -- > textChart_Example :: Chart b
 -- > textChart_Example =
 -- >   textChart_ [#size .~ 0.33 $ def] widescreen [ts]
@@ -179,17 +210,15 @@
 -- | Label a chart element with some text
 --
 -- > labelledExample :: Chart b
--- > labelledExample =
--- >   labelled
--- >     (LabelOptions
--- >        (#alignH .~ AlignLeft $ #rotation .~ 45 $ def)
--- >        (Pair 1 1)
--- >        0.05)
--- >     "a label"
--- >     (glyph_ def)
+-- > labelledExample = D.pad 1.1 $
+-- >   labelled (LabelOptions
+-- >     (#alignH .~ AlignLeft $ #rotation .~ 45 $ def) (Pair 1 1) 0.02)
+-- >   "a label"
+-- >   (glyph_ def)
 --
 -- ![labelled example](other/labelledExample.svg)
 --
 labelled :: LabelOptions -> Text -> Chart b -> Chart b
 labelled (LabelOptions texto o g) t ch =
   beside (r_ o) (beside (r_ o) ch (strut (r_ o) # scale g)) (text_ texto t)
+
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,8 +1,14 @@
-resolver: nightly-2018-02-17
+resolver: lts-10.10
 
 packages:
   - .
 
 extra-deps:
   - generic-lens-labels-0.1.0.2
-  - numhask-histogram-0.0.1.0
+  - numhask-histogram-0.1.1.0
+  - numhask-0.2.0.0
+  - numhask-prelude-0.0.3.0
+  - numhask-range-0.2.1.0
+  - mwc-probability-2.0.2
+
+allow-newer: true
